From 4b1b878a86d5aa90e1ce464e46611b53e5223055 Mon Sep 17 00:00:00 2001
From: Muhammad Ahsan Ayaz <ahsan.ubitian@gmail.com>
Date: Wed, 6 Jul 2022 00:57:23 +0200
Subject: [PATCH] build(4.0.0): Angular v14 support :tada:

---
 CHANGE_LOG.MD                                 |  10 ++
 docs/classes/AppPage.html                     |   2 +
 docs/classes/ReTree.html                      |   2 +
 docs/components/AppComponent.html             |   2 +
 docs/contributing.html                        |   6 +-
 docs/coverage.html                            |   2 +
 docs/dependencies.html                        |  24 ++--
 docs/graph/dependencies.svg                   |   6 +-
 docs/index.html                               |   9 +-
 docs/injectables/DeviceDetectorService.html   |   2 +
 .../UniversalDeviceDetectorService.html       |   2 +
 docs/interfaces/DeviceInfo.html               |   2 +
 docs/js/menu-wc.js                            |   5 +
 docs/js/menu-wc_es5.js                        |  14 +-
 docs/js/menu.js                               |  18 ++-
 docs/js/search/search_index.js                |   4 +-
 docs/license.html                             |   2 +
 docs/miscellaneous/enumerations.html          |   2 +
 docs/miscellaneous/functions.html             |   2 +
 docs/miscellaneous/variables.html             |   2 +
 docs/modules.html                             |   2 +
 docs/modules/AppModule.html                   |  18 +--
 docs/modules/AppModule/dependencies.svg       |  16 +--
 docs/modules/AppServerModule.html             |   6 +-
 docs/modules/AppServerModule/dependencies.svg |   4 +-
 docs/overview.html                            |   8 +-
 docs/pipes/KeysPipe.html                      |   2 +
 docs/properties.html                          | 130 ++++++++++++++++++
 docs/styles/compodoc.css                      |  10 +-
 docs/styles/original.css                      |  16 ++-
 package-lock.json                             |  22 +--
 package.json                                  |  16 +--
 projects/ngx-device-detector/package.json     |   2 +-
 33 files changed, 288 insertions(+), 82 deletions(-)
 create mode 100644 docs/properties.html

diff --git a/CHANGE_LOG.MD b/CHANGE_LOG.MD
index fa10485..ba4c0b8 100644
--- a/CHANGE_LOG.MD
+++ b/CHANGE_LOG.MD
@@ -1,3 +1,13 @@
+# [4.0.0](https://github.com/KoderLabs/ngx-device-detector/compare/v3.0.0...v4.0.0) (2022-07-05)
+
+
+### Features
+
+* **angular:** upgrade to angular 14 ([ec1ca8e](https://github.com/KoderLabs/ngx-device-detector/commit/ec1ca8ea2e2fa5ce7499d5cfc758b25f9ec22e92))
+* **ie11:** remove IE11 compatiblity information ([84f0d74](https://github.com/KoderLabs/ngx-device-detector/commit/84f0d744475c8ad6b83f32b161c7e7460687239b))
+
+
+
 # [3.0.0](https://github.com/KoderLabs/ngx-device-detector/compare/v2.2.1...v3.0.0) (2021-11-30)
 
 
diff --git a/docs/classes/AppPage.html b/docs/classes/AppPage.html
index e61ca2b..ea29c7f 100644
--- a/docs/classes/AppPage.html
+++ b/docs/classes/AppPage.html
@@ -42,6 +42,7 @@
 
 
 
+
 <ol class="breadcrumb">
   <li>Classes</li>
   <li >AppPage</li>
@@ -303,6 +304,7 @@ <h3 id="methods">
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/classes/ReTree.html b/docs/classes/ReTree.html
index 7352665..9db47e7 100644
--- a/docs/classes/ReTree.html
+++ b/docs/classes/ReTree.html
@@ -42,6 +42,7 @@
 
 
 
+
 <ol class="breadcrumb">
   <li>Classes</li>
   <li >ReTree</li>
@@ -363,6 +364,7 @@ <h3 id="methods">
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/components/AppComponent.html b/docs/components/AppComponent.html
index 971c1a9..1f9cf5d 100644
--- a/docs/components/AppComponent.html
+++ b/docs/components/AppComponent.html
@@ -871,6 +871,8 @@ <h3 id="accessors">
 
 
 
+
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/contributing.html b/docs/contributing.html
index 370afde..eb47b83 100644
--- a/docs/contributing.html
+++ b/docs/contributing.html
@@ -47,9 +47,9 @@ <h3 id="issues">Issues</h3>
 <li>Provide as many details as you can about the bug. How can it be reproduced? What have you tried so far?</li>
 <li>For feature requests, really explain why your feature is important and how it improves the library and helps the developers using it.</li>
 <li>Go through existing issues. Make sure that it hasn&#39;t already been opened.</li>
-<li>If planning on helping close an issue, don&#39;t be shy. Ask questions and get more information before sending your PR.<h3 id="pull-requests">Pull Requests</h3>
-</li>
+<li>If planning on helping close an issue, don&#39;t be shy. Ask questions and get more information before sending your PR.</li>
 </ul>
+<h3 id="pull-requests">Pull Requests</h3>
 <p>Want to fix a bug, implement a feature or help with the tests / docs? Please read this first:</p>
 <ul>
 <li>Make sure there&#39;s an open issue for what you&#39;re sending in your Pull Request. If not, open it.</li>
@@ -86,6 +86,8 @@ <h3 id="relevant-links">Relevant Links</h3>
 
 
 
+
+
 
                    </div><div class="search-results">
     <div class="has-results">
diff --git a/docs/coverage.html b/docs/coverage.html
index 60a50b1..b8e19a2 100644
--- a/docs/coverage.html
+++ b/docs/coverage.html
@@ -48,6 +48,8 @@
 
 
 
+
+
 <ol class="breadcrumb">
     <li>Documentation coverage</li>
 </ol>
diff --git a/docs/dependencies.html b/docs/dependencies.html
index d9064df..4e7965c 100644
--- a/docs/dependencies.html
+++ b/docs/dependencies.html
@@ -45,36 +45,37 @@
 
 
 
+
     <ol class="breadcrumb">
         <li>Dependencies</li>
     </ol>
     <ul class="dependencies-list">
         <li>
-            <b>@angular/animations</b> : ~13.0.2</li>
+            <b>@angular/animations</b> : ^14.0.4</li>
         <li>
-            <b>@angular/common</b> : ~13.0.2</li>
+            <b>@angular/common</b> : ^14.0.4</li>
         <li>
-            <b>@angular/compiler</b> : ~13.0.2</li>
+            <b>@angular/compiler</b> : ^14.0.4</li>
         <li>
-            <b>@angular/core</b> : ~13.0.2</li>
+            <b>@angular/core</b> : ^14.0.4</li>
         <li>
-            <b>@angular/forms</b> : ~13.0.2</li>
+            <b>@angular/forms</b> : ^14.0.4</li>
         <li>
-            <b>@angular/platform-browser</b> : ~13.0.2</li>
+            <b>@angular/platform-browser</b> : ^14.0.4</li>
         <li>
-            <b>@angular/platform-browser-dynamic</b> : ~13.0.2</li>
+            <b>@angular/platform-browser-dynamic</b> : ^14.0.4</li>
         <li>
-            <b>@angular/platform-server</b> : ~13.0.2</li>
+            <b>@angular/platform-server</b> : ^14.0.4</li>
         <li>
-            <b>@angular/router</b> : ~13.0.2</li>
+            <b>@angular/router</b> : ^14.0.4</li>
         <li>
-            <b>@nguniversal/express-engine</b> : ^13.0.1</li>
+            <b>@nguniversal/express-engine</b> : ^14.0.2</li>
         <li>
             <b>conventional-changelog-cli</b> : ^2.1.1</li>
         <li>
             <b>express</b> : ^4.17.1</li>
         <li>
-            <b>ngx-device-detector</b> : ^2.2.1</li>
+            <b>ngx-device-detector</b> : ^3.0.0</li>
         <li>
             <b>rxjs</b> : ^7.4.0</li>
         <li>
@@ -88,6 +89,7 @@
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/graph/dependencies.svg b/docs/graph/dependencies.svg
index 609c5f6..f0a83a5 100644
--- a/docs/graph/dependencies.svg
+++ b/docs/graph/dependencies.svg
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<!-- Generated by graphviz version 2.47.3 (20210619.1520)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: dependencies Pages: 1 -->
 <svg width="394pt" height="247pt"
@@ -47,7 +47,7 @@
 <!-- KeysPipe -->
 <g id="node2" class="node">
 <title>KeysPipe</title>
-<polygon fill="#ffffb3" stroke="black" points="93.65,-84.8 24.35,-84.8 24.35,-48.8 93.65,-48.8 93.65,-84.8"/>
+<polygon fill="#ffffb3" stroke="black" points="93.66,-84.8 24.34,-84.8 24.34,-48.8 93.66,-48.8 93.66,-84.8"/>
 <text text-anchor="middle" x="59" y="-62.6" font-family="Times,serif" font-size="14.00">KeysPipe</text>
 </g>
 <!-- KeysPipe&#45;&gt;AppModule -->
@@ -71,7 +71,7 @@
 <!-- AppServerModule -->
 <g id="node5" class="node">
 <title>AppServerModule</title>
-<polygon fill="#8dd3c7" stroke="black" points="370.19,-214.8 367.19,-218.8 346.19,-218.8 343.19,-214.8 249.81,-214.8 249.81,-178.8 370.19,-178.8 370.19,-214.8"/>
+<polygon fill="#8dd3c7" stroke="black" points="370.2,-214.8 367.2,-218.8 346.2,-218.8 343.2,-214.8 249.8,-214.8 249.8,-178.8 370.2,-178.8 370.2,-214.8"/>
 <text text-anchor="middle" x="310" y="-192.6" font-family="Times,serif" font-size="14.00">AppServerModule</text>
 </g>
 <!-- AppModule&#45;&gt;AppServerModule -->
diff --git a/docs/index.html b/docs/index.html
index 2de394e..ce1b975 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -102,6 +102,10 @@ <h2 id="dependencies">Dependencies</h2>
 <td>3.0.0</td>
 <td>13.x</td>
 </tr>
+<tr>
+<td>4.0.0</td>
+<td>14.x</td>
+</tr>
 </tbody>
 </table>
 <h2 id="installation">Installation</h2>
@@ -185,9 +189,6 @@ <h2 id="development">Development</h2>
   $ ng serve</code></pre></div><p>the demo will be up at <code>localhost:4200</code></p>
 <h2 id="change-log">Change Log</h2>
 <p>Please see <a href="CHANGE_LOG.MD">CHANGE_LOG.MD</a> for the updates.</p>
-<h2 id="ie10-ie11-compatibility">IE10, IE11 Compatibility</h2>
-<p>If you&#39;re consuming the library for IE10 &amp; IE11, please refer to the <code>polyfills.ts</code> file in your project.</p>
-<p>For example, for an Angular 9.x+ project, you can refer to the changes done in <a href="https://github.com/KoderLabs/ngx-device-detector/pull/184/files">this PR</a> for our <a href="https://koderlabs.github.io/ngx-device-detector/demo/">demo project</a> that works on IE11</p>
 <h2 id="credits">Credits</h2>
 <p>The library is inspired by and based on the work from <a href="https://github.com/srfrnk/ng-device-detector">ng-device-detector </a>. Also used a typescript wrapper of the amazing work in <a href="https://github.com/srfrnk/re-tree">ReTree</a> for regex based needs and an Angular2 Library Creator boilerplate to get the work started fast. I.e. <a href="https://github.com/jvandemo/generator-angular2-library">Generator Angular2 library</a>.</p>
 <h2 id="license">License</h2>
@@ -210,6 +211,8 @@ <h2 id="license">License</h2>
 
 
 
+
+
 
                    </div><div class="search-results">
     <div class="has-results">
diff --git a/docs/injectables/DeviceDetectorService.html b/docs/injectables/DeviceDetectorService.html
index 98a4c75..c00ca1e 100644
--- a/docs/injectables/DeviceDetectorService.html
+++ b/docs/injectables/DeviceDetectorService.html
@@ -38,6 +38,7 @@
 
 
 
+
 <ol class="breadcrumb">
   <li>Injectables</li>
   <li >DeviceDetectorService</li>
@@ -1069,6 +1070,7 @@ <h3 id="inputs">
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/injectables/UniversalDeviceDetectorService.html b/docs/injectables/UniversalDeviceDetectorService.html
index 09ec735..1e9be41 100644
--- a/docs/injectables/UniversalDeviceDetectorService.html
+++ b/docs/injectables/UniversalDeviceDetectorService.html
@@ -38,6 +38,7 @@
 
 
 
+
 <ol class="breadcrumb">
   <li>Injectables</li>
   <li >UniversalDeviceDetectorService</li>
@@ -1022,6 +1023,7 @@ <h3 id="inputs">
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/interfaces/DeviceInfo.html b/docs/interfaces/DeviceInfo.html
index e2d3950..3c27294 100644
--- a/docs/interfaces/DeviceInfo.html
+++ b/docs/interfaces/DeviceInfo.html
@@ -43,6 +43,7 @@
 
 
 
+
 <ol class="breadcrumb">
   <li>Interfaces</li>
   <li
@@ -616,6 +617,7 @@ <h3 id="inputs">Properties</h3>
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/js/menu-wc.js b/docs/js/menu-wc.js
index 9ca3396..8014b79 100644
--- a/docs/js/menu-wc.js
+++ b/docs/js/menu-wc.js
@@ -48,6 +48,11 @@ customElements.define('compodoc-menu', class extends HTMLElement {
                                         <span class="icon ion-ios-list"></span>Dependencies
                                     </a>
                                 </li>
+                                <li class="link">
+                                    <a href="properties.html" data-type="chapter-link">
+                                        <span class="icon ion-ios-apps"></span>Properties
+                                    </a>
+                                </li>
                     </ul>
                 </li>
                     <li class="chapter modules">
diff --git a/docs/js/menu-wc_es5.js b/docs/js/menu-wc_es5.js
index 1419b1a..9e138b4 100644
--- a/docs/js/menu-wc_es5.js
+++ b/docs/js/menu-wc_es5.js
@@ -1,14 +1,14 @@
 'use strict';
 
-function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
+function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
 
 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
 
 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
 
-function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
+function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
 
-function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
+function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
 
 function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
 
@@ -18,15 +18,15 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
 
 function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
 
-function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }
+function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct.bind(); } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }
 
 function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
 
 function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; }
 
-function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
+function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
 
-function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
+function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
 
 customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
   _inherits(_class, _HTMLElement);
@@ -51,7 +51,7 @@ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
   }, {
     key: "render",
     value: function render(isNormalMode) {
-      var tp = lithtml.html("\n        <nav>\n            <ul class=\"list\">\n                <li class=\"title\">\n                    <a href=\"index.html\" data-type=\"index-link\">ngx-device-detector</a>\n                </li>\n\n                <li class=\"divider\"></li>\n                ".concat(isNormalMode ? "<div id=\"book-search-input\" role=\"search\"><input type=\"text\" placeholder=\"Type to search\"></div>" : '', "\n                <li class=\"chapter\">\n                    <a data-type=\"chapter-link\" href=\"index.html\"><span class=\"icon ion-ios-home\"></span>Getting started</a>\n                    <ul class=\"links\">\n                        <li class=\"link\">\n                            <a href=\"overview.html\" data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-keypad\"></span>Overview\n                            </a>\n                        </li>\n                        <li class=\"link\">\n                            <a href=\"index.html\" data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-paper\"></span>README\n                            </a>\n                        </li>\n                        <li class=\"link\">\n                            <a href=\"contributing.html\"  data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-paper\"></span>CONTRIBUTING\n                            </a>\n                        </li>\n                        <li class=\"link\">\n                            <a href=\"license.html\"  data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-paper\"></span>LICENSE\n                            </a>\n                        </li>\n                                <li class=\"link\">\n                                    <a href=\"dependencies.html\" data-type=\"chapter-link\">\n                                        <span class=\"icon ion-ios-list\"></span>Dependencies\n                                    </a>\n                                </li>\n                    </ul>\n                </li>\n                    <li class=\"chapter modules\">\n                        <a data-type=\"chapter-link\" href=\"modules.html\">\n                            <div class=\"menu-toggler linked\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#modules-links"' : 'data-target="#xs-modules-links"', ">\n                                <span class=\"icon ion-ios-archive\"></span>\n                                <span class=\"link-name\">Modules</span>\n                                <span class=\"icon ion-ios-arrow-down\"></span>\n                            </div>\n                        </a>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="modules-links"' : 'id="xs-modules-links"', ">\n                            <li class=\"link\">\n                                <a href=\"modules/AppModule.html\" data-type=\"entity-link\" >AppModule</a>\n                                    <li class=\"chapter inner\">\n                                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'data-target="#xs-components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <span class=\"icon ion-md-cog\"></span>\n                                            <span>Components</span>\n                                            <span class=\"icon ion-ios-arrow-down\"></span>\n                                        </div>\n                                        <ul class=\"links collapse\" ").concat(isNormalMode ? 'id="components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'id="xs-components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <li class=\"link\">\n                                                <a href=\"components/AppComponent.html\" data-type=\"entity-link\" data-context=\"sub-entity\" data-context-id=\"modules\" >AppComponent</a>\n                                            </li>\n                                        </ul>\n                                    </li>\n                                    <li class=\"chapter inner\">\n                                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'data-target="#xs-pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <span class=\"icon ion-md-add\"></span>\n                                            <span>Pipes</span>\n                                            <span class=\"icon ion-ios-arrow-down\"></span>\n                                        </div>\n                                        <ul class=\"links collapse\" ").concat(isNormalMode ? 'id="pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'id="xs-pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <li class=\"link\">\n                                                <a href=\"pipes/KeysPipe.html\" data-type=\"entity-link\" data-context=\"sub-entity\" data-context-id=\"modules\" >KeysPipe</a>\n                                            </li>\n                                        </ul>\n                                    </li>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"modules/AppServerModule.html\" data-type=\"entity-link\" >AppServerModule</a>\n                                    <li class=\"chapter inner\">\n                                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"' : 'data-target="#xs-components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"', ">\n                                            <span class=\"icon ion-md-cog\"></span>\n                                            <span>Components</span>\n                                            <span class=\"icon ion-ios-arrow-down\"></span>\n                                        </div>\n                                        <ul class=\"links collapse\" ").concat(isNormalMode ? 'id="components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"' : 'id="xs-components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"', ">\n                                            <li class=\"link\">\n                                                <a href=\"components/AppComponent.html\" data-type=\"entity-link\" data-context=\"sub-entity\" data-context-id=\"modules\" >AppComponent</a>\n                                            </li>\n                                        </ul>\n                                    </li>\n                            </li>\n                </ul>\n                </li>\n                    <li class=\"chapter\">\n                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#classes-links"' : 'data-target="#xs-classes-links"', ">\n                            <span class=\"icon ion-ios-paper\"></span>\n                            <span>Classes</span>\n                            <span class=\"icon ion-ios-arrow-down\"></span>\n                        </div>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="classes-links"' : 'id="xs-classes-links"', ">\n                            <li class=\"link\">\n                                <a href=\"classes/AppPage.html\" data-type=\"entity-link\" >AppPage</a>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"classes/ReTree.html\" data-type=\"entity-link\" >ReTree</a>\n                            </li>\n                        </ul>\n                    </li>\n                        <li class=\"chapter\">\n                            <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#injectables-links"' : 'data-target="#xs-injectables-links"', ">\n                                <span class=\"icon ion-md-arrow-round-down\"></span>\n                                <span>Injectables</span>\n                                <span class=\"icon ion-ios-arrow-down\"></span>\n                            </div>\n                            <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="injectables-links"' : 'id="xs-injectables-links"', ">\n                                <li class=\"link\">\n                                    <a href=\"injectables/DeviceDetectorService.html\" data-type=\"entity-link\" >DeviceDetectorService</a>\n                                </li>\n                                <li class=\"link\">\n                                    <a href=\"injectables/UniversalDeviceDetectorService.html\" data-type=\"entity-link\" >UniversalDeviceDetectorService</a>\n                                </li>\n                            </ul>\n                        </li>\n                    <li class=\"chapter\">\n                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#interfaces-links"' : 'data-target="#xs-interfaces-links"', ">\n                            <span class=\"icon ion-md-information-circle-outline\"></span>\n                            <span>Interfaces</span>\n                            <span class=\"icon ion-ios-arrow-down\"></span>\n                        </div>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? ' id="interfaces-links"' : 'id="xs-interfaces-links"', ">\n                            <li class=\"link\">\n                                <a href=\"interfaces/DeviceInfo.html\" data-type=\"entity-link\" >DeviceInfo</a>\n                            </li>\n                        </ul>\n                    </li>\n                    <li class=\"chapter\">\n                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#miscellaneous-links"' : 'data-target="#xs-miscellaneous-links"', ">\n                            <span class=\"icon ion-ios-cube\"></span>\n                            <span>Miscellaneous</span>\n                            <span class=\"icon ion-ios-arrow-down\"></span>\n                        </div>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="miscellaneous-links"' : 'id="xs-miscellaneous-links"', ">\n                            <li class=\"link\">\n                                <a href=\"miscellaneous/enumerations.html\" data-type=\"entity-link\">Enums</a>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"miscellaneous/functions.html\" data-type=\"entity-link\">Functions</a>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"miscellaneous/variables.html\" data-type=\"entity-link\">Variables</a>\n                            </li>\n                        </ul>\n                    </li>\n                    <li class=\"chapter\">\n                        <a data-type=\"chapter-link\" href=\"coverage.html\"><span class=\"icon ion-ios-stats\"></span>Documentation coverage</a>\n                    </li>\n            </ul>\n        </nav>\n        "));
+      var tp = lithtml.html("\n        <nav>\n            <ul class=\"list\">\n                <li class=\"title\">\n                    <a href=\"index.html\" data-type=\"index-link\">ngx-device-detector</a>\n                </li>\n\n                <li class=\"divider\"></li>\n                ".concat(isNormalMode ? "<div id=\"book-search-input\" role=\"search\"><input type=\"text\" placeholder=\"Type to search\"></div>" : '', "\n                <li class=\"chapter\">\n                    <a data-type=\"chapter-link\" href=\"index.html\"><span class=\"icon ion-ios-home\"></span>Getting started</a>\n                    <ul class=\"links\">\n                        <li class=\"link\">\n                            <a href=\"overview.html\" data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-keypad\"></span>Overview\n                            </a>\n                        </li>\n                        <li class=\"link\">\n                            <a href=\"index.html\" data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-paper\"></span>README\n                            </a>\n                        </li>\n                        <li class=\"link\">\n                            <a href=\"contributing.html\"  data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-paper\"></span>CONTRIBUTING\n                            </a>\n                        </li>\n                        <li class=\"link\">\n                            <a href=\"license.html\"  data-type=\"chapter-link\">\n                                <span class=\"icon ion-ios-paper\"></span>LICENSE\n                            </a>\n                        </li>\n                                <li class=\"link\">\n                                    <a href=\"dependencies.html\" data-type=\"chapter-link\">\n                                        <span class=\"icon ion-ios-list\"></span>Dependencies\n                                    </a>\n                                </li>\n                                <li class=\"link\">\n                                    <a href=\"properties.html\" data-type=\"chapter-link\">\n                                        <span class=\"icon ion-ios-apps\"></span>Properties\n                                    </a>\n                                </li>\n                    </ul>\n                </li>\n                    <li class=\"chapter modules\">\n                        <a data-type=\"chapter-link\" href=\"modules.html\">\n                            <div class=\"menu-toggler linked\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#modules-links"' : 'data-target="#xs-modules-links"', ">\n                                <span class=\"icon ion-ios-archive\"></span>\n                                <span class=\"link-name\">Modules</span>\n                                <span class=\"icon ion-ios-arrow-down\"></span>\n                            </div>\n                        </a>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="modules-links"' : 'id="xs-modules-links"', ">\n                            <li class=\"link\">\n                                <a href=\"modules/AppModule.html\" data-type=\"entity-link\" >AppModule</a>\n                                    <li class=\"chapter inner\">\n                                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'data-target="#xs-components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <span class=\"icon ion-md-cog\"></span>\n                                            <span>Components</span>\n                                            <span class=\"icon ion-ios-arrow-down\"></span>\n                                        </div>\n                                        <ul class=\"links collapse\" ").concat(isNormalMode ? 'id="components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'id="xs-components-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <li class=\"link\">\n                                                <a href=\"components/AppComponent.html\" data-type=\"entity-link\" data-context=\"sub-entity\" data-context-id=\"modules\" >AppComponent</a>\n                                            </li>\n                                        </ul>\n                                    </li>\n                                    <li class=\"chapter inner\">\n                                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'data-target="#xs-pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <span class=\"icon ion-md-add\"></span>\n                                            <span>Pipes</span>\n                                            <span class=\"icon ion-ios-arrow-down\"></span>\n                                        </div>\n                                        <ul class=\"links collapse\" ").concat(isNormalMode ? 'id="pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"' : 'id="xs-pipes-links-module-AppModule-524671ffd78e9ea49cb2ca07be440d848546b40308baaf0cc869c375879df205863370faeceff49f8eb37563d8b02dda2fb227ed891828946467ef4646bd166d"', ">\n                                            <li class=\"link\">\n                                                <a href=\"pipes/KeysPipe.html\" data-type=\"entity-link\" data-context=\"sub-entity\" data-context-id=\"modules\" >KeysPipe</a>\n                                            </li>\n                                        </ul>\n                                    </li>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"modules/AppServerModule.html\" data-type=\"entity-link\" >AppServerModule</a>\n                                    <li class=\"chapter inner\">\n                                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"' : 'data-target="#xs-components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"', ">\n                                            <span class=\"icon ion-md-cog\"></span>\n                                            <span>Components</span>\n                                            <span class=\"icon ion-ios-arrow-down\"></span>\n                                        </div>\n                                        <ul class=\"links collapse\" ").concat(isNormalMode ? 'id="components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"' : 'id="xs-components-links-module-AppServerModule-98ea1808b36ab5833375d857f584f909f02678b6559a25dbfaee88fcc65d74949e594d558cce1c132e070fd93a76eb2024ab46f63a4722aee7e29c470bdf0918"', ">\n                                            <li class=\"link\">\n                                                <a href=\"components/AppComponent.html\" data-type=\"entity-link\" data-context=\"sub-entity\" data-context-id=\"modules\" >AppComponent</a>\n                                            </li>\n                                        </ul>\n                                    </li>\n                            </li>\n                </ul>\n                </li>\n                    <li class=\"chapter\">\n                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#classes-links"' : 'data-target="#xs-classes-links"', ">\n                            <span class=\"icon ion-ios-paper\"></span>\n                            <span>Classes</span>\n                            <span class=\"icon ion-ios-arrow-down\"></span>\n                        </div>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="classes-links"' : 'id="xs-classes-links"', ">\n                            <li class=\"link\">\n                                <a href=\"classes/AppPage.html\" data-type=\"entity-link\" >AppPage</a>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"classes/ReTree.html\" data-type=\"entity-link\" >ReTree</a>\n                            </li>\n                        </ul>\n                    </li>\n                        <li class=\"chapter\">\n                            <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#injectables-links"' : 'data-target="#xs-injectables-links"', ">\n                                <span class=\"icon ion-md-arrow-round-down\"></span>\n                                <span>Injectables</span>\n                                <span class=\"icon ion-ios-arrow-down\"></span>\n                            </div>\n                            <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="injectables-links"' : 'id="xs-injectables-links"', ">\n                                <li class=\"link\">\n                                    <a href=\"injectables/DeviceDetectorService.html\" data-type=\"entity-link\" >DeviceDetectorService</a>\n                                </li>\n                                <li class=\"link\">\n                                    <a href=\"injectables/UniversalDeviceDetectorService.html\" data-type=\"entity-link\" >UniversalDeviceDetectorService</a>\n                                </li>\n                            </ul>\n                        </li>\n                    <li class=\"chapter\">\n                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#interfaces-links"' : 'data-target="#xs-interfaces-links"', ">\n                            <span class=\"icon ion-md-information-circle-outline\"></span>\n                            <span>Interfaces</span>\n                            <span class=\"icon ion-ios-arrow-down\"></span>\n                        </div>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? ' id="interfaces-links"' : 'id="xs-interfaces-links"', ">\n                            <li class=\"link\">\n                                <a href=\"interfaces/DeviceInfo.html\" data-type=\"entity-link\" >DeviceInfo</a>\n                            </li>\n                        </ul>\n                    </li>\n                    <li class=\"chapter\">\n                        <div class=\"simple menu-toggler\" data-toggle=\"collapse\" ").concat(isNormalMode ? 'data-target="#miscellaneous-links"' : 'data-target="#xs-miscellaneous-links"', ">\n                            <span class=\"icon ion-ios-cube\"></span>\n                            <span>Miscellaneous</span>\n                            <span class=\"icon ion-ios-arrow-down\"></span>\n                        </div>\n                        <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="miscellaneous-links"' : 'id="xs-miscellaneous-links"', ">\n                            <li class=\"link\">\n                                <a href=\"miscellaneous/enumerations.html\" data-type=\"entity-link\">Enums</a>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"miscellaneous/functions.html\" data-type=\"entity-link\">Functions</a>\n                            </li>\n                            <li class=\"link\">\n                                <a href=\"miscellaneous/variables.html\" data-type=\"entity-link\">Variables</a>\n                            </li>\n                        </ul>\n                    </li>\n                    <li class=\"chapter\">\n                        <a data-type=\"chapter-link\" href=\"coverage.html\"><span class=\"icon ion-ios-stats\"></span>Documentation coverage</a>\n                    </li>\n            </ul>\n        </nav>\n        "));
       this.innerHTML = tp.strings;
     }
   }]);
diff --git a/docs/js/menu.js b/docs/js/menu.js
index ec2d26a..2c84393 100644
--- a/docs/js/menu.js
+++ b/docs/js/menu.js
@@ -77,15 +77,16 @@ document.addEventListener('DOMContentLoaded', function () {
     processMenuLinks(entityLinks);
     var indexLinks = document.querySelectorAll('[data-type="index-link"]');
     processMenuLinks(indexLinks, true);
-    var entityLogos = document.querySelectorAll('[data-type="compodoc-logo"]');
-    var processLogos = function (entityLogo) {
+    var compodocLogos = document.querySelectorAll('[data-type="compodoc-logo"]');
+    var customLogo = document.querySelectorAll('[data-type="custom-logo"]');
+    var processLogos = function (entityLogos) {
         for (var i = 0; i < entityLogos.length; i++) {
             var entityLogo = entityLogos[i];
             if (entityLogo) {
                 var url = entityLogo.getAttribute('data-src');
                 // Dark mode + logo
                 let isDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches;
-                if (isDarkMode) {
+                if (isDarkMode && url.indexOf('compodoc') !== -1) {
                     url = 'images/compodoc-vectorise-inverted.png';
                 }
                 if (url.charAt(0) !== '.') {
@@ -115,7 +116,8 @@ document.addEventListener('DOMContentLoaded', function () {
             }
         }
     };
-    processLogos(entityLogos);
+    processLogos(compodocLogos);
+    processLogos(customLogo);
 
     setTimeout(function () {
         document.getElementById('btn-menu').addEventListener('click', function () {
@@ -265,6 +267,7 @@ document.addEventListener('DOMContentLoaded', function () {
         var darkModeState = useDark.matches;
         var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
         var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
+        var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
 
         function checkToggle(check) {
             for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -273,6 +276,10 @@ document.addEventListener('DOMContentLoaded', function () {
         }
 
         function toggleDarkMode(state) {
+            if (window.localStorage) {
+                localStorage.setItem('compodoc_darkmode-state', state);
+            }
+
             checkToggle(state);
 
             const hasClass = document.body.classList.contains('dark');
@@ -297,6 +304,9 @@ document.addEventListener('DOMContentLoaded', function () {
         useDark.addEventListener('change', function (evt) {
             toggleDarkMode(evt.matches);
         });
+        if (darkModeStateLocal) {
+            darkModeState = darkModeStateLocal === 'true';
+        }
         toggleDarkMode(darkModeState);
 
         if ($darkModeToggles.length > 0) {
diff --git a/docs/js/search/search_index.js b/docs/js/search/search_index.js
index 2e0fb9c..76e33bc 100644
--- a/docs/js/search/search_index.js
+++ b/docs/js/search/search_index.js
@@ -1,4 +1,4 @@
 var COMPODOC_SEARCH_INDEX = {
-    "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/components/AppComponent.html",[0,1.379,1,1.047]],["body/components/AppComponent.html",[0,1.883,1,1.562,2,3.233,3,1.086,4,0.649,5,2.257,6,2.257,7,2.257,8,2.257,9,0.409,10,1.812,11,1.812,12,3.033,13,2.515,14,2.176,15,2.595,16,3.778,17,2.595,18,3.233,19,0.561,20,1.611,21,1.431,22,3.778,23,2.176,24,3.778,25,3.221,26,1.224,27,3.233,28,2.376,29,4.125,30,3.233,31,2.695,32,2.695,33,2.695,34,1.125,35,2.257,36,1.363,37,2.194,38,3.233,39,1.611,40,0.055,41,2.056,42,1.363,43,1.224,44,2.595,45,3.233,46,2.257,47,2.176,48,1.772,49,1.883,50,3.778,51,1.086,52,2.264,53,2.257,54,2.257,55,3.057,56,2.257,57,1.562,58,1.026,59,1.098,60,1.611,61,1.862,62,1.611,63,1.862,64,2.257,65,2.257,66,3.233,67,2.257,68,2.257,69,2.257,70,2.257,71,2.257,72,2.257,73,2.257,74,0.929,75,0.649,76,1.883,77,2.176,78,0.561,79,0.342,80,2.257,81,2.257,82,2.542,83,2.257,84,2.257,85,1.812,86,3.233,87,1.812,88,1.812,89,2.176,90,1.248,91,1.812,92,1.812,93,1.812,94,2.257,95,2.257,96,3.312,97,2.175,98,2.595,99,2.595,100,2.595,101,2.175,102,2.595,103,2.595,104,1.562,105,2.595,106,2.175,107,2.595,108,2.595,109,3.912,110,2.806,111,2.542,112,2.595,113,2.595,114,3.233,115,1.611,116,2.595,117,3.233,118,2.595,119,3.312,120,3.233,121,2.595,122,3.233,123,1.862,124,1.224,125,1.224,126,1.403,127,3.233,128,3.233,129,3.233,130,2.257,131,3.233,132,2.257,133,3.778,134,2.257,135,2.257,136,2.257,137,3.778,138,2.257,139,3.233,140,3.233,141,3.233,142,2.257,143,2.257,144,2.257,145,2.257,146,2.257,147,2.257,148,3.778,149,3.778,150,3.233,151,1.812,152,2.257,153,2.257,154,2.257,155,2.257,156,2.257,157,3.778,158,2.257,159,3.233,160,2.257,161,2.257,162,2.257,163,2.257,164,2.257,165,2.257,166,2.257,167,2.257,168,2.257,169,4.544,170,2.257,171,2.257,172,3.233,173,3.233,174,3.233,175,2.257,176,0.979,177,2.257,178,1.812,179,2.257,180,2.257,181,1.812,182,2.257,183,2.257,184,3.233,185,2.595,186,2.257,187,4.125,188,2.257,189,2.257,190,2.257,191,0.032,192,0.032]],["title/modules/AppModule.html",[193,2.221,194,1.2]],["body/modules/AppModule.html",[1,2.066,3,1.07,4,1.07,9,0.676,40,0.054,58,0.926,74,1.505,75,1.07,78,0.926,79,0.565,123,2.144,191,0.044,192,0.044,194,2.335,195,1.856,196,1.954,197,2.989,198,2.989,199,2.989,200,2.609,201,3.031,202,1.856,203,3.723,204,4.504,205,3.031,206,3.723,207,2.594,208,3.031,209,2.505,210,3.723,211,4.504,212,1.41,213,4.504,214,3.723,215,2.505,216,3.723,217,3.723,218,3.723,219,2.505]],["title/classes/AppPage.html",[79,0.42,220,1.861]],["body/classes/AppPage.html",[3,1.291,4,1.065,9,0.673,14,2.783,19,0.922,26,1.701,37,2.18,40,0.054,51,1.444,58,0.922,74,1.291,78,0.922,79,0.562,90,1.659,104,1.403,111,2.494,185,2.975,191,0.044,192,0.044,220,3.022,221,2.494,222,2.975,223,5.024,224,5.024,225,5.024,226,5.024,227,3.706,228,5.23,229,3.706,230,4.833,231,3.706,232,3.706,233,3.706,234,3.706,235,3.706,236,3.706,237,3.706,238,3.706,239,4.491,240,3.706,241,3.706,242,3.706,243,2.975,244,2.134,245,3.706]],["title/modules/AppServerModule.html",[193,2.221,246,1.379]],["body/modules/AppServerModule.html",[1,1.984,3,1.015,4,1.015,9,0.641,36,1.563,40,0.055,43,1.652,59,0.755,74,1.533,75,1.254,76,1.761,77,1.761,78,1.085,79,0.662,110,2.035,123,2.035,191,0.043,192,0.043,194,2.244,195,1.761,196,1.893,201,2.935,202,1.761,205,2.935,207,2.035,208,2.935,209,2.378,212,1.338,215,2.935,219,2.378,246,2.612,247,2.837,248,3.533,249,3.533,250,2.378,251,3.502,252,2.035,253,2.837,254,1.761,255,1.441,256,1.761,257,2.846,258,2.035,259,2.378,260,1.761,261,2.378,262,2.174,263,2.378,264,1.761,265,1.761,266,2.378,267,2.378,268,2.378,269,2.378,270,1.167,271,2.035,272,2.378]],["title/injectables/DeviceDetectorService.html",[36,0.914,255,0.914]],["body/injectables/DeviceDetectorService.html",[3,1.03,4,0.487,9,0.308,14,0.977,19,0.422,20,1.303,21,1.549,23,2.355,26,0.99,28,2.064,31,1.505,32,1.505,33,1.505,34,0.845,36,0.863,37,2.155,39,1.929,40,0.055,41,1.929,42,1.523,43,1.466,47,2.43,48,1.895,49,2.193,51,1.325,52,1.303,57,1.614,58,1.017,59,1.166,60,2.038,61,2.229,62,2.038,63,2.229,74,1.03,75,0.487,78,0.892,79,0.257,82,1.141,89,2.355,90,1.653,104,1.208,115,1.786,124,1.614,125,1.746,126,1.849,176,1.384,191,0.026,192,0.026,212,0.642,244,0.977,254,0.845,255,0.863,256,0.845,264,0.845,265,1.303,270,1.653,273,1.141,274,2.171,275,2.494,276,0.736,277,1.614,278,2.742,279,2.098,280,1.361,281,2.614,282,1.696,283,1.837,284,1.759,285,1.696,286,3.367,287,3.204,288,2.355,289,1.759,290,1.696,291,2.605,292,1.786,293,1.759,294,1.696,295,1.759,296,1.696,297,1.759,298,1.759,299,1.759,300,1.696,301,1.696,302,1.696,303,1.696,304,1.696,305,1.696,306,0.863,307,1.696,308,1.696,309,1.696,310,1.361,311,1.361,312,1.361,313,0.845,314,2.098,315,1.505,316,1.141,317,1.759,318,1.759,319,2.702,320,1.59,321,1.361,322,1.141,323,2.56,324,2.146,325,2.098,326,2.56,327,1.361,328,2.605,329,2.605,330,2.605,331,3.108,332,1.361,333,1.361,334,1.141,335,1.361,336,1.361,337,2.877,338,0.977,339,0.977,340,2.098,341,2.098,342,1.361,343,1.361,344,1.361,345,1.141,346,1.141,347,2.098,348,2.098,349,2.098,350,2.098,351,2.098,352,2.098,353,1.361,354,1.361,355,1.141,356,1.361,357,1.361,358,1.361,359,1.361,360,2.56,361,1.361,362,2.877,363,1.361,364,2.098,365,1.141,366,1.361,367,0.977,368,2.098,369,2.098,370,2.56,371,0.845,372,2.098,373,1.361,374,2.098,375,1.361,376,1.759,377,1.361,378,1.361,379,1.361,380,2.56,381,1.361,382,1.361,383,1.361,384,1.361,385,1.361,386,2.098,387,1.361,388,1.361,389,1.361,390,1.361,391,1.361,392,1.361,393,1.361,394,1.361,395,2.098,396,1.361,397,2.56,398,2.098,399,2.877,400,1.361,401,2.098,402,1.361,403,1.361,404,1.141,405,1.361,406,1.361,407,1.361,408,1.361,409,1.361]],["title/interfaces/DeviceInfo.html",[21,1.047,313,1.379]],["body/interfaces/DeviceInfo.html",[3,1.125,4,0.58,9,0.366,14,1.162,19,0.502,20,1.485,21,1.655,23,2.041,28,1.162,36,0.667,40,0.055,42,1.533,48,1.129,49,2.178,51,1.2,52,1.006,57,1.757,58,1.125,59,1.143,60,2.253,61,2.517,62,2.253,63,2.517,74,1.125,75,0.58,78,0.974,79,0.306,82,1.358,89,2.041,90,1.69,104,1.129,115,1.951,124,1.581,125,1.712,126,1.812,176,1.538,191,0.029,192,0.029,212,0.764,244,1.162,254,1.006,255,0.985,256,1.006,264,1.006,265,1.006,270,1.75,274,0.876,275,1.006,276,0.876,277,1.482,278,2.254,283,1.716,284,1.358,286,3.243,287,3.123,288,2.041,289,1.358,291,2.634,292,1.766,293,1.358,295,1.358,297,1.358,298,1.358,299,1.358,306,0.667,310,1.62,311,1.62,312,1.62,313,1.006,314,2.393,315,1.716,316,1.358,317,2.006,318,2.006,319,2.815,320,1.766,321,1.62,322,1.358,323,2.845,324,2.385,325,2.393,326,2.845,327,1.62,328,2.81,329,2.81,330,2.81,331,3.352,332,1.62,333,1.62,334,1.358,335,1.62,336,1.62,337,3.142,338,1.162,339,1.162,340,2.393,341,2.393,342,1.62,343,1.62,344,1.62,345,1.358,346,1.358,347,2.393,348,2.393,349,2.393,350,2.393,351,2.393,352,2.393,353,1.62,354,1.62,355,1.358,356,1.62,357,1.62,358,1.62,359,1.62,360,2.845,361,1.62,362,3.142,363,1.62,364,2.393,365,1.358,366,1.62,367,1.162,368,2.393,369,2.393,370,2.845,371,1.006,372,2.393,373,1.62,374,2.393,375,1.62,376,2.006,377,1.62,378,1.62,379,1.62,380,2.845,381,1.62,382,1.62,383,1.62,384,1.62,385,1.62,386,2.393,387,1.62,388,1.62,389,1.62,390,1.62,391,1.62,392,1.62,393,1.62,394,1.62,395,2.393,396,1.62,397,2.845,398,2.393,399,3.142,400,1.62,401,2.393,402,1.62,403,1.62,404,1.358,405,1.62,406,1.62,407,1.62,408,1.62,409,1.62,410,2.018]],["title/pipes/KeysPipe.html",[200,1.379,411,1.593]],["body/pipes/KeysPipe.html",[3,1.068,4,1.068,9,0.675,11,2.985,26,1.408,37,1.613,39,1.853,40,0.055,41,2.412,42,1.228,43,1.408,47,1.853,48,1.95,51,1.068,74,1.068,75,1.068,78,0.925,79,0.564,90,1.228,151,2.985,176,1.613,191,0.044,192,0.044,200,2.243,270,1.599,319,2.787,371,1.853,411,2.591,412,3.718,413,2.985,414,5.029,415,4.5,416,4.839,417,3.718,418,4.5,419,3.718,420,4.5,421,3.718,422,3.885,423,3.718,424,4.5,425,4.5,426,3.718]],["title/classes/ReTree.html",[79,0.42,277,1.047]],["body/classes/ReTree.html",[3,0.946,4,0.946,9,0.598,19,0.819,26,1.581,34,2.284,37,1.989,39,2.08,40,0.055,41,2.08,42,1.379,43,1.581,51,1.2,55,2.809,59,1.029,78,0.819,79,0.5,90,1.765,119,3.351,191,0.041,192,0.041,221,2.216,244,2.775,270,1.725,274,2.091,277,1.581,278,2.926,292,1.641,306,1.379,324,2.809,376,2.809,427,2.644,428,3.293,429,2.644,430,2.644,431,2.644,432,4.174,433,3.293,434,4.174,435,4.375,436,3.293,437,4.174,438,4.174,439,3.293,440,4.174,441,4.174,442,4.174,443,3.293,444,3.293,445,3.293,446,4.583,447,3.293,448,3.293,449,4.174,450,3.293,451,3.293,452,3.293,453,3.293]],["title/injectables/UniversalDeviceDetectorService.html",[255,0.914,262,1.379]],["body/injectables/UniversalDeviceDetectorService.html",[1,1.35,3,0.746,4,0.746,9,0.471,19,0.646,20,1.777,21,0.983,23,2.346,26,1.35,28,2.346,31,2.054,32,2.054,33,2.054,34,1.293,36,1.771,37,2.301,39,2.292,40,0.055,41,2.292,42,1.681,43,1.843,47,2.617,48,1.998,49,2.292,51,1.322,52,1.293,57,1.35,58,0.887,59,1.115,60,1.777,61,2.054,62,1.777,63,2.054,74,1.446,75,1.025,76,1.293,77,1.293,78,0.887,79,0.541,89,2.346,90,0.857,104,0.983,110,1.494,124,1.35,125,1.543,126,1.547,191,0.035,192,0.035,194,1.547,205,1.746,207,1.494,208,2.4,209,1.746,212,0.983,215,1.746,219,1.746,246,1.293,250,1.746,251,2.863,252,1.494,253,2.083,254,1.293,255,1.178,256,1.293,257,2.855,258,1.494,259,1.746,260,1.293,261,1.746,262,2.031,263,2.4,264,1.293,265,1.777,266,1.746,267,1.746,268,1.746,269,1.746,270,1.681,271,1.494,272,1.746,273,1.746,277,1.543,278,2.855,279,2.863,280,2.083,283,1.494,284,1.746,286,3.275,287,2.952,288,2.346,289,1.746,291,1.746,292,1.293,293,1.746,295,1.746,297,1.746,298,1.746,299,1.746,306,0.857,454,2.595,455,5.278,456,2.595,457,2.595,458,2.595,459,2.595,460,2.595,461,2.595,462,2.595,463,2.595,464,2.595,465,2.595,466,2.595,467,2.595,468,2.595,469,2.595,470,2.595]],["title/contributing.html",[471,1.572,472,1.345,473,2.335]],["body/contributing.html",[9,0.586,25,2.175,40,0.049,101,2.175,104,1.224,106,2.175,112,3.311,113,2.594,118,2.594,121,2.594,181,2.594,191,0.04,192,0.04,202,1.611,257,1.861,271,1.861,306,1.362,328,2.175,365,2.175,474,4.543,475,4.124,476,3.232,477,3.311,478,3.232,479,4.543,480,4.543,481,4.124,482,3.232,483,3.232,484,4.124,485,3.232,486,4.124,487,4.124,488,4.543,489,4.124,490,3.842,491,4.124,492,3.232,493,2.175,494,3.232,495,3.232,496,3.232,497,4.944,498,3.232,499,4.543,500,3.311,501,4.944,502,3.232,503,4.944,504,3.232,505,3.969,506,3.969,507,3.647,508,3.232,509,4.124,510,3.232,511,3.232,512,3.232,513,3.232,514,3.232,515,3.232,516,3.232,517,2.594,518,3.232,519,3.232,520,3.232,521,3.232,522,3.232,523,3.232,524,3.232,525,3.232,526,3.232,527,3.232,528,3.232,529,3.232,530,3.232,531,3.232,532,4.124,533,4.543,534,3.232,535,4.543,536,3.311,537,2.594,538,3.232,539,4.124,540,3.232,541,3.232,542,3.232,543,2.594,544,3.232,545,3.232,546,3.232,547,4.124,548,3.311,549,3.232,550,2.594,551,3.232,552,4.124,553,3.232,554,3.232,555,3.232,556,3.232,557,3.232,558,3.232,559,3.232,560,3.232,561,3.232,562,3.232,563,3.232,564,3.232,565,3.232,566,3.232,567,3.232,568,3.232,569,3.232,570,2.594,571,2.594,572,3.232,573,3.232,574,3.232,575,3.232,576,3.232,577,3.232,578,3.232,579,3.232,580,3.232,581,2.775,582,3.232,583,3.232,584,3.232,585,2.594,586,1.861]],["title/coverage.html",[587,2.99]],["body/coverage.html",[0,1.502,1,1.142,9,0.547,10,2.42,13,1.736,21,1.142,36,0.996,40,0.054,42,0.996,57,1.142,59,1.163,79,0.598,115,1.502,178,2.42,191,0.039,192,0.039,200,1.502,220,2.029,222,2.42,243,2.42,250,2.029,255,1.303,262,1.502,274,2.362,275,2.706,276,1.907,277,1.142,306,0.996,313,1.502,320,1.502,338,1.736,339,1.736,371,2.746,411,1.736,413,2.42,427,2.42,493,2.029,587,2.42,588,3.015,589,3.015,590,3.015,591,3.255,592,3.943,593,5.486,594,2.029,595,5.467,596,2.42,597,2.42,598,2.42,599,3.015,600,3.943,601,3.943,602,2.42,603,3.166,604,2.42,605,4.318,606,2.42,607,2.42,608,2.42,609,2.42,610,2.42,611,2.42,612,3.015,613,2.42,614,2.42,615,2.42,616,2.42,617,2.42,618,3.015,619,3.015,620,3.015,621,3.015]],["title/dependencies.html",[196,1.438,581,1.572]],["body/dependencies.html",[40,0.054,58,1.157,59,0.839,75,1.129,76,1.958,77,1.958,191,0.045,192,0.045,196,1.705,207,2.853,212,1.488,252,2.262,258,2.262,260,1.958,622,3.929,623,5.427,624,3.929,625,3.929,626,3.929,627,3.929,628,3.929,629,3.929,630,3.929,631,3.929,632,3.929,633,3.929,634,3.929,635,3.929,636,3.929,637,3.929,638,3.929,639,3.929,640,3.929,641,3.929]],["title/miscellaneous/enumerations.html",[642,1.013,643,2.66]],["body/miscellaneous/enumerations.html",[19,1.008,40,0.053,48,2.021,59,0.866,62,2.361,124,1.794,125,1.794,126,2.056,191,0.046,192,0.046,274,1.759,275,2.02,276,2.178,315,2.728,316,3.188,317,3.188,318,3.188,642,1.759,643,3.254,644,3.803]],["title/miscellaneous/functions.html",[642,1.013,645,2.66]],["body/miscellaneous/functions.html",[13,2.933,19,1.045,40,0.051,51,1.39,52,2.094,191,0.047,192,0.047,591,2.827,594,3.427,642,1.823,645,3.373,646,3.883,647,4.201]],["title/index.html",[19,0.581,471,1.572,472,1.345]],["body/index.html",[0,2.148,9,0.452,12,1.998,13,2.295,15,1.998,17,1.998,20,1.24,21,0.942,25,2.331,26,0.942,31,1.995,32,1.995,33,1.433,34,1.24,36,1.496,40,0.055,43,1.312,44,1.998,49,1.24,51,1.348,55,1.674,57,1.312,58,1.072,59,1.144,60,1.24,74,1.383,75,0.996,76,2.338,77,2.446,78,0.862,79,0.526,85,1.998,87,1.998,88,1.998,91,1.998,92,1.998,93,1.998,96,3.636,97,1.674,98,1.998,99,1.998,100,1.998,101,1.674,102,1.998,103,1.998,104,0.942,105,1.998,106,2.331,107,1.998,108,3.199,109,2.781,110,2.295,111,3.238,116,1.998,124,1.312,125,1.312,126,1.503,191,0.034,192,0.034,196,1.08,212,0.942,254,1.24,255,1.144,256,1.24,257,2.481,258,1.433,259,1.674,260,1.24,261,1.674,262,1.726,263,1.674,264,1.24,265,1.24,266,1.674,267,1.674,268,1.674,269,1.674,270,0.822,271,1.995,272,1.674,276,1.08,277,0.942,306,0.822,319,2.295,320,1.726,322,2.331,334,2.331,367,1.995,435,1.998,472,1.433,477,3.199,490,1.998,500,1.998,505,1.998,506,1.998,507,1.998,517,3.765,536,2.781,537,2.781,543,1.998,548,1.998,570,1.998,571,1.998,581,2.331,585,3.863,586,1.433,594,3.156,648,1.998,649,2.488,650,3.199,651,2.488,652,2.488,653,2.488,654,2.488,655,2.488,656,2.488,657,2.488,658,2.488,659,2.488,660,2.488,661,2.488,662,3.464,663,2.488,664,2.488,665,2.488,666,2.488,667,2.488,668,2.488,669,2.488,670,2.488,671,2.488,672,4.309,673,2.488,674,3.464,675,2.488,676,2.488,677,2.488,678,3.464,679,2.488,680,2.488,681,2.488,682,2.488,683,2.488,684,2.488,685,2.781,686,2.781,687,2.781,688,4.309,689,2.488,690,2.488,691,3.464,692,2.488,693,3.464,694,2.488,695,2.488,696,2.488,697,2.488,698,2.488,699,2.488,700,3.464,701,2.488,702,2.488,703,1.998,704,2.488,705,2.488,706,2.488,707,2.488,708,2.488,709,2.488,710,2.781,711,2.488,712,2.488,713,2.488,714,2.488,715,2.488,716,1.998,717,2.488,718,3.464,719,2.488,720,1.998,721,2.488,722,3.464,723,2.488,724,2.488,725,2.488,726,2.488,727,2.488,728,2.488,729,2.488,730,3.464,731,3.985,732,2.488,733,2.488,734,3.464,735,2.488,736,2.488,737,2.488,738,2.488,739,2.488,740,3.985,741,2.488,742,2.488,743,2.488,744,2.488,745,2.488,746,3.464,747,2.488,748,2.488,749,2.488,750,2.488,751,2.488,752,1.998]],["title/license.html",[471,1.572,472,1.345,586,1.345]],["body/license.html",[40,0.044,191,0.044,192,0.044,202,1.85,260,1.85,288,2.138,329,2.498,330,2.498,493,2.498,586,2.138,650,3.609,703,2.98,710,2.98,752,2.98,753,4.836,754,2.98,755,3.712,756,3.712,757,4.496,758,3.712,759,3.712,760,3.712,761,3.712,762,3.712,763,3.712,764,4.496,765,5.379,766,3.712,767,3.712,768,4.836,769,3.712,770,4.496,771,3.712,772,3.712,773,3.712,774,3.712,775,3.712,776,3.712,777,3.712,778,3.712,779,3.712,780,4.496,781,3.712,782,3.712,783,3.712,784,3.712,785,3.712,786,3.712,787,4.496,788,4.496,789,3.712,790,3.712,791,3.712,792,3.712,793,3.712,794,3.712,795,3.712,796,3.712,797,3.712,798,3.712,799,3.712,800,3.712,801,3.712,802,3.712,803,3.712,804,3.712,805,3.712,806,3.712,807,3.712,808,3.712,809,3.712,810,3.712,811,3.712,812,3.712,813,3.712,814,3.712,815,3.712,816,3.712]],["title/modules.html",[195,1.856]],["body/modules.html",[40,0.048,58,1.212,191,0.048,192,0.048,194,1.845,195,2.12,246,2.12,817,4.871,818,4.871,819,4.871]],["title/overview.html",[820,2.99]],["body/overview.html",[0,1.974,1,2.058,40,0.052,123,2.281,176,2.157,191,0.046,192,0.046,194,2.344,195,1.974,196,2.028,197,3.18,198,3.18,199,3.18,200,2.478,201,3.145,202,1.974,221,2.665,246,2.611,247,3.18,273,2.665,313,1.974,411,2.281,820,3.18,821,3.991]],["title/miscellaneous/variables.html",[642,1.013,822,2.66]],["body/miscellaneous/variables.html",[19,0.167,40,0.053,42,1.351,47,2.067,48,1.57,57,1.818,58,0.167,59,0.257,90,0.397,97,0.809,115,0.599,124,0.865,125,1.234,176,0.522,191,0.012,192,0.012,252,0.387,270,0.539,274,0.522,275,0.599,276,0.522,283,1.696,292,0.335,306,1.58,315,1.315,320,1.264,338,0.692,339,0.692,345,1.707,346,0.452,355,0.809,367,1.877,371,1.625,404,0.452,422,0.965,429,0.539,430,0.539,431,0.539,550,0.539,591,0.452,596,0.965,597,1.31,598,0.965,602,0.539,603,1.594,604,0.539,605,3.117,606,0.965,607,0.965,608,0.965,609,0.965,610,0.965,611,0.965,613,1.31,614,1.31,615,0.965,616,0.965,617,1.31,642,0.292,644,3.117,646,1.31,648,0.965,685,1.594,686,3.854,687,2.617,716,0.539,720,0.539,754,0.539,821,1.594,822,0.539,823,0.672,824,0.672,825,0.672,826,0.672,827,0.672,828,0.672,829,0.672,830,0.672,831,2.755,832,0.672,833,0.672,834,0.672,835,2.536,836,0.672,837,0.672,838,1.986,839,1.202,840,0.672,841,1.986,842,0.672,843,1.986,844,0.672,845,0.672,846,0.672,847,1.631,848,0.672,849,1.631,850,0.672,851,2.755,852,0.672,853,1.631,854,0.672,855,1.202,856,1.202,857,0.672,858,1.202,859,0.672,860,0.672,861,0.672,862,1.631,863,0.672,864,0.672,865,0.672,866,1.631,867,1.631,868,1.631,869,1.631,870,1.631,871,1.631,872,0.672,873,0.672,874,2.945,875,2.945,876,0.672,877,0.672,878,0.672,879,0.672,880,3.802,881,0.672,882,0.672,883,0.672,884,2.283,885,2.283,886,1.631,887,1.631,888,2.283,889,1.202,890,1.202,891,0.672,892,0.672,893,0.672,894,0.672,895,0.672,896,0.672,897,0.672,898,1.631,899,2.283,900,1.202,901,0.672,902,1.986,903,4.74,904,0.672,905,1.631,906,1.202,907,0.672,908,1.202,909,1.202,910,0.672,911,1.631,912,1.631,913,1.631,914,1.202,915,1.631,916,1.202,917,1.986,918,1.631,919,1.631,920,1.631,921,1.631,922,1.202,923,0.672,924,1.631,925,1.631,926,1.631,927,1.631,928,1.631,929,1.631,930,1.631,931,1.202,932,1.631,933,1.631,934,1.986,935,1.631,936,1.986,937,1.986,938,1.986,939,1.202,940,0.672,941,1.202,942,0.672,943,0.672,944,3.392,945,0.672,946,1.202,947,0.672,948,0.672,949,0.672,950,0.672,951,0.672,952,0.672,953,0.672,954,0.672,955,0.672,956,2.945,957,0.672,958,1.202,959,1.631,960,1.986,961,1.631,962,1.986,963,0.672,964,0.672,965,0.672,966,0.672,967,0.672,968,0.672,969,0.672,970,0.672,971,0.672,972,0.672,973,0.672,974,0.672,975,0.672,976,0.672,977,0.672,978,0.672,979,0.672,980,0.672,981,0.672,982,0.672,983,0.672,984,0.672,985,0.672,986,0.672,987,0.672,988,0.672,989,0.672,990,0.672,991,0.672,992,0.672,993,0.672,994,0.672,995,0.672,996,1.202,997,0.672,998,0.672,999,0.672,1000,4.386,1001,0.672,1002,0.672,1003,0.672,1004,0.672,1005,0.672,1006,0.672,1007,0.672,1008,0.672,1009,0.672,1010,0.672,1011,0.672,1012,0.672,1013,0.672,1014,0.672,1015,0.672,1016,0.672,1017,0.672,1018,0.672,1019,0.672,1020,0.672,1021,0.672,1022,0.672,1023,0.672,1024,0.672,1025,0.672,1026,0.672,1027,0.672,1028,0.672,1029,0.672,1030,0.672,1031,0.672,1032,0.672,1033,0.672,1034,0.672,1035,0.672,1036,0.672,1037,0.672,1038,0.672,1039,0.672,1040,0.672,1041,0.672,1042,0.672,1043,0.672,1044,0.672,1045,0.672,1046,0.672,1047,0.672,1048,0.672,1049,0.672,1050,0.672,1051,0.672,1052,0.672,1053,0.672,1054,0.672,1055,0.672,1056,0.672,1057,0.672,1058,0.672,1059,0.672,1060,0.672,1061,0.672,1062,0.672,1063,0.672,1064,0.672,1065,0.672,1066,0.672,1067,0.672,1068,0.672,1069,0.672,1070,0.672,1071,0.672,1072,0.672,1073,0.672,1074,0.672,1075,0.672,1076,0.672,1077,0.672,1078,0.672,1079,0.672,1080,0.672,1081,0.672,1082,0.672,1083,0.672,1084,0.672,1085,0.672,1086,0.672,1087,0.672,1088,0.672,1089,0.672,1090,0.672,1091,0.672,1092,0.672,1093,0.672,1094,0.672,1095,0.672,1096,0.672,1097,0.672,1098,0.672,1099,0.672,1100,0.672,1101,0.672,1102,0.672,1103,0.672,1104,0.672,1105,0.672,1106,0.672,1107,0.672,1108,0.672,1109,0.672,1110,0.672,1111,0.672,1112,0.672,1113,0.672,1114,0.672,1115,0.672,1116,0.672,1117,0.672,1118,0.672,1119,0.672,1120,0.672,1121,0.672,1122,0.672,1123,0.672,1124,0.672,1125,0.672,1126,0.672,1127,0.672,1128,0.672,1129,0.672,1130,0.672,1131,0.672,1132,0.672,1133,0.672,1134,0.672,1135,0.672,1136,0.672,1137,0.672,1138,0.672,1139,0.672,1140,0.672,1141,0.672,1142,0.672,1143,0.672,1144,0.672,1145,0.672,1146,0.672,1147,0.672,1148,0.672,1149,0.672,1150,0.672,1151,0.672,1152,0.672,1153,0.672,1154,0.672,1155,0.672,1156,0.672,1157,0.672,1158,0.672,1159,0.672,1160,0.672,1161,0.672,1162,0.672,1163,0.672,1164,0.672,1165,0.672,1166,0.672,1167,0.672,1168,0.672,1169,0.672,1170,0.672,1171,0.672,1172,0.672,1173,0.672,1174,0.672,1175,0.672,1176,0.672,1177,0.672,1178,0.672,1179,0.672,1180,0.672,1181,0.672,1182,0.672,1183,0.672,1184,0.672,1185,0.672,1186,0.672,1187,2.755,1188,0.672,1189,0.672,1190,0.672,1191,0.672,1192,0.672,1193,0.672,1194,0.672,1195,0.672,1196,0.672,1197,0.672,1198,0.672,1199,0.672,1200,0.672,1201,0.672,1202,0.672,1203,0.672,1204,0.672,1205,0.672,1206,0.672,1207,0.672,1208,0.672,1209,0.672,1210,0.672,1211,0.672,1212,0.672,1213,0.672,1214,0.672,1215,0.672,1216,0.672,1217,0.672,1218,0.672,1219,0.672,1220,0.672,1221,0.672,1222,0.672,1223,0.672,1224,0.672,1225,0.672,1226,0.672,1227,0.672,1228,0.672,1229,0.672,1230,0.672,1231,0.672,1232,0.672,1233,0.672,1234,0.672,1235,0.672,1236,0.672,1237,0.672,1238,0.672,1239,0.672,1240,0.672,1241,0.672,1242,0.672,1243,0.672,1244,0.672,1245,0.672,1246,0.672,1247,0.672,1248,0.672,1249,0.672,1250,0.672,1251,0.672,1252,0.672,1253,0.672,1254,4.147,1255,0.672,1256,0.672,1257,0.672,1258,0.672,1259,0.672,1260,0.672,1261,0.672,1262,0.672,1263,0.672,1264,0.672,1265,0.672,1266,0.672,1267,0.672,1268,0.672,1269,0.672,1270,0.672,1271,0.672,1272,0.672,1273,0.672,1274,0.672,1275,0.672,1276,0.672,1277,0.672,1278,0.672,1279,0.672,1280,0.672,1281,0.672,1282,0.672,1283,0.672,1284,0.672,1285,0.672,1286,0.672,1287,0.672,1288,0.672,1289,0.672,1290,0.672,1291,0.672,1292,0.672,1293,0.672,1294,0.672,1295,0.672,1296,0.672,1297,0.672,1298,0.672,1299,0.672,1300,0.672,1301,0.672,1302,0.672,1303,0.672,1304,0.672,1305,0.672,1306,0.672,1307,0.672,1308,0.672,1309,0.672,1310,0.672,1311,0.672,1312,0.672,1313,0.672,1314,0.672,1315,0.672,1316,0.672,1317,0.672,1318,0.672,1319,0.672,1320,0.672,1321,0.672,1322,0.672,1323,0.672,1324,0.672,1325,0.672,1326,0.672,1327,0.672,1328,0.672,1329,0.672,1330,0.672,1331,0.672,1332,0.672,1333,0.672,1334,0.672,1335,0.672,1336,0.672,1337,0.672,1338,0.672,1339,0.672,1340,0.672,1341,0.672,1342,0.672,1343,0.672,1344,0.672,1345,0.672,1346,0.672,1347,0.672,1348,0.672,1349,0.672,1350,0.672,1351,0.672,1352,0.672,1353,0.672,1354,0.672,1355,0.672,1356,0.672,1357,0.672,1358,0.672,1359,0.672,1360,0.672,1361,0.672,1362,0.672,1363,0.672,1364,0.672,1365,0.672,1366,0.672,1367,0.672,1368,0.672,1369,0.672,1370,0.672,1371,0.672,1372,0.672,1373,0.672,1374,0.672,1375,0.672,1376,0.672,1377,0.672,1378,0.672,1379,0.672,1380,0.672,1381,0.672,1382,0.672,1383,0.672,1384,0.672,1385,0.672,1386,0.672,1387,0.672,1388,0.672,1389,0.672,1390,0.672,1391,0.672,1392,0.672,1393,0.672,1394,0.672,1395,0.672,1396,0.672,1397,0.672,1398,0.672,1399,0.672,1400,0.672,1401,0.672,1402,0.672,1403,0.672,1404,0.672,1405,0.672,1406,0.672,1407,0.672,1408,0.672,1409,0.672,1410,0.672,1411,0.672,1412,0.672,1413,0.672,1414,0.672,1415,0.672,1416,0.672,1417,0.672,1418,0.672,1419,0.672,1420,0.672,1421,0.672,1422,0.672,1423,0.672,1424,0.672,1425,0.672,1426,0.672,1427,0.672,1428,0.672,1429,0.672,1430,0.672,1431,0.672,1432,0.672,1433,0.672,1434,0.672,1435,0.672,1436,0.672,1437,0.672,1438,0.672,1439,0.672,1440,0.672,1441,0.672,1442,0.672,1443,0.672,1444,0.672,1445,0.672,1446,0.672,1447,0.672,1448,0.672,1449,0.672,1450,0.672,1451,0.672,1452,0.672,1453,0.672,1454,0.672,1455,0.672,1456,0.672,1457,0.672,1458,0.672,1459,0.672,1460,0.672,1461,0.672,1462,0.672,1463,0.672,1464,2.536,1465,0.672,1466,0.672,1467,0.672,1468,0.672,1469,0.672,1470,0.672,1471,0.672,1472,0.672,1473,0.672,1474,0.672,1475,0.672,1476,0.672,1477,0.672,1478,0.672,1479,0.672,1480,0.672,1481,0.672,1482,0.672,1483,0.672,1484,0.672,1485,0.672,1486,0.672,1487,0.672,1488,0.672,1489,0.672,1490,0.672,1491,0.672,1492,0.672,1493,0.672,1494,0.672,1495,0.672,1496,0.672,1497,0.672,1498,0.672,1499,0.672,1500,0.672,1501,0.672,1502,0.672,1503,0.672,1504,0.672,1505,0.672,1506,0.672,1507,0.672,1508,0.672,1509,0.672,1510,0.672,1511,0.672,1512,0.672,1513,0.672,1514,0.672,1515,0.672,1516,0.672,1517,0.672,1518,0.672,1519,0.672,1520,0.672,1521,0.672,1522,0.672,1523,0.672,1524,0.672,1525,0.672,1526,0.672,1527,0.672,1528,0.672,1529,0.672,1530,0.672,1531,0.672,1532,0.672,1533,0.672,1534,0.672,1535,0.672,1536,0.672,1537,0.672,1538,0.672,1539,0.672,1540,0.672,1541,0.672,1542,0.672,1543,0.672,1544,0.672,1545,0.672,1546,0.672,1547,0.672,1548,0.672,1549,0.672,1550,0.672,1551,0.672,1552,0.672,1553,0.672,1554,0.672,1555,0.672,1556,0.672,1557,0.672,1558,0.672,1559,0.672,1560,0.672,1561,0.672,1562,0.672,1563,0.672,1564,0.672,1565,0.672,1566,3.51,1567,0.672,1568,0.672,1569,0.672,1570,0.672,1571,0.672,1572,0.672,1573,0.672,1574,0.672,1575,0.672,1576,0.672,1577,0.672,1578,0.672,1579,0.672,1580,0.672,1581,0.672,1582,0.672,1583,0.672,1584,0.672,1585,0.672,1586,0.672,1587,0.672,1588,0.672,1589,0.672,1590,0.672,1591,0.672,1592,0.672,1593,0.672,1594,0.672,1595,0.672,1596,0.672,1597,0.672,1598,0.672,1599,0.672,1600,0.672,1601,0.672,1602,0.672,1603,0.672,1604,0.672,1605,0.672,1606,0.672,1607,0.672,1608,0.672,1609,0.672,1610,0.672,1611,0.672,1612,0.672,1613,0.672,1614,0.672,1615,0.672,1616,0.672,1617,0.672,1618,0.672,1619,0.672,1620,1.202,1621,0.672,1622,0.672,1623,0.672,1624,0.672,1625,0.672,1626,0.672,1627,0.672,1628,0.672,1629,0.672,1630,0.672,1631,0.672,1632,0.672,1633,0.672,1634,0.672,1635,0.672,1636,0.672,1637,0.672,1638,0.672,1639,0.672,1640,0.672,1641,0.672,1642,0.672,1643,0.672,1644,0.672,1645,1.202,1646,0.672,1647,1.202,1648,0.672,1649,0.672,1650,0.672,1651,0.672,1652,0.672,1653,0.672,1654,0.672,1655,0.672,1656,0.672,1657,1.202,1658,0.672,1659,0.672,1660,0.672,1661,1.202,1662,0.672,1663,0.672,1664,0.672,1665,0.672,1666,0.672,1667,0.672,1668,0.672,1669,0.672,1670,0.672,1671,0.672,1672,0.672,1673,0.672,1674,0.672,1675,0.672,1676,0.672,1677,0.672,1678,0.672,1679,0.672,1680,0.672,1681,0.672,1682,0.672,1683,0.672,1684,1.202,1685,0.672,1686,0.672,1687,1.631,1688,1.631,1689,1.202,1690,0.672,1691,0.672,1692,0.672,1693,0.672,1694,0.672,1695,0.672,1696,0.672,1697,1.202,1698,1.202,1699,1.986,1700,1.202,1701,0.672,1702,1.202,1703,1.202,1704,0.672,1705,1.202,1706,1.202,1707,1.202,1708,1.202,1709,1.202,1710,1.202,1711,1.202,1712,0.672,1713,1.202,1714,0.672,1715,1.202,1716,1.202,1717,1.986,1718,1.202,1719,1.202,1720,2.536,1721,1.202,1722,1.202,1723,1.202,1724,1.202,1725,1.202,1726,1.202,1727,4.646,1728,1.202,1729,0.672,1730,1.202,1731,0.672,1732,1.202,1733,0.672,1734,1.202,1735,1.202,1736,0.672,1737,1.202,1738,1.202,1739,1.202,1740,1.202,1741,1.202,1742,1.202,1743,1.202,1744,1.202,1745,1.202,1746,0.672,1747,1.202,1748,1.202,1749,0.672,1750,0.672,1751,0.672,1752,0.672,1753,0.672,1754,0.672,1755,0.672,1756,0.672,1757,0.672,1758,0.672,1759,0.672,1760,0.672,1761,0.672,1762,0.672,1763,0.672,1764,0.672,1765,0.672,1766,0.672,1767,0.672,1768,0.672,1769,1.202,1770,0.672,1771,0.672,1772,0.672,1773,0.672,1774,1.202,1775,0.672,1776,0.672,1777,0.672,1778,0.672,1779,0.672,1780,0.672,1781,0.672,1782,0.672,1783,0.672,1784,0.672,1785,0.672,1786,0.672,1787,0.672,1788,0.672,1789,0.672,1790,0.672,1791,0.672,1792,0.672,1793,0.672,1794,0.672,1795,0.672,1796,0.672,1797,0.672,1798,0.672,1799,0.672,1800,0.672,1801,0.672,1802,0.672,1803,0.672,1804,0.672,1805,0.672,1806,0.672,1807,0.672,1808,0.672,1809,0.672,1810,0.672,1811,0.672,1812,0.672,1813,0.672,1814,0.672,1815,0.672,1816,0.672,1817,0.672,1818,0.672,1819,0.672,1820,0.672,1821,0.672,1822,0.672,1823,0.672,1824,0.672,1825,0.672,1826,0.672,1827,0.672,1828,0.672,1829,0.672,1830,0.672,1831,0.672,1832,0.672,1833,0.672,1834,0.672,1835,0.672,1836,0.672,1837,0.672,1838,0.672,1839,0.672,1840,0.672,1841,0.672,1842,0.672,1843,0.672,1844,0.672,1845,0.672,1846,0.672,1847,0.672,1848,0.672,1849,0.672,1850,0.672,1851,0.672,1852,0.672,1853,0.672,1854,0.672,1855,0.672,1856,0.672,1857,0.672,1858,0.672,1859,0.672,1860,0.672,1861,0.672,1862,0.672,1863,0.672,1864,0.672,1865,0.672,1866,0.672,1867,0.672,1868,0.672,1869,0.672,1870,0.672,1871,0.672,1872,0.672,1873,0.672,1874,0.672,1875,0.672,1876,0.672,1877,0.672,1878,0.672,1879,0.672,1880,0.672,1881,0.672,1882,0.672,1883,0.672,1884,0.672,1885,0.672,1886,0.672,1887,0.672,1888,0.672,1889,0.672,1890,0.672,1891,0.672,1892,0.672,1893,0.672,1894,0.672,1895,0.672,1896,0.672,1897,0.672,1898,0.672,1899,0.672,1900,0.672,1901,0.672,1902,0.672,1903,0.672,1904,0.672,1905,0.672,1906,0.672,1907,0.672,1908,0.672,1909,0.672,1910,0.672,1911,0.672,1912,0.672,1913,0.672,1914,0.672,1915,0.672,1916,0.672,1917,0.672,1918,0.672,1919,0.672,1920,0.672,1921,0.672,1922,0.672,1923,0.672,1924,0.672,1925,0.672,1926,0.672,1927,0.672,1928,0.672,1929,0.672,1930,0.672,1931,0.672,1932,0.672,1933,0.672,1934,0.672,1935,0.672,1936,0.672,1937,0.672,1938,0.672,1939,0.672,1940,0.672,1941,0.672,1942,0.672,1943,0.672,1944,0.672,1945,0.672,1946,0.672,1947,0.672,1948,0.672,1949,0.672,1950,0.672,1951,0.672,1952,0.672,1953,0.672,1954,0.672,1955,0.672,1956,0.672,1957,0.672,1958,0.672,1959,0.672,1960,0.672,1961,0.672,1962,0.672,1963,0.672,1964,0.672,1965,0.672,1966,0.672,1967,0.672,1968,0.672,1969,0.672,1970,0.672,1971,0.672,1972,0.672,1973,0.672,1974,0.672,1975,0.672,1976,0.672,1977,0.672,1978,0.672,1979,0.672,1980,0.672,1981,0.672,1982,0.672,1983,0.672,1984,0.672,1985,0.672,1986,0.672,1987,0.672,1988,0.672,1989,0.672,1990,0.672,1991,0.672,1992,0.672,1993,0.672,1994,0.672,1995,0.672,1996,0.672,1997,0.672,1998,0.672,1999,0.672,2000,0.672,2001,0.672,2002,0.672,2003,0.672,2004,0.672,2005,0.672,2006,0.672,2007,0.672,2008,0.672,2009,0.672,2010,0.672,2011,0.672,2012,0.672,2013,0.672,2014,0.672,2015,0.672,2016,0.672,2017,0.672,2018,0.672,2019,0.672,2020,0.672,2021,0.672,2022,0.672,2023,0.672,2024,0.672,2025,0.672,2026,0.672,2027,0.672,2028,0.672,2029,0.672,2030,0.672,2031,0.672,2032,0.672,2033,0.672,2034,0.672,2035,0.672,2036,0.672,2037,0.672,2038,0.672,2039,0.672,2040,0.672,2041,0.672,2042,0.672,2043,0.672,2044,0.672,2045,0.672,2046,0.672,2047,0.672,2048,0.672,2049,0.672,2050,0.672,2051,0.672,2052,0.672,2053,0.672,2054,1.631,2055,0.672,2056,0.672,2057,0.672,2058,0.672,2059,0.672,2060,0.672,2061,0.672,2062,0.672,2063,0.672,2064,0.672,2065,0.672,2066,0.672,2067,0.672,2068,0.672,2069,0.672,2070,0.672,2071,0.672,2072,0.672,2073,0.672,2074,0.672,2075,0.672,2076,0.672,2077,0.672,2078,0.672,2079,0.672,2080,0.672,2081,0.672,2082,0.672,2083,0.672,2084,0.672,2085,0.672,2086,0.672,2087,0.672,2088,0.672,2089,0.672,2090,0.672,2091,0.672,2092,0.672,2093,0.672,2094,0.672,2095,0.672,2096,0.672,2097,0.672,2098,0.672,2099,0.672,2100,0.672,2101,0.672,2102,0.672,2103,0.672,2104,0.672,2105,0.672,2106,0.672,2107,0.672,2108,0.672,2109,0.672,2110,0.672,2111,0.672,2112,0.672,2113,0.672,2114,0.672,2115,0.672,2116,0.672,2117,0.672,2118,0.672,2119,0.672,2120,0.672,2121,1.202,2122,0.672,2123,0.672,2124,0.672,2125,0.672,2126,0.672,2127,0.672,2128,0.672,2129,0.672,2130,0.672,2131,0.672,2132,0.672,2133,1.631,2134,0.672,2135,0.672,2136,0.672,2137,0.672,2138,0.672,2139,0.672,2140,0.672,2141,0.672,2142,0.672,2143,0.672,2144,0.672,2145,0.672,2146,0.672,2147,0.672,2148,0.672,2149,0.672,2150,0.672,2151,0.672,2152,0.672,2153,0.672,2154,0.672,2155,0.672,2156,0.672,2157,0.672,2158,0.672,2159,0.672,2160,0.672,2161,0.672,2162,0.672,2163,0.672,2164,0.672,2165,0.672,2166,0.672,2167,0.672,2168,0.672,2169,0.672,2170,0.672,2171,0.672,2172,0.672,2173,0.672,2174,0.672,2175,0.672,2176,0.672,2177,0.672,2178,0.672,2179,0.672,2180,0.672,2181,0.672,2182,0.672,2183,0.672,2184,0.672,2185,0.672,2186,0.672,2187,0.672,2188,0.672,2189,0.672,2190,0.672,2191,0.672,2192,0.672,2193,0.672,2194,0.672,2195,0.672,2196,0.672,2197,0.672,2198,0.672,2199,0.672,2200,0.672,2201,0.672,2202,0.672,2203,0.672,2204,0.672,2205,0.672,2206,0.672,2207,0.672,2208,0.672,2209,0.672,2210,0.672,2211,0.672,2212,0.672,2213,0.672,2214,0.672,2215,0.672,2216,0.672,2217,0.672,2218,0.672,2219,0.672,2220,0.672,2221,0.672,2222,0.672,2223,0.672,2224,0.672,2225,0.672,2226,0.672,2227,0.672,2228,0.672,2229,0.672,2230,0.672,2231,0.672,2232,0.672,2233,0.672,2234,0.672,2235,0.672,2236,0.672,2237,0.672,2238,0.672,2239,0.672,2240,0.672,2241,0.672,2242,0.672,2243,0.672,2244,0.672,2245,0.672,2246,0.672,2247,0.672,2248,0.672,2249,0.672,2250,0.672,2251,0.672,2252,0.672,2253,0.672,2254,0.672,2255,0.672,2256,0.672,2257,0.672,2258,0.672,2259,0.672,2260,0.672,2261,0.672,2262,0.672,2263,0.672,2264,0.672,2265,0.672,2266,0.672,2267,0.672,2268,0.672,2269,0.672,2270,0.672,2271,0.672,2272,0.672,2273,0.672,2274,0.672,2275,0.672,2276,0.672,2277,0.672,2278,0.672,2279,0.672,2280,0.672,2281,0.672,2282,0.672,2283,0.672,2284,0.672,2285,0.672,2286,0.672,2287,0.672,2288,0.672,2289,0.672,2290,0.672,2291,0.672,2292,0.672,2293,0.672,2294,0.672,2295,0.672,2296,0.672,2297,0.672,2298,0.672,2299,0.672,2300,0.672,2301,0.672,2302,0.672,2303,1.202,2304,0.672,2305,0.672,2306,0.672,2307,0.672,2308,0.672,2309,0.672,2310,0.672,2311,0.672,2312,0.672,2313,0.672,2314,0.672,2315,0.672,2316,0.672,2317,0.672,2318,0.672,2319,0.672,2320,0.672,2321,0.672,2322,0.672,2323,0.672,2324,0.672,2325,0.672,2326,0.672,2327,0.672,2328,1.986,2329,0.672,2330,0.672,2331,0.672,2332,0.672,2333,0.672,2334,0.672,2335,0.672,2336,0.672,2337,0.672,2338,0.672,2339,0.672,2340,0.672,2341,0.672,2342,0.672,2343,0.672,2344,0.672,2345,0.672,2346,0.672,2347,0.672,2348,0.672,2349,0.672,2350,0.672,2351,0.672,2352,0.672,2353,0.672,2354,0.672,2355,0.672,2356,0.672,2357,0.672,2358,0.672,2359,0.672,2360,0.672,2361,0.672,2362,0.672,2363,0.672,2364,0.672,2365,0.672,2366,0.672,2367,0.672,2368,0.672,2369,0.672,2370,0.672,2371,0.672,2372,0.672,2373,0.672,2374,1.202,2375,0.672,2376,0.672,2377,0.672,2378,0.672,2379,0.672,2380,0.672,2381,0.672,2382,0.672,2383,0.672,2384,0.672,2385,0.672,2386,0.672,2387,0.672,2388,0.672,2389,0.672,2390,0.672,2391,0.672,2392,0.672,2393,1.202,2394,4.089,2395,0.672,2396,0.672,2397,0.672,2398,0.672,2399,0.672,2400,1.202,2401,0.672,2402,0.672,2403,0.672,2404,0.672,2405,0.672,2406,0.672,2407,0.672,2408,0.672,2409,0.672,2410,0.672,2411,0.672,2412,0.672,2413,0.672,2414,0.672,2415,0.672,2416,0.672,2417,0.672,2418,0.672,2419,0.672,2420,0.672,2421,0.672,2422,0.672,2423,0.672,2424,0.672,2425,0.672,2426,0.672,2427,0.672,2428,0.672,2429,0.672,2430,0.672,2431,0.672,2432,0.672,2433,0.672,2434,0.672,2435,0.672,2436,0.672,2437,0.672,2438,0.672,2439,0.672,2440,0.672,2441,1.202,2442,0.672,2443,0.672,2444,0.672,2445,0.672,2446,0.672,2447,0.672,2448,0.672,2449,0.672,2450,0.672,2451,0.672,2452,0.672,2453,0.672,2454,0.672,2455,0.672,2456,0.672,2457,0.672,2458,0.672,2459,0.672,2460,0.672,2461,0.672,2462,0.672,2463,0.672,2464,0.672,2465,1.202,2466,1.202,2467,0.672,2468,0.672,2469,0.672,2470,0.672,2471,0.672,2472,0.672,2473,0.672,2474,0.672,2475,0.672,2476,0.672,2477,0.672,2478,0.672,2479,0.672,2480,0.672,2481,0.672,2482,0.672,2483,0.672,2484,0.672,2485,0.672,2486,0.672,2487,0.672,2488,0.672,2489,0.672,2490,0.672,2491,0.672,2492,0.672,2493,1.631,2494,0.672,2495,0.672,2496,0.672,2497,0.672,2498,0.672,2499,1.202,2500,0.672,2501,0.672,2502,0.672,2503,0.672,2504,0.672,2505,0.672,2506,0.672,2507,0.672,2508,0.672,2509,0.672,2510,0.672,2511,0.672,2512,0.672,2513,0.672,2514,0.672,2515,0.672,2516,0.672,2517,0.672,2518,0.672,2519,0.672,2520,0.672,2521,0.672,2522,0.672,2523,0.672,2524,0.672,2525,0.672,2526,0.672,2527,0.672,2528,0.672,2529,0.672,2530,0.672,2531,0.672,2532,0.672,2533,0.672,2534,0.672,2535,0.672,2536,0.672,2537,0.672,2538,0.672,2539,0.672,2540,0.672,2541,0.672,2542,0.672,2543,0.672,2544,0.672,2545,0.672,2546,0.672,2547,0.672,2548,0.672,2549,0.672,2550,0.672,2551,0.672,2552,0.672,2553,0.672,2554,0.672,2555,0.672,2556,0.672,2557,0.672,2558,0.672,2559,0.672,2560,0.672,2561,0.672,2562,0.672,2563,0.672,2564,0.672,2565,0.672,2566,0.672,2567,0.672,2568,0.672,2569,0.672,2570,0.672,2571,0.672,2572,0.672,2573,0.672,2574,1.631,2575,0.672,2576,0.672,2577,0.672,2578,0.672,2579,0.672,2580,0.672,2581,0.672,2582,0.672,2583,0.672,2584,0.672,2585,0.672,2586,0.672,2587,0.672,2588,0.672,2589,0.672,2590,0.672,2591,0.672,2592,0.672,2593,0.672,2594,0.672,2595,0.672,2596,0.672,2597,0.672,2598,0.672,2599,0.672,2600,0.672,2601,0.672,2602,0.672,2603,0.672,2604,0.672,2605,0.672,2606,0.672,2607,0.672,2608,0.672,2609,0.672,2610,0.672,2611,0.672,2612,0.672,2613,0.672,2614,0.672,2615,0.672,2616,0.672,2617,0.672,2618,0.672,2619,0.672,2620,0.672,2621,0.672,2622,0.672,2623,0.672,2624,0.672,2625,0.672,2626,0.672,2627,0.672,2628,0.672,2629,0.672,2630,0.672,2631,0.672,2632,0.672,2633,0.672,2634,0.672,2635,0.672,2636,0.672,2637,0.672,2638,1.202,2639,0.672,2640,0.672,2641,0.672,2642,0.672,2643,0.672,2644,0.672,2645,0.672,2646,0.672,2647,0.672,2648,0.672,2649,0.672,2650,0.672,2651,0.672,2652,0.672,2653,0.672,2654,0.672,2655,0.672,2656,0.672,2657,0.672,2658,0.672,2659,0.672,2660,0.672,2661,0.672,2662,0.672,2663,0.672,2664,0.672,2665,0.672,2666,0.672,2667,0.672,2668,0.672,2669,0.672,2670,0.672,2671,0.672,2672,0.672,2673,0.672,2674,0.672,2675,0.672,2676,0.672,2677,0.672,2678,0.672,2679,0.672,2680,0.672,2681,0.672,2682,0.672,2683,0.672,2684,0.672,2685,0.672,2686,0.672,2687,0.672,2688,0.672,2689,0.672,2690,0.672,2691,0.672,2692,0.672,2693,0.672,2694,0.672,2695,0.672,2696,0.672,2697,0.672,2698,0.672,2699,0.672,2700,0.672,2701,0.672,2702,0.672,2703,0.672,2704,0.672,2705,0.672,2706,0.672,2707,0.672,2708,1.631,2709,0.672,2710,0.672,2711,0.672,2712,0.672,2713,0.672,2714,0.672,2715,0.672,2716,0.672,2717,0.672,2718,0.672,2719,0.672,2720,0.672,2721,0.672,2722,0.672,2723,0.672,2724,0.672,2725,0.672,2726,0.672,2727,0.672,2728,0.672,2729,0.672,2730,0.672,2731,0.672,2732,0.672,2733,0.672,2734,0.672,2735,0.672,2736,0.672,2737,0.672,2738,0.672,2739,0.672,2740,0.672,2741,1.202,2742,1.202,2743,1.202,2744,0.672,2745,0.672,2746,1.202,2747,1.202,2748,1.202,2749,0.672,2750,0.672,2751,0.672,2752,0.672,2753,0.672,2754,0.672,2755,1.202,2756,0.672,2757,0.672,2758,0.672,2759,0.672,2760,0.672,2761,0.672,2762,0.672,2763,0.672,2764,0.672,2765,0.672,2766,0.672,2767,0.672,2768,0.672,2769,0.672,2770,0.672,2771,0.672,2772,0.672,2773,0.672,2774,0.672,2775,0.672,2776,0.672,2777,0.672,2778,0.672,2779,0.672,2780,0.672,2781,0.672,2782,0.672,2783,0.672,2784,0.672,2785,0.672,2786,0.672,2787,0.672,2788,1.202,2789,0.672,2790,0.672,2791,0.672,2792,0.672,2793,0.672,2794,0.672,2795,0.672,2796,0.672,2797,0.672,2798,0.672,2799,0.672,2800,0.672,2801,0.672,2802,0.672,2803,0.672,2804,0.672,2805,0.672,2806,0.672,2807,0.672,2808,0.672,2809,0.672,2810,0.672,2811,0.672,2812,0.672,2813,0.672,2814,0.672,2815,0.672,2816,0.672,2817,0.672,2818,0.672,2819,0.672,2820,0.672,2821,0.672,2822,0.672,2823,0.672,2824,0.672,2825,0.672,2826,0.672,2827,0.672,2828,0.672,2829,0.672,2830,0.672,2831,0.672,2832,0.672,2833,0.672,2834,0.672,2835,0.672,2836,0.672,2837,0.672,2838,0.672,2839,0.672,2840,0.672,2841,0.672,2842,0.672,2843,0.672,2844,0.672,2845,0.672,2846,0.672,2847,0.672,2848,0.672,2849,0.672,2850,0.672,2851,0.672,2852,0.672,2853,0.672,2854,0.672,2855,0.672,2856,0.672,2857,0.672,2858,0.672,2859,0.672,2860,0.672,2861,0.672,2862,0.672,2863,0.672,2864,0.672,2865,0.672,2866,0.672,2867,0.672,2868,0.672,2869,0.672,2870,0.672,2871,0.672,2872,0.672,2873,0.672,2874,0.672,2875,0.672,2876,0.672,2877,0.672,2878,0.672,2879,1.202,2880,0.672,2881,0.672,2882,0.672,2883,0.672,2884,0.672,2885,0.672,2886,0.672,2887,0.672,2888,0.672,2889,0.672,2890,0.672,2891,0.672,2892,0.672,2893,0.672,2894,0.672,2895,1.202]]],"invertedIndex":[["",{"_index":40,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":371,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0.11.4",{"_index":641,"title":{},"body":{"dependencies.html":{}}}],["0.6",{"_index":155,"title":{},"body":{"components/AppComponent.html":{}}}],["0/1",{"_index":593,"title":{},"body":{"coverage.html":{}}}],["0/10",{"_index":599,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":590,"title":{},"body":{"coverage.html":{}}}],["0/9",{"_index":618,"title":{},"body":{"coverage.html":{}}}],["004|myst|tadeo",{"_index":2676,"title":{},"body":{"miscellaneous/variables.html":{}}}],["01c|gt",{"_index":1800,"title":{},"body":{"miscellaneous/variables.html":{}}}],["01d|f",{"_index":2084,"title":{},"body":{"miscellaneous/variables.html":{}}}],["02f|f",{"_index":2085,"title":{},"body":{"miscellaneous/variables.html":{}}}],["03e|sgpt12|sgpt13|sgpt114|sgpt121|sgpt122|sgpt123",{"_index":2198,"title":{},"body":{"miscellaneous/variables.html":{}}}],["05e|f",{"_index":2086,"title":{},"body":{"miscellaneous/variables.html":{}}}],["06c|lg",{"_index":2073,"title":{},"body":{"miscellaneous/variables.html":{}}}],["06d|\\bn",{"_index":2270,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0704s|nt",{"_index":2743,"title":{},"body":{"miscellaneous/variables.html":{}}}],["08/11/2016",{"_index":431,"title":{},"body":{"classes/ReTree.html":{},"miscellaneous/variables.html":{}}}],["0806c|nt",{"_index":2746,"title":{},"body":{"miscellaneous/variables.html":{}}}],["08d",{"_index":2271,"title":{},"body":{"miscellaneous/variables.html":{}}}],["08|tb",{"_index":2475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["09)|qualcore",{"_index":2476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0902s",{"_index":2750,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0902s|nt",{"_index":2749,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0907s|nt",{"_index":2748,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0909t|nt",{"_index":2747,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1",{"_index":176,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["1.3.3",{"_index":657,"title":{},"body":{"index.html":{}}}],["1.3.5",{"_index":659,"title":{},"body":{"index.html":{}}}],["1.4.1",{"_index":661,"title":{},"body":{"index.html":{}}}],["1.4.5",{"_index":663,"title":{},"body":{"index.html":{}}}],["1/1",{"_index":612,"title":{},"body":{"coverage.html":{}}}],["1/4",{"_index":620,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":1720,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10)\\\\b",{"_index":2231,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.0",{"_index":1769,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.10",{"_index":1784,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.11",{"_index":1785,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.12",{"_index":1786,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.13",{"_index":1787,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.14",{"_index":1788,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.15",{"_index":1789,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.16",{"_index":1790,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.3",{"_index":1776,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.3|mac",{"_index":1775,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.4",{"_index":1778,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.4|mac",{"_index":1777,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.5",{"_index":1779,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.6",{"_index":1780,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.7",{"_index":1781,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.8",{"_index":1782,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.9",{"_index":1783,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.x",{"_index":664,"title":{},"body":{"index.html":{}}}],["100",{"_index":178,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["1001",{"_index":2575,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1002|freetab",{"_index":2581,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1003",{"_index":2588,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1004|freetab",{"_index":2584,"title":{},"body":{"miscellaneous/variables.html":{}}}],["100px",{"_index":168,"title":{},"body":{"components/AppComponent.html":{}}}],["100|spx",{"_index":1666,"title":{},"body":{"miscellaneous/variables.html":{}}}],["100|tab07",{"_index":2126,"title":{},"body":{"miscellaneous/variables.html":{}}}],["100|tab09",{"_index":2147,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1010",{"_index":2788,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1014",{"_index":2573,"title":{},"body":{"miscellaneous/variables.html":{}}}],["101|masterchef)\\\\b",{"_index":2825,"title":{},"body":{"miscellaneous/variables.html":{}}}],["101|s7",{"_index":2256,"title":{},"body":{"miscellaneous/variables.html":{}}}],["101|tab07",{"_index":2127,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1020|tm",{"_index":2322,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1027",{"_index":2477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["103|s7",{"_index":2257,"title":{},"body":{"miscellaneous/variables.html":{}}}],["104|s7",{"_index":2258,"title":{},"body":{"miscellaneous/variables.html":{}}}],["105|s7",{"_index":2259,"title":{},"body":{"miscellaneous/variables.html":{}}}],["106",{"_index":2260,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10\\.0",{"_index":881,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10d|m532|q572)\\b",{"_index":2087,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10e|viewpad",{"_index":2725,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10f|tb2",{"_index":2113,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10hd|\\\\btp750\\\\b|\\\\bqtaqz3\\\\b|wvt101|tm1088|kt107",{"_index":2894,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10pi|viewpad",{"_index":2724,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10px",{"_index":148,"title":{},"body":{"components/AppComponent.html":{}}}],["10s|viewpad",{"_index":2726,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10w32|tbl",{"_index":2867,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10wdkbo2013|tbl",{"_index":2859,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10wdkb|tbl",{"_index":2858,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10wkb|tbl",{"_index":2868,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|dell",{"_index":2122,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|hexen",{"_index":2690,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|ideos",{"_index":2252,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|memphis",{"_index":2691,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|nexo",{"_index":2847,"title":{},"body":{"miscellaneous/variables.html":{}}}],["11",{"_index":1699,"title":{},"body":{"miscellaneous/variables.html":{}}}],["11.x",{"_index":666,"title":{},"body":{"index.html":{}}}],["11_0",{"_index":1791,"title":{},"body":{"miscellaneous/variables.html":{}}}],["11|venue",{"_index":2118,"title":{},"body":{"miscellaneous/variables.html":{}}}],["12",{"_index":1736,"title":{},"body":{"miscellaneous/variables.html":{}}}],["12)\\b",{"_index":1668,"title":{},"body":{"miscellaneous/variables.html":{}}}],["12.x",{"_index":668,"title":{},"body":{"index.html":{}}}],["1207)\\b",{"_index":2876,"title":{},"body":{"miscellaneous/variables.html":{}}}],["120|spt",{"_index":1662,"title":{},"body":{"miscellaneous/variables.html":{}}}],["126se",{"_index":2367,"title":{},"body":{"miscellaneous/variables.html":{}}}],["13",{"_index":346,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["13.0.1",{"_index":629,"title":{},"body":{"dependencies.html":{}}}],["13.0.2",{"_index":623,"title":{},"body":{"dependencies.html":{}}}],["13.x",{"_index":670,"title":{},"body":{"index.html":{}}}],["1331|freetab",{"_index":2583,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1331|megapad",{"_index":2719,"title":{},"body":{"miscellaneous/variables.html":{}}}],["14",{"_index":1733,"title":{},"body":{"miscellaneous/variables.html":{}}}],["140|spx",{"_index":1663,"title":{},"body":{"miscellaneous/variables.html":{}}}],["146se|tb",{"_index":2366,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1497",{"_index":2621,"title":{},"body":{"miscellaneous/variables.html":{}}}],["15",{"_index":1731,"title":{},"body":{"miscellaneous/variables.html":{}}}],["150|tab07",{"_index":2128,"title":{},"body":{"miscellaneous/variables.html":{}}}],["150|tab08",{"_index":2143,"title":{},"body":{"miscellaneous/variables.html":{}}}],["150|tab10",{"_index":2150,"title":{},"body":{"miscellaneous/variables.html":{}}}],["151",{"_index":2129,"title":{},"body":{"miscellaneous/variables.html":{}}}],["152|tab07",{"_index":2131,"title":{},"body":{"miscellaneous/variables.html":{}}}],["16",{"_index":1729,"title":{},"body":{"miscellaneous/variables.html":{}}}],["17b|t",{"_index":2647,"title":{},"body":{"miscellaneous/variables.html":{}}}],["17p\\b",{"_index":2648,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1851|megapad",{"_index":2720,"title":{},"body":{"miscellaneous/variables.html":{}}}],["19300|sgh",{"_index":994,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1\\b",{"_index":2817,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1w\\b",{"_index":2839,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1|st702xx",{"_index":2374,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1|st70408",{"_index":2373,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1|vt10416",{"_index":2372,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2",{"_index":821,"title":{},"body":{"overview.html":{},"miscellaneous/variables.html":{}}}],["2.0.5",{"_index":665,"title":{},"body":{"index.html":{}}}],["2.0|connect",{"_index":2480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2.0|me",{"_index":2482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2.1.0",{"_index":667,"title":{},"body":{"index.html":{}}}],["2.1.1",{"_index":633,"title":{},"body":{"dependencies.html":{}}}],["2.2.1",{"_index":635,"title":{},"body":{"dependencies.html":{}}}],["2.3.1",{"_index":639,"title":{},"body":{"dependencies.html":{}}}],["200)\\\\b",{"_index":2157,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2000",{"_index":1708,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2003",{"_index":1712,"title":{},"body":{"miscellaneous/variables.html":{}}}],["200|tab07",{"_index":2132,"title":{},"body":{"miscellaneous/variables.html":{}}}],["200|tab08",{"_index":2144,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201",{"_index":2133,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201c|s7",{"_index":2254,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201|s7",{"_index":2262,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201|tab10",{"_index":2151,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201|tab274euk|tab275euk|tab374euk|tab462euk|tab474euk|tab9",{"_index":2156,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2021",{"_index":755,"title":{},"body":{"license.html":{}}}],["202u|s7",{"_index":2255,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2096|freetab",{"_index":2571,"title":{},"body":{"miscellaneous/variables.html":{}}}],["20px",{"_index":164,"title":{},"body":{"components/AppComponent.html":{}}}],["210|tab07",{"_index":2135,"title":{},"body":{"miscellaneous/variables.html":{}}}],["211",{"_index":2152,"title":{},"body":{"miscellaneous/variables.html":{}}}],["211|tab07",{"_index":2136,"title":{},"body":{"miscellaneous/variables.html":{}}}],["211|tab09",{"_index":2148,"title":{},"body":{"miscellaneous/variables.html":{}}}],["212|tab07",{"_index":2137,"title":{},"body":{"miscellaneous/variables.html":{}}}],["214|tab07",{"_index":2138,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2151",{"_index":2721,"title":{},"body":{"miscellaneous/variables.html":{}}}],["21|hp",{"_index":2023,"title":{},"body":{"miscellaneous/variables.html":{}}}],["220|tab07",{"_index":2139,"title":{},"body":{"miscellaneous/variables.html":{}}}],["22q|t7",{"_index":2645,"title":{},"body":{"miscellaneous/variables.html":{}}}],["23",{"_index":600,"title":{},"body":{"coverage.html":{}}}],["25",{"_index":619,"title":{},"body":{"coverage.html":{}}}],["2520",{"_index":2193,"title":{},"body":{"miscellaneous/variables.html":{}}}],["26uc|sgh",{"_index":1249,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2a|surftab",{"_index":2378,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2g",{"_index":2481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2g|z99|z930|z999|z990|z909|z919|z900",{"_index":2280,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|cink",{"_index":1647,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|st10216",{"_index":2377,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|st80208|st97216|st70104",{"_index":2375,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|vt10416",{"_index":2376,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3",{"_index":1698,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3.0.0",{"_index":669,"title":{},"body":{"index.html":{}}}],["30|tab09",{"_index":2146,"title":{},"body":{"miscellaneous/variables.html":{}}}],["310|sp",{"_index":1659,"title":{},"body":{"miscellaneous/variables.html":{}}}],["340|xt",{"_index":1658,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3603p|nt",{"_index":2742,"title":{},"body":{"miscellaneous/variables.html":{}}}],["360|sp60|spt",{"_index":1660,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3702s|nt",{"_index":2741,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3702|nt",{"_index":2740,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3805c",{"_index":2745,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3805c|nt",{"_index":2744,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3ds|switch",{"_index":1680,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g",{"_index":2441,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3ge|t720",{"_index":2774,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp70h\\\\b|p79hd",{"_index":2761,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp78hd\\\\b|\\\\ba78\\\\b|\\\\bp75\\\\b|g17s",{"_index":2765,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp79hd\\\\b|\\\\bp89s\\\\b|\\\\ba88\\\\b",{"_index":2763,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp85t\\\\b|\\\\bp90\\\\b",{"_index":2767,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp90hd\\\\b|p89",{"_index":2759,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bx80h\\\\b|p98",{"_index":2757,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bx89\\\\b|p80",{"_index":2756,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|g17h",{"_index":2766,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|g18d",{"_index":2762,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|nexo",{"_index":2852,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|tab07",{"_index":2134,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|tab08",{"_index":2145,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|visture",{"_index":2497,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|x98",{"_index":2760,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3ix)|xcd28|xcd35|\\b001dl\\b|\\b101dl\\b|\\bgs01\\b",{"_index":979,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4",{"_index":1725,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4.0|winnt4.0|winnt|windows",{"_index":1772,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4.17.1",{"_index":634,"title":{},"body":{"dependencies.html":{}}}],["4.90|windows",{"_index":1757,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4/17",{"_index":601,"title":{},"body":{"coverage.html":{}}}],["400|tab07",{"_index":2140,"title":{},"body":{"miscellaneous/variables.html":{}}}],["400|tab10",{"_index":2154,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4052r",{"_index":1678,"title":{},"body":{"miscellaneous/variables.html":{}}}],["40px",{"_index":141,"title":{},"body":{"components/AppComponent.html":{}}}],["410|tab10",{"_index":2149,"title":{},"body":{"miscellaneous/variables.html":{}}}],["410|tab13",{"_index":2155,"title":{},"body":{"miscellaneous/variables.html":{}}}],["416|tb",{"_index":2365,"title":{},"body":{"miscellaneous/variables.html":{}}}],["430hd|tb",{"_index":2360,"title":{},"body":{"miscellaneous/variables.html":{}}}],["431hd|tb",{"_index":2359,"title":{},"body":{"miscellaneous/variables.html":{}}}],["434hd|tb",{"_index":2347,"title":{},"body":{"miscellaneous/variables.html":{}}}],["436|tb",{"_index":2364,"title":{},"body":{"miscellaneous/variables.html":{}}}],["446",{"_index":2363,"title":{},"body":{"miscellaneous/variables.html":{}}}],["470hd|tb",{"_index":2358,"title":{},"body":{"miscellaneous/variables.html":{}}}],["485",{"_index":2141,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4\\b",{"_index":887,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4gb",{"_index":2683,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4gb|memphis",{"_index":2692,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4gb|stone",{"_index":2685,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|\\\\bp80\\\\b|\\\\bx90hd\\\\b|x98",{"_index":2753,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|android.*\\bevo\\b|t",{"_index":970,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|highway|getaway|stairway|darkside|darkfull|darknight|darkmoon|slide|wax",{"_index":1641,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|pg41200|pg09410",{"_index":2046,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|rainbow|bloom",{"_index":1642,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4px",{"_index":159,"title":{},"body":{"components/AppComponent.html":{}}}],["4|nexus",{"_index":975,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4|tagi",{"_index":2892,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5",{"_index":97,"title":{},"body":{"components/AppComponent.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["5.0|windows",{"_index":1759,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5.1|windows",{"_index":1760,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5.2",{"_index":1761,"title":{},"body":{"miscellaneous/variables.html":{}}}],["500hd|tb",{"_index":2357,"title":{},"body":{"miscellaneous/variables.html":{}}}],["501|rmt",{"_index":2635,"title":{},"body":{"miscellaneous/variables.html":{}}}],["504|tb",{"_index":2362,"title":{},"body":{"miscellaneous/variables.html":{}}}],["506|tb",{"_index":2361,"title":{},"body":{"miscellaneous/variables.html":{}}}],["527|tab",{"_index":2445,"title":{},"body":{"miscellaneous/variables.html":{}}}],["560|mtv",{"_index":2234,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5|nexus",{"_index":976,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5|spx",{"_index":1664,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6",{"_index":648,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["6.0",{"_index":1762,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6.1",{"_index":1764,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6.2",{"_index":1768,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6.3",{"_index":1766,"title":{},"body":{"miscellaneous/variables.html":{}}}],["600px",{"_index":138,"title":{},"body":{"components/AppComponent.html":{}}}],["601|rmt",{"_index":2634,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7",{"_index":956,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.4.0",{"_index":637,"title":{},"body":{"dependencies.html":{}}}],["7.4|freetab",{"_index":2568,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.5",{"_index":1770,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.5|freetab",{"_index":2572,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.x",{"_index":658,"title":{},"body":{"index.html":{}}}],["7002|freetab",{"_index":2580,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7003|freetab",{"_index":2579,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7004|freetab",{"_index":2569,"title":{},"body":{"miscellaneous/variables.html":{}}}],["700hd|tb",{"_index":2356,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7010|tm",{"_index":2313,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7011|tm",{"_index":2312,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7016|tm",{"_index":2297,"title":{},"body":{"miscellaneous/variables.html":{}}}],["701|pad",{"_index":2700,"title":{},"body":{"miscellaneous/variables.html":{}}}],["701|rme",{"_index":2633,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7020|tm",{"_index":2311,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7021|tm",{"_index":2310,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7022|tm",{"_index":2309,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7023|tm",{"_index":2314,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7024|tm",{"_index":2298,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7025",{"_index":2315,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7026|tm",{"_index":2299,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7027w|tm",{"_index":2318,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7037w|tm",{"_index":2316,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7038w|tm",{"_index":2317,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7041|tm",{"_index":2300,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7043|tm",{"_index":2301,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7045|tm",{"_index":2294,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7047",{"_index":2302,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7055|tm",{"_index":2295,"title":{},"body":{"miscellaneous/variables.html":{}}}],["705a|rmt",{"_index":2632,"title":{},"body":{"miscellaneous/variables.html":{}}}],["705a|tb",{"_index":2337,"title":{},"body":{"miscellaneous/variables.html":{}}}],["707a|tb",{"_index":2336,"title":{},"body":{"miscellaneous/variables.html":{}}}],["709a|tb",{"_index":2338,"title":{},"body":{"miscellaneous/variables.html":{}}}],["70|79|80|90|97|101|familypad|)(b|c|)(g10",{"_index":2181,"title":{},"body":{"miscellaneous/variables.html":{}}}],["710hd|tb",{"_index":2346,"title":{},"body":{"miscellaneous/variables.html":{}}}],["710|b1",{"_index":2058,"title":{},"body":{"miscellaneous/variables.html":{}}}],["711",{"_index":2636,"title":{},"body":{"miscellaneous/variables.html":{}}}],["711a|tb",{"_index":2339,"title":{},"body":{"miscellaneous/variables.html":{}}}],["711|a1",{"_index":2059,"title":{},"body":{"miscellaneous/variables.html":{}}}],["712|pad",{"_index":2701,"title":{},"body":{"miscellaneous/variables.html":{}}}],["714|pad",{"_index":2702,"title":{},"body":{"miscellaneous/variables.html":{}}}],["715a|tb",{"_index":2335,"title":{},"body":{"miscellaneous/variables.html":{}}}],["716|pad",{"_index":2703,"title":{},"body":{"miscellaneous/variables.html":{}}}],["717|pad",{"_index":2704,"title":{},"body":{"miscellaneous/variables.html":{}}}],["718|pad",{"_index":2705,"title":{},"body":{"miscellaneous/variables.html":{}}}],["719a|tb",{"_index":2331,"title":{},"body":{"miscellaneous/variables.html":{}}}],["71|enjoy",{"_index":2229,"title":{},"body":{"miscellaneous/variables.html":{}}}],["720hd|tb",{"_index":2355,"title":{},"body":{"miscellaneous/variables.html":{}}}],["720|pad",{"_index":2706,"title":{},"body":{"miscellaneous/variables.html":{}}}],["721",{"_index":2707,"title":{},"body":{"miscellaneous/variables.html":{}}}],["721hd|tb",{"_index":2345,"title":{},"body":{"miscellaneous/variables.html":{}}}],["722hd|tb",{"_index":2354,"title":{},"body":{"miscellaneous/variables.html":{}}}],["722|pad",{"_index":2709,"title":{},"body":{"miscellaneous/variables.html":{}}}],["723a|tb",{"_index":2334,"title":{},"body":{"miscellaneous/variables.html":{}}}],["725a|tb",{"_index":2330,"title":{},"body":{"miscellaneous/variables.html":{}}}],["727a|tb",{"_index":2329,"title":{},"body":{"miscellaneous/variables.html":{}}}],["730hd|tb",{"_index":2353,"title":{},"body":{"miscellaneous/variables.html":{}}}],["73k|primo",{"_index":2217,"title":{},"body":{"miscellaneous/variables.html":{}}}],["73l|primo",{"_index":2218,"title":{},"body":{"miscellaneous/variables.html":{}}}],["73|primo",{"_index":2224,"title":{},"body":{"miscellaneous/variables.html":{}}}],["740hd|tb",{"_index":2352,"title":{},"body":{"miscellaneous/variables.html":{}}}],["750hd",{"_index":2351,"title":{},"body":{"miscellaneous/variables.html":{}}}],["75|primo",{"_index":2222,"title":{},"body":{"miscellaneous/variables.html":{}}}],["760hd|tb",{"_index":2350,"title":{},"body":{"miscellaneous/variables.html":{}}}],["76|primo",{"_index":2223,"title":{},"body":{"miscellaneous/variables.html":{}}}],["770hd|tb",{"_index":2344,"title":{},"body":{"miscellaneous/variables.html":{}}}],["771a",{"_index":2327,"title":{},"body":{"miscellaneous/variables.html":{}}}],["772a|tm",{"_index":2293,"title":{},"body":{"miscellaneous/variables.html":{}}}],["77|primo",{"_index":2220,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7800|freetab",{"_index":2570,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7801",{"_index":2582,"title":{},"body":{"miscellaneous/variables.html":{}}}],["780hd|tb",{"_index":2343,"title":{},"body":{"miscellaneous/variables.html":{}}}],["790hd|tb",{"_index":2342,"title":{},"body":{"miscellaneous/variables.html":{}}}],["790|pad",{"_index":2710,"title":{},"body":{"miscellaneous/variables.html":{}}}],["790|rm",{"_index":2628,"title":{},"body":{"miscellaneous/variables.html":{}}}],["792|pad",{"_index":2711,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7e|viewsonic",{"_index":2729,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|8|10)|hp",{"_index":2018,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|cream|cream",{"_index":2668,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|dell",{"_index":2120,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|enjoy",{"_index":2230,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|essentia|galatea|fusion|onix",{"_index":2664,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|kandy|scape|saphyr",{"_index":2671,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|landa|titan|scooby|deox|stella|themis|argon",{"_index":2665,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|myst|tab7",{"_index":2675,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|neron",{"_index":2670,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|rebel|biox|rebel",{"_index":2672,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|sygnus|hexen|finity",{"_index":2667,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|windows",{"_index":1763,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8",{"_index":1717,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8.1",{"_index":1771,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8.1|windows",{"_index":1765,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8.x",{"_index":660,"title":{},"body":{"index.html":{}}}],["8001|freetab",{"_index":2576,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8002|freetab",{"_index":2585,"title":{},"body":{"miscellaneous/variables.html":{}}}],["800ng|endeavour",{"_index":2787,"title":{},"body":{"miscellaneous/variables.html":{}}}],["800|sp",{"_index":1661,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8014|freetab",{"_index":2586,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8041|tm",{"_index":2304,"title":{},"body":{"miscellaneous/variables.html":{}}}],["805a|tb",{"_index":2333,"title":{},"body":{"miscellaneous/variables.html":{}}}],["807a|tb",{"_index":2326,"title":{},"body":{"miscellaneous/variables.html":{}}}],["80|xt",{"_index":1656,"title":{},"body":{"miscellaneous/variables.html":{}}}],["81",{"_index":2225,"title":{},"body":{"miscellaneous/variables.html":{}}}],["810|\\\\ba3",{"_index":2063,"title":{},"body":{"miscellaneous/variables.html":{}}}],["810|a1",{"_index":2060,"title":{},"body":{"miscellaneous/variables.html":{}}}],["810|ctp",{"_index":2504,"title":{},"body":{"miscellaneous/variables.html":{}}}],["811|a1",{"_index":2061,"title":{},"body":{"miscellaneous/variables.html":{}}}],["818|ctp",{"_index":2505,"title":{},"body":{"miscellaneous/variables.html":{}}}],["81l|primo",{"_index":2219,"title":{},"body":{"miscellaneous/variables.html":{}}}],["823a|tb",{"_index":2332,"title":{},"body":{"miscellaneous/variables.html":{}}}],["828|ctp",{"_index":2506,"title":{},"body":{"miscellaneous/variables.html":{}}}],["830)\\\\b|w3",{"_index":2062,"title":{},"body":{"miscellaneous/variables.html":{}}}],["838|ctp",{"_index":2507,"title":{},"body":{"miscellaneous/variables.html":{}}}],["840hd|tb",{"_index":2349,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8504f",{"_index":2115,"title":{},"body":{"miscellaneous/variables.html":{}}}],["850m|yt3",{"_index":2100,"title":{},"body":{"miscellaneous/variables.html":{}}}],["860hd|tb",{"_index":2348,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8703f|tab2a7",{"_index":2112,"title":{},"body":{"miscellaneous/variables.html":{}}}],["878g|rmd",{"_index":2630,"title":{},"body":{"miscellaneous/variables.html":{}}}],["880hd|tb",{"_index":2341,"title":{},"body":{"miscellaneous/variables.html":{}}}],["888|ctp",{"_index":2508,"title":{},"body":{"miscellaneous/variables.html":{}}}],["890hd",{"_index":2340,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8gb|andromeda|silken|x2|andromeda",{"_index":2686,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8gb|myst|draco",{"_index":2674,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8gb|onix",{"_index":2693,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8g|tblt79|tbl",{"_index":2865,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8w16|tbl",{"_index":2866,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|planet|triton|unique",{"_index":2689,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|slate",{"_index":2022,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|sp",{"_index":1665,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|spx",{"_index":1667,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|venue",{"_index":2119,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|windows",{"_index":1767,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9",{"_index":944,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9,7|touch",{"_index":2688,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9.]+|tolino",{"_index":2641,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9.x",{"_index":662,"title":{},"body":{"index.html":{}}}],["9000|freetab",{"_index":2567,"title":{},"body":{"miscellaneous/variables.html":{}}}],["900|f160|f180k|f180l|f180s|730|855|l160|ls740|ls840|ls970",{"_index":1597,"title":{},"body":{"miscellaneous/variables.html":{}}}],["900|hp",{"_index":2020,"title":{},"body":{"miscellaneous/variables.html":{}}}],["900|pad",{"_index":2712,"title":{},"body":{"miscellaneous/variables.html":{}}}],["90|enjoy",{"_index":2228,"title":{},"body":{"miscellaneous/variables.html":{}}}],["91|primo",{"_index":2227,"title":{},"body":{"miscellaneous/variables.html":{}}}],["930|sx",{"_index":1657,"title":{},"body":{"miscellaneous/variables.html":{}}}],["93|primo",{"_index":2221,"title":{},"body":{"miscellaneous/variables.html":{}}}],["95",{"_index":1701,"title":{},"body":{"miscellaneous/variables.html":{}}}],["95|win95|windows_95",{"_index":1754,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9702|freetab",{"_index":2578,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9704|freetab",{"_index":2587,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9706|freetab",{"_index":2577,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9715d|pad",{"_index":2713,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9716dr|pad",{"_index":2714,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9718dr|pad",{"_index":2715,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9719qr",{"_index":2716,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9720qr|telepad1030|telepad1032|telepad730|telepad731|telepad732|telepad735q|telepad830|telepad9730",{"_index":2717,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9720|tm",{"_index":2319,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9725|tm",{"_index":2320,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9737w|tm",{"_index":2321,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9738w|tm",{"_index":2323,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9740|tm",{"_index":2324,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9741|tm",{"_index":2305,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9743w|tb",{"_index":2325,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9747|tm",{"_index":2306,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9748|tm",{"_index":2307,"title":{},"body":{"miscellaneous/variables.html":{}}}],["974r|rmt",{"_index":2631,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9750|tm",{"_index":2296,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9751|tm",{"_index":2308,"title":{},"body":{"miscellaneous/variables.html":{}}}],["978|ctp",{"_index":2509,"title":{},"body":{"miscellaneous/variables.html":{}}}],["97g4|an10g2|an7bg3|an7fg3|an8g3|an8cg3|an7g3|an9g3|an7dg3|an7dg3st|an7dg3childpad|an10bg3|an10bg3dt|an9g2",{"_index":2161,"title":{},"body":{"miscellaneous/variables.html":{}}}],["97r|archos5|\\\\barchos",{"_index":2180,"title":{},"body":{"miscellaneous/variables.html":{}}}],["98",{"_index":1704,"title":{},"body":{"miscellaneous/variables.html":{}}}],["980|ctp",{"_index":2510,"title":{},"body":{"miscellaneous/variables.html":{}}}],["987|ctp",{"_index":2511,"title":{},"body":{"miscellaneous/variables.html":{}}}],["988|ctp",{"_index":2512,"title":{},"body":{"miscellaneous/variables.html":{}}}],["989",{"_index":2513,"title":{},"body":{"miscellaneous/variables.html":{}}}],["98|win98",{"_index":1758,"title":{},"body":{"miscellaneous/variables.html":{}}}],["997|rmd",{"_index":2629,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]+|family",{"_index":2624,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]+|smarttabii10|smarttabii7|vf",{"_index":2620,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]+|tablc7|looney",{"_index":2616,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{0,2",{"_index":955,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{0,2}.?[0",{"_index":954,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{1,2}.?[0",{"_index":953,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{3,4",{"_index":1605,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{4}.[0",{"_index":952,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9_",{"_index":1793,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9x",{"_index":1756,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9x\\b",{"_index":1692,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9|dps",{"_index":2492,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9|neon",{"_index":2681,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9|t9w|amity",{"_index":2682,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?3g|primus",{"_index":2604,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?70c|onyx",{"_index":2594,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?78e|luna",{"_index":2593,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?79hd|emerald",{"_index":2592,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?94",{"_index":2603,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?94hd",{"_index":2605,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?evo",{"_index":2608,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?hd|orin",{"_index":2598,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?m9|primus",{"_index":2602,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?qs|android.*\\\\bq8\\\\b|sirius",{"_index":2607,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?qs|sirius",{"_index":2609,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?qs|spirit",{"_index":2610,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s)\\\\b",{"_index":2611,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|diamond",{"_index":2591,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|magnet",{"_index":2601,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|onyx",{"_index":2595,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|otis",{"_index":2599,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|speedstar",{"_index":2600,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?z",{"_index":2596,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]mini|evolio",{"_index":2793,"title":{},"body":{"miscellaneous/variables.html":{}}}],["__buttons",{"_index":179,"title":{},"body":{"components/AppComponent.html":{}}}],["__input",{"_index":175,"title":{},"body":{"components/AppComponent.html":{}}}],["__non_webpack_require__",{"_index":596,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["__non_webpack_require__.main",{"_index":826,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a01l|bah",{"_index":2264,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a101|tab",{"_index":2556,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1021|tab",{"_index":2529,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a103|tab",{"_index":2557,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a104.2|r105bk|m713g|a972bk|tab",{"_index":2559,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1042",{"_index":2564,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a104|tab",{"_index":2558,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a107|sgh",{"_index":1250,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a10\\\\b|\\\\ba3",{"_index":2064,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a117|sgh",{"_index":1251,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a11\\\\b",{"_index":2065,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a120|sph",{"_index":1462,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1260|a1680|a555|a853",{"_index":982,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a127|sgh",{"_index":1252,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1301|tx",{"_index":2435,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a137",{"_index":1253,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a157|sgh",{"_index":1255,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a167|sgh",{"_index":1256,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a177|sgh",{"_index":1257,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a187|sgh",{"_index":1258,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a197|sgh",{"_index":1259,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1_07|ct704|ct1002|\\\\bm721\\\\b|rk30sdk|\\\\bevotab\\\\b|m758a|et904|alumium10|smartfren",{"_index":2889,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1|a10",{"_index":2097,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a20\\\\b|\\\\ba3",{"_index":2067,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a227|sgh",{"_index":1260,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a237|sgh",{"_index":1261,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a257|sgh",{"_index":1262,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a30",{"_index":2068,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a310f|gt",{"_index":1590,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a310|sch",{"_index":1182,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a400",{"_index":1463,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a420|sph",{"_index":1465,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a437|sgh",{"_index":1263,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a460|sph",{"_index":1466,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a500|sph",{"_index":1467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a517|sgh",{"_index":1264,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a530|sch",{"_index":1183,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a560|sph",{"_index":1468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a570|sch",{"_index":1184,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a597",{"_index":1265,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a600s|vega",{"_index":1635,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a600|sph",{"_index":1469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a610|sch",{"_index":1185,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a620|sph",{"_index":1470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a630",{"_index":1186,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a630k|im",{"_index":1634,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a637|sgh",{"_index":1266,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a650s|im",{"_index":1633,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a650|sch",{"_index":1188,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a657|sgh",{"_index":1267,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a660|sph",{"_index":1471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a667|sgh",{"_index":1268,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a687|sgh",{"_index":1269,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a690l",{"_index":1631,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a690s|im",{"_index":1632,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a697|sgh",{"_index":1270,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a700|sph",{"_index":1472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a707|sgh",{"_index":1271,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a710k|im",{"_index":1630,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a717|sgh",{"_index":1272,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a71|b1",{"_index":2057,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a720l|im",{"_index":1629,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a725l|im",{"_index":1621,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a727|sgh",{"_index":1273,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a730s|im",{"_index":1628,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a737|sgh",{"_index":1274,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a73|tab",{"_index":2549,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a740s|im",{"_index":1627,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a740|sph",{"_index":1473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a741l|tab",{"_index":2526,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a741|tab",{"_index":2525,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a747|sgh",{"_index":1275,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a750k|im",{"_index":1626,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a760s|im",{"_index":1625,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a760|sph",{"_index":1474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a767",{"_index":1276,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a770k|im",{"_index":1624,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a775c|im",{"_index":1623,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a777|sgh",{"_index":1277,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a78",{"_index":2650,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a780l|im",{"_index":1622,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a7842|tab",{"_index":2524,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a790",{"_index":1475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a790|sch",{"_index":1189,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a795|sch",{"_index":1190,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a797|sgh",{"_index":1278,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a800s|im",{"_index":1618,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a800|sph",{"_index":1476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a810k|im",{"_index":1616,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a810s|im",{"_index":1617,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a817|sgh",{"_index":1279,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a820l|im",{"_index":1615,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a820|sph",{"_index":1477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a827|sgh",{"_index":1280,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a830k|im",{"_index":1613,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a830l|im",{"_index":1612,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a830s|im",{"_index":1614,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a837|sgh",{"_index":1281,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a840s|im",{"_index":1611,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a840|sph",{"_index":1478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a847|sgh",{"_index":1282,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a850s|im",{"_index":1610,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a850|sch",{"_index":1191,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a855|a953|a955|a956|motorola.*electrify|motorola.*i1|i867|i940|mb200|mb300|mb501|mb502|mb508|mb511",{"_index":983,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a867|sgh",{"_index":1283,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a870|sch",{"_index":1192,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a877|sgh",{"_index":1284,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a880|sph",{"_index":1479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a887|sgh",{"_index":1285,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a890|sch",{"_index":1193,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a897|sgh",{"_index":1286,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a900|sph",{"_index":1480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a927",{"_index":1287,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a93.2|tab",{"_index":2551,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a930|sch",{"_index":1194,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a93|tab",{"_index":2550,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a940|sph",{"_index":1481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a950|sch",{"_index":1195,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a960|sph",{"_index":1482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a970|sch",{"_index":1196,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a971|tab",{"_index":2560,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a975|tab",{"_index":2523,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a990|sch",{"_index":1197,"title":{},"body":{"miscellaneous/variables.html":{}}}],["above",{"_index":786,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":147,"title":{},"body":{"components/AppComponent.html":{}}}],["ac7",{"_index":2864,"title":{},"body":{"miscellaneous/variables.html":{}}}],["accessible",{"_index":298,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["accessors",{"_index":30,"title":{},"body":{"components/AppComponent.html":{}}}],["acertablet",{"_index":2053,"title":{},"body":{"miscellaneous/variables.html":{}}}],["action",{"_index":810,"title":{},"body":{"license.html":{}}}],["active",{"_index":546,"title":{},"body":{"contributing.html":{}}}],["actual",{"_index":364,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["actual_component",{"_index":190,"title":{},"body":{"components/AppComponent.html":{}}}],["add",{"_index":572,"title":{},"body":{"contributing.html":{}}}],["advantablet",{"_index":2381,"title":{},"body":{"miscellaneous/variables.html":{}}}],["agains",{"_index":540,"title":{},"body":{"contributing.html":{}}}],["agent",{"_index":110,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["age|line|advance|feel|follow|like|link|live|think",{"_index":2822,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ahsan",{"_index":329,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"license.html":{}}}],["ahsanayaz",{"_index":430,"title":{},"body":{"classes/ReTree.html":{},"miscellaneous/variables.html":{}}}],["ainoltablet",{"_index":2189,"title":{},"body":{"miscellaneous/variables.html":{}}}],["air",{"_index":2755,"title":{},"body":{"miscellaneous/variables.html":{}}}],["air|fine8",{"_index":2416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["air|x98",{"_index":2754,"title":{},"body":{"miscellaneous/variables.html":{}}}],["alcatel",{"_index":934,"title":{},"body":{"miscellaneous/variables.html":{}}}],["alcatel|mobile",{"_index":1676,"title":{},"body":{"miscellaneous/variables.html":{}}}],["align",{"_index":162,"title":{},"body":{"components/AppComponent.html":{}}}],["allfinetablet",{"_index":2412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["allview.*(viva|alldro|city|speed|all",{"_index":2176,"title":{},"body":{"miscellaneous/variables.html":{}}}],["allviewtablet",{"_index":2175,"title":{},"body":{"miscellaneous/variables.html":{}}}],["already",{"_index":523,"title":{},"body":{"contributing.html":{}}}],["amazing",{"_index":744,"title":{},"body":{"index.html":{}}}],["amoi",{"_index":937,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ampetablet",{"_index":2649,"title":{},"body":{"miscellaneous/variables.html":{}}}],["and/or",{"_index":778,"title":{},"body":{"license.html":{}}}],["android",{"_index":367,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["android.*(\\bmid\\b|mid",{"_index":2233,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*(at100|at105|at200|at205|at270|at275|at300|at305|at1s5|at500|at570|at700|at830)|toshiba.*folio",{"_index":2070,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*(k8gt|u9gt|u10gt|u16gt|u17gt|u18gt|u19gt|u20gt|u23gt|u30gt)|cube",{"_index":2205,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*(rk2818|rk2808a|rk2918|rk3066)|rk2738|rk2808a",{"_index":2240,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\b(a39|a37|a34|st8|st10|st7|smart",{"_index":2409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\b(f",{"_index":2083,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\bg1\\b",{"_index":2405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\bnabi",{"_index":2284,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\boyo\\b|life.*(p9212|p9514|p9516|s9512)|lifetab",{"_index":2159,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*nexus[\\s]+(7|9|10",{"_index":1795,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*nook|nookcolor|nook",{"_index":2050,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*pixel",{"_index":1797,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android_9",{"_index":1748,"title":{},"body":{"miscellaneous/variables.html":{}}}],["angular",{"_index":96,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["angular/animations",{"_index":622,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":718,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":212,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["angular/compiler",{"_index":624,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":75,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["angular/forms",{"_index":625,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":207,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{}}}],["angular/router",{"_index":627,"title":{},"body":{"dependencies.html":{}}}],["angular2",{"_index":746,"title":{},"body":{"index.html":{}}}],["aoctablet",{"_index":2802,"title":{},"body":{"miscellaneous/variables.html":{}}}],["aot",{"_index":99,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["app",{"_index":13,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["app.component",{"_index":209,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["app.component.html",{"_index":18,"title":{},"body":{"components/AppComponent.html":{}}}],["app.component.scss",{"_index":16,"title":{},"body":{"components/AppComponent.html":{}}}],["app.module",{"_index":253,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["app.server.module.ts",{"_index":701,"title":{},"body":{"index.html":{}}}],["appcomponent",{"_index":1,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"overview.html":{}}}],["appid",{"_index":217,"title":{},"body":{"modules/AppModule.html":{}}}],["apple",{"_index":907,"title":{},"body":{"miscellaneous/variables.html":{}}}],["apple_tv",{"_index":906,"title":{},"body":{"miscellaneous/variables.html":{}}}],["appletv\\/4.1",{"_index":949,"title":{},"body":{"miscellaneous/variables.html":{}}}],["apply",{"_index":122,"title":{},"body":{"components/AppComponent.html":{}}}],["applydevice",{"_index":27,"title":{},"body":{"components/AppComponent.html":{}}}],["applydevice(useragent",{"_index":45,"title":{},"body":{"components/AppComponent.html":{}}}],["appmodule",{"_index":194,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"modules.html":{},"overview.html":{}}}],["apppage",{"_index":220,"title":{"classes/AppPage.html":{}},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["appropriate",{"_index":117,"title":{},"body":{"components/AppComponent.html":{}}}],["appservermodule",{"_index":246,"title":{"modules/AppServerModule.html":{}},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"modules.html":{},"overview.html":{}}}],["archostablet",{"_index":2178,"title":{},"body":{"miscellaneous/variables.html":{}}}],["aria_mini_wifi|aria",{"_index":2792,"title":{},"body":{"miscellaneous/variables.html":{}}}],["arising",{"_index":814,"title":{},"body":{"license.html":{}}}],["arm;.*(tablet|armbjs",{"_index":2014,"title":{},"body":{"miscellaneous/variables.html":{}}}],["arnovatablet",{"_index":2160,"title":{},"body":{"miscellaneous/variables.html":{}}}],["array.isarray(regex",{"_index":451,"title":{},"body":{"classes/ReTree.html":{}}}],["array.isarray(regex.and",{"_index":444,"title":{},"body":{"classes/ReTree.html":{}}}],["array.isarray(regex.or",{"_index":447,"title":{},"body":{"classes/ReTree.html":{}}}],["as40w|at",{"_index":1671,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as45q2|at",{"_index":1673,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as50hd|at",{"_index":1670,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as50q",{"_index":1675,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as55hd|at",{"_index":1672,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ask",{"_index":529,"title":{},"body":{"contributing.html":{}}}],["assigned",{"_index":551,"title":{},"body":{"contributing.html":{}}}],["associated",{"_index":766,"title":{},"body":{"license.html":{}}}],["asus",{"_index":921,"title":{},"body":{"miscellaneous/variables.html":{}}}],["asus.*galaxy|padfone.*mobile",{"_index":1604,"title":{},"body":{"miscellaneous/variables.html":{}}}],["asustablet",{"_index":2025,"title":{},"body":{"miscellaneous/variables.html":{}}}],["audiosonictablet",{"_index":2643,"title":{},"body":{"miscellaneous/variables.html":{}}}],["author",{"_index":328,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"contributing.html":{}}}],["authors",{"_index":804,"title":{},"body":{"license.html":{}}}],["available",{"_index":85,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["avio|nexo",{"_index":2848,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ayaz",{"_index":330,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"license.html":{}}}],["a|e1",{"_index":2389,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a|t1",{"_index":2390,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a|t3a|t4i)\\\\b",{"_index":2391,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a|t4|e1",{"_index":2384,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(a100|a101|a110|a200|a210|a211|a500|a501|a510|a511|a700|a701|w500|w500p|w501",{"_index":2055,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(diamond|space|brooklyn|neo|fly|manhattan|funk|evolution|sky|gocar|iron|genius",{"_index":2820,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(e3a|t3x|t5c|t5b|t3e|t3c|t3b|t1j|t1f|t2a|t1h|t1i|e1c|t1",{"_index":2382,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(f3000|a3300|jxd5000|jxd3000|jxd2000|jxd300b|jxd300|s5800|s7800|s602b|s5110b|s7300",{"_index":2658,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(f5281|e2371)\\b",{"_index":2878,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(idx10|idx9|idx8|idx7|idxd7|idxd8|idsq8|idsq7|idsq8|idsd10|idnd7|3ts804h|idsq11|idj7|ids10)\\b",{"_index":2790,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(pi2010|pi3000|pi3100|pi3105|pi3110|pi3205|pi3210|pi3900|pi4010|pi7000|pi7100)\\b",{"_index":2203,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(primo",{"_index":2216,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(ptbl10ceu|ptbl10c|ptbl72bc|ptbl72bceu|ptbl7ceu|ptbl7c|ptbl92bc|ptbl92bceu|ptbl9ceu|ptbl9cuk|ptbl9c)\\b",{"_index":2380,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(sp",{"_index":1655,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(tb",{"_index":2875,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b100|sgh",{"_index":1288,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b130|sgh",{"_index":1289,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b200|sgh",{"_index":1290,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b2100|gt",{"_index":997,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b220|sgh",{"_index":1291,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b24d|at",{"_index":1669,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b26d|at",{"_index":1674,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b2700|gt",{"_index":998,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b2710",{"_index":999,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3210|gt",{"_index":1001,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3310|gt",{"_index":1002,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3410|gt",{"_index":1003,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3730|gt",{"_index":1004,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3740|gt",{"_index":1005,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b4g\\\\b",{"_index":2781,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b5510|gt",{"_index":1006,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b5512|gt",{"_index":1007,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b5722|gt",{"_index":1008,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b6520|gt",{"_index":1009,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7300|gt",{"_index":1010,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7320",{"_index":1011,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7330|gt",{"_index":1012,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7350|gt",{"_index":1013,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7510|gt",{"_index":1014,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7610|gt",{"_index":1555,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7722|gt",{"_index":1015,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7800|gt",{"_index":1016,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b8000|b8080",{"_index":2105,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba10h\\\\b|\\\\bp89\\\\b|\\\\bp78s\\\\b|\\\\bg18\\\\b|\\\\bp85\\\\b|\\\\ba70h\\\\b|\\\\ba70\\\\b|\\\\bg17\\\\b|\\\\bp18\\\\b|\\\\ba80s\\\\b",{"_index":2769,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba10t\\\\b|\\\\bp76a\\\\b|\\\\bp76t\\\\b|\\\\bp76e\\\\b|\\\\bp85hd\\\\b|\\\\bp85a\\\\b|\\\\bp86\\\\b|\\\\bp75hd\\\\b|\\\\bp76v\\\\b|\\\\ba12\\\\b",{"_index":2771,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba11s\\\\b|\\\\bp88hd\\\\b|\\\\ba80h\\\\b|\\\\bp76s\\\\b|\\\\bp76h\\\\b|\\\\bp98\\\\b|\\\\ba10hd\\\\b|\\\\bp78\\\\b|\\\\bp88\\\\b|\\\\ba11\\\\b",{"_index":2770,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba3",{"_index":2066,"title":{},"body":{"miscellaneous/variables.html":{}}}],["back",{"_index":582,"title":{},"body":{"contributing.html":{}}}],["badges",{"_index":156,"title":{},"body":{"components/AppComponent.html":{}}}],["bandroid\\b",{"_index":1684,"title":{},"body":{"miscellaneous/variables.html":{}}}],["based",{"_index":108,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["bblackberry\\b|\\bbb10\\b|rim[0",{"_index":1682,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bc",{"_index":2644,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bchrome\\/([\\d\\.]+)\\b",{"_index":832,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bchrome\\b",{"_index":863,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcrios\\/([\\d\\.]+)\\b",{"_index":833,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcrios\\b",{"_index":864,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcrkey\\b",{"_index":947,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcros\\b",{"_index":946,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg(?:e|a|ios)\\/([\\d\\.]+)\\b",{"_index":848,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg(e|a|ios)\\b",{"_index":867,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg\\/([\\d\\.]+)\\b",{"_index":850,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg\\/\\b",{"_index":868,"title":{},"body":{"miscellaneous/variables.html":{}}}],["before",{"_index":532,"title":{},"body":{"contributing.html":{}}}],["bfban\\/messengerforios\\b",{"_index":891,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfirefox",{"_index":1683,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfirefox\\/([\\d\\.]+)\\b",{"_index":836,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfirefox\\b",{"_index":871,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfxios\\/([\\d\\.]+)\\b",{"_index":837,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfxios\\b",{"_index":872,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bgoogletv\\b",{"_index":950,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bheadlesschrome\\/([\\d\\.]+)\\b",{"_index":834,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bheadlesschrome\\b",{"_index":865,"title":{},"body":{"miscellaneous/variables.html":{}}}],["biemobile\\b",{"_index":1696,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bionic|\\\\bdroid\\\\b.*build|android.*xoom|hri39|mot",{"_index":981,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bipad\\b",{"_index":961,"title":{},"body":{"miscellaneous/variables.html":{}}}],["biphone\\b",{"_index":960,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bipod\\b",{"_index":962,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bl",{"_index":2072,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blackberry",{"_index":898,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blackberrytablet",{"_index":2037,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blaupunkttablet",{"_index":2785,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blinux\\b",{"_index":1693,"title":{},"body":{"miscellaneous/variables.html":{}}}],["block",{"_index":134,"title":{},"body":{"components/AppComponent.html":{}}}],["bmac",{"_index":958,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmi",{"_index":2837,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmobile\\b",{"_index":945,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmozilla\\/5.0",{"_index":885,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmpg7\\\\b|mpdcg75|mpdcg71|mpdc1006|mp101dc|mpdc9000|mpdc905|mpdc706hd|mpdc706|mpdc705|mpdc110",{"_index":2808,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmsie",{"_index":844,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmsie\\b",{"_index":877,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmt8125|mt8389|mt8135|mt8377\\b",{"_index":2515,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bn",{"_index":2269,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boda",{"_index":2173,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boilerplate",{"_index":748,"title":{},"body":{"index.html":{}}}],["boing|arrow|draco",{"_index":2678,"title":{},"body":{"miscellaneous/variables.html":{}}}],["book",{"_index":901,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boolean",{"_index":89,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["bootstrap",{"_index":205,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["bopr\\/([\\d\\.]+)\\b",{"_index":842,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bopr\\b",{"_index":866,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp10hd\\\\b|\\\\bp19hd\\\\b|g18",{"_index":2764,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp11\\\\b|\\\\bp98t\\\\b|\\\\bp98hd\\\\b|\\\\bg18d\\\\b|\\\\bp85s\\\\b|\\\\bp11hd\\\\b|\\\\bp88s\\\\b|\\\\ba80hd\\\\b|\\\\ba80se\\\\b",{"_index":2768,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp72\\\\b|\\\\bt720se\\\\b|\\\\bc520ti\\\\b|\\\\bt760\\\\b|\\\\bt720ve\\\\b|t720",{"_index":2773,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp75a\\\\b|\\\\ba15\\\\b|\\\\bp76ti\\\\b|\\\\bp81hd\\\\b|\\\\ba10\\\\b|\\\\bt760ve\\\\b|\\\\bt720hd\\\\b|\\\\bp76\\\\b|\\\\bp73\\\\b|\\\\bp71\\\\b",{"_index":2772,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bq1078|bc1003|bc1077|rk9702|bc9730|bc9001|it9001|bc7008|bc7010|bc708|bc728|bc7012|bc7030|bc7027|bc7026",{"_index":2427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bqtablet",{"_index":2244,"title":{},"body":{"miscellaneous/variables.html":{}}}],["branch",{"_index":542,"title":{},"body":{"contributing.html":{}}}],["broncho.*(n701|n708|n802|a710",{"_index":2275,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bronchotablet",{"_index":2274,"title":{},"body":{"miscellaneous/variables.html":{}}}],["browse",{"_index":819,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":58,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{},"modules.html":{},"miscellaneous/variables.html":{}}}],["browser.get",{"_index":238,"title":{},"body":{"classes/AppPage.html":{}}}],["browser/animations",{"_index":214,"title":{},"body":{"modules/AppModule.html":{}}}],["browser_version",{"_index":61,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["browser_versions_re",{"_index":606,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browser_versions_re_map",{"_index":607,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browser_versions_re_map[key",{"_index":830,"title":{},"body":{"miscellaneous/variables.html":{}}}],["browsermodule",{"_index":206,"title":{},"body":{"modules/AppModule.html":{}}}],["browsermodule.withservertransition",{"_index":216,"title":{},"body":{"modules/AppModule.html":{}}}],["browsers",{"_index":338,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["browsers_re",{"_index":608,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browser|bnrv200|bnrv200a|bntv250|bntv250a|bntv400|bntv600|logicpd",{"_index":2051,"title":{},"body":{"miscellaneous/variables.html":{}}}],["brv:([\\d\\.]+\\w?)\\b",{"_index":846,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bsafari\\/([\\d\\.]+)\\b",{"_index":840,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bsamsungbrowser\\/([\\d\\.]+)\\b",{"_index":852,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bsamsungbrowser\\b",{"_index":869,"title":{},"body":{"miscellaneous/variables.html":{}}}],["btrident\\b",{"_index":878,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bucbrowser\\/([\\d\\.]+)\\b",{"_index":854,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bucbrowser\\b",{"_index":870,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bug",{"_index":497,"title":{},"body":{"contributing.html":{}}}],["bugs",{"_index":485,"title":{},"body":{"contributing.html":{}}}],["build",{"_index":716,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["buildrun",{"_index":717,"title":{},"body":{"index.html":{}}}],["build|\\barc\\b",{"_index":2288,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bunix\\b",{"_index":1694,"title":{},"body":{"miscellaneous/variables.html":{}}}],["button",{"_index":180,"title":{},"body":{"components/AppComponent.html":{}}}],["bversion\\/([\\d\\.]+)\\b",{"_index":839,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bvita\\b",{"_index":1681,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bwin",{"_index":1691,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bwindows",{"_index":874,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bwindows|(win\\d\\d)\\b",{"_index":1690,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bx89hd\\\\b|p98",{"_index":2758,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bxiaomi\\b",{"_index":957,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b|t1",{"_index":2387,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b|t2ci",{"_index":2385,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c",{"_index":754,"title":{},"body":{"license.html":{},"miscellaneous/variables.html":{}}}],["c100|sgh",{"_index":1292,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c101|gt",{"_index":1552,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c110|sgh",{"_index":1293,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c120|sgh",{"_index":1294,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c130|sgh",{"_index":1295,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c140|sgh",{"_index":1296,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c160|sgh",{"_index":1297,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c170",{"_index":1298,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c180|sgh",{"_index":1299,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c200|sgh",{"_index":1300,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c207|sgh",{"_index":1301,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c210|sgh",{"_index":1302,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c225|sgh",{"_index":1303,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c230|sgh",{"_index":1304,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3010|gt",{"_index":1017,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3011|gt",{"_index":1018,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3060|gt",{"_index":1019,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3200|gt",{"_index":1020,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3212i",{"_index":1022,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3212|gt",{"_index":1021,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3222|gt",{"_index":1024,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3262|gt",{"_index":1023,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3300k|gt",{"_index":1026,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3300|gt",{"_index":1025,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3303k|gt",{"_index":1028,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3303|gt",{"_index":1027,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3310|gt",{"_index":1029,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3322|gt",{"_index":1030,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3330|gt",{"_index":1031,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3350|gt",{"_index":1032,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3500",{"_index":1033,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3510|gt",{"_index":1034,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3530|gt",{"_index":1035,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3630|gt",{"_index":1036,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3780|gt",{"_index":1037,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c395|e739bk|e960|l55c|l75c|ls696|ls860|p769bk|p350|p500|p509|p870|un272|us730|vs840|vs950|ln272|ln510",{"_index":1599,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c417|sgh",{"_index":1305,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c450|sgh",{"_index":1306,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c5010|gt",{"_index":1038,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c5212|gt",{"_index":1039,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c6620|gt",{"_index":1040,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c6625|gt",{"_index":1041,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c6712|gt",{"_index":1042,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c800|c900|e400|e610|e900|e",{"_index":1596,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cam|aurix|mint|amity",{"_index":2679,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cam|stone",{"_index":2684,"title":{},"body":{"miscellaneous/variables.html":{}}}],["captiva",{"_index":2737,"title":{},"body":{"miscellaneous/variables.html":{}}}],["captivatablet",{"_index":2736,"title":{},"body":{"miscellaneous/variables.html":{}}}],["carbon|gamepad)\\\\b",{"_index":2188,"title":{},"body":{"miscellaneous/variables.html":{}}}],["catch",{"_index":83,"title":{},"body":{"components/AppComponent.html":{}}}],["cd",{"_index":721,"title":{},"body":{"index.html":{}}}],["cdm8992|txt8045|adr8995|is11pt|p2030|p6010|p8000|pt002|is06|cdm8999|p9050|pt001|txt8040|p2020|p9020",{"_index":1637,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ce",{"_index":1706,"title":{},"body":{"miscellaneous/variables.html":{}}}],["celkontablet",{"_index":2810,"title":{},"body":{"miscellaneous/variables.html":{}}}],["center",{"_index":163,"title":{},"body":{"components/AppComponent.html":{}}}],["change",{"_index":726,"title":{},"body":{"index.html":{}}}],["change_log.md",{"_index":728,"title":{},"body":{"index.html":{}}}],["changelog",{"_index":631,"title":{},"body":{"dependencies.html":{}}}],["changelog.md",{"_index":567,"title":{},"body":{"contributing.html":{}}}],["changes",{"_index":570,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["changjiatablet",{"_index":2428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["charge",{"_index":761,"title":{},"body":{"license.html":{}}}],["check",{"_index":291,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["child",{"_index":182,"title":{},"body":{"components/AppComponent.html":{}}}],["chrome",{"_index":831,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chrome_book",{"_index":900,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chrome_os",{"_index":1689,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chromecast",{"_index":905,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chromium",{"_index":857,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ci",{"_index":545,"title":{},"body":{"contributing.html":{}}}],["cink",{"_index":1650,"title":{},"body":{"miscellaneous/variables.html":{}}}],["claim",{"_index":807,"title":{},"body":{"license.html":{}}}],["class",{"_index":79,"title":{"classes/AppPage.html":{},"classes/ReTree.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["classes",{"_index":221,"title":{},"body":{"classes/AppPage.html":{},"classes/ReTree.html":{},"overview.html":{}}}],["cli",{"_index":632,"title":{},"body":{"dependencies.html":{}}}],["close",{"_index":481,"title":{},"body":{"contributing.html":{}}}],["cluster_appmodule",{"_index":197,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":198,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":199,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appservermodule",{"_index":247,"title":{},"body":{"modules/AppServerModule.html":{},"overview.html":{}}}],["cluster_appservermodule_bootstrap",{"_index":249,"title":{},"body":{"modules/AppServerModule.html":{}}}],["cluster_appservermodule_imports",{"_index":248,"title":{},"body":{"modules/AppServerModule.html":{}}}],["cobalt",{"_index":2182,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cobytablet",{"_index":2207,"title":{},"body":{"miscellaneous/variables.html":{}}}],["column",{"_index":171,"title":{},"body":{"components/AppComponent.html":{}}}],["comment",{"_index":557,"title":{},"body":{"contributing.html":{}}}],["commonmodule",{"_index":211,"title":{},"body":{"modules/AppModule.html":{}}}],["community",{"_index":583,"title":{},"body":{"contributing.html":{}}}],["compares",{"_index":397,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["compatibility",{"_index":732,"title":{},"body":{"index.html":{}}}],["compatible",{"_index":100,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["component",{"_index":0,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"coverage.html":{},"index.html":{},"overview.html":{}}}],["component_template",{"_index":188,"title":{},"body":{"components/AppComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AppComponent.html":{}}}],["concorde",{"_index":2517,"title":{},"body":{"miscellaneous/variables.html":{}}}],["concordetablet",{"_index":2516,"title":{},"body":{"miscellaneous/variables.html":{}}}],["conditions",{"_index":785,"title":{},"body":{"license.html":{}}}],["connection",{"_index":815,"title":{},"body":{"license.html":{}}}],["console.log('hello",{"_index":681,"title":{},"body":{"index.html":{}}}],["console.log('ua",{"_index":84,"title":{},"body":{"components/AppComponent.html":{}}}],["console.log(isdesktopdevice",{"_index":690,"title":{},"body":{"index.html":{}}}],["console.log(ismobile",{"_index":684,"title":{},"body":{"index.html":{}}}],["console.log(istablet",{"_index":689,"title":{},"body":{"index.html":{}}}],["console.log(this.deviceinfo",{"_index":683,"title":{},"body":{"index.html":{}}}],["const",{"_index":319,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"index.html":{}}}],["constants",{"_index":311,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.browser_versions_re[this.browser",{"_index":375,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.browsers.unknown",{"_index":373,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.desktop_devices.indexof(this.device",{"_index":409,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.devices.unknown",{"_index":407,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.general.uknown",{"_index":385,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.mobiles_re[mobile",{"_index":402,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.tablets_re[ipad",{"_index":348,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.tablets_re[mobile",{"_index":406,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[`${mapping.const}_re`][item",{"_index":354,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const].android",{"_index":363,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const].unknown",{"_index":369,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const][item",{"_index":343,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const][key",{"_index":358,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constructor",{"_index":34,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["constructor(@inject(platform_id",{"_index":264,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["constructor(deviceservice",{"_index":35,"title":{},"body":{"components/AppComponent.html":{}}}],["constructor(platformid",{"_index":280,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["constructor(private",{"_index":80,"title":{},"body":{"components/AppComponent.html":{}}}],["consuming",{"_index":733,"title":{},"body":{"index.html":{}}}],["container",{"_index":142,"title":{},"body":{"components/AppComponent.html":{}}}],["content",{"_index":173,"title":{},"body":{"components/AppComponent.html":{}}}],["contract",{"_index":811,"title":{},"body":{"license.html":{}}}],["contribute",{"_index":474,"title":{},"body":{"contributing.html":{}}}],["contributing",{"_index":473,"title":{"contributing.html":{}},"body":{}}],["conventional",{"_index":630,"title":{},"body":{"dependencies.html":{}}}],["copies",{"_index":780,"title":{},"body":{"license.html":{}}}],["copy",{"_index":764,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":753,"title":{},"body":{"license.html":{}}}],["correct",{"_index":694,"title":{},"body":{"index.html":{}}}],["coverage",{"_index":587,"title":{"coverage.html":{}},"body":{"coverage.html":{}}}],["create",{"_index":478,"title":{},"body":{"contributing.html":{}}}],["created",{"_index":429,"title":{},"body":{"classes/ReTree.html":{},"miscellaneous/variables.html":{}}}],["creator",{"_index":747,"title":{},"body":{"index.html":{}}}],["credits",{"_index":738,"title":{},"body":{"index.html":{}}}],["crestatablet",{"_index":2502,"title":{},"body":{"miscellaneous/variables.html":{}}}],["crios).)*\\safari\\b",{"_index":873,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ct695|ct888|ct[\\s]?910|ct7",{"_index":2811,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ctp",{"_index":2503,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cubetablet",{"_index":2204,"title":{},"body":{"miscellaneous/variables.html":{}}}],["current",{"_index":286,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["currentvalue",{"_index":360,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["cursor",{"_index":145,"title":{},"body":{"components/AppComponent.html":{}}}],["d.ts",{"_index":709,"title":{},"body":{"index.html":{}}}],["d307|sgh",{"_index":1307,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d347|sgh",{"_index":1308,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d357",{"_index":1309,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d407|sgh",{"_index":1310,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d415|sgh",{"_index":1311,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d600|sph",{"_index":1483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d700|sph",{"_index":1484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d710|sph",{"_index":1485,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d720",{"_index":1486,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d780|sgh",{"_index":1312,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d807|sgh",{"_index":1313,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d980|sgh",{"_index":1314,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d\\.]+\\w?)\\b",{"_index":845,"title":{},"body":{"miscellaneous/variables.html":{}}}],["damages",{"_index":808,"title":{},"body":{"license.html":{}}}],["danewtablet",{"_index":2289,"title":{},"body":{"miscellaneous/variables.html":{}}}],["danytechtablet",{"_index":2392,"title":{},"body":{"miscellaneous/variables.html":{}}}],["darwin",{"_index":1774,"title":{},"body":{"miscellaneous/variables.html":{}}}],["deal",{"_index":767,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":816,"title":{},"body":{"license.html":{}}}],["declarations",{"_index":204,"title":{},"body":{"modules/AppModule.html":{}}}],["default",{"_index":47,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["defined",{"_index":37,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["dell",{"_index":917,"title":{},"body":{"miscellaneous/variables.html":{}}}],["delltablet",{"_index":2116,"title":{},"body":{"miscellaneous/variables.html":{}}}],["demo",{"_index":111,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"index.html":{}}}],["demoapp",{"_index":135,"title":{},"body":{"components/AppComponent.html":{}}}],["dependencies",{"_index":196,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"dependencies.html":{},"index.html":{},"overview.html":{}}}],["deprecated",{"_index":649,"title":{},"body":{"index.html":{}}}],["desc",{"_index":331,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["description",{"_index":428,"title":{},"body":{"classes/ReTree.html":{}}}],["desktop",{"_index":126,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"index.html":{}}}],["desktop_devices",{"_index":609,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["details",{"_index":118,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["detection",{"_index":695,"title":{},"body":{"index.html":{}}}],["detector",{"_index":77,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["detector.constants",{"_index":312,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["detector.constants.ts",{"_index":605,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["detector.service.ts",{"_index":276,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["detector.service.ts:135",{"_index":282,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:155",{"_index":290,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:171",{"_index":294,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:191",{"_index":285,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:37",{"_index":308,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:38",{"_index":309,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:39",{"_index":304,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:40",{"_index":300,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:41",{"_index":302,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:42",{"_index":305,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:43",{"_index":301,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:44",{"_index":307,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:45",{"_index":303,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:46",{"_index":281,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:59",{"_index":296,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector/src/lib/device",{"_index":275,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["detector/src/lib/retree.ts",{"_index":427,"title":{},"body":{"classes/ReTree.html":{},"coverage.html":{}}}],["detector/src/lib/retree.ts:30",{"_index":436,"title":{},"body":{"classes/ReTree.html":{}}}],["detector/src/lib/retree.ts:5",{"_index":433,"title":{},"body":{"classes/ReTree.html":{}}}],["detector/src/lib/retree.ts:8",{"_index":439,"title":{},"body":{"classes/ReTree.html":{}}}],["developers",{"_index":518,"title":{},"body":{"contributing.html":{}}}],["development",{"_index":705,"title":{},"body":{"index.html":{}}}],["device",{"_index":59,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["devicedetectorservice",{"_index":36,"title":{"injectables/DeviceDetectorService.html":{}},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["devicedetectorservice:135",{"_index":456,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:155",{"_index":458,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:171",{"_index":459,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:191",{"_index":457,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:37",{"_index":469,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:38",{"_index":470,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:39",{"_index":466,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:40",{"_index":461,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:41",{"_index":463,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:42",{"_index":467,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:43",{"_index":462,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:44",{"_index":468,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:45",{"_index":464,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:46",{"_index":465,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:59",{"_index":460,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["deviceinfo",{"_index":21,"title":{"interfaces/DeviceInfo.html":{}},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["devices",{"_index":115,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["devices.asus",{"_index":896,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.chrome_book",{"_index":893,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.dell",{"_index":895,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.mac",{"_index":894,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.ps4",{"_index":892,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.unknown",{"_index":897,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices_re",{"_index":610,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["deviceservice",{"_index":44,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["devicetype",{"_index":62,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{}}}],["devicetype.desktop",{"_index":392,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devicetype.mobile",{"_index":390,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devicetype.tablet",{"_index":388,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devicetype.unknown",{"_index":393,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devs",{"_index":562,"title":{},"body":{"contributing.html":{}}}],["different",{"_index":114,"title":{},"body":{"components/AppComponent.html":{}}}],["digmatablet",{"_index":2789,"title":{},"body":{"miscellaneous/variables.html":{}}}],["direction",{"_index":170,"title":{},"body":{"components/AppComponent.html":{}}}],["directive",{"_index":186,"title":{},"body":{"components/AppComponent.html":{}}}],["directives",{"_index":189,"title":{},"body":{"components/AppComponent.html":{}}}],["display",{"_index":133,"title":{},"body":{"components/AppComponent.html":{}}}],["distribute",{"_index":776,"title":{},"body":{"license.html":{}}}],["docs",{"_index":536,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["docs/readme",{"_index":510,"title":{},"body":{"contributing.html":{}}}],["documentation",{"_index":493,"title":{},"body":{"contributing.html":{},"coverage.html":{},"license.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AppComponent.html":{}}}],["don't",{"_index":527,"title":{},"body":{"contributing.html":{}}}],["done",{"_index":736,"title":{},"body":{"index.html":{}}}],["dp8d",{"_index":2656,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dps",{"_index":2490,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dpstablet",{"_index":2489,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dream",{"_index":2491,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dslide.*\\b(700|701r|702|703r|704|802|970|971|972|973|974|1010|1012)\\b",{"_index":2290,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dual",{"_index":2493,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dynamic",{"_index":626,"title":{},"body":{"dependencies.html":{}}}],["d|o1",{"_index":2388,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e",{"_index":2172,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e100|sch",{"_index":1528,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e100|viewpad",{"_index":2728,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1050|gt",{"_index":1043,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e105|sgh",{"_index":1315,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1070",{"_index":1044,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1075|gt",{"_index":1045,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1080|gt",{"_index":1046,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1081|gt",{"_index":1047,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1085|gt",{"_index":1048,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1087|gt",{"_index":1049,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1100|gt",{"_index":1050,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1107|gt",{"_index":1051,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1110|gt",{"_index":1052,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1120|gt",{"_index":1053,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1125|gt",{"_index":1054,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1130",{"_index":1055,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1160|gt",{"_index":1056,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1170|gt",{"_index":1057,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1175|gt",{"_index":1058,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1180|gt",{"_index":1059,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1182|gt",{"_index":1060,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1200|gt",{"_index":1061,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1210|gt",{"_index":1062,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1225|gt",{"_index":1063,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1230|gt",{"_index":1064,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1390|gt",{"_index":1065,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e140k|shv",{"_index":1850,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e140l|shv",{"_index":1851,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e140s|shv",{"_index":1852,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e150s|shv",{"_index":1853,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e160k|sch",{"_index":1579,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e200|sgh",{"_index":1316,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2100",{"_index":1066,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2120|gt",{"_index":1067,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2121|gt",{"_index":1068,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2152|gt",{"_index":1069,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2220|gt",{"_index":1070,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2222|gt",{"_index":1071,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2230|gt",{"_index":1072,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2232|gt",{"_index":1073,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2250|gt",{"_index":1074,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e230k|shv",{"_index":1854,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e230l",{"_index":1855,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e230s|shw",{"_index":1857,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2370|gt",{"_index":1075,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2550|gt",{"_index":1076,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2652",{"_index":1077,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e315|sgh",{"_index":1317,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e316|sgh",{"_index":1318,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e317|sgh",{"_index":1319,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e3210|gt",{"_index":1078,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e3213|gt",{"_index":1079,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e335",{"_index":1320,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e590|sgh",{"_index":1321,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e635|sgh",{"_index":1322,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e704|\\bivorys\\b|e",{"_index":2799,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e715|sgh",{"_index":1323,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e72|viewpad7|viewpad",{"_index":2727,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e890|sgh",{"_index":1324,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e\\\\b|xt1068|xt1092|xt1052",{"_index":989,"title":{},"body":{"miscellaneous/variables.html":{}}}],["each",{"_index":656,"title":{},"body":{"index.html":{}}}],["earlier",{"_index":652,"title":{},"body":{"index.html":{}}}],["ebodatablet",{"_index":2171,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ebrd1102|ebrd1201|sgp351|sgp341|sgp511|sgp512|sgp521|sgp541|sgp551|sgp621|sgp641|sgp612|sot31|sgp771|sgp611",{"_index":2200,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ecstablet",{"_index":2612,"title":{},"body":{"miscellaneous/variables.html":{}}}],["edge",{"_index":856,"title":{},"body":{"miscellaneous/variables.html":{}}}],["element",{"_index":185,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{}}}],["element(by.css('app",{"_index":239,"title":{},"body":{"classes/AppPage.html":{}}}],["element.all(by.css('app",{"_index":242,"title":{},"body":{"classes/AppPage.html":{}}}],["elementarrayfinder",{"_index":230,"title":{},"body":{"classes/AppPage.html":{}}}],["elitepad",{"_index":2019,"title":{},"body":{"miscellaneous/variables.html":{}}}],["end",{"_index":174,"title":{},"body":{"components/AppComponent.html":{}}}],["endeavour",{"_index":2786,"title":{},"body":{"miscellaneous/variables.html":{}}}],["engine",{"_index":628,"title":{},"body":{"dependencies.html":{}}}],["engine/tokens",{"_index":259,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["enhance",{"_index":483,"title":{},"body":{"contributing.html":{}}}],["ensure",{"_index":692,"title":{},"body":{"index.html":{}}}],["enum",{"_index":314,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["enumerations",{"_index":643,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["environment",{"_index":603,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["epicfunction",{"_index":680,"title":{},"body":{"index.html":{}}}],["essentielbtablet",{"_index":2622,"title":{},"body":{"miscellaneous/variables.html":{}}}],["etc",{"_index":688,"title":{},"body":{"index.html":{}}}],["event",{"_index":803,"title":{},"body":{"license.html":{}}}],["evo",{"_index":2044,"title":{},"body":{"miscellaneous/variables.html":{}}}],["evoliotablet",{"_index":2791,"title":{},"body":{"miscellaneous/variables.html":{}}}],["evo|nexo",{"_index":2851,"title":{},"body":{"miscellaneous/variables.html":{}}}],["example",{"_index":700,"title":{},"body":{"index.html":{}}}],["examples",{"_index":492,"title":{},"body":{"contributing.html":{}}}],["exec",{"_index":432,"title":{},"body":{"classes/ReTree.html":{}}}],["exec(str",{"_index":434,"title":{},"body":{"classes/ReTree.html":{}}}],["existing",{"_index":521,"title":{},"body":{"contributing.html":{}}}],["explain",{"_index":514,"title":{},"body":{"contributing.html":{}}}],["export",{"_index":78,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["express",{"_index":260,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["express.express",{"_index":647,"title":{},"body":{"miscellaneous/functions.html":{}}}],["expressjs",{"_index":699,"title":{},"body":{"index.html":{}}}],["extends",{"_index":263,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["ezee[_']?(tab|go)[0",{"_index":2615,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e|m]10|m8))|maxwell.*lite|maxwell.*plus",{"_index":2247,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e|t5",{"_index":2383,"title":{},"body":{"miscellaneous/variables.html":{}}}],["f300|sgh",{"_index":1325,"title":{},"body":{"miscellaneous/variables.html":{}}}],["f480|sgh",{"_index":1326,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fa",{"_index":165,"title":{},"body":{"components/AppComponent.html":{}}}],["false",{"_index":292,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["far",{"_index":513,"title":{},"body":{"contributing.html":{}}}],["fast",{"_index":749,"title":{},"body":{"index.html":{}}}],["fb",{"_index":859,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fb_messanger",{"_index":858,"title":{},"body":{"miscellaneous/variables.html":{}}}],["feature",{"_index":501,"title":{},"body":{"contributing.html":{}}}],["feedback",{"_index":498,"title":{},"body":{"contributing.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"index.html":{}}}],["files",{"_index":710,"title":{},"body":{"index.html":{},"license.html":{}}}],["finally",{"_index":575,"title":{},"body":{"contributing.html":{}}}],["fine7",{"_index":2413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["firefox",{"_index":835,"title":{},"body":{"miscellaneous/variables.html":{}}}],["firefox_os",{"_index":899,"title":{},"body":{"miscellaneous/variables.html":{}}}],["first",{"_index":181,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["fitness",{"_index":799,"title":{},"body":{"license.html":{}}}],["five|cink",{"_index":1644,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fix",{"_index":484,"title":{},"body":{"contributing.html":{}}}],["flex",{"_index":169,"title":{},"body":{"components/AppComponent.html":{}}}],["fly",{"_index":929,"title":{},"body":{"miscellaneous/variables.html":{}}}],["flyer|htc",{"_index":2041,"title":{},"body":{"miscellaneous/variables.html":{}}}],["flytablet",{"_index":2241,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fl|f|hv|h|)|tb",{"_index":2106,"title":{},"body":{"miscellaneous/variables.html":{}}}],["following",{"_index":703,"title":{},"body":{"index.html":{},"license.html":{}}}],["font",{"_index":166,"title":{},"body":{"components/AppComponent.html":{}}}],["fork",{"_index":482,"title":{},"body":{"contributing.html":{}}}],["found",{"_index":365,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"contributing.html":{}}}],["free",{"_index":760,"title":{},"body":{"license.html":{}}}],["freedom|chicago|cleveland|baltimore",{"_index":2823,"title":{},"body":{"miscellaneous/variables.html":{}}}],["freetab",{"_index":2574,"title":{},"body":{"miscellaneous/variables.html":{}}}],["free|nexo",{"_index":2849,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fujitsutablet",{"_index":2082,"title":{},"body":{"miscellaneous/variables.html":{}}}],["funbook|micromax.*\\b(p250|p560|p360|p362|p600|p300|p350|p500|p275)\\b",{"_index":2407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["function",{"_index":592,"title":{},"body":{"coverage.html":{}}}],["functions",{"_index":645,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["furnished",{"_index":783,"title":{},"body":{"license.html":{}}}],["fx2",{"_index":2695,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fx2tablet",{"_index":2694,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g",{"_index":720,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["g1|me",{"_index":2485,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g1|z520m|android",{"_index":971,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g3|genius",{"_index":2395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g4|genius",{"_index":2398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g7105|sm",{"_index":1547,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9006v|sm",{"_index":1560,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9008v|sm",{"_index":1561,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9009d|sm",{"_index":1562,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900a|sm",{"_index":1563,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900d|sm",{"_index":1564,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900f",{"_index":1565,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900h|sm",{"_index":1567,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900i|sm",{"_index":1568,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900j|sm",{"_index":1569,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900k|sm",{"_index":1570,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900l|sm",{"_index":1571,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900m|sm",{"_index":1572,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900p|sm",{"_index":1573,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900r4|sm",{"_index":1574,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900s|sm",{"_index":1575,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900t|sm",{"_index":1576,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900v",{"_index":1577,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900w8|shv",{"_index":1578,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g903f|sm",{"_index":1593,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g920f|sm",{"_index":1586,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g920v|sm",{"_index":1587,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9250|gt",{"_index":993,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g930f",{"_index":1588,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9350|sm",{"_index":1584,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g950f|sm",{"_index":991,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g955f|sm",{"_index":992,"title":{},"body":{"miscellaneous/variables.html":{}}}],["galapadtablet",{"_index":2404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gcta722|tab",{"_index":2540,"title":{},"body":{"miscellaneous/variables.html":{}}}],["general",{"_index":611,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["general.uknown",{"_index":862,"title":{},"body":{"miscellaneous/variables.html":{}}}],["general.uknown.tolowercase",{"_index":1749,"title":{},"body":{"miscellaneous/variables.html":{}}}],["generate",{"_index":706,"title":{},"body":{"index.html":{}}}],["generator",{"_index":751,"title":{},"body":{"index.html":{}}}],["generic",{"_index":940,"title":{},"body":{"miscellaneous/variables.html":{}}}],["generic_phone",{"_index":939,"title":{},"body":{"miscellaneous/variables.html":{}}}],["generictablet",{"_index":2885,"title":{},"body":{"miscellaneous/variables.html":{}}}],["genius",{"_index":2393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["genius|fine7",{"_index":2414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["getdemoheadingtext",{"_index":223,"title":{},"body":{"classes/AppPage.html":{}}}],["getdeviceinfo",{"_index":28,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["getdeviceinfoelements",{"_index":224,"title":{},"body":{"classes/AppPage.html":{}}}],["getisdesktop",{"_index":72,"title":{},"body":{"components/AppComponent.html":{}}}],["getismobile",{"_index":68,"title":{},"body":{"components/AppComponent.html":{}}}],["getistablet",{"_index":70,"title":{},"body":{"components/AppComponent.html":{}}}],["getparagraphtext",{"_index":225,"title":{},"body":{"classes/AppPage.html":{}}}],["getting",{"_index":471,"title":{"contributing.html":{},"index.html":{},"license.html":{}},"body":{}}],["gh|iowa|boston|seattle|phoenix|dallas|in",{"_index":2824,"title":{},"body":{"miscellaneous/variables.html":{}}}],["giii|genius",{"_index":2402,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gii|genius",{"_index":2401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["github",{"_index":143,"title":{},"body":{"components/AppComponent.html":{}}}],["go",{"_index":519,"title":{},"body":{"contributing.html":{}}}],["goclevertablet",{"_index":2520,"title":{},"body":{"miscellaneous/variables.html":{}}}],["going",{"_index":559,"title":{},"body":{"contributing.html":{}}}],["good",{"_index":554,"title":{},"body":{"contributing.html":{}}}],["google",{"_index":910,"title":{},"body":{"miscellaneous/variables.html":{}}}],["google_tv",{"_index":909,"title":{},"body":{"miscellaneous/variables.html":{}}}],["googletablet",{"_index":1796,"title":{},"body":{"miscellaneous/variables.html":{}}}],["go|nexo",{"_index":2850,"title":{},"body":{"miscellaneous/variables.html":{}}}],["granted",{"_index":759,"title":{},"body":{"license.html":{}}}],["gt",{"_index":1000,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gutablet",{"_index":2433,"title":{},"body":{"miscellaneous/variables.html":{}}}],["h1')).gettext",{"_index":245,"title":{},"body":{"classes/AppPage.html":{}}}],["hack",{"_index":344,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["halley|flame|saphyr",{"_index":2687,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hasn't",{"_index":522,"title":{},"body":{"contributing.html":{}}}],["hcl.*tablet|connect",{"_index":2479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hcltablet",{"_index":2478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hd)?|visture",{"_index":2499,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hd|i75",{"_index":2496,"title":{},"body":{"miscellaneous/variables.html":{}}}],["heading",{"_index":240,"title":{},"body":{"classes/AppPage.html":{}}}],["help",{"_index":480,"title":{},"body":{"contributing.html":{}}}],["helper",{"_index":704,"title":{},"body":{"index.html":{}}}],["helping",{"_index":526,"title":{},"body":{"contributing.html":{}}}],["helps",{"_index":101,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{},"index.html":{}}}],["here",{"_index":121,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["hereby",{"_index":758,"title":{},"body":{"license.html":{}}}],["hisensetablet",{"_index":2877,"title":{},"body":{"miscellaneous/variables.html":{}}}],["holders",{"_index":805,"title":{},"body":{"license.html":{}}}],["holds",{"_index":702,"title":{},"body":{"index.html":{}}}],["home",{"_index":674,"title":{},"body":{"index.html":{}}}],["home.component.html",{"_index":676,"title":{},"body":{"index.html":{}}}],["home.component.scss",{"_index":675,"title":{},"body":{"index.html":{}}}],["homecomponent",{"_index":677,"title":{},"body":{"index.html":{}}}],["honeywell",{"_index":935,"title":{},"body":{"miscellaneous/variables.html":{}}}],["host",{"_index":130,"title":{},"body":{"components/AppComponent.html":{}}}],["hover",{"_index":153,"title":{},"body":{"components/AppComponent.html":{}}}],["hp",{"_index":2016,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hptablet",{"_index":2015,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ht7s3|hudl",{"_index":2880,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htc",{"_index":913,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htc_flyer_p512|htc",{"_index":2040,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htctablet",{"_index":2039,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htc|htc.*(sensation|evo|vision|explorer|6800|8100|8900|a7272|s510e|c110e|legend|desire|t8282)|apx515ckt|qtek9090|apa9292kt|hd_mini|sensation.*z710e|pg86100|z715e|desire.*(a8181|hd)|adr6200|adr6400l|adr6425|001ht|inspire",{"_index":969,"title":{},"body":{"miscellaneous/variables.html":{}}}],["html",{"_index":184,"title":{},"body":{"components/AppComponent.html":{}}}],["http",{"_index":678,"title":{},"body":{"index.html":{}}}],["huaweitablet",{"_index":2248,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hub2",{"_index":2883,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hudl",{"_index":2879,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i.e",{"_index":750,"title":{},"body":{"index.html":{}}}],["i100",{"_index":1198,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i110|sch",{"_index":1199,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i200|sgh",{"_index":1327,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i300|sgh",{"_index":1328,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i300|sph",{"_index":1487,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i317|sgh",{"_index":1535,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i320|sgh",{"_index":1329,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i325|sph",{"_index":1488,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i330|sph",{"_index":1489,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i337|bgt",{"_index":995,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i350|sph",{"_index":1490,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i400|sch",{"_index":1200,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i405|sch",{"_index":1201,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i467|xe500|sm",{"_index":1903,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i497|sph",{"_index":1832,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i500|sch",{"_index":1202,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i500|sph",{"_index":1491,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i510|sch",{"_index":1203,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i515|sch",{"_index":1204,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i535|sm",{"_index":1532,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5500|gt",{"_index":1080,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5503|gt",{"_index":1081,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i550|sgh",{"_index":1330,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5510|gt",{"_index":1556,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5700|gt",{"_index":1082,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i577",{"_index":1331,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5800|gt",{"_index":1083,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5801|gt",{"_index":1084,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i600|sch",{"_index":1205,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i600|sgh",{"_index":1332,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i600|sph",{"_index":1492,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i607|sgh",{"_index":1333,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i617|sgh",{"_index":1334,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i627|sgh",{"_index":1335,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i637|sgh",{"_index":1336,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i6410|gt",{"_index":1085,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i6420|gt",{"_index":1086,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i677|sgh",{"_index":1337,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i700|sgh",{"_index":1338,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i700|sph",{"_index":1493,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i705",{"_index":1835,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i70|tab",{"_index":2541,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i7110|gt",{"_index":1087,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i717|sgh",{"_index":1339,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i71|tab",{"_index":2542,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i720|tab",{"_index":2532,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i721",{"_index":2539,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i727|sgh",{"_index":1340,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i730|sch",{"_index":1206,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i7410",{"_index":1088,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i747m|sgh",{"_index":1341,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i7500|gt",{"_index":1089,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i760|sch",{"_index":1207,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i770|sch",{"_index":1208,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i777",{"_index":1342,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i780|sgh",{"_index":1343,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8000|gt",{"_index":1090,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i800|sch",{"_index":1813,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8150|gt",{"_index":1091,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i815|sch",{"_index":1814,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8160|gt",{"_index":1092,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8190|gt",{"_index":1093,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8262|gt",{"_index":1538,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i827|sgh",{"_index":1344,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i830",{"_index":1209,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8320|gt",{"_index":1094,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8330|gt",{"_index":1095,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8350|gt",{"_index":1096,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i847|sgh",{"_index":1345,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8510|gt",{"_index":1545,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8530|gt",{"_index":1097,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i857|sgh",{"_index":1346,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8700|gt",{"_index":1098,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8703",{"_index":1099,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8750|sm",{"_index":1559,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8910|gt",{"_index":1100,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i896|sgh",{"_index":1347,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i897|sgh",{"_index":1348,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9000|gt",{"_index":1101,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9001|gt",{"_index":1102,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9003|gt",{"_index":1103,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i900|sgh",{"_index":1349,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9010|gt",{"_index":1104,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9020|gt",{"_index":1105,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9023|gt",{"_index":1106,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i905",{"_index":1815,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9070|gt",{"_index":1107,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i907|sgh",{"_index":1350,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9082|gt",{"_index":1108,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i909|gt",{"_index":1529,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9100|gt",{"_index":1109,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9103",{"_index":1110,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9105|gt",{"_index":1544,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i910|sch",{"_index":1210,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i915|gt",{"_index":1836,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i917|sgh",{"_index":1351,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9190|sm",{"_index":1591,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9195|sm",{"_index":1551,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9200x|gt",{"_index":1906,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9200|gt",{"_index":1880,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9205|sm",{"_index":1583,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i920|sch",{"_index":1211,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i921|tab",{"_index":2530,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9220|gt",{"_index":1111,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9228|sch",{"_index":1877,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i925",{"_index":1879,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9250|gt",{"_index":1112,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i927|sgh",{"_index":1352,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9295|gt",{"_index":1550,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9300|gt",{"_index":1113,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9305|gt",{"_index":1114,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i937",{"_index":1353,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9500|gt",{"_index":1115,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9505|gt",{"_index":1116,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i957|sgh",{"_index":1816,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i959|sch",{"_index":1212,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i987|sgh",{"_index":1817,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i997|sgh",{"_index":1354,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i_mobile",{"_index":931,"title":{},"body":{"miscellaneous/variables.html":{}}}],["icon",{"_index":160,"title":{},"body":{"components/AppComponent.html":{}}}],["iconbittablet",{"_index":2738,"title":{},"body":{"miscellaneous/variables.html":{}}}],["idea",{"_index":555,"title":{},"body":{"contributing.html":{}}}],["identifier",{"_index":588,"title":{},"body":{"coverage.html":{}}}],["identify",{"_index":102,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["ie",{"_index":843,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ie10",{"_index":730,"title":{},"body":{"index.html":{}}}],["ie11",{"_index":731,"title":{},"body":{"index.html":{}}}],["ii",{"_index":2400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ijoytablet",{"_index":2661,"title":{},"body":{"miscellaneous/variables.html":{}}}],["im",{"_index":1620,"title":{},"body":{"miscellaneous/variables.html":{}}}],["img",{"_index":150,"title":{},"body":{"components/AppComponent.html":{}}}],["imobiletablet",{"_index":2637,"title":{},"body":{"miscellaneous/variables.html":{}}}],["implement",{"_index":535,"title":{},"body":{"contributing.html":{}}}],["implements",{"_index":419,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["implied",{"_index":795,"title":{},"body":{"license.html":{}}}],["import",{"_index":74,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["important",{"_index":515,"title":{},"body":{"contributing.html":{}}}],["imports",{"_index":215,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["improve",{"_index":491,"title":{},"body":{"contributing.html":{}}}],["improves",{"_index":516,"title":{},"body":{"contributing.html":{}}}],["included",{"_index":789,"title":{},"body":{"license.html":{}}}],["including",{"_index":770,"title":{},"body":{"license.html":{}}}],["index",{"_index":19,"title":{"index.html":{}},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["info.key",{"_index":128,"title":{},"body":{"components/AppComponent.html":{}}}],["info.value",{"_index":129,"title":{},"body":{"components/AppComponent.html":{}}}],["information",{"_index":104,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"index.html":{}}}],["inherited",{"_index":455,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["initial",{"_index":333,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["initiated",{"_index":335,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["inject",{"_index":254,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["inject(request",{"_index":266,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["injectable",{"_index":255,"title":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{}},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["injectables",{"_index":273,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"overview.html":{}}}],["inm8002kp|inm1010fp|inm805nd|intenso",{"_index":2163,"title":{},"body":{"miscellaneous/variables.html":{}}}],["input",{"_index":177,"title":{},"body":{"components/AppComponent.html":{}}}],["inq",{"_index":938,"title":{},"body":{"miscellaneous/variables.html":{}}}],["inspired",{"_index":739,"title":{},"body":{"index.html":{}}}],["install",{"_index":672,"title":{},"body":{"index.html":{}}}],["installation",{"_index":671,"title":{},"body":{"index.html":{}}}],["installed",{"_index":719,"title":{},"body":{"index.html":{}}}],["instanceof",{"_index":441,"title":{},"body":{"classes/ReTree.html":{}}}],["instead",{"_index":366,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["intensotablet",{"_index":2162,"title":{},"body":{"miscellaneous/variables.html":{}}}],["interface",{"_index":313,"title":{"interfaces/DeviceInfo.html":{}},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"overview.html":{}}}],["interfaces",{"_index":410,"title":{},"body":{"interfaces/DeviceInfo.html":{}}}],["ios",{"_index":345,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["ipad",{"_index":320,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["ipad|ipad.*mobile",{"_index":1794,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iphone",{"_index":685,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["ipod",{"_index":912,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ips10",{"_index":2470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ips10|tab",{"_index":2469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ips9|tab",{"_index":2465,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iq230|iq444|iq450|iq440|iq442|iq441|iq245|iq256|iq236|iq255|iq235|iq245|iq275|iq240|iq285|iq280|iq270|iq260|iq250",{"_index":1639,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iq310|fly",{"_index":2242,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iq|i",{"_index":1653,"title":{},"body":{"miscellaneous/variables.html":{}}}],["irutablet",{"_index":2165,"title":{},"body":{"miscellaneous/variables.html":{}}}],["isdesktop",{"_index":33,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["isdesktop(useragent",{"_index":284,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["isdesktopdevice",{"_index":682,"title":{},"body":{"index.html":{}}}],["ismobile",{"_index":31,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["ismobile(useragent",{"_index":289,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["isplatformbrowser",{"_index":310,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["isplatformbrowser(this.platformid",{"_index":323,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["isplatformserver",{"_index":261,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["isplatformserver(platformid",{"_index":268,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["issue",{"_index":503,"title":{},"body":{"contributing.html":{}}}],["issues",{"_index":479,"title":{},"body":{"contributing.html":{}}}],["istablet",{"_index":32,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["istablet(useragent",{"_index":293,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["it's",{"_index":553,"title":{},"body":{"contributing.html":{}}}],["item",{"_index":244,"title":{},"body":{"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{}}}],["itunes",{"_index":948,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ivory|\\be",{"_index":2800,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j120f|sm",{"_index":1585,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j150|sgh",{"_index":1355,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j200|sgh",{"_index":1356,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j330f",{"_index":1594,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j500fn|sm",{"_index":1592,"title":{},"body":{"miscellaneous/variables.html":{}}}],["jaytechtablet",{"_index":2782,"title":{},"body":{"miscellaneous/variables.html":{}}}],["jetstream|htc",{"_index":2042,"title":{},"body":{"miscellaneous/variables.html":{}}}],["jones|tablet",{"_index":2677,"title":{},"body":{"miscellaneous/variables.html":{}}}],["joy|fine11",{"_index":2419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["js",{"_index":707,"title":{},"body":{"index.html":{}}}],["js.map",{"_index":708,"title":{},"body":{"index.html":{}}}],["jupiter",{"_index":2843,"title":{},"body":{"miscellaneous/variables.html":{}}}],["justify",{"_index":172,"title":{},"body":{"components/AppComponent.html":{}}}],["jxdtablet",{"_index":2657,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k010",{"_index":2031,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k011",{"_index":2032,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k017",{"_index":2033,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k01e",{"_index":2034,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k1|)|thinkpad",{"_index":2098,"title":{},"body":{"miscellaneous/variables.html":{}}}],["karbonntablet",{"_index":2408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["key",{"_index":422,"title":{},"body":{"pipes/KeysPipe.html":{},"miscellaneous/variables.html":{}}}],["keys",{"_index":414,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["keys.push",{"_index":424,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["keyspipe",{"_index":200,"title":{"pipes/KeysPipe.html":{}},"body":{"modules/AppModule.html":{},"pipes/KeysPipe.html":{},"coverage.html":{},"overview.html":{}}}],["kfapwa|wfjwae|kfsawa|kfsawi|kfaswi|kfarwi|kffowi|kfgiwi|kfmewi)\\\\b|android.*silk\\/[0",{"_index":2012,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kiddo|nexo",{"_index":2854,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kind",{"_index":794,"title":{},"body":{"license.html":{}}}],["kindle",{"_index":2010,"title":{},"body":{"miscellaneous/variables.html":{}}}],["king|cink",{"_index":1651,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kobo",{"_index":2286,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kobotablet",{"_index":2285,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kocasotablet",{"_index":2874,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l09|bah",{"_index":2265,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l170|sgh",{"_index":1357,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l700|sgh",{"_index":1358,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l700|sph",{"_index":1494,"title":{},"body":{"miscellaneous/variables.html":{}}}],["landscape",{"_index":318,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{}}}],["landscape)').matches",{"_index":382,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["later",{"_index":297,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["latest",{"_index":571,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["lavatablet",{"_index":2797,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lc11|sch",{"_index":1213,"title":{},"body":{"miscellaneous/variables.html":{}}}],["leadertablet",{"_index":2856,"title":{},"body":{"miscellaneous/variables.html":{}}}],["leave",{"_index":556,"title":{},"body":{"contributing.html":{}}}],["left",{"_index":158,"title":{},"body":{"components/AppComponent.html":{}}}],["legend",{"_index":183,"title":{},"body":{"components/AppComponent.html":{}}}],["length",{"_index":968,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lenovotablet",{"_index":2094,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lg",{"_index":919,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lgtablet",{"_index":2071,"title":{},"body":{"miscellaneous/variables.html":{}}}],["liability",{"_index":809,"title":{},"body":{"license.html":{}}}],["liable",{"_index":806,"title":{},"body":{"license.html":{}}}],["library",{"_index":517,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["license",{"_index":586,"title":{"license.html":{}},"body":{"contributing.html":{},"index.html":{},"license.html":{}}}],["limitation",{"_index":771,"title":{},"body":{"license.html":{}}}],["limited",{"_index":796,"title":{},"body":{"license.html":{}}}],["line",{"_index":967,"title":{},"body":{"miscellaneous/variables.html":{}}}],["line:max",{"_index":966,"title":{},"body":{"miscellaneous/variables.html":{}}}],["links",{"_index":584,"title":{},"body":{"contributing.html":{}}}],["lint",{"_index":712,"title":{},"body":{"index.html":{}}}],["lintto",{"_index":714,"title":{},"body":{"index.html":{}}}],["linux",{"_index":1687,"title":{},"body":{"miscellaneous/variables.html":{}}}],["live",{"_index":653,"title":{},"body":{"index.html":{}}}],["livingstone|cervantes|avant|aquaris",{"_index":2246,"title":{},"body":{"miscellaneous/variables.html":{}}}],["localhost:4200",{"_index":725,"title":{},"body":{"index.html":{}}}],["lock",{"_index":502,"title":{},"body":{"contributing.html":{}}}],["log",{"_index":727,"title":{},"body":{"index.html":{}}}],["logo",{"_index":144,"title":{},"body":{"components/AppComponent.html":{}}}],["loox|xeno10|odys",{"_index":2734,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lot",{"_index":578,"title":{},"body":{"contributing.html":{}}}],["ls670|ls855|lw690|mn270|mn510|p509|p769|p930|un200|un270|un510|un610|us670|us740|us760|ux265|ux840|vn271",{"_index":1600,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lu6200|ms690|ms695|ms770|ms840|ms870|ms910|p500|p700|p705|vm696|as680|as695|ax840|c729|e970|gs505|272",{"_index":1598,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lumia",{"_index":924,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m",{"_index":2827,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m100|sph",{"_index":1495,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m110|sgh",{"_index":1359,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m110|sph",{"_index":1461,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m150|sgh",{"_index":1360,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180k|shw",{"_index":1858,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180l|sm",{"_index":1859,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180s|shw",{"_index":1862,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180w|shw",{"_index":1863,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m1|nibiru",{"_index":2842,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m200|sgh",{"_index":1361,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m220|sph",{"_index":1496,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m240",{"_index":1497,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m300w|shw",{"_index":1864,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m300|sph",{"_index":1498,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m305w|shw",{"_index":1865,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m305|sph",{"_index":1499,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m320|sph",{"_index":1500,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m330|sph",{"_index":1501,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m350|sph",{"_index":1502,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m3510|gt",{"_index":1117,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m360|sph",{"_index":1503,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m370|sph",{"_index":1504,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380k|shw",{"_index":1866,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380s|shw",{"_index":1867,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380w",{"_index":1868,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380|sph",{"_index":1505,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m430w|shw",{"_index":1870,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m480k|shw",{"_index":1871,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m480s|shw",{"_index":1872,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m480w|shw",{"_index":1873,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m485w|shw",{"_index":1874,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m486w|shw",{"_index":1875,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m500w|gt",{"_index":1876,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m510|sph",{"_index":1506,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m540|sph",{"_index":1507,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m550",{"_index":1508,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m560|sph",{"_index":1509,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m5650|gt",{"_index":1118,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m570|sph",{"_index":1510,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m580|sph",{"_index":1511,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m610|sph",{"_index":1512,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m620|sph",{"_index":1513,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m630|sph",{"_index":1514,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m702pro",{"_index":2166,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m721|tab",{"_index":2528,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m723g",{"_index":2527,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m7500|gt",{"_index":1119,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m7600|gt",{"_index":1120,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m7603",{"_index":1121,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m800|sph",{"_index":1515,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m810|sph",{"_index":1516,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m813g|tab",{"_index":2538,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m850|sph",{"_index":1517,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m8800|gt",{"_index":1122,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m8910|gt",{"_index":1123,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m9002|q702|kf026",{"_index":2436,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m900|sph",{"_index":1518,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m910",{"_index":1519,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m920|sph",{"_index":1520,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m930|sph",{"_index":1521,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mac",{"_index":903,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macintel",{"_index":350,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["macintosh",{"_index":904,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx",{"_index":1747,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_10",{"_index":1738,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_11",{"_index":1737,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_11_0",{"_index":1726,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_12",{"_index":1735,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_13",{"_index":1734,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_14",{"_index":1732,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_15",{"_index":1730,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_16",{"_index":1728,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_2",{"_index":1746,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_3",{"_index":1745,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_4",{"_index":1744,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_5",{"_index":1743,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_6",{"_index":1742,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_7",{"_index":1741,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_8",{"_index":1740,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_9",{"_index":1739,"title":{},"body":{"miscellaneous/variables.html":{}}}],["magictab|stream|tb",{"_index":2474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mainmodule",{"_index":597,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["mainmodule.filename",{"_index":827,"title":{},"body":{"miscellaneous/variables.html":{}}}],["make",{"_index":505,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["manually",{"_index":698,"title":{},"body":{"index.html":{}}}],["many",{"_index":475,"title":{},"body":{"contributing.html":{}}}],["map(key",{"_index":357,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["mapping.prop",{"_index":361,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["mappings",{"_index":336,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["mappings.foreach(mapping",{"_index":340,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["margin",{"_index":157,"title":{},"body":{"components/AppComponent.html":{}}}],["master",{"_index":541,"title":{},"body":{"contributing.html":{}}}],["match",{"_index":399,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["matching",{"_index":192,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["max",{"_index":136,"title":{},"body":{"components/AppComponent.html":{}}}],["mb520|mb525|mb526|mb611|mb612|mb632|mb810|mb855|mb860|mb861|mb865|mb870|me501|me502|me511|me525|me600",{"_index":984,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me560cg|me372cg|me302kl",{"_index":2030,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me572c|me103k|me170c|me171c|\\\\bme70c\\\\b|me581c",{"_index":2035,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me581cl|me8510c|me181c|p01y|po1ma|p01z|\\\\bp027\\\\b|\\\\bp024\\\\b|\\\\bp00c\\\\b",{"_index":2036,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me632|me722|me811|me860|me863|me865|mt620|mt710|mt716|mt720|mt810|mt870|mt917|motorola.*titanium|wx435",{"_index":985,"title":{},"body":{"miscellaneous/variables.html":{}}}],["means",{"_index":577,"title":{},"body":{"contributing.html":{}}}],["mediacomtablet",{"_index":2826,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mediatektablet",{"_index":2514,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mediontablet",{"_index":2158,"title":{},"body":{"miscellaneous/variables.html":{}}}],["megafon",{"_index":2168,"title":{},"body":{"miscellaneous/variables.html":{}}}],["megafontablet",{"_index":2167,"title":{},"body":{"miscellaneous/variables.html":{}}}],["merchantability",{"_index":798,"title":{},"body":{"license.html":{}}}],["merge",{"_index":774,"title":{},"body":{"license.html":{}}}],["messanger",{"_index":860,"title":{},"body":{"miscellaneous/variables.html":{}}}],["metadata",{"_index":11,"title":{},"body":{"components/AppComponent.html":{},"pipes/KeysPipe.html":{}}}],["methods",{"_index":26,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["mi",{"_index":942,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mi_se_9",{"_index":941,"title":{},"body":{"miscellaneous/variables.html":{}}}],["micromax",{"_index":925,"title":{},"body":{"miscellaneous/variables.html":{}}}],["micromax.*\\b(a210|a92|a88|a72|a111|a110q|a115|a116|a110|a90s|a26|a51|a35|a54|a25|a27|a89|a68|a65|a57|a90)\\b",{"_index":1606,"title":{},"body":{"miscellaneous/variables.html":{}}}],["micromaxtablet",{"_index":2406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mid125|mid810|mid732|mid120|mid930|mid800|mid731|mid900|mid100|mid820|mid735|mid980|mid130|mid833|mid737",{"_index":2212,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mid7127|mid8042|mid8048|mid8127|mid9042|mid9740|mid9742|mid7022|mid7010",{"_index":2209,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mid960|mid135|mid860|mid736|mid140|mid930|mid835|mid733|mid4x10",{"_index":2213,"title":{},"body":{"miscellaneous/variables.html":{}}}],["midtablet",{"_index":2210,"title":{},"body":{"miscellaneous/variables.html":{}}}],["miscellaneous",{"_index":642,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":752,"title":{},"body":{"index.html":{},"license.html":{}}}],["mitablet",{"_index":2836,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mobi",{"_index":2855,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mobile",{"_index":124,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["mobile\\b",{"_index":1695,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mobiles_re",{"_index":613,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["modecomtablet",{"_index":2565,"title":{},"body":{"miscellaneous/variables.html":{}}}],["modify",{"_index":773,"title":{},"body":{"license.html":{}}}],["module",{"_index":193,"title":{"modules/AppModule.html":{},"modules/AppServerModule.html":{}},"body":{}}],["modulefilename",{"_index":598,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["modules",{"_index":195,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"modules.html":{},"overview.html":{}}}],["more",{"_index":531,"title":{},"body":{"contributing.html":{}}}],["more|fine10",{"_index":2418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["motorola",{"_index":918,"title":{},"body":{"miscellaneous/variables.html":{}}}],["motorolatablet",{"_index":2047,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mozilla\\/5\\.0",{"_index":879,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mpdc100|mpdc99|mpdc97|mpdc88|mpdc8|mpdc77|mp709|mid701|mid711|mid170|mpdc703|mpqc1010",{"_index":2809,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mpi10c3g|m",{"_index":2828,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mpmantablet",{"_index":2804,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms",{"_index":855,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms323|m257",{"_index":1602,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms_edge",{"_index":847,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms_edge_chromium",{"_index":849,"title":{},"body":{"miscellaneous/variables.html":{}}}],["msitablet",{"_index":2214,"title":{},"body":{"miscellaneous/variables.html":{}}}],["muhammad",{"_index":756,"title":{},"body":{"license.html":{}}}],["mw0811|mw0812|mw0922|mtk8382|mw1031|mw0831|mw0821|mw0931|mw0712",{"_index":2803,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m|tab",{"_index":2442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n100|sph",{"_index":1522,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n105|sgh",{"_index":1362,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n150|sch",{"_index":1214,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n200|sph",{"_index":1523,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n240|sph",{"_index":1524,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n300|sch",{"_index":1215,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n300|sph",{"_index":1525,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n400|sph",{"_index":1526,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n500|sgh",{"_index":1363,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5100|gt",{"_index":1847,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5105|gt",{"_index":1848,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5110x|gt",{"_index":1907,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5110|shv",{"_index":1849,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5120|sm",{"_index":1908,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n600",{"_index":1364,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n620|sgh",{"_index":1365,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n625|sgh",{"_index":1366,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n7000|gt",{"_index":1124,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n700|sgh",{"_index":1367,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n7100",{"_index":1530,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n7105|sch",{"_index":1531,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n710|sgh",{"_index":1368,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8000|gt",{"_index":1830,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8005|gt",{"_index":1842,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8010|gt",{"_index":1841,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8013|gt",{"_index":1837,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8020|gt",{"_index":1843,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n9005|gt",{"_index":1548,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n900a|sm",{"_index":1533,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n900t|sgh",{"_index":1534,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n910c|sm",{"_index":1589,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nabitablet",{"_index":2283,"title":{},"body":{"miscellaneous/variables.html":{}}}],["name",{"_index":41,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["navi",{"_index":2440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["navigateto",{"_index":226,"title":{},"body":{"classes/AppPage.html":{}}}],["navigator",{"_index":403,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["navigator.maxtouchpoints",{"_index":351,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["navigator.platform",{"_index":349,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["nectablet",{"_index":2268,"title":{},"body":{"miscellaneous/variables.html":{}}}],["need",{"_index":697,"title":{},"body":{"index.html":{}}}],["needed",{"_index":574,"title":{},"body":{"contributing.html":{}}}],["needs",{"_index":745,"title":{},"body":{"index.html":{}}}],["neon|xsk",{"_index":2185,"title":{},"body":{"miscellaneous/variables.html":{}}}],["new",{"_index":306,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["nexo",{"_index":2845,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexotablet",{"_index":2844,"title":{},"body":{"miscellaneous/variables.html":{}}}],["next",{"_index":965,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexus",{"_index":915,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexus_phone",{"_index":914,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexustablet",{"_index":916,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ng",{"_index":722,"title":{},"body":{"index.html":{}}}],["ngmodule",{"_index":208,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["nguniversal/express",{"_index":258,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["ngx",{"_index":76,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["nibiru",{"_index":2841,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nibirutablet",{"_index":2840,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nintendo",{"_index":936,"title":{},"body":{"miscellaneous/variables.html":{}}}],["noderequire",{"_index":825,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nofilter",{"_index":420,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["nokia",{"_index":923,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nokia_lumia",{"_index":922,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nokialumiatablet",{"_index":2192,"title":{},"body":{"miscellaneous/variables.html":{}}}],["noninfringement",{"_index":802,"title":{},"body":{"license.html":{}}}],["nooktablet",{"_index":2049,"title":{},"body":{"miscellaneous/variables.html":{}}}],["noopanimationsmodule",{"_index":213,"title":{},"body":{"modules/AppModule.html":{}}}],["note",{"_index":2638,"title":{},"body":{"miscellaneous/variables.html":{}}}],["notice",{"_index":787,"title":{},"body":{"license.html":{}}}],["nova|nexo",{"_index":2846,"title":{},"body":{"miscellaneous/variables.html":{}}}],["novo7|novo8|novo10|novo7aurora|novo7basic|novo7paladin|novo9",{"_index":2190,"title":{},"body":{"miscellaneous/variables.html":{}}}],["npm",{"_index":585,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["nt",{"_index":880,"title":{},"body":{"miscellaneous/variables.html":{}}}],["null",{"_index":55,"title":{},"body":{"components/AppComponent.html":{},"classes/ReTree.html":{},"index.html":{}}}],["obj",{"_index":355,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["obj[browsers[key",{"_index":829,"title":{},"body":{"miscellaneous/variables.html":{}}}],["obj[constants[mapping.const][item",{"_index":352,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["obj[key",{"_index":1751,"title":{},"body":{"miscellaneous/variables.html":{}}}],["object",{"_index":283,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["object.keys(browser_versions_re_map).reduce((obj",{"_index":828,"title":{},"body":{"miscellaneous/variables.html":{}}}],["object.keys(constants.mobiles_re).find(mobile",{"_index":400,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(constants.tablets_re).find(mobile",{"_index":405,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(constants[mapping.const",{"_index":356,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(constants[mapping.const]).reduce((obj",{"_index":342,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(os_versions_re_map).reduce((obj",{"_index":1750,"title":{},"body":{"miscellaneous/variables.html":{}}}],["obtaining",{"_index":763,"title":{},"body":{"license.html":{}}}],["octa|mp10",{"_index":2806,"title":{},"body":{"miscellaneous/variables.html":{}}}],["octa|mpqc1114|mpqc1004|mpqc994|mpqc974|mpqc973|mpqc804|mpqc784|mpqc780",{"_index":2807,"title":{},"body":{"miscellaneous/variables.html":{}}}],["odystablet",{"_index":2733,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ondatablet",{"_index":2776,"title":{},"body":{"miscellaneous/variables.html":{}}}],["one",{"_index":550,"title":{},"body":{"contributing.html":{},"miscellaneous/variables.html":{}}}],["one|nexus",{"_index":973,"title":{},"body":{"miscellaneous/variables.html":{}}}],["opacity",{"_index":154,"title":{},"body":{"components/AppComponent.html":{}}}],["open",{"_index":112,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["opened",{"_index":524,"title":{},"body":{"contributing.html":{}}}],["opera",{"_index":841,"title":{},"body":{"miscellaneous/variables.html":{}}}],["opera\\b",{"_index":876,"title":{},"body":{"miscellaneous/variables.html":{}}}],["optional",{"_index":43,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["orientation",{"_index":63,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["orientationtype",{"_index":316,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{}}}],["orientationtype.landscape",{"_index":383,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["orientationtype.portrait",{"_index":384,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["orin",{"_index":2597,"title":{},"body":{"miscellaneous/variables.html":{}}}],["os",{"_index":57,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["os\\b",{"_index":959,"title":{},"body":{"miscellaneous/variables.html":{}}}],["os\\s*[0",{"_index":1792,"title":{},"body":{"miscellaneous/variables.html":{}}}],["os_re",{"_index":614,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_version",{"_index":60,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["os_versions",{"_index":339,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_versions_re",{"_index":615,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_versions_re_map",{"_index":616,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_versions_re_map[key",{"_index":1752,"title":{},"body":{"miscellaneous/variables.html":{}}}],["others",{"_index":496,"title":{},"body":{"contributing.html":{}}}],["otherwise",{"_index":813,"title":{},"body":{"license.html":{}}}],["out",{"_index":202,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"contributing.html":{},"license.html":{},"overview.html":{}}}],["overmaxtablet",{"_index":2471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["overview",{"_index":820,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["p",{"_index":2444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1000|gt",{"_index":1801,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1000|p300|s18|s6600|s9100)\\\\b",{"_index":2660,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1003|gt",{"_index":1802,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p100|gt",{"_index":1821,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1010|gt",{"_index":1803,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1013|gt",{"_index":1844,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1025|tab",{"_index":2456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p107|sgh",{"_index":1369,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1101|mtv",{"_index":2237,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1325|tab",{"_index":2458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p2000|p7040|p7000|c790",{"_index":1638,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p207|sgh",{"_index":1370,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p300|sgh",{"_index":1371,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3100|gt",{"_index":1822,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3105|gt",{"_index":1804,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3108|gt",{"_index":1823,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p310|sgh",{"_index":1372,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3110|gt",{"_index":1824,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3113|gt",{"_index":1838,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3113|sm",{"_index":1968,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p350",{"_index":1999,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p355m|sm",{"_index":2001,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p500|sgh",{"_index":1833,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p506|tab",{"_index":2439,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5100",{"_index":1825,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5110|gt",{"_index":1826,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5113|gt",{"_index":1839,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p517|tab",{"_index":2443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5200|gt",{"_index":1881,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p520|sgh",{"_index":1373,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5210x|sm",{"_index":1883,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5210|gt",{"_index":1882,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5220|gt",{"_index":1905,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p550",{"_index":1961,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p555m|sm",{"_index":2000,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p580|sm",{"_index":1997,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p585m|sm",{"_index":1885,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p585y",{"_index":2009,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p600",{"_index":1892,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6000|sm",{"_index":1901,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p600x|sm",{"_index":1929,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p601|sm",{"_index":1893,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p605v|sm",{"_index":1923,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p605|sm",{"_index":1894,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p607t|sm",{"_index":1955,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p615|sm",{"_index":1895,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6200|gt",{"_index":1827,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6201",{"_index":1845,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6210",{"_index":1805,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6800|gt",{"_index":1806,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6810|gt",{"_index":1807,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p701|tab",{"_index":2446,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p703|tab",{"_index":2447,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p709|sch",{"_index":1580,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7100|gt",{"_index":1808,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p715a|htc",{"_index":2043,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p721|tab",{"_index":2448,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p729|sm",{"_index":1581,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7300|gt",{"_index":1809,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7310|gt",{"_index":1810,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p731n",{"_index":2449,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7320|gt",{"_index":1828,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p735|sgh",{"_index":1374,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p739|sch",{"_index":1878,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p741|tab",{"_index":2450,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7500|gt",{"_index":1811,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7501|gt",{"_index":1846,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7503|sm",{"_index":1935,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7510|sch",{"_index":1812,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7511|gt",{"_index":1829,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p777",{"_index":1375,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p8110|gt",{"_index":1840,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p825|tab",{"_index":2451,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p8510|sgh",{"_index":1831,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p9000|sm",{"_index":1965,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p900x|sm",{"_index":1930,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p900|sm",{"_index":1896,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p901|sm",{"_index":1897,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p905v|sm",{"_index":1924,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p905|sm",{"_index":1909,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p905|tab",{"_index":2452,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p907a|sm",{"_index":1948,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p925|tab",{"_index":2453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p9|tecno",{"_index":2655,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pa762",{"_index":2784,"title":{},"body":{"miscellaneous/variables.html":{}}}],["package",{"_index":581,"title":{"dependencies.html":{}},"body":{"contributing.html":{},"index.html":{}}}],["pad",{"_index":2708,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pad10",{"_index":2697,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pad7|fx2",{"_index":2696,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pad\\b|\\bhm",{"_index":2838,"title":{},"body":{"miscellaneous/variables.html":{}}}],["padding",{"_index":139,"title":{},"body":{"components/AppComponent.html":{}}}],["page",{"_index":113,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["palm",{"_index":926,"title":{},"body":{"miscellaneous/variables.html":{}}}],["palmsource|palm",{"_index":1607,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pantech",{"_index":928,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pantech.*p4100",{"_index":2273,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pantechtablet",{"_index":2272,"title":{},"body":{"miscellaneous/variables.html":{}}}],["parameters",{"_index":39,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["particular",{"_index":800,"title":{},"body":{"license.html":{}}}],["pass",{"_index":544,"title":{},"body":{"contributing.html":{}}}],["paste",{"_index":120,"title":{},"body":{"components/AppComponent.html":{}}}],["pc",{"_index":2891,"title":{},"body":{"miscellaneous/variables.html":{}}}],["peax",{"_index":1646,"title":{},"body":{"miscellaneous/variables.html":{}}}],["peax|cink",{"_index":1645,"title":{},"body":{"miscellaneous/variables.html":{}}}],["permission",{"_index":757,"title":{},"body":{"license.html":{}}}],["permit",{"_index":781,"title":{},"body":{"license.html":{}}}],["person",{"_index":762,"title":{},"body":{"license.html":{}}}],["persons",{"_index":782,"title":{},"body":{"license.html":{}}}],["philipstablet",{"_index":2202,"title":{},"body":{"miscellaneous/variables.html":{}}}],["phone",{"_index":687,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["phone\\b",{"_index":875,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pi1045|tab",{"_index":2457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pipe",{"_index":411,"title":{"pipes/KeysPipe.html":{}},"body":{"pipes/KeysPipe.html":{},"coverage.html":{},"overview.html":{}}}],["pipes",{"_index":412,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["pipes/keys.pipe",{"_index":210,"title":{},"body":{"modules/AppModule.html":{}}}],["pipetransform",{"_index":418,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["pixel",{"_index":972,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pl1015|tab",{"_index":2455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["planning",{"_index":525,"title":{},"body":{"contributing.html":{}}}],["platform_id",{"_index":256,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["platformid",{"_index":265,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["platinum",{"_index":2187,"title":{},"body":{"miscellaneous/variables.html":{}}}],["play(s|s)tation",{"_index":889,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playbook|rim",{"_index":2038,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playstation",{"_index":886,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playstation.*(portable|vita",{"_index":2369,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playstationtablet",{"_index":2368,"title":{},"body":{"miscellaneous/variables.html":{}}}],["please",{"_index":537,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["plt7033|plt7033d|plt7035|plt7035d|plt7044k|plt7045k|plt7045kb|plt7071kg|plt7072|plt7223g|plt7225g",{"_index":2423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["plt7777g|plt7810k|plt7849g|plt7851g|plt7852g|plt8015|plt8031|plt8034|plt8036|plt8080k|plt8082|plt8088",{"_index":2424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["plt8223g|plt8234g|plt8235g|plt8816k|plt9011|plt9045k|plt9233g|plt9735|plt9760g|plt9770g)\\\\b",{"_index":2425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmp5297c|pmp5297c_quad|pmp812e|pmp812e3g|pmp812f|pmp810e|pmp880td|pmt3017|pmt3037|pmt3047|pmt3057|pmt7008",{"_index":2092,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmp5597d|pmp5597|pmp7100d|per3464|per3274|per3574|per3884|per5274|per5474|pmp5097cpro|pmp5097|pmp7380d",{"_index":2091,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmp5770d|pmp3970b|pmp3870c|pmp5580c|pmp5880d|pmp5780d|pmp5588c|pmp7280c|pmp7280c3g|pmp7280|pmp7880d",{"_index":2090,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmt5887|pmt5001|pmt5002",{"_index":2093,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pnd530",{"_index":2238,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pnd531|mtv",{"_index":2236,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pocketbook",{"_index":2873,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pocketbooktablet",{"_index":2872,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pointer",{"_index":146,"title":{},"body":{"components/AppComponent.html":{}}}],["pointofviewtablet",{"_index":2437,"title":{},"body":{"miscellaneous/variables.html":{}}}],["polyfills.ts",{"_index":735,"title":{},"body":{"index.html":{}}}],["pop|mint|epsilon|broadway|jump|hop|legend|new",{"_index":2821,"title":{},"body":{"miscellaneous/variables.html":{}}}],["portions",{"_index":791,"title":{},"body":{"license.html":{}}}],["portrait",{"_index":317,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{}}}],["position",{"_index":131,"title":{},"body":{"components/AppComponent.html":{}}}],["positivotablet",{"_index":2281,"title":{},"body":{"miscellaneous/variables.html":{}}}],["powered",{"_index":98,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["pr",{"_index":548,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["pr.pull",{"_index":534,"title":{},"body":{"contributing.html":{}}}],["pr945|tab",{"_index":2454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["prestigiotablet",{"_index":2088,"title":{},"body":{"miscellaneous/variables.html":{}}}],["previousvalue",{"_index":362,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["primo",{"_index":2226,"title":{},"body":{"miscellaneous/variables.html":{}}}],["primus",{"_index":2606,"title":{},"body":{"miscellaneous/variables.html":{}}}],["private",{"_index":322,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"index.html":{}}}],["processing",{"_index":107,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["production",{"_index":2895,"title":{},"body":{"miscellaneous/variables.html":{}}}],["project",{"_index":477,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["projects/.../device",{"_index":644,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["projects/.../environment.prod.ts",{"_index":823,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../environment.ts",{"_index":824,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../server.ts",{"_index":646,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/demo/e2e/src/app.po.ts",{"_index":222,"title":{},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["projects/demo/e2e/src/app.po.ts:13",{"_index":229,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/e2e/src/app.po.ts:17",{"_index":231,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/e2e/src/app.po.ts:5",{"_index":232,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/e2e/src/app.po.ts:9",{"_index":227,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/server.ts",{"_index":591,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/demo/src/app/app.component.ts",{"_index":10,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["projects/demo/src/app/app.component.ts:10",{"_index":56,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:11",{"_index":67,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:12",{"_index":65,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:13",{"_index":38,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:23",{"_index":53,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:27",{"_index":69,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:31",{"_index":71,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:35",{"_index":73,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:39",{"_index":46,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:44",{"_index":54,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:9",{"_index":64,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.module.ts",{"_index":203,"title":{},"body":{"modules/AppModule.html":{}}}],["projects/demo/src/app/pipes/keys.pipe.ts",{"_index":413,"title":{},"body":{"pipes/KeysPipe.html":{},"coverage.html":{}}}],["projects/demo/src/app/pipes/keys.pipe.ts:7",{"_index":417,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["projects/demo/src/app/server.ts",{"_index":250,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{}}}],["projects/demo/src/app/server.ts:13",{"_index":454,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["projects/demo/src/environments/environment.prod.ts",{"_index":602,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["projects/demo/src/environments/environment.ts",{"_index":604,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["projects/ngx",{"_index":274,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":234,"title":{},"body":{"classes/AppPage.html":{}}}],["prop",{"_index":337,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["properties",{"_index":20,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["property",{"_index":127,"title":{},"body":{"components/AppComponent.html":{}}}],["props",{"_index":416,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["props.indexof(key",{"_index":426,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["props.length",{"_index":421,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["propstoshow",{"_index":22,"title":{},"body":{"components/AppComponent.html":{}}}],["proscantablet",{"_index":2421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab2",{"_index":2464,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab25xxl",{"_index":2467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab25|tab",{"_index":2460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab26",{"_index":2468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab26xl|tab",{"_index":2463,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab26|tab",{"_index":2461,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab27|tab",{"_index":2462,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab30",{"_index":2466,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab[0",{"_index":2459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protractor",{"_index":233,"title":{},"body":{"classes/AppPage.html":{}}}],["provide",{"_index":271,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"index.html":{}}}],["provided",{"_index":792,"title":{},"body":{"license.html":{}}}],["providedin",{"_index":321,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["providers",{"_index":219,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["pro|flash|smoke|mini",{"_index":978,"title":{},"body":{"miscellaneous/variables.html":{}}}],["prs",{"_index":539,"title":{},"body":{"contributing.html":{}}}],["ps4",{"_index":884,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ptl21|pt003|p8010|adr910l|p6030|p6020|p9070|p4100|p9060|p5000",{"_index":1636,"title":{},"body":{"miscellaneous/variables.html":{}}}],["public",{"_index":278,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["publish",{"_index":775,"title":{},"body":{"license.html":{}}}],["pull",{"_index":487,"title":{},"body":{"contributing.html":{}}}],["purpose",{"_index":801,"title":{},"body":{"license.html":{}}}],["pyleaudiotablet",{"_index":2379,"title":{},"body":{"miscellaneous/variables.html":{}}}],["q105|sgh",{"_index":1376,"title":{},"body":{"miscellaneous/variables.html":{}}}],["q3|genius",{"_index":2397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["q4|genius",{"_index":2399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["qc|t",{"_index":2646,"title":{},"body":{"miscellaneous/variables.html":{}}}],["qpad",{"_index":2798,"title":{},"body":{"miscellaneous/variables.html":{}}}],["qtaqz3|qtair7|qtaqtz3|qtasun1|qtasun2|qtaxia1",{"_index":2732,"title":{},"body":{"miscellaneous/variables.html":{}}}],["questions",{"_index":530,"title":{},"body":{"contributing.html":{}}}],["r100|sch",{"_index":1216,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r104|tab",{"_index":2562,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r106|tab",{"_index":2536,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r210|sgh",{"_index":1377,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r220|sgh",{"_index":1378,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r225|sgh",{"_index":1379,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r300|sch",{"_index":1217,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r351|sch",{"_index":1218,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r400|sch",{"_index":1219,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r410",{"_index":1220,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r70|tab",{"_index":2534,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r721|tab",{"_index":2531,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r73|tab",{"_index":2544,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r74|tab",{"_index":2545,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r75|tab",{"_index":2547,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r76.1|tab",{"_index":2548,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r76.2|tab",{"_index":2535,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r83.2|tab",{"_index":2537,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r83.3|tab",{"_index":2563,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r83|tab",{"_index":2553,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r93|tab",{"_index":2546,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r973|tab",{"_index":2555,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r974.2",{"_index":2561,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r974|tab",{"_index":2554,"title":{},"body":{"miscellaneous/variables.html":{}}}],["re",{"_index":374,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["read",{"_index":509,"title":{},"body":{"contributing.html":{}}}],["readman",{"_index":2519,"title":{},"body":{"miscellaneous/variables.html":{}}}],["really",{"_index":499,"title":{},"body":{"contributing.html":{}}}],["rebel",{"_index":2673,"title":{},"body":{"miscellaneous/variables.html":{}}}],["reduce((previousvalue",{"_index":359,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["refer",{"_index":734,"title":{},"body":{"index.html":{}}}],["regarding",{"_index":105,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["regex",{"_index":435,"title":{},"body":{"classes/ReTree.html":{},"index.html":{}}}],["regex.and.every((item",{"_index":445,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.exec(str",{"_index":450,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.not",{"_index":449,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.or.some((item",{"_index":448,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.reduce((res",{"_index":452,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.test(str",{"_index":443,"title":{},"body":{"classes/ReTree.html":{}}}],["regexp",{"_index":442,"title":{},"body":{"classes/ReTree.html":{}}}],["regexp(`\\\\b(101g9|80g9|a101it)\\\\b|qilive",{"_index":2179,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\b(argus",{"_index":2590,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\b(pem63|plt1023g|plt1041|plt1044|plt1044g|plt1091|plt4311|plt4311pl|plt4315|plt7030",{"_index":2422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\b(v975i|vi30|vx530|v701|vi60|v701s|vi50|v801s|v719|vx610w|vx610w|v819i|vi10|vx580w|vi10",{"_index":2777,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\blg\\\\b;|lg",{"_index":1595,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\bsamsung\\\\b|sm",{"_index":990,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`^.*padfone((?!mobile).)*$|transformer|tf101|tf101g|tf300t|tf300tg|tf300tl|tf700t|tf700kl",{"_index":2026,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android",{"_index":2054,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android.*(bq)?.*(elcano|curie|edison|maxwell|kepler|pascal|tesla|hypatia|platon|newton",{"_index":2245,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android.*\\\\b(tab210|tab211|tab224|tab250|tab260|tab264|tab310|tab360|tab364|tab410|tab411",{"_index":2124,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android.*\\\\b97d\\\\b|tablet(?!.*pc)|bntv250a|mid",{"_index":2886,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`freetab",{"_index":2566,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`goclever",{"_index":2521,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`kidspad",{"_index":2699,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`kindle|silk.*accelerated|android.*\\\\b(kfot|kftt|kfjwi|kfjwa|kfote|kfsowi|kfthwi|kfthwa|kfapwi",{"_index":2011,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`kite",{"_index":1640,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`lenovo",{"_index":2095,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`m9701|m9000|m9100|m806|m1052|m806|t703|mid701|mid713|mid710|mid727|mid760|mid830|mid728|mid933",{"_index":2211,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mediapad|mediapad",{"_index":2249,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mid1042|mid1045|mid1125|mid1126|mid7012|mid7014|mid7015|mid7034|mid7035|mid7036|mid7042|mid7048",{"_index":2208,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mitab",{"_index":2819,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`motorola|droidx|droid",{"_index":980,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mp11",{"_index":2805,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`msi",{"_index":2215,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`navipad|tb",{"_index":2292,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`nettab|nt",{"_index":2739,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`ov",{"_index":2472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`pantech|im",{"_index":1609,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`pmp3170b|pmp3270b|pmp3470b|pmp7170b|pmp3370b|pmp3570c|pmp5870c|pmp3670b|pmp5570c",{"_index":2089,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`samsung.*tablet|galaxy.*tab|sc",{"_index":1799,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`sony.*tablet|xperia",{"_index":2195,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`t98",{"_index":2752,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tab",{"_index":2438,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tablet",{"_index":2662,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tapatalk|pda;|sagem|\\\\bmmp\\\\b|pocket|\\\\bpsp\\\\b|symbian|smartphone|smartfon|treo|up.browser",{"_index":1685,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tblt10q|tblt10i|tbl",{"_index":2857,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tpc7102|tpc7103|tpc7105|tpc7106|tpc7107|tpc7201|tpc7203|tpc7205|tpc7210|tpc7708|tpc7709",{"_index":2429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(regex",{"_index":440,"title":{},"body":{"classes/ReTree.html":{}}}],["regular",{"_index":654,"title":{},"body":{"index.html":{}}}],["relative",{"_index":132,"title":{},"body":{"components/AppComponent.html":{}}}],["relevant",{"_index":547,"title":{},"body":{"contributing.html":{}}}],["repo",{"_index":495,"title":{},"body":{"contributing.html":{}}}],["reporting",{"_index":508,"title":{},"body":{"contributing.html":{}}}],["reproduced",{"_index":511,"title":{},"body":{"contributing.html":{}}}],["request",{"_index":257,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"index.html":{}}}],["requests",{"_index":488,"title":{},"body":{"contributing.html":{}}}],["required",{"_index":565,"title":{},"body":{"contributing.html":{}}}],["res",{"_index":376,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{}}}],["res[1",{"_index":378,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["reset",{"_index":123,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppServerModule.html":{},"overview.html":{}}}],["resetdeviceinfo",{"_index":29,"title":{},"body":{"components/AppComponent.html":{}}}],["restriction",{"_index":769,"title":{},"body":{"license.html":{}}}],["results",{"_index":191,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["retree",{"_index":277,"title":{"classes/ReTree.html":{}},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["return",{"_index":90,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["returns",{"_index":51,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["revolution|finity",{"_index":2680,"title":{},"body":{"miscellaneous/variables.html":{}}}],["right",{"_index":149,"title":{},"body":{"components/AppComponent.html":{}}}],["rights",{"_index":772,"title":{},"body":{"license.html":{}}}],["rm",{"_index":2627,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rockchiptablet",{"_index":2239,"title":{},"body":{"miscellaneous/variables.html":{}}}],["root",{"_index":14,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["rossmoortablet",{"_index":2626,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rotate(45deg",{"_index":152,"title":{},"body":{"components/AppComponent.html":{}}}],["rt10a",{"_index":2884,"title":{},"body":{"miscellaneous/variables.html":{}}}],["run",{"_index":594,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["running",{"_index":691,"title":{},"body":{"index.html":{}}}],["rv:48.0",{"_index":1679,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rv:49.0|mobile",{"_index":1677,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxjs",{"_index":636,"title":{},"body":{"dependencies.html":{}}}],["s1",{"_index":2403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s105|sgh",{"_index":1380,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s2|genius",{"_index":2396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s307|sgh",{"_index":1381,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3110|gt",{"_index":1125,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3310|gt",{"_index":1126,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3350|gt",{"_index":1127,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3353|gt",{"_index":1128,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3370|gt",{"_index":1129,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3650|gt",{"_index":1130,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3653|gt",{"_index":1131,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3770",{"_index":1132,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3850|gt",{"_index":1133,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5210|gt",{"_index":1134,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5220|gt",{"_index":1135,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5229|gt",{"_index":1136,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5230|gt",{"_index":996,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5233|gt",{"_index":1137,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5250|gt",{"_index":1138,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5253|gt",{"_index":1139,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5260|gt",{"_index":1140,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5263|gt",{"_index":1141,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5270",{"_index":1142,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5300|gt",{"_index":1143,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5300|s602|s603|s5100|s5110|s601|s7100a|p3000f|p3000s|p101|p200s|p1000m|p200m|p9100|p1000s|s6600b|s908",{"_index":2659,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5301|gt",{"_index":1549,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5310|gt",{"_index":1543,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5312",{"_index":1542,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5330|gt",{"_index":1144,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5350|gt",{"_index":1145,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5360b|gt",{"_index":1537,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5360|gt",{"_index":1146,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5363|gt",{"_index":1147,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5369|gt",{"_index":1148,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5380d|gt",{"_index":1150,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5380|gt",{"_index":1149,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5560|gt",{"_index":1151,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5570|gt",{"_index":1152,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5600",{"_index":1153,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5603|gt",{"_index":1154,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5610|gt",{"_index":1155,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5620|gt",{"_index":1156,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5660|gt",{"_index":1157,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5670|gt",{"_index":1158,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5690|gt",{"_index":1159,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5750|gt",{"_index":1160,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5780|gt",{"_index":1161,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5830|gt",{"_index":1162,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5839|gt",{"_index":1163,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6102",{"_index":1164,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6310|gt",{"_index":1541,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6312|gt",{"_index":1540,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6500|gt",{"_index":1165,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6790n|sm",{"_index":1546,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6802|gt",{"_index":1539,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7",{"_index":2261,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7070|gt",{"_index":1166,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7200|gt",{"_index":1167,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7220|gt",{"_index":1168,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7230|gt",{"_index":1169,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7233|gt",{"_index":1170,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7250|gt",{"_index":1171,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7392|gt",{"_index":1553,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s73|tab",{"_index":2543,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7500|gt",{"_index":1172,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7530e|gt",{"_index":1558,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7530|gt",{"_index":1173,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7550|gt",{"_index":1174,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7560",{"_index":1554,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7562",{"_index":1175,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7582|gt",{"_index":1557,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7710|gt",{"_index":1176,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7|s7",{"_index":2253,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8000|gt",{"_index":1177,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8003|gt",{"_index":1178,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8500|gt",{"_index":1179,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8530|gt",{"_index":1180,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8600|sch",{"_index":1181,"title":{},"body":{"miscellaneous/variables.html":{}}}],["safari",{"_index":838,"title":{},"body":{"miscellaneous/variables.html":{}}}],["same",{"_index":563,"title":{},"body":{"contributing.html":{}}}],["samsung",{"_index":851,"title":{},"body":{"miscellaneous/variables.html":{}}}],["samsungtablet",{"_index":1798,"title":{},"body":{"miscellaneous/variables.html":{}}}],["savein",{"_index":673,"title":{},"body":{"index.html":{}}}],["sch",{"_index":1187,"title":{},"body":{"miscellaneous/variables.html":{}}}],["se",{"_index":943,"title":{},"body":{"miscellaneous/variables.html":{}}}],["section",{"_index":573,"title":{},"body":{"contributing.html":{}}}],["see",{"_index":116,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["selector",{"_index":12,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["selenium",{"_index":236,"title":{},"body":{"classes/AppPage.html":{}}}],["sell",{"_index":779,"title":{},"body":{"license.html":{}}}],["send",{"_index":486,"title":{},"body":{"contributing.html":{}}}],["sending",{"_index":533,"title":{},"body":{"contributing.html":{}}}],["server",{"_index":252,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["serverapp",{"_index":218,"title":{},"body":{"modules/AppModule.html":{}}}],["servermodule",{"_index":251,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["servethe",{"_index":723,"title":{},"body":{"index.html":{}}}],["service",{"_index":334,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"index.html":{}}}],["setdeviceinfo",{"_index":279,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["setdeviceinfo(ua",{"_index":295,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["sets",{"_index":332,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["sgh",{"_index":1254,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sgp612|sgp712",{"_index":2201,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sgpt111|sgpt112|sgpt113|sgpt131|sgpt132|sgpt133|sgpt211|sgpt212|sgpt213|sgp311|sgp312|sgp321|ebrd1101",{"_index":2199,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shall",{"_index":788,"title":{},"body":{"license.html":{}}}],["share",{"_index":494,"title":{},"body":{"contributing.html":{}}}],["shine",{"_index":2642,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shine|fine7",{"_index":2415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shv",{"_index":1856,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shw",{"_index":1869,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shy",{"_index":528,"title":{},"body":{"contributing.html":{}}}],["simvalley",{"_index":932,"title":{},"body":{"miscellaneous/variables.html":{}}}],["size",{"_index":167,"title":{},"body":{"components/AppComponent.html":{}}}],["skktablet",{"_index":2651,"title":{},"body":{"miscellaneous/variables.html":{}}}],["skypad|phoenix|cyclops",{"_index":2652,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sl101|\\\\bk00f\\\\b|\\\\bk00c\\\\b|\\\\bk00e\\\\b|\\\\bk00l\\\\b|tx201la|me176c|me102a|\\\\bm80ta\\\\b|me372cl",{"_index":2029,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slate",{"_index":2017,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slatebook",{"_index":2024,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slider",{"_index":2028,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim",{"_index":1649,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim|cink",{"_index":1648,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim|m2",{"_index":2263,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim|sublim",{"_index":1652,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sm",{"_index":1566,"title":{},"body":{"miscellaneous/variables.html":{}}}],["small",{"_index":568,"title":{},"body":{"contributing.html":{}}}],["smart",{"_index":2623,"title":{},"body":{"miscellaneous/variables.html":{}}}],["smarttab",{"_index":2619,"title":{},"body":{"miscellaneous/variables.html":{}}}],["smart|nexo",{"_index":2853,"title":{},"body":{"miscellaneous/variables.html":{}}}],["smittablet",{"_index":2232,"title":{},"body":{"miscellaneous/variables.html":{}}}],["software",{"_index":765,"title":{},"body":{"license.html":{}}}],["sony",{"_index":920,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sonyst|sonylt|sonyericsson|sonyericssonlt15iv|lt18i|e10i|lt28h|lt26w|sonyericssonmt27i|c5303|c6902|c6903|c6906|c6943|d2533",{"_index":1603,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sonytablet",{"_index":2194,"title":{},"body":{"miscellaneous/variables.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["sp10egp|m",{"_index":2830,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp10eg|m",{"_index":2829,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp10hxah|m",{"_index":2831,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp10hxbh|m",{"_index":2833,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp7hxah|m",{"_index":2832,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp8hxah|m",{"_index":2834,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp8mxa",{"_index":2835,"title":{},"body":{"miscellaneous/variables.html":{}}}],["space|evo|xpress|noon)|\\bxelio\\b|xelio10pro|xelio7phonetab|xelio10extreme|xeliopt2|neo_quad10",{"_index":2735,"title":{},"body":{"miscellaneous/variables.html":{}}}],["spark",{"_index":2191,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sph",{"_index":1464,"title":{},"body":{"miscellaneous/variables.html":{}}}],["spirit",{"_index":2663,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ssr",{"_index":655,"title":{},"body":{"index.html":{}}}],["st10416",{"_index":2371,"title":{},"body":{"miscellaneous/variables.html":{}}}],["started",{"_index":472,"title":{"contributing.html":{},"index.html":{},"license.html":{}},"body":{"index.html":{}}}],["statements",{"_index":589,"title":{},"body":{"coverage.html":{}}}],["stating",{"_index":558,"title":{},"body":{"contributing.html":{}}}],["steelcore|newbase|basecore|baseone|exellen|quattor|edutab|solution|action|basictab|teddytab",{"_index":2473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["storextablet",{"_index":2614,"title":{},"body":{"miscellaneous/variables.html":{}}}],["str",{"_index":437,"title":{},"body":{"classes/ReTree.html":{}}}],["streak",{"_index":2121,"title":{},"body":{"miscellaneous/variables.html":{}}}],["streak|aero|venue|venue",{"_index":977,"title":{},"body":{"miscellaneous/variables.html":{}}}],["string",{"_index":270,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AppComponent.html":{}}}],["styleurls",{"_index":15,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["style|fine9",{"_index":2417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["style|idea|zaa|hitz",{"_index":1654,"title":{},"body":{"miscellaneous/variables.html":{}}}],["subject",{"_index":784,"title":{},"body":{"license.html":{}}}],["sublicense",{"_index":777,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":790,"title":{},"body":{"license.html":{}}}],["summary",{"_index":569,"title":{},"body":{"contributing.html":{}}}],["sunset|goa(?!nna)|lenny|barry|iggy|ozzy|cink",{"_index":1643,"title":{},"body":{"miscellaneous/variables.html":{}}}],["super(platformid",{"_index":267,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["super.setdeviceinfo((request.headers['user",{"_index":269,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["support",{"_index":817,"title":{},"body":{"modules.html":{}}}],["supreme|impresspeed|izzycomm|essential",{"_index":2174,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sure",{"_index":506,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["surfacetablet",{"_index":2013,"title":{},"body":{"miscellaneous/variables.html":{}}}],["svg",{"_index":818,"title":{},"body":{"modules.html":{}}}],["sync",{"_index":2488,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s|galaxy.*nexus|android.*nexus.*mobile|nexus",{"_index":974,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s|so",{"_index":2197,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t",{"_index":2882,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t1",{"_index":2386,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t100k",{"_index":1619,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t109|sgh",{"_index":1382,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t110",{"_index":1904,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t111|sm",{"_index":1910,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t113nu|sm",{"_index":2002,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t113|sm",{"_index":1974,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t116bu|sm",{"_index":1960,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t116nq|sm",{"_index":1959,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t119|sgh",{"_index":1383,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t1200|mtv",{"_index":2235,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t139|sgh",{"_index":1384,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t209|sgh",{"_index":1385,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t2105|sm",{"_index":1911,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t210r|sm",{"_index":1890,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t210x|sm",{"_index":1931,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t210|sm",{"_index":1889,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t211|sm",{"_index":1891,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217a|sm",{"_index":1899,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217s|sm",{"_index":1900,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217t|sm",{"_index":1956,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217|sm",{"_index":1898,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t219",{"_index":1386,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t229|sgh",{"_index":1387,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t230nu|sm",{"_index":1920,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t230x|sm",{"_index":1933,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t230|sm",{"_index":1932,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t237|sm",{"_index":1953,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t239|sgh",{"_index":1388,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t249|sgh",{"_index":1389,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t2558|gt",{"_index":1582,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t259|sgh",{"_index":1390,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t280|sm",{"_index":1993,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t285|sm",{"_index":2005,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t290|shw",{"_index":1861,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t3",{"_index":2251,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t300|sch",{"_index":1221,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t309|sgh",{"_index":1391,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t3100|sgh",{"_index":1902,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t310x|sm",{"_index":1888,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t310|sm",{"_index":1887,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t311|sm",{"_index":1886,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t315|sm",{"_index":1912,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t319|sgh",{"_index":1392,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t320x|sm",{"_index":1914,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t320|sm",{"_index":1913,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t321",{"_index":1915,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t325|gt",{"_index":1934,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t329|sgh",{"_index":1393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t330",{"_index":1938,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t330nu|sm",{"_index":1921,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t331|sm",{"_index":1943,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t335|sm",{"_index":1975,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t337a|sm",{"_index":1949,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t337t|sm",{"_index":1957,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t337v|sm",{"_index":1925,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t339|sgh",{"_index":1394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t349|sgh",{"_index":1395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t350|sm",{"_index":1962,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t355y?|sm",{"_index":1992,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t357t|sm",{"_index":1982,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t359|sgh",{"_index":1396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t360|sm",{"_index":1972,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t369",{"_index":1397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t377|sm",{"_index":1980,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t379|sgh",{"_index":1398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t385m|sm",{"_index":1884,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t409|sgh",{"_index":1399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t429|sgh",{"_index":1400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t439|sgh",{"_index":1401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t459|sgh",{"_index":1402,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t469|sgh",{"_index":1403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t479|sgh",{"_index":1404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t499|sgh",{"_index":1405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t500|sm",{"_index":1937,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t509|sgh",{"_index":1406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t510|sm",{"_index":1916,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t519|sgh",{"_index":1407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t520|sm",{"_index":1917,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t525|sm",{"_index":1918,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t530nu|sm",{"_index":1919,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t530|sm",{"_index":1939,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t531|sm",{"_index":1936,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t533",{"_index":1973,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t535|sm",{"_index":1942,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t537a",{"_index":1950,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t537v",{"_index":1926,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t537|sm",{"_index":1946,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t539",{"_index":1408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t550|sm",{"_index":1963,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t555|sm",{"_index":1983,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t559|sgh",{"_index":1409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t560|sm",{"_index":1977,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t561|sm",{"_index":1984,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t567|sm",{"_index":1981,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t580|sm",{"_index":1990,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t585|sm",{"_index":2004,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t587|sm",{"_index":1998,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t589|sgh",{"_index":1410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t590|sm",{"_index":1991,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t609|sgh",{"_index":1411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t619|sgh",{"_index":1412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t629|sgh",{"_index":1413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t639|sgh",{"_index":1414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t659|sgh",{"_index":1415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t669|sgh",{"_index":1416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t670|sm",{"_index":1978,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t677|sm",{"_index":1979,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t679|sgh",{"_index":1417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t700|sm",{"_index":1945,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t705c|sm",{"_index":1941,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t705y|sm",{"_index":1966,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t705|sm",{"_index":1940,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t707a|sm",{"_index":1951,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t707v|sm",{"_index":1927,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t709|sgh",{"_index":1418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t710|sm",{"_index":1969,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t713",{"_index":1985,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t715|sm",{"_index":1976,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t719",{"_index":1419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t719|sm",{"_index":1986,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t72",{"_index":2552,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t725|sm",{"_index":1987,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t729|sgh",{"_index":1420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t739|sgh",{"_index":1421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t746|sgh",{"_index":1422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t749|sgh",{"_index":1423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t759|sgh",{"_index":1424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t769|sgh",{"_index":1425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t76|tab",{"_index":2533,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t779|sch",{"_index":1834,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t800|sm",{"_index":1944,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t805|gt",{"_index":1967,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807a|sm",{"_index":1952,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807p|sm",{"_index":1954,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807t|sm",{"_index":1958,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807v|sm",{"_index":1928,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807|sm",{"_index":1947,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t809|sgh",{"_index":1426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t810|sm",{"_index":1970,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t813|sm",{"_index":1988,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t815y|sm",{"_index":2003,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t815|sm",{"_index":1971,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t817a|sm",{"_index":1994,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t819|sgh",{"_index":1427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t819|sm",{"_index":1989,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t820|sm",{"_index":1995,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t825|sm",{"_index":2006,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t835|sm",{"_index":2008,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t839|sgh",{"_index":1428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t849|sgh",{"_index":1818,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t859|sgh",{"_index":1819,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t865|sm",{"_index":1860,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t869|sph",{"_index":1820,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t9000|sm",{"_index":1964,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t900|xe500t1c|sm",{"_index":1922,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t919|sgh",{"_index":1429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t929",{"_index":1430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t939|sgh",{"_index":1431,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t959|sgh",{"_index":1432,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t989|sgh",{"_index":1433,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t999l|gt",{"_index":1536,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab",{"_index":2394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab07",{"_index":2130,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab08",{"_index":2142,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab10",{"_index":2153,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab2",{"_index":2625,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab2)\\b",{"_index":2411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab3|smart",{"_index":2410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab420|tab424|tab450|tab460|tab461|tab464|tab465|tab467|tab468|tab07",{"_index":2125,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab\\b",{"_index":2801,"title":{},"body":{"miscellaneous/variables.html":{}}}],["table",{"_index":243,"title":{},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":621,"title":{},"body":{"coverage.html":{}}}],["tablet",{"_index":125,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["tablets_re",{"_index":617,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["tablet|elitebook.*touch|hp",{"_index":2021,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tablet|sony",{"_index":2196,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tablet|yt3",{"_index":2099,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|\\\\bm6pro\\\\b|ct1020w|arc",{"_index":2893,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|a7goclever|m1042|m7841|m742|r1042bk|r1041|tab",{"_index":2522,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|c820|c720|\\bct",{"_index":2816,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|concorde",{"_index":2518,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct1",{"_index":2815,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct2",{"_index":2814,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct3",{"_index":2813,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct9",{"_index":2812,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|endeavour",{"_index":2890,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|idea(tab|pad",{"_index":2096,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|tab1004",{"_index":2164,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tb",{"_index":2328,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tb07sta|tb10sta|tb07fta|tb10fta",{"_index":2282,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tba",{"_index":2863,"title":{},"body":{"miscellaneous/variables.html":{}}}],["teclasttablet",{"_index":2751,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tecno",{"_index":2654,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tecnotablet",{"_index":2653,"title":{},"body":{"miscellaneous/variables.html":{}}}],["telepad795|megapad",{"_index":2718,"title":{},"body":{"miscellaneous/variables.html":{}}}],["telstratablet",{"_index":2881,"title":{},"body":{"miscellaneous/variables.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AppComponent.html":{}}}],["templateurl",{"_index":17,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["tesla",{"_index":911,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tesla\\/([0",{"_index":951,"title":{},"body":{"miscellaneous/variables.html":{}}}],["test",{"_index":119,"title":{},"body":{"components/AppComponent.html":{},"classes/ReTree.html":{}}}],["test(str",{"_index":438,"title":{},"body":{"classes/ReTree.html":{}}}],["tests",{"_index":490,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["testto",{"_index":715,"title":{},"body":{"index.html":{}}}],["texettablet",{"_index":2291,"title":{},"body":{"miscellaneous/variables.html":{}}}],["text",{"_index":161,"title":{},"body":{"components/AppComponent.html":{}}}],["text')).gettext",{"_index":241,"title":{},"body":{"classes/AppPage.html":{}}}],["tf701t|tf810c|me171|me301t|me302c|me371mg|me370t|me372mg|me172v|me173x|me400c",{"_index":2027,"title":{},"body":{"miscellaneous/variables.html":{}}}],["thank",{"_index":576,"title":{},"body":{"contributing.html":{}}}],["there's",{"_index":538,"title":{},"body":{"contributing.html":{}}}],["thing",{"_index":564,"title":{},"body":{"contributing.html":{}}}],["this.applydevice",{"_index":86,"title":{},"body":{"components/AppComponent.html":{}}}],["this.browser",{"_index":372,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.browser_version",{"_index":370,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.device",{"_index":395,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.deviceinfo",{"_index":87,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.getdeviceinfo",{"_index":88,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.isdesktop",{"_index":93,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.ismobile",{"_index":91,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.istablet",{"_index":92,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.setdeviceinfo(useragent",{"_index":94,"title":{},"body":{"components/AppComponent.html":{}}}],["this.devicetype",{"_index":386,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.epicfunction",{"_index":679,"title":{},"body":{"index.html":{}}}],["this.exec(str",{"_index":453,"title":{},"body":{"classes/ReTree.html":{}}}],["this.getdeviceinfo",{"_index":95,"title":{},"body":{"components/AppComponent.html":{}}}],["this.isdesktop(this.useragent",{"_index":391,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.ismobile(this.useragent",{"_index":389,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.ismobile(useragent",{"_index":408,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.istablet",{"_index":387,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.istablet(useragent",{"_index":398,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.orientation",{"_index":380,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.os",{"_index":394,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.os_version",{"_index":396,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.exec(ua",{"_index":377,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.test(this.useragent",{"_index":347,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.test(ua",{"_index":353,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.test(useragent",{"_index":401,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.setdeviceinfo(this.useragent",{"_index":327,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.test(str",{"_index":446,"title":{},"body":{"classes/ReTree.html":{}}}],["this.ua",{"_index":50,"title":{},"body":{"components/AppComponent.html":{}}}],["this.useragent",{"_index":287,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["this[mapping.prop",{"_index":341,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this[mapping.prop][currentvalue",{"_index":368,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["threads",{"_index":549,"title":{},"body":{"contributing.html":{}}}],["through",{"_index":520,"title":{},"body":{"contributing.html":{}}}],["time",{"_index":580,"title":{},"body":{"contributing.html":{}}}],["tips",{"_index":504,"title":{},"body":{"contributing.html":{}}}],["titanium(hd",{"_index":2183,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tm",{"_index":2303,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tolino",{"_index":2640,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tolinotablet",{"_index":2639,"title":{},"body":{"miscellaneous/variables.html":{}}}],["took",{"_index":579,"title":{},"body":{"contributing.html":{}}}],["top",{"_index":140,"title":{},"body":{"components/AppComponent.html":{}}}],["tort",{"_index":812,"title":{},"body":{"license.html":{}}}],["toshibatablet",{"_index":2069,"title":{},"body":{"miscellaneous/variables.html":{}}}],["touchpad.*[78910]|\\btouchtab\\b",{"_index":2277,"title":{},"body":{"miscellaneous/variables.html":{}}}],["touch|\\bk080\\b|\\bvox\\b",{"_index":2287,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc",{"_index":2783,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc10111|tpc10203|tpc10205|tpc10503",{"_index":2432,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc7712|tpc7110|tpc8101|tpc8103|tpc8105|tpc8106|tpc8203|tpc8205|tpc8503|tpc9106|tpc9701|tpc97101|tpc97103",{"_index":2430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc97105|tpc97106|tpc97111|tpc97113|tpc97203|tpc97603|tpc97809|tpc97205|tpc10101|tpc10103|tpc10106",{"_index":2431,"title":{},"body":{"miscellaneous/variables.html":{}}}],["transform",{"_index":151,"title":{},"body":{"components/AppComponent.html":{},"pipes/KeysPipe.html":{}}}],["transform(value",{"_index":415,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AppComponent.html":{}}}],["trekstortablet",{"_index":2370,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tried",{"_index":512,"title":{},"body":{"contributing.html":{}}}],["true",{"_index":404,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["try",{"_index":81,"title":{},"body":{"components/AppComponent.html":{}}}],["ts",{"_index":713,"title":{},"body":{"index.html":{}}}],["tscto",{"_index":711,"title":{},"body":{"index.html":{}}}],["tslib",{"_index":638,"title":{},"body":{"dependencies.html":{}}}],["tslint:disable",{"_index":964,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tunes",{"_index":2617,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tv",{"_index":908,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tv|frenzy|quasar|shine|tx1|ax1|ax2",{"_index":2177,"title":{},"body":{"miscellaneous/variables.html":{}}}],["two",{"_index":561,"title":{},"body":{"contributing.html":{}}}],["tx",{"_index":2434,"title":{},"body":{"miscellaneous/variables.html":{}}}],["type",{"_index":42,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["typeof",{"_index":324,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{}}}],["typescript",{"_index":742,"title":{},"body":{"index.html":{}}}],["u100|sgh",{"_index":1434,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u1|me",{"_index":2483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u200|sgh",{"_index":1435,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u2|me",{"_index":2484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u310|sch",{"_index":1222,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u320|sch",{"_index":1223,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u350|sch",{"_index":1224,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u360|sch",{"_index":1225,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u365|sch",{"_index":1226,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u370|sch",{"_index":1227,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u380|sch",{"_index":1228,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u410|sch",{"_index":1229,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u430|sch",{"_index":1230,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u450",{"_index":1231,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u460|sch",{"_index":1232,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u470|sch",{"_index":1233,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u490|sch",{"_index":1234,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u540|sch",{"_index":1235,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u550|sch",{"_index":1236,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u620|sch",{"_index":1237,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u640|sch",{"_index":1238,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u650|sch",{"_index":1239,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u660|sch",{"_index":1240,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u700|sch",{"_index":1241,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u740",{"_index":1242,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u750|sch",{"_index":1243,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u800|sgh",{"_index":1436,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u810|sch",{"_index":1244,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u820|sch",{"_index":1245,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u8gt",{"_index":2206,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u900|sch",{"_index":1246,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u940|sch",{"_index":1247,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u960|scs",{"_index":1248,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ua",{"_index":23,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["ubislate[\\s]?7c",{"_index":2871,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ubislatetablet",{"_index":2870,"title":{},"body":{"miscellaneous/variables.html":{}}}],["uc",{"_index":861,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ucbrowser",{"_index":853,"title":{},"body":{"miscellaneous/variables.html":{}}}],["uknown",{"_index":963,"title":{},"body":{"miscellaneous/variables.html":{}}}],["undefined",{"_index":326,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["unique",{"_index":2666,"title":{},"body":{"miscellaneous/variables.html":{}}}],["unit",{"_index":543,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["universal",{"_index":693,"title":{},"body":{"index.html":{}}}],["universaldevicedetectorservice",{"_index":262,"title":{"injectables/UniversalDeviceDetectorService.html":{}},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["unix",{"_index":1688,"title":{},"body":{"miscellaneous/variables.html":{}}}],["unknown",{"_index":315,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["up",{"_index":724,"title":{},"body":{"index.html":{}}}],["up.link|vodafone|\\\\bwap\\\\b|nokia|nokia|series40|series60|s60|sonyericsson|n900|maui.*wap.*browser",{"_index":1686,"title":{},"body":{"miscellaneous/variables.html":{}}}],["update",{"_index":566,"title":{},"body":{"contributing.html":{}}}],["updates",{"_index":729,"title":{},"body":{"index.html":{}}}],["usage",{"_index":299,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["use",{"_index":650,"title":{},"body":{"index.html":{},"license.html":{}}}],["useclass",{"_index":272,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["used",{"_index":741,"title":{},"body":{"index.html":{}}}],["useful",{"_index":103,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["user",{"_index":109,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["useragent",{"_index":49,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["useragentinputval",{"_index":24,"title":{},"body":{"components/AppComponent.html":{}}}],["using",{"_index":106,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{},"index.html":{}}}],["v07ot2|tm105a|s10ot1|tr10cs1",{"_index":2613,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v1.5.2",{"_index":651,"title":{},"body":{"index.html":{}}}],["v10",{"_index":2501,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v205|sgh",{"_index":1437,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v206|sgh",{"_index":1438,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v4",{"_index":2498,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v400|lg",{"_index":2080,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v410|lg",{"_index":2079,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v5",{"_index":2500,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v500|lg",{"_index":2078,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v510|lg",{"_index":2077,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v700|lg",{"_index":2076,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v711s|v813|v811|v820w|v820|vi20|v711|vi30w|v712|v891w|v972|v819w|v820w|vi60|v820w|v711|v813s|v801|v819",{"_index":2778,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v900|lg",{"_index":2075,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v909|lg",{"_index":2074,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v97",{"_index":2495,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v975s|v801|v819|v819|v818|v811|v712|v975m|v101w|v961w|v812|v818|v971|v971s|v919|v989|v116w|v102w|v973",{"_index":2779,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v9\\b|android.*\\bmt7a\\b",{"_index":2170,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v9|\\bzte",{"_index":2169,"title":{},"body":{"miscellaneous/variables.html":{}}}],["value",{"_index":48,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["value.hasownproperty(key",{"_index":423,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["value[key",{"_index":425,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["var",{"_index":187,"title":{},"body":{"components/AppComponent.html":{}}}],["variable",{"_index":595,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":822,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["vb733|vb100a",{"_index":2730,"title":{},"body":{"miscellaneous/variables.html":{}}}],["venue",{"_index":2117,"title":{},"body":{"miscellaneous/variables.html":{}}}],["verizontablet",{"_index":2731,"title":{},"body":{"miscellaneous/variables.html":{}}}],["version",{"_index":25,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{},"index.html":{}}}],["version.full",{"_index":66,"title":{},"body":{"components/AppComponent.html":{}}}],["versustablet",{"_index":2276,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vertu",{"_index":927,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vertu|vertu.*ltd|vertu.*ascent|vertu.*ayxta|vertu.*constellation(f|quest)?|vertu.*monika|vertu.*signature",{"_index":1608,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vi40)\\\\b[\\s]+|v10",{"_index":2780,"title":{},"body":{"miscellaneous/variables.html":{}}}],["view",{"_index":2045,"title":{},"body":{"miscellaneous/variables.html":{}}}],["viewpad",{"_index":2723,"title":{},"body":{"miscellaneous/variables.html":{}}}],["viewsonictablet",{"_index":2722,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vision",{"_index":2243,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vista",{"_index":1714,"title":{},"body":{"miscellaneous/variables.html":{}}}],["visturetablet",{"_index":2494,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vita",{"_index":888,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vita\\b",{"_index":890,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vk810\\b",{"_index":2081,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vn530|vs660|vs700|vs740|vs750|vs910|vs920|vs930|vx9200|vx11000|ax840a|lw770|p506|p925|p999|e612|d955|d802",{"_index":1601,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vodafonetablet",{"_index":2618,"title":{},"body":{"miscellaneous/variables.html":{}}}],["void",{"_index":52,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/functions.html":{}}}],["voninotablet",{"_index":2589,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w09",{"_index":2267,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w09|ags",{"_index":2266,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w100",{"_index":2869,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w230v2|tbl",{"_index":2860,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w450|tbl",{"_index":2861,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w500|sv572|tblt7i",{"_index":2862,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w501p|w510|w511|w700|g100|g100w|b1",{"_index":2056,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w700|sm",{"_index":1996,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w708|sm",{"_index":2007,"title":{},"body":{"miscellaneous/variables.html":{}}}],["want",{"_index":500,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["warranties",{"_index":797,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":793,"title":{},"body":{"license.html":{}}}],["way",{"_index":560,"title":{},"body":{"contributing.html":{}}}],["ways",{"_index":476,"title":{},"body":{"contributing.html":{}}}],["wcdma|logicpd",{"_index":2887,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wdpromise",{"_index":235,"title":{},"body":{"classes/AppPage.html":{}}}],["wdpromise.promise",{"_index":228,"title":{},"body":{"classes/AppPage.html":{}}}],["webdriver",{"_index":237,"title":{},"body":{"classes/AppPage.html":{}}}],["whether",{"_index":288,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"license.html":{}}}],["wide",{"_index":2420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["width",{"_index":137,"title":{},"body":{"components/AppComponent.html":{}}}],["wifi",{"_index":2775,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wiko",{"_index":930,"title":{},"body":{"miscellaneous/variables.html":{}}}],["win",{"_index":1755,"title":{},"body":{"miscellaneous/variables.html":{}}}],["win16",{"_index":1753,"title":{},"body":{"miscellaneous/variables.html":{}}}],["win64",{"_index":882,"title":{},"body":{"miscellaneous/variables.html":{}}}],["window",{"_index":325,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["window.matchmedia",{"_index":379,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["window.matchmedia('(orientation",{"_index":381,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["window.navigator.useragent",{"_index":82,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["windows",{"_index":686,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["windows_10",{"_index":1719,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_2000",{"_index":1707,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_3_11",{"_index":1697,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_7",{"_index":1715,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_8",{"_index":1718,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_8_1",{"_index":1716,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_95",{"_index":1700,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_98",{"_index":1703,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_ce",{"_index":1705,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_me",{"_index":1702,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_nt_4_0",{"_index":1724,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone",{"_index":902,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone_10",{"_index":1723,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone_7_5",{"_index":1721,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone_8_1",{"_index":1722,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_server_2003",{"_index":1711,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_vista",{"_index":1713,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_xp",{"_index":1709,"title":{},"body":{"miscellaneous/variables.html":{}}}],["without",{"_index":768,"title":{},"body":{"license.html":{}}}],["woldertablet",{"_index":2818,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wolfgang",{"_index":933,"title":{},"body":{"miscellaneous/variables.html":{}}}],["work",{"_index":740,"title":{},"body":{"index.html":{}}}],["working",{"_index":552,"title":{},"body":{"contributing.html":{}}}],["works",{"_index":737,"title":{},"body":{"index.html":{}}}],["wrapper",{"_index":743,"title":{},"body":{"index.html":{}}}],["write",{"_index":489,"title":{},"body":{"contributing.html":{}}}],["wx445|xt300|xt301|xt311|xt316|xt317|xt319|xt320|xt390|xt502|xt530|xt531|xt532|xt535|xt603|xt610|xt611",{"_index":986,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x",{"_index":1727,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x100|sgh",{"_index":1439,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x103f|tb",{"_index":2108,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x105|sgh",{"_index":1440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x10|evolio",{"_index":2794,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x120",{"_index":1441,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x140|sgh",{"_index":1442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x1|me",{"_index":2486,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x2|jade|neon",{"_index":2669,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x304f|tb",{"_index":2109,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x304l|tb",{"_index":2110,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x30l|tb",{"_index":2114,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x426|sgh",{"_index":1443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x427|sgh",{"_index":1444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x475|sgh",{"_index":1445,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x495|sgh",{"_index":1446,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x497|sgh",{"_index":1447,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x507|sgh",{"_index":1448,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x600|sgh",{"_index":1449,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x606f|tb",{"_index":2107,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x610|sgh",{"_index":1450,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x620|sgh",{"_index":1451,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x630",{"_index":1452,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x64",{"_index":883,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x700|sgh",{"_index":1453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x704f|tb",{"_index":2111,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x7|evolio",{"_index":2795,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x820|sgh",{"_index":1454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x890|sgh",{"_index":1455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x8|\\bevotab\\b|\\bneura\\b",{"_index":2796,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x90f",{"_index":2102,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x90l|yt3",{"_index":2101,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x90x|lenovo.*(s2109|s2110|s5000|s6000|k3011|a3000|a3500|a1000|a2107|a2109|a1107|a5500|a7600|b6000",{"_index":2104,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x\\s",{"_index":1773,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xenon",{"_index":2184,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xoom|sholest|mz615|mz605|mz505|mz601|mz602|mz603|mz604|mz606|mz607|mz608|mz609|mz615|mz616|mz617",{"_index":2048,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xorotablet",{"_index":2698,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xp",{"_index":1710,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xs",{"_index":2186,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xt615|xt681|xt701|xt702|xt711|xt720|xt800|xt806|xt860|xt862|xt875|xt882|xt883|xt894|xt901|xt907|xt909",{"_index":987,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xt910|xt912|xt928|xt926|xt915|xt919|xt925|xt1021|\\\\bmoto",{"_index":988,"title":{},"body":{"miscellaneous/variables.html":{}}}],["y2|me",{"_index":2487,"title":{},"body":{"miscellaneous/variables.html":{}}}],["yarviktablet",{"_index":2123,"title":{},"body":{"miscellaneous/variables.html":{}}}],["yonestablet",{"_index":2426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["you'll",{"_index":696,"title":{},"body":{"index.html":{}}}],["you're",{"_index":507,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["youth|mediapad",{"_index":2250,"title":{},"body":{"miscellaneous/variables.html":{}}}],["yt3",{"_index":2103,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z1000|z99",{"_index":2279,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z130|sgh",{"_index":1456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z150|sgh",{"_index":1457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z170|sgh",{"_index":1458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z400|swc",{"_index":1527,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zone.js",{"_index":640,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":201,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"overview.html":{}}}],["zoom2",{"_index":2052,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zoom2|\\\\ba7eb\\\\b|catnova8",{"_index":2888,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zx10|sgh",{"_index":1459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zx20|shw",{"_index":1460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zynctablet",{"_index":2278,"title":{},"body":{"miscellaneous/variables.html":{}}}]],"pipeline":["stemmer"]},
-    "store": {"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n                   \n\n\n\n\n\n  Components\n  \n  AppComponent\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n        \n            Template\n        \n        \n            Styles\n        \n        \n            DOM Tree\n        \n\n\n\n    \n    File\n\n\n    projects/demo/src/app/app.component.ts\n\n\n\n\n\n\n\n\n    Metadata\n    \n        \n\n\n\n\n\n\n\n\n\n\n\n            \n                selector\n                app-root\n            \n\n            \n                styleUrls\n                ./app.component.scss\n            \n\n\n\n            \n                templateUrl\n                ./app.component.html\n            \n\n\n\n\n\n\n\n\n        \n    \n\n\n    \n    Index\n    \n        \n                \n                    \n                        Properties\n                    \n                \n                \n                    \n                        \n                            \n                                deviceInfo\n                            \n                            \n                                propsToShow\n                            \n                            \n                                ua\n                            \n                            \n                                userAgentInputVal\n                            \n                            \n                                version\n                            \n                        \n                    \n                \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                applyDevice\n                            \n                            \n                                getDeviceInfo\n                            \n                            \n                                resetDeviceInfo\n                            \n                        \n                    \n                \n\n\n\n\n\n                    \n                        \n                            Accessors\n                        \n                    \n                    \n                        \n                            \n                                \n                                    isMobile\n                                \n                                \n                                    isTablet\n                                \n                                \n                                    isDesktop\n                                \n                            \n                        \n                    \n        \n    \n\n\n    \n    Constructor\n        \n            \n                \n                    \nconstructor(deviceService: DeviceDetectorService)\n                    \n                \n                        \n                            \n                                Defined in projects/demo/src/app/app.component.ts:13\n                            \n                        \n\n                \n                    \n                            \n                                    Parameters :\n                                    \n                                        \n                                            \n                                                Name\n                                                    Type\n                                                Optional\n                                            \n                                        \n                                        \n                                                \n                                                        deviceService\n                                                  \n                                                        \n                                                                        DeviceDetectorService\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                        \n                                    \n                            \n                    \n                \n            \n        \n\n\n\n\n\n\n    \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        applyDevice\n                        \n                    \n                \n            \n            \n                \napplyDevice(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/app.component.ts:39\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.ua\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         void\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        getDeviceInfo\n                        \n                    \n                \n            \n            \n                \ngetDeviceInfo()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/app.component.ts:23\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :         void\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        resetDeviceInfo\n                        \n                    \n                \n            \n            \n                \nresetDeviceInfo()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/app.component.ts:44\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :         void\n\n                    \n                \n            \n        \n    \n\n    \n    \n    \n        Properties\n    \n    \n        \n            \n                \n                    \n                    \n                        deviceInfo\n                        \n                    \n                \n            \n                \n                    \n                        Type :     null\n\n                    \n                \n                \n                    \n                        Default value : null\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:10\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        propsToShow\n                        \n                    \n                \n            \n                \n                    \n                        Type :     []\n\n                    \n                \n                \n                    \n                        Default value : ['userAgent', 'os', 'browser', 'device', 'os_version', 'browser_version', 'deviceType', 'orientation']\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:9\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        ua\n                        \n                    \n                \n            \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:13\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        userAgentInputVal\n                        \n                    \n                \n            \n                \n                    \n                        Type :     null\n\n                    \n                \n                \n                    \n                        Default value : null\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:12\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        version\n                        \n                    \n                \n            \n                \n                    \n                        Default value : VERSION.full\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:11\n                        \n                    \n\n\n        \n    \n\n\n    \n    \n        Accessors\n    \n        \n            \n                \n                    \n                        \n                        isMobile\n                    \n                \n\n                \n                    \n                        getisMobile()\n                    \n                \n                            \n                                \n                                    Defined in projects/demo/src/app/app.component.ts:27\n                                \n                            \n\n            \n        \n        \n            \n                \n                    \n                        \n                        isTablet\n                    \n                \n\n                \n                    \n                        getisTablet()\n                    \n                \n                            \n                                \n                                    Defined in projects/demo/src/app/app.component.ts:31\n                                \n                            \n\n            \n        \n        \n            \n                \n                    \n                        \n                        isDesktop\n                    \n                \n\n                \n                    \n                        getisDesktop()\n                    \n                \n                            \n                                \n                                    Defined in projects/demo/src/app/app.component.ts:35\n                                \n                            \n\n            \n        \n\n\n\n\n    \n        import { Component, VERSION } from '@angular/core';\nimport { DeviceDetectorService } from 'ngx-device-detector';\n@Component({\n  selector: 'app-root',\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.scss'],\n})\nexport class AppComponent {\n  propsToShow = ['userAgent', 'os', 'browser', 'device', 'os_version', 'browser_version', 'deviceType', 'orientation'];\n  deviceInfo = null;\n  version = VERSION.full;\n  userAgentInputVal = null;\n  ua;\n  constructor(private deviceService: DeviceDetectorService) {\n    try {\n      this.ua = window.navigator.userAgent;\n    } catch {\n      console.log('UA not available');\n    }\n    this.applyDevice();\n  }\n\n  getDeviceInfo(): void {\n    this.deviceInfo = this.deviceService.getDeviceInfo();\n  }\n\n  get isMobile(): boolean {\n    return this.deviceService.isMobile();\n  }\n\n  get isTablet(): boolean {\n    return this.deviceService.isTablet();\n  }\n\n  get isDesktop(): boolean {\n    return this.deviceService.isDesktop();\n  }\n\n  applyDevice(userAgent = this.ua): void {\n    this.deviceService.setDeviceInfo(userAgent);\n    this.getDeviceInfo();\n  }\n\n  resetDeviceInfo(): void {\n    this.applyDevice();\n  }\n}\n\n    \n\n    \n        \n  \n    \n      \n    \n    \n      \n        ngx-device-detector\n      \n\n      \n        An Angular 5+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.\n      \n\n      \n        \n        \n        \n        \n      \n      \n    \n    \n      Demo is at Angular version = {{version}}\n    \n    \n      \n        Open this page from different devices to see the appropriate details\n      \n      Device Information\n    \n    \n      \n        \n          Test User Agent\n          \n          Paste the user agent (window.navigator.userAgent) here\n        \n      \n      \n        Apply test user agent\n        Reset device info\n      \n    \n    \n      \n        \n        \n        \n          Mobile\n        \n        \n          Tablet\n        \n        \n          Desktop\n        \n      \n      \n        \n          Property\n          Value\n        \n        \n          {{info.key}}\n          {{info.value}}\n        \n        \n          isDesktop()\n          {{isDesktop}}\n        \n        \n          isMobile()\n          {{isMobile}}\n        \n        \n          isTablet()\n          {{isTablet}}\n        \n      \n    \n  \n\n\n    \n\n    \n                \n                    ./app.component.scss\n                \n                :host {\n  position: relative;\n  display: block;\n}\n#demoApp {\n  max-width: 600px;\n  padding-top: 40px;\n  .demo-container {\n    .github-logo{\n      cursor: pointer;\n      position: absolute;\n      top: 10px;\n      right: 10px;\n      img {\n        width: 40px;\n        transform: rotate(45deg);\n      }\n      &:hover {\n        img {\n          opacity: 0.6;\n        }\n      }\n    }\n    .badges {\n      a {\n        margin-left: 4px;\n        margin-right: 4px;\n      }\n    }\n  }\n\n  .device-icon {\n    text-align: center;\n    padding: 20px;\n\n    .fa {\n      font-size: 100px;\n    }\n  }\n\n  .user-agent {\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    &__input {\n      flex: 1;\n      input {\n        width: 100%;\n      }\n    }\n    &__buttons {\n      display: flex;\n      justify-content: flex-end;\n      > button {\n        &:first-child {\n          margin-right: 10px;\n        }\n      }\n    }\n  }\n}\n\n    \n\n    \n        \n        \n            \n                Legend\n            \n            \n                Html element\n            \n            \n                Component\n            \n            \n                Html element with directive\n            \n        \n    \n\n    \n\n\n\n\n\n\n        var COMPONENT_TEMPLATE = '                                  ngx-device-detector                    An Angular 5+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.                                                                      Demo is at Angular version = {{version}}                      Open this page from different devices to see the appropriate details            Device Information                                Test User Agent                    Paste the user agent (window.navigator.userAgent) here                            Apply test user agent        Reset device info                                                      Mobile                          Tablet                          Desktop                                      Property          Value                          {{info.key}}          {{info.value}}                          isDesktop()          {{isDesktop}}                          isMobile()          {{isMobile}}                          isTablet()          {{isTablet}}                    '\n    var COMPONENTS = [{'name': 'AppComponent', 'selector': 'app-root'}];\n    var DIRECTIVES = [];\n    var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n                   \n\n\n\n\n    Modules\n    AppModule\n\n\n\n    \n        \n\n\n\n\n\ndependencies\n\ndependencies\n\ncluster_AppModule\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_declarations\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nKeysPipe\n\nKeysPipe\n\nAppModule -->\n\nKeysPipe->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent  -->\n\nAppModule->AppComponent \n\n\n\n\n\n\n    \n    \n    \n        Zoom in\n        Reset\n        Zoom out\n    \n\n\n\n\n\n    \n        Info\n    \n    \n        Source\n    \n\n\n\n    \n\n        \n            File\n        \n        \n            projects/demo/src/app/app.module.ts\n        \n\n\n\n\n\n        \n            \n                \n                    Declarations\n                    \n                        \n                            AppComponent\n                        \n                        \n                            KeysPipe\n                        \n                    \n                \n                \n                    Bootstrap\n                    \n                        \n                            AppComponent\n                        \n                    \n                \n            \n        \n\n\n    \n\n\n    \n        import { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\nimport { KeysPipe } from './pipes/keys.pipe';\nimport { CommonModule } from '@angular/common';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\n\n@NgModule({\n  declarations: [AppComponent, KeysPipe],\n  imports: [NoopAnimationsModule, BrowserModule.withServerTransition({ appId: 'serverApp' }), CommonModule],\n  providers: [],\n  bootstrap: [AppComponent],\n})\nexport class AppModule {}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"classes/AppPage.html":{"url":"classes/AppPage.html","title":"class - AppPage","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n  Classes\n  AppPage\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/demo/e2e/src/app.po.ts\n        \n\n\n\n\n\n\n            \n    Index\n    \n        \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                getDemoHeadingText\n                            \n                            \n                                getDeviceInfoElements\n                            \n                            \n                                getParagraphText\n                            \n                            \n                                navigateTo\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        getDemoHeadingText\n                        \n                    \n                \n            \n            \n                \ngetDemoHeadingText()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:9\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     wdpromise.Promise\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        getDeviceInfoElements\n                        \n                    \n                \n            \n            \n                \ngetDeviceInfoElements()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:13\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     ElementArrayFinder\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        getParagraphText\n                        \n                    \n                \n            \n            \n                \ngetParagraphText()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:17\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     wdpromise.Promise\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        navigateTo\n                        \n                    \n                \n            \n            \n                \nnavigateTo()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:5\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     wdpromise.Promise\n\n                    \n                \n            \n        \n    \n\n\n\n\n\n\n    \n\n\n    \n        import { browser, by, element, ElementArrayFinder } from 'protractor';\nimport { promise as wdpromise } from 'selenium-webdriver';\n\nexport class AppPage {\n  navigateTo(): wdpromise.Promise {\n    return browser.get('/');\n  }\n\n  getDemoHeadingText(): wdpromise.Promise {\n    return element(by.css('app-root .demo-heading-text')).getText();\n  }\n\n  getDeviceInfoElements(): ElementArrayFinder {\n    return element.all(by.css('app-root .information-table .info-item'));\n  }\n\n  getParagraphText(): wdpromise.Promise {\n    return element(by.css('app-root h1')).getText();\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"modules/AppServerModule.html":{"url":"modules/AppServerModule.html","title":"module - AppServerModule","body":"\n                   \n\n\n\n\n    Modules\n    AppServerModule\n\n\n\n    \n        \n\n\n\n\n\ndependencies\n\ndependencies\n\ncluster_AppServerModule\n\n\n\ncluster_AppServerModule_imports\n\n\n\ncluster_AppServerModule_bootstrap\n\n\n\n\nAppModule\n\nAppModule\n\n\n\nAppServerModule\n\nAppServerModule\n\nAppServerModule -->\n\nAppModule->AppServerModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent  -->\n\nAppServerModule->AppComponent \n\n\n\n\n\n\n    \n    \n    \n        Zoom in\n        Reset\n        Zoom out\n    \n\n\n\n\n\n    \n        Info\n    \n    \n        Source\n    \n\n\n\n    \n\n        \n            File\n        \n        \n            projects/demo/src/app/server.ts\n        \n\n\n\n\n\n        \n            \n                \n                    Imports\n                    \n                        \n                            AppModule\n                        \n                    \n                \n                \n                    Bootstrap\n                    \n                        \n                            AppComponent\n                        \n                    \n                \n            \n        \n\n\n    \n\n\n    \n        import { NgModule } from '@angular/core';\nimport { ServerModule } from '@angular/platform-server';\n\nimport { AppModule } from './app.module';\nimport { AppComponent } from './app.component';\nimport { Inject, Injectable, Optional, PLATFORM_ID } from '@angular/core';\nimport { REQUEST } from '@nguniversal/express-engine/tokens';\nimport { Request } from 'express';\nimport { DeviceDetectorService } from 'ngx-device-detector';\nimport { isPlatformServer } from '@angular/common';\n\n@Injectable()\nexport class UniversalDeviceDetectorService extends DeviceDetectorService {\n  constructor(@Inject(PLATFORM_ID) platformId: any, @Optional() @Inject(REQUEST) request: Request) {\n    super(platformId);\n    if (isPlatformServer(platformId)){\n      super.setDeviceInfo((request.headers['user-agent'] as string) || '');\n    }\n  }\n}\n\n@NgModule({\n  imports: [AppModule, ServerModule],\n  bootstrap: [AppComponent],\n  providers: [{\n    provide: DeviceDetectorService,\n    useClass: UniversalDeviceDetectorService\n  },]\n})\nexport class AppServerModule {}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"injectables/DeviceDetectorService.html":{"url":"injectables/DeviceDetectorService.html","title":"injectable - DeviceDetectorService","body":"\n                   \n\n\n\n\n\n\n\n\n  Injectables\n  DeviceDetectorService\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/ngx-device-detector/src/lib/device-detector.service.ts\n        \n\n\n\n\n\n            \n    Index\n    \n        \n                \n                    \n                        Properties\n                    \n                \n                \n                    \n                        \n                            \n                                browser\n                            \n                            \n                                browser_version\n                            \n                            \n                                device\n                            \n                            \n                                deviceType\n                            \n                            \n                                orientation\n                            \n                            \n                                os\n                            \n                            \n                                os_version\n                            \n                            \n                                reTree\n                            \n                            \n                                ua\n                            \n                            \n                                userAgent\n                            \n                        \n                    \n                \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                    Public\n                                getDeviceInfo\n                            \n                            \n                                    Public\n                                isDesktop\n                            \n                            \n                                    Public\n                                isMobile\n                            \n                            \n                                    Public\n                                isTablet\n                            \n                            \n                                setDeviceInfo\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n            \n    Constructor\n        \n            \n                \n                    \nconstructor(platformId: any)\n                    \n                \n                        \n                            \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:46\n                            \n                        \n\n                \n                    \n                            \n                                    Parameters :\n                                    \n                                        \n                                            \n                                                Name\n                                                    Type\n                                                Optional\n                                            \n                                        \n                                        \n                                                \n                                                        platformId\n                                                  \n                                                        \n                                                                        any\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                        \n                                    \n                            \n                    \n                \n            \n        \n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        getDeviceInfo\n                        \n                    \n                \n            \n            \n                \n                    \n                    getDeviceInfo()\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:135\n                \n            \n\n\n            \n                \n\n                    \n                    \n                    \n                        Returns :         DeviceInfo\n\n                    \n                    \n                        the device information object.\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isDesktop\n                        \n                    \n                \n            \n            \n                \n                    \n                    isDesktop(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:191\n                \n            \n\n\n            \n                \n                    if the current device is a desktop device.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a desktop device\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isMobile\n                        \n                    \n                \n            \n            \n                \n                    \n                    isMobile(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:155\n                \n            \n\n\n            \n                \n                    if the current device is a mobile and also check current device is tablet so it will return false.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a mobile\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isTablet\n                        \n                    \n                \n            \n            \n                \n                    \n                    isTablet(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:171\n                \n            \n\n\n            \n                \n                    if the current device is a tablet.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a tablet\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        setDeviceInfo\n                        \n                    \n                \n            \n            \n                \nsetDeviceInfo(ua)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:59\n                \n            \n\n\n            \n                \n                    This value is later accessible for usage\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    ua\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         void\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n            \n    \n    \n        Properties\n    \n    \n        \n            \n                \n                    \n                    \n                        browser\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:40\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        browser_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:43\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        device\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:41\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        deviceType\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:45\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        orientation\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:46\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:39\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:42\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        reTree\n                        \n                    \n                \n            \n                \n                    \n                        Default value : new ReTree()\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:44\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        ua\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:37\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        userAgent\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:38\n                        \n                    \n\n\n        \n    \n\n\n    \n\n\n    \n        import { PLATFORM_ID, Inject, Injectable } from '@angular/core';\nimport { isPlatformBrowser } from '@angular/common';\nimport * as Constants from './device-detector.constants';\nimport { ReTree } from './retree';\n\nexport interface DeviceInfo {\n  userAgent: string;\n  os: string;\n  browser: string;\n  device: string;\n  os_version: string;\n  browser_version: string;\n  deviceType: string;\n  orientation: string;\n}\nexport enum DeviceType {\n  Mobile = 'mobile',\n  Tablet = 'tablet',\n  Desktop = 'desktop',\n  Unknown = 'unknown',\n}\nexport enum OrientationType {\n  Portrait = 'portrait',\n  Landscape = 'landscape',\n}\n\nconst iPad = 'iPad';\n\n@Injectable({\n  providedIn: 'root',\n})\nexport class DeviceDetectorService {\n  ua = '';\n  userAgent = '';\n  os = '';\n  browser = '';\n  device = '';\n  os_version = '';\n  browser_version = '';\n  reTree = new ReTree();\n  deviceType = '';\n  orientation = '';\n  constructor(@Inject(PLATFORM_ID) private platformId: any) {\n    if (isPlatformBrowser(this.platformId) && typeof window !== 'undefined') {\n      this.userAgent = window.navigator.userAgent;\n    }\n    this.setDeviceInfo(this.userAgent);\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Sets the initial value of the device when the service is initiated.\n   * This value is later accessible for usage\n   */\n  setDeviceInfo(ua = this.userAgent): void {\n    if (ua !== this.userAgent) {\n      this.userAgent = ua;\n    }\n    const mappings = [\n      { const: 'OS', prop: 'os' },\n      { const: 'BROWSERS', prop: 'browser' },\n      { const: 'DEVICES', prop: 'device' },\n      { const: 'OS_VERSIONS', prop: 'os_version' },\n    ];\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const]).reduce((obj: any, item: any) => {\n        if (Constants[mapping.const][item] === 'device') {\n          // hack for iOS 13 Tablet\n          if (\n            isPlatformBrowser(this.platformId) &&\n            (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n              (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n          ) {\n            obj[Constants[mapping.const][item]] = iPad;\n            return Object;\n          }\n        }\n        obj[Constants[mapping.const][item]] = this.reTree.test(ua, Constants[`${mapping.const}_RE`][item]);\n        return obj;\n      }, {});\n    });\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const])\n        .map(key => {\n          return Constants[mapping.const][key];\n        })\n        .reduce((previousValue, currentValue) => {\n          if (mapping.prop === 'device' && previousValue === Constants[mapping.const].ANDROID) {\n            // if we have the actual device found, instead of 'Android', return the actual device\n            return this[mapping.prop][currentValue] ? currentValue : previousValue;\n          } else {\n            return previousValue === Constants[mapping.const].UNKNOWN && this[mapping.prop][currentValue]\n              ? currentValue\n              : previousValue;\n          }\n        }, Constants[mapping.const].UNKNOWN);\n    });\n\n    this.browser_version = '0';\n    if (this.browser !== Constants.BROWSERS.UNKNOWN) {\n      const re = Constants.BROWSER_VERSIONS_RE[this.browser];\n      const res = this.reTree.exec(ua, re);\n      if (!!res) {\n        this.browser_version = res[1];\n      }\n    }\n    if (typeof window !== 'undefined' && window.matchMedia) {\n      this.orientation = window.matchMedia('(orientation: landscape)').matches\n        ? OrientationType.Landscape\n        : OrientationType.Portrait;\n    } else {\n      this.orientation = Constants.GENERAL.UKNOWN;\n    }\n\n    this.deviceType = this.isTablet()\n      ? DeviceType.Tablet\n      : this.isMobile(this.userAgent)\n      ? DeviceType.Mobile\n      : this.isDesktop(this.userAgent)\n      ? DeviceType.Desktop\n      : DeviceType.Unknown;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Returns the device information\n   * @returns the device information object.\n   */\n  public getDeviceInfo(): DeviceInfo {\n    const deviceInfo: DeviceInfo = {\n      userAgent: this.userAgent,\n      os: this.os,\n      browser: this.browser,\n      device: this.device,\n      os_version: this.os_version,\n      browser_version: this.browser_version,\n      deviceType: this.deviceType,\n      orientation: this.orientation,\n    };\n    return deviceInfo;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the mobile devices to check\n   * if the current device is a mobile and also check current device is tablet so it will return false.\n   * @returns whether the current device is a mobile\n   */\n  public isMobile(userAgent = this.userAgent): boolean {\n    if (this.isTablet(userAgent)) {\n      return false;\n    }\n    const match = Object.keys(Constants.MOBILES_RE).find(mobile => {\n      return this.reTree.test(userAgent, Constants.MOBILES_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the tablet devices to check\n   * if the current device is a tablet.\n   * @returns whether the current device is a tablet\n   */\n  public isTablet(userAgent = this.userAgent): boolean {\n    if (\n      isPlatformBrowser(this.platformId) &&\n      (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n        (typeof navigator !== 'undefined' && navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n    ) {\n      return true;\n    }\n    const match = Object.keys(Constants.TABLETS_RE).find(mobile => {\n      return !!this.reTree.test(userAgent, Constants.TABLETS_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the desktop devices to check\n   * if the current device is a desktop device.\n   * @returns whether the current device is a desktop device\n   */\n  public isDesktop(userAgent = this.userAgent): boolean {\n    if (this.device === Constants.DEVICES.UNKNOWN) {\n      if (this.isMobile(userAgent) || this.isTablet(userAgent)) {\n        return false;\n      }\n    }\n    return Constants.DESKTOP_DEVICES.indexOf(this.device) > -1;\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"interfaces/DeviceInfo.html":{"url":"interfaces/DeviceInfo.html","title":"interface - DeviceInfo","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n  Interfaces\n  \n  DeviceInfo\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/ngx-device-detector/src/lib/device-detector.service.ts\n        \n\n\n\n\n        \n            Index\n            \n                \n                    \n                        \n                            Properties\n                        \n                    \n                    \n                        \n                            \n                                \n                                        \n                                            browser\n                                        \n                                \n                                \n                                        \n                                            browser_version\n                                        \n                                \n                                \n                                        \n                                            device\n                                        \n                                \n                                \n                                        \n                                            deviceType\n                                        \n                                \n                                \n                                        \n                                            orientation\n                                        \n                                \n                                \n                                        \n                                            os\n                                        \n                                \n                                \n                                        \n                                            os_version\n                                        \n                                \n                                \n                                        \n                                            userAgent\n                                        \n                                \n                            \n                        \n                    \n                \n            \n        \n\n\n\n            \n                Properties\n                    \n                        \n                                \n                                    \n                                        \n                                        browser\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        browser:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        browser_version\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        browser_version:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        device\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        device:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        deviceType\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        deviceType:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        orientation\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        orientation:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        os\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        os:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        os_version\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        os_version:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        userAgent\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        userAgent:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n            \n    \n\n\n    \n        import { PLATFORM_ID, Inject, Injectable } from '@angular/core';\nimport { isPlatformBrowser } from '@angular/common';\nimport * as Constants from './device-detector.constants';\nimport { ReTree } from './retree';\n\nexport interface DeviceInfo {\n  userAgent: string;\n  os: string;\n  browser: string;\n  device: string;\n  os_version: string;\n  browser_version: string;\n  deviceType: string;\n  orientation: string;\n}\nexport enum DeviceType {\n  Mobile = 'mobile',\n  Tablet = 'tablet',\n  Desktop = 'desktop',\n  Unknown = 'unknown',\n}\nexport enum OrientationType {\n  Portrait = 'portrait',\n  Landscape = 'landscape',\n}\n\nconst iPad = 'iPad';\n\n@Injectable({\n  providedIn: 'root',\n})\nexport class DeviceDetectorService {\n  ua = '';\n  userAgent = '';\n  os = '';\n  browser = '';\n  device = '';\n  os_version = '';\n  browser_version = '';\n  reTree = new ReTree();\n  deviceType = '';\n  orientation = '';\n  constructor(@Inject(PLATFORM_ID) private platformId: any) {\n    if (isPlatformBrowser(this.platformId) && typeof window !== 'undefined') {\n      this.userAgent = window.navigator.userAgent;\n    }\n    this.setDeviceInfo(this.userAgent);\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Sets the initial value of the device when the service is initiated.\n   * This value is later accessible for usage\n   */\n  setDeviceInfo(ua = this.userAgent): void {\n    if (ua !== this.userAgent) {\n      this.userAgent = ua;\n    }\n    const mappings = [\n      { const: 'OS', prop: 'os' },\n      { const: 'BROWSERS', prop: 'browser' },\n      { const: 'DEVICES', prop: 'device' },\n      { const: 'OS_VERSIONS', prop: 'os_version' },\n    ];\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const]).reduce((obj: any, item: any) => {\n        if (Constants[mapping.const][item] === 'device') {\n          // hack for iOS 13 Tablet\n          if (\n            isPlatformBrowser(this.platformId) &&\n            (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n              (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n          ) {\n            obj[Constants[mapping.const][item]] = iPad;\n            return Object;\n          }\n        }\n        obj[Constants[mapping.const][item]] = this.reTree.test(ua, Constants[`${mapping.const}_RE`][item]);\n        return obj;\n      }, {});\n    });\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const])\n        .map(key => {\n          return Constants[mapping.const][key];\n        })\n        .reduce((previousValue, currentValue) => {\n          if (mapping.prop === 'device' && previousValue === Constants[mapping.const].ANDROID) {\n            // if we have the actual device found, instead of 'Android', return the actual device\n            return this[mapping.prop][currentValue] ? currentValue : previousValue;\n          } else {\n            return previousValue === Constants[mapping.const].UNKNOWN && this[mapping.prop][currentValue]\n              ? currentValue\n              : previousValue;\n          }\n        }, Constants[mapping.const].UNKNOWN);\n    });\n\n    this.browser_version = '0';\n    if (this.browser !== Constants.BROWSERS.UNKNOWN) {\n      const re = Constants.BROWSER_VERSIONS_RE[this.browser];\n      const res = this.reTree.exec(ua, re);\n      if (!!res) {\n        this.browser_version = res[1];\n      }\n    }\n    if (typeof window !== 'undefined' && window.matchMedia) {\n      this.orientation = window.matchMedia('(orientation: landscape)').matches\n        ? OrientationType.Landscape\n        : OrientationType.Portrait;\n    } else {\n      this.orientation = Constants.GENERAL.UKNOWN;\n    }\n\n    this.deviceType = this.isTablet()\n      ? DeviceType.Tablet\n      : this.isMobile(this.userAgent)\n      ? DeviceType.Mobile\n      : this.isDesktop(this.userAgent)\n      ? DeviceType.Desktop\n      : DeviceType.Unknown;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Returns the device information\n   * @returns the device information object.\n   */\n  public getDeviceInfo(): DeviceInfo {\n    const deviceInfo: DeviceInfo = {\n      userAgent: this.userAgent,\n      os: this.os,\n      browser: this.browser,\n      device: this.device,\n      os_version: this.os_version,\n      browser_version: this.browser_version,\n      deviceType: this.deviceType,\n      orientation: this.orientation,\n    };\n    return deviceInfo;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the mobile devices to check\n   * if the current device is a mobile and also check current device is tablet so it will return false.\n   * @returns whether the current device is a mobile\n   */\n  public isMobile(userAgent = this.userAgent): boolean {\n    if (this.isTablet(userAgent)) {\n      return false;\n    }\n    const match = Object.keys(Constants.MOBILES_RE).find(mobile => {\n      return this.reTree.test(userAgent, Constants.MOBILES_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the tablet devices to check\n   * if the current device is a tablet.\n   * @returns whether the current device is a tablet\n   */\n  public isTablet(userAgent = this.userAgent): boolean {\n    if (\n      isPlatformBrowser(this.platformId) &&\n      (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n        (typeof navigator !== 'undefined' && navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n    ) {\n      return true;\n    }\n    const match = Object.keys(Constants.TABLETS_RE).find(mobile => {\n      return !!this.reTree.test(userAgent, Constants.TABLETS_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the desktop devices to check\n   * if the current device is a desktop device.\n   * @returns whether the current device is a desktop device\n   */\n  public isDesktop(userAgent = this.userAgent): boolean {\n    if (this.device === Constants.DEVICES.UNKNOWN) {\n      if (this.isMobile(userAgent) || this.isTablet(userAgent)) {\n        return false;\n      }\n    }\n    return Constants.DESKTOP_DEVICES.indexOf(this.device) > -1;\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"pipes/KeysPipe.html":{"url":"pipes/KeysPipe.html","title":"pipe - KeysPipe","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n  Pipes\n  KeysPipe\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n\n        \n            File\n        \n        \n            projects/demo/src/app/pipes/keys.pipe.ts\n        \n\n\n\n\n        \n            Metadata\n            \n                \n                    \n                        Name\n                        keys\n                    \n                \n            \n        \n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        transform\n                        \n                    \n                \n            \n            \n                \ntransform(value, props: string[])\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/pipes/keys.pipe.ts:7\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Type\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    value\n                                    \n                                    \n\n                                    \n                                        No\n                                    \n\n                                    \n                                    \n\n                                \n                                \n                                    props\n                                    \n                                            string[]\n                                    \n\n                                    \n                                        No\n                                    \n\n                                    \n                                        []\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         any\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n\n    \n\n\n    \n        import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n  name: 'keys',\n})\nexport class KeysPipe implements PipeTransform {\n  transform(value, props: string[] = []): any {\n    const keys = [];\n    const noFilter = props.length === 0;\n    for (const key in value) {\n      if (noFilter) {\n        if (value.hasOwnProperty(key)) {\n          keys.push({ key, value: value[key] });\n        }\n      } else {\n        if (props.indexOf(key) !== -1) {\n          keys.push({ key, value: value[key] });\n        }\n      }\n    }\n    return keys;\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"classes/ReTree.html":{"url":"classes/ReTree.html","title":"class - ReTree","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n  Classes\n  ReTree\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/ngx-device-detector/src/lib/retree.ts\n        \n\n\n            \n                Description\n            \n            \n                Created by ahsanayaz on 08/11/2016.\n\n            \n\n\n\n\n            \n    Index\n    \n        \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                    Public\n                                exec\n                            \n                            \n                                    Public\n                                test\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n            \n    Constructor\n        \n            \n                \n                    \nconstructor()\n                    \n                \n                        \n                            \n                                Defined in projects/ngx-device-detector/src/lib/retree.ts:5\n                            \n                        \n\n            \n        \n\n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        exec\n                        \n                    \n                \n            \n            \n                \n                    \n                    exec(str: string, regex: any)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/retree.ts:30\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Type\n                                    Optional\n                                \n                            \n                            \n                                \n                                    str\n                                    \n                                                string\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                                \n                                    regex\n                                    \n                                                any\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         any\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        test\n                        \n                    \n                \n            \n            \n                \n                    \n                    test(str: string, regex: any)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/retree.ts:8\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Type\n                                    Optional\n                                \n                            \n                            \n                                \n                                    str\n                                    \n                                                string\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                                \n                                    regex\n                                    \n                                                any\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         any\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n\n\n\n\n\n    \n\n\n    \n        export class ReTree {\n  constructor() {}\n\n  public test(str: string, regex: any): any {\n    if (typeof regex === 'string') {\n      regex = new RegExp(regex);\n    }\n\n    if (regex instanceof RegExp) {\n      return regex.test(str);\n    } else if (regex && Array.isArray(regex.and)) {\n      return regex.and.every((item: any) => {\n        return this.test(str, item);\n      });\n    } else if (regex && Array.isArray(regex.or)) {\n      return regex.or.some((item: any) => {\n        return this.test(str, item);\n      });\n    } else if (regex && regex.not) {\n      return !this.test(str, regex.not);\n    } else {\n      return false;\n    }\n  }\n\n  public exec(str: string, regex: any): any {\n    if (typeof regex === 'string') {\n      regex = new RegExp(regex);\n    }\n\n    if (regex instanceof RegExp) {\n      return regex.exec(str);\n    } else if (regex && Array.isArray(regex)) {\n      return regex.reduce((res: any, item: any) => {\n        return !!res ? res : this.exec(str, item);\n      }, null);\n    } else {\n      return null;\n    }\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"injectables/UniversalDeviceDetectorService.html":{"url":"injectables/UniversalDeviceDetectorService.html","title":"injectable - UniversalDeviceDetectorService","body":"\n                   \n\n\n\n\n\n\n\n\n  Injectables\n  UniversalDeviceDetectorService\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/demo/src/app/server.ts\n        \n\n\n\n            \n                Extends\n            \n            \n                        DeviceDetectorService\n            \n\n\n            \n    Index\n    \n        \n                \n                    \n                        Properties\n                    \n                \n                \n                    \n                        \n                            \n                                browser\n                            \n                            \n                                browser_version\n                            \n                            \n                                device\n                            \n                            \n                                deviceType\n                            \n                            \n                                orientation\n                            \n                            \n                                os\n                            \n                            \n                                os_version\n                            \n                            \n                                reTree\n                            \n                            \n                                ua\n                            \n                            \n                                userAgent\n                            \n                        \n                    \n                \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                    Public\n                                getDeviceInfo\n                            \n                            \n                                    Public\n                                isDesktop\n                            \n                            \n                                    Public\n                                isMobile\n                            \n                            \n                                    Public\n                                isTablet\n                            \n                            \n                                setDeviceInfo\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n            \n    Constructor\n        \n            \n                \n                    \nconstructor(platformId: any, request: Request)\n                    \n                \n                        \n                            \n                                Defined in projects/demo/src/app/server.ts:13\n                            \n                        \n\n                \n                    \n                            \n                                    Parameters :\n                                    \n                                        \n                                            \n                                                Name\n                                                    Type\n                                                Optional\n                                            \n                                        \n                                        \n                                                \n                                                        platformId\n                                                  \n                                                        \n                                                                        any\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                                \n                                                        request\n                                                  \n                                                        \n                                                                    Request\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                        \n                                    \n                            \n                    \n                \n            \n        \n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        getDeviceInfo\n                        \n                    \n                \n            \n            \n                \n                    \n                    getDeviceInfo()\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:135\n\n                \n            \n\n\n            \n                \n\n                    \n                    \n                    \n                        Returns :         DeviceInfo\n\n                    \n                    \n                        the device information object.\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isDesktop\n                        \n                    \n                \n            \n            \n                \n                    \n                    isDesktop(userAgent)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:191\n\n                \n            \n\n\n            \n                \n                    if the current device is a desktop device.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a desktop device\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isMobile\n                        \n                    \n                \n            \n            \n                \n                    \n                    isMobile(userAgent)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:155\n\n                \n            \n\n\n            \n                \n                    if the current device is a mobile and also check current device is tablet so it will return false.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a mobile\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isTablet\n                        \n                    \n                \n            \n            \n                \n                    \n                    isTablet(userAgent)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:171\n\n                \n            \n\n\n            \n                \n                    if the current device is a tablet.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a tablet\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        setDeviceInfo\n                        \n                    \n                \n            \n            \n                \nsetDeviceInfo(ua)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:59\n\n                \n            \n\n\n            \n                \n                    This value is later accessible for usage\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    ua\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         void\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n            \n    \n    \n        Properties\n    \n    \n        \n            \n                \n                    \n                    \n                        browser\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:40\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        browser_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:43\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        device\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:41\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        deviceType\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:45\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        orientation\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:46\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:39\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:42\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        reTree\n                        \n                    \n                \n            \n                \n                    \n                        Default value : new ReTree()\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:44\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        ua\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:37\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        userAgent\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:38\n\n                        \n                    \n\n\n        \n    \n\n\n    \n\n\n    \n        import { NgModule } from '@angular/core';\nimport { ServerModule } from '@angular/platform-server';\n\nimport { AppModule } from './app.module';\nimport { AppComponent } from './app.component';\nimport { Inject, Injectable, Optional, PLATFORM_ID } from '@angular/core';\nimport { REQUEST } from '@nguniversal/express-engine/tokens';\nimport { Request } from 'express';\nimport { DeviceDetectorService } from 'ngx-device-detector';\nimport { isPlatformServer } from '@angular/common';\n\n@Injectable()\nexport class UniversalDeviceDetectorService extends DeviceDetectorService {\n  constructor(@Inject(PLATFORM_ID) platformId: any, @Optional() @Inject(REQUEST) request: Request) {\n    super(platformId);\n    if (isPlatformServer(platformId)){\n      super.setDeviceInfo((request.headers['user-agent'] as string) || '');\n    }\n  }\n}\n\n@NgModule({\n  imports: [AppModule, ServerModule],\n  bootstrap: [AppComponent],\n  providers: [{\n    provide: DeviceDetectorService,\n    useClass: UniversalDeviceDetectorService\n  },]\n})\nexport class AppServerModule {}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"contributing.html":{"url":"contributing.html","title":"getting-started - contributing","body":"\n                   \n\nHow to Contribute\nThere are many ways you can Contribute to this project!\n\nCreate issues or help close them\nFork, Enhance, Fix Bugs, and send in Pull Requests\nHelp write Tests or improve Examples / Documentation\nShare repo with others.\n\nIssues\nFound a bug, have some feedback or really want some feature? Lock in an Issue. Here are some tips:\n\nMake sure the bug you're reporting really is a bug and you have read the docs/readme.\nProvide as many details as you can about the bug. How can it be reproduced? What have you tried so far?\nFor feature requests, really explain why your feature is important and how it improves the library and helps the developers using it.\nGo through existing issues. Make sure that it hasn't already been opened.\nIf planning on helping close an issue, don't be shy. Ask questions and get more information before sending your PR.Pull Requests\n\n\nWant to fix a bug, implement a feature or help with the tests / docs? Please read this first:\n\nMake sure there's an open issue for what you're sending in your Pull Request. If not, open it.\nSend in your PRs agains the master branch.\nWrite unit tests / docs for any new feature you implement.\nMake sure your PRs pass all tests and CI.\nBe active in your relevant issue and PR threads.\nMake sure no one else is assigned or working on the issue. It's a good idea to leave a comment stating that you're going to implement it before sending in your PR. \nThis way no two devs are working on the same thing.\nIf required, update the CHANGELOG.md file with a small summary of your changes in the latest version (add a new section if needed)\n\nFinally, Thank you!\nIt means a lot that you took time out to improve this package and contribute back to the community. 🎉\nRelevant Links\nProject Page\nAuthor\nNPM Package\nLicense\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    Documentation coverage\n\n\n\n    \n\n\n\n    \n        \n            File\n            Type\n            Identifier\n            Statements\n        \n    \n    \n        \n            \n                \n                projects/demo/e2e/src/app.po.ts\n            \n            class\n            AppPage\n            \n                0 %\n                (0/5)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            function\n            app\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            function\n            run\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            variable\n            __non_webpack_require__\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            variable\n            mainModule\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            variable\n            moduleFilename\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/src/app/app.component.ts\n            \n            component\n            AppComponent\n            \n                0 %\n                (0/10)\n            \n        \n        \n            \n                \n                projects/demo/src/app/pipes/keys.pipe.ts\n            \n            pipe\n            KeysPipe\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/src/app/server.ts\n            \n            injectable\n            UniversalDeviceDetectorService\n            \n                23 %\n                (4/17)\n            \n        \n        \n            \n                \n                projects/demo/src/environments/environment.prod.ts\n            \n            variable\n            environment\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/src/environments/environment.ts\n            \n            variable\n            environment\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSER_VERSIONS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSER_VERSIONS_RE_MAP\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSERS\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSERS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            DESKTOP_DEVICES\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            DEVICES\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            DEVICES_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            GENERAL\n            \n                100 %\n                (1/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            MOBILES_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_VERSIONS\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_VERSIONS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_VERSIONS_RE_MAP\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            TABLETS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.service.ts\n            \n            injectable\n            DeviceDetectorService\n            \n                23 %\n                (4/17)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.service.ts\n            \n            interface\n            DeviceInfo\n            \n                0 %\n                (0/9)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.service.ts\n            \n            variable\n            iPad\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/retree.ts\n            \n            class\n            ReTree\n            \n                25 %\n                (1/4)\n            \n        \n    \n\n\n\n\n\n    new Tablesort(document.getElementById('coverage-table'));\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        Dependencies\n    \n    \n        \n            @angular/animations : ~13.0.2\n        \n            @angular/common : ~13.0.2\n        \n            @angular/compiler : ~13.0.2\n        \n            @angular/core : ~13.0.2\n        \n            @angular/forms : ~13.0.2\n        \n            @angular/platform-browser : ~13.0.2\n        \n            @angular/platform-browser-dynamic : ~13.0.2\n        \n            @angular/platform-server : ~13.0.2\n        \n            @angular/router : ~13.0.2\n        \n            @nguniversal/express-engine : ^13.0.1\n        \n            conventional-changelog-cli : ^2.1.1\n        \n            express : ^4.17.1\n        \n            ngx-device-detector : ^2.2.1\n        \n            rxjs : ^7.4.0\n        \n            tslib : ^2.3.1\n        \n            zone.js : ~0.11.4\n    \n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"miscellaneous/enumerations.html":{"url":"miscellaneous/enumerations.html","title":"miscellaneous-enumerations - enumerations","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Miscellaneous\n  Enumerations\n\n\n\n    Index\n    \n        \n            \n                \n                    \n                        \n                            DeviceType   (projects/.../device-detector.service.ts)\n                        \n                        \n                            OrientationType   (projects/.../device-detector.service.ts)\n                        \n                    \n                \n            \n        \n    \n\n\n    projects/ngx-device-detector/src/lib/device-detector.service.ts\n    \n        \n            \n                \n                    \n                        \n                        DeviceType\n                    \n                \n                        \n                            \n                                 Mobile\n                            \n                        \n                        \n                            \n                                Value : mobile\n                            \n                        \n                        \n                            \n                                 Tablet\n                            \n                        \n                        \n                            \n                                Value : tablet\n                            \n                        \n                        \n                            \n                                 Desktop\n                            \n                        \n                        \n                            \n                                Value : desktop\n                            \n                        \n                        \n                            \n                                 Unknown\n                            \n                        \n                        \n                            \n                                Value : unknown\n                            \n                        \n            \n        \n        \n            \n                \n                    \n                        \n                        OrientationType\n                    \n                \n                        \n                            \n                                 Portrait\n                            \n                        \n                        \n                            \n                                Value : portrait\n                            \n                        \n                        \n                            \n                                 Landscape\n                            \n                        \n                        \n                            \n                                Value : landscape\n                            \n                        \n            \n        \n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Miscellaneous\n  Functions\n\n\n\n    Index\n    \n        \n            \n                \n                    \n                        \n                            app   (projects/.../server.ts)\n                        \n                        \n                            run   (projects/.../server.ts)\n                        \n                    \n                \n            \n        \n    \n\n\n    projects/demo/server.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        app\n                        \n                    \n                \n            \n            \n                \napp()\n                \n            \n\n\n\n\n            \n                \n\n                    \n                        Returns :     express.Express\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        run\n                        \n                    \n                \n            \n            \n                \nrun()\n                \n            \n\n\n\n\n            \n                \n\n                    \n                        Returns :         void\n\n                    \n                \n            \n        \n    \n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n                   \n\n\n  ngx-device-detector\n\n\n\nAn Angular 6+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.\n\n\n\n\n\n\n\n\n\n\n  Deprecated package :\n  \n  \n\n\n  New package :\n  \n  \nIf you use Angular 5, you must use v1.5.2 or earlier\n\n\nDOCS\nNgx Device Detector DOCS\nLive DEMO\nRegular Demo\nSSR Demo\nDependencies\nLatest version available for each version of Angular\n\n\n\nngx-device-detector\nAngular\n\n\n\n\n1.3.3\n7.x\n\n\n1.3.5\n8.x\n\n\n1.4.1\n9.x\n\n\n1.4.5\n10.x\n\n\n2.0.5\n11.x\n\n\n2.1.0\n12.x\n\n\n3.0.0\n13.x\n\n\n\nInstallation\nTo install this library, run:\n$ npm install ngx-device-detector --saveIn your component where you want to use the Device Service\n  import { Component } from '@angular/core';\n  ...\n  import { DeviceDetectorService } from 'ngx-device-detector';\n  ...\n  @Component({\n    selector: 'home',  // \n    styleUrls: [ './home.component.scss' ],\n    templateUrl: './home.component.html',\n    ...\n  })\n\n  export class HomeComponent {\n    deviceInfo = null;\n    ...\n    constructor(..., private http: Http, private deviceService: DeviceDetectorService) {\n      this.epicFunction();\n    }\n    ...\n    epicFunction() {\n      console.log('hello `Home` component');\n      this.deviceInfo = this.deviceService.getDeviceInfo();\n      const isMobile = this.deviceService.isMobile();\n      const isTablet = this.deviceService.isTablet();\n      const isDesktopDevice = this.deviceService.isDesktop();\n      console.log(this.deviceInfo);\n      console.log(isMobile);  // returns if the device is a mobile device (android / iPhone / windows-phone etc)\n      console.log(isTablet);  // returns if the device us a tablet (iPad etc)\n      console.log(isDesktopDevice); // returns if the app is running on a Desktop browser.\n    }\n    ...\n  }\nTo ensure Universal has the correct User Agent for device detection, you'll need to provide it manually. If using ExpressJS for example:\nuniversal-device-detector.service.ts:\nimport { Inject, Injectable, Optional, PLATFORM_ID } from '@angular/core';\nimport { REQUEST } from '@nguniversal/express-engine/tokens';\nimport { Request } from 'express';\nimport { DeviceDetectorService } from 'ngx-device-detector';\nimport { isPlatformServer } from '@angular/common';\n\n@Injectable()\nexport class UniversalDeviceDetectorService extends DeviceDetectorService {\n  constructor(@Inject(PLATFORM_ID) platformId: any, @Optional() @Inject(REQUEST) request: Request) {\n    super(platformId);\n    if (isPlatformServer(platformId)) {\n      super.setDeviceInfo((request.headers['user-agent'] as string) || '');\n    }\n  }\n}app.server.module.ts:\n{\n  provide: DeviceDetectorService,\n  useClass: UniversalDeviceDetectorService\n},Device service\nHolds the following properties\n\nbrowser\nos\ndevice\nuserAgent\nos_version\n\nHelper Methods\n\nisMobile() : returns if the device is a mobile device (android / iPhone/ windows-phone etc)\nisTablet() : returns if the device us a tablet (iPad etc)\nisDesktop() : returns if the app is running on a Desktop browser.\n\nDevelopment\nTo generate all *.js, *.js.map and *.d.ts files:\n  $ npm run tscTo lint all *.ts files:\n  $ npm run lintTo run unit tests\n  $ npm run testTo build the library\n  $ npm run buildRun the DEMO\nMake sure you have @angular/cli installed\n  $ npm install -g @angular/cli  $ cd demo\n  $ npm install\n  $ ng servethe demo will be up at localhost:4200\nChange Log\nPlease see CHANGE_LOG.MD for the updates.\nIE10, IE11 Compatibility\nIf you're consuming the library for IE10 & IE11, please refer to the polyfills.ts file in your project.\nFor example, for an Angular 9.x+ project, you can refer to the changes done in this PR for our demo project that works on IE11\nCredits\nThe library is inspired by and based on the work from ng-device-detector . Also used a typescript wrapper of the amazing work in ReTree for regex based needs and an Angular2 Library Creator boilerplate to get the work started fast. I.e. Generator Angular2 library.\nLicense\nMIT\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n                   \n\nMIT License\nCopyright (c) 2021 Muhammad Ahsan Ayaz\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n                   \n\n\n\n\n    Modules\n\n\n    \n            \n                \n                    \n                        AppModule\n                    \n                    \n                                \n                                    \n                                        Your browser does not support SVG\n                                    \n                                \n                        \n                            Browse\n                        \n                    \n                \n            \n            \n                \n                    \n                        AppServerModule\n                    \n                    \n                                \n                                    \n                                        Your browser does not support SVG\n                                    \n                                \n                        \n                            Browse\n                        \n                    \n                \n            \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n                   \n\n\n\n    Overview\n\n  \n\n    \n        \n\n\n\n\n\ndependencies\n\ndependencies\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppServerModule\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nKeysPipe\n\nKeysPipe\n\nAppModule -->\n\nKeysPipe->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent  -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppServerModule\n\nAppServerModule\n\nAppServerModule -->\n\nAppModule->AppServerModule\n\n\n\nAppComponent  -->\n\nAppServerModule->AppComponent \n\n\n\n\n\n\n    \n    \n    \n        Zoom in\n        Reset\n        Zoom out\n    \n\n  \n\n    \n        \n            \n                \n                    \n                    \n                        2 Modules\n                    \n                \n            \n        \n        \n            \n                \n                    \n                    1 Component\n                \n            \n        \n        \n            \n                \n                    \n                    2 Injectables\n                \n            \n        \n        \n            \n                \n                    \n                    1 Pipe\n                \n            \n        \n        \n            \n                \n                    \n                    2 Classes\n                \n            \n        \n        \n            \n                \n                    \n                    1 Interface\n                \n            \n        \n    \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Miscellaneous\n  Variables\n\n\n\n    Index\n    \n        \n            \n                \n                    \n                        \n                            __non_webpack_require__   (projects/.../server.ts)\n                        \n                        \n                            BROWSER_VERSIONS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            BROWSER_VERSIONS_RE_MAP   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            BROWSERS   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            BROWSERS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            DESKTOP_DEVICES   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            DEVICES   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            DEVICES_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            environment   (projects/.../environment.prod.ts)\n                        \n                        \n                            environment   (projects/.../environment.ts)\n                        \n                        \n                            GENERAL   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            iPad   (projects/.../device-detector.service.ts)\n                        \n                        \n                            mainModule   (projects/.../server.ts)\n                        \n                        \n                            MOBILES_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            moduleFilename   (projects/.../server.ts)\n                        \n                        \n                            OS   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_VERSIONS   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_VERSIONS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_VERSIONS_RE_MAP   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            TABLETS_RE   (projects/.../device-detector.constants.ts)\n                        \n                    \n                \n            \n        \n    \n\n\n    projects/demo/server.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        __non_webpack_require__\n                        \n                    \n                \n            \n                \n                    \n                        Type :     NodeRequire\n\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        mainModule\n                        \n                    \n                \n            \n                \n                    \n                        Default value : __non_webpack_require__.main\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        moduleFilename\n                        \n                    \n                \n            \n                \n                    \n                        Default value : (mainModule && mainModule.filename) || ''\n                    \n                \n\n\n        \n    \n\n    projects/ngx-device-detector/src/lib/device-detector.constants.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        BROWSER_VERSIONS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : Object.keys(BROWSER_VERSIONS_RE_MAP).reduce((obj, key: string) => {\n  obj[BROWSERS[key]] = BROWSER_VERSIONS_RE_MAP[key];\n  return obj;\n}, {})\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        BROWSER_VERSIONS_RE_MAP\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  CHROME: [/\\bChrome\\/([\\d\\.]+)\\b/, /\\bCriOS\\/([\\d\\.]+)\\b/, /\\bHeadlessChrome\\/([\\d\\.]+)\\b/],\n  FIREFOX: [/\\bFirefox\\/([\\d\\.]+)\\b/, /\\bFxiOS\\/([\\d\\.]+)\\b/],\n  SAFARI: [/\\bVersion\\/([\\d\\.]+)\\b/, /\\bSafari\\/([\\d\\.]+)\\b/],\n  OPERA: [/\\bVersion\\/([\\d\\.]+)\\b/, /\\bOPR\\/([\\d\\.]+)\\b/],\n  IE: [/\\bMSIE ([\\d\\.]+\\w?)\\b/, /\\brv:([\\d\\.]+\\w?)\\b/],\n  MS_EDGE: /\\bEdg(?:e|A|iOS)\\/([\\d\\.]+)\\b/,\n  MS_EDGE_CHROMIUM: /\\bEdg\\/([\\d\\.]+)\\b/,\n  SAMSUNG: /\\bSamsungBrowser\\/([\\d\\.]+)\\b/,\n  UCBROWSER: /\\bUCBrowser\\/([\\d\\.]+)\\b/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        BROWSERS\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  CHROME: 'Chrome',\n  FIREFOX: 'Firefox',\n  SAFARI: 'Safari',\n  OPERA: 'Opera',\n  IE: 'IE',\n  MS_EDGE: 'MS-Edge',\n  MS_EDGE_CHROMIUM: 'MS-Edge-Chromium',\n  FB_MESSANGER: 'FB-Messanger',\n  SAMSUNG: 'Samsung',\n  UCBROWSER: 'UC-Browser',\n  UNKNOWN: GENERAL.UKNOWN,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        BROWSERS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  CHROME: {\n    and: [\n      { or: [/\\bChrome\\b/, /\\bCriOS\\b/, /\\bHeadlessChrome\\b/] },\n      {\n        not: {\n          or: [/\\bOPR\\b/, /\\bEdg(e|A|iOS)\\b/, /\\bEdg\\/\\b/, /\\bSamsungBrowser\\b/, /\\bUCBrowser\\b/],\n        },\n      },\n    ],\n  },\n  FIREFOX: { or: [/\\bFirefox\\b/, /\\bFxiOS\\b/] },\n  SAFARI: {\n    and: [\n      /^((?!CriOS).)*\\Safari\\b.*$/,\n      {\n        not: {\n          or: [/\\bOPR\\b/, /\\bEdg(e|A|iOS)\\b/, /\\bEdg\\/\\b/, /\\bWindows Phone\\b/, /\\bSamsungBrowser\\b/, /\\bUCBrowser\\b/],\n        },\n      },\n    ],\n  },\n  OPERA: { or: [/Opera\\b/, /\\bOPR\\b/] },\n  IE: {\n    or: [/\\bMSIE\\b/, /\\bTrident\\b/, /^Mozilla\\/5\\.0 \\(Windows NT 10\\.0; Win64; x64\\)$/],\n  },\n  MS_EDGE: { or: [/\\bEdg(e|A|iOS)\\b/] },\n  MS_EDGE_CHROMIUM: /\\bEdg\\/\\b/,\n  PS4: /\\bMozilla\\/5.0 \\(PlayStation 4\\b/,\n  VITA: /\\bMozilla\\/5.0 \\(Play(S|s)tation Vita\\b/,\n  FB_MESSANGER: /\\bFBAN\\/MessengerForiOS\\b/,\n  SAMSUNG: /\\bSamsungBrowser\\b/,\n  UCBROWSER: /\\bUCBrowser\\b/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        DESKTOP_DEVICES\n                        \n                    \n                \n            \n                \n                    \n                        Type :     []\n\n                    \n                \n                \n                    \n                        Default value : [\n  DEVICES.PS4,\n  DEVICES.CHROME_BOOK,\n  DEVICES.MAC,\n  DEVICES.DELL,\n  DEVICES.ASUS,\n  DEVICES.UNKNOWN,\n]\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        DEVICES\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  BLACKBERRY: 'Blackberry',\n  FIREFOX_OS: 'Firefox-OS',\n  CHROME_BOOK: 'Chrome-Book',\n  WINDOWS_PHONE: 'Windows-Phone',\n  VITA: 'Vita',\n  PS4: 'PS4',\n  MAC: 'Macintosh',\n  CHROMECAST: 'Chromecast',\n  APPLE_TV: 'Apple-TV',\n  GOOGLE_TV: 'Google-TV',\n  ANDROID: 'Android',\n  Tesla: 'Tesla',\n  iPad: 'iPad',\n  IPHONE: 'iPhone',\n  iPod: 'iPod',\n  UNKNOWN: GENERAL.UKNOWN,\n  HTC: 'HTC',\n  NEXUS_PHONE: 'Nexus Phone',\n  NexusTablet: 'Nexus Tablet',\n  DELL: 'Dell',\n  MOTOROLA: 'Motorola',\n  SAMSUNG: 'Samsung',\n  LG: 'LG',\n  SONY: 'Sony',\n  ASUS: 'Asus',\n  NOKIA_LUMIA: 'Nokia Lumia',\n  MICROMAX: 'Micromax',\n  PALM: 'Palm',\n  VERTU: 'Vertu',\n  PANTECH: 'PANTECH',\n  FLY: 'Fly',\n  WIKO: `WIKO`,\n  I_MOBILE: 'i-mobile',\n  SIMVALLEY: 'Simvalley',\n  WOLFGANG: 'Wolfgang',\n  ALCATEL: 'Alcatel',\n  HONEYWELL: 'Honeywell',\n  NINTENDO: 'Nintendo',\n  AMOI: 'Amoi',\n  INQ: 'INQ',\n  GENERIC_PHONE: 'Generic Phone',\n  MI_SE_9: 'Mi SE 9',\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        DEVICES_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  ...MOBILES_RE,\n  ...TABLETS_RE,\n  ...OS_RE,\n  FIREFOX_OS: { and: [/\\bFirefox\\b/, /\\bMobile\\b/] },\n  CHROME_BOOK: /\\bCrOS\\b/,\n  PS4: /\\bMozilla\\/5.0 \\(PlayStation 4\\b/,\n  CHROMECAST: /\\bCrKey\\b/,\n  APPLE_TV: /^iTunes-AppleTV\\/4.1$/,\n  GOOGLE_TV: /\\bGoogleTV\\b/,\n  Tesla: /Tesla\\/([0-9]{4}.[0-9]{1,2}.?[0-9]{0,2}.?[0-9]{0,2})-(.{7})/,\n  MI_SE_9: /\\bXiaomi\\b/,\n  MAC: {\n    and: [/\\bMac OS\\b/, { not: { or: [/\\biPhone\\b/, /\\biPad\\b/, /\\biPod\\b/, /\\bWindows Phone\\b/] } }],\n  },\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        GENERAL\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  UKNOWN: 'Unknown',\n}\n                    \n                \n\n            \n                \n                    Created by ahsanayaz on 08/11/2016.\n\n                \n            \n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        MOBILES_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  // tslint:disable-next-line:max-line-length\n  HTC: /HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel/,\n  NEXUS_PHONE: /Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6/,\n  DELL: /Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b/,\n  MOTOROLA: new RegExp(`Motorola|DROIDX|DROID BIONIC|\\\\bDroid\\\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|\n      A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|\n      MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|\n      ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|\n      WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|\n      XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|\n      XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\\\bMoto E\\\\b|XT1068|XT1092|XT1052`),\n  SAMSUNG: new RegExp(`\\\\bSamsung\\\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|\n      GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|\n      GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|\n      GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|\n      GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|\n      GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|\n      GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|\n      GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|\n      GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|\n      GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|\n      GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|\n      GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|\n      GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|\n      GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|\n      GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|\n      GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|\n      GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|\n      GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|\n      SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|\n      SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|\n      SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|\n      SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|\n      SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|\n      SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|\n      SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|\n      SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|\n      SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|\n      SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|\n      SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|\n      SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|\n      SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|\n      SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|\n      SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|\n      SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|\n      SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|\n      SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|\n      SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|\n      SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|\n      SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|\n      SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|\n      SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|\n      SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|\n      SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|\n      SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|\n      SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|\n      SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|\n      SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|\n      SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|\n      SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|\n      GT-N7105|SCH-I535|SM-N900A|SM-N900T|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|\n      GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|\n      GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|\n      SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|\n      SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|\n      SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F`),\n  LG: new RegExp(`\\\\bLG\\\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|\n      LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|\n      C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|\n      LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|\n      VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|\n      MS323|M257)`),\n  SONY: /SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533/,\n  ASUS: /Asus.*Galaxy|PadFone.*Mobile/,\n  NOKIA_LUMIA: /Lumia [0-9]{3,4}/,\n  MICROMAX:\n    /Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b/,\n  PALM: /PalmSource|Palm/,\n  VERTU: /Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature/,\n  PANTECH:\n    new RegExp(`PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|\n        IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|\n        IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|\n        CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|\n        P2000|P7040|P7000|C790`),\n  FLY: /IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250/,\n  WIKO: new RegExp(`KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|\n        SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|\n        CINK KING|CINK PEAX|CINK SLIM|SUBLIM`),\n  I_MOBILE: /i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)/,\n  SIMVALLEY:\n    /\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b/,\n  WOLFGANG: /AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q/,\n  ALCATEL: /Alcatel|Mobile; rv:49.0|Mobile; ALCATEL 4052R; rv:48.0/,\n  NINTENDO: /Nintendo (3DS|Switch)/,\n  AMOI: /Amoi/,\n  INQ: /INQ/,\n  VITA: /\\bVita\\b/,\n  BLACKBERRY: /\\bBlackBerry\\b|\\bBB10\\b|rim[0-9]+/,\n  FIREFOX_OS: /\\bFirefox-OS\\b/,\n  IPHONE: /\\biPhone\\b/,\n  iPod: /\\biPod\\b/,\n  ANDROID: /\\bAndroid\\b/,\n  WINDOWS_PHONE: /\\bWindows-Phone\\b/,\n  GENERIC_PHONE: new RegExp(`Tapatalk|PDA;|SAGEM|\\\\bmmp\\\\b|pocket|\\\\bpsp\\\\b|symbian|Smartphone|smartfon|treo|up.browser|\n        up.link|vodafone|\\\\bwap\\\\b|nokia|Nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser`),\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS: 'Windows',\n  MAC: 'Mac',\n  IOS: 'iOS',\n  ANDROID: 'Android',\n  LINUX: 'Linux',\n  UNIX: 'Unix',\n  FIREFOX_OS: 'Firefox-OS',\n  CHROME_OS: 'Chrome-OS',\n  WINDOWS_PHONE: 'Windows-Phone',\n  UNKNOWN: GENERAL.UKNOWN,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS: {\n    and: [{ or: [/\\bWindows|(Win\\d\\d)\\b/, /\\bWin 9x\\b/] }, { not: /\\bWindows Phone\\b/ }],\n  },\n  MAC: {\n    and: [/\\bMac OS\\b/, { not: { or: [/\\biPhone\\b/, /\\biPad\\b/, /\\biPod\\b/, /\\bWindows Phone\\b/] } }],\n  },\n  IOS: {\n    and: [{ or: [/\\biPad\\b/, /\\biPhone\\b/, /\\biPod\\b/] }, { not: /\\bWindows Phone\\b/ }],\n  },\n  ANDROID: { and: [/\\bAndroid\\b/, { not: /\\bWindows Phone\\b/ }] },\n  LINUX: /\\bLinux\\b/,\n  UNIX: /\\bUNIX\\b/,\n  FIREFOX_OS: { and: [/\\bFirefox\\b/, /Mobile\\b/] },\n  CHROME_OS: /\\bCrOS\\b/,\n  WINDOWS_PHONE: { or: [/\\bIEMobile\\b/, /\\bWindows Phone\\b/] },\n  PS4: /\\bMozilla\\/5.0 \\(PlayStation 4\\b/,\n  VITA: /\\bMozilla\\/5.0 \\(Play(S|s)tation Vita\\b/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_VERSIONS\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS_3_11: 'windows-3-11',\n  WINDOWS_95: 'windows-95',\n  WINDOWS_ME: 'windows-me',\n  WINDOWS_98: 'windows-98',\n  WINDOWS_CE: 'windows-ce',\n  WINDOWS_2000: 'windows-2000',\n  WINDOWS_XP: 'windows-xp',\n  WINDOWS_SERVER_2003: 'windows-server-2003',\n  WINDOWS_VISTA: 'windows-vista',\n  WINDOWS_7: 'windows-7',\n  WINDOWS_8_1: 'windows-8-1',\n  WINDOWS_8: 'windows-8',\n  WINDOWS_10: 'windows-10',\n  WINDOWS_PHONE_7_5: 'windows-phone-7-5',\n  WINDOWS_PHONE_8_1: 'windows-phone-8-1',\n  WINDOWS_PHONE_10: 'windows-phone-10',\n  WINDOWS_NT_4_0: 'windows-nt-4-0',\n  MACOSX_11_0: 'mac-os-x-11-0',\n  MACOSX_16: 'mac-os-x-16',\n  MACOSX_15: 'mac-os-x-15',\n  MACOSX_14: 'mac-os-x-14',\n  MACOSX_13: 'mac-os-x-13',\n  MACOSX_12: 'mac-os-x-12',\n  MACOSX_11: 'mac-os-x-11',\n  MACOSX_10: 'mac-os-x-10',\n  MACOSX_9: 'mac-os-x-9',\n  MACOSX_8: 'mac-os-x-8',\n  MACOSX_7: 'mac-os-x-7',\n  MACOSX_6: 'mac-os-x-6',\n  MACOSX_5: 'mac-os-x-5',\n  MACOSX_4: 'mac-os-x-4',\n  MACOSX_3: 'mac-os-x-3',\n  MACOSX_2: 'mac-os-x-2',\n  MACOSX: 'mac-os-x',\n  iOS: 'iOS',\n  ANDROID_9: 'android-9',\n  UNKNOWN: GENERAL.UKNOWN.toLowerCase(),\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_VERSIONS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : Object.keys(OS_VERSIONS_RE_MAP).reduce((obj, key: string) => {\n  obj[key] = OS_VERSIONS_RE_MAP[key];\n  return obj;\n}, {})\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_VERSIONS_RE_MAP\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS_3_11: /Win16/,\n  WINDOWS_95: /(Windows 95|Win95|Windows_95)/,\n  WINDOWS_ME: /(Win 9x 4.90|Windows ME)/,\n  WINDOWS_98: /(Windows 98|Win98)/,\n  WINDOWS_CE: /Windows CE/,\n  WINDOWS_2000: /(Windows NT 5.0|Windows 2000)/,\n  WINDOWS_XP: /(Windows NT 5.1|Windows XP)/,\n  WINDOWS_SERVER_2003: /Windows NT 5.2/,\n  WINDOWS_VISTA: /Windows NT 6.0/,\n  WINDOWS_7: /(Windows 7|Windows NT 6.1)/,\n  WINDOWS_8_1: /(Windows 8.1|Windows NT 6.3)/,\n  WINDOWS_8: /(Windows 8|Windows NT 6.2)/,\n  WINDOWS_10: /(Windows NT 10.0)/,\n  WINDOWS_PHONE_7_5: /(Windows Phone OS 7.5)/,\n  WINDOWS_PHONE_8_1: /(Windows Phone 8.1)/,\n  WINDOWS_PHONE_10: /(Windows Phone 10)/,\n  WINDOWS_NT_4_0: {\n    and: [/(Windows NT 4.0|WinNT4.0|WinNT|Windows NT)/, { not: /Windows NT 10.0/ }],\n  },\n  MACOSX: /(MAC OS X\\s*[^ 0-9])/,\n  MACOSX_3: /(Darwin 10.3|Mac OS X 10.3)/,\n  MACOSX_4: /(Darwin 10.4|Mac OS X 10.4)/,\n  MACOSX_5: /(Mac OS X 10.5)/,\n  MACOSX_6: /(Mac OS X 10.6)/,\n  MACOSX_7: /(Mac OS X 10.7)/,\n  MACOSX_8: /(Mac OS X 10.8)/,\n  MACOSX_9: /(Mac OS X 10.9)/,\n  MACOSX_10: /(Mac OS X 10.10)/,\n  MACOSX_11: /(Mac OS X 10.11)/,\n  MACOSX_12: /(Mac OS X 10.12)/,\n  MACOSX_13: /(Mac OS X 10.13)/,\n  MACOSX_14: /(Mac OS X 10.14)/,\n  MACOSX_15: /(Mac OS X 10.15)/,\n  MACOSX_16: /(Mac OS X 10.16)/,\n  MACOSX_11_0: {\n    or: [/11_0 like Mac OS X/, /Mac OS X 11/],\n  },\n  iOS: /(iPhone OS\\s*[0-9_]+)/,\n  ANDROID_9: /(Android 9)/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        TABLETS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  iPad: /iPad|iPad.*Mobile/,\n  NexusTablet: /Android.*Nexus[\\s]+(7|9|10)/,\n  GoogleTablet: /Android.*Pixel C/,\n  SamsungTablet: new RegExp(`SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|\n        GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|\n        SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|\n        GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|\n        SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|\n        GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|\n        SHV-E230S|SHW-M180K|SHW-M180L|SM-T865|SM-T290|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|\n        SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|\n        GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T385M|SM-P585M|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|\n        SM-P601|SM-P605|SM-P615|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|\n        GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|\n        SM-T510|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|\n        SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T500|SM-T330|\n        SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|\n        SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|\n        SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|\n        SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|\n        SM-T719|SM-T725|SM-T813|SM-T819|SM-T580|SM-T590|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|\n        SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-P585Y`),\n  Kindle: new RegExp(`Kindle|Silk.*Accelerated|Android.*\\\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|\n        KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\\\b|Android.*Silk\\/[0-9.]+ like Chrome\\\n        /[0-9.]+ (?!Mobile)`),\n  SurfaceTablet: /Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)/,\n  HPTablet: /HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10/,\n  AsusTablet: new RegExp(`^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|\n        TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|\n        Slider SL101|\\\\bK00F\\\\b|\\\\bK00C\\\\b|\\\\bK00E\\\\b|\\\\bK00L\\\\b|TX201LA|ME176C|ME102A|\\\\bM80TA\\\\b|ME372CL|\n        ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\\\bME70C\\\\b|ME581C|\n        ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\\\bP027\\\\b|\\\\bP024\\\\b|\\\\bP00C\\\\b`),\n  BlackBerryTablet: /PlayBook|RIM Tablet/,\n  HTCtablet: /HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410/,\n  MotorolaTablet: /xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617/,\n  NookTablet: /Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2/,\n  AcerTablet: new RegExp(`Android.*; \\\\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|\n        W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\\\b|W3-810|\\\\bA3-A10\\\\b|\\\\bA3-A11\\\\b|\n        \\\\bA3-A20\\\\b|\\\\bA3-A30`),\n  ToshibaTablet:\n    /Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO/,\n  LGTablet: /\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b/,\n  FujitsuTablet: /Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b/,\n  PrestigioTablet: new RegExp(`PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|\n        PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|\n        PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|\n        PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|\n        PMT5887|PMT5001|PMT5002`),\n  LenovoTablet: new RegExp(`Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|\n        YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|\n        B8000|B8080)(-|)(FL|F|HV|H|)|TB-X606F|TB-X103F|TB-X304F|TB-X304L|TB-X704F|TB-8703F|Tab2A7-10F|TB2-X30L|TB-8504F`),\n  DellTablet: /Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7/,\n  YarvikTablet: new RegExp(`Android.*\\\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|\n        TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|\n        TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|\n        TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|\n        TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\\\b`),\n  MedionTablet: /Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB/,\n  ArnovaTablet:\n    /97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2/,\n  IntensoTablet: /INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004/,\n  IRUTablet: /M702pro/,\n  MegafonTablet: /MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b/,\n  EbodaTablet: /E-Boda (Supreme|Impresspeed|Izzycomm|Essential)/,\n  AllViewTablet: /Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)/,\n  ArchosTablet:\n    new RegExp(`\\\\b(101G9|80G9|A101IT)\\\\b|Qilive 97R|Archos5|\\\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10|\n         Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\\\b`),\n  AinolTablet: /NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark/,\n  NokiaLumiaTablet: /Lumia 2520/,\n  SonyTablet: new RegExp(`Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|\n        SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|\n        EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|\n        SGP612|SGP712`),\n  PhilipsTablet: /\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b/,\n  CubeTablet: /Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT/,\n  CobyTablet:\n    new RegExp(`MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|\n        MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010`),\n  MIDTablet: new RegExp(`M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|\n        MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|\n        MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10`),\n  MSITablet: new RegExp(`MSI \\\\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|\n        Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\\\b`),\n  SMiTTablet: /Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)/,\n  RockChipTablet: /Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A/,\n  FlyTablet: /IQ310|Fly Vision/,\n  bqTablet: new RegExp(`Android.*(bq)?.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|\n        Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))|Maxwell.*Lite|Maxwell.*Plus`),\n  HuaweiTablet:\n    new RegExp(`MediaPad|MediaPad 7 Youth|MediaPad T3 10|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|\n        S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-W09`),\n  NecTablet: /\\bN-06D|\\bN-08D/,\n  PantechTablet: /Pantech.*P4100/,\n  BronchoTablet: /Broncho.*(N701|N708|N802|a710)/,\n  VersusTablet: /TOUCHPAD.*[78910]|\\bTOUCHTAB\\b/,\n  ZyncTablet: /z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900/,\n  PositivoTablet: /TB07STA|TB10STA|TB07FTA|TB10FTA/,\n  NabiTablet: /Android.*\\bNabi/,\n  KoboTablet: /Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build/,\n  DanewTablet: /DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b/,\n  TexetTablet: new RegExp(`NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|\n        TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|\n        TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|\n        TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|\n        TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|\n        TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|\n        TB-436|TB-416|TB-146SE|TB-126SE`),\n  PlaystationTablet: /Playstation.*(Portable|Vita)/,\n  TrekstorTablet:\n    /ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab/,\n  PyleAudioTablet:\n    /\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b/,\n  AdvanTablet: new RegExp(`Android.* \\\\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|\n        T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\\\b`),\n  DanyTechTablet: `Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|\n        Genius TAB GII|Genius TAB GIII|Genius Tab S1`,\n  GalapadTablet: /Android.*\\bG1\\b(?!\\))/,\n  MicromaxTablet: /Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b/,\n  KarbonnTablet: /Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b/,\n  AllFineTablet: /Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide/,\n  PROSCANTablet: new RegExp(`\\\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|\n        PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|\n        PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|\n        PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\\\b`),\n  YONESTablet: /BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026/,\n  ChangJiaTablet: new RegExp(`TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|\n        TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|\n        TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|\n        TPC10111|TPC10203|TPC10205|TPC10503`),\n  GUTablet: /TX-A1301|TX-M9002|Q702|kf026/,\n  PointOfViewTablet: new RegExp(`TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|\n        TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|\n        TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|\n        TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10`),\n  OvermaxTablet:\n    new RegExp(`OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|\n        MagicTab|Stream|TB-08|TB-09)|Qualcore 1027`),\n  HCLTablet:\n    /HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync/,\n  DPSTablet: /DPS Dream 9|DPS Dual 7/,\n  VistureTablet: /V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10/,\n  CrestaTablet:\n    /CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989/,\n  MediatekTablet: /\\bMT8125|MT8389|MT8135|MT8377\\b/,\n  ConcordeTablet: /Concorde([ ]+)?Tab|ConCorde ReadMan/,\n  GoCleverTablet:\n    new RegExp(`GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|\n        TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|\n        GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|\n        TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|\n        TAB R104|TAB R83.3|TAB A1042`),\n  ModecomTablet: new RegExp(`FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|\n        FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|\n        FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003`),\n  VoninoTablet: new RegExp(`\\\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|\n        Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|\n        Primus[ _]?QS|Android.*\\\\bQ8\\\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\\\b`),\n  ECSTablet: /V07OT2|TM105A|S10OT1|TR10CS1/,\n  StorexTablet: /eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab/,\n  VodafoneTablet: /SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497/,\n  EssentielBTablet: /Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2/,\n  RossMoorTablet: /RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711/,\n  iMobileTablet: /i-mobile i-note/,\n  TolinoTablet: /tolino tab [0-9.]+|tolino shine/,\n  AudioSonicTablet: /\\bC-22Q|T7-QC|T-17B|T-17P\\b/,\n  AMPETablet: /Android.* A78 /,\n  SkkTablet: /Android.* (SKYPAD|PHOENIX|CYCLOPS)/,\n  TecnoTablet: /TECNO P9|TECNO DP8D/,\n  JXDTablet:\n    new RegExp(`Android.* \\\\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|\n        S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|\n        P1000|P300|S18|S6600|S9100)\\\\b`),\n  iJoyTablet: new RegExp(`Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|\n        Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|\n        Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|\n        Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|\n        Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)`),\n  FX2Tablet: /FX2 PAD7|FX2 PAD10/,\n  XoroTablet: new RegExp(`KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|\n        PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|\n        PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|\n        TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151`),\n  ViewsonicTablet:\n    /ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a/,\n  VerizonTablet: /QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1/,\n  OdysTablet:\n    /LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10/,\n  CaptivaTablet: /CAPTIVA PAD/,\n  IconbitTablet: new RegExp(`NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|\n        NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S`),\n  TeclastTablet: new RegExp(`T98 4G|\\\\bP80\\\\b|\\\\bX90HD\\\\b|X98 Air|X98 Air 3G|\\\\bX89\\\\b|P80 3G|\\\\bX80h\\\\b|P98 Air|\n        \\\\bX89HD\\\\b|P98 3G|\\\\bP90HD\\\\b|P89 3G|X98 3G|\\\\bP70h\\\\b|P79HD 3G|G18d 3G|\\\\bP79HD\\\\b|\\\\bP89s\\\\b|\\\\bA88\\\\b|\n        \\\\bP10HD\\\\b|\\\\bP19HD\\\\b|G18 3G|\\\\bP78HD\\\\b|\\\\bA78\\\\b|\\\\bP75\\\\b|G17s 3G|G17h 3G|\\\\bP85t\\\\b|\\\\bP90\\\\b|\n        \\\\bP11\\\\b|\\\\bP98t\\\\b|\\\\bP98HD\\\\b|\\\\bG18d\\\\b|\\\\bP85s\\\\b|\\\\bP11HD\\\\b|\\\\bP88s\\\\b|\\\\bA80HD\\\\b|\\\\bA80se\\\\b|\n        \\\\bA10h\\\\b|\\\\bP89\\\\b|\\\\bP78s\\\\b|\\\\bG18\\\\b|\\\\bP85\\\\b|\\\\bA70h\\\\b|\\\\bA70\\\\b|\\\\bG17\\\\b|\\\\bP18\\\\b|\\\\bA80s\\\\b|\n        \\\\bA11s\\\\b|\\\\bP88HD\\\\b|\\\\bA80h\\\\b|\\\\bP76s\\\\b|\\\\bP76h\\\\b|\\\\bP98\\\\b|\\\\bA10HD\\\\b|\\\\bP78\\\\b|\\\\bP88\\\\b|\\\\bA11\\\\b|\n        \\\\bA10t\\\\b|\\\\bP76a\\\\b|\\\\bP76t\\\\b|\\\\bP76e\\\\b|\\\\bP85HD\\\\b|\\\\bP85a\\\\b|\\\\bP86\\\\b|\\\\bP75HD\\\\b|\\\\bP76v\\\\b|\\\\bA12\\\\b|\n        \\\\bP75a\\\\b|\\\\bA15\\\\b|\\\\bP76Ti\\\\b|\\\\bP81HD\\\\b|\\\\bA10\\\\b|\\\\bT760VE\\\\b|\\\\bT720HD\\\\b|\\\\bP76\\\\b|\\\\bP73\\\\b|\\\\bP71\\\\b|\n        \\\\bP72\\\\b|\\\\bT720SE\\\\b|\\\\bC520Ti\\\\b|\\\\bT760\\\\b|\\\\bT720VE\\\\b|T720-3GE|T720-WiFi`),\n  OndaTablet: new RegExp(`\\\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|\n        V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|\n        V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|\n        Vi40)\\\\b[\\s]+|V10 \\\\b4G\\\\b`),\n  JaytechTablet: /TPC-PA762/,\n  BlaupunktTablet: /Endeavour 800NG|Endeavour 1010/,\n  DigmaTablet: /\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b/,\n  EvolioTablet: /ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b/,\n  LavaTablet: /QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b/,\n  AocTablet: /MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712/,\n  MpmanTablet: new RegExp(`MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\n        \\\\bMPG7\\\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|\n        MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010`),\n  CelkonTablet: /CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b/,\n  WolderTablet: new RegExp(`miTab \\\\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|\n        POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|\n        FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\\\b`),\n  MediacomTablet: 'M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA',\n  MiTablet: /\\bMI PAD\\b|\\bHM NOTE 1W\\b/,\n  NibiruTablet: /Nibiru M1|Nibiru Jupiter One/,\n  NexoTablet: /NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI/,\n  LeaderTablet: new RegExp(`TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|\n        TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100`),\n  UbislateTablet: /UbiSlate[\\s]?7C/,\n  PocketBookTablet: /Pocketbook/,\n  KocasoTablet: /\\b(TB-1207)\\b/,\n  HisenseTablet: /\\b(F5281|E2371)\\b/,\n  Hudl: /Hudl HT7S3|Hudl 2/,\n  TelstraTablet: /T-Hub2/,\n  Honeywell: /RT10A/,\n  GenericTablet: new RegExp(`Android.*\\\\b97D\\\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\\\bA7EB\\\\b|CatNova8|\n        A1_07|CT704|CT1002|\\\\bM721\\\\b|rk30sdk|\\\\bEVOTAB\\\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|\n        Tablet-PC-4|Tagi Tab|\\\\bM6pro\\\\b|CT1020W|arc 10HD|\\\\bTP750\\\\b|\\\\bQTAQZ3\\\\b|WVT101|TM1088|KT107`),\n}\n                    \n                \n\n\n        \n    \n\n    projects/demo/src/environments/environment.prod.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        environment\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  production: true\n}\n                    \n                \n\n\n        \n    \n\n    projects/demo/src/environments/environment.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        environment\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  production: false\n}\n                    \n                \n\n\n        \n    \n\n    projects/ngx-device-detector/src/lib/device-detector.service.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        iPad\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : 'iPad'\n                    \n                \n\n\n        \n    \n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"}}
+    "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/components/AppComponent.html",[0,1.438,1,1.105]],["body/components/AppComponent.html",[0,1.928,1,1.622,2,3.238,3,1.142,4,0.675,5,2.245,6,2.245,7,2.245,8,2.245,9,0.512,10,1.811,11,1.811,12,3.063,13,2.573,14,2.217,15,2.612,16,3.798,17,2.612,18,3.238,19,0.59,20,1.263,21,1.482,22,3.798,23,2.217,24,3.798,25,2.828,26,1.263,27,3.238,28,2.427,29,4.158,30,3.238,31,2.763,32,2.763,33,2.763,34,1.14,35,2.245,36,1.425,37,2.279,38,3.238,39,1.644,40,0.052,41,2.111,42,1.425,43,1.263,44,2.612,45,3.238,46,2.245,47,2.238,48,1.847,49,1.928,50,3.798,51,1.142,52,2.331,53,2.245,54,2.245,55,3.118,56,2.245,57,1.622,58,1.092,59,1.025,60,1.644,61,1.89,62,1.644,63,1.89,64,2.245,65,2.245,66,3.238,67,2.245,68,2.245,69,2.245,70,2.245,71,2.245,72,2.245,73,2.245,74,0.973,75,0.675,76,1.688,77,1.959,78,0.59,79,0.376,80,2.245,81,2.245,82,2.579,83,2.245,84,2.245,85,1.811,86,3.238,87,1.811,88,1.811,89,2.217,90,1.302,91,1.811,92,1.811,93,1.811,94,2.245,95,2.245,96,2.823,97,2.199,98,2.612,99,2.612,100,2.612,101,2.199,102,2.612,103,2.612,104,1.622,105,2.612,106,2.199,107,2.612,108,2.612,109,3.981,110,2.881,111,2.579,112,2.612,113,2.612,114,3.238,115,1.644,116,2.612,117,3.238,118,2.612,119,3.353,120,3.238,121,2.612,122,3.238,123,1.89,124,1.263,125,1.263,126,1.439,127,3.238,128,3.238,129,3.238,130,2.245,131,3.238,132,2.245,133,3.798,134,2.245,135,2.245,136,2.245,137,3.798,138,2.245,139,3.238,140,3.238,141,3.238,142,2.245,143,2.245,144,2.245,145,2.245,146,2.245,147,2.245,148,3.798,149,3.798,150,3.238,151,1.811,152,2.245,153,2.245,154,2.245,155,2.245,156,2.245,157,3.798,158,2.245,159,3.238,160,2.245,161,2.245,162,2.245,163,2.245,164,2.245,165,2.245,166,2.245,167,2.245,168,2.245,169,4.592,170,2.245,171,2.245,172,3.238,173,3.238,174,3.238,175,2.245,176,0.998,177,2.245,178,1.811,179,2.245,180,2.245,181,1.811,182,2.245,183,2.245,184,3.238,185,2.612,186,2.245,187,4.158,188,2.245,189,2.245,190,2.245,191,0.03,192,0.03]],["title/modules/AppModule.html",[193,2.284,194,1.259]],["body/modules/AppModule.html",[1,2.167,3,1.132,4,1.132,9,0.859,40,0.052,58,0.989,74,1.601,75,1.132,78,0.989,79,0.63,123,2.198,191,0.042,192,0.042,194,2.433,195,1.912,196,2.03,197,3.037,198,3.037,199,3.037,200,2.703,201,3.102,202,1.912,203,3.766,204,4.568,205,3.102,206,3.766,207,2.667,208,3.102,209,2.557,210,3.766,211,4.568,212,1.469,213,4.568,214,3.766,215,2.557,216,3.766,217,3.766,218,3.766,219,2.557]],["title/classes/AppPage.html",[79,0.474,220,1.923]],["body/classes/AppPage.html",[3,1.369,4,1.126,9,0.855,14,2.865,19,0.984,26,1.777,37,2.268,40,0.052,51,1.534,58,0.984,74,1.369,78,0.984,79,0.627,90,1.75,104,1.462,111,2.544,185,3.022,191,0.042,192,0.042,220,3.093,221,2.544,222,3.022,223,5.105,224,5.105,225,5.105,226,5.105,227,3.748,228,5.319,229,3.748,230,4.907,231,3.748,232,3.748,233,3.748,234,3.748,235,3.748,236,3.748,237,3.748,238,3.748,239,4.555,240,3.748,241,3.748,242,3.748,243,3.022,244,2.188,245,3.748]],["title/modules/AppServerModule.html",[193,2.284,246,1.438]],["body/modules/AppServerModule.html",[1,2.079,3,1.072,4,1.072,9,0.814,36,1.645,40,0.052,43,1.724,59,0.701,74,1.631,75,1.328,76,1.585,77,1.585,78,1.16,79,0.74,110,2.081,123,2.081,191,0.04,192,0.04,194,2.335,195,1.81,196,1.963,201,3,202,1.81,205,3,207,2.081,208,3,209,2.421,212,1.391,215,3,219,2.421,246,2.705,247,2.876,248,3.566,249,3.566,250,2.421,251,3.563,252,2.081,253,2.876,254,1.81,255,1.514,256,1.81,257,2.929,258,2.081,259,2.421,260,1.81,261,2.421,262,2.243,263,2.421,264,1.81,265,1.81,266,2.421,267,2.421,268,2.421,269,2.421,270,1.222,271,2.081,272,2.421]],["title/injectables/DeviceDetectorService.html",[36,0.971,255,0.971]],["body/injectables/DeviceDetectorService.html",[3,1.08,4,0.504,9,0.383,14,0.979,19,0.441,20,1.015,21,1.606,23,2.403,26,1.015,28,2.098,31,1.519,32,1.519,33,1.519,34,0.851,36,0.892,37,2.236,39,1.975,40,0.052,41,1.975,42,1.597,43,1.518,47,2.507,48,1.979,49,2.254,51,1.4,52,1.321,57,1.676,58,1.081,59,1.091,60,2.09,61,2.271,62,2.09,63,2.271,74,1.08,75,0.504,78,0.944,79,0.281,82,1.139,89,2.403,90,1.738,104,1.244,115,1.825,124,1.676,125,1.818,126,1.909,176,1.417,191,0.024,192,0.024,212,0.654,244,0.979,254,0.851,255,0.892,256,0.851,264,0.851,265,1.321,270,1.738,273,1.139,274,2.254,275,2.575,276,0.745,277,1.676,278,2.812,279,2.099,280,1.353,281,2.603,282,1.677,283,1.861,284,1.767,285,1.677,286,3.443,287,3.271,288,2.403,289,1.767,290,1.677,291,2.641,292,1.825,293,1.767,294,1.677,295,1.767,296,1.677,297,1.767,298,1.767,299,1.767,300,1.677,301,1.677,302,1.677,303,1.677,304,1.677,305,1.677,306,0.892,307,1.677,308,1.677,309,1.677,310,1.353,311,1.353,312,1.353,313,0.851,314,2.099,315,1.519,316,1.139,317,1.767,318,1.767,319,2.769,320,1.619,321,1.353,322,1.139,323,2.572,324,2.165,325,2.099,326,2.572,327,1.353,328,2.271,329,2.271,330,2.271,331,3.137,332,1.353,333,1.353,334,1.139,335,1.353,336,1.353,337,2.898,338,0.979,339,0.979,340,2.099,341,2.099,342,1.353,343,1.353,344,1.353,345,1.139,346,1.139,347,2.099,348,2.099,349,2.099,350,2.099,351,2.099,352,2.099,353,1.353,354,1.353,355,1.139,356,1.353,357,1.353,358,1.353,359,1.353,360,2.572,361,1.353,362,2.898,363,1.353,364,2.099,365,1.139,366,1.353,367,0.979,368,2.099,369,2.099,370,2.572,371,0.851,372,2.099,373,1.353,374,2.099,375,1.353,376,1.767,377,1.353,378,1.353,379,1.353,380,2.572,381,1.353,382,1.353,383,1.353,384,1.353,385,1.353,386,2.099,387,1.353,388,1.353,389,1.353,390,1.353,391,1.353,392,1.353,393,1.353,394,1.353,395,2.099,396,1.353,397,2.572,398,2.099,399,2.898,400,1.353,401,2.099,402,1.353,403,1.353,404,1.139,405,1.353,406,1.353,407,1.353,408,1.353,409,1.353]],["title/interfaces/DeviceInfo.html",[21,1.105,313,1.438]],["body/interfaces/DeviceInfo.html",[3,1.183,4,0.602,9,0.457,14,1.169,19,0.526,20,1.162,21,1.721,23,2.075,28,1.169,36,0.686,40,0.053,42,1.608,48,1.162,49,2.239,51,1.265,52,1.017,57,1.831,58,1.199,59,1.069,60,2.318,61,2.574,62,2.318,63,2.574,74,1.183,75,0.602,78,1.034,79,0.335,82,1.36,89,2.075,90,1.779,104,1.162,115,1.999,124,1.642,125,1.782,126,1.87,176,1.58,191,0.027,192,0.027,212,0.781,244,1.169,254,1.017,255,1.021,256,1.017,264,1.017,265,1.017,270,1.844,274,0.89,275,1.017,276,0.89,277,1.536,278,2.298,283,1.738,284,1.36,286,3.313,287,3.186,288,2.075,289,1.36,291,2.673,292,1.805,293,1.36,295,1.36,297,1.36,298,1.36,299,1.36,306,0.686,310,1.615,311,1.615,312,1.615,313,1.017,314,2.402,315,1.738,316,1.36,317,2.022,318,2.022,319,2.89,320,1.805,321,1.615,322,1.36,323,2.867,324,2.414,325,2.402,326,2.867,327,1.615,328,2.456,329,2.456,330,2.456,331,3.393,332,1.615,333,1.615,334,1.36,335,1.615,336,1.615,337,3.175,338,1.169,339,1.169,340,2.402,341,2.402,342,1.615,343,1.615,344,1.615,345,1.36,346,1.36,347,2.402,348,2.402,349,2.402,350,2.402,351,2.402,352,2.402,353,1.615,354,1.615,355,1.36,356,1.615,357,1.615,358,1.615,359,1.615,360,2.867,361,1.615,362,3.175,363,1.615,364,2.402,365,1.36,366,1.615,367,1.169,368,2.402,369,2.402,370,2.867,371,1.017,372,2.402,373,1.615,374,2.402,375,1.615,376,2.022,377,1.615,378,1.615,379,1.615,380,2.867,381,1.615,382,1.615,383,1.615,384,1.615,385,1.615,386,2.402,387,1.615,388,1.615,389,1.615,390,1.615,391,1.615,392,1.615,393,1.615,394,1.615,395,2.402,396,1.615,397,2.867,398,2.402,399,3.175,400,1.615,401,2.402,402,1.615,403,1.615,404,1.36,405,1.615,406,1.615,407,1.615,408,1.615,409,1.615,410,2.003]],["title/pipes/KeysPipe.html",[200,1.438,411,1.653]],["body/pipes/KeysPipe.html",[3,1.13,4,1.13,9,0.858,11,3.032,26,1.467,37,1.671,39,1.909,40,0.052,41,2.495,42,1.288,43,1.467,47,1.909,48,2.043,51,1.13,74,1.13,75,1.13,78,0.987,79,0.629,90,1.288,151,3.032,176,1.671,191,0.042,192,0.042,200,2.317,270,1.684,319,2.869,371,1.909,411,2.664,412,3.76,413,3.032,414,5.111,415,4.564,416,4.914,417,3.76,418,4.564,419,3.76,420,4.564,421,3.76,422,3.963,423,3.76,424,4.564,425,4.564,426,3.76]],["title/classes/ReTree.html",[79,0.474,277,1.105]],["body/classes/ReTree.html",[3,0.996,4,0.996,9,0.756,19,0.871,26,1.646,34,2.357,37,2.063,39,2.142,40,0.052,41,2.142,42,1.446,43,1.646,51,1.268,55,2.865,59,0.961,78,0.871,79,0.555,90,1.863,119,3.403,191,0.039,192,0.039,221,2.25,244,2.853,270,1.819,274,2.172,277,1.646,278,3.012,292,1.683,306,1.446,324,2.865,376,2.865,427,2.673,428,3.315,429,2.673,430,2.673,431,2.673,432,4.22,433,3.315,434,4.22,435,4.472,436,3.315,437,4.22,438,4.22,439,3.315,440,4.22,441,4.22,442,4.22,443,3.315,444,3.315,445,3.315,446,4.643,447,3.315,448,3.315,449,4.22,450,3.315,451,3.315,452,3.315,453,3.315]],["title/injectables/UniversalDeviceDetectorService.html",[255,0.971,262,1.438]],["body/injectables/UniversalDeviceDetectorService.html",[1,1.398,3,0.779,4,0.779,9,0.591,19,0.681,20,1.398,21,1.011,23,2.398,26,1.398,28,2.398,31,2.092,32,2.092,33,2.092,34,1.316,36,1.868,37,2.394,39,2.362,40,0.052,41,2.362,42,1.77,43,1.924,47,2.708,48,2.092,49,2.362,51,1.398,52,1.316,57,1.398,58,0.941,59,1.042,60,1.819,61,2.092,62,1.819,63,2.092,74,1.534,75,1.077,76,1.152,77,1.152,78,0.941,79,0.6,89,2.398,90,0.888,104,1.011,110,1.513,124,1.398,125,1.603,126,1.592,191,0.033,192,0.033,194,1.592,205,1.76,207,1.513,208,2.433,209,1.76,212,1.011,215,1.76,219,1.76,246,1.316,250,1.76,251,2.89,252,1.513,253,2.09,254,1.316,255,1.228,256,1.316,257,2.934,258,1.513,259,1.76,260,1.316,261,1.76,262,2.085,263,2.433,264,1.316,265,1.819,266,1.76,267,1.76,268,1.76,269,1.76,270,1.77,271,1.513,272,1.76,273,1.76,277,1.603,278,2.934,279,2.89,280,2.09,283,1.513,284,1.76,286,3.349,287,3.009,288,2.398,289,1.76,291,1.76,292,1.316,293,1.76,295,1.76,297,1.76,298,1.76,299,1.76,306,0.888,454,2.592,455,5.363,456,2.592,457,2.592,458,2.592,459,2.592,460,2.592,461,2.592,462,2.592,463,2.592,464,2.592,465,2.592,466,2.592,467,2.592,468,2.592,469,2.592,470,2.592]],["title/contributing.html",[471,1.626,472,1.398,473,2.394]],["body/contributing.html",[9,0.741,25,1.895,40,0.047,101,2.204,104,1.266,106,2.204,112,3.358,113,2.618,118,2.618,121,2.618,181,2.618,191,0.038,192,0.038,202,1.648,257,1.895,271,1.895,306,1.427,328,1.895,365,2.204,474,4.597,475,4.164,476,3.246,477,4.164,478,3.246,479,4.597,480,4.597,481,4.164,482,3.246,483,3.246,484,4.164,485,2.618,486,4.164,487,4.597,488,4.597,489,4.164,490,3.911,491,4.164,492,3.246,493,2.204,494,3.246,495,3.246,496,3.246,497,5.015,498,3.246,499,4.597,500,3.358,501,5.015,502,3.246,503,5.015,504,3.246,505,4.044,506,4.044,507,4.597,508,3.246,509,4.164,510,3.246,511,3.246,512,3.246,513,3.246,514,3.246,515,3.246,516,3.246,517,2.618,518,3.246,519,3.246,520,3.246,521,3.246,522,3.246,523,3.246,524,3.246,525,3.246,526,3.246,527,3.246,528,3.246,529,3.246,530,3.246,531,3.246,532,4.164,533,4.597,534,4.597,535,4.597,536,3.358,537,2.618,538,3.246,539,4.164,540,3.246,541,3.246,542,3.246,543,2.618,544,3.246,545,3.246,546,3.246,547,4.164,548,3.246,549,2.618,550,3.246,551,4.164,552,3.246,553,3.246,554,3.246,555,3.246,556,3.246,557,3.246,558,3.246,559,3.246,560,3.246,561,3.246,562,3.246,563,3.246,564,3.246,565,3.246,566,3.246,567,3.246,568,3.246,569,3.246,570,2.618,571,3.246,572,3.246,573,3.246,574,3.246,575,3.246,576,3.246,577,3.246,578,3.246,579,3.246,580,2.431,581,3.246,582,3.246,583,3.246,584,2.618,585,1.648]],["title/coverage.html",[586,3.07]],["body/coverage.html",[0,1.536,1,1.18,9,0.69,10,2.439,13,1.766,21,1.18,36,1.037,40,0.052,42,1.037,57,1.18,59,1.089,79,0.666,115,1.536,178,2.439,191,0.036,192,0.036,200,1.536,220,2.054,222,2.439,243,2.439,250,2.054,255,1.363,262,1.536,274,2.461,275,2.804,276,1.975,277,1.18,306,1.037,313,1.536,320,1.536,338,1.766,339,1.766,371,2.847,411,1.766,413,2.439,427,2.439,493,2.054,586,2.439,587,3.025,588,3.025,589,3.025,590,3.33,591,3.977,592,5.583,593,2.054,594,5.562,595,2.439,596,2.439,597,2.439,598,3.025,599,3.977,600,3.977,601,2.439,602,3.208,603,2.439,604,4.412,605,2.439,606,2.439,607,2.439,608,2.439,609,2.439,610,2.439,611,3.025,612,2.439,613,2.439,614,2.439,615,2.439,616,2.439,617,3.025,618,3.025,619,3.025,620,3.025]],["title/dependencies.html",[196,1.507,580,1.398]],["body/dependencies.html",[40,0.052,58,1.241,59,0.783,75,1.197,76,1.77,77,1.77,191,0.043,192,0.043,196,1.77,207,2.94,212,1.554,252,2.325,258,2.325,260,2.022,621,3.982,622,5.525,623,3.982,624,3.982,625,3.982,626,3.982,627,3.982,628,3.982,629,3.982,630,3.982,631,3.982,632,3.982,633,3.982,634,3.211,635,3.982,636,3.982,637,3.982,638,3.982,639,3.982,640,3.982]],["title/miscellaneous/enumerations.html",[641,1.064,642,2.734]],["body/miscellaneous/enumerations.html",[19,1.081,40,0.05,48,2.12,59,0.809,62,2.445,124,1.879,125,1.879,126,2.14,191,0.044,192,0.044,274,1.828,275,2.089,276,2.269,315,2.811,316,3.27,317,3.27,318,3.27,641,1.828,642,3.318,643,3.884]],["title/miscellaneous/functions.html",[641,1.064,644,2.734]],["body/miscellaneous/functions.html",[13,3.027,19,1.122,40,0.049,51,1.479,52,2.169,191,0.045,192,0.045,590,2.9,593,3.52,641,1.898,644,3.445,645,3.969,646,4.271]],["title/index.html",[19,0.629,471,1.626,472,1.398]],["body/index.html",[0,2.233,12,2.054,13,2.376,15,2.054,17,2.054,20,0.994,21,0.994,25,2.067,26,0.994,31,2.067,32,2.067,33,1.487,34,1.293,36,1.584,40,0.052,43,1.381,44,2.054,49,1.293,51,1.438,55,1.729,57,1.381,58,1.155,59,1.073,60,1.293,74,1.475,75,1.064,76,2.126,77,2.224,78,0.93,79,0.593,85,2.054,87,2.054,88,2.054,91,2.054,92,2.054,93,2.054,96,2.986,97,1.729,98,2.054,99,2.054,100,2.054,101,1.729,102,2.054,103,2.054,104,0.994,105,2.054,106,2.404,107,2.054,108,3.282,109,2.855,110,2.376,111,3.249,116,2.054,124,1.381,125,1.381,126,1.573,191,0.032,192,0.032,196,1.132,212,0.994,254,1.293,255,1.213,256,1.293,257,2.568,258,1.487,259,1.729,260,1.293,261,1.729,262,1.797,263,1.729,264,1.293,265,1.293,266,1.729,267,1.729,268,1.729,269,1.729,270,0.873,271,2.067,272,1.729,276,1.132,277,0.994,306,0.873,319,2.376,320,1.797,322,2.404,334,2.404,367,2.067,435,2.054,472,1.487,490,2.054,500,2.054,505,2.054,506,2.054,517,3.728,536,2.855,537,2.054,543,2.054,570,2.054,580,2.067,584,3.958,585,1.293,593,3.249,634,2.054,647,2.054,648,2.547,649,3.282,650,2.547,651,2.547,652,2.547,653,2.547,654,2.547,655,2.547,656,2.547,657,2.547,658,2.547,659,2.547,660,2.547,661,2.547,662,2.547,663,2.547,664,2.547,665,2.547,666,2.547,667,2.547,668,2.547,669,2.054,670,2.547,671,2.547,672,4.399,673,2.547,674,3.541,675,2.547,676,2.547,677,2.547,678,3.541,679,2.547,680,2.547,681,2.547,682,2.547,683,2.547,684,2.547,685,2.855,686,2.855,687,2.855,688,4.399,689,2.547,690,2.547,691,3.541,692,2.547,693,3.541,694,2.547,695,2.054,696,2.547,697,2.547,698,2.547,699,2.547,700,2.547,701,2.547,702,2.547,703,2.054,704,2.547,705,2.547,706,2.547,707,2.547,708,2.547,709,2.547,710,2.855,711,2.547,712,2.547,713,2.547,714,2.547,715,2.547,716,2.054,717,2.547,718,3.541,719,2.547,720,2.054,721,2.547,722,3.541,723,2.547,724,2.547,725,2.547,726,2.547,727,2.547,728,2.547,729,2.547,730,2.547,731,2.547,732,4.07,733,2.547,734,2.547,735,2.547,736,2.547,737,2.547,738,3.541,739,2.547,740,2.547,741,2.547,742,2.547,743,2.547,744,1.729]],["title/license.html",[471,1.626,472,1.398,585,1.215]],["body/license.html",[40,0.042,191,0.042,192,0.042,202,1.906,260,1.906,288,2.191,329,2.191,330,2.191,493,2.548,585,1.906,649,3.677,703,3.027,710,3.027,744,2.548,745,4.911,746,3.027,747,3.754,748,3.027,749,4.559,750,3.754,751,3.754,752,3.754,753,3.754,754,3.754,755,3.754,756,4.559,757,5.473,758,3.754,759,3.754,760,4.911,761,3.754,762,4.559,763,3.754,764,3.754,765,3.754,766,3.754,767,3.754,768,3.754,769,3.754,770,3.754,771,3.754,772,4.559,773,3.754,774,3.754,775,3.754,776,3.754,777,3.754,778,3.754,779,4.559,780,4.559,781,3.754,782,3.754,783,3.754,784,3.754,785,3.754,786,3.754,787,3.754,788,3.754,789,3.754,790,3.754,791,3.754,792,3.754,793,3.754,794,3.754,795,3.754,796,3.754,797,3.754,798,3.754,799,3.754,800,3.754,801,3.754,802,3.754,803,3.754,804,3.754,805,3.754,806,3.754,807,3.754,808,3.754]],["title/modules.html",[195,1.933]],["body/modules.html",[40,0.045,58,1.302,191,0.045,192,0.045,194,1.923,195,2.196,246,2.196,809,4.958,810,4.958,811,4.958]],["title/overview.html",[812,3.07]],["body/overview.html",[0,2.039,1,2.158,40,0.05,123,2.344,176,2.246,191,0.043,192,0.043,194,2.444,195,2.039,196,2.11,197,3.239,198,3.239,199,3.239,200,2.566,201,3.224,202,2.039,221,2.727,246,2.706,247,3.239,273,2.727,313,2.039,411,2.344,812,3.239,813,4.077]],["title/properties.html",[20,1.323,580,1.398]],["body/properties.html",[20,1.603,25,2.398,40,0.05,59,1.078,76,1.825,77,2.267,96,3.266,191,0.044,192,0.044,328,2.398,329,2.398,330,2.398,485,3.312,585,2.085,669,3.312,695,3.312,744,2.789,748,3.312,814,4.107,815,4.107,816,4.107,817,4.107,818,4.107,819,4.107,820,4.107,821,4.107,822,4.107,823,4.107]],["title/miscellaneous/variables.html",[641,1.064,824,2.734]],["body/miscellaneous/variables.html",[19,0.173,40,0.05,42,1.409,47,2.118,48,1.628,57,1.894,58,0.173,59,0.232,90,0.405,97,0.802,115,0.599,124,0.882,125,1.27,176,0.525,191,0.011,192,0.011,252,0.384,270,0.551,274,0.525,275,0.599,276,0.525,283,1.712,292,0.334,306,1.657,315,1.32,320,1.278,338,0.689,339,0.689,345,1.71,346,0.446,355,0.802,367,1.9,371,1.653,404,0.446,422,0.952,429,0.53,430,0.53,431,0.53,549,0.53,590,0.446,595,0.952,596,1.296,597,0.952,601,0.53,602,1.583,603,0.53,604,3.143,605,0.952,606,0.952,607,0.952,608,0.952,609,0.952,610,0.952,612,1.296,613,1.296,614,0.952,615,0.952,616,1.296,641,0.292,643,3.143,645,1.296,647,0.952,685,1.583,686,3.915,687,2.625,716,0.53,720,0.53,746,0.53,813,1.583,824,0.53,825,0.657,826,0.657,827,0.657,828,0.657,829,0.657,830,0.657,831,0.657,832,0.657,833,2.74,834,0.657,835,0.657,836,0.657,837,2.518,838,0.657,839,0.657,840,1.962,841,1.181,842,0.657,843,1.962,844,0.657,845,1.962,846,0.657,847,0.657,848,0.657,849,1.608,850,0.657,851,1.608,852,0.657,853,2.74,854,0.657,855,1.608,856,0.657,857,1.181,858,1.181,859,0.657,860,1.181,861,0.657,862,0.657,863,0.657,864,1.608,865,0.657,866,0.657,867,0.657,868,1.608,869,1.608,870,1.608,871,1.608,872,1.608,873,1.608,874,0.657,875,0.657,876,2.933,877,2.933,878,0.657,879,0.657,880,0.657,881,0.657,882,3.814,883,0.657,884,0.657,885,0.657,886,2.262,887,2.262,888,1.608,889,1.608,890,2.262,891,1.181,892,1.181,893,0.657,894,0.657,895,0.657,896,0.657,897,0.657,898,0.657,899,0.657,900,1.608,901,2.262,902,1.181,903,0.657,904,1.962,905,4.791,906,0.657,907,1.608,908,1.181,909,0.657,910,1.181,911,1.181,912,0.657,913,1.608,914,1.608,915,1.608,916,1.181,917,1.608,918,1.181,919,1.962,920,1.608,921,1.608,922,1.608,923,1.608,924,1.181,925,0.657,926,1.608,927,1.608,928,1.608,929,1.608,930,1.608,931,1.608,932,1.608,933,1.181,934,1.608,935,1.608,936,1.962,937,1.608,938,1.962,939,1.962,940,1.962,941,1.181,942,0.657,943,1.181,944,0.657,945,0.657,946,3.391,947,0.657,948,1.181,949,0.657,950,0.657,951,0.657,952,0.657,953,0.657,954,0.657,955,0.657,956,0.657,957,0.657,958,2.933,959,0.657,960,1.181,961,1.608,962,1.962,963,1.608,964,1.962,965,0.657,966,0.657,967,0.657,968,0.657,969,0.657,970,0.657,971,0.657,972,0.657,973,0.657,974,0.657,975,0.657,976,0.657,977,0.657,978,0.657,979,0.657,980,0.657,981,0.657,982,0.657,983,0.657,984,0.657,985,0.657,986,0.657,987,0.657,988,0.657,989,0.657,990,0.657,991,0.657,992,0.657,993,0.657,994,0.657,995,0.657,996,0.657,997,0.657,998,1.181,999,0.657,1000,0.657,1001,0.657,1002,4.421,1003,0.657,1004,0.657,1005,0.657,1006,0.657,1007,0.657,1008,0.657,1009,0.657,1010,0.657,1011,0.657,1012,0.657,1013,0.657,1014,0.657,1015,0.657,1016,0.657,1017,0.657,1018,0.657,1019,0.657,1020,0.657,1021,0.657,1022,0.657,1023,0.657,1024,0.657,1025,0.657,1026,0.657,1027,0.657,1028,0.657,1029,0.657,1030,0.657,1031,0.657,1032,0.657,1033,0.657,1034,0.657,1035,0.657,1036,0.657,1037,0.657,1038,0.657,1039,0.657,1040,0.657,1041,0.657,1042,0.657,1043,0.657,1044,0.657,1045,0.657,1046,0.657,1047,0.657,1048,0.657,1049,0.657,1050,0.657,1051,0.657,1052,0.657,1053,0.657,1054,0.657,1055,0.657,1056,0.657,1057,0.657,1058,0.657,1059,0.657,1060,0.657,1061,0.657,1062,0.657,1063,0.657,1064,0.657,1065,0.657,1066,0.657,1067,0.657,1068,0.657,1069,0.657,1070,0.657,1071,0.657,1072,0.657,1073,0.657,1074,0.657,1075,0.657,1076,0.657,1077,0.657,1078,0.657,1079,0.657,1080,0.657,1081,0.657,1082,0.657,1083,0.657,1084,0.657,1085,0.657,1086,0.657,1087,0.657,1088,0.657,1089,0.657,1090,0.657,1091,0.657,1092,0.657,1093,0.657,1094,0.657,1095,0.657,1096,0.657,1097,0.657,1098,0.657,1099,0.657,1100,0.657,1101,0.657,1102,0.657,1103,0.657,1104,0.657,1105,0.657,1106,0.657,1107,0.657,1108,0.657,1109,0.657,1110,0.657,1111,0.657,1112,0.657,1113,0.657,1114,0.657,1115,0.657,1116,0.657,1117,0.657,1118,0.657,1119,0.657,1120,0.657,1121,0.657,1122,0.657,1123,0.657,1124,0.657,1125,0.657,1126,0.657,1127,0.657,1128,0.657,1129,0.657,1130,0.657,1131,0.657,1132,0.657,1133,0.657,1134,0.657,1135,0.657,1136,0.657,1137,0.657,1138,0.657,1139,0.657,1140,0.657,1141,0.657,1142,0.657,1143,0.657,1144,0.657,1145,0.657,1146,0.657,1147,0.657,1148,0.657,1149,0.657,1150,0.657,1151,0.657,1152,0.657,1153,0.657,1154,0.657,1155,0.657,1156,0.657,1157,0.657,1158,0.657,1159,0.657,1160,0.657,1161,0.657,1162,0.657,1163,0.657,1164,0.657,1165,0.657,1166,0.657,1167,0.657,1168,0.657,1169,0.657,1170,0.657,1171,0.657,1172,0.657,1173,0.657,1174,0.657,1175,0.657,1176,0.657,1177,0.657,1178,0.657,1179,0.657,1180,0.657,1181,0.657,1182,0.657,1183,0.657,1184,0.657,1185,0.657,1186,0.657,1187,0.657,1188,0.657,1189,2.74,1190,0.657,1191,0.657,1192,0.657,1193,0.657,1194,0.657,1195,0.657,1196,0.657,1197,0.657,1198,0.657,1199,0.657,1200,0.657,1201,0.657,1202,0.657,1203,0.657,1204,0.657,1205,0.657,1206,0.657,1207,0.657,1208,0.657,1209,0.657,1210,0.657,1211,0.657,1212,0.657,1213,0.657,1214,0.657,1215,0.657,1216,0.657,1217,0.657,1218,0.657,1219,0.657,1220,0.657,1221,0.657,1222,0.657,1223,0.657,1224,0.657,1225,0.657,1226,0.657,1227,0.657,1228,0.657,1229,0.657,1230,0.657,1231,0.657,1232,0.657,1233,0.657,1234,0.657,1235,0.657,1236,0.657,1237,0.657,1238,0.657,1239,0.657,1240,0.657,1241,0.657,1242,0.657,1243,0.657,1244,0.657,1245,0.657,1246,0.657,1247,0.657,1248,0.657,1249,0.657,1250,0.657,1251,0.657,1252,0.657,1253,0.657,1254,0.657,1255,0.657,1256,4.172,1257,0.657,1258,0.657,1259,0.657,1260,0.657,1261,0.657,1262,0.657,1263,0.657,1264,0.657,1265,0.657,1266,0.657,1267,0.657,1268,0.657,1269,0.657,1270,0.657,1271,0.657,1272,0.657,1273,0.657,1274,0.657,1275,0.657,1276,0.657,1277,0.657,1278,0.657,1279,0.657,1280,0.657,1281,0.657,1282,0.657,1283,0.657,1284,0.657,1285,0.657,1286,0.657,1287,0.657,1288,0.657,1289,0.657,1290,0.657,1291,0.657,1292,0.657,1293,0.657,1294,0.657,1295,0.657,1296,0.657,1297,0.657,1298,0.657,1299,0.657,1300,0.657,1301,0.657,1302,0.657,1303,0.657,1304,0.657,1305,0.657,1306,0.657,1307,0.657,1308,0.657,1309,0.657,1310,0.657,1311,0.657,1312,0.657,1313,0.657,1314,0.657,1315,0.657,1316,0.657,1317,0.657,1318,0.657,1319,0.657,1320,0.657,1321,0.657,1322,0.657,1323,0.657,1324,0.657,1325,0.657,1326,0.657,1327,0.657,1328,0.657,1329,0.657,1330,0.657,1331,0.657,1332,0.657,1333,0.657,1334,0.657,1335,0.657,1336,0.657,1337,0.657,1338,0.657,1339,0.657,1340,0.657,1341,0.657,1342,0.657,1343,0.657,1344,0.657,1345,0.657,1346,0.657,1347,0.657,1348,0.657,1349,0.657,1350,0.657,1351,0.657,1352,0.657,1353,0.657,1354,0.657,1355,0.657,1356,0.657,1357,0.657,1358,0.657,1359,0.657,1360,0.657,1361,0.657,1362,0.657,1363,0.657,1364,0.657,1365,0.657,1366,0.657,1367,0.657,1368,0.657,1369,0.657,1370,0.657,1371,0.657,1372,0.657,1373,0.657,1374,0.657,1375,0.657,1376,0.657,1377,0.657,1378,0.657,1379,0.657,1380,0.657,1381,0.657,1382,0.657,1383,0.657,1384,0.657,1385,0.657,1386,0.657,1387,0.657,1388,0.657,1389,0.657,1390,0.657,1391,0.657,1392,0.657,1393,0.657,1394,0.657,1395,0.657,1396,0.657,1397,0.657,1398,0.657,1399,0.657,1400,0.657,1401,0.657,1402,0.657,1403,0.657,1404,0.657,1405,0.657,1406,0.657,1407,0.657,1408,0.657,1409,0.657,1410,0.657,1411,0.657,1412,0.657,1413,0.657,1414,0.657,1415,0.657,1416,0.657,1417,0.657,1418,0.657,1419,0.657,1420,0.657,1421,0.657,1422,0.657,1423,0.657,1424,0.657,1425,0.657,1426,0.657,1427,0.657,1428,0.657,1429,0.657,1430,0.657,1431,0.657,1432,0.657,1433,0.657,1434,0.657,1435,0.657,1436,0.657,1437,0.657,1438,0.657,1439,0.657,1440,0.657,1441,0.657,1442,0.657,1443,0.657,1444,0.657,1445,0.657,1446,0.657,1447,0.657,1448,0.657,1449,0.657,1450,0.657,1451,0.657,1452,0.657,1453,0.657,1454,0.657,1455,0.657,1456,0.657,1457,0.657,1458,0.657,1459,0.657,1460,0.657,1461,0.657,1462,0.657,1463,0.657,1464,0.657,1465,0.657,1466,2.518,1467,0.657,1468,0.657,1469,0.657,1470,0.657,1471,0.657,1472,0.657,1473,0.657,1474,0.657,1475,0.657,1476,0.657,1477,0.657,1478,0.657,1479,0.657,1480,0.657,1481,0.657,1482,0.657,1483,0.657,1484,0.657,1485,0.657,1486,0.657,1487,0.657,1488,0.657,1489,0.657,1490,0.657,1491,0.657,1492,0.657,1493,0.657,1494,0.657,1495,0.657,1496,0.657,1497,0.657,1498,0.657,1499,0.657,1500,0.657,1501,0.657,1502,0.657,1503,0.657,1504,0.657,1505,0.657,1506,0.657,1507,0.657,1508,0.657,1509,0.657,1510,0.657,1511,0.657,1512,0.657,1513,0.657,1514,0.657,1515,0.657,1516,0.657,1517,0.657,1518,0.657,1519,0.657,1520,0.657,1521,0.657,1522,0.657,1523,0.657,1524,0.657,1525,0.657,1526,0.657,1527,0.657,1528,0.657,1529,0.657,1530,0.657,1531,0.657,1532,0.657,1533,0.657,1534,0.657,1535,0.657,1536,0.657,1537,0.657,1538,0.657,1539,0.657,1540,0.657,1541,0.657,1542,0.657,1543,0.657,1544,0.657,1545,0.657,1546,0.657,1547,0.657,1548,0.657,1549,0.657,1550,0.657,1551,0.657,1552,0.657,1553,0.657,1554,0.657,1555,0.657,1556,0.657,1557,0.657,1558,0.657,1559,0.657,1560,0.657,1561,0.657,1562,0.657,1563,0.657,1564,0.657,1565,0.657,1566,0.657,1567,0.657,1568,3.513,1569,0.657,1570,0.657,1571,0.657,1572,0.657,1573,0.657,1574,0.657,1575,0.657,1576,0.657,1577,0.657,1578,0.657,1579,0.657,1580,0.657,1581,0.657,1582,0.657,1583,0.657,1584,0.657,1585,0.657,1586,0.657,1587,0.657,1588,0.657,1589,0.657,1590,0.657,1591,0.657,1592,0.657,1593,0.657,1594,0.657,1595,0.657,1596,0.657,1597,0.657,1598,0.657,1599,0.657,1600,0.657,1601,0.657,1602,0.657,1603,0.657,1604,0.657,1605,0.657,1606,0.657,1607,0.657,1608,0.657,1609,0.657,1610,0.657,1611,0.657,1612,0.657,1613,0.657,1614,0.657,1615,0.657,1616,0.657,1617,0.657,1618,0.657,1619,0.657,1620,0.657,1621,0.657,1622,1.181,1623,0.657,1624,0.657,1625,0.657,1626,0.657,1627,0.657,1628,0.657,1629,0.657,1630,0.657,1631,0.657,1632,0.657,1633,0.657,1634,0.657,1635,0.657,1636,0.657,1637,0.657,1638,0.657,1639,0.657,1640,0.657,1641,0.657,1642,0.657,1643,0.657,1644,0.657,1645,0.657,1646,0.657,1647,1.181,1648,0.657,1649,1.181,1650,0.657,1651,0.657,1652,0.657,1653,0.657,1654,0.657,1655,0.657,1656,0.657,1657,0.657,1658,0.657,1659,1.181,1660,0.657,1661,0.657,1662,0.657,1663,1.181,1664,0.657,1665,0.657,1666,0.657,1667,0.657,1668,0.657,1669,0.657,1670,0.657,1671,0.657,1672,0.657,1673,0.657,1674,0.657,1675,0.657,1676,0.657,1677,0.657,1678,0.657,1679,0.657,1680,0.657,1681,0.657,1682,0.657,1683,0.657,1684,0.657,1685,0.657,1686,1.181,1687,0.657,1688,0.657,1689,1.608,1690,1.608,1691,1.181,1692,0.657,1693,0.657,1694,0.657,1695,0.657,1696,0.657,1697,0.657,1698,0.657,1699,1.181,1700,1.181,1701,1.962,1702,1.181,1703,0.657,1704,1.181,1705,1.181,1706,0.657,1707,1.181,1708,1.181,1709,1.181,1710,1.181,1711,1.181,1712,1.181,1713,1.181,1714,0.657,1715,1.181,1716,0.657,1717,1.181,1718,1.181,1719,1.962,1720,1.181,1721,1.181,1722,2.518,1723,1.181,1724,1.181,1725,1.181,1726,1.181,1727,1.181,1728,1.181,1729,4.692,1730,1.181,1731,0.657,1732,1.181,1733,0.657,1734,1.181,1735,0.657,1736,1.181,1737,1.181,1738,0.657,1739,1.181,1740,1.181,1741,1.181,1742,1.181,1743,1.181,1744,1.181,1745,1.181,1746,1.181,1747,1.181,1748,0.657,1749,1.181,1750,1.181,1751,0.657,1752,0.657,1753,0.657,1754,0.657,1755,0.657,1756,0.657,1757,0.657,1758,0.657,1759,0.657,1760,0.657,1761,0.657,1762,0.657,1763,0.657,1764,0.657,1765,0.657,1766,0.657,1767,0.657,1768,0.657,1769,0.657,1770,0.657,1771,1.181,1772,0.657,1773,0.657,1774,0.657,1775,0.657,1776,1.181,1777,0.657,1778,0.657,1779,0.657,1780,0.657,1781,0.657,1782,0.657,1783,0.657,1784,0.657,1785,0.657,1786,0.657,1787,0.657,1788,0.657,1789,0.657,1790,0.657,1791,0.657,1792,0.657,1793,0.657,1794,0.657,1795,0.657,1796,0.657,1797,0.657,1798,0.657,1799,0.657,1800,0.657,1801,0.657,1802,0.657,1803,0.657,1804,0.657,1805,0.657,1806,0.657,1807,0.657,1808,0.657,1809,0.657,1810,0.657,1811,0.657,1812,0.657,1813,0.657,1814,0.657,1815,0.657,1816,0.657,1817,0.657,1818,0.657,1819,0.657,1820,0.657,1821,0.657,1822,0.657,1823,0.657,1824,0.657,1825,0.657,1826,0.657,1827,0.657,1828,0.657,1829,0.657,1830,0.657,1831,0.657,1832,0.657,1833,0.657,1834,0.657,1835,0.657,1836,0.657,1837,0.657,1838,0.657,1839,0.657,1840,0.657,1841,0.657,1842,0.657,1843,0.657,1844,0.657,1845,0.657,1846,0.657,1847,0.657,1848,0.657,1849,0.657,1850,0.657,1851,0.657,1852,0.657,1853,0.657,1854,0.657,1855,0.657,1856,0.657,1857,0.657,1858,0.657,1859,0.657,1860,0.657,1861,0.657,1862,0.657,1863,0.657,1864,0.657,1865,0.657,1866,0.657,1867,0.657,1868,0.657,1869,0.657,1870,0.657,1871,0.657,1872,0.657,1873,0.657,1874,0.657,1875,0.657,1876,0.657,1877,0.657,1878,0.657,1879,0.657,1880,0.657,1881,0.657,1882,0.657,1883,0.657,1884,0.657,1885,0.657,1886,0.657,1887,0.657,1888,0.657,1889,0.657,1890,0.657,1891,0.657,1892,0.657,1893,0.657,1894,0.657,1895,0.657,1896,0.657,1897,0.657,1898,0.657,1899,0.657,1900,0.657,1901,0.657,1902,0.657,1903,0.657,1904,0.657,1905,0.657,1906,0.657,1907,0.657,1908,0.657,1909,0.657,1910,0.657,1911,0.657,1912,0.657,1913,0.657,1914,0.657,1915,0.657,1916,0.657,1917,0.657,1918,0.657,1919,0.657,1920,0.657,1921,0.657,1922,0.657,1923,0.657,1924,0.657,1925,0.657,1926,0.657,1927,0.657,1928,0.657,1929,0.657,1930,0.657,1931,0.657,1932,0.657,1933,0.657,1934,0.657,1935,0.657,1936,0.657,1937,0.657,1938,0.657,1939,0.657,1940,0.657,1941,0.657,1942,0.657,1943,0.657,1944,0.657,1945,0.657,1946,0.657,1947,0.657,1948,0.657,1949,0.657,1950,0.657,1951,0.657,1952,0.657,1953,0.657,1954,0.657,1955,0.657,1956,0.657,1957,0.657,1958,0.657,1959,0.657,1960,0.657,1961,0.657,1962,0.657,1963,0.657,1964,0.657,1965,0.657,1966,0.657,1967,0.657,1968,0.657,1969,0.657,1970,0.657,1971,0.657,1972,0.657,1973,0.657,1974,0.657,1975,0.657,1976,0.657,1977,0.657,1978,0.657,1979,0.657,1980,0.657,1981,0.657,1982,0.657,1983,0.657,1984,0.657,1985,0.657,1986,0.657,1987,0.657,1988,0.657,1989,0.657,1990,0.657,1991,0.657,1992,0.657,1993,0.657,1994,0.657,1995,0.657,1996,0.657,1997,0.657,1998,0.657,1999,0.657,2000,0.657,2001,0.657,2002,0.657,2003,0.657,2004,0.657,2005,0.657,2006,0.657,2007,0.657,2008,0.657,2009,0.657,2010,0.657,2011,0.657,2012,0.657,2013,0.657,2014,0.657,2015,0.657,2016,0.657,2017,0.657,2018,0.657,2019,0.657,2020,0.657,2021,0.657,2022,0.657,2023,0.657,2024,0.657,2025,0.657,2026,0.657,2027,0.657,2028,0.657,2029,0.657,2030,0.657,2031,0.657,2032,0.657,2033,0.657,2034,0.657,2035,0.657,2036,0.657,2037,0.657,2038,0.657,2039,0.657,2040,0.657,2041,0.657,2042,0.657,2043,0.657,2044,0.657,2045,0.657,2046,0.657,2047,0.657,2048,0.657,2049,0.657,2050,0.657,2051,0.657,2052,0.657,2053,0.657,2054,0.657,2055,0.657,2056,1.608,2057,0.657,2058,0.657,2059,0.657,2060,0.657,2061,0.657,2062,0.657,2063,0.657,2064,0.657,2065,0.657,2066,0.657,2067,0.657,2068,0.657,2069,0.657,2070,0.657,2071,0.657,2072,0.657,2073,0.657,2074,0.657,2075,0.657,2076,0.657,2077,0.657,2078,0.657,2079,0.657,2080,0.657,2081,0.657,2082,0.657,2083,0.657,2084,0.657,2085,0.657,2086,0.657,2087,0.657,2088,0.657,2089,0.657,2090,0.657,2091,0.657,2092,0.657,2093,0.657,2094,0.657,2095,0.657,2096,0.657,2097,0.657,2098,0.657,2099,0.657,2100,0.657,2101,0.657,2102,0.657,2103,0.657,2104,0.657,2105,0.657,2106,0.657,2107,0.657,2108,0.657,2109,0.657,2110,0.657,2111,0.657,2112,0.657,2113,0.657,2114,0.657,2115,0.657,2116,0.657,2117,0.657,2118,0.657,2119,0.657,2120,0.657,2121,0.657,2122,0.657,2123,1.181,2124,0.657,2125,0.657,2126,0.657,2127,0.657,2128,0.657,2129,0.657,2130,0.657,2131,0.657,2132,0.657,2133,0.657,2134,0.657,2135,1.608,2136,0.657,2137,0.657,2138,0.657,2139,0.657,2140,0.657,2141,0.657,2142,0.657,2143,0.657,2144,0.657,2145,0.657,2146,0.657,2147,0.657,2148,0.657,2149,0.657,2150,0.657,2151,0.657,2152,0.657,2153,0.657,2154,0.657,2155,0.657,2156,0.657,2157,0.657,2158,0.657,2159,0.657,2160,0.657,2161,0.657,2162,0.657,2163,0.657,2164,0.657,2165,0.657,2166,0.657,2167,0.657,2168,0.657,2169,0.657,2170,0.657,2171,0.657,2172,0.657,2173,0.657,2174,0.657,2175,0.657,2176,0.657,2177,0.657,2178,0.657,2179,0.657,2180,0.657,2181,0.657,2182,0.657,2183,0.657,2184,0.657,2185,0.657,2186,0.657,2187,0.657,2188,0.657,2189,0.657,2190,0.657,2191,0.657,2192,0.657,2193,0.657,2194,0.657,2195,0.657,2196,0.657,2197,0.657,2198,0.657,2199,0.657,2200,0.657,2201,0.657,2202,0.657,2203,0.657,2204,0.657,2205,0.657,2206,0.657,2207,0.657,2208,0.657,2209,0.657,2210,0.657,2211,0.657,2212,0.657,2213,0.657,2214,0.657,2215,0.657,2216,0.657,2217,0.657,2218,0.657,2219,0.657,2220,0.657,2221,0.657,2222,0.657,2223,0.657,2224,0.657,2225,0.657,2226,0.657,2227,0.657,2228,0.657,2229,0.657,2230,0.657,2231,0.657,2232,0.657,2233,0.657,2234,0.657,2235,0.657,2236,0.657,2237,0.657,2238,0.657,2239,0.657,2240,0.657,2241,0.657,2242,0.657,2243,0.657,2244,0.657,2245,0.657,2246,0.657,2247,0.657,2248,0.657,2249,0.657,2250,0.657,2251,0.657,2252,0.657,2253,0.657,2254,0.657,2255,0.657,2256,0.657,2257,0.657,2258,0.657,2259,0.657,2260,0.657,2261,0.657,2262,0.657,2263,0.657,2264,0.657,2265,0.657,2266,0.657,2267,0.657,2268,0.657,2269,0.657,2270,0.657,2271,0.657,2272,0.657,2273,0.657,2274,0.657,2275,0.657,2276,0.657,2277,0.657,2278,0.657,2279,0.657,2280,0.657,2281,0.657,2282,0.657,2283,0.657,2284,0.657,2285,0.657,2286,0.657,2287,0.657,2288,0.657,2289,0.657,2290,0.657,2291,0.657,2292,0.657,2293,0.657,2294,0.657,2295,0.657,2296,0.657,2297,0.657,2298,0.657,2299,0.657,2300,0.657,2301,0.657,2302,0.657,2303,0.657,2304,0.657,2305,1.181,2306,0.657,2307,0.657,2308,0.657,2309,0.657,2310,0.657,2311,0.657,2312,0.657,2313,0.657,2314,0.657,2315,0.657,2316,0.657,2317,0.657,2318,0.657,2319,0.657,2320,0.657,2321,0.657,2322,0.657,2323,0.657,2324,0.657,2325,0.657,2326,0.657,2327,0.657,2328,0.657,2329,0.657,2330,1.962,2331,0.657,2332,0.657,2333,0.657,2334,0.657,2335,0.657,2336,0.657,2337,0.657,2338,0.657,2339,0.657,2340,0.657,2341,0.657,2342,0.657,2343,0.657,2344,0.657,2345,0.657,2346,0.657,2347,0.657,2348,0.657,2349,0.657,2350,0.657,2351,0.657,2352,0.657,2353,0.657,2354,0.657,2355,0.657,2356,0.657,2357,0.657,2358,0.657,2359,0.657,2360,0.657,2361,0.657,2362,0.657,2363,0.657,2364,0.657,2365,0.657,2366,0.657,2367,0.657,2368,0.657,2369,0.657,2370,0.657,2371,0.657,2372,0.657,2373,0.657,2374,0.657,2375,0.657,2376,1.181,2377,0.657,2378,0.657,2379,0.657,2380,0.657,2381,0.657,2382,0.657,2383,0.657,2384,0.657,2385,0.657,2386,0.657,2387,0.657,2388,0.657,2389,0.657,2390,0.657,2391,0.657,2392,0.657,2393,0.657,2394,0.657,2395,1.181,2396,4.111,2397,0.657,2398,0.657,2399,0.657,2400,0.657,2401,0.657,2402,1.181,2403,0.657,2404,0.657,2405,0.657,2406,0.657,2407,0.657,2408,0.657,2409,0.657,2410,0.657,2411,0.657,2412,0.657,2413,0.657,2414,0.657,2415,0.657,2416,0.657,2417,0.657,2418,0.657,2419,0.657,2420,0.657,2421,0.657,2422,0.657,2423,0.657,2424,0.657,2425,0.657,2426,0.657,2427,0.657,2428,0.657,2429,0.657,2430,0.657,2431,0.657,2432,0.657,2433,0.657,2434,0.657,2435,0.657,2436,0.657,2437,0.657,2438,0.657,2439,0.657,2440,0.657,2441,0.657,2442,0.657,2443,1.181,2444,0.657,2445,0.657,2446,0.657,2447,0.657,2448,0.657,2449,0.657,2450,0.657,2451,0.657,2452,0.657,2453,0.657,2454,0.657,2455,0.657,2456,0.657,2457,0.657,2458,0.657,2459,0.657,2460,0.657,2461,0.657,2462,0.657,2463,0.657,2464,0.657,2465,0.657,2466,0.657,2467,1.181,2468,1.181,2469,0.657,2470,0.657,2471,0.657,2472,0.657,2473,0.657,2474,0.657,2475,0.657,2476,0.657,2477,0.657,2478,0.657,2479,0.657,2480,0.657,2481,0.657,2482,0.657,2483,0.657,2484,0.657,2485,0.657,2486,0.657,2487,0.657,2488,0.657,2489,0.657,2490,0.657,2491,0.657,2492,0.657,2493,0.657,2494,0.657,2495,1.608,2496,0.657,2497,0.657,2498,0.657,2499,0.657,2500,0.657,2501,1.181,2502,0.657,2503,0.657,2504,0.657,2505,0.657,2506,0.657,2507,0.657,2508,0.657,2509,0.657,2510,0.657,2511,0.657,2512,0.657,2513,0.657,2514,0.657,2515,0.657,2516,0.657,2517,0.657,2518,0.657,2519,0.657,2520,0.657,2521,0.657,2522,0.657,2523,0.657,2524,0.657,2525,0.657,2526,0.657,2527,0.657,2528,0.657,2529,0.657,2530,0.657,2531,0.657,2532,0.657,2533,0.657,2534,0.657,2535,0.657,2536,0.657,2537,0.657,2538,0.657,2539,0.657,2540,0.657,2541,0.657,2542,0.657,2543,0.657,2544,0.657,2545,0.657,2546,0.657,2547,0.657,2548,0.657,2549,0.657,2550,0.657,2551,0.657,2552,0.657,2553,0.657,2554,0.657,2555,0.657,2556,0.657,2557,0.657,2558,0.657,2559,0.657,2560,0.657,2561,0.657,2562,0.657,2563,0.657,2564,0.657,2565,0.657,2566,0.657,2567,0.657,2568,0.657,2569,0.657,2570,0.657,2571,0.657,2572,0.657,2573,0.657,2574,0.657,2575,0.657,2576,1.608,2577,0.657,2578,0.657,2579,0.657,2580,0.657,2581,0.657,2582,0.657,2583,0.657,2584,0.657,2585,0.657,2586,0.657,2587,0.657,2588,0.657,2589,0.657,2590,0.657,2591,0.657,2592,0.657,2593,0.657,2594,0.657,2595,0.657,2596,0.657,2597,0.657,2598,0.657,2599,0.657,2600,0.657,2601,0.657,2602,0.657,2603,0.657,2604,0.657,2605,0.657,2606,0.657,2607,0.657,2608,0.657,2609,0.657,2610,0.657,2611,0.657,2612,0.657,2613,0.657,2614,0.657,2615,0.657,2616,0.657,2617,0.657,2618,0.657,2619,0.657,2620,0.657,2621,0.657,2622,0.657,2623,0.657,2624,0.657,2625,0.657,2626,0.657,2627,0.657,2628,0.657,2629,0.657,2630,0.657,2631,0.657,2632,0.657,2633,0.657,2634,0.657,2635,0.657,2636,0.657,2637,0.657,2638,0.657,2639,0.657,2640,1.181,2641,0.657,2642,0.657,2643,0.657,2644,0.657,2645,0.657,2646,0.657,2647,0.657,2648,0.657,2649,0.657,2650,0.657,2651,0.657,2652,0.657,2653,0.657,2654,0.657,2655,0.657,2656,0.657,2657,0.657,2658,0.657,2659,0.657,2660,0.657,2661,0.657,2662,0.657,2663,0.657,2664,0.657,2665,0.657,2666,0.657,2667,0.657,2668,0.657,2669,0.657,2670,0.657,2671,0.657,2672,0.657,2673,0.657,2674,0.657,2675,0.657,2676,0.657,2677,0.657,2678,0.657,2679,0.657,2680,0.657,2681,0.657,2682,0.657,2683,0.657,2684,0.657,2685,0.657,2686,0.657,2687,0.657,2688,0.657,2689,0.657,2690,0.657,2691,0.657,2692,0.657,2693,0.657,2694,0.657,2695,0.657,2696,0.657,2697,0.657,2698,0.657,2699,0.657,2700,0.657,2701,0.657,2702,0.657,2703,0.657,2704,0.657,2705,0.657,2706,0.657,2707,0.657,2708,0.657,2709,0.657,2710,1.608,2711,0.657,2712,0.657,2713,0.657,2714,0.657,2715,0.657,2716,0.657,2717,0.657,2718,0.657,2719,0.657,2720,0.657,2721,0.657,2722,0.657,2723,0.657,2724,0.657,2725,0.657,2726,0.657,2727,0.657,2728,0.657,2729,0.657,2730,0.657,2731,0.657,2732,0.657,2733,0.657,2734,0.657,2735,0.657,2736,0.657,2737,0.657,2738,0.657,2739,0.657,2740,0.657,2741,0.657,2742,0.657,2743,1.181,2744,1.181,2745,1.181,2746,0.657,2747,0.657,2748,1.181,2749,1.181,2750,1.181,2751,0.657,2752,0.657,2753,0.657,2754,0.657,2755,0.657,2756,0.657,2757,1.181,2758,0.657,2759,0.657,2760,0.657,2761,0.657,2762,0.657,2763,0.657,2764,0.657,2765,0.657,2766,0.657,2767,0.657,2768,0.657,2769,0.657,2770,0.657,2771,0.657,2772,0.657,2773,0.657,2774,0.657,2775,0.657,2776,0.657,2777,0.657,2778,0.657,2779,0.657,2780,0.657,2781,0.657,2782,0.657,2783,0.657,2784,0.657,2785,0.657,2786,0.657,2787,0.657,2788,0.657,2789,0.657,2790,1.181,2791,0.657,2792,0.657,2793,0.657,2794,0.657,2795,0.657,2796,0.657,2797,0.657,2798,0.657,2799,0.657,2800,0.657,2801,0.657,2802,0.657,2803,0.657,2804,0.657,2805,0.657,2806,0.657,2807,0.657,2808,0.657,2809,0.657,2810,0.657,2811,0.657,2812,0.657,2813,0.657,2814,0.657,2815,0.657,2816,0.657,2817,0.657,2818,0.657,2819,0.657,2820,0.657,2821,0.657,2822,0.657,2823,0.657,2824,0.657,2825,0.657,2826,0.657,2827,0.657,2828,0.657,2829,0.657,2830,0.657,2831,0.657,2832,0.657,2833,0.657,2834,0.657,2835,0.657,2836,0.657,2837,0.657,2838,0.657,2839,0.657,2840,0.657,2841,0.657,2842,0.657,2843,0.657,2844,0.657,2845,0.657,2846,0.657,2847,0.657,2848,0.657,2849,0.657,2850,0.657,2851,0.657,2852,0.657,2853,0.657,2854,0.657,2855,0.657,2856,0.657,2857,0.657,2858,0.657,2859,0.657,2860,0.657,2861,0.657,2862,0.657,2863,0.657,2864,0.657,2865,0.657,2866,0.657,2867,0.657,2868,0.657,2869,0.657,2870,0.657,2871,0.657,2872,0.657,2873,0.657,2874,0.657,2875,0.657,2876,0.657,2877,0.657,2878,0.657,2879,0.657,2880,0.657,2881,1.181,2882,0.657,2883,0.657,2884,0.657,2885,0.657,2886,0.657,2887,0.657,2888,0.657,2889,0.657,2890,0.657,2891,0.657,2892,0.657,2893,0.657,2894,0.657,2895,0.657,2896,0.657,2897,1.181]]],"invertedIndex":[["",{"_index":40,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":371,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["0.11.4",{"_index":640,"title":{},"body":{"dependencies.html":{}}}],["0.6",{"_index":155,"title":{},"body":{"components/AppComponent.html":{}}}],["0/1",{"_index":592,"title":{},"body":{"coverage.html":{}}}],["0/10",{"_index":598,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":589,"title":{},"body":{"coverage.html":{}}}],["0/9",{"_index":617,"title":{},"body":{"coverage.html":{}}}],["004|myst|tadeo",{"_index":2678,"title":{},"body":{"miscellaneous/variables.html":{}}}],["01c|gt",{"_index":1802,"title":{},"body":{"miscellaneous/variables.html":{}}}],["01d|f",{"_index":2086,"title":{},"body":{"miscellaneous/variables.html":{}}}],["02f|f",{"_index":2087,"title":{},"body":{"miscellaneous/variables.html":{}}}],["03e|sgpt12|sgpt13|sgpt114|sgpt121|sgpt122|sgpt123",{"_index":2200,"title":{},"body":{"miscellaneous/variables.html":{}}}],["05e|f",{"_index":2088,"title":{},"body":{"miscellaneous/variables.html":{}}}],["06c|lg",{"_index":2075,"title":{},"body":{"miscellaneous/variables.html":{}}}],["06d|\\bn",{"_index":2272,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0704s|nt",{"_index":2745,"title":{},"body":{"miscellaneous/variables.html":{}}}],["08/11/2016",{"_index":431,"title":{},"body":{"classes/ReTree.html":{},"miscellaneous/variables.html":{}}}],["0806c|nt",{"_index":2748,"title":{},"body":{"miscellaneous/variables.html":{}}}],["08d",{"_index":2273,"title":{},"body":{"miscellaneous/variables.html":{}}}],["08|tb",{"_index":2477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["09)|qualcore",{"_index":2478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0902s",{"_index":2752,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0902s|nt",{"_index":2751,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0907s|nt",{"_index":2750,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0909t|nt",{"_index":2749,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1",{"_index":176,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["1.3.3",{"_index":656,"title":{},"body":{"index.html":{}}}],["1.3.5",{"_index":658,"title":{},"body":{"index.html":{}}}],["1.4.1",{"_index":660,"title":{},"body":{"index.html":{}}}],["1.4.5",{"_index":662,"title":{},"body":{"index.html":{}}}],["1/1",{"_index":611,"title":{},"body":{"coverage.html":{}}}],["1/4",{"_index":619,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":1722,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10)\\\\b",{"_index":2233,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.0",{"_index":1771,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.10",{"_index":1786,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.11",{"_index":1787,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.12",{"_index":1788,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.13",{"_index":1789,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.14",{"_index":1790,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.15",{"_index":1791,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.16",{"_index":1792,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.3",{"_index":1778,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.3|mac",{"_index":1777,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.4",{"_index":1780,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.4|mac",{"_index":1779,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.5",{"_index":1781,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.6",{"_index":1782,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.7",{"_index":1783,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.8",{"_index":1784,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.9",{"_index":1785,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10.x",{"_index":663,"title":{},"body":{"index.html":{}}}],["100",{"_index":178,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["1001",{"_index":2577,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1002|freetab",{"_index":2583,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1003",{"_index":2590,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1004|freetab",{"_index":2586,"title":{},"body":{"miscellaneous/variables.html":{}}}],["100px",{"_index":168,"title":{},"body":{"components/AppComponent.html":{}}}],["100|spx",{"_index":1668,"title":{},"body":{"miscellaneous/variables.html":{}}}],["100|tab07",{"_index":2128,"title":{},"body":{"miscellaneous/variables.html":{}}}],["100|tab09",{"_index":2149,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1010",{"_index":2790,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1014",{"_index":2575,"title":{},"body":{"miscellaneous/variables.html":{}}}],["101|masterchef)\\\\b",{"_index":2827,"title":{},"body":{"miscellaneous/variables.html":{}}}],["101|s7",{"_index":2258,"title":{},"body":{"miscellaneous/variables.html":{}}}],["101|tab07",{"_index":2129,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1020|tm",{"_index":2324,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1027",{"_index":2479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["103|s7",{"_index":2259,"title":{},"body":{"miscellaneous/variables.html":{}}}],["104|s7",{"_index":2260,"title":{},"body":{"miscellaneous/variables.html":{}}}],["105|s7",{"_index":2261,"title":{},"body":{"miscellaneous/variables.html":{}}}],["106",{"_index":2262,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10\\.0",{"_index":883,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10d|m532|q572)\\b",{"_index":2089,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10e|viewpad",{"_index":2727,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10f|tb2",{"_index":2115,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10hd|\\\\btp750\\\\b|\\\\bqtaqz3\\\\b|wvt101|tm1088|kt107",{"_index":2896,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10pi|viewpad",{"_index":2726,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10px",{"_index":148,"title":{},"body":{"components/AppComponent.html":{}}}],["10s|viewpad",{"_index":2728,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10w32|tbl",{"_index":2869,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10wdkbo2013|tbl",{"_index":2861,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10wdkb|tbl",{"_index":2860,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10wkb|tbl",{"_index":2870,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|dell",{"_index":2124,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|hexen",{"_index":2692,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|ideos",{"_index":2254,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|memphis",{"_index":2693,"title":{},"body":{"miscellaneous/variables.html":{}}}],["10|nexo",{"_index":2849,"title":{},"body":{"miscellaneous/variables.html":{}}}],["11",{"_index":1701,"title":{},"body":{"miscellaneous/variables.html":{}}}],["11.x",{"_index":665,"title":{},"body":{"index.html":{}}}],["11_0",{"_index":1793,"title":{},"body":{"miscellaneous/variables.html":{}}}],["11|venue",{"_index":2120,"title":{},"body":{"miscellaneous/variables.html":{}}}],["12",{"_index":1738,"title":{},"body":{"miscellaneous/variables.html":{}}}],["12)\\b",{"_index":1670,"title":{},"body":{"miscellaneous/variables.html":{}}}],["12.x",{"_index":667,"title":{},"body":{"index.html":{}}}],["1207)\\b",{"_index":2878,"title":{},"body":{"miscellaneous/variables.html":{}}}],["120|spt",{"_index":1664,"title":{},"body":{"miscellaneous/variables.html":{}}}],["126se",{"_index":2369,"title":{},"body":{"miscellaneous/variables.html":{}}}],["13",{"_index":346,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["13.x",{"_index":668,"title":{},"body":{"index.html":{}}}],["1331|freetab",{"_index":2585,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1331|megapad",{"_index":2721,"title":{},"body":{"miscellaneous/variables.html":{}}}],["14",{"_index":1735,"title":{},"body":{"miscellaneous/variables.html":{}}}],["14.0.2",{"_index":628,"title":{},"body":{"dependencies.html":{}}}],["14.0.4",{"_index":622,"title":{},"body":{"dependencies.html":{}}}],["14.x",{"_index":670,"title":{},"body":{"index.html":{}}}],["140|spx",{"_index":1665,"title":{},"body":{"miscellaneous/variables.html":{}}}],["146se|tb",{"_index":2368,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1497",{"_index":2623,"title":{},"body":{"miscellaneous/variables.html":{}}}],["15",{"_index":1733,"title":{},"body":{"miscellaneous/variables.html":{}}}],["150|tab07",{"_index":2130,"title":{},"body":{"miscellaneous/variables.html":{}}}],["150|tab08",{"_index":2145,"title":{},"body":{"miscellaneous/variables.html":{}}}],["150|tab10",{"_index":2152,"title":{},"body":{"miscellaneous/variables.html":{}}}],["151",{"_index":2131,"title":{},"body":{"miscellaneous/variables.html":{}}}],["152|tab07",{"_index":2133,"title":{},"body":{"miscellaneous/variables.html":{}}}],["16",{"_index":1731,"title":{},"body":{"miscellaneous/variables.html":{}}}],["17b|t",{"_index":2649,"title":{},"body":{"miscellaneous/variables.html":{}}}],["17p\\b",{"_index":2650,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1851|megapad",{"_index":2722,"title":{},"body":{"miscellaneous/variables.html":{}}}],["19300|sgh",{"_index":996,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1\\b",{"_index":2819,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1w\\b",{"_index":2841,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1|st702xx",{"_index":2376,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1|st70408",{"_index":2375,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1|vt10416",{"_index":2374,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2",{"_index":813,"title":{},"body":{"overview.html":{},"miscellaneous/variables.html":{}}}],["2.0.5",{"_index":664,"title":{},"body":{"index.html":{}}}],["2.0|connect",{"_index":2482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2.0|me",{"_index":2484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2.1.0",{"_index":666,"title":{},"body":{"index.html":{}}}],["2.1.1",{"_index":632,"title":{},"body":{"dependencies.html":{}}}],["2.3.1",{"_index":638,"title":{},"body":{"dependencies.html":{}}}],["200)\\\\b",{"_index":2159,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2000",{"_index":1710,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2003",{"_index":1714,"title":{},"body":{"miscellaneous/variables.html":{}}}],["200|tab07",{"_index":2134,"title":{},"body":{"miscellaneous/variables.html":{}}}],["200|tab08",{"_index":2146,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201",{"_index":2135,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201c|s7",{"_index":2256,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201|s7",{"_index":2264,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201|tab10",{"_index":2153,"title":{},"body":{"miscellaneous/variables.html":{}}}],["201|tab274euk|tab275euk|tab374euk|tab462euk|tab474euk|tab9",{"_index":2158,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2021",{"_index":747,"title":{},"body":{"license.html":{}}}],["202u|s7",{"_index":2257,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2096|freetab",{"_index":2573,"title":{},"body":{"miscellaneous/variables.html":{}}}],["20px",{"_index":164,"title":{},"body":{"components/AppComponent.html":{}}}],["210|tab07",{"_index":2137,"title":{},"body":{"miscellaneous/variables.html":{}}}],["211",{"_index":2154,"title":{},"body":{"miscellaneous/variables.html":{}}}],["211|tab07",{"_index":2138,"title":{},"body":{"miscellaneous/variables.html":{}}}],["211|tab09",{"_index":2150,"title":{},"body":{"miscellaneous/variables.html":{}}}],["212|tab07",{"_index":2139,"title":{},"body":{"miscellaneous/variables.html":{}}}],["214|tab07",{"_index":2140,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2151",{"_index":2723,"title":{},"body":{"miscellaneous/variables.html":{}}}],["21|hp",{"_index":2025,"title":{},"body":{"miscellaneous/variables.html":{}}}],["220|tab07",{"_index":2141,"title":{},"body":{"miscellaneous/variables.html":{}}}],["22q|t7",{"_index":2647,"title":{},"body":{"miscellaneous/variables.html":{}}}],["23",{"_index":599,"title":{},"body":{"coverage.html":{}}}],["25",{"_index":618,"title":{},"body":{"coverage.html":{}}}],["2520",{"_index":2195,"title":{},"body":{"miscellaneous/variables.html":{}}}],["26uc|sgh",{"_index":1251,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2a|surftab",{"_index":2380,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2g",{"_index":2483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2g|z99|z930|z999|z990|z909|z919|z900",{"_index":2282,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|cink",{"_index":1649,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|st10216",{"_index":2379,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|st80208|st97216|st70104",{"_index":2377,"title":{},"body":{"miscellaneous/variables.html":{}}}],["2|vt10416",{"_index":2378,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3",{"_index":1700,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3.0.0",{"_index":634,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["30|tab09",{"_index":2148,"title":{},"body":{"miscellaneous/variables.html":{}}}],["310|sp",{"_index":1661,"title":{},"body":{"miscellaneous/variables.html":{}}}],["340|xt",{"_index":1660,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3603p|nt",{"_index":2744,"title":{},"body":{"miscellaneous/variables.html":{}}}],["360|sp60|spt",{"_index":1662,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3702s|nt",{"_index":2743,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3702|nt",{"_index":2742,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3805c",{"_index":2747,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3805c|nt",{"_index":2746,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3ds|switch",{"_index":1682,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g",{"_index":2443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3ge|t720",{"_index":2776,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp70h\\\\b|p79hd",{"_index":2763,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp78hd\\\\b|\\\\ba78\\\\b|\\\\bp75\\\\b|g17s",{"_index":2767,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp79hd\\\\b|\\\\bp89s\\\\b|\\\\ba88\\\\b",{"_index":2765,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp85t\\\\b|\\\\bp90\\\\b",{"_index":2769,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bp90hd\\\\b|p89",{"_index":2761,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bx80h\\\\b|p98",{"_index":2759,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|\\\\bx89\\\\b|p80",{"_index":2758,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|g17h",{"_index":2768,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|g18d",{"_index":2764,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|nexo",{"_index":2854,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|tab07",{"_index":2136,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|tab08",{"_index":2147,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|visture",{"_index":2499,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3g|x98",{"_index":2762,"title":{},"body":{"miscellaneous/variables.html":{}}}],["3ix)|xcd28|xcd35|\\b001dl\\b|\\b101dl\\b|\\bgs01\\b",{"_index":981,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4",{"_index":1727,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4.0.0",{"_index":669,"title":{},"body":{"index.html":{},"properties.html":{}}}],["4.0|winnt4.0|winnt|windows",{"_index":1774,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4.17.1",{"_index":633,"title":{},"body":{"dependencies.html":{}}}],["4.90|windows",{"_index":1759,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4/17",{"_index":600,"title":{},"body":{"coverage.html":{}}}],["400|tab07",{"_index":2142,"title":{},"body":{"miscellaneous/variables.html":{}}}],["400|tab10",{"_index":2156,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4052r",{"_index":1680,"title":{},"body":{"miscellaneous/variables.html":{}}}],["40px",{"_index":141,"title":{},"body":{"components/AppComponent.html":{}}}],["410|tab10",{"_index":2151,"title":{},"body":{"miscellaneous/variables.html":{}}}],["410|tab13",{"_index":2157,"title":{},"body":{"miscellaneous/variables.html":{}}}],["416|tb",{"_index":2367,"title":{},"body":{"miscellaneous/variables.html":{}}}],["430hd|tb",{"_index":2362,"title":{},"body":{"miscellaneous/variables.html":{}}}],["431hd|tb",{"_index":2361,"title":{},"body":{"miscellaneous/variables.html":{}}}],["434hd|tb",{"_index":2349,"title":{},"body":{"miscellaneous/variables.html":{}}}],["436|tb",{"_index":2366,"title":{},"body":{"miscellaneous/variables.html":{}}}],["446",{"_index":2365,"title":{},"body":{"miscellaneous/variables.html":{}}}],["470hd|tb",{"_index":2360,"title":{},"body":{"miscellaneous/variables.html":{}}}],["485",{"_index":2143,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4\\b",{"_index":889,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4gb",{"_index":2685,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4gb|memphis",{"_index":2694,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4gb|stone",{"_index":2687,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|\\\\bp80\\\\b|\\\\bx90hd\\\\b|x98",{"_index":2755,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|android.*\\bevo\\b|t",{"_index":972,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|highway|getaway|stairway|darkside|darkfull|darknight|darkmoon|slide|wax",{"_index":1643,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|pg41200|pg09410",{"_index":2048,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4g|rainbow|bloom",{"_index":1644,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4px",{"_index":159,"title":{},"body":{"components/AppComponent.html":{}}}],["4|nexus",{"_index":977,"title":{},"body":{"miscellaneous/variables.html":{}}}],["4|tagi",{"_index":2894,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5",{"_index":97,"title":{},"body":{"components/AppComponent.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["5.0|windows",{"_index":1761,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5.1|windows",{"_index":1762,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5.2",{"_index":1763,"title":{},"body":{"miscellaneous/variables.html":{}}}],["500hd|tb",{"_index":2359,"title":{},"body":{"miscellaneous/variables.html":{}}}],["501|rmt",{"_index":2637,"title":{},"body":{"miscellaneous/variables.html":{}}}],["504|tb",{"_index":2364,"title":{},"body":{"miscellaneous/variables.html":{}}}],["506|tb",{"_index":2363,"title":{},"body":{"miscellaneous/variables.html":{}}}],["527|tab",{"_index":2447,"title":{},"body":{"miscellaneous/variables.html":{}}}],["560|mtv",{"_index":2236,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5|nexus",{"_index":978,"title":{},"body":{"miscellaneous/variables.html":{}}}],["5|spx",{"_index":1666,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6",{"_index":647,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["6.0",{"_index":1764,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6.1",{"_index":1766,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6.2",{"_index":1770,"title":{},"body":{"miscellaneous/variables.html":{}}}],["6.3",{"_index":1768,"title":{},"body":{"miscellaneous/variables.html":{}}}],["600px",{"_index":138,"title":{},"body":{"components/AppComponent.html":{}}}],["601|rmt",{"_index":2636,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7",{"_index":958,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.4.0",{"_index":636,"title":{},"body":{"dependencies.html":{}}}],["7.4|freetab",{"_index":2570,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.5",{"_index":1772,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.5|freetab",{"_index":2574,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7.x",{"_index":657,"title":{},"body":{"index.html":{}}}],["7002|freetab",{"_index":2582,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7003|freetab",{"_index":2581,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7004|freetab",{"_index":2571,"title":{},"body":{"miscellaneous/variables.html":{}}}],["700hd|tb",{"_index":2358,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7010|tm",{"_index":2315,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7011|tm",{"_index":2314,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7016|tm",{"_index":2299,"title":{},"body":{"miscellaneous/variables.html":{}}}],["701|pad",{"_index":2702,"title":{},"body":{"miscellaneous/variables.html":{}}}],["701|rme",{"_index":2635,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7020|tm",{"_index":2313,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7021|tm",{"_index":2312,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7022|tm",{"_index":2311,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7023|tm",{"_index":2316,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7024|tm",{"_index":2300,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7025",{"_index":2317,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7026|tm",{"_index":2301,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7027w|tm",{"_index":2320,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7037w|tm",{"_index":2318,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7038w|tm",{"_index":2319,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7041|tm",{"_index":2302,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7043|tm",{"_index":2303,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7045|tm",{"_index":2296,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7047",{"_index":2304,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7055|tm",{"_index":2297,"title":{},"body":{"miscellaneous/variables.html":{}}}],["705a|rmt",{"_index":2634,"title":{},"body":{"miscellaneous/variables.html":{}}}],["705a|tb",{"_index":2339,"title":{},"body":{"miscellaneous/variables.html":{}}}],["707a|tb",{"_index":2338,"title":{},"body":{"miscellaneous/variables.html":{}}}],["709a|tb",{"_index":2340,"title":{},"body":{"miscellaneous/variables.html":{}}}],["70|79|80|90|97|101|familypad|)(b|c|)(g10",{"_index":2183,"title":{},"body":{"miscellaneous/variables.html":{}}}],["710hd|tb",{"_index":2348,"title":{},"body":{"miscellaneous/variables.html":{}}}],["710|b1",{"_index":2060,"title":{},"body":{"miscellaneous/variables.html":{}}}],["711",{"_index":2638,"title":{},"body":{"miscellaneous/variables.html":{}}}],["711a|tb",{"_index":2341,"title":{},"body":{"miscellaneous/variables.html":{}}}],["711|a1",{"_index":2061,"title":{},"body":{"miscellaneous/variables.html":{}}}],["712|pad",{"_index":2703,"title":{},"body":{"miscellaneous/variables.html":{}}}],["714|pad",{"_index":2704,"title":{},"body":{"miscellaneous/variables.html":{}}}],["715a|tb",{"_index":2337,"title":{},"body":{"miscellaneous/variables.html":{}}}],["716|pad",{"_index":2705,"title":{},"body":{"miscellaneous/variables.html":{}}}],["717|pad",{"_index":2706,"title":{},"body":{"miscellaneous/variables.html":{}}}],["718|pad",{"_index":2707,"title":{},"body":{"miscellaneous/variables.html":{}}}],["719a|tb",{"_index":2333,"title":{},"body":{"miscellaneous/variables.html":{}}}],["71|enjoy",{"_index":2231,"title":{},"body":{"miscellaneous/variables.html":{}}}],["720hd|tb",{"_index":2357,"title":{},"body":{"miscellaneous/variables.html":{}}}],["720|pad",{"_index":2708,"title":{},"body":{"miscellaneous/variables.html":{}}}],["721",{"_index":2709,"title":{},"body":{"miscellaneous/variables.html":{}}}],["721hd|tb",{"_index":2347,"title":{},"body":{"miscellaneous/variables.html":{}}}],["722hd|tb",{"_index":2356,"title":{},"body":{"miscellaneous/variables.html":{}}}],["722|pad",{"_index":2711,"title":{},"body":{"miscellaneous/variables.html":{}}}],["723a|tb",{"_index":2336,"title":{},"body":{"miscellaneous/variables.html":{}}}],["725a|tb",{"_index":2332,"title":{},"body":{"miscellaneous/variables.html":{}}}],["727a|tb",{"_index":2331,"title":{},"body":{"miscellaneous/variables.html":{}}}],["730hd|tb",{"_index":2355,"title":{},"body":{"miscellaneous/variables.html":{}}}],["73k|primo",{"_index":2219,"title":{},"body":{"miscellaneous/variables.html":{}}}],["73l|primo",{"_index":2220,"title":{},"body":{"miscellaneous/variables.html":{}}}],["73|primo",{"_index":2226,"title":{},"body":{"miscellaneous/variables.html":{}}}],["740hd|tb",{"_index":2354,"title":{},"body":{"miscellaneous/variables.html":{}}}],["750hd",{"_index":2353,"title":{},"body":{"miscellaneous/variables.html":{}}}],["75|primo",{"_index":2224,"title":{},"body":{"miscellaneous/variables.html":{}}}],["760hd|tb",{"_index":2352,"title":{},"body":{"miscellaneous/variables.html":{}}}],["76|primo",{"_index":2225,"title":{},"body":{"miscellaneous/variables.html":{}}}],["770hd|tb",{"_index":2346,"title":{},"body":{"miscellaneous/variables.html":{}}}],["771a",{"_index":2329,"title":{},"body":{"miscellaneous/variables.html":{}}}],["772a|tm",{"_index":2295,"title":{},"body":{"miscellaneous/variables.html":{}}}],["77|primo",{"_index":2222,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7800|freetab",{"_index":2572,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7801",{"_index":2584,"title":{},"body":{"miscellaneous/variables.html":{}}}],["780hd|tb",{"_index":2345,"title":{},"body":{"miscellaneous/variables.html":{}}}],["790hd|tb",{"_index":2344,"title":{},"body":{"miscellaneous/variables.html":{}}}],["790|pad",{"_index":2712,"title":{},"body":{"miscellaneous/variables.html":{}}}],["790|rm",{"_index":2630,"title":{},"body":{"miscellaneous/variables.html":{}}}],["792|pad",{"_index":2713,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7e|viewsonic",{"_index":2731,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|8|10)|hp",{"_index":2020,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|cream|cream",{"_index":2670,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|dell",{"_index":2122,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|enjoy",{"_index":2232,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|essentia|galatea|fusion|onix",{"_index":2666,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|kandy|scape|saphyr",{"_index":2673,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|landa|titan|scooby|deox|stella|themis|argon",{"_index":2667,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|myst|tab7",{"_index":2677,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|neron",{"_index":2672,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|rebel|biox|rebel",{"_index":2674,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|sygnus|hexen|finity",{"_index":2669,"title":{},"body":{"miscellaneous/variables.html":{}}}],["7|windows",{"_index":1765,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8",{"_index":1719,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8.1",{"_index":1773,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8.1|windows",{"_index":1767,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8.x",{"_index":659,"title":{},"body":{"index.html":{}}}],["8001|freetab",{"_index":2578,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8002|freetab",{"_index":2587,"title":{},"body":{"miscellaneous/variables.html":{}}}],["800ng|endeavour",{"_index":2789,"title":{},"body":{"miscellaneous/variables.html":{}}}],["800|sp",{"_index":1663,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8014|freetab",{"_index":2588,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8041|tm",{"_index":2306,"title":{},"body":{"miscellaneous/variables.html":{}}}],["805a|tb",{"_index":2335,"title":{},"body":{"miscellaneous/variables.html":{}}}],["807a|tb",{"_index":2328,"title":{},"body":{"miscellaneous/variables.html":{}}}],["80|xt",{"_index":1658,"title":{},"body":{"miscellaneous/variables.html":{}}}],["81",{"_index":2227,"title":{},"body":{"miscellaneous/variables.html":{}}}],["810|\\\\ba3",{"_index":2065,"title":{},"body":{"miscellaneous/variables.html":{}}}],["810|a1",{"_index":2062,"title":{},"body":{"miscellaneous/variables.html":{}}}],["810|ctp",{"_index":2506,"title":{},"body":{"miscellaneous/variables.html":{}}}],["811|a1",{"_index":2063,"title":{},"body":{"miscellaneous/variables.html":{}}}],["818|ctp",{"_index":2507,"title":{},"body":{"miscellaneous/variables.html":{}}}],["81l|primo",{"_index":2221,"title":{},"body":{"miscellaneous/variables.html":{}}}],["823a|tb",{"_index":2334,"title":{},"body":{"miscellaneous/variables.html":{}}}],["828|ctp",{"_index":2508,"title":{},"body":{"miscellaneous/variables.html":{}}}],["830)\\\\b|w3",{"_index":2064,"title":{},"body":{"miscellaneous/variables.html":{}}}],["838|ctp",{"_index":2509,"title":{},"body":{"miscellaneous/variables.html":{}}}],["840hd|tb",{"_index":2351,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8504f",{"_index":2117,"title":{},"body":{"miscellaneous/variables.html":{}}}],["850m|yt3",{"_index":2102,"title":{},"body":{"miscellaneous/variables.html":{}}}],["860hd|tb",{"_index":2350,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8703f|tab2a7",{"_index":2114,"title":{},"body":{"miscellaneous/variables.html":{}}}],["878g|rmd",{"_index":2632,"title":{},"body":{"miscellaneous/variables.html":{}}}],["880hd|tb",{"_index":2343,"title":{},"body":{"miscellaneous/variables.html":{}}}],["888|ctp",{"_index":2510,"title":{},"body":{"miscellaneous/variables.html":{}}}],["890hd",{"_index":2342,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8gb|andromeda|silken|x2|andromeda",{"_index":2688,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8gb|myst|draco",{"_index":2676,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8gb|onix",{"_index":2695,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8g|tblt79|tbl",{"_index":2867,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8w16|tbl",{"_index":2868,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|planet|triton|unique",{"_index":2691,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|slate",{"_index":2024,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|sp",{"_index":1667,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|spx",{"_index":1669,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|venue",{"_index":2121,"title":{},"body":{"miscellaneous/variables.html":{}}}],["8|windows",{"_index":1769,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9",{"_index":946,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9,7|touch",{"_index":2690,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9.]+|tolino",{"_index":2643,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9.x",{"_index":661,"title":{},"body":{"index.html":{}}}],["9000|freetab",{"_index":2569,"title":{},"body":{"miscellaneous/variables.html":{}}}],["900|f160|f180k|f180l|f180s|730|855|l160|ls740|ls840|ls970",{"_index":1599,"title":{},"body":{"miscellaneous/variables.html":{}}}],["900|hp",{"_index":2022,"title":{},"body":{"miscellaneous/variables.html":{}}}],["900|pad",{"_index":2714,"title":{},"body":{"miscellaneous/variables.html":{}}}],["90|enjoy",{"_index":2230,"title":{},"body":{"miscellaneous/variables.html":{}}}],["91|primo",{"_index":2229,"title":{},"body":{"miscellaneous/variables.html":{}}}],["930|sx",{"_index":1659,"title":{},"body":{"miscellaneous/variables.html":{}}}],["93|primo",{"_index":2223,"title":{},"body":{"miscellaneous/variables.html":{}}}],["95",{"_index":1703,"title":{},"body":{"miscellaneous/variables.html":{}}}],["95|win95|windows_95",{"_index":1756,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9702|freetab",{"_index":2580,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9704|freetab",{"_index":2589,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9706|freetab",{"_index":2579,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9715d|pad",{"_index":2715,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9716dr|pad",{"_index":2716,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9718dr|pad",{"_index":2717,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9719qr",{"_index":2718,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9720qr|telepad1030|telepad1032|telepad730|telepad731|telepad732|telepad735q|telepad830|telepad9730",{"_index":2719,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9720|tm",{"_index":2321,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9725|tm",{"_index":2322,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9737w|tm",{"_index":2323,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9738w|tm",{"_index":2325,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9740|tm",{"_index":2326,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9741|tm",{"_index":2307,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9743w|tb",{"_index":2327,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9747|tm",{"_index":2308,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9748|tm",{"_index":2309,"title":{},"body":{"miscellaneous/variables.html":{}}}],["974r|rmt",{"_index":2633,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9750|tm",{"_index":2298,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9751|tm",{"_index":2310,"title":{},"body":{"miscellaneous/variables.html":{}}}],["978|ctp",{"_index":2511,"title":{},"body":{"miscellaneous/variables.html":{}}}],["97g4|an10g2|an7bg3|an7fg3|an8g3|an8cg3|an7g3|an9g3|an7dg3|an7dg3st|an7dg3childpad|an10bg3|an10bg3dt|an9g2",{"_index":2163,"title":{},"body":{"miscellaneous/variables.html":{}}}],["97r|archos5|\\\\barchos",{"_index":2182,"title":{},"body":{"miscellaneous/variables.html":{}}}],["98",{"_index":1706,"title":{},"body":{"miscellaneous/variables.html":{}}}],["980|ctp",{"_index":2512,"title":{},"body":{"miscellaneous/variables.html":{}}}],["987|ctp",{"_index":2513,"title":{},"body":{"miscellaneous/variables.html":{}}}],["988|ctp",{"_index":2514,"title":{},"body":{"miscellaneous/variables.html":{}}}],["989",{"_index":2515,"title":{},"body":{"miscellaneous/variables.html":{}}}],["98|win98",{"_index":1760,"title":{},"body":{"miscellaneous/variables.html":{}}}],["997|rmd",{"_index":2631,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]+|family",{"_index":2626,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]+|smarttabii10|smarttabii7|vf",{"_index":2622,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]+|tablc7|looney",{"_index":2618,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{0,2",{"_index":957,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{0,2}.?[0",{"_index":956,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{1,2}.?[0",{"_index":955,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{3,4",{"_index":1607,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9]{4}.[0",{"_index":954,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9_",{"_index":1795,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9x",{"_index":1758,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9x\\b",{"_index":1694,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9|dps",{"_index":2494,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9|neon",{"_index":2683,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9|t9w|amity",{"_index":2684,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?3g|primus",{"_index":2606,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?70c|onyx",{"_index":2596,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?78e|luna",{"_index":2595,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?79hd|emerald",{"_index":2594,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?94",{"_index":2605,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?94hd",{"_index":2607,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?evo",{"_index":2610,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?hd|orin",{"_index":2600,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?m9|primus",{"_index":2604,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?qs|android.*\\\\bq8\\\\b|sirius",{"_index":2609,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?qs|sirius",{"_index":2611,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?qs|spirit",{"_index":2612,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s)\\\\b",{"_index":2613,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|diamond",{"_index":2593,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|magnet",{"_index":2603,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|onyx",{"_index":2597,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|otis",{"_index":2601,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?s|speedstar",{"_index":2602,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]?z",{"_index":2598,"title":{},"body":{"miscellaneous/variables.html":{}}}],["_]mini|evolio",{"_index":2795,"title":{},"body":{"miscellaneous/variables.html":{}}}],["__buttons",{"_index":179,"title":{},"body":{"components/AppComponent.html":{}}}],["__input",{"_index":175,"title":{},"body":{"components/AppComponent.html":{}}}],["__non_webpack_require__",{"_index":595,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["__non_webpack_require__.main",{"_index":828,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a01l|bah",{"_index":2266,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a101|tab",{"_index":2558,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1021|tab",{"_index":2531,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a103|tab",{"_index":2559,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a104.2|r105bk|m713g|a972bk|tab",{"_index":2561,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1042",{"_index":2566,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a104|tab",{"_index":2560,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a107|sgh",{"_index":1252,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a10\\\\b|\\\\ba3",{"_index":2066,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a117|sgh",{"_index":1253,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a11\\\\b",{"_index":2067,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a120|sph",{"_index":1464,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1260|a1680|a555|a853",{"_index":984,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a127|sgh",{"_index":1254,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1301|tx",{"_index":2437,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a137",{"_index":1255,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a157|sgh",{"_index":1257,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a167|sgh",{"_index":1258,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a177|sgh",{"_index":1259,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a187|sgh",{"_index":1260,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a197|sgh",{"_index":1261,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1_07|ct704|ct1002|\\\\bm721\\\\b|rk30sdk|\\\\bevotab\\\\b|m758a|et904|alumium10|smartfren",{"_index":2891,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a1|a10",{"_index":2099,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a20\\\\b|\\\\ba3",{"_index":2069,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a227|sgh",{"_index":1262,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a237|sgh",{"_index":1263,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a257|sgh",{"_index":1264,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a30",{"_index":2070,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a310f|gt",{"_index":1592,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a310|sch",{"_index":1184,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a400",{"_index":1465,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a420|sph",{"_index":1467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a437|sgh",{"_index":1265,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a460|sph",{"_index":1468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a500|sph",{"_index":1469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a517|sgh",{"_index":1266,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a530|sch",{"_index":1185,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a560|sph",{"_index":1470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a570|sch",{"_index":1186,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a597",{"_index":1267,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a600s|vega",{"_index":1637,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a600|sph",{"_index":1471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a610|sch",{"_index":1187,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a620|sph",{"_index":1472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a630",{"_index":1188,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a630k|im",{"_index":1636,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a637|sgh",{"_index":1268,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a650s|im",{"_index":1635,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a650|sch",{"_index":1190,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a657|sgh",{"_index":1269,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a660|sph",{"_index":1473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a667|sgh",{"_index":1270,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a687|sgh",{"_index":1271,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a690l",{"_index":1633,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a690s|im",{"_index":1634,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a697|sgh",{"_index":1272,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a700|sph",{"_index":1474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a707|sgh",{"_index":1273,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a710k|im",{"_index":1632,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a717|sgh",{"_index":1274,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a71|b1",{"_index":2059,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a720l|im",{"_index":1631,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a725l|im",{"_index":1623,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a727|sgh",{"_index":1275,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a730s|im",{"_index":1630,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a737|sgh",{"_index":1276,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a73|tab",{"_index":2551,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a740s|im",{"_index":1629,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a740|sph",{"_index":1475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a741l|tab",{"_index":2528,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a741|tab",{"_index":2527,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a747|sgh",{"_index":1277,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a750k|im",{"_index":1628,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a760s|im",{"_index":1627,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a760|sph",{"_index":1476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a767",{"_index":1278,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a770k|im",{"_index":1626,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a775c|im",{"_index":1625,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a777|sgh",{"_index":1279,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a78",{"_index":2652,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a780l|im",{"_index":1624,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a7842|tab",{"_index":2526,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a790",{"_index":1477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a790|sch",{"_index":1191,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a795|sch",{"_index":1192,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a797|sgh",{"_index":1280,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a800s|im",{"_index":1620,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a800|sph",{"_index":1478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a810k|im",{"_index":1618,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a810s|im",{"_index":1619,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a817|sgh",{"_index":1281,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a820l|im",{"_index":1617,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a820|sph",{"_index":1479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a827|sgh",{"_index":1282,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a830k|im",{"_index":1615,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a830l|im",{"_index":1614,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a830s|im",{"_index":1616,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a837|sgh",{"_index":1283,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a840s|im",{"_index":1613,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a840|sph",{"_index":1480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a847|sgh",{"_index":1284,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a850s|im",{"_index":1612,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a850|sch",{"_index":1193,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a855|a953|a955|a956|motorola.*electrify|motorola.*i1|i867|i940|mb200|mb300|mb501|mb502|mb508|mb511",{"_index":985,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a867|sgh",{"_index":1285,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a870|sch",{"_index":1194,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a877|sgh",{"_index":1286,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a880|sph",{"_index":1481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a887|sgh",{"_index":1287,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a890|sch",{"_index":1195,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a897|sgh",{"_index":1288,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a900|sph",{"_index":1482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a927",{"_index":1289,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a93.2|tab",{"_index":2553,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a930|sch",{"_index":1196,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a93|tab",{"_index":2552,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a940|sph",{"_index":1483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a950|sch",{"_index":1197,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a960|sph",{"_index":1484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a970|sch",{"_index":1198,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a971|tab",{"_index":2562,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a975|tab",{"_index":2525,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a990|sch",{"_index":1199,"title":{},"body":{"miscellaneous/variables.html":{}}}],["above",{"_index":778,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":147,"title":{},"body":{"components/AppComponent.html":{}}}],["ac7",{"_index":2866,"title":{},"body":{"miscellaneous/variables.html":{}}}],["accessible",{"_index":298,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["accessors",{"_index":30,"title":{},"body":{"components/AppComponent.html":{}}}],["acertablet",{"_index":2055,"title":{},"body":{"miscellaneous/variables.html":{}}}],["action",{"_index":802,"title":{},"body":{"license.html":{}}}],["active",{"_index":546,"title":{},"body":{"contributing.html":{}}}],["actual",{"_index":364,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["actual_component",{"_index":190,"title":{},"body":{"components/AppComponent.html":{}}}],["add",{"_index":571,"title":{},"body":{"contributing.html":{}}}],["advantablet",{"_index":2383,"title":{},"body":{"miscellaneous/variables.html":{}}}],["agains",{"_index":540,"title":{},"body":{"contributing.html":{}}}],["agent",{"_index":110,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["age|line|advance|feel|follow|like|link|live|think",{"_index":2824,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ahsan",{"_index":329,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"license.html":{},"properties.html":{}}}],["ahsanayaz",{"_index":430,"title":{},"body":{"classes/ReTree.html":{},"miscellaneous/variables.html":{}}}],["ainoltablet",{"_index":2191,"title":{},"body":{"miscellaneous/variables.html":{}}}],["air",{"_index":2757,"title":{},"body":{"miscellaneous/variables.html":{}}}],["air|fine8",{"_index":2418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["air|x98",{"_index":2756,"title":{},"body":{"miscellaneous/variables.html":{}}}],["alcatel",{"_index":936,"title":{},"body":{"miscellaneous/variables.html":{}}}],["alcatel|mobile",{"_index":1678,"title":{},"body":{"miscellaneous/variables.html":{}}}],["align",{"_index":162,"title":{},"body":{"components/AppComponent.html":{}}}],["allfinetablet",{"_index":2414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["allview.*(viva|alldro|city|speed|all",{"_index":2178,"title":{},"body":{"miscellaneous/variables.html":{}}}],["allviewtablet",{"_index":2177,"title":{},"body":{"miscellaneous/variables.html":{}}}],["already",{"_index":523,"title":{},"body":{"contributing.html":{}}}],["amazing",{"_index":736,"title":{},"body":{"index.html":{}}}],["amoi",{"_index":939,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ampetablet",{"_index":2651,"title":{},"body":{"miscellaneous/variables.html":{}}}],["and/or",{"_index":770,"title":{},"body":{"license.html":{}}}],["android",{"_index":367,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["android.*(\\bmid\\b|mid",{"_index":2235,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*(at100|at105|at200|at205|at270|at275|at300|at305|at1s5|at500|at570|at700|at830)|toshiba.*folio",{"_index":2072,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*(k8gt|u9gt|u10gt|u16gt|u17gt|u18gt|u19gt|u20gt|u23gt|u30gt)|cube",{"_index":2207,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*(rk2818|rk2808a|rk2918|rk3066)|rk2738|rk2808a",{"_index":2242,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\b(a39|a37|a34|st8|st10|st7|smart",{"_index":2411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\b(f",{"_index":2085,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\bg1\\b",{"_index":2407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\bnabi",{"_index":2286,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*\\boyo\\b|life.*(p9212|p9514|p9516|s9512)|lifetab",{"_index":2161,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*nexus[\\s]+(7|9|10",{"_index":1797,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*nook|nookcolor|nook",{"_index":2052,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android.*pixel",{"_index":1799,"title":{},"body":{"miscellaneous/variables.html":{}}}],["android_9",{"_index":1750,"title":{},"body":{"miscellaneous/variables.html":{}}}],["angular",{"_index":96,"title":{},"body":{"components/AppComponent.html":{},"index.html":{},"properties.html":{}}}],["angular/animations",{"_index":621,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":718,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":212,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["angular/compiler",{"_index":623,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":75,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["angular/forms",{"_index":624,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":207,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{}}}],["angular/router",{"_index":626,"title":{},"body":{"dependencies.html":{}}}],["angular2",{"_index":738,"title":{},"body":{"index.html":{}}}],["angular5",{"_index":815,"title":{},"body":{"properties.html":{}}}],["angular6",{"_index":816,"title":{},"body":{"properties.html":{}}}],["angular7",{"_index":817,"title":{},"body":{"properties.html":{}}}],["angular8",{"_index":818,"title":{},"body":{"properties.html":{}}}],["aoctablet",{"_index":2804,"title":{},"body":{"miscellaneous/variables.html":{}}}],["aot",{"_index":99,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["app",{"_index":13,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["app.component",{"_index":209,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["app.component.html",{"_index":18,"title":{},"body":{"components/AppComponent.html":{}}}],["app.component.scss",{"_index":16,"title":{},"body":{"components/AppComponent.html":{}}}],["app.module",{"_index":253,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["app.server.module.ts",{"_index":701,"title":{},"body":{"index.html":{}}}],["appcomponent",{"_index":1,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"overview.html":{}}}],["appid",{"_index":217,"title":{},"body":{"modules/AppModule.html":{}}}],["apple",{"_index":909,"title":{},"body":{"miscellaneous/variables.html":{}}}],["apple_tv",{"_index":908,"title":{},"body":{"miscellaneous/variables.html":{}}}],["appletv\\/4.1",{"_index":951,"title":{},"body":{"miscellaneous/variables.html":{}}}],["apply",{"_index":122,"title":{},"body":{"components/AppComponent.html":{}}}],["applydevice",{"_index":27,"title":{},"body":{"components/AppComponent.html":{}}}],["applydevice(useragent",{"_index":45,"title":{},"body":{"components/AppComponent.html":{}}}],["appmodule",{"_index":194,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"modules.html":{},"overview.html":{}}}],["apppage",{"_index":220,"title":{"classes/AppPage.html":{}},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["appropriate",{"_index":117,"title":{},"body":{"components/AppComponent.html":{}}}],["appservermodule",{"_index":246,"title":{"modules/AppServerModule.html":{}},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"modules.html":{},"overview.html":{}}}],["archostablet",{"_index":2180,"title":{},"body":{"miscellaneous/variables.html":{}}}],["aria_mini_wifi|aria",{"_index":2794,"title":{},"body":{"miscellaneous/variables.html":{}}}],["arising",{"_index":806,"title":{},"body":{"license.html":{}}}],["arm;.*(tablet|armbjs",{"_index":2016,"title":{},"body":{"miscellaneous/variables.html":{}}}],["arnovatablet",{"_index":2162,"title":{},"body":{"miscellaneous/variables.html":{}}}],["array.isarray(regex",{"_index":451,"title":{},"body":{"classes/ReTree.html":{}}}],["array.isarray(regex.and",{"_index":444,"title":{},"body":{"classes/ReTree.html":{}}}],["array.isarray(regex.or",{"_index":447,"title":{},"body":{"classes/ReTree.html":{}}}],["as40w|at",{"_index":1673,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as45q2|at",{"_index":1675,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as50hd|at",{"_index":1672,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as50q",{"_index":1677,"title":{},"body":{"miscellaneous/variables.html":{}}}],["as55hd|at",{"_index":1674,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ask",{"_index":529,"title":{},"body":{"contributing.html":{}}}],["assigned",{"_index":550,"title":{},"body":{"contributing.html":{}}}],["associated",{"_index":758,"title":{},"body":{"license.html":{}}}],["asus",{"_index":923,"title":{},"body":{"miscellaneous/variables.html":{}}}],["asus.*galaxy|padfone.*mobile",{"_index":1606,"title":{},"body":{"miscellaneous/variables.html":{}}}],["asustablet",{"_index":2027,"title":{},"body":{"miscellaneous/variables.html":{}}}],["audiosonictablet",{"_index":2645,"title":{},"body":{"miscellaneous/variables.html":{}}}],["author",{"_index":328,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"contributing.html":{},"properties.html":{}}}],["authors",{"_index":796,"title":{},"body":{"license.html":{}}}],["available",{"_index":85,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["avio|nexo",{"_index":2850,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ayaz",{"_index":330,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"license.html":{},"properties.html":{}}}],["a|e1",{"_index":2391,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a|t1",{"_index":2392,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a|t3a|t4i)\\\\b",{"_index":2393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["a|t4|e1",{"_index":2386,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(a100|a101|a110|a200|a210|a211|a500|a501|a510|a511|a700|a701|w500|w500p|w501",{"_index":2057,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(diamond|space|brooklyn|neo|fly|manhattan|funk|evolution|sky|gocar|iron|genius",{"_index":2822,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(e3a|t3x|t5c|t5b|t3e|t3c|t3b|t1j|t1f|t2a|t1h|t1i|e1c|t1",{"_index":2384,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(f3000|a3300|jxd5000|jxd3000|jxd2000|jxd300b|jxd300|s5800|s7800|s602b|s5110b|s7300",{"_index":2660,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(f5281|e2371)\\b",{"_index":2880,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(idx10|idx9|idx8|idx7|idxd7|idxd8|idsq8|idsq7|idsq8|idsd10|idnd7|3ts804h|idsq11|idj7|ids10)\\b",{"_index":2792,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(pi2010|pi3000|pi3100|pi3105|pi3110|pi3205|pi3210|pi3900|pi4010|pi7000|pi7100)\\b",{"_index":2205,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(primo",{"_index":2218,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(ptbl10ceu|ptbl10c|ptbl72bc|ptbl72bceu|ptbl7ceu|ptbl7c|ptbl92bc|ptbl92bceu|ptbl9ceu|ptbl9cuk|ptbl9c)\\b",{"_index":2382,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(sp",{"_index":1657,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b(tb",{"_index":2877,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b100|sgh",{"_index":1290,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b130|sgh",{"_index":1291,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b200|sgh",{"_index":1292,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b2100|gt",{"_index":999,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b220|sgh",{"_index":1293,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b24d|at",{"_index":1671,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b26d|at",{"_index":1676,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b2700|gt",{"_index":1000,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b2710",{"_index":1001,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3210|gt",{"_index":1003,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3310|gt",{"_index":1004,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3410|gt",{"_index":1005,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3730|gt",{"_index":1006,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b3740|gt",{"_index":1007,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b4g\\\\b",{"_index":2783,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b5510|gt",{"_index":1008,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b5512|gt",{"_index":1009,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b5722|gt",{"_index":1010,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b6520|gt",{"_index":1011,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7300|gt",{"_index":1012,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7320",{"_index":1013,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7330|gt",{"_index":1014,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7350|gt",{"_index":1015,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7510|gt",{"_index":1016,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7610|gt",{"_index":1557,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7722|gt",{"_index":1017,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b7800|gt",{"_index":1018,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b8000|b8080",{"_index":2107,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba10h\\\\b|\\\\bp89\\\\b|\\\\bp78s\\\\b|\\\\bg18\\\\b|\\\\bp85\\\\b|\\\\ba70h\\\\b|\\\\ba70\\\\b|\\\\bg17\\\\b|\\\\bp18\\\\b|\\\\ba80s\\\\b",{"_index":2771,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba10t\\\\b|\\\\bp76a\\\\b|\\\\bp76t\\\\b|\\\\bp76e\\\\b|\\\\bp85hd\\\\b|\\\\bp85a\\\\b|\\\\bp86\\\\b|\\\\bp75hd\\\\b|\\\\bp76v\\\\b|\\\\ba12\\\\b",{"_index":2773,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba11s\\\\b|\\\\bp88hd\\\\b|\\\\ba80h\\\\b|\\\\bp76s\\\\b|\\\\bp76h\\\\b|\\\\bp98\\\\b|\\\\ba10hd\\\\b|\\\\bp78\\\\b|\\\\bp88\\\\b|\\\\ba11\\\\b",{"_index":2772,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ba3",{"_index":2068,"title":{},"body":{"miscellaneous/variables.html":{}}}],["back",{"_index":581,"title":{},"body":{"contributing.html":{}}}],["badges",{"_index":156,"title":{},"body":{"components/AppComponent.html":{}}}],["bandroid\\b",{"_index":1686,"title":{},"body":{"miscellaneous/variables.html":{}}}],["based",{"_index":108,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["bblackberry\\b|\\bbb10\\b|rim[0",{"_index":1684,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bc",{"_index":2646,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bchrome\\/([\\d\\.]+)\\b",{"_index":834,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bchrome\\b",{"_index":865,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcrios\\/([\\d\\.]+)\\b",{"_index":835,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcrios\\b",{"_index":866,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcrkey\\b",{"_index":949,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bcros\\b",{"_index":948,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg(?:e|a|ios)\\/([\\d\\.]+)\\b",{"_index":850,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg(e|a|ios)\\b",{"_index":869,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg\\/([\\d\\.]+)\\b",{"_index":852,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bedg\\/\\b",{"_index":870,"title":{},"body":{"miscellaneous/variables.html":{}}}],["before",{"_index":532,"title":{},"body":{"contributing.html":{}}}],["bfban\\/messengerforios\\b",{"_index":893,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfirefox",{"_index":1685,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfirefox\\/([\\d\\.]+)\\b",{"_index":838,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfirefox\\b",{"_index":873,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfxios\\/([\\d\\.]+)\\b",{"_index":839,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bfxios\\b",{"_index":874,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bgoogletv\\b",{"_index":952,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bheadlesschrome\\/([\\d\\.]+)\\b",{"_index":836,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bheadlesschrome\\b",{"_index":867,"title":{},"body":{"miscellaneous/variables.html":{}}}],["biemobile\\b",{"_index":1698,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bionic|\\\\bdroid\\\\b.*build|android.*xoom|hri39|mot",{"_index":983,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bipad\\b",{"_index":963,"title":{},"body":{"miscellaneous/variables.html":{}}}],["biphone\\b",{"_index":962,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bipod\\b",{"_index":964,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bl",{"_index":2074,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blackberry",{"_index":900,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blackberrytablet",{"_index":2039,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blaupunkttablet",{"_index":2787,"title":{},"body":{"miscellaneous/variables.html":{}}}],["blinux\\b",{"_index":1695,"title":{},"body":{"miscellaneous/variables.html":{}}}],["block",{"_index":134,"title":{},"body":{"components/AppComponent.html":{}}}],["bmac",{"_index":960,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmi",{"_index":2839,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmobile\\b",{"_index":947,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmozilla\\/5.0",{"_index":887,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmpg7\\\\b|mpdcg75|mpdcg71|mpdc1006|mp101dc|mpdc9000|mpdc905|mpdc706hd|mpdc706|mpdc705|mpdc110",{"_index":2810,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmsie",{"_index":846,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmsie\\b",{"_index":879,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bmt8125|mt8389|mt8135|mt8377\\b",{"_index":2517,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bn",{"_index":2271,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boda",{"_index":2175,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boilerplate",{"_index":740,"title":{},"body":{"index.html":{}}}],["boing|arrow|draco",{"_index":2680,"title":{},"body":{"miscellaneous/variables.html":{}}}],["book",{"_index":903,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boolean",{"_index":89,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["bootstrap",{"_index":205,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["bopr\\/([\\d\\.]+)\\b",{"_index":844,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bopr\\b",{"_index":868,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp10hd\\\\b|\\\\bp19hd\\\\b|g18",{"_index":2766,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp11\\\\b|\\\\bp98t\\\\b|\\\\bp98hd\\\\b|\\\\bg18d\\\\b|\\\\bp85s\\\\b|\\\\bp11hd\\\\b|\\\\bp88s\\\\b|\\\\ba80hd\\\\b|\\\\ba80se\\\\b",{"_index":2770,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp72\\\\b|\\\\bt720se\\\\b|\\\\bc520ti\\\\b|\\\\bt760\\\\b|\\\\bt720ve\\\\b|t720",{"_index":2775,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bp75a\\\\b|\\\\ba15\\\\b|\\\\bp76ti\\\\b|\\\\bp81hd\\\\b|\\\\ba10\\\\b|\\\\bt760ve\\\\b|\\\\bt720hd\\\\b|\\\\bp76\\\\b|\\\\bp73\\\\b|\\\\bp71\\\\b",{"_index":2774,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bq1078|bc1003|bc1077|rk9702|bc9730|bc9001|it9001|bc7008|bc7010|bc708|bc728|bc7012|bc7030|bc7027|bc7026",{"_index":2429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bqtablet",{"_index":2246,"title":{},"body":{"miscellaneous/variables.html":{}}}],["branch",{"_index":542,"title":{},"body":{"contributing.html":{}}}],["broncho.*(n701|n708|n802|a710",{"_index":2277,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bronchotablet",{"_index":2276,"title":{},"body":{"miscellaneous/variables.html":{}}}],["browse",{"_index":811,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":58,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{},"modules.html":{},"miscellaneous/variables.html":{}}}],["browser.get",{"_index":238,"title":{},"body":{"classes/AppPage.html":{}}}],["browser/animations",{"_index":214,"title":{},"body":{"modules/AppModule.html":{}}}],["browser_version",{"_index":61,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["browser_versions_re",{"_index":605,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browser_versions_re_map",{"_index":606,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browser_versions_re_map[key",{"_index":832,"title":{},"body":{"miscellaneous/variables.html":{}}}],["browsermodule",{"_index":206,"title":{},"body":{"modules/AppModule.html":{}}}],["browsermodule.withservertransition",{"_index":216,"title":{},"body":{"modules/AppModule.html":{}}}],["browsers",{"_index":338,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["browsers_re",{"_index":607,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["browser|bnrv200|bnrv200a|bntv250|bntv250a|bntv400|bntv600|logicpd",{"_index":2053,"title":{},"body":{"miscellaneous/variables.html":{}}}],["brv:([\\d\\.]+\\w?)\\b",{"_index":848,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bsafari\\/([\\d\\.]+)\\b",{"_index":842,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bsamsungbrowser\\/([\\d\\.]+)\\b",{"_index":854,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bsamsungbrowser\\b",{"_index":871,"title":{},"body":{"miscellaneous/variables.html":{}}}],["btrident\\b",{"_index":880,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bucbrowser\\/([\\d\\.]+)\\b",{"_index":856,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bucbrowser\\b",{"_index":872,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bug",{"_index":497,"title":{},"body":{"contributing.html":{}}}],["bugs",{"_index":485,"title":{},"body":{"contributing.html":{},"properties.html":{}}}],["build",{"_index":716,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["buildrun",{"_index":717,"title":{},"body":{"index.html":{}}}],["build|\\barc\\b",{"_index":2290,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bunix\\b",{"_index":1696,"title":{},"body":{"miscellaneous/variables.html":{}}}],["button",{"_index":180,"title":{},"body":{"components/AppComponent.html":{}}}],["bversion\\/([\\d\\.]+)\\b",{"_index":841,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bvita\\b",{"_index":1683,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bwin",{"_index":1693,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bwindows",{"_index":876,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bwindows|(win\\d\\d)\\b",{"_index":1692,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bx89hd\\\\b|p98",{"_index":2760,"title":{},"body":{"miscellaneous/variables.html":{}}}],["bxiaomi\\b",{"_index":959,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b|t1",{"_index":2389,"title":{},"body":{"miscellaneous/variables.html":{}}}],["b|t2ci",{"_index":2387,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c",{"_index":746,"title":{},"body":{"license.html":{},"miscellaneous/variables.html":{}}}],["c100|sgh",{"_index":1294,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c101|gt",{"_index":1554,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c110|sgh",{"_index":1295,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c120|sgh",{"_index":1296,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c130|sgh",{"_index":1297,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c140|sgh",{"_index":1298,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c160|sgh",{"_index":1299,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c170",{"_index":1300,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c180|sgh",{"_index":1301,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c200|sgh",{"_index":1302,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c207|sgh",{"_index":1303,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c210|sgh",{"_index":1304,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c225|sgh",{"_index":1305,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c230|sgh",{"_index":1306,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3010|gt",{"_index":1019,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3011|gt",{"_index":1020,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3060|gt",{"_index":1021,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3200|gt",{"_index":1022,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3212i",{"_index":1024,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3212|gt",{"_index":1023,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3222|gt",{"_index":1026,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3262|gt",{"_index":1025,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3300k|gt",{"_index":1028,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3300|gt",{"_index":1027,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3303k|gt",{"_index":1030,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3303|gt",{"_index":1029,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3310|gt",{"_index":1031,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3322|gt",{"_index":1032,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3330|gt",{"_index":1033,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3350|gt",{"_index":1034,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3500",{"_index":1035,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3510|gt",{"_index":1036,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3530|gt",{"_index":1037,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3630|gt",{"_index":1038,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c3780|gt",{"_index":1039,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c395|e739bk|e960|l55c|l75c|ls696|ls860|p769bk|p350|p500|p509|p870|un272|us730|vs840|vs950|ln272|ln510",{"_index":1601,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c417|sgh",{"_index":1307,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c450|sgh",{"_index":1308,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c5010|gt",{"_index":1040,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c5212|gt",{"_index":1041,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c6620|gt",{"_index":1042,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c6625|gt",{"_index":1043,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c6712|gt",{"_index":1044,"title":{},"body":{"miscellaneous/variables.html":{}}}],["c800|c900|e400|e610|e900|e",{"_index":1598,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cam|aurix|mint|amity",{"_index":2681,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cam|stone",{"_index":2686,"title":{},"body":{"miscellaneous/variables.html":{}}}],["captiva",{"_index":2739,"title":{},"body":{"miscellaneous/variables.html":{}}}],["captivatablet",{"_index":2738,"title":{},"body":{"miscellaneous/variables.html":{}}}],["carbon|gamepad)\\\\b",{"_index":2190,"title":{},"body":{"miscellaneous/variables.html":{}}}],["catch",{"_index":83,"title":{},"body":{"components/AppComponent.html":{}}}],["cd",{"_index":721,"title":{},"body":{"index.html":{}}}],["cdm8992|txt8045|adr8995|is11pt|p2030|p6010|p8000|pt002|is06|cdm8999|p9050|pt001|txt8040|p2020|p9020",{"_index":1639,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ce",{"_index":1708,"title":{},"body":{"miscellaneous/variables.html":{}}}],["celkontablet",{"_index":2812,"title":{},"body":{"miscellaneous/variables.html":{}}}],["center",{"_index":163,"title":{},"body":{"components/AppComponent.html":{}}}],["change",{"_index":726,"title":{},"body":{"index.html":{}}}],["change_log.md",{"_index":728,"title":{},"body":{"index.html":{}}}],["changelog",{"_index":630,"title":{},"body":{"dependencies.html":{}}}],["changelog.md",{"_index":566,"title":{},"body":{"contributing.html":{}}}],["changes",{"_index":569,"title":{},"body":{"contributing.html":{}}}],["changjiatablet",{"_index":2430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["charge",{"_index":753,"title":{},"body":{"license.html":{}}}],["check",{"_index":291,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["child",{"_index":182,"title":{},"body":{"components/AppComponent.html":{}}}],["chrome",{"_index":833,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chrome_book",{"_index":902,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chrome_os",{"_index":1691,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chromecast",{"_index":907,"title":{},"body":{"miscellaneous/variables.html":{}}}],["chromium",{"_index":859,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ci",{"_index":545,"title":{},"body":{"contributing.html":{}}}],["cink",{"_index":1652,"title":{},"body":{"miscellaneous/variables.html":{}}}],["claim",{"_index":799,"title":{},"body":{"license.html":{}}}],["class",{"_index":79,"title":{"classes/AppPage.html":{},"classes/ReTree.html":{}},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["classes",{"_index":221,"title":{},"body":{"classes/AppPage.html":{},"classes/ReTree.html":{},"overview.html":{}}}],["cli",{"_index":631,"title":{},"body":{"dependencies.html":{}}}],["close",{"_index":481,"title":{},"body":{"contributing.html":{}}}],["cluster_appmodule",{"_index":197,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":199,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":198,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appservermodule",{"_index":247,"title":{},"body":{"modules/AppServerModule.html":{},"overview.html":{}}}],["cluster_appservermodule_bootstrap",{"_index":249,"title":{},"body":{"modules/AppServerModule.html":{}}}],["cluster_appservermodule_imports",{"_index":248,"title":{},"body":{"modules/AppServerModule.html":{}}}],["cobalt",{"_index":2184,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cobytablet",{"_index":2209,"title":{},"body":{"miscellaneous/variables.html":{}}}],["column",{"_index":171,"title":{},"body":{"components/AppComponent.html":{}}}],["comment",{"_index":556,"title":{},"body":{"contributing.html":{}}}],["commonmodule",{"_index":211,"title":{},"body":{"modules/AppModule.html":{}}}],["community",{"_index":582,"title":{},"body":{"contributing.html":{}}}],["compares",{"_index":397,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["compatible",{"_index":100,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["component",{"_index":0,"title":{"components/AppComponent.html":{}},"body":{"components/AppComponent.html":{},"coverage.html":{},"index.html":{},"overview.html":{}}}],["component_template",{"_index":188,"title":{},"body":{"components/AppComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AppComponent.html":{}}}],["concorde",{"_index":2519,"title":{},"body":{"miscellaneous/variables.html":{}}}],["concordetablet",{"_index":2518,"title":{},"body":{"miscellaneous/variables.html":{}}}],["conditions",{"_index":777,"title":{},"body":{"license.html":{}}}],["connection",{"_index":807,"title":{},"body":{"license.html":{}}}],["console.log('hello",{"_index":681,"title":{},"body":{"index.html":{}}}],["console.log('ua",{"_index":84,"title":{},"body":{"components/AppComponent.html":{}}}],["console.log(isdesktopdevice",{"_index":690,"title":{},"body":{"index.html":{}}}],["console.log(ismobile",{"_index":684,"title":{},"body":{"index.html":{}}}],["console.log(istablet",{"_index":689,"title":{},"body":{"index.html":{}}}],["console.log(this.deviceinfo",{"_index":683,"title":{},"body":{"index.html":{}}}],["const",{"_index":319,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"index.html":{}}}],["constants",{"_index":311,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.browser_versions_re[this.browser",{"_index":375,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.browsers.unknown",{"_index":373,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.desktop_devices.indexof(this.device",{"_index":409,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.devices.unknown",{"_index":407,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.general.uknown",{"_index":385,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.mobiles_re[mobile",{"_index":402,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.tablets_re[ipad",{"_index":348,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants.tablets_re[mobile",{"_index":406,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[`${mapping.const}_re`][item",{"_index":354,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const].android",{"_index":363,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const].unknown",{"_index":369,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const][item",{"_index":343,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constants[mapping.const][key",{"_index":358,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["constructor",{"_index":34,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["constructor(@inject(platform_id",{"_index":264,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["constructor(deviceservice",{"_index":35,"title":{},"body":{"components/AppComponent.html":{}}}],["constructor(platformid",{"_index":280,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["constructor(private",{"_index":80,"title":{},"body":{"components/AppComponent.html":{}}}],["container",{"_index":142,"title":{},"body":{"components/AppComponent.html":{}}}],["content",{"_index":173,"title":{},"body":{"components/AppComponent.html":{}}}],["contract",{"_index":803,"title":{},"body":{"license.html":{}}}],["contribute",{"_index":474,"title":{},"body":{"contributing.html":{}}}],["contributing",{"_index":473,"title":{"contributing.html":{}},"body":{}}],["conventional",{"_index":629,"title":{},"body":{"dependencies.html":{}}}],["copies",{"_index":772,"title":{},"body":{"license.html":{}}}],["copy",{"_index":756,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":745,"title":{},"body":{"license.html":{}}}],["correct",{"_index":694,"title":{},"body":{"index.html":{}}}],["coverage",{"_index":586,"title":{"coverage.html":{}},"body":{"coverage.html":{}}}],["create",{"_index":478,"title":{},"body":{"contributing.html":{}}}],["created",{"_index":429,"title":{},"body":{"classes/ReTree.html":{},"miscellaneous/variables.html":{}}}],["creator",{"_index":739,"title":{},"body":{"index.html":{}}}],["credits",{"_index":730,"title":{},"body":{"index.html":{}}}],["crestatablet",{"_index":2504,"title":{},"body":{"miscellaneous/variables.html":{}}}],["crios).)*\\safari\\b",{"_index":875,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ct695|ct888|ct[\\s]?910|ct7",{"_index":2813,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ctp",{"_index":2505,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cubetablet",{"_index":2206,"title":{},"body":{"miscellaneous/variables.html":{}}}],["current",{"_index":286,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["currentvalue",{"_index":360,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["cursor",{"_index":145,"title":{},"body":{"components/AppComponent.html":{}}}],["d.ts",{"_index":709,"title":{},"body":{"index.html":{}}}],["d307|sgh",{"_index":1309,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d347|sgh",{"_index":1310,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d357",{"_index":1311,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d407|sgh",{"_index":1312,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d415|sgh",{"_index":1313,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d600|sph",{"_index":1485,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d700|sph",{"_index":1486,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d710|sph",{"_index":1487,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d720",{"_index":1488,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d780|sgh",{"_index":1314,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d807|sgh",{"_index":1315,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d980|sgh",{"_index":1316,"title":{},"body":{"miscellaneous/variables.html":{}}}],["d\\.]+\\w?)\\b",{"_index":847,"title":{},"body":{"miscellaneous/variables.html":{}}}],["damages",{"_index":800,"title":{},"body":{"license.html":{}}}],["danewtablet",{"_index":2291,"title":{},"body":{"miscellaneous/variables.html":{}}}],["danytechtablet",{"_index":2394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["darwin",{"_index":1776,"title":{},"body":{"miscellaneous/variables.html":{}}}],["deal",{"_index":759,"title":{},"body":{"license.html":{}}}],["dealings",{"_index":808,"title":{},"body":{"license.html":{}}}],["declarations",{"_index":204,"title":{},"body":{"modules/AppModule.html":{}}}],["default",{"_index":47,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["defined",{"_index":37,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["dell",{"_index":919,"title":{},"body":{"miscellaneous/variables.html":{}}}],["delltablet",{"_index":2118,"title":{},"body":{"miscellaneous/variables.html":{}}}],["demo",{"_index":111,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"index.html":{}}}],["demoapp",{"_index":135,"title":{},"body":{"components/AppComponent.html":{}}}],["dependencies",{"_index":196,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"dependencies.html":{},"index.html":{},"overview.html":{}}}],["deprecated",{"_index":648,"title":{},"body":{"index.html":{}}}],["desc",{"_index":331,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["description",{"_index":428,"title":{},"body":{"classes/ReTree.html":{}}}],["desktop",{"_index":126,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"index.html":{}}}],["desktop_devices",{"_index":608,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["details",{"_index":118,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["detection",{"_index":695,"title":{},"body":{"index.html":{},"properties.html":{}}}],["detector",{"_index":77,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{},"properties.html":{}}}],["detector.constants",{"_index":312,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["detector.constants.ts",{"_index":604,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["detector.git",{"_index":823,"title":{},"body":{"properties.html":{}}}],["detector.git/issues",{"_index":820,"title":{},"body":{"properties.html":{}}}],["detector.service.ts",{"_index":276,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["detector.service.ts:135",{"_index":282,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:155",{"_index":290,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:171",{"_index":294,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:191",{"_index":285,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:37",{"_index":308,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:38",{"_index":309,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:39",{"_index":304,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:40",{"_index":300,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:41",{"_index":302,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:42",{"_index":305,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:43",{"_index":301,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:44",{"_index":307,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:45",{"_index":303,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:46",{"_index":281,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector.service.ts:59",{"_index":296,"title":{},"body":{"injectables/DeviceDetectorService.html":{}}}],["detector/src/lib/device",{"_index":275,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["detector/src/lib/retree.ts",{"_index":427,"title":{},"body":{"classes/ReTree.html":{},"coverage.html":{}}}],["detector/src/lib/retree.ts:30",{"_index":436,"title":{},"body":{"classes/ReTree.html":{}}}],["detector/src/lib/retree.ts:5",{"_index":433,"title":{},"body":{"classes/ReTree.html":{}}}],["detector/src/lib/retree.ts:8",{"_index":439,"title":{},"body":{"classes/ReTree.html":{}}}],["developers",{"_index":518,"title":{},"body":{"contributing.html":{}}}],["development",{"_index":705,"title":{},"body":{"index.html":{}}}],["device",{"_index":59,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["devicedetectorservice",{"_index":36,"title":{"injectables/DeviceDetectorService.html":{}},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["devicedetectorservice:135",{"_index":456,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:155",{"_index":458,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:171",{"_index":459,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:191",{"_index":457,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:37",{"_index":469,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:38",{"_index":470,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:39",{"_index":466,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:40",{"_index":461,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:41",{"_index":463,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:42",{"_index":467,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:43",{"_index":462,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:44",{"_index":468,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:45",{"_index":464,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:46",{"_index":465,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["devicedetectorservice:59",{"_index":460,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["deviceinfo",{"_index":21,"title":{"interfaces/DeviceInfo.html":{}},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["devices",{"_index":115,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["devices.asus",{"_index":898,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.chrome_book",{"_index":895,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.dell",{"_index":897,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.mac",{"_index":896,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.ps4",{"_index":894,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices.unknown",{"_index":899,"title":{},"body":{"miscellaneous/variables.html":{}}}],["devices_re",{"_index":609,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["deviceservice",{"_index":44,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["devicetype",{"_index":62,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{}}}],["devicetype.desktop",{"_index":392,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devicetype.mobile",{"_index":390,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devicetype.tablet",{"_index":388,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devicetype.unknown",{"_index":393,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["devs",{"_index":561,"title":{},"body":{"contributing.html":{}}}],["different",{"_index":114,"title":{},"body":{"components/AppComponent.html":{}}}],["digmatablet",{"_index":2791,"title":{},"body":{"miscellaneous/variables.html":{}}}],["direction",{"_index":170,"title":{},"body":{"components/AppComponent.html":{}}}],["directive",{"_index":186,"title":{},"body":{"components/AppComponent.html":{}}}],["directives",{"_index":189,"title":{},"body":{"components/AppComponent.html":{}}}],["display",{"_index":133,"title":{},"body":{"components/AppComponent.html":{}}}],["distribute",{"_index":768,"title":{},"body":{"license.html":{}}}],["docs",{"_index":536,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["docs/readme",{"_index":510,"title":{},"body":{"contributing.html":{}}}],["documentation",{"_index":493,"title":{},"body":{"contributing.html":{},"coverage.html":{},"license.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AppComponent.html":{}}}],["don't",{"_index":527,"title":{},"body":{"contributing.html":{}}}],["dp8d",{"_index":2658,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dps",{"_index":2492,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dpstablet",{"_index":2491,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dream",{"_index":2493,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dslide.*\\b(700|701r|702|703r|704|802|970|971|972|973|974|1010|1012)\\b",{"_index":2292,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dual",{"_index":2495,"title":{},"body":{"miscellaneous/variables.html":{}}}],["dynamic",{"_index":625,"title":{},"body":{"dependencies.html":{}}}],["d|o1",{"_index":2390,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e",{"_index":2174,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e100|sch",{"_index":1530,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e100|viewpad",{"_index":2730,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1050|gt",{"_index":1045,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e105|sgh",{"_index":1317,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1070",{"_index":1046,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1075|gt",{"_index":1047,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1080|gt",{"_index":1048,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1081|gt",{"_index":1049,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1085|gt",{"_index":1050,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1087|gt",{"_index":1051,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1100|gt",{"_index":1052,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1107|gt",{"_index":1053,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1110|gt",{"_index":1054,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1120|gt",{"_index":1055,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1125|gt",{"_index":1056,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1130",{"_index":1057,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1160|gt",{"_index":1058,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1170|gt",{"_index":1059,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1175|gt",{"_index":1060,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1180|gt",{"_index":1061,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1182|gt",{"_index":1062,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1200|gt",{"_index":1063,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1210|gt",{"_index":1064,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1225|gt",{"_index":1065,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1230|gt",{"_index":1066,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e1390|gt",{"_index":1067,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e140k|shv",{"_index":1852,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e140l|shv",{"_index":1853,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e140s|shv",{"_index":1854,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e150s|shv",{"_index":1855,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e160k|sch",{"_index":1581,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e200|sgh",{"_index":1318,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2100",{"_index":1068,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2120|gt",{"_index":1069,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2121|gt",{"_index":1070,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2152|gt",{"_index":1071,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2220|gt",{"_index":1072,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2222|gt",{"_index":1073,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2230|gt",{"_index":1074,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2232|gt",{"_index":1075,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2250|gt",{"_index":1076,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e230k|shv",{"_index":1856,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e230l",{"_index":1857,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e230s|shw",{"_index":1859,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2370|gt",{"_index":1077,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2550|gt",{"_index":1078,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e2652",{"_index":1079,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e315|sgh",{"_index":1319,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e316|sgh",{"_index":1320,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e317|sgh",{"_index":1321,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e3210|gt",{"_index":1080,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e3213|gt",{"_index":1081,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e335",{"_index":1322,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e590|sgh",{"_index":1323,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e635|sgh",{"_index":1324,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e704|\\bivorys\\b|e",{"_index":2801,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e715|sgh",{"_index":1325,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e72|viewpad7|viewpad",{"_index":2729,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e890|sgh",{"_index":1326,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e\\\\b|xt1068|xt1092|xt1052",{"_index":991,"title":{},"body":{"miscellaneous/variables.html":{}}}],["each",{"_index":655,"title":{},"body":{"index.html":{}}}],["earlier",{"_index":651,"title":{},"body":{"index.html":{}}}],["ebodatablet",{"_index":2173,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ebrd1102|ebrd1201|sgp351|sgp341|sgp511|sgp512|sgp521|sgp541|sgp551|sgp621|sgp641|sgp612|sot31|sgp771|sgp611",{"_index":2202,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ecstablet",{"_index":2614,"title":{},"body":{"miscellaneous/variables.html":{}}}],["edge",{"_index":858,"title":{},"body":{"miscellaneous/variables.html":{}}}],["element",{"_index":185,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{}}}],["element(by.css('app",{"_index":239,"title":{},"body":{"classes/AppPage.html":{}}}],["element.all(by.css('app",{"_index":242,"title":{},"body":{"classes/AppPage.html":{}}}],["elementarrayfinder",{"_index":230,"title":{},"body":{"classes/AppPage.html":{}}}],["elitepad",{"_index":2021,"title":{},"body":{"miscellaneous/variables.html":{}}}],["end",{"_index":174,"title":{},"body":{"components/AppComponent.html":{}}}],["endeavour",{"_index":2788,"title":{},"body":{"miscellaneous/variables.html":{}}}],["engine",{"_index":627,"title":{},"body":{"dependencies.html":{}}}],["engine/tokens",{"_index":259,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["enhance",{"_index":483,"title":{},"body":{"contributing.html":{}}}],["ensure",{"_index":692,"title":{},"body":{"index.html":{}}}],["enum",{"_index":314,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["enumerations",{"_index":642,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["environment",{"_index":602,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["epicfunction",{"_index":680,"title":{},"body":{"index.html":{}}}],["essentielbtablet",{"_index":2624,"title":{},"body":{"miscellaneous/variables.html":{}}}],["etc",{"_index":688,"title":{},"body":{"index.html":{}}}],["event",{"_index":795,"title":{},"body":{"license.html":{}}}],["evo",{"_index":2046,"title":{},"body":{"miscellaneous/variables.html":{}}}],["evoliotablet",{"_index":2793,"title":{},"body":{"miscellaneous/variables.html":{}}}],["evo|nexo",{"_index":2853,"title":{},"body":{"miscellaneous/variables.html":{}}}],["example",{"_index":700,"title":{},"body":{"index.html":{}}}],["examples",{"_index":492,"title":{},"body":{"contributing.html":{}}}],["exec",{"_index":432,"title":{},"body":{"classes/ReTree.html":{}}}],["exec(str",{"_index":434,"title":{},"body":{"classes/ReTree.html":{}}}],["existing",{"_index":521,"title":{},"body":{"contributing.html":{}}}],["explain",{"_index":514,"title":{},"body":{"contributing.html":{}}}],["export",{"_index":78,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["express",{"_index":260,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["express.express",{"_index":646,"title":{},"body":{"miscellaneous/functions.html":{}}}],["expressjs",{"_index":699,"title":{},"body":{"index.html":{}}}],["extends",{"_index":263,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["ezee[_']?(tab|go)[0",{"_index":2617,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e|m]10|m8))|maxwell.*lite|maxwell.*plus",{"_index":2249,"title":{},"body":{"miscellaneous/variables.html":{}}}],["e|t5",{"_index":2385,"title":{},"body":{"miscellaneous/variables.html":{}}}],["f300|sgh",{"_index":1327,"title":{},"body":{"miscellaneous/variables.html":{}}}],["f480|sgh",{"_index":1328,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fa",{"_index":165,"title":{},"body":{"components/AppComponent.html":{}}}],["false",{"_index":292,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["far",{"_index":513,"title":{},"body":{"contributing.html":{}}}],["fast",{"_index":741,"title":{},"body":{"index.html":{}}}],["fb",{"_index":861,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fb_messanger",{"_index":860,"title":{},"body":{"miscellaneous/variables.html":{}}}],["feature",{"_index":501,"title":{},"body":{"contributing.html":{}}}],["feedback",{"_index":498,"title":{},"body":{"contributing.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{}}}],["files",{"_index":710,"title":{},"body":{"index.html":{},"license.html":{}}}],["finally",{"_index":574,"title":{},"body":{"contributing.html":{}}}],["fine7",{"_index":2415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["firefox",{"_index":837,"title":{},"body":{"miscellaneous/variables.html":{}}}],["firefox_os",{"_index":901,"title":{},"body":{"miscellaneous/variables.html":{}}}],["first",{"_index":181,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["fitness",{"_index":791,"title":{},"body":{"license.html":{}}}],["five|cink",{"_index":1646,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fix",{"_index":484,"title":{},"body":{"contributing.html":{}}}],["flex",{"_index":169,"title":{},"body":{"components/AppComponent.html":{}}}],["fly",{"_index":931,"title":{},"body":{"miscellaneous/variables.html":{}}}],["flyer|htc",{"_index":2043,"title":{},"body":{"miscellaneous/variables.html":{}}}],["flytablet",{"_index":2243,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fl|f|hv|h|)|tb",{"_index":2108,"title":{},"body":{"miscellaneous/variables.html":{}}}],["following",{"_index":703,"title":{},"body":{"index.html":{},"license.html":{}}}],["font",{"_index":166,"title":{},"body":{"components/AppComponent.html":{}}}],["fork",{"_index":482,"title":{},"body":{"contributing.html":{}}}],["found",{"_index":365,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"contributing.html":{}}}],["free",{"_index":752,"title":{},"body":{"license.html":{}}}],["freedom|chicago|cleveland|baltimore",{"_index":2825,"title":{},"body":{"miscellaneous/variables.html":{}}}],["freetab",{"_index":2576,"title":{},"body":{"miscellaneous/variables.html":{}}}],["free|nexo",{"_index":2851,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fujitsutablet",{"_index":2084,"title":{},"body":{"miscellaneous/variables.html":{}}}],["funbook|micromax.*\\b(p250|p560|p360|p362|p600|p300|p350|p500|p275)\\b",{"_index":2409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["function",{"_index":591,"title":{},"body":{"coverage.html":{}}}],["functions",{"_index":644,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["furnished",{"_index":775,"title":{},"body":{"license.html":{}}}],["fx2",{"_index":2697,"title":{},"body":{"miscellaneous/variables.html":{}}}],["fx2tablet",{"_index":2696,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g",{"_index":720,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["g1|me",{"_index":2487,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g1|z520m|android",{"_index":973,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g3|genius",{"_index":2397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g4|genius",{"_index":2400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g7105|sm",{"_index":1549,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9006v|sm",{"_index":1562,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9008v|sm",{"_index":1563,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9009d|sm",{"_index":1564,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900a|sm",{"_index":1565,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900d|sm",{"_index":1566,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900f",{"_index":1567,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900h|sm",{"_index":1569,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900i|sm",{"_index":1570,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900j|sm",{"_index":1571,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900k|sm",{"_index":1572,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900l|sm",{"_index":1573,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900m|sm",{"_index":1574,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900p|sm",{"_index":1575,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900r4|sm",{"_index":1576,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900s|sm",{"_index":1577,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900t|sm",{"_index":1578,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900v",{"_index":1579,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g900w8|shv",{"_index":1580,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g903f|sm",{"_index":1595,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g920f|sm",{"_index":1588,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g920v|sm",{"_index":1589,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9250|gt",{"_index":995,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g930f",{"_index":1590,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g9350|sm",{"_index":1586,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g950f|sm",{"_index":993,"title":{},"body":{"miscellaneous/variables.html":{}}}],["g955f|sm",{"_index":994,"title":{},"body":{"miscellaneous/variables.html":{}}}],["galapadtablet",{"_index":2406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gcta722|tab",{"_index":2542,"title":{},"body":{"miscellaneous/variables.html":{}}}],["general",{"_index":610,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["general.uknown",{"_index":864,"title":{},"body":{"miscellaneous/variables.html":{}}}],["general.uknown.tolowercase",{"_index":1751,"title":{},"body":{"miscellaneous/variables.html":{}}}],["generate",{"_index":706,"title":{},"body":{"index.html":{}}}],["generator",{"_index":743,"title":{},"body":{"index.html":{}}}],["generic",{"_index":942,"title":{},"body":{"miscellaneous/variables.html":{}}}],["generic_phone",{"_index":941,"title":{},"body":{"miscellaneous/variables.html":{}}}],["generictablet",{"_index":2887,"title":{},"body":{"miscellaneous/variables.html":{}}}],["genius",{"_index":2395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["genius|fine7",{"_index":2416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["getdemoheadingtext",{"_index":223,"title":{},"body":{"classes/AppPage.html":{}}}],["getdeviceinfo",{"_index":28,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["getdeviceinfoelements",{"_index":224,"title":{},"body":{"classes/AppPage.html":{}}}],["getisdesktop",{"_index":72,"title":{},"body":{"components/AppComponent.html":{}}}],["getismobile",{"_index":68,"title":{},"body":{"components/AppComponent.html":{}}}],["getistablet",{"_index":70,"title":{},"body":{"components/AppComponent.html":{}}}],["getparagraphtext",{"_index":225,"title":{},"body":{"classes/AppPage.html":{}}}],["getting",{"_index":471,"title":{"contributing.html":{},"index.html":{},"license.html":{}},"body":{}}],["gh|iowa|boston|seattle|phoenix|dallas|in",{"_index":2826,"title":{},"body":{"miscellaneous/variables.html":{}}}],["giii|genius",{"_index":2404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gii|genius",{"_index":2403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["github",{"_index":143,"title":{},"body":{"components/AppComponent.html":{}}}],["go",{"_index":519,"title":{},"body":{"contributing.html":{}}}],["goclevertablet",{"_index":2522,"title":{},"body":{"miscellaneous/variables.html":{}}}],["going",{"_index":558,"title":{},"body":{"contributing.html":{}}}],["good",{"_index":553,"title":{},"body":{"contributing.html":{}}}],["google",{"_index":912,"title":{},"body":{"miscellaneous/variables.html":{}}}],["google_tv",{"_index":911,"title":{},"body":{"miscellaneous/variables.html":{}}}],["googletablet",{"_index":1798,"title":{},"body":{"miscellaneous/variables.html":{}}}],["go|nexo",{"_index":2852,"title":{},"body":{"miscellaneous/variables.html":{}}}],["granted",{"_index":751,"title":{},"body":{"license.html":{}}}],["gt",{"_index":1002,"title":{},"body":{"miscellaneous/variables.html":{}}}],["gutablet",{"_index":2435,"title":{},"body":{"miscellaneous/variables.html":{}}}],["h1')).gettext",{"_index":245,"title":{},"body":{"classes/AppPage.html":{}}}],["hack",{"_index":344,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["halley|flame|saphyr",{"_index":2689,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hasn't",{"_index":522,"title":{},"body":{"contributing.html":{}}}],["hcl.*tablet|connect",{"_index":2481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hcltablet",{"_index":2480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hd)?|visture",{"_index":2501,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hd|i75",{"_index":2498,"title":{},"body":{"miscellaneous/variables.html":{}}}],["heading",{"_index":240,"title":{},"body":{"classes/AppPage.html":{}}}],["help",{"_index":480,"title":{},"body":{"contributing.html":{}}}],["helper",{"_index":704,"title":{},"body":{"index.html":{}}}],["helping",{"_index":526,"title":{},"body":{"contributing.html":{}}}],["helps",{"_index":101,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{},"index.html":{}}}],["here",{"_index":121,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["hereby",{"_index":750,"title":{},"body":{"license.html":{}}}],["hisensetablet",{"_index":2879,"title":{},"body":{"miscellaneous/variables.html":{}}}],["holders",{"_index":797,"title":{},"body":{"license.html":{}}}],["holds",{"_index":702,"title":{},"body":{"index.html":{}}}],["home",{"_index":674,"title":{},"body":{"index.html":{}}}],["home.component.html",{"_index":676,"title":{},"body":{"index.html":{}}}],["home.component.scss",{"_index":675,"title":{},"body":{"index.html":{}}}],["homecomponent",{"_index":677,"title":{},"body":{"index.html":{}}}],["honeywell",{"_index":937,"title":{},"body":{"miscellaneous/variables.html":{}}}],["host",{"_index":130,"title":{},"body":{"components/AppComponent.html":{}}}],["hover",{"_index":153,"title":{},"body":{"components/AppComponent.html":{}}}],["hp",{"_index":2018,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hptablet",{"_index":2017,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ht7s3|hudl",{"_index":2882,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htc",{"_index":915,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htc_flyer_p512|htc",{"_index":2042,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htctablet",{"_index":2041,"title":{},"body":{"miscellaneous/variables.html":{}}}],["htc|htc.*(sensation|evo|vision|explorer|6800|8100|8900|a7272|s510e|c110e|legend|desire|t8282)|apx515ckt|qtek9090|apa9292kt|hd_mini|sensation.*z710e|pg86100|z715e|desire.*(a8181|hd)|adr6200|adr6400l|adr6425|001ht|inspire",{"_index":971,"title":{},"body":{"miscellaneous/variables.html":{}}}],["html",{"_index":184,"title":{},"body":{"components/AppComponent.html":{}}}],["http",{"_index":678,"title":{},"body":{"index.html":{}}}],["https://github.com/ahsanayaz/ngx",{"_index":819,"title":{},"body":{"properties.html":{}}}],["https://github.com/koderlabs/ngx",{"_index":822,"title":{},"body":{"properties.html":{}}}],["huaweitablet",{"_index":2250,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hub2",{"_index":2885,"title":{},"body":{"miscellaneous/variables.html":{}}}],["hudl",{"_index":2881,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i.e",{"_index":742,"title":{},"body":{"index.html":{}}}],["i100",{"_index":1200,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i110|sch",{"_index":1201,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i200|sgh",{"_index":1329,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i300|sgh",{"_index":1330,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i300|sph",{"_index":1489,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i317|sgh",{"_index":1537,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i320|sgh",{"_index":1331,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i325|sph",{"_index":1490,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i330|sph",{"_index":1491,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i337|bgt",{"_index":997,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i350|sph",{"_index":1492,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i400|sch",{"_index":1202,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i405|sch",{"_index":1203,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i467|xe500|sm",{"_index":1905,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i497|sph",{"_index":1834,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i500|sch",{"_index":1204,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i500|sph",{"_index":1493,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i510|sch",{"_index":1205,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i515|sch",{"_index":1206,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i535|sm",{"_index":1534,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5500|gt",{"_index":1082,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5503|gt",{"_index":1083,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i550|sgh",{"_index":1332,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5510|gt",{"_index":1558,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5700|gt",{"_index":1084,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i577",{"_index":1333,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5800|gt",{"_index":1085,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i5801|gt",{"_index":1086,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i600|sch",{"_index":1207,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i600|sgh",{"_index":1334,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i600|sph",{"_index":1494,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i607|sgh",{"_index":1335,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i617|sgh",{"_index":1336,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i627|sgh",{"_index":1337,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i637|sgh",{"_index":1338,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i6410|gt",{"_index":1087,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i6420|gt",{"_index":1088,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i677|sgh",{"_index":1339,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i700|sgh",{"_index":1340,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i700|sph",{"_index":1495,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i705",{"_index":1837,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i70|tab",{"_index":2543,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i7110|gt",{"_index":1089,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i717|sgh",{"_index":1341,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i71|tab",{"_index":2544,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i720|tab",{"_index":2534,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i721",{"_index":2541,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i727|sgh",{"_index":1342,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i730|sch",{"_index":1208,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i7410",{"_index":1090,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i747m|sgh",{"_index":1343,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i7500|gt",{"_index":1091,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i760|sch",{"_index":1209,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i770|sch",{"_index":1210,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i777",{"_index":1344,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i780|sgh",{"_index":1345,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8000|gt",{"_index":1092,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i800|sch",{"_index":1815,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8150|gt",{"_index":1093,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i815|sch",{"_index":1816,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8160|gt",{"_index":1094,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8190|gt",{"_index":1095,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8262|gt",{"_index":1540,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i827|sgh",{"_index":1346,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i830",{"_index":1211,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8320|gt",{"_index":1096,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8330|gt",{"_index":1097,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8350|gt",{"_index":1098,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i847|sgh",{"_index":1347,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8510|gt",{"_index":1547,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8530|gt",{"_index":1099,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i857|sgh",{"_index":1348,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8700|gt",{"_index":1100,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8703",{"_index":1101,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8750|sm",{"_index":1561,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i8910|gt",{"_index":1102,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i896|sgh",{"_index":1349,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i897|sgh",{"_index":1350,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9000|gt",{"_index":1103,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9001|gt",{"_index":1104,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9003|gt",{"_index":1105,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i900|sgh",{"_index":1351,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9010|gt",{"_index":1106,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9020|gt",{"_index":1107,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9023|gt",{"_index":1108,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i905",{"_index":1817,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9070|gt",{"_index":1109,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i907|sgh",{"_index":1352,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9082|gt",{"_index":1110,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i909|gt",{"_index":1531,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9100|gt",{"_index":1111,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9103",{"_index":1112,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9105|gt",{"_index":1546,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i910|sch",{"_index":1212,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i915|gt",{"_index":1838,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i917|sgh",{"_index":1353,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9190|sm",{"_index":1593,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9195|sm",{"_index":1553,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9200x|gt",{"_index":1908,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9200|gt",{"_index":1882,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9205|sm",{"_index":1585,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i920|sch",{"_index":1213,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i921|tab",{"_index":2532,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9220|gt",{"_index":1113,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9228|sch",{"_index":1879,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i925",{"_index":1881,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9250|gt",{"_index":1114,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i927|sgh",{"_index":1354,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9295|gt",{"_index":1552,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9300|gt",{"_index":1115,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9305|gt",{"_index":1116,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i937",{"_index":1355,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9500|gt",{"_index":1117,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i9505|gt",{"_index":1118,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i957|sgh",{"_index":1818,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i959|sch",{"_index":1214,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i987|sgh",{"_index":1819,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i997|sgh",{"_index":1356,"title":{},"body":{"miscellaneous/variables.html":{}}}],["i_mobile",{"_index":933,"title":{},"body":{"miscellaneous/variables.html":{}}}],["icon",{"_index":160,"title":{},"body":{"components/AppComponent.html":{}}}],["iconbittablet",{"_index":2740,"title":{},"body":{"miscellaneous/variables.html":{}}}],["idea",{"_index":554,"title":{},"body":{"contributing.html":{}}}],["identifier",{"_index":587,"title":{},"body":{"coverage.html":{}}}],["identify",{"_index":102,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["ie",{"_index":845,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ii",{"_index":2402,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ijoytablet",{"_index":2663,"title":{},"body":{"miscellaneous/variables.html":{}}}],["im",{"_index":1622,"title":{},"body":{"miscellaneous/variables.html":{}}}],["img",{"_index":150,"title":{},"body":{"components/AppComponent.html":{}}}],["imobiletablet",{"_index":2639,"title":{},"body":{"miscellaneous/variables.html":{}}}],["implement",{"_index":535,"title":{},"body":{"contributing.html":{}}}],["implements",{"_index":419,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["implied",{"_index":787,"title":{},"body":{"license.html":{}}}],["import",{"_index":74,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["important",{"_index":515,"title":{},"body":{"contributing.html":{}}}],["imports",{"_index":215,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["improve",{"_index":491,"title":{},"body":{"contributing.html":{}}}],["improves",{"_index":516,"title":{},"body":{"contributing.html":{}}}],["included",{"_index":781,"title":{},"body":{"license.html":{}}}],["including",{"_index":762,"title":{},"body":{"license.html":{}}}],["index",{"_index":19,"title":{"index.html":{}},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["info.key",{"_index":128,"title":{},"body":{"components/AppComponent.html":{}}}],["info.value",{"_index":129,"title":{},"body":{"components/AppComponent.html":{}}}],["information",{"_index":104,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"index.html":{}}}],["inherited",{"_index":455,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["initial",{"_index":333,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["initiated",{"_index":335,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["inject",{"_index":254,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["inject(request",{"_index":266,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["injectable",{"_index":255,"title":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{}},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["injectables",{"_index":273,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"overview.html":{}}}],["inm8002kp|inm1010fp|inm805nd|intenso",{"_index":2165,"title":{},"body":{"miscellaneous/variables.html":{}}}],["input",{"_index":177,"title":{},"body":{"components/AppComponent.html":{}}}],["inq",{"_index":940,"title":{},"body":{"miscellaneous/variables.html":{}}}],["inspired",{"_index":731,"title":{},"body":{"index.html":{}}}],["install",{"_index":672,"title":{},"body":{"index.html":{}}}],["installation",{"_index":671,"title":{},"body":{"index.html":{}}}],["installed",{"_index":719,"title":{},"body":{"index.html":{}}}],["instanceof",{"_index":441,"title":{},"body":{"classes/ReTree.html":{}}}],["instead",{"_index":366,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["intensotablet",{"_index":2164,"title":{},"body":{"miscellaneous/variables.html":{}}}],["interface",{"_index":313,"title":{"interfaces/DeviceInfo.html":{}},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"overview.html":{}}}],["interfaces",{"_index":410,"title":{},"body":{"interfaces/DeviceInfo.html":{}}}],["ios",{"_index":345,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["ipad",{"_index":320,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["ipad|ipad.*mobile",{"_index":1796,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iphone",{"_index":685,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["ipod",{"_index":914,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ips10",{"_index":2472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ips10|tab",{"_index":2471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ips9|tab",{"_index":2467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iq230|iq444|iq450|iq440|iq442|iq441|iq245|iq256|iq236|iq255|iq235|iq245|iq275|iq240|iq285|iq280|iq270|iq260|iq250",{"_index":1641,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iq310|fly",{"_index":2244,"title":{},"body":{"miscellaneous/variables.html":{}}}],["iq|i",{"_index":1655,"title":{},"body":{"miscellaneous/variables.html":{}}}],["irutablet",{"_index":2167,"title":{},"body":{"miscellaneous/variables.html":{}}}],["isdesktop",{"_index":33,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["isdesktop(useragent",{"_index":284,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["isdesktopdevice",{"_index":682,"title":{},"body":{"index.html":{}}}],["ismobile",{"_index":31,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["ismobile(useragent",{"_index":289,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["isplatformbrowser",{"_index":310,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["isplatformbrowser(this.platformid",{"_index":323,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["isplatformserver",{"_index":261,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["isplatformserver(platformid",{"_index":268,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["issue",{"_index":503,"title":{},"body":{"contributing.html":{}}}],["issues",{"_index":479,"title":{},"body":{"contributing.html":{}}}],["istablet",{"_index":32,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["istablet(useragent",{"_index":293,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["it's",{"_index":552,"title":{},"body":{"contributing.html":{}}}],["item",{"_index":244,"title":{},"body":{"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{}}}],["itunes",{"_index":950,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ivory|\\be",{"_index":2802,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j120f|sm",{"_index":1587,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j150|sgh",{"_index":1357,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j200|sgh",{"_index":1358,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j330f",{"_index":1596,"title":{},"body":{"miscellaneous/variables.html":{}}}],["j500fn|sm",{"_index":1594,"title":{},"body":{"miscellaneous/variables.html":{}}}],["jaytechtablet",{"_index":2784,"title":{},"body":{"miscellaneous/variables.html":{}}}],["jetstream|htc",{"_index":2044,"title":{},"body":{"miscellaneous/variables.html":{}}}],["jones|tablet",{"_index":2679,"title":{},"body":{"miscellaneous/variables.html":{}}}],["joy|fine11",{"_index":2421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["js",{"_index":707,"title":{},"body":{"index.html":{}}}],["js.map",{"_index":708,"title":{},"body":{"index.html":{}}}],["jupiter",{"_index":2845,"title":{},"body":{"miscellaneous/variables.html":{}}}],["justify",{"_index":172,"title":{},"body":{"components/AppComponent.html":{}}}],["jxdtablet",{"_index":2659,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k010",{"_index":2033,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k011",{"_index":2034,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k017",{"_index":2035,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k01e",{"_index":2036,"title":{},"body":{"miscellaneous/variables.html":{}}}],["k1|)|thinkpad",{"_index":2100,"title":{},"body":{"miscellaneous/variables.html":{}}}],["karbonntablet",{"_index":2410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["key",{"_index":422,"title":{},"body":{"pipes/KeysPipe.html":{},"miscellaneous/variables.html":{}}}],["keys",{"_index":414,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["keys.push",{"_index":424,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["keyspipe",{"_index":200,"title":{"pipes/KeysPipe.html":{}},"body":{"modules/AppModule.html":{},"pipes/KeysPipe.html":{},"coverage.html":{},"overview.html":{}}}],["keywords",{"_index":814,"title":{},"body":{"properties.html":{}}}],["kfapwa|wfjwae|kfsawa|kfsawi|kfaswi|kfarwi|kffowi|kfgiwi|kfmewi)\\\\b|android.*silk\\/[0",{"_index":2014,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kiddo|nexo",{"_index":2856,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kind",{"_index":786,"title":{},"body":{"license.html":{}}}],["kindle",{"_index":2012,"title":{},"body":{"miscellaneous/variables.html":{}}}],["king|cink",{"_index":1653,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kobo",{"_index":2288,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kobotablet",{"_index":2287,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kocasotablet",{"_index":2876,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l09|bah",{"_index":2267,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l170|sgh",{"_index":1359,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l700|sgh",{"_index":1360,"title":{},"body":{"miscellaneous/variables.html":{}}}],["l700|sph",{"_index":1496,"title":{},"body":{"miscellaneous/variables.html":{}}}],["landscape",{"_index":318,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{}}}],["landscape)').matches",{"_index":382,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["later",{"_index":297,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["latest",{"_index":570,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["lavatablet",{"_index":2799,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lc11|sch",{"_index":1215,"title":{},"body":{"miscellaneous/variables.html":{}}}],["leadertablet",{"_index":2858,"title":{},"body":{"miscellaneous/variables.html":{}}}],["leave",{"_index":555,"title":{},"body":{"contributing.html":{}}}],["left",{"_index":158,"title":{},"body":{"components/AppComponent.html":{}}}],["legend",{"_index":183,"title":{},"body":{"components/AppComponent.html":{}}}],["length",{"_index":970,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lenovotablet",{"_index":2096,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lg",{"_index":921,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lgtablet",{"_index":2073,"title":{},"body":{"miscellaneous/variables.html":{}}}],["liability",{"_index":801,"title":{},"body":{"license.html":{}}}],["liable",{"_index":798,"title":{},"body":{"license.html":{}}}],["library",{"_index":517,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["license",{"_index":585,"title":{"license.html":{}},"body":{"contributing.html":{},"index.html":{},"license.html":{},"properties.html":{}}}],["limitation",{"_index":763,"title":{},"body":{"license.html":{}}}],["limited",{"_index":788,"title":{},"body":{"license.html":{}}}],["line",{"_index":969,"title":{},"body":{"miscellaneous/variables.html":{}}}],["line:max",{"_index":968,"title":{},"body":{"miscellaneous/variables.html":{}}}],["links",{"_index":583,"title":{},"body":{"contributing.html":{}}}],["lint",{"_index":712,"title":{},"body":{"index.html":{}}}],["lintto",{"_index":714,"title":{},"body":{"index.html":{}}}],["linux",{"_index":1689,"title":{},"body":{"miscellaneous/variables.html":{}}}],["live",{"_index":652,"title":{},"body":{"index.html":{}}}],["livingstone|cervantes|avant|aquaris",{"_index":2248,"title":{},"body":{"miscellaneous/variables.html":{}}}],["localhost:4200",{"_index":725,"title":{},"body":{"index.html":{}}}],["lock",{"_index":502,"title":{},"body":{"contributing.html":{}}}],["log",{"_index":727,"title":{},"body":{"index.html":{}}}],["logo",{"_index":144,"title":{},"body":{"components/AppComponent.html":{}}}],["loox|xeno10|odys",{"_index":2736,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lot",{"_index":577,"title":{},"body":{"contributing.html":{}}}],["ls670|ls855|lw690|mn270|mn510|p509|p769|p930|un200|un270|un510|un610|us670|us740|us760|ux265|ux840|vn271",{"_index":1602,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lu6200|ms690|ms695|ms770|ms840|ms870|ms910|p500|p700|p705|vm696|as680|as695|ax840|c729|e970|gs505|272",{"_index":1600,"title":{},"body":{"miscellaneous/variables.html":{}}}],["lumia",{"_index":926,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m",{"_index":2829,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m100|sph",{"_index":1497,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m110|sgh",{"_index":1361,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m110|sph",{"_index":1463,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m150|sgh",{"_index":1362,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180k|shw",{"_index":1860,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180l|sm",{"_index":1861,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180s|shw",{"_index":1864,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m180w|shw",{"_index":1865,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m1|nibiru",{"_index":2844,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m200|sgh",{"_index":1363,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m220|sph",{"_index":1498,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m240",{"_index":1499,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m300w|shw",{"_index":1866,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m300|sph",{"_index":1500,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m305w|shw",{"_index":1867,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m305|sph",{"_index":1501,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m320|sph",{"_index":1502,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m330|sph",{"_index":1503,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m350|sph",{"_index":1504,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m3510|gt",{"_index":1119,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m360|sph",{"_index":1505,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m370|sph",{"_index":1506,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380k|shw",{"_index":1868,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380s|shw",{"_index":1869,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380w",{"_index":1870,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m380|sph",{"_index":1507,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m430w|shw",{"_index":1872,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m480k|shw",{"_index":1873,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m480s|shw",{"_index":1874,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m480w|shw",{"_index":1875,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m485w|shw",{"_index":1876,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m486w|shw",{"_index":1877,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m500w|gt",{"_index":1878,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m510|sph",{"_index":1508,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m540|sph",{"_index":1509,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m550",{"_index":1510,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m560|sph",{"_index":1511,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m5650|gt",{"_index":1120,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m570|sph",{"_index":1512,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m580|sph",{"_index":1513,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m610|sph",{"_index":1514,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m620|sph",{"_index":1515,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m630|sph",{"_index":1516,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m702pro",{"_index":2168,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m721|tab",{"_index":2530,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m723g",{"_index":2529,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m7500|gt",{"_index":1121,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m7600|gt",{"_index":1122,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m7603",{"_index":1123,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m800|sph",{"_index":1517,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m810|sph",{"_index":1518,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m813g|tab",{"_index":2540,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m850|sph",{"_index":1519,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m8800|gt",{"_index":1124,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m8910|gt",{"_index":1125,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m9002|q702|kf026",{"_index":2438,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m900|sph",{"_index":1520,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m910",{"_index":1521,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m920|sph",{"_index":1522,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m930|sph",{"_index":1523,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mac",{"_index":905,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macintel",{"_index":350,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["macintosh",{"_index":906,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx",{"_index":1749,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_10",{"_index":1740,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_11",{"_index":1739,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_11_0",{"_index":1728,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_12",{"_index":1737,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_13",{"_index":1736,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_14",{"_index":1734,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_15",{"_index":1732,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_16",{"_index":1730,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_2",{"_index":1748,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_3",{"_index":1747,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_4",{"_index":1746,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_5",{"_index":1745,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_6",{"_index":1744,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_7",{"_index":1743,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_8",{"_index":1742,"title":{},"body":{"miscellaneous/variables.html":{}}}],["macosx_9",{"_index":1741,"title":{},"body":{"miscellaneous/variables.html":{}}}],["magictab|stream|tb",{"_index":2476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mainmodule",{"_index":596,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["mainmodule.filename",{"_index":829,"title":{},"body":{"miscellaneous/variables.html":{}}}],["make",{"_index":505,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["manually",{"_index":698,"title":{},"body":{"index.html":{}}}],["many",{"_index":475,"title":{},"body":{"contributing.html":{}}}],["map(key",{"_index":357,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["mapping.prop",{"_index":361,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["mappings",{"_index":336,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["mappings.foreach(mapping",{"_index":340,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["margin",{"_index":157,"title":{},"body":{"components/AppComponent.html":{}}}],["master",{"_index":541,"title":{},"body":{"contributing.html":{}}}],["match",{"_index":399,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["matching",{"_index":192,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["max",{"_index":136,"title":{},"body":{"components/AppComponent.html":{}}}],["mb520|mb525|mb526|mb611|mb612|mb632|mb810|mb855|mb860|mb861|mb865|mb870|me501|me502|me511|me525|me600",{"_index":986,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me560cg|me372cg|me302kl",{"_index":2032,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me572c|me103k|me170c|me171c|\\\\bme70c\\\\b|me581c",{"_index":2037,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me581cl|me8510c|me181c|p01y|po1ma|p01z|\\\\bp027\\\\b|\\\\bp024\\\\b|\\\\bp00c\\\\b",{"_index":2038,"title":{},"body":{"miscellaneous/variables.html":{}}}],["me632|me722|me811|me860|me863|me865|mt620|mt710|mt716|mt720|mt810|mt870|mt917|motorola.*titanium|wx435",{"_index":987,"title":{},"body":{"miscellaneous/variables.html":{}}}],["means",{"_index":576,"title":{},"body":{"contributing.html":{}}}],["mediacomtablet",{"_index":2828,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mediatektablet",{"_index":2516,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mediontablet",{"_index":2160,"title":{},"body":{"miscellaneous/variables.html":{}}}],["megafon",{"_index":2170,"title":{},"body":{"miscellaneous/variables.html":{}}}],["megafontablet",{"_index":2169,"title":{},"body":{"miscellaneous/variables.html":{}}}],["merchantability",{"_index":790,"title":{},"body":{"license.html":{}}}],["merge",{"_index":766,"title":{},"body":{"license.html":{}}}],["messanger",{"_index":862,"title":{},"body":{"miscellaneous/variables.html":{}}}],["metadata",{"_index":11,"title":{},"body":{"components/AppComponent.html":{},"pipes/KeysPipe.html":{}}}],["methods",{"_index":26,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["mi",{"_index":944,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mi_se_9",{"_index":943,"title":{},"body":{"miscellaneous/variables.html":{}}}],["micromax",{"_index":927,"title":{},"body":{"miscellaneous/variables.html":{}}}],["micromax.*\\b(a210|a92|a88|a72|a111|a110q|a115|a116|a110|a90s|a26|a51|a35|a54|a25|a27|a89|a68|a65|a57|a90)\\b",{"_index":1608,"title":{},"body":{"miscellaneous/variables.html":{}}}],["micromaxtablet",{"_index":2408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mid125|mid810|mid732|mid120|mid930|mid800|mid731|mid900|mid100|mid820|mid735|mid980|mid130|mid833|mid737",{"_index":2214,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mid7127|mid8042|mid8048|mid8127|mid9042|mid9740|mid9742|mid7022|mid7010",{"_index":2211,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mid960|mid135|mid860|mid736|mid140|mid930|mid835|mid733|mid4x10",{"_index":2215,"title":{},"body":{"miscellaneous/variables.html":{}}}],["midtablet",{"_index":2212,"title":{},"body":{"miscellaneous/variables.html":{}}}],["miscellaneous",{"_index":641,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["mit",{"_index":744,"title":{},"body":{"index.html":{},"license.html":{},"properties.html":{}}}],["mitablet",{"_index":2838,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mobi",{"_index":2857,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mobile",{"_index":124,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["mobile\\b",{"_index":1697,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mobiles_re",{"_index":612,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["modecomtablet",{"_index":2567,"title":{},"body":{"miscellaneous/variables.html":{}}}],["modify",{"_index":765,"title":{},"body":{"license.html":{}}}],["module",{"_index":193,"title":{"modules/AppModule.html":{},"modules/AppServerModule.html":{}},"body":{}}],["modulefilename",{"_index":597,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["modules",{"_index":195,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"modules.html":{},"overview.html":{}}}],["more",{"_index":531,"title":{},"body":{"contributing.html":{}}}],["more|fine10",{"_index":2420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["motorola",{"_index":920,"title":{},"body":{"miscellaneous/variables.html":{}}}],["motorolatablet",{"_index":2049,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mozilla\\/5\\.0",{"_index":881,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mpdc100|mpdc99|mpdc97|mpdc88|mpdc8|mpdc77|mp709|mid701|mid711|mid170|mpdc703|mpqc1010",{"_index":2811,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mpi10c3g|m",{"_index":2830,"title":{},"body":{"miscellaneous/variables.html":{}}}],["mpmantablet",{"_index":2806,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms",{"_index":857,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms323|m257",{"_index":1604,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms_edge",{"_index":849,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ms_edge_chromium",{"_index":851,"title":{},"body":{"miscellaneous/variables.html":{}}}],["msitablet",{"_index":2216,"title":{},"body":{"miscellaneous/variables.html":{}}}],["muhammad",{"_index":748,"title":{},"body":{"license.html":{},"properties.html":{}}}],["mw0811|mw0812|mw0922|mtk8382|mw1031|mw0831|mw0821|mw0931|mw0712",{"_index":2805,"title":{},"body":{"miscellaneous/variables.html":{}}}],["m|tab",{"_index":2444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n100|sph",{"_index":1524,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n105|sgh",{"_index":1364,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n150|sch",{"_index":1216,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n200|sph",{"_index":1525,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n240|sph",{"_index":1526,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n300|sch",{"_index":1217,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n300|sph",{"_index":1527,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n400|sph",{"_index":1528,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n500|sgh",{"_index":1365,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5100|gt",{"_index":1849,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5105|gt",{"_index":1850,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5110x|gt",{"_index":1909,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5110|shv",{"_index":1851,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n5120|sm",{"_index":1910,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n600",{"_index":1366,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n620|sgh",{"_index":1367,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n625|sgh",{"_index":1368,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n7000|gt",{"_index":1126,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n700|sgh",{"_index":1369,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n7100",{"_index":1532,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n7105|sch",{"_index":1533,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n710|sgh",{"_index":1370,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8000|gt",{"_index":1832,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8005|gt",{"_index":1844,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8010|gt",{"_index":1843,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8013|gt",{"_index":1839,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n8020|gt",{"_index":1845,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n9005|gt",{"_index":1550,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n900a|sm",{"_index":1535,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n900t|sgh",{"_index":1536,"title":{},"body":{"miscellaneous/variables.html":{}}}],["n910c|sm",{"_index":1591,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nabitablet",{"_index":2285,"title":{},"body":{"miscellaneous/variables.html":{}}}],["name",{"_index":41,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["navi",{"_index":2442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["navigateto",{"_index":226,"title":{},"body":{"classes/AppPage.html":{}}}],["navigator",{"_index":403,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["navigator.maxtouchpoints",{"_index":351,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["navigator.platform",{"_index":349,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["nectablet",{"_index":2270,"title":{},"body":{"miscellaneous/variables.html":{}}}],["need",{"_index":697,"title":{},"body":{"index.html":{}}}],["needed",{"_index":573,"title":{},"body":{"contributing.html":{}}}],["needs",{"_index":737,"title":{},"body":{"index.html":{}}}],["neon|xsk",{"_index":2187,"title":{},"body":{"miscellaneous/variables.html":{}}}],["new",{"_index":306,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["nexo",{"_index":2847,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexotablet",{"_index":2846,"title":{},"body":{"miscellaneous/variables.html":{}}}],["next",{"_index":967,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexus",{"_index":917,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexus_phone",{"_index":916,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nexustablet",{"_index":918,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ng",{"_index":722,"title":{},"body":{"index.html":{}}}],["ngmodule",{"_index":208,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["nguniversal/express",{"_index":258,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{}}}],["ngx",{"_index":76,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"index.html":{},"properties.html":{}}}],["nibiru",{"_index":2843,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nibirutablet",{"_index":2842,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nintendo",{"_index":938,"title":{},"body":{"miscellaneous/variables.html":{}}}],["noderequire",{"_index":827,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nofilter",{"_index":420,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["nokia",{"_index":925,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nokia_lumia",{"_index":924,"title":{},"body":{"miscellaneous/variables.html":{}}}],["nokialumiatablet",{"_index":2194,"title":{},"body":{"miscellaneous/variables.html":{}}}],["noninfringement",{"_index":794,"title":{},"body":{"license.html":{}}}],["nooktablet",{"_index":2051,"title":{},"body":{"miscellaneous/variables.html":{}}}],["noopanimationsmodule",{"_index":213,"title":{},"body":{"modules/AppModule.html":{}}}],["note",{"_index":2640,"title":{},"body":{"miscellaneous/variables.html":{}}}],["notice",{"_index":779,"title":{},"body":{"license.html":{}}}],["nova|nexo",{"_index":2848,"title":{},"body":{"miscellaneous/variables.html":{}}}],["novo7|novo8|novo10|novo7aurora|novo7basic|novo7paladin|novo9",{"_index":2192,"title":{},"body":{"miscellaneous/variables.html":{}}}],["npm",{"_index":584,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["nt",{"_index":882,"title":{},"body":{"miscellaneous/variables.html":{}}}],["null",{"_index":55,"title":{},"body":{"components/AppComponent.html":{},"classes/ReTree.html":{},"index.html":{}}}],["obj",{"_index":355,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["obj[browsers[key",{"_index":831,"title":{},"body":{"miscellaneous/variables.html":{}}}],["obj[constants[mapping.const][item",{"_index":352,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["obj[key",{"_index":1753,"title":{},"body":{"miscellaneous/variables.html":{}}}],["object",{"_index":283,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["object.keys(browser_versions_re_map).reduce((obj",{"_index":830,"title":{},"body":{"miscellaneous/variables.html":{}}}],["object.keys(constants.mobiles_re).find(mobile",{"_index":400,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(constants.tablets_re).find(mobile",{"_index":405,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(constants[mapping.const",{"_index":356,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(constants[mapping.const]).reduce((obj",{"_index":342,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["object.keys(os_versions_re_map).reduce((obj",{"_index":1752,"title":{},"body":{"miscellaneous/variables.html":{}}}],["obtaining",{"_index":755,"title":{},"body":{"license.html":{}}}],["octa|mp10",{"_index":2808,"title":{},"body":{"miscellaneous/variables.html":{}}}],["octa|mpqc1114|mpqc1004|mpqc994|mpqc974|mpqc973|mpqc804|mpqc784|mpqc780",{"_index":2809,"title":{},"body":{"miscellaneous/variables.html":{}}}],["odystablet",{"_index":2735,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ondatablet",{"_index":2778,"title":{},"body":{"miscellaneous/variables.html":{}}}],["one",{"_index":549,"title":{},"body":{"contributing.html":{},"miscellaneous/variables.html":{}}}],["one|nexus",{"_index":975,"title":{},"body":{"miscellaneous/variables.html":{}}}],["opacity",{"_index":154,"title":{},"body":{"components/AppComponent.html":{}}}],["open",{"_index":112,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["opened",{"_index":524,"title":{},"body":{"contributing.html":{}}}],["opera",{"_index":843,"title":{},"body":{"miscellaneous/variables.html":{}}}],["opera\\b",{"_index":878,"title":{},"body":{"miscellaneous/variables.html":{}}}],["optional",{"_index":43,"title":{},"body":{"components/AppComponent.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["orientation",{"_index":63,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["orientationtype",{"_index":316,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{}}}],["orientationtype.landscape",{"_index":383,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["orientationtype.portrait",{"_index":384,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["orin",{"_index":2599,"title":{},"body":{"miscellaneous/variables.html":{}}}],["os",{"_index":57,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["os\\b",{"_index":961,"title":{},"body":{"miscellaneous/variables.html":{}}}],["os\\s*[0",{"_index":1794,"title":{},"body":{"miscellaneous/variables.html":{}}}],["os_re",{"_index":613,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_version",{"_index":60,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["os_versions",{"_index":339,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_versions_re",{"_index":614,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_versions_re_map",{"_index":615,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["os_versions_re_map[key",{"_index":1754,"title":{},"body":{"miscellaneous/variables.html":{}}}],["others",{"_index":496,"title":{},"body":{"contributing.html":{}}}],["otherwise",{"_index":805,"title":{},"body":{"license.html":{}}}],["out",{"_index":202,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"contributing.html":{},"license.html":{},"overview.html":{}}}],["overmaxtablet",{"_index":2473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["overview",{"_index":812,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["p",{"_index":2446,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1000|gt",{"_index":1803,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1000|p300|s18|s6600|s9100)\\\\b",{"_index":2662,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1003|gt",{"_index":1804,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p100|gt",{"_index":1823,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1010|gt",{"_index":1805,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1013|gt",{"_index":1846,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1025|tab",{"_index":2458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p107|sgh",{"_index":1371,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1101|mtv",{"_index":2239,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p1325|tab",{"_index":2460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p2000|p7040|p7000|c790",{"_index":1640,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p207|sgh",{"_index":1372,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p300|sgh",{"_index":1373,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3100|gt",{"_index":1824,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3105|gt",{"_index":1806,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3108|gt",{"_index":1825,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p310|sgh",{"_index":1374,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3110|gt",{"_index":1826,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3113|gt",{"_index":1840,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p3113|sm",{"_index":1970,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p350",{"_index":2001,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p355m|sm",{"_index":2003,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p500|sgh",{"_index":1835,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p506|tab",{"_index":2441,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5100",{"_index":1827,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5110|gt",{"_index":1828,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5113|gt",{"_index":1841,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p517|tab",{"_index":2445,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5200|gt",{"_index":1883,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p520|sgh",{"_index":1375,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5210x|sm",{"_index":1885,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5210|gt",{"_index":1884,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p5220|gt",{"_index":1907,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p550",{"_index":1963,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p555m|sm",{"_index":2002,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p580|sm",{"_index":1999,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p585m|sm",{"_index":1887,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p585y",{"_index":2011,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p600",{"_index":1894,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6000|sm",{"_index":1903,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p600x|sm",{"_index":1931,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p601|sm",{"_index":1895,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p605v|sm",{"_index":1925,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p605|sm",{"_index":1896,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p607t|sm",{"_index":1957,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p615|sm",{"_index":1897,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6200|gt",{"_index":1829,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6201",{"_index":1847,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6210",{"_index":1807,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6800|gt",{"_index":1808,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p6810|gt",{"_index":1809,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p701|tab",{"_index":2448,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p703|tab",{"_index":2449,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p709|sch",{"_index":1582,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7100|gt",{"_index":1810,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p715a|htc",{"_index":2045,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p721|tab",{"_index":2450,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p729|sm",{"_index":1583,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7300|gt",{"_index":1811,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7310|gt",{"_index":1812,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p731n",{"_index":2451,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7320|gt",{"_index":1830,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p735|sgh",{"_index":1376,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p739|sch",{"_index":1880,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p741|tab",{"_index":2452,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7500|gt",{"_index":1813,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7501|gt",{"_index":1848,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7503|sm",{"_index":1937,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7510|sch",{"_index":1814,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p7511|gt",{"_index":1831,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p777",{"_index":1377,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p8110|gt",{"_index":1842,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p825|tab",{"_index":2453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p8510|sgh",{"_index":1833,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p9000|sm",{"_index":1967,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p900x|sm",{"_index":1932,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p900|sm",{"_index":1898,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p901|sm",{"_index":1899,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p905v|sm",{"_index":1926,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p905|sm",{"_index":1911,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p905|tab",{"_index":2454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p907a|sm",{"_index":1950,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p925|tab",{"_index":2455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["p9|tecno",{"_index":2657,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pa762",{"_index":2786,"title":{},"body":{"miscellaneous/variables.html":{}}}],["package",{"_index":580,"title":{"dependencies.html":{},"properties.html":{}},"body":{"contributing.html":{},"index.html":{}}}],["pad",{"_index":2710,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pad10",{"_index":2699,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pad7|fx2",{"_index":2698,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pad\\b|\\bhm",{"_index":2840,"title":{},"body":{"miscellaneous/variables.html":{}}}],["padding",{"_index":139,"title":{},"body":{"components/AppComponent.html":{}}}],["page",{"_index":113,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{}}}],["palm",{"_index":928,"title":{},"body":{"miscellaneous/variables.html":{}}}],["palmsource|palm",{"_index":1609,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pantech",{"_index":930,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pantech.*p4100",{"_index":2275,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pantechtablet",{"_index":2274,"title":{},"body":{"miscellaneous/variables.html":{}}}],["parameters",{"_index":39,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["particular",{"_index":792,"title":{},"body":{"license.html":{}}}],["pass",{"_index":544,"title":{},"body":{"contributing.html":{}}}],["paste",{"_index":120,"title":{},"body":{"components/AppComponent.html":{}}}],["pc",{"_index":2893,"title":{},"body":{"miscellaneous/variables.html":{}}}],["peax",{"_index":1648,"title":{},"body":{"miscellaneous/variables.html":{}}}],["peax|cink",{"_index":1647,"title":{},"body":{"miscellaneous/variables.html":{}}}],["permission",{"_index":749,"title":{},"body":{"license.html":{}}}],["permit",{"_index":773,"title":{},"body":{"license.html":{}}}],["person",{"_index":754,"title":{},"body":{"license.html":{}}}],["persons",{"_index":774,"title":{},"body":{"license.html":{}}}],["philipstablet",{"_index":2204,"title":{},"body":{"miscellaneous/variables.html":{}}}],["phone",{"_index":687,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["phone\\b",{"_index":877,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pi1045|tab",{"_index":2459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pipe",{"_index":411,"title":{"pipes/KeysPipe.html":{}},"body":{"pipes/KeysPipe.html":{},"coverage.html":{},"overview.html":{}}}],["pipes",{"_index":412,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["pipes/keys.pipe",{"_index":210,"title":{},"body":{"modules/AppModule.html":{}}}],["pipetransform",{"_index":418,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["pixel",{"_index":974,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pl1015|tab",{"_index":2457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["planning",{"_index":525,"title":{},"body":{"contributing.html":{}}}],["platform_id",{"_index":256,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["platformid",{"_index":265,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["platinum",{"_index":2189,"title":{},"body":{"miscellaneous/variables.html":{}}}],["play(s|s)tation",{"_index":891,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playbook|rim",{"_index":2040,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playstation",{"_index":888,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playstation.*(portable|vita",{"_index":2371,"title":{},"body":{"miscellaneous/variables.html":{}}}],["playstationtablet",{"_index":2370,"title":{},"body":{"miscellaneous/variables.html":{}}}],["please",{"_index":537,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["plt7033|plt7033d|plt7035|plt7035d|plt7044k|plt7045k|plt7045kb|plt7071kg|plt7072|plt7223g|plt7225g",{"_index":2425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["plt7777g|plt7810k|plt7849g|plt7851g|plt7852g|plt8015|plt8031|plt8034|plt8036|plt8080k|plt8082|plt8088",{"_index":2426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["plt8223g|plt8234g|plt8235g|plt8816k|plt9011|plt9045k|plt9233g|plt9735|plt9760g|plt9770g)\\\\b",{"_index":2427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmp5297c|pmp5297c_quad|pmp812e|pmp812e3g|pmp812f|pmp810e|pmp880td|pmt3017|pmt3037|pmt3047|pmt3057|pmt7008",{"_index":2094,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmp5597d|pmp5597|pmp7100d|per3464|per3274|per3574|per3884|per5274|per5474|pmp5097cpro|pmp5097|pmp7380d",{"_index":2093,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmp5770d|pmp3970b|pmp3870c|pmp5580c|pmp5880d|pmp5780d|pmp5588c|pmp7280c|pmp7280c3g|pmp7280|pmp7880d",{"_index":2092,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pmt5887|pmt5001|pmt5002",{"_index":2095,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pnd530",{"_index":2240,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pnd531|mtv",{"_index":2238,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pocketbook",{"_index":2875,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pocketbooktablet",{"_index":2874,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pointer",{"_index":146,"title":{},"body":{"components/AppComponent.html":{}}}],["pointofviewtablet",{"_index":2439,"title":{},"body":{"miscellaneous/variables.html":{}}}],["pop|mint|epsilon|broadway|jump|hop|legend|new",{"_index":2823,"title":{},"body":{"miscellaneous/variables.html":{}}}],["portions",{"_index":783,"title":{},"body":{"license.html":{}}}],["portrait",{"_index":317,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{}}}],["position",{"_index":131,"title":{},"body":{"components/AppComponent.html":{}}}],["positivotablet",{"_index":2283,"title":{},"body":{"miscellaneous/variables.html":{}}}],["powered",{"_index":98,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["pr",{"_index":534,"title":{},"body":{"contributing.html":{}}}],["pr945|tab",{"_index":2456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["prestigiotablet",{"_index":2090,"title":{},"body":{"miscellaneous/variables.html":{}}}],["previousvalue",{"_index":362,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["primo",{"_index":2228,"title":{},"body":{"miscellaneous/variables.html":{}}}],["primus",{"_index":2608,"title":{},"body":{"miscellaneous/variables.html":{}}}],["private",{"_index":322,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"index.html":{}}}],["processing",{"_index":107,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["production",{"_index":2897,"title":{},"body":{"miscellaneous/variables.html":{}}}],["project",{"_index":477,"title":{},"body":{"contributing.html":{}}}],["projects/.../device",{"_index":643,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["projects/.../environment.prod.ts",{"_index":825,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../environment.ts",{"_index":826,"title":{},"body":{"miscellaneous/variables.html":{}}}],["projects/.../server.ts",{"_index":645,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/demo/e2e/src/app.po.ts",{"_index":222,"title":{},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["projects/demo/e2e/src/app.po.ts:13",{"_index":229,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/e2e/src/app.po.ts:17",{"_index":231,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/e2e/src/app.po.ts:5",{"_index":232,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/e2e/src/app.po.ts:9",{"_index":227,"title":{},"body":{"classes/AppPage.html":{}}}],["projects/demo/server.ts",{"_index":590,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["projects/demo/src/app/app.component.ts",{"_index":10,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["projects/demo/src/app/app.component.ts:10",{"_index":56,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:11",{"_index":67,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:12",{"_index":65,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:13",{"_index":38,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:23",{"_index":53,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:27",{"_index":69,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:31",{"_index":71,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:35",{"_index":73,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:39",{"_index":46,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:44",{"_index":54,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.component.ts:9",{"_index":64,"title":{},"body":{"components/AppComponent.html":{}}}],["projects/demo/src/app/app.module.ts",{"_index":203,"title":{},"body":{"modules/AppModule.html":{}}}],["projects/demo/src/app/pipes/keys.pipe.ts",{"_index":413,"title":{},"body":{"pipes/KeysPipe.html":{},"coverage.html":{}}}],["projects/demo/src/app/pipes/keys.pipe.ts:7",{"_index":417,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["projects/demo/src/app/server.ts",{"_index":250,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{}}}],["projects/demo/src/app/server.ts:13",{"_index":454,"title":{},"body":{"injectables/UniversalDeviceDetectorService.html":{}}}],["projects/demo/src/environments/environment.prod.ts",{"_index":601,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["projects/demo/src/environments/environment.ts",{"_index":603,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["projects/ngx",{"_index":274,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"coverage.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["promise",{"_index":234,"title":{},"body":{"classes/AppPage.html":{}}}],["prop",{"_index":337,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["properties",{"_index":20,"title":{"properties.html":{}},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{},"properties.html":{}}}],["property",{"_index":127,"title":{},"body":{"components/AppComponent.html":{}}}],["props",{"_index":416,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["props.indexof(key",{"_index":426,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["props.length",{"_index":421,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["propstoshow",{"_index":22,"title":{},"body":{"components/AppComponent.html":{}}}],["proscantablet",{"_index":2423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab2",{"_index":2466,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab25xxl",{"_index":2469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab25|tab",{"_index":2462,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab26",{"_index":2470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab26xl|tab",{"_index":2465,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab26|tab",{"_index":2463,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab27|tab",{"_index":2464,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab30",{"_index":2468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protab[0",{"_index":2461,"title":{},"body":{"miscellaneous/variables.html":{}}}],["protractor",{"_index":233,"title":{},"body":{"classes/AppPage.html":{}}}],["provide",{"_index":271,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"index.html":{}}}],["provided",{"_index":784,"title":{},"body":{"license.html":{}}}],["providedin",{"_index":321,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["providers",{"_index":219,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["pro|flash|smoke|mini",{"_index":980,"title":{},"body":{"miscellaneous/variables.html":{}}}],["prs",{"_index":539,"title":{},"body":{"contributing.html":{}}}],["ps4",{"_index":886,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ptl21|pt003|p8010|adr910l|p6030|p6020|p9070|p4100|p9060|p5000",{"_index":1638,"title":{},"body":{"miscellaneous/variables.html":{}}}],["public",{"_index":278,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["publish",{"_index":767,"title":{},"body":{"license.html":{}}}],["pull",{"_index":487,"title":{},"body":{"contributing.html":{}}}],["purpose",{"_index":793,"title":{},"body":{"license.html":{}}}],["pyleaudiotablet",{"_index":2381,"title":{},"body":{"miscellaneous/variables.html":{}}}],["q105|sgh",{"_index":1378,"title":{},"body":{"miscellaneous/variables.html":{}}}],["q3|genius",{"_index":2399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["q4|genius",{"_index":2401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["qc|t",{"_index":2648,"title":{},"body":{"miscellaneous/variables.html":{}}}],["qpad",{"_index":2800,"title":{},"body":{"miscellaneous/variables.html":{}}}],["qtaqz3|qtair7|qtaqtz3|qtasun1|qtasun2|qtaxia1",{"_index":2734,"title":{},"body":{"miscellaneous/variables.html":{}}}],["questions",{"_index":530,"title":{},"body":{"contributing.html":{}}}],["r100|sch",{"_index":1218,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r104|tab",{"_index":2564,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r106|tab",{"_index":2538,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r210|sgh",{"_index":1379,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r220|sgh",{"_index":1380,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r225|sgh",{"_index":1381,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r300|sch",{"_index":1219,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r351|sch",{"_index":1220,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r400|sch",{"_index":1221,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r410",{"_index":1222,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r70|tab",{"_index":2536,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r721|tab",{"_index":2533,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r73|tab",{"_index":2546,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r74|tab",{"_index":2547,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r75|tab",{"_index":2549,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r76.1|tab",{"_index":2550,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r76.2|tab",{"_index":2537,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r83.2|tab",{"_index":2539,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r83.3|tab",{"_index":2565,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r83|tab",{"_index":2555,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r93|tab",{"_index":2548,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r973|tab",{"_index":2557,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r974.2",{"_index":2563,"title":{},"body":{"miscellaneous/variables.html":{}}}],["r974|tab",{"_index":2556,"title":{},"body":{"miscellaneous/variables.html":{}}}],["re",{"_index":374,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["read",{"_index":509,"title":{},"body":{"contributing.html":{}}}],["readman",{"_index":2521,"title":{},"body":{"miscellaneous/variables.html":{}}}],["really",{"_index":499,"title":{},"body":{"contributing.html":{}}}],["rebel",{"_index":2675,"title":{},"body":{"miscellaneous/variables.html":{}}}],["reduce((previousvalue",{"_index":359,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["regarding",{"_index":105,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["regex",{"_index":435,"title":{},"body":{"classes/ReTree.html":{},"index.html":{}}}],["regex.and.every((item",{"_index":445,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.exec(str",{"_index":450,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.not",{"_index":449,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.or.some((item",{"_index":448,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.reduce((res",{"_index":452,"title":{},"body":{"classes/ReTree.html":{}}}],["regex.test(str",{"_index":443,"title":{},"body":{"classes/ReTree.html":{}}}],["regexp",{"_index":442,"title":{},"body":{"classes/ReTree.html":{}}}],["regexp(`\\\\b(101g9|80g9|a101it)\\\\b|qilive",{"_index":2181,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\b(argus",{"_index":2592,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\b(pem63|plt1023g|plt1041|plt1044|plt1044g|plt1091|plt4311|plt4311pl|plt4315|plt7030",{"_index":2424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\b(v975i|vi30|vx530|v701|vi60|v701s|vi50|v801s|v719|vx610w|vx610w|v819i|vi10|vx580w|vi10",{"_index":2779,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\blg\\\\b;|lg",{"_index":1597,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`\\\\bsamsung\\\\b|sm",{"_index":992,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`^.*padfone((?!mobile).)*$|transformer|tf101|tf101g|tf300t|tf300tg|tf300tl|tf700t|tf700kl",{"_index":2028,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android",{"_index":2056,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android.*(bq)?.*(elcano|curie|edison|maxwell|kepler|pascal|tesla|hypatia|platon|newton",{"_index":2247,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android.*\\\\b(tab210|tab211|tab224|tab250|tab260|tab264|tab310|tab360|tab364|tab410|tab411",{"_index":2126,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`android.*\\\\b97d\\\\b|tablet(?!.*pc)|bntv250a|mid",{"_index":2888,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`freetab",{"_index":2568,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`goclever",{"_index":2523,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`kidspad",{"_index":2701,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`kindle|silk.*accelerated|android.*\\\\b(kfot|kftt|kfjwi|kfjwa|kfote|kfsowi|kfthwi|kfthwa|kfapwi",{"_index":2013,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`kite",{"_index":1642,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`lenovo",{"_index":2097,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`m9701|m9000|m9100|m806|m1052|m806|t703|mid701|mid713|mid710|mid727|mid760|mid830|mid728|mid933",{"_index":2213,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mediapad|mediapad",{"_index":2251,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mid1042|mid1045|mid1125|mid1126|mid7012|mid7014|mid7015|mid7034|mid7035|mid7036|mid7042|mid7048",{"_index":2210,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mitab",{"_index":2821,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`motorola|droidx|droid",{"_index":982,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`mp11",{"_index":2807,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`msi",{"_index":2217,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`navipad|tb",{"_index":2294,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`nettab|nt",{"_index":2741,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`ov",{"_index":2474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`pantech|im",{"_index":1611,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`pmp3170b|pmp3270b|pmp3470b|pmp7170b|pmp3370b|pmp3570c|pmp5870c|pmp3670b|pmp5570c",{"_index":2091,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`samsung.*tablet|galaxy.*tab|sc",{"_index":1801,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`sony.*tablet|xperia",{"_index":2197,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`t98",{"_index":2754,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tab",{"_index":2440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tablet",{"_index":2664,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tapatalk|pda;|sagem|\\\\bmmp\\\\b|pocket|\\\\bpsp\\\\b|symbian|smartphone|smartfon|treo|up.browser",{"_index":1687,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tblt10q|tblt10i|tbl",{"_index":2859,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(`tpc7102|tpc7103|tpc7105|tpc7106|tpc7107|tpc7201|tpc7203|tpc7205|tpc7210|tpc7708|tpc7709",{"_index":2431,"title":{},"body":{"miscellaneous/variables.html":{}}}],["regexp(regex",{"_index":440,"title":{},"body":{"classes/ReTree.html":{}}}],["regular",{"_index":653,"title":{},"body":{"index.html":{}}}],["relative",{"_index":132,"title":{},"body":{"components/AppComponent.html":{}}}],["relevant",{"_index":547,"title":{},"body":{"contributing.html":{}}}],["repo",{"_index":495,"title":{},"body":{"contributing.html":{}}}],["reporting",{"_index":508,"title":{},"body":{"contributing.html":{}}}],["repository",{"_index":821,"title":{},"body":{"properties.html":{}}}],["reproduced",{"_index":511,"title":{},"body":{"contributing.html":{}}}],["request",{"_index":257,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"index.html":{}}}],["requests",{"_index":488,"title":{},"body":{"contributing.html":{}}}],["required",{"_index":564,"title":{},"body":{"contributing.html":{}}}],["res",{"_index":376,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{}}}],["res[1",{"_index":378,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["reset",{"_index":123,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppServerModule.html":{},"overview.html":{}}}],["resetdeviceinfo",{"_index":29,"title":{},"body":{"components/AppComponent.html":{}}}],["restriction",{"_index":761,"title":{},"body":{"license.html":{}}}],["results",{"_index":191,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"contributing.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/variables.html":{}}}],["retree",{"_index":277,"title":{"classes/ReTree.html":{}},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["return",{"_index":90,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/variables.html":{}}}],["returns",{"_index":51,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["revolution|finity",{"_index":2682,"title":{},"body":{"miscellaneous/variables.html":{}}}],["right",{"_index":149,"title":{},"body":{"components/AppComponent.html":{}}}],["rights",{"_index":764,"title":{},"body":{"license.html":{}}}],["rm",{"_index":2629,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rockchiptablet",{"_index":2241,"title":{},"body":{"miscellaneous/variables.html":{}}}],["root",{"_index":14,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["rossmoortablet",{"_index":2628,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rotate(45deg",{"_index":152,"title":{},"body":{"components/AppComponent.html":{}}}],["rt10a",{"_index":2886,"title":{},"body":{"miscellaneous/variables.html":{}}}],["run",{"_index":593,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["running",{"_index":691,"title":{},"body":{"index.html":{}}}],["rv:48.0",{"_index":1681,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rv:49.0|mobile",{"_index":1679,"title":{},"body":{"miscellaneous/variables.html":{}}}],["rxjs",{"_index":635,"title":{},"body":{"dependencies.html":{}}}],["s1",{"_index":2405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s105|sgh",{"_index":1382,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s2|genius",{"_index":2398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s307|sgh",{"_index":1383,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3110|gt",{"_index":1127,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3310|gt",{"_index":1128,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3350|gt",{"_index":1129,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3353|gt",{"_index":1130,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3370|gt",{"_index":1131,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3650|gt",{"_index":1132,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3653|gt",{"_index":1133,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3770",{"_index":1134,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s3850|gt",{"_index":1135,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5210|gt",{"_index":1136,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5220|gt",{"_index":1137,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5229|gt",{"_index":1138,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5230|gt",{"_index":998,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5233|gt",{"_index":1139,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5250|gt",{"_index":1140,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5253|gt",{"_index":1141,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5260|gt",{"_index":1142,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5263|gt",{"_index":1143,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5270",{"_index":1144,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5300|gt",{"_index":1145,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5300|s602|s603|s5100|s5110|s601|s7100a|p3000f|p3000s|p101|p200s|p1000m|p200m|p9100|p1000s|s6600b|s908",{"_index":2661,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5301|gt",{"_index":1551,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5310|gt",{"_index":1545,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5312",{"_index":1544,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5330|gt",{"_index":1146,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5350|gt",{"_index":1147,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5360b|gt",{"_index":1539,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5360|gt",{"_index":1148,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5363|gt",{"_index":1149,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5369|gt",{"_index":1150,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5380d|gt",{"_index":1152,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5380|gt",{"_index":1151,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5560|gt",{"_index":1153,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5570|gt",{"_index":1154,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5600",{"_index":1155,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5603|gt",{"_index":1156,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5610|gt",{"_index":1157,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5620|gt",{"_index":1158,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5660|gt",{"_index":1159,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5670|gt",{"_index":1160,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5690|gt",{"_index":1161,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5750|gt",{"_index":1162,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5780|gt",{"_index":1163,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5830|gt",{"_index":1164,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s5839|gt",{"_index":1165,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6102",{"_index":1166,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6310|gt",{"_index":1543,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6312|gt",{"_index":1542,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6500|gt",{"_index":1167,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6790n|sm",{"_index":1548,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s6802|gt",{"_index":1541,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7",{"_index":2263,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7070|gt",{"_index":1168,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7200|gt",{"_index":1169,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7220|gt",{"_index":1170,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7230|gt",{"_index":1171,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7233|gt",{"_index":1172,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7250|gt",{"_index":1173,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7392|gt",{"_index":1555,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s73|tab",{"_index":2545,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7500|gt",{"_index":1174,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7530e|gt",{"_index":1560,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7530|gt",{"_index":1175,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7550|gt",{"_index":1176,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7560",{"_index":1556,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7562",{"_index":1177,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7582|gt",{"_index":1559,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7710|gt",{"_index":1178,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s7|s7",{"_index":2255,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8000|gt",{"_index":1179,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8003|gt",{"_index":1180,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8500|gt",{"_index":1181,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8530|gt",{"_index":1182,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s8600|sch",{"_index":1183,"title":{},"body":{"miscellaneous/variables.html":{}}}],["safari",{"_index":840,"title":{},"body":{"miscellaneous/variables.html":{}}}],["same",{"_index":562,"title":{},"body":{"contributing.html":{}}}],["samsung",{"_index":853,"title":{},"body":{"miscellaneous/variables.html":{}}}],["samsungtablet",{"_index":1800,"title":{},"body":{"miscellaneous/variables.html":{}}}],["savein",{"_index":673,"title":{},"body":{"index.html":{}}}],["sch",{"_index":1189,"title":{},"body":{"miscellaneous/variables.html":{}}}],["se",{"_index":945,"title":{},"body":{"miscellaneous/variables.html":{}}}],["section",{"_index":572,"title":{},"body":{"contributing.html":{}}}],["see",{"_index":116,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["selector",{"_index":12,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["selenium",{"_index":236,"title":{},"body":{"classes/AppPage.html":{}}}],["sell",{"_index":771,"title":{},"body":{"license.html":{}}}],["send",{"_index":486,"title":{},"body":{"contributing.html":{}}}],["sending",{"_index":533,"title":{},"body":{"contributing.html":{}}}],["server",{"_index":252,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["serverapp",{"_index":218,"title":{},"body":{"modules/AppModule.html":{}}}],["servermodule",{"_index":251,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["servethe",{"_index":723,"title":{},"body":{"index.html":{}}}],["service",{"_index":334,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"index.html":{}}}],["setdeviceinfo",{"_index":279,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["setdeviceinfo(ua",{"_index":295,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["sets",{"_index":332,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["sgh",{"_index":1256,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sgp612|sgp712",{"_index":2203,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sgpt111|sgpt112|sgpt113|sgpt131|sgpt132|sgpt133|sgpt211|sgpt212|sgpt213|sgp311|sgp312|sgp321|ebrd1101",{"_index":2201,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shall",{"_index":780,"title":{},"body":{"license.html":{}}}],["share",{"_index":494,"title":{},"body":{"contributing.html":{}}}],["shine",{"_index":2644,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shine|fine7",{"_index":2417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shv",{"_index":1858,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shw",{"_index":1871,"title":{},"body":{"miscellaneous/variables.html":{}}}],["shy",{"_index":528,"title":{},"body":{"contributing.html":{}}}],["simvalley",{"_index":934,"title":{},"body":{"miscellaneous/variables.html":{}}}],["size",{"_index":167,"title":{},"body":{"components/AppComponent.html":{}}}],["skktablet",{"_index":2653,"title":{},"body":{"miscellaneous/variables.html":{}}}],["skypad|phoenix|cyclops",{"_index":2654,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sl101|\\\\bk00f\\\\b|\\\\bk00c\\\\b|\\\\bk00e\\\\b|\\\\bk00l\\\\b|tx201la|me176c|me102a|\\\\bm80ta\\\\b|me372cl",{"_index":2031,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slate",{"_index":2019,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slatebook",{"_index":2026,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slider",{"_index":2030,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim",{"_index":1651,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim|cink",{"_index":1650,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim|m2",{"_index":2265,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slim|sublim",{"_index":1654,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sm",{"_index":1568,"title":{},"body":{"miscellaneous/variables.html":{}}}],["small",{"_index":567,"title":{},"body":{"contributing.html":{}}}],["smart",{"_index":2625,"title":{},"body":{"miscellaneous/variables.html":{}}}],["smarttab",{"_index":2621,"title":{},"body":{"miscellaneous/variables.html":{}}}],["smart|nexo",{"_index":2855,"title":{},"body":{"miscellaneous/variables.html":{}}}],["smittablet",{"_index":2234,"title":{},"body":{"miscellaneous/variables.html":{}}}],["software",{"_index":757,"title":{},"body":{"license.html":{}}}],["sony",{"_index":922,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sonyst|sonylt|sonyericsson|sonyericssonlt15iv|lt18i|e10i|lt28h|lt26w|sonyericssonmt27i|c5303|c6902|c6903|c6906|c6943|d2533",{"_index":1605,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sonytablet",{"_index":2196,"title":{},"body":{"miscellaneous/variables.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["sp10egp|m",{"_index":2832,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp10eg|m",{"_index":2831,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp10hxah|m",{"_index":2833,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp10hxbh|m",{"_index":2835,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp7hxah|m",{"_index":2834,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp8hxah|m",{"_index":2836,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sp8mxa",{"_index":2837,"title":{},"body":{"miscellaneous/variables.html":{}}}],["space|evo|xpress|noon)|\\bxelio\\b|xelio10pro|xelio7phonetab|xelio10extreme|xeliopt2|neo_quad10",{"_index":2737,"title":{},"body":{"miscellaneous/variables.html":{}}}],["spark",{"_index":2193,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sph",{"_index":1466,"title":{},"body":{"miscellaneous/variables.html":{}}}],["spirit",{"_index":2665,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ssr",{"_index":654,"title":{},"body":{"index.html":{}}}],["st10416",{"_index":2373,"title":{},"body":{"miscellaneous/variables.html":{}}}],["started",{"_index":472,"title":{"contributing.html":{},"index.html":{},"license.html":{}},"body":{"index.html":{}}}],["statements",{"_index":588,"title":{},"body":{"coverage.html":{}}}],["stating",{"_index":557,"title":{},"body":{"contributing.html":{}}}],["steelcore|newbase|basecore|baseone|exellen|quattor|edutab|solution|action|basictab|teddytab",{"_index":2475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["storextablet",{"_index":2616,"title":{},"body":{"miscellaneous/variables.html":{}}}],["str",{"_index":437,"title":{},"body":{"classes/ReTree.html":{}}}],["streak",{"_index":2123,"title":{},"body":{"miscellaneous/variables.html":{}}}],["streak|aero|venue|venue",{"_index":979,"title":{},"body":{"miscellaneous/variables.html":{}}}],["string",{"_index":270,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AppComponent.html":{}}}],["styleurls",{"_index":15,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["style|fine9",{"_index":2419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["style|idea|zaa|hitz",{"_index":1656,"title":{},"body":{"miscellaneous/variables.html":{}}}],["subject",{"_index":776,"title":{},"body":{"license.html":{}}}],["sublicense",{"_index":769,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":782,"title":{},"body":{"license.html":{}}}],["summary",{"_index":568,"title":{},"body":{"contributing.html":{}}}],["sunset|goa(?!nna)|lenny|barry|iggy|ozzy|cink",{"_index":1645,"title":{},"body":{"miscellaneous/variables.html":{}}}],["super(platformid",{"_index":267,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["super.setdeviceinfo((request.headers['user",{"_index":269,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["support",{"_index":809,"title":{},"body":{"modules.html":{}}}],["supreme|impresspeed|izzycomm|essential",{"_index":2176,"title":{},"body":{"miscellaneous/variables.html":{}}}],["sure",{"_index":506,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["surfacetablet",{"_index":2015,"title":{},"body":{"miscellaneous/variables.html":{}}}],["svg",{"_index":810,"title":{},"body":{"modules.html":{}}}],["sync",{"_index":2490,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s|galaxy.*nexus|android.*nexus.*mobile|nexus",{"_index":976,"title":{},"body":{"miscellaneous/variables.html":{}}}],["s|so",{"_index":2199,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t",{"_index":2884,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t1",{"_index":2388,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t100k",{"_index":1621,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t109|sgh",{"_index":1384,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t110",{"_index":1906,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t111|sm",{"_index":1912,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t113nu|sm",{"_index":2004,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t113|sm",{"_index":1976,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t116bu|sm",{"_index":1962,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t116nq|sm",{"_index":1961,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t119|sgh",{"_index":1385,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t1200|mtv",{"_index":2237,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t139|sgh",{"_index":1386,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t209|sgh",{"_index":1387,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t2105|sm",{"_index":1913,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t210r|sm",{"_index":1892,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t210x|sm",{"_index":1933,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t210|sm",{"_index":1891,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t211|sm",{"_index":1893,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217a|sm",{"_index":1901,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217s|sm",{"_index":1902,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217t|sm",{"_index":1958,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t217|sm",{"_index":1900,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t219",{"_index":1388,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t229|sgh",{"_index":1389,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t230nu|sm",{"_index":1922,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t230x|sm",{"_index":1935,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t230|sm",{"_index":1934,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t237|sm",{"_index":1955,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t239|sgh",{"_index":1390,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t249|sgh",{"_index":1391,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t2558|gt",{"_index":1584,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t259|sgh",{"_index":1392,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t280|sm",{"_index":1995,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t285|sm",{"_index":2007,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t290|shw",{"_index":1863,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t3",{"_index":2253,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t300|sch",{"_index":1223,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t309|sgh",{"_index":1393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t3100|sgh",{"_index":1904,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t310x|sm",{"_index":1890,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t310|sm",{"_index":1889,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t311|sm",{"_index":1888,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t315|sm",{"_index":1914,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t319|sgh",{"_index":1394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t320x|sm",{"_index":1916,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t320|sm",{"_index":1915,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t321",{"_index":1917,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t325|gt",{"_index":1936,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t329|sgh",{"_index":1395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t330",{"_index":1940,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t330nu|sm",{"_index":1923,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t331|sm",{"_index":1945,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t335|sm",{"_index":1977,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t337a|sm",{"_index":1951,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t337t|sm",{"_index":1959,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t337v|sm",{"_index":1927,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t339|sgh",{"_index":1396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t349|sgh",{"_index":1397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t350|sm",{"_index":1964,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t355y?|sm",{"_index":1994,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t357t|sm",{"_index":1984,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t359|sgh",{"_index":1398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t360|sm",{"_index":1974,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t369",{"_index":1399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t377|sm",{"_index":1982,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t379|sgh",{"_index":1400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t385m|sm",{"_index":1886,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t409|sgh",{"_index":1401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t429|sgh",{"_index":1402,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t439|sgh",{"_index":1403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t459|sgh",{"_index":1404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t469|sgh",{"_index":1405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t479|sgh",{"_index":1406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t499|sgh",{"_index":1407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t500|sm",{"_index":1939,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t509|sgh",{"_index":1408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t510|sm",{"_index":1918,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t519|sgh",{"_index":1409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t520|sm",{"_index":1919,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t525|sm",{"_index":1920,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t530nu|sm",{"_index":1921,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t530|sm",{"_index":1941,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t531|sm",{"_index":1938,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t533",{"_index":1975,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t535|sm",{"_index":1944,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t537a",{"_index":1952,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t537v",{"_index":1928,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t537|sm",{"_index":1948,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t539",{"_index":1410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t550|sm",{"_index":1965,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t555|sm",{"_index":1985,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t559|sgh",{"_index":1411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t560|sm",{"_index":1979,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t561|sm",{"_index":1986,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t567|sm",{"_index":1983,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t580|sm",{"_index":1992,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t585|sm",{"_index":2006,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t587|sm",{"_index":2000,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t589|sgh",{"_index":1412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t590|sm",{"_index":1993,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t609|sgh",{"_index":1413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t619|sgh",{"_index":1414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t629|sgh",{"_index":1415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t639|sgh",{"_index":1416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t659|sgh",{"_index":1417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t669|sgh",{"_index":1418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t670|sm",{"_index":1980,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t677|sm",{"_index":1981,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t679|sgh",{"_index":1419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t700|sm",{"_index":1947,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t705c|sm",{"_index":1943,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t705y|sm",{"_index":1968,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t705|sm",{"_index":1942,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t707a|sm",{"_index":1953,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t707v|sm",{"_index":1929,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t709|sgh",{"_index":1420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t710|sm",{"_index":1971,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t713",{"_index":1987,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t715|sm",{"_index":1978,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t719",{"_index":1421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t719|sm",{"_index":1988,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t72",{"_index":2554,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t725|sm",{"_index":1989,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t729|sgh",{"_index":1422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t739|sgh",{"_index":1423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t746|sgh",{"_index":1424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t749|sgh",{"_index":1425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t759|sgh",{"_index":1426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t769|sgh",{"_index":1427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t76|tab",{"_index":2535,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t779|sch",{"_index":1836,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t800|sm",{"_index":1946,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t805|gt",{"_index":1969,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807a|sm",{"_index":1954,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807p|sm",{"_index":1956,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807t|sm",{"_index":1960,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807v|sm",{"_index":1930,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t807|sm",{"_index":1949,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t809|sgh",{"_index":1428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t810|sm",{"_index":1972,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t813|sm",{"_index":1990,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t815y|sm",{"_index":2005,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t815|sm",{"_index":1973,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t817a|sm",{"_index":1996,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t819|sgh",{"_index":1429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t819|sm",{"_index":1991,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t820|sm",{"_index":1997,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t825|sm",{"_index":2008,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t835|sm",{"_index":2010,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t839|sgh",{"_index":1430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t849|sgh",{"_index":1820,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t859|sgh",{"_index":1821,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t865|sm",{"_index":1862,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t869|sph",{"_index":1822,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t9000|sm",{"_index":1966,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t900|xe500t1c|sm",{"_index":1924,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t919|sgh",{"_index":1431,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t929",{"_index":1432,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t939|sgh",{"_index":1433,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t959|sgh",{"_index":1434,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t989|sgh",{"_index":1435,"title":{},"body":{"miscellaneous/variables.html":{}}}],["t999l|gt",{"_index":1538,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab",{"_index":2396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab07",{"_index":2132,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab08",{"_index":2144,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab10",{"_index":2155,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab2",{"_index":2627,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab2)\\b",{"_index":2413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab3|smart",{"_index":2412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab420|tab424|tab450|tab460|tab461|tab464|tab465|tab467|tab468|tab07",{"_index":2127,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab\\b",{"_index":2803,"title":{},"body":{"miscellaneous/variables.html":{}}}],["table",{"_index":243,"title":{},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":620,"title":{},"body":{"coverage.html":{}}}],["tablet",{"_index":125,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["tablets_re",{"_index":616,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["tablet|elitebook.*touch|hp",{"_index":2023,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tablet|sony",{"_index":2198,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tablet|yt3",{"_index":2101,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|\\\\bm6pro\\\\b|ct1020w|arc",{"_index":2895,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|a7goclever|m1042|m7841|m742|r1042bk|r1041|tab",{"_index":2524,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|c820|c720|\\bct",{"_index":2818,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|concorde",{"_index":2520,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct1",{"_index":2817,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct2",{"_index":2816,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct3",{"_index":2815,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|ct9",{"_index":2814,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|endeavour",{"_index":2892,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|idea(tab|pad",{"_index":2098,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tab|tab1004",{"_index":2166,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tb",{"_index":2330,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tb07sta|tb10sta|tb07fta|tb10fta",{"_index":2284,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tba",{"_index":2865,"title":{},"body":{"miscellaneous/variables.html":{}}}],["teclasttablet",{"_index":2753,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tecno",{"_index":2656,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tecnotablet",{"_index":2655,"title":{},"body":{"miscellaneous/variables.html":{}}}],["telepad795|megapad",{"_index":2720,"title":{},"body":{"miscellaneous/variables.html":{}}}],["telstratablet",{"_index":2883,"title":{},"body":{"miscellaneous/variables.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AppComponent.html":{}}}],["templateurl",{"_index":17,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["tesla",{"_index":913,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tesla\\/([0",{"_index":953,"title":{},"body":{"miscellaneous/variables.html":{}}}],["test",{"_index":119,"title":{},"body":{"components/AppComponent.html":{},"classes/ReTree.html":{}}}],["test(str",{"_index":438,"title":{},"body":{"classes/ReTree.html":{}}}],["tests",{"_index":490,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["testto",{"_index":715,"title":{},"body":{"index.html":{}}}],["texettablet",{"_index":2293,"title":{},"body":{"miscellaneous/variables.html":{}}}],["text",{"_index":161,"title":{},"body":{"components/AppComponent.html":{}}}],["text')).gettext",{"_index":241,"title":{},"body":{"classes/AppPage.html":{}}}],["tf701t|tf810c|me171|me301t|me302c|me371mg|me370t|me372mg|me172v|me173x|me400c",{"_index":2029,"title":{},"body":{"miscellaneous/variables.html":{}}}],["thank",{"_index":575,"title":{},"body":{"contributing.html":{}}}],["there's",{"_index":538,"title":{},"body":{"contributing.html":{}}}],["thing",{"_index":563,"title":{},"body":{"contributing.html":{}}}],["this.applydevice",{"_index":86,"title":{},"body":{"components/AppComponent.html":{}}}],["this.browser",{"_index":372,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.browser_version",{"_index":370,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.device",{"_index":395,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.deviceinfo",{"_index":87,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.getdeviceinfo",{"_index":88,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.isdesktop",{"_index":93,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.ismobile",{"_index":91,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.istablet",{"_index":92,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["this.deviceservice.setdeviceinfo(useragent",{"_index":94,"title":{},"body":{"components/AppComponent.html":{}}}],["this.devicetype",{"_index":386,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.epicfunction",{"_index":679,"title":{},"body":{"index.html":{}}}],["this.exec(str",{"_index":453,"title":{},"body":{"classes/ReTree.html":{}}}],["this.getdeviceinfo",{"_index":95,"title":{},"body":{"components/AppComponent.html":{}}}],["this.isdesktop(this.useragent",{"_index":391,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.ismobile(this.useragent",{"_index":389,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.ismobile(useragent",{"_index":408,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.istablet",{"_index":387,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.istablet(useragent",{"_index":398,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.orientation",{"_index":380,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.os",{"_index":394,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.os_version",{"_index":396,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.exec(ua",{"_index":377,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.test(this.useragent",{"_index":347,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.test(ua",{"_index":353,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.retree.test(useragent",{"_index":401,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.setdeviceinfo(this.useragent",{"_index":327,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this.test(str",{"_index":446,"title":{},"body":{"classes/ReTree.html":{}}}],["this.ua",{"_index":50,"title":{},"body":{"components/AppComponent.html":{}}}],["this.useragent",{"_index":287,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["this[mapping.prop",{"_index":341,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["this[mapping.prop][currentvalue",{"_index":368,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["threads",{"_index":548,"title":{},"body":{"contributing.html":{}}}],["through",{"_index":520,"title":{},"body":{"contributing.html":{}}}],["time",{"_index":579,"title":{},"body":{"contributing.html":{}}}],["tips",{"_index":504,"title":{},"body":{"contributing.html":{}}}],["titanium(hd",{"_index":2185,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tm",{"_index":2305,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tolino",{"_index":2642,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tolinotablet",{"_index":2641,"title":{},"body":{"miscellaneous/variables.html":{}}}],["took",{"_index":578,"title":{},"body":{"contributing.html":{}}}],["top",{"_index":140,"title":{},"body":{"components/AppComponent.html":{}}}],["tort",{"_index":804,"title":{},"body":{"license.html":{}}}],["toshibatablet",{"_index":2071,"title":{},"body":{"miscellaneous/variables.html":{}}}],["touchpad.*[78910]|\\btouchtab\\b",{"_index":2279,"title":{},"body":{"miscellaneous/variables.html":{}}}],["touch|\\bk080\\b|\\bvox\\b",{"_index":2289,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc",{"_index":2785,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc10111|tpc10203|tpc10205|tpc10503",{"_index":2434,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc7712|tpc7110|tpc8101|tpc8103|tpc8105|tpc8106|tpc8203|tpc8205|tpc8503|tpc9106|tpc9701|tpc97101|tpc97103",{"_index":2432,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tpc97105|tpc97106|tpc97111|tpc97113|tpc97203|tpc97603|tpc97809|tpc97205|tpc10101|tpc10103|tpc10106",{"_index":2433,"title":{},"body":{"miscellaneous/variables.html":{}}}],["transform",{"_index":151,"title":{},"body":{"components/AppComponent.html":{},"pipes/KeysPipe.html":{}}}],["transform(value",{"_index":415,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AppComponent.html":{}}}],["trekstortablet",{"_index":2372,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tried",{"_index":512,"title":{},"body":{"contributing.html":{}}}],["true",{"_index":404,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/variables.html":{}}}],["try",{"_index":81,"title":{},"body":{"components/AppComponent.html":{}}}],["ts",{"_index":713,"title":{},"body":{"index.html":{}}}],["tscto",{"_index":711,"title":{},"body":{"index.html":{}}}],["tslib",{"_index":637,"title":{},"body":{"dependencies.html":{}}}],["tslint:disable",{"_index":966,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tunes",{"_index":2619,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tv",{"_index":910,"title":{},"body":{"miscellaneous/variables.html":{}}}],["tv|frenzy|quasar|shine|tx1|ax1|ax2",{"_index":2179,"title":{},"body":{"miscellaneous/variables.html":{}}}],["two",{"_index":560,"title":{},"body":{"contributing.html":{}}}],["tx",{"_index":2436,"title":{},"body":{"miscellaneous/variables.html":{}}}],["type",{"_index":42,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"classes/ReTree.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["typeof",{"_index":324,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"classes/ReTree.html":{}}}],["typescript",{"_index":734,"title":{},"body":{"index.html":{}}}],["u100|sgh",{"_index":1436,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u1|me",{"_index":2485,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u200|sgh",{"_index":1437,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u2|me",{"_index":2486,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u310|sch",{"_index":1224,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u320|sch",{"_index":1225,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u350|sch",{"_index":1226,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u360|sch",{"_index":1227,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u365|sch",{"_index":1228,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u370|sch",{"_index":1229,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u380|sch",{"_index":1230,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u410|sch",{"_index":1231,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u430|sch",{"_index":1232,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u450",{"_index":1233,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u460|sch",{"_index":1234,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u470|sch",{"_index":1235,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u490|sch",{"_index":1236,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u540|sch",{"_index":1237,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u550|sch",{"_index":1238,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u620|sch",{"_index":1239,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u640|sch",{"_index":1240,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u650|sch",{"_index":1241,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u660|sch",{"_index":1242,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u700|sch",{"_index":1243,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u740",{"_index":1244,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u750|sch",{"_index":1245,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u800|sgh",{"_index":1438,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u810|sch",{"_index":1246,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u820|sch",{"_index":1247,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u8gt",{"_index":2208,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u900|sch",{"_index":1248,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u940|sch",{"_index":1249,"title":{},"body":{"miscellaneous/variables.html":{}}}],["u960|scs",{"_index":1250,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ua",{"_index":23,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["ubislate[\\s]?7c",{"_index":2873,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ubislatetablet",{"_index":2872,"title":{},"body":{"miscellaneous/variables.html":{}}}],["uc",{"_index":863,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ucbrowser",{"_index":855,"title":{},"body":{"miscellaneous/variables.html":{}}}],["uknown",{"_index":965,"title":{},"body":{"miscellaneous/variables.html":{}}}],["undefined",{"_index":326,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["unique",{"_index":2668,"title":{},"body":{"miscellaneous/variables.html":{}}}],["unit",{"_index":543,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["universal",{"_index":693,"title":{},"body":{"index.html":{}}}],["universaldevicedetectorservice",{"_index":262,"title":{"injectables/UniversalDeviceDetectorService.html":{}},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"coverage.html":{},"index.html":{}}}],["unix",{"_index":1690,"title":{},"body":{"miscellaneous/variables.html":{}}}],["unknown",{"_index":315,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["up",{"_index":724,"title":{},"body":{"index.html":{}}}],["up.link|vodafone|\\\\bwap\\\\b|nokia|nokia|series40|series60|s60|sonyericsson|n900|maui.*wap.*browser",{"_index":1688,"title":{},"body":{"miscellaneous/variables.html":{}}}],["update",{"_index":565,"title":{},"body":{"contributing.html":{}}}],["updates",{"_index":729,"title":{},"body":{"index.html":{}}}],["usage",{"_index":299,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{}}}],["use",{"_index":649,"title":{},"body":{"index.html":{},"license.html":{}}}],["useclass",{"_index":272,"title":{},"body":{"modules/AppServerModule.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["used",{"_index":733,"title":{},"body":{"index.html":{}}}],["useful",{"_index":103,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["user",{"_index":109,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["useragent",{"_index":49,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"index.html":{}}}],["useragentinputval",{"_index":24,"title":{},"body":{"components/AppComponent.html":{}}}],["using",{"_index":106,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{},"index.html":{}}}],["v07ot2|tm105a|s10ot1|tr10cs1",{"_index":2615,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v1.5.2",{"_index":650,"title":{},"body":{"index.html":{}}}],["v10",{"_index":2503,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v205|sgh",{"_index":1439,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v206|sgh",{"_index":1440,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v4",{"_index":2500,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v400|lg",{"_index":2082,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v410|lg",{"_index":2081,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v5",{"_index":2502,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v500|lg",{"_index":2080,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v510|lg",{"_index":2079,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v700|lg",{"_index":2078,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v711s|v813|v811|v820w|v820|vi20|v711|vi30w|v712|v891w|v972|v819w|v820w|vi60|v820w|v711|v813s|v801|v819",{"_index":2780,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v900|lg",{"_index":2077,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v909|lg",{"_index":2076,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v97",{"_index":2497,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v975s|v801|v819|v819|v818|v811|v712|v975m|v101w|v961w|v812|v818|v971|v971s|v919|v989|v116w|v102w|v973",{"_index":2781,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v9\\b|android.*\\bmt7a\\b",{"_index":2172,"title":{},"body":{"miscellaneous/variables.html":{}}}],["v9|\\bzte",{"_index":2171,"title":{},"body":{"miscellaneous/variables.html":{}}}],["value",{"_index":48,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"pipes/KeysPipe.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/variables.html":{}}}],["value.hasownproperty(key",{"_index":423,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["value[key",{"_index":425,"title":{},"body":{"pipes/KeysPipe.html":{}}}],["var",{"_index":187,"title":{},"body":{"components/AppComponent.html":{}}}],["variable",{"_index":594,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":824,"title":{"miscellaneous/variables.html":{}},"body":{"miscellaneous/variables.html":{}}}],["vb733|vb100a",{"_index":2732,"title":{},"body":{"miscellaneous/variables.html":{}}}],["venue",{"_index":2119,"title":{},"body":{"miscellaneous/variables.html":{}}}],["verizontablet",{"_index":2733,"title":{},"body":{"miscellaneous/variables.html":{}}}],["version",{"_index":25,"title":{},"body":{"components/AppComponent.html":{},"contributing.html":{},"index.html":{},"properties.html":{}}}],["version.full",{"_index":66,"title":{},"body":{"components/AppComponent.html":{}}}],["versustablet",{"_index":2278,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vertu",{"_index":929,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vertu|vertu.*ltd|vertu.*ascent|vertu.*ayxta|vertu.*constellation(f|quest)?|vertu.*monika|vertu.*signature",{"_index":1610,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vi40)\\\\b[\\s]+|v10",{"_index":2782,"title":{},"body":{"miscellaneous/variables.html":{}}}],["view",{"_index":2047,"title":{},"body":{"miscellaneous/variables.html":{}}}],["viewpad",{"_index":2725,"title":{},"body":{"miscellaneous/variables.html":{}}}],["viewsonictablet",{"_index":2724,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vision",{"_index":2245,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vista",{"_index":1716,"title":{},"body":{"miscellaneous/variables.html":{}}}],["visturetablet",{"_index":2496,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vita",{"_index":890,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vita\\b",{"_index":892,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vk810\\b",{"_index":2083,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vn530|vs660|vs700|vs740|vs750|vs910|vs920|vs930|vx9200|vx11000|ax840a|lw770|p506|p925|p999|e612|d955|d802",{"_index":1603,"title":{},"body":{"miscellaneous/variables.html":{}}}],["vodafonetablet",{"_index":2620,"title":{},"body":{"miscellaneous/variables.html":{}}}],["void",{"_index":52,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"miscellaneous/functions.html":{}}}],["voninotablet",{"_index":2591,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w09",{"_index":2269,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w09|ags",{"_index":2268,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w100",{"_index":2871,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w230v2|tbl",{"_index":2862,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w450|tbl",{"_index":2863,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w500|sv572|tblt7i",{"_index":2864,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w501p|w510|w511|w700|g100|g100w|b1",{"_index":2058,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w700|sm",{"_index":1998,"title":{},"body":{"miscellaneous/variables.html":{}}}],["w708|sm",{"_index":2009,"title":{},"body":{"miscellaneous/variables.html":{}}}],["want",{"_index":500,"title":{},"body":{"contributing.html":{},"index.html":{}}}],["warranties",{"_index":789,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":785,"title":{},"body":{"license.html":{}}}],["way",{"_index":559,"title":{},"body":{"contributing.html":{}}}],["ways",{"_index":476,"title":{},"body":{"contributing.html":{}}}],["wcdma|logicpd",{"_index":2889,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wdpromise",{"_index":235,"title":{},"body":{"classes/AppPage.html":{}}}],["wdpromise.promise",{"_index":228,"title":{},"body":{"classes/AppPage.html":{}}}],["webdriver",{"_index":237,"title":{},"body":{"classes/AppPage.html":{}}}],["whether",{"_index":288,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{},"injectables/UniversalDeviceDetectorService.html":{},"license.html":{}}}],["wide",{"_index":2422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["width",{"_index":137,"title":{},"body":{"components/AppComponent.html":{}}}],["wifi",{"_index":2777,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wiko",{"_index":932,"title":{},"body":{"miscellaneous/variables.html":{}}}],["win",{"_index":1757,"title":{},"body":{"miscellaneous/variables.html":{}}}],["win16",{"_index":1755,"title":{},"body":{"miscellaneous/variables.html":{}}}],["win64",{"_index":884,"title":{},"body":{"miscellaneous/variables.html":{}}}],["window",{"_index":325,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["window.matchmedia",{"_index":379,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["window.matchmedia('(orientation",{"_index":381,"title":{},"body":{"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["window.navigator.useragent",{"_index":82,"title":{},"body":{"components/AppComponent.html":{},"injectables/DeviceDetectorService.html":{},"interfaces/DeviceInfo.html":{}}}],["windows",{"_index":686,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["windows_10",{"_index":1721,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_2000",{"_index":1709,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_3_11",{"_index":1699,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_7",{"_index":1717,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_8",{"_index":1720,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_8_1",{"_index":1718,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_95",{"_index":1702,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_98",{"_index":1705,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_ce",{"_index":1707,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_me",{"_index":1704,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_nt_4_0",{"_index":1726,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone",{"_index":904,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone_10",{"_index":1725,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone_7_5",{"_index":1723,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_phone_8_1",{"_index":1724,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_server_2003",{"_index":1713,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_vista",{"_index":1715,"title":{},"body":{"miscellaneous/variables.html":{}}}],["windows_xp",{"_index":1711,"title":{},"body":{"miscellaneous/variables.html":{}}}],["without",{"_index":760,"title":{},"body":{"license.html":{}}}],["woldertablet",{"_index":2820,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wolfgang",{"_index":935,"title":{},"body":{"miscellaneous/variables.html":{}}}],["work",{"_index":732,"title":{},"body":{"index.html":{}}}],["working",{"_index":551,"title":{},"body":{"contributing.html":{}}}],["wrapper",{"_index":735,"title":{},"body":{"index.html":{}}}],["write",{"_index":489,"title":{},"body":{"contributing.html":{}}}],["wx445|xt300|xt301|xt311|xt316|xt317|xt319|xt320|xt390|xt502|xt530|xt531|xt532|xt535|xt603|xt610|xt611",{"_index":988,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x",{"_index":1729,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x100|sgh",{"_index":1441,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x103f|tb",{"_index":2110,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x105|sgh",{"_index":1442,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x10|evolio",{"_index":2796,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x120",{"_index":1443,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x140|sgh",{"_index":1444,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x1|me",{"_index":2488,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x2|jade|neon",{"_index":2671,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x304f|tb",{"_index":2111,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x304l|tb",{"_index":2112,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x30l|tb",{"_index":2116,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x426|sgh",{"_index":1445,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x427|sgh",{"_index":1446,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x475|sgh",{"_index":1447,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x495|sgh",{"_index":1448,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x497|sgh",{"_index":1449,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x507|sgh",{"_index":1450,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x600|sgh",{"_index":1451,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x606f|tb",{"_index":2109,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x610|sgh",{"_index":1452,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x620|sgh",{"_index":1453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x630",{"_index":1454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x64",{"_index":885,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x700|sgh",{"_index":1455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x704f|tb",{"_index":2113,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x7|evolio",{"_index":2797,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x820|sgh",{"_index":1456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x890|sgh",{"_index":1457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x8|\\bevotab\\b|\\bneura\\b",{"_index":2798,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x90f",{"_index":2104,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x90l|yt3",{"_index":2103,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x90x|lenovo.*(s2109|s2110|s5000|s6000|k3011|a3000|a3500|a1000|a2107|a2109|a1107|a5500|a7600|b6000",{"_index":2106,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x\\s",{"_index":1775,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xenon",{"_index":2186,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xoom|sholest|mz615|mz605|mz505|mz601|mz602|mz603|mz604|mz606|mz607|mz608|mz609|mz615|mz616|mz617",{"_index":2050,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xorotablet",{"_index":2700,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xp",{"_index":1712,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xs",{"_index":2188,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xt615|xt681|xt701|xt702|xt711|xt720|xt800|xt806|xt860|xt862|xt875|xt882|xt883|xt894|xt901|xt907|xt909",{"_index":989,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xt910|xt912|xt928|xt926|xt915|xt919|xt925|xt1021|\\\\bmoto",{"_index":990,"title":{},"body":{"miscellaneous/variables.html":{}}}],["y2|me",{"_index":2489,"title":{},"body":{"miscellaneous/variables.html":{}}}],["yarviktablet",{"_index":2125,"title":{},"body":{"miscellaneous/variables.html":{}}}],["yonestablet",{"_index":2428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["you'll",{"_index":696,"title":{},"body":{"index.html":{}}}],["you're",{"_index":507,"title":{},"body":{"contributing.html":{}}}],["youth|mediapad",{"_index":2252,"title":{},"body":{"miscellaneous/variables.html":{}}}],["yt3",{"_index":2105,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z1000|z99",{"_index":2281,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z130|sgh",{"_index":1458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z150|sgh",{"_index":1459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z170|sgh",{"_index":1460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["z400|swc",{"_index":1529,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zone.js",{"_index":639,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":201,"title":{},"body":{"modules/AppModule.html":{},"modules/AppServerModule.html":{},"overview.html":{}}}],["zoom2",{"_index":2054,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zoom2|\\\\ba7eb\\\\b|catnova8",{"_index":2890,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zx10|sgh",{"_index":1461,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zx20|shw",{"_index":1462,"title":{},"body":{"miscellaneous/variables.html":{}}}],["zynctablet",{"_index":2280,"title":{},"body":{"miscellaneous/variables.html":{}}}]],"pipeline":["stemmer"]},
+    "store": {"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n                   \n\n\n\n\n\n  Components\n  \n  AppComponent\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n        \n            Template\n        \n        \n            Styles\n        \n        \n            DOM Tree\n        \n\n\n\n    \n    File\n\n\n    projects/demo/src/app/app.component.ts\n\n\n\n\n\n\n\n\n    Metadata\n    \n        \n\n\n\n\n\n\n\n\n\n\n\n            \n                selector\n                app-root\n            \n\n            \n                styleUrls\n                ./app.component.scss\n            \n\n\n\n            \n                templateUrl\n                ./app.component.html\n            \n\n\n\n\n\n\n\n\n        \n    \n\n\n    \n    Index\n    \n        \n                \n                    \n                        Properties\n                    \n                \n                \n                    \n                        \n                            \n                                deviceInfo\n                            \n                            \n                                propsToShow\n                            \n                            \n                                ua\n                            \n                            \n                                userAgentInputVal\n                            \n                            \n                                version\n                            \n                        \n                    \n                \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                applyDevice\n                            \n                            \n                                getDeviceInfo\n                            \n                            \n                                resetDeviceInfo\n                            \n                        \n                    \n                \n\n\n\n\n\n                    \n                        \n                            Accessors\n                        \n                    \n                    \n                        \n                            \n                                \n                                    isMobile\n                                \n                                \n                                    isTablet\n                                \n                                \n                                    isDesktop\n                                \n                            \n                        \n                    \n        \n    \n\n\n    \n    Constructor\n        \n            \n                \n                    \nconstructor(deviceService: DeviceDetectorService)\n                    \n                \n                        \n                            \n                                Defined in projects/demo/src/app/app.component.ts:13\n                            \n                        \n\n                \n                    \n                            \n                                    Parameters :\n                                    \n                                        \n                                            \n                                                Name\n                                                    Type\n                                                Optional\n                                            \n                                        \n                                        \n                                                \n                                                        deviceService\n                                                  \n                                                        \n                                                                        DeviceDetectorService\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                        \n                                    \n                            \n                    \n                \n            \n        \n\n\n\n\n\n\n    \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        applyDevice\n                        \n                    \n                \n            \n            \n                \napplyDevice(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/app.component.ts:39\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.ua\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         void\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        getDeviceInfo\n                        \n                    \n                \n            \n            \n                \ngetDeviceInfo()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/app.component.ts:23\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :         void\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        resetDeviceInfo\n                        \n                    \n                \n            \n            \n                \nresetDeviceInfo()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/app.component.ts:44\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :         void\n\n                    \n                \n            \n        \n    \n\n    \n    \n    \n        Properties\n    \n    \n        \n            \n                \n                    \n                    \n                        deviceInfo\n                        \n                    \n                \n            \n                \n                    \n                        Type :     null\n\n                    \n                \n                \n                    \n                        Default value : null\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:10\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        propsToShow\n                        \n                    \n                \n            \n                \n                    \n                        Type :     []\n\n                    \n                \n                \n                    \n                        Default value : ['userAgent', 'os', 'browser', 'device', 'os_version', 'browser_version', 'deviceType', 'orientation']\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:9\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        ua\n                        \n                    \n                \n            \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:13\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        userAgentInputVal\n                        \n                    \n                \n            \n                \n                    \n                        Type :     null\n\n                    \n                \n                \n                    \n                        Default value : null\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:12\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        version\n                        \n                    \n                \n            \n                \n                    \n                        Default value : VERSION.full\n                    \n                \n                    \n                        \n                                Defined in projects/demo/src/app/app.component.ts:11\n                        \n                    \n\n\n        \n    \n\n\n    \n    \n        Accessors\n    \n        \n            \n                \n                    \n                        \n                        isMobile\n                    \n                \n\n                \n                    \n                        getisMobile()\n                    \n                \n                            \n                                \n                                    Defined in projects/demo/src/app/app.component.ts:27\n                                \n                            \n\n            \n        \n        \n            \n                \n                    \n                        \n                        isTablet\n                    \n                \n\n                \n                    \n                        getisTablet()\n                    \n                \n                            \n                                \n                                    Defined in projects/demo/src/app/app.component.ts:31\n                                \n                            \n\n            \n        \n        \n            \n                \n                    \n                        \n                        isDesktop\n                    \n                \n\n                \n                    \n                        getisDesktop()\n                    \n                \n                            \n                                \n                                    Defined in projects/demo/src/app/app.component.ts:35\n                                \n                            \n\n            \n        \n\n\n\n\n    \n        import { Component, VERSION } from '@angular/core';\nimport { DeviceDetectorService } from 'ngx-device-detector';\n@Component({\n  selector: 'app-root',\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.scss'],\n})\nexport class AppComponent {\n  propsToShow = ['userAgent', 'os', 'browser', 'device', 'os_version', 'browser_version', 'deviceType', 'orientation'];\n  deviceInfo = null;\n  version = VERSION.full;\n  userAgentInputVal = null;\n  ua;\n  constructor(private deviceService: DeviceDetectorService) {\n    try {\n      this.ua = window.navigator.userAgent;\n    } catch {\n      console.log('UA not available');\n    }\n    this.applyDevice();\n  }\n\n  getDeviceInfo(): void {\n    this.deviceInfo = this.deviceService.getDeviceInfo();\n  }\n\n  get isMobile(): boolean {\n    return this.deviceService.isMobile();\n  }\n\n  get isTablet(): boolean {\n    return this.deviceService.isTablet();\n  }\n\n  get isDesktop(): boolean {\n    return this.deviceService.isDesktop();\n  }\n\n  applyDevice(userAgent = this.ua): void {\n    this.deviceService.setDeviceInfo(userAgent);\n    this.getDeviceInfo();\n  }\n\n  resetDeviceInfo(): void {\n    this.applyDevice();\n  }\n}\n\n    \n\n    \n        \n  \n    \n      \n    \n    \n      \n        ngx-device-detector\n      \n\n      \n        An Angular 5+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.\n      \n\n      \n        \n        \n        \n        \n      \n      \n    \n    \n      Demo is at Angular version = {{version}}\n    \n    \n      \n        Open this page from different devices to see the appropriate details\n      \n      Device Information\n    \n    \n      \n        \n          Test User Agent\n          \n          Paste the user agent (window.navigator.userAgent) here\n        \n      \n      \n        Apply test user agent\n        Reset device info\n      \n    \n    \n      \n        \n        \n        \n          Mobile\n        \n        \n          Tablet\n        \n        \n          Desktop\n        \n      \n      \n        \n          Property\n          Value\n        \n        \n          {{info.key}}\n          {{info.value}}\n        \n        \n          isDesktop()\n          {{isDesktop}}\n        \n        \n          isMobile()\n          {{isMobile}}\n        \n        \n          isTablet()\n          {{isTablet}}\n        \n      \n    \n  \n\n\n    \n\n    \n                \n                    ./app.component.scss\n                \n                :host {\n  position: relative;\n  display: block;\n}\n#demoApp {\n  max-width: 600px;\n  padding-top: 40px;\n  .demo-container {\n    .github-logo{\n      cursor: pointer;\n      position: absolute;\n      top: 10px;\n      right: 10px;\n      img {\n        width: 40px;\n        transform: rotate(45deg);\n      }\n      &:hover {\n        img {\n          opacity: 0.6;\n        }\n      }\n    }\n    .badges {\n      a {\n        margin-left: 4px;\n        margin-right: 4px;\n      }\n    }\n  }\n\n  .device-icon {\n    text-align: center;\n    padding: 20px;\n\n    .fa {\n      font-size: 100px;\n    }\n  }\n\n  .user-agent {\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    &__input {\n      flex: 1;\n      input {\n        width: 100%;\n      }\n    }\n    &__buttons {\n      display: flex;\n      justify-content: flex-end;\n      > button {\n        &:first-child {\n          margin-right: 10px;\n        }\n      }\n    }\n  }\n}\n\n    \n\n    \n        \n        \n            \n                Legend\n            \n            \n                Html element\n            \n            \n                Component\n            \n            \n                Html element with directive\n            \n        \n    \n\n    \n\n\n\n\n\n\n        var COMPONENT_TEMPLATE = '                                  ngx-device-detector                    An Angular 5+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.                                                                      Demo is at Angular version = {{version}}                      Open this page from different devices to see the appropriate details            Device Information                                Test User Agent                    Paste the user agent (window.navigator.userAgent) here                            Apply test user agent        Reset device info                                                      Mobile                          Tablet                          Desktop                                      Property          Value                          {{info.key}}          {{info.value}}                          isDesktop()          {{isDesktop}}                          isMobile()          {{isMobile}}                          isTablet()          {{isTablet}}                    '\n    var COMPONENTS = [{'name': 'AppComponent', 'selector': 'app-root'}];\n    var DIRECTIVES = [];\n    var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n                   \n\n\n\n\n    Modules\n    AppModule\n\n\n\n    \n        \n\n\n\n\n\ndependencies\n\ndependencies\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_bootstrap\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nKeysPipe\n\nKeysPipe\n\nAppModule -->\n\nKeysPipe->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent  -->\n\nAppModule->AppComponent \n\n\n\n\n\n\n    \n    \n    \n        Zoom in\n        Reset\n        Zoom out\n    \n\n\n\n\n\n    \n        Info\n    \n    \n        Source\n    \n\n\n\n    \n\n        \n            File\n        \n        \n            projects/demo/src/app/app.module.ts\n        \n\n\n\n\n\n        \n            \n                \n                    Declarations\n                    \n                        \n                            AppComponent\n                        \n                        \n                            KeysPipe\n                        \n                    \n                \n                \n                    Bootstrap\n                    \n                        \n                            AppComponent\n                        \n                    \n                \n            \n        \n\n\n    \n\n\n    \n        import { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\nimport { KeysPipe } from './pipes/keys.pipe';\nimport { CommonModule } from '@angular/common';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\n\n@NgModule({\n  declarations: [AppComponent, KeysPipe],\n  imports: [NoopAnimationsModule, BrowserModule.withServerTransition({ appId: 'serverApp' }), CommonModule],\n  providers: [],\n  bootstrap: [AppComponent],\n})\nexport class AppModule {}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"classes/AppPage.html":{"url":"classes/AppPage.html","title":"class - AppPage","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n  Classes\n  AppPage\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/demo/e2e/src/app.po.ts\n        \n\n\n\n\n\n\n            \n    Index\n    \n        \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                getDemoHeadingText\n                            \n                            \n                                getDeviceInfoElements\n                            \n                            \n                                getParagraphText\n                            \n                            \n                                navigateTo\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        getDemoHeadingText\n                        \n                    \n                \n            \n            \n                \ngetDemoHeadingText()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:9\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     wdpromise.Promise\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        getDeviceInfoElements\n                        \n                    \n                \n            \n            \n                \ngetDeviceInfoElements()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:13\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     ElementArrayFinder\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        getParagraphText\n                        \n                    \n                \n            \n            \n                \ngetParagraphText()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:17\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     wdpromise.Promise\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        navigateTo\n                        \n                    \n                \n            \n            \n                \nnavigateTo()\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/e2e/src/app.po.ts:5\n                \n            \n\n\n            \n                \n\n                    \n                        Returns :     wdpromise.Promise\n\n                    \n                \n            \n        \n    \n\n\n\n\n\n\n    \n\n\n    \n        import { browser, by, element, ElementArrayFinder } from 'protractor';\nimport { promise as wdpromise } from 'selenium-webdriver';\n\nexport class AppPage {\n  navigateTo(): wdpromise.Promise {\n    return browser.get('/');\n  }\n\n  getDemoHeadingText(): wdpromise.Promise {\n    return element(by.css('app-root .demo-heading-text')).getText();\n  }\n\n  getDeviceInfoElements(): ElementArrayFinder {\n    return element.all(by.css('app-root .information-table .info-item'));\n  }\n\n  getParagraphText(): wdpromise.Promise {\n    return element(by.css('app-root h1')).getText();\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"modules/AppServerModule.html":{"url":"modules/AppServerModule.html","title":"module - AppServerModule","body":"\n                   \n\n\n\n\n    Modules\n    AppServerModule\n\n\n\n    \n        \n\n\n\n\n\ndependencies\n\ndependencies\n\ncluster_AppServerModule\n\n\n\ncluster_AppServerModule_imports\n\n\n\ncluster_AppServerModule_bootstrap\n\n\n\n\nAppModule\n\nAppModule\n\n\n\nAppServerModule\n\nAppServerModule\n\nAppServerModule -->\n\nAppModule->AppServerModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent  -->\n\nAppServerModule->AppComponent \n\n\n\n\n\n\n    \n    \n    \n        Zoom in\n        Reset\n        Zoom out\n    \n\n\n\n\n\n    \n        Info\n    \n    \n        Source\n    \n\n\n\n    \n\n        \n            File\n        \n        \n            projects/demo/src/app/server.ts\n        \n\n\n\n\n\n        \n            \n                \n                    Imports\n                    \n                        \n                            AppModule\n                        \n                    \n                \n                \n                    Bootstrap\n                    \n                        \n                            AppComponent\n                        \n                    \n                \n            \n        \n\n\n    \n\n\n    \n        import { NgModule } from '@angular/core';\nimport { ServerModule } from '@angular/platform-server';\n\nimport { AppModule } from './app.module';\nimport { AppComponent } from './app.component';\nimport { Inject, Injectable, Optional, PLATFORM_ID } from '@angular/core';\nimport { REQUEST } from '@nguniversal/express-engine/tokens';\nimport { Request } from 'express';\nimport { DeviceDetectorService } from 'ngx-device-detector';\nimport { isPlatformServer } from '@angular/common';\n\n@Injectable()\nexport class UniversalDeviceDetectorService extends DeviceDetectorService {\n  constructor(@Inject(PLATFORM_ID) platformId: any, @Optional() @Inject(REQUEST) request: Request) {\n    super(platformId);\n    if (isPlatformServer(platformId)){\n      super.setDeviceInfo((request.headers['user-agent'] as string) || '');\n    }\n  }\n}\n\n@NgModule({\n  imports: [AppModule, ServerModule],\n  bootstrap: [AppComponent],\n  providers: [{\n    provide: DeviceDetectorService,\n    useClass: UniversalDeviceDetectorService\n  },]\n})\nexport class AppServerModule {}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"injectables/DeviceDetectorService.html":{"url":"injectables/DeviceDetectorService.html","title":"injectable - DeviceDetectorService","body":"\n                   \n\n\n\n\n\n\n\n\n\n  Injectables\n  DeviceDetectorService\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/ngx-device-detector/src/lib/device-detector.service.ts\n        \n\n\n\n\n\n            \n    Index\n    \n        \n                \n                    \n                        Properties\n                    \n                \n                \n                    \n                        \n                            \n                                browser\n                            \n                            \n                                browser_version\n                            \n                            \n                                device\n                            \n                            \n                                deviceType\n                            \n                            \n                                orientation\n                            \n                            \n                                os\n                            \n                            \n                                os_version\n                            \n                            \n                                reTree\n                            \n                            \n                                ua\n                            \n                            \n                                userAgent\n                            \n                        \n                    \n                \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                    Public\n                                getDeviceInfo\n                            \n                            \n                                    Public\n                                isDesktop\n                            \n                            \n                                    Public\n                                isMobile\n                            \n                            \n                                    Public\n                                isTablet\n                            \n                            \n                                setDeviceInfo\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n            \n    Constructor\n        \n            \n                \n                    \nconstructor(platformId: any)\n                    \n                \n                        \n                            \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:46\n                            \n                        \n\n                \n                    \n                            \n                                    Parameters :\n                                    \n                                        \n                                            \n                                                Name\n                                                    Type\n                                                Optional\n                                            \n                                        \n                                        \n                                                \n                                                        platformId\n                                                  \n                                                        \n                                                                        any\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                        \n                                    \n                            \n                    \n                \n            \n        \n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        getDeviceInfo\n                        \n                    \n                \n            \n            \n                \n                    \n                    getDeviceInfo()\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:135\n                \n            \n\n\n            \n                \n\n                    \n                    \n                    \n                        Returns :         DeviceInfo\n\n                    \n                    \n                        the device information object.\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isDesktop\n                        \n                    \n                \n            \n            \n                \n                    \n                    isDesktop(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:191\n                \n            \n\n\n            \n                \n                    if the current device is a desktop device.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a desktop device\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isMobile\n                        \n                    \n                \n            \n            \n                \n                    \n                    isMobile(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:155\n                \n            \n\n\n            \n                \n                    if the current device is a mobile and also check current device is tablet so it will return false.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a mobile\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isTablet\n                        \n                    \n                \n            \n            \n                \n                    \n                    isTablet(userAgent)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:171\n                \n            \n\n\n            \n                \n                    if the current device is a tablet.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a tablet\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        setDeviceInfo\n                        \n                    \n                \n            \n            \n                \nsetDeviceInfo(ua)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:59\n                \n            \n\n\n            \n                \n                    This value is later accessible for usage\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    ua\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         void\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n            \n    \n    \n        Properties\n    \n    \n        \n            \n                \n                    \n                    \n                        browser\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:40\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        browser_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:43\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        device\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:41\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        deviceType\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:45\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        orientation\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:46\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:39\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:42\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        reTree\n                        \n                    \n                \n            \n                \n                    \n                        Default value : new ReTree()\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:44\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        ua\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:37\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        userAgent\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                    \n                        \n                                Defined in projects/ngx-device-detector/src/lib/device-detector.service.ts:38\n                        \n                    \n\n\n        \n    \n\n\n    \n\n\n    \n        import { PLATFORM_ID, Inject, Injectable } from '@angular/core';\nimport { isPlatformBrowser } from '@angular/common';\nimport * as Constants from './device-detector.constants';\nimport { ReTree } from './retree';\n\nexport interface DeviceInfo {\n  userAgent: string;\n  os: string;\n  browser: string;\n  device: string;\n  os_version: string;\n  browser_version: string;\n  deviceType: string;\n  orientation: string;\n}\nexport enum DeviceType {\n  Mobile = 'mobile',\n  Tablet = 'tablet',\n  Desktop = 'desktop',\n  Unknown = 'unknown',\n}\nexport enum OrientationType {\n  Portrait = 'portrait',\n  Landscape = 'landscape',\n}\n\nconst iPad = 'iPad';\n\n@Injectable({\n  providedIn: 'root',\n})\nexport class DeviceDetectorService {\n  ua = '';\n  userAgent = '';\n  os = '';\n  browser = '';\n  device = '';\n  os_version = '';\n  browser_version = '';\n  reTree = new ReTree();\n  deviceType = '';\n  orientation = '';\n  constructor(@Inject(PLATFORM_ID) private platformId: any) {\n    if (isPlatformBrowser(this.platformId) && typeof window !== 'undefined') {\n      this.userAgent = window.navigator.userAgent;\n    }\n    this.setDeviceInfo(this.userAgent);\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Sets the initial value of the device when the service is initiated.\n   * This value is later accessible for usage\n   */\n  setDeviceInfo(ua = this.userAgent): void {\n    if (ua !== this.userAgent) {\n      this.userAgent = ua;\n    }\n    const mappings = [\n      { const: 'OS', prop: 'os' },\n      { const: 'BROWSERS', prop: 'browser' },\n      { const: 'DEVICES', prop: 'device' },\n      { const: 'OS_VERSIONS', prop: 'os_version' },\n    ];\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const]).reduce((obj: any, item: any) => {\n        if (Constants[mapping.const][item] === 'device') {\n          // hack for iOS 13 Tablet\n          if (\n            isPlatformBrowser(this.platformId) &&\n            (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n              (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n          ) {\n            obj[Constants[mapping.const][item]] = iPad;\n            return Object;\n          }\n        }\n        obj[Constants[mapping.const][item]] = this.reTree.test(ua, Constants[`${mapping.const}_RE`][item]);\n        return obj;\n      }, {});\n    });\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const])\n        .map(key => {\n          return Constants[mapping.const][key];\n        })\n        .reduce((previousValue, currentValue) => {\n          if (mapping.prop === 'device' && previousValue === Constants[mapping.const].ANDROID) {\n            // if we have the actual device found, instead of 'Android', return the actual device\n            return this[mapping.prop][currentValue] ? currentValue : previousValue;\n          } else {\n            return previousValue === Constants[mapping.const].UNKNOWN && this[mapping.prop][currentValue]\n              ? currentValue\n              : previousValue;\n          }\n        }, Constants[mapping.const].UNKNOWN);\n    });\n\n    this.browser_version = '0';\n    if (this.browser !== Constants.BROWSERS.UNKNOWN) {\n      const re = Constants.BROWSER_VERSIONS_RE[this.browser];\n      const res = this.reTree.exec(ua, re);\n      if (!!res) {\n        this.browser_version = res[1];\n      }\n    }\n    if (typeof window !== 'undefined' && window.matchMedia) {\n      this.orientation = window.matchMedia('(orientation: landscape)').matches\n        ? OrientationType.Landscape\n        : OrientationType.Portrait;\n    } else {\n      this.orientation = Constants.GENERAL.UKNOWN;\n    }\n\n    this.deviceType = this.isTablet()\n      ? DeviceType.Tablet\n      : this.isMobile(this.userAgent)\n      ? DeviceType.Mobile\n      : this.isDesktop(this.userAgent)\n      ? DeviceType.Desktop\n      : DeviceType.Unknown;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Returns the device information\n   * @returns the device information object.\n   */\n  public getDeviceInfo(): DeviceInfo {\n    const deviceInfo: DeviceInfo = {\n      userAgent: this.userAgent,\n      os: this.os,\n      browser: this.browser,\n      device: this.device,\n      os_version: this.os_version,\n      browser_version: this.browser_version,\n      deviceType: this.deviceType,\n      orientation: this.orientation,\n    };\n    return deviceInfo;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the mobile devices to check\n   * if the current device is a mobile and also check current device is tablet so it will return false.\n   * @returns whether the current device is a mobile\n   */\n  public isMobile(userAgent = this.userAgent): boolean {\n    if (this.isTablet(userAgent)) {\n      return false;\n    }\n    const match = Object.keys(Constants.MOBILES_RE).find(mobile => {\n      return this.reTree.test(userAgent, Constants.MOBILES_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the tablet devices to check\n   * if the current device is a tablet.\n   * @returns whether the current device is a tablet\n   */\n  public isTablet(userAgent = this.userAgent): boolean {\n    if (\n      isPlatformBrowser(this.platformId) &&\n      (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n        (typeof navigator !== 'undefined' && navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n    ) {\n      return true;\n    }\n    const match = Object.keys(Constants.TABLETS_RE).find(mobile => {\n      return !!this.reTree.test(userAgent, Constants.TABLETS_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the desktop devices to check\n   * if the current device is a desktop device.\n   * @returns whether the current device is a desktop device\n   */\n  public isDesktop(userAgent = this.userAgent): boolean {\n    if (this.device === Constants.DEVICES.UNKNOWN) {\n      if (this.isMobile(userAgent) || this.isTablet(userAgent)) {\n        return false;\n      }\n    }\n    return Constants.DESKTOP_DEVICES.indexOf(this.device) > -1;\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"interfaces/DeviceInfo.html":{"url":"interfaces/DeviceInfo.html","title":"interface - DeviceInfo","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Interfaces\n  \n  DeviceInfo\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/ngx-device-detector/src/lib/device-detector.service.ts\n        \n\n\n\n\n        \n            Index\n            \n                \n                    \n                        \n                            Properties\n                        \n                    \n                    \n                        \n                            \n                                \n                                        \n                                            browser\n                                        \n                                \n                                \n                                        \n                                            browser_version\n                                        \n                                \n                                \n                                        \n                                            device\n                                        \n                                \n                                \n                                        \n                                            deviceType\n                                        \n                                \n                                \n                                        \n                                            orientation\n                                        \n                                \n                                \n                                        \n                                            os\n                                        \n                                \n                                \n                                        \n                                            os_version\n                                        \n                                \n                                \n                                        \n                                            userAgent\n                                        \n                                \n                            \n                        \n                    \n                \n            \n        \n\n\n\n            \n                Properties\n                    \n                        \n                                \n                                    \n                                        \n                                        browser\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        browser:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        browser_version\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        browser_version:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        device\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        device:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        deviceType\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        deviceType:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        orientation\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        orientation:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        os\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        os:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        os_version\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        os_version:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n                    \n                        \n                                \n                                    \n                                        \n                                        userAgent\n                                            \n                                                \n                                            \n                                        \n                                    \n                                \n                                \n                                    \n                                        userAgent:         string\n\n                                    \n                                \n\n\n                                    \n                                        \n                                            Type :         string\n\n                                        \n                                    \n\n\n\n\n\n                        \n                    \n            \n    \n\n\n    \n        import { PLATFORM_ID, Inject, Injectable } from '@angular/core';\nimport { isPlatformBrowser } from '@angular/common';\nimport * as Constants from './device-detector.constants';\nimport { ReTree } from './retree';\n\nexport interface DeviceInfo {\n  userAgent: string;\n  os: string;\n  browser: string;\n  device: string;\n  os_version: string;\n  browser_version: string;\n  deviceType: string;\n  orientation: string;\n}\nexport enum DeviceType {\n  Mobile = 'mobile',\n  Tablet = 'tablet',\n  Desktop = 'desktop',\n  Unknown = 'unknown',\n}\nexport enum OrientationType {\n  Portrait = 'portrait',\n  Landscape = 'landscape',\n}\n\nconst iPad = 'iPad';\n\n@Injectable({\n  providedIn: 'root',\n})\nexport class DeviceDetectorService {\n  ua = '';\n  userAgent = '';\n  os = '';\n  browser = '';\n  device = '';\n  os_version = '';\n  browser_version = '';\n  reTree = new ReTree();\n  deviceType = '';\n  orientation = '';\n  constructor(@Inject(PLATFORM_ID) private platformId: any) {\n    if (isPlatformBrowser(this.platformId) && typeof window !== 'undefined') {\n      this.userAgent = window.navigator.userAgent;\n    }\n    this.setDeviceInfo(this.userAgent);\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Sets the initial value of the device when the service is initiated.\n   * This value is later accessible for usage\n   */\n  setDeviceInfo(ua = this.userAgent): void {\n    if (ua !== this.userAgent) {\n      this.userAgent = ua;\n    }\n    const mappings = [\n      { const: 'OS', prop: 'os' },\n      { const: 'BROWSERS', prop: 'browser' },\n      { const: 'DEVICES', prop: 'device' },\n      { const: 'OS_VERSIONS', prop: 'os_version' },\n    ];\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const]).reduce((obj: any, item: any) => {\n        if (Constants[mapping.const][item] === 'device') {\n          // hack for iOS 13 Tablet\n          if (\n            isPlatformBrowser(this.platformId) &&\n            (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n              (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n          ) {\n            obj[Constants[mapping.const][item]] = iPad;\n            return Object;\n          }\n        }\n        obj[Constants[mapping.const][item]] = this.reTree.test(ua, Constants[`${mapping.const}_RE`][item]);\n        return obj;\n      }, {});\n    });\n\n    mappings.forEach(mapping => {\n      this[mapping.prop] = Object.keys(Constants[mapping.const])\n        .map(key => {\n          return Constants[mapping.const][key];\n        })\n        .reduce((previousValue, currentValue) => {\n          if (mapping.prop === 'device' && previousValue === Constants[mapping.const].ANDROID) {\n            // if we have the actual device found, instead of 'Android', return the actual device\n            return this[mapping.prop][currentValue] ? currentValue : previousValue;\n          } else {\n            return previousValue === Constants[mapping.const].UNKNOWN && this[mapping.prop][currentValue]\n              ? currentValue\n              : previousValue;\n          }\n        }, Constants[mapping.const].UNKNOWN);\n    });\n\n    this.browser_version = '0';\n    if (this.browser !== Constants.BROWSERS.UNKNOWN) {\n      const re = Constants.BROWSER_VERSIONS_RE[this.browser];\n      const res = this.reTree.exec(ua, re);\n      if (!!res) {\n        this.browser_version = res[1];\n      }\n    }\n    if (typeof window !== 'undefined' && window.matchMedia) {\n      this.orientation = window.matchMedia('(orientation: landscape)').matches\n        ? OrientationType.Landscape\n        : OrientationType.Portrait;\n    } else {\n      this.orientation = Constants.GENERAL.UKNOWN;\n    }\n\n    this.deviceType = this.isTablet()\n      ? DeviceType.Tablet\n      : this.isMobile(this.userAgent)\n      ? DeviceType.Mobile\n      : this.isDesktop(this.userAgent)\n      ? DeviceType.Desktop\n      : DeviceType.Unknown;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Returns the device information\n   * @returns the device information object.\n   */\n  public getDeviceInfo(): DeviceInfo {\n    const deviceInfo: DeviceInfo = {\n      userAgent: this.userAgent,\n      os: this.os,\n      browser: this.browser,\n      device: this.device,\n      os_version: this.os_version,\n      browser_version: this.browser_version,\n      deviceType: this.deviceType,\n      orientation: this.orientation,\n    };\n    return deviceInfo;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the mobile devices to check\n   * if the current device is a mobile and also check current device is tablet so it will return false.\n   * @returns whether the current device is a mobile\n   */\n  public isMobile(userAgent = this.userAgent): boolean {\n    if (this.isTablet(userAgent)) {\n      return false;\n    }\n    const match = Object.keys(Constants.MOBILES_RE).find(mobile => {\n      return this.reTree.test(userAgent, Constants.MOBILES_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the tablet devices to check\n   * if the current device is a tablet.\n   * @returns whether the current device is a tablet\n   */\n  public isTablet(userAgent = this.userAgent): boolean {\n    if (\n      isPlatformBrowser(this.platformId) &&\n      (!!this.reTree.test(this.userAgent, Constants.TABLETS_RE[iPad]) ||\n        (typeof navigator !== 'undefined' && navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))\n    ) {\n      return true;\n    }\n    const match = Object.keys(Constants.TABLETS_RE).find(mobile => {\n      return !!this.reTree.test(userAgent, Constants.TABLETS_RE[mobile]);\n    });\n    return !!match;\n  }\n\n  /**\n   * @author Ahsan Ayaz\n   * @desc Compares the current device info with the desktop devices to check\n   * if the current device is a desktop device.\n   * @returns whether the current device is a desktop device\n   */\n  public isDesktop(userAgent = this.userAgent): boolean {\n    if (this.device === Constants.DEVICES.UNKNOWN) {\n      if (this.isMobile(userAgent) || this.isTablet(userAgent)) {\n        return false;\n      }\n    }\n    return Constants.DESKTOP_DEVICES.indexOf(this.device) > -1;\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"pipes/KeysPipe.html":{"url":"pipes/KeysPipe.html","title":"pipe - KeysPipe","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n  Pipes\n  KeysPipe\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n\n        \n            File\n        \n        \n            projects/demo/src/app/pipes/keys.pipe.ts\n        \n\n\n\n\n        \n            Metadata\n            \n                \n                    \n                        Name\n                        keys\n                    \n                \n            \n        \n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        transform\n                        \n                    \n                \n            \n            \n                \ntransform(value, props: string[])\n                \n            \n\n\n            \n                \n                    Defined in projects/demo/src/app/pipes/keys.pipe.ts:7\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Type\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    value\n                                    \n                                    \n\n                                    \n                                        No\n                                    \n\n                                    \n                                    \n\n                                \n                                \n                                    props\n                                    \n                                            string[]\n                                    \n\n                                    \n                                        No\n                                    \n\n                                    \n                                        []\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         any\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n\n    \n\n\n    \n        import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n  name: 'keys',\n})\nexport class KeysPipe implements PipeTransform {\n  transform(value, props: string[] = []): any {\n    const keys = [];\n    const noFilter = props.length === 0;\n    for (const key in value) {\n      if (noFilter) {\n        if (value.hasOwnProperty(key)) {\n          keys.push({ key, value: value[key] });\n        }\n      } else {\n        if (props.indexOf(key) !== -1) {\n          keys.push({ key, value: value[key] });\n        }\n      }\n    }\n    return keys;\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"classes/ReTree.html":{"url":"classes/ReTree.html","title":"class - ReTree","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n  Classes\n  ReTree\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/ngx-device-detector/src/lib/retree.ts\n        \n\n\n            \n                Description\n            \n            \n                Created by ahsanayaz on 08/11/2016.\n\n            \n\n\n\n\n            \n    Index\n    \n        \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                    Public\n                                exec\n                            \n                            \n                                    Public\n                                test\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n            \n    Constructor\n        \n            \n                \n                    \nconstructor()\n                    \n                \n                        \n                            \n                                Defined in projects/ngx-device-detector/src/lib/retree.ts:5\n                            \n                        \n\n            \n        \n\n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        exec\n                        \n                    \n                \n            \n            \n                \n                    \n                    exec(str: string, regex: any)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/retree.ts:30\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Type\n                                    Optional\n                                \n                            \n                            \n                                \n                                    str\n                                    \n                                                string\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                                \n                                    regex\n                                    \n                                                any\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         any\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        test\n                        \n                    \n                \n            \n            \n                \n                    \n                    test(str: string, regex: any)\n                \n            \n\n\n            \n                \n                    Defined in projects/ngx-device-detector/src/lib/retree.ts:8\n                \n            \n\n\n            \n                \n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Type\n                                    Optional\n                                \n                            \n                            \n                                \n                                    str\n                                    \n                                                string\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                                \n                                    regex\n                                    \n                                                any\n                                    \n\n                                    \n                                        No\n                                    \n\n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         any\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n\n\n\n\n\n    \n\n\n    \n        export class ReTree {\n  constructor() {}\n\n  public test(str: string, regex: any): any {\n    if (typeof regex === 'string') {\n      regex = new RegExp(regex);\n    }\n\n    if (regex instanceof RegExp) {\n      return regex.test(str);\n    } else if (regex && Array.isArray(regex.and)) {\n      return regex.and.every((item: any) => {\n        return this.test(str, item);\n      });\n    } else if (regex && Array.isArray(regex.or)) {\n      return regex.or.some((item: any) => {\n        return this.test(str, item);\n      });\n    } else if (regex && regex.not) {\n      return !this.test(str, regex.not);\n    } else {\n      return false;\n    }\n  }\n\n  public exec(str: string, regex: any): any {\n    if (typeof regex === 'string') {\n      regex = new RegExp(regex);\n    }\n\n    if (regex instanceof RegExp) {\n      return regex.exec(str);\n    } else if (regex && Array.isArray(regex)) {\n      return regex.reduce((res: any, item: any) => {\n        return !!res ? res : this.exec(str, item);\n      }, null);\n    } else {\n      return null;\n    }\n  }\n}\n\n    \n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"injectables/UniversalDeviceDetectorService.html":{"url":"injectables/UniversalDeviceDetectorService.html","title":"injectable - UniversalDeviceDetectorService","body":"\n                   \n\n\n\n\n\n\n\n\n\n  Injectables\n  UniversalDeviceDetectorService\n\n\n\n        \n            Info\n        \n        \n            Source\n        \n\n\n\n    \n        \n            File\n        \n        \n            projects/demo/src/app/server.ts\n        \n\n\n\n            \n                Extends\n            \n            \n                        DeviceDetectorService\n            \n\n\n            \n    Index\n    \n        \n                \n                    \n                        Properties\n                    \n                \n                \n                    \n                        \n                            \n                                browser\n                            \n                            \n                                browser_version\n                            \n                            \n                                device\n                            \n                            \n                                deviceType\n                            \n                            \n                                orientation\n                            \n                            \n                                os\n                            \n                            \n                                os_version\n                            \n                            \n                                reTree\n                            \n                            \n                                ua\n                            \n                            \n                                userAgent\n                            \n                        \n                    \n                \n\n                \n                    \n                        Methods\n                    \n                \n                \n                    \n                        \n                            \n                                    Public\n                                getDeviceInfo\n                            \n                            \n                                    Public\n                                isDesktop\n                            \n                            \n                                    Public\n                                isMobile\n                            \n                            \n                                    Public\n                                isTablet\n                            \n                            \n                                setDeviceInfo\n                            \n                        \n                    \n                \n\n\n\n\n\n        \n    \n\n\n            \n    Constructor\n        \n            \n                \n                    \nconstructor(platformId: any, request: Request)\n                    \n                \n                        \n                            \n                                Defined in projects/demo/src/app/server.ts:13\n                            \n                        \n\n                \n                    \n                            \n                                    Parameters :\n                                    \n                                        \n                                            \n                                                Name\n                                                    Type\n                                                Optional\n                                            \n                                        \n                                        \n                                                \n                                                        platformId\n                                                  \n                                                        \n                                                                        any\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                                \n                                                        request\n                                                  \n                                                        \n                                                                    Request\n                                                        \n                                                  \n                                                    \n                                                            No\n                                                    \n                                                    \n                                                \n                                        \n                                    \n                            \n                    \n                \n            \n        \n\n\n            \n    \n    \n        Methods\n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        getDeviceInfo\n                        \n                    \n                \n            \n            \n                \n                    \n                    getDeviceInfo()\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:135\n\n                \n            \n\n\n            \n                \n\n                    \n                    \n                    \n                        Returns :         DeviceInfo\n\n                    \n                    \n                        the device information object.\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isDesktop\n                        \n                    \n                \n            \n            \n                \n                    \n                    isDesktop(userAgent)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:191\n\n                \n            \n\n\n            \n                \n                    if the current device is a desktop device.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a desktop device\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isMobile\n                        \n                    \n                \n            \n            \n                \n                    \n                    isMobile(userAgent)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:155\n\n                \n            \n\n\n            \n                \n                    if the current device is a mobile and also check current device is tablet so it will return false.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a mobile\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        Public\n                        isTablet\n                        \n                    \n                \n            \n            \n                \n                    \n                    isTablet(userAgent)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:171\n\n                \n            \n\n\n            \n                \n                    if the current device is a tablet.\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    userAgent\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         boolean\n\n                    \n                    \n                        whether the current device is a tablet\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        setDeviceInfo\n                        \n                    \n                \n            \n            \n                \nsetDeviceInfo(ua)\n                \n            \n\n\n            \n                \n                    Inherited from         DeviceDetectorService\n\n                \n            \n            \n                \n                        Defined in         DeviceDetectorService:59\n\n                \n            \n\n\n            \n                \n                    This value is later accessible for usage\n\n\n                    \n                        Parameters :\n                        \n                        \n                            \n                                \n                                    Name\n                                    Optional\n                                    Default value\n                                \n                            \n                            \n                                \n                                    ua\n\n                                    \n                                        No\n                                    \n\n                                    \n                                        this.userAgent\n                                    \n\n                                \n                            \n                        \n                    \n                    \n                    \n                    \n                        Returns :         void\n\n                    \n                    \n                        \n                    \n                \n            \n        \n    \n\n            \n    \n    \n        Properties\n    \n    \n        \n            \n                \n                    \n                    \n                        browser\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:40\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        browser_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:43\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        device\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:41\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        deviceType\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:45\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        orientation\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:46\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:39\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        os_version\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:42\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        reTree\n                        \n                    \n                \n            \n                \n                    \n                        Default value : new ReTree()\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:44\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        ua\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:37\n\n                        \n                    \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        userAgent\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : ''\n                    \n                \n                        \n                            \n                                Inherited from         DeviceDetectorService\n\n                            \n                        \n                    \n                        \n                                Defined in         DeviceDetectorService:38\n\n                        \n                    \n\n\n        \n    \n\n\n    \n\n\n    \n        import { NgModule } from '@angular/core';\nimport { ServerModule } from '@angular/platform-server';\n\nimport { AppModule } from './app.module';\nimport { AppComponent } from './app.component';\nimport { Inject, Injectable, Optional, PLATFORM_ID } from '@angular/core';\nimport { REQUEST } from '@nguniversal/express-engine/tokens';\nimport { Request } from 'express';\nimport { DeviceDetectorService } from 'ngx-device-detector';\nimport { isPlatformServer } from '@angular/common';\n\n@Injectable()\nexport class UniversalDeviceDetectorService extends DeviceDetectorService {\n  constructor(@Inject(PLATFORM_ID) platformId: any, @Optional() @Inject(REQUEST) request: Request) {\n    super(platformId);\n    if (isPlatformServer(platformId)){\n      super.setDeviceInfo((request.headers['user-agent'] as string) || '');\n    }\n  }\n}\n\n@NgModule({\n  imports: [AppModule, ServerModule],\n  bootstrap: [AppComponent],\n  providers: [{\n    provide: DeviceDetectorService,\n    useClass: UniversalDeviceDetectorService\n  },]\n})\nexport class AppServerModule {}\n\n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"contributing.html":{"url":"contributing.html","title":"getting-started - contributing","body":"\n                   \n\nHow to Contribute\nThere are many ways you can Contribute to this project!\n\nCreate issues or help close them\nFork, Enhance, Fix Bugs, and send in Pull Requests\nHelp write Tests or improve Examples / Documentation\nShare repo with others.\n\nIssues\nFound a bug, have some feedback or really want some feature? Lock in an Issue. Here are some tips:\n\nMake sure the bug you're reporting really is a bug and you have read the docs/readme.\nProvide as many details as you can about the bug. How can it be reproduced? What have you tried so far?\nFor feature requests, really explain why your feature is important and how it improves the library and helps the developers using it.\nGo through existing issues. Make sure that it hasn't already been opened.\nIf planning on helping close an issue, don't be shy. Ask questions and get more information before sending your PR.\n\nPull Requests\nWant to fix a bug, implement a feature or help with the tests / docs? Please read this first:\n\nMake sure there's an open issue for what you're sending in your Pull Request. If not, open it.\nSend in your PRs agains the master branch.\nWrite unit tests / docs for any new feature you implement.\nMake sure your PRs pass all tests and CI.\nBe active in your relevant issue and PR threads.\nMake sure no one else is assigned or working on the issue. It's a good idea to leave a comment stating that you're going to implement it before sending in your PR. \nThis way no two devs are working on the same thing.\nIf required, update the CHANGELOG.md file with a small summary of your changes in the latest version (add a new section if needed)\n\nFinally, Thank you!\nIt means a lot that you took time out to improve this package and contribute back to the community. 🎉\nRelevant Links\nProject Page\nAuthor\nNPM Package\nLicense\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    Documentation coverage\n\n\n\n    \n\n\n\n    \n        \n            File\n            Type\n            Identifier\n            Statements\n        \n    \n    \n        \n            \n                \n                projects/demo/e2e/src/app.po.ts\n            \n            class\n            AppPage\n            \n                0 %\n                (0/5)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            function\n            app\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            function\n            run\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            variable\n            __non_webpack_require__\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            variable\n            mainModule\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/server.ts\n            \n            variable\n            moduleFilename\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/src/app/app.component.ts\n            \n            component\n            AppComponent\n            \n                0 %\n                (0/10)\n            \n        \n        \n            \n                \n                projects/demo/src/app/pipes/keys.pipe.ts\n            \n            pipe\n            KeysPipe\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/src/app/server.ts\n            \n            injectable\n            UniversalDeviceDetectorService\n            \n                23 %\n                (4/17)\n            \n        \n        \n            \n                \n                projects/demo/src/environments/environment.prod.ts\n            \n            variable\n            environment\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/demo/src/environments/environment.ts\n            \n            variable\n            environment\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSER_VERSIONS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSER_VERSIONS_RE_MAP\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSERS\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            BROWSERS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            DESKTOP_DEVICES\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            DEVICES\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            DEVICES_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            GENERAL\n            \n                100 %\n                (1/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            MOBILES_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_VERSIONS\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_VERSIONS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            OS_VERSIONS_RE_MAP\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.constants.ts\n            \n            variable\n            TABLETS_RE\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.service.ts\n            \n            injectable\n            DeviceDetectorService\n            \n                23 %\n                (4/17)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.service.ts\n            \n            interface\n            DeviceInfo\n            \n                0 %\n                (0/9)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/device-detector.service.ts\n            \n            variable\n            iPad\n            \n                0 %\n                (0/1)\n            \n        \n        \n            \n                \n                projects/ngx-device-detector/src/lib/retree.ts\n            \n            class\n            ReTree\n            \n                25 %\n                (1/4)\n            \n        \n    \n\n\n\n\n\n    new Tablesort(document.getElementById('coverage-table'));\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        Dependencies\n    \n    \n        \n            @angular/animations : ^14.0.4\n        \n            @angular/common : ^14.0.4\n        \n            @angular/compiler : ^14.0.4\n        \n            @angular/core : ^14.0.4\n        \n            @angular/forms : ^14.0.4\n        \n            @angular/platform-browser : ^14.0.4\n        \n            @angular/platform-browser-dynamic : ^14.0.4\n        \n            @angular/platform-server : ^14.0.4\n        \n            @angular/router : ^14.0.4\n        \n            @nguniversal/express-engine : ^14.0.2\n        \n            conventional-changelog-cli : ^2.1.1\n        \n            express : ^4.17.1\n        \n            ngx-device-detector : ^3.0.0\n        \n            rxjs : ^7.4.0\n        \n            tslib : ^2.3.1\n        \n            zone.js : ~0.11.4\n    \n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"miscellaneous/enumerations.html":{"url":"miscellaneous/enumerations.html","title":"miscellaneous-enumerations - enumerations","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Miscellaneous\n  Enumerations\n\n\n\n    Index\n    \n        \n            \n                \n                    \n                        \n                            DeviceType   (projects/.../device-detector.service.ts)\n                        \n                        \n                            OrientationType   (projects/.../device-detector.service.ts)\n                        \n                    \n                \n            \n        \n    \n\n\n    projects/ngx-device-detector/src/lib/device-detector.service.ts\n    \n        \n            \n                \n                    \n                        \n                        DeviceType\n                    \n                \n                        \n                            \n                                 Mobile\n                            \n                        \n                        \n                            \n                                Value : mobile\n                            \n                        \n                        \n                            \n                                 Tablet\n                            \n                        \n                        \n                            \n                                Value : tablet\n                            \n                        \n                        \n                            \n                                 Desktop\n                            \n                        \n                        \n                            \n                                Value : desktop\n                            \n                        \n                        \n                            \n                                 Unknown\n                            \n                        \n                        \n                            \n                                Value : unknown\n                            \n                        \n            \n        \n        \n            \n                \n                    \n                        \n                        OrientationType\n                    \n                \n                        \n                            \n                                 Portrait\n                            \n                        \n                        \n                            \n                                Value : portrait\n                            \n                        \n                        \n                            \n                                 Landscape\n                            \n                        \n                        \n                            \n                                Value : landscape\n                            \n                        \n            \n        \n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Miscellaneous\n  Functions\n\n\n\n    Index\n    \n        \n            \n                \n                    \n                        \n                            app   (projects/.../server.ts)\n                        \n                        \n                            run   (projects/.../server.ts)\n                        \n                    \n                \n            \n        \n    \n\n\n    projects/demo/server.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        app\n                        \n                    \n                \n            \n            \n                \napp()\n                \n            \n\n\n\n\n            \n                \n\n                    \n                        Returns :     express.Express\n\n                    \n                \n            \n        \n    \n    \n        \n            \n                \n                    \n                    \n                        run\n                        \n                    \n                \n            \n            \n                \nrun()\n                \n            \n\n\n\n\n            \n                \n\n                    \n                        Returns :         void\n\n                    \n                \n            \n        \n    \n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n                   \n\n\n  ngx-device-detector\n\n\n\nAn Angular 6+ powered AOT compatible device detector that helps to identify browser, os and other useful information regarding the device using the app. The processing is based on user-agent.\n\n\n\n\n\n\n\n\n\n\n  Deprecated package :\n  \n  \n\n\n  New package :\n  \n  \nIf you use Angular 5, you must use v1.5.2 or earlier\n\n\nDOCS\nNgx Device Detector DOCS\nLive DEMO\nRegular Demo\nSSR Demo\nDependencies\nLatest version available for each version of Angular\n\n\n\nngx-device-detector\nAngular\n\n\n\n\n1.3.3\n7.x\n\n\n1.3.5\n8.x\n\n\n1.4.1\n9.x\n\n\n1.4.5\n10.x\n\n\n2.0.5\n11.x\n\n\n2.1.0\n12.x\n\n\n3.0.0\n13.x\n\n\n4.0.0\n14.x\n\n\n\nInstallation\nTo install this library, run:\n$ npm install ngx-device-detector --saveIn your component where you want to use the Device Service\n  import { Component } from '@angular/core';\n  ...\n  import { DeviceDetectorService } from 'ngx-device-detector';\n  ...\n  @Component({\n    selector: 'home',  // \n    styleUrls: [ './home.component.scss' ],\n    templateUrl: './home.component.html',\n    ...\n  })\n\n  export class HomeComponent {\n    deviceInfo = null;\n    ...\n    constructor(..., private http: Http, private deviceService: DeviceDetectorService) {\n      this.epicFunction();\n    }\n    ...\n    epicFunction() {\n      console.log('hello `Home` component');\n      this.deviceInfo = this.deviceService.getDeviceInfo();\n      const isMobile = this.deviceService.isMobile();\n      const isTablet = this.deviceService.isTablet();\n      const isDesktopDevice = this.deviceService.isDesktop();\n      console.log(this.deviceInfo);\n      console.log(isMobile);  // returns if the device is a mobile device (android / iPhone / windows-phone etc)\n      console.log(isTablet);  // returns if the device us a tablet (iPad etc)\n      console.log(isDesktopDevice); // returns if the app is running on a Desktop browser.\n    }\n    ...\n  }\nTo ensure Universal has the correct User Agent for device detection, you'll need to provide it manually. If using ExpressJS for example:\nuniversal-device-detector.service.ts:\nimport { Inject, Injectable, Optional, PLATFORM_ID } from '@angular/core';\nimport { REQUEST } from '@nguniversal/express-engine/tokens';\nimport { Request } from 'express';\nimport { DeviceDetectorService } from 'ngx-device-detector';\nimport { isPlatformServer } from '@angular/common';\n\n@Injectable()\nexport class UniversalDeviceDetectorService extends DeviceDetectorService {\n  constructor(@Inject(PLATFORM_ID) platformId: any, @Optional() @Inject(REQUEST) request: Request) {\n    super(platformId);\n    if (isPlatformServer(platformId)) {\n      super.setDeviceInfo((request.headers['user-agent'] as string) || '');\n    }\n  }\n}app.server.module.ts:\n{\n  provide: DeviceDetectorService,\n  useClass: UniversalDeviceDetectorService\n},Device service\nHolds the following properties\n\nbrowser\nos\ndevice\nuserAgent\nos_version\n\nHelper Methods\n\nisMobile() : returns if the device is a mobile device (android / iPhone/ windows-phone etc)\nisTablet() : returns if the device us a tablet (iPad etc)\nisDesktop() : returns if the app is running on a Desktop browser.\n\nDevelopment\nTo generate all *.js, *.js.map and *.d.ts files:\n  $ npm run tscTo lint all *.ts files:\n  $ npm run lintTo run unit tests\n  $ npm run testTo build the library\n  $ npm run buildRun the DEMO\nMake sure you have @angular/cli installed\n  $ npm install -g @angular/cli  $ cd demo\n  $ npm install\n  $ ng servethe demo will be up at localhost:4200\nChange Log\nPlease see CHANGE_LOG.MD for the updates.\nCredits\nThe library is inspired by and based on the work from ng-device-detector . Also used a typescript wrapper of the amazing work in ReTree for regex based needs and an Angular2 Library Creator boilerplate to get the work started fast. I.e. Generator Angular2 library.\nLicense\nMIT\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n                   \n\nMIT License\nCopyright (c) 2021 Muhammad Ahsan Ayaz\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n                   \n\n\n\n\n    Modules\n\n\n    \n            \n                \n                    \n                        AppModule\n                    \n                    \n                                \n                                    \n                                        Your browser does not support SVG\n                                    \n                                \n                        \n                            Browse\n                        \n                    \n                \n            \n            \n                \n                    \n                        AppServerModule\n                    \n                    \n                                \n                                    \n                                        Your browser does not support SVG\n                                    \n                                \n                        \n                            Browse\n                        \n                    \n                \n            \n    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n                   \n\n\n\n    Overview\n\n  \n\n    \n        \n\n\n\n\n\ndependencies\n\ndependencies\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppServerModule\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nKeysPipe\n\nKeysPipe\n\nAppModule -->\n\nKeysPipe->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent  -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppServerModule\n\nAppServerModule\n\nAppServerModule -->\n\nAppModule->AppServerModule\n\n\n\nAppComponent  -->\n\nAppServerModule->AppComponent \n\n\n\n\n\n\n    \n    \n    \n        Zoom in\n        Reset\n        Zoom out\n    \n\n  \n\n    \n        \n            \n                \n                    \n                    \n                        2 Modules\n                    \n                \n            \n        \n        \n            \n                \n                    \n                    1 Component\n                \n            \n        \n        \n            \n                \n                    \n                    2 Injectables\n                \n            \n        \n        \n            \n                \n                    \n                    1 Pipe\n                \n            \n        \n        \n            \n                \n                    \n                    2 Classes\n                \n            \n        \n        \n            \n                \n                    \n                    1 Interface\n                \n            \n        \n    \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \n        Properties\n    \n    \n        \n            Version : 4.0.0\n        \n            Keywords : angular, device, device detector, device detection, ngx-device-detector, angular device detector, angular5, angular6, angular7, angular8\n        \n            Bugs : https://github.com/AhsanAyaz/ngx-device-detector.git/issues\n        \n            License : MIT\n        \n            Repository : https://github.com/KoderLabs/ngx-device-detector.git\n        \n            Author : Muhammad Ahsan Ayaz\n    \n\n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n                   \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  Miscellaneous\n  Variables\n\n\n\n    Index\n    \n        \n            \n                \n                    \n                        \n                            __non_webpack_require__   (projects/.../server.ts)\n                        \n                        \n                            BROWSER_VERSIONS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            BROWSER_VERSIONS_RE_MAP   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            BROWSERS   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            BROWSERS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            DESKTOP_DEVICES   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            DEVICES   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            DEVICES_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            environment   (projects/.../environment.prod.ts)\n                        \n                        \n                            environment   (projects/.../environment.ts)\n                        \n                        \n                            GENERAL   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            iPad   (projects/.../device-detector.service.ts)\n                        \n                        \n                            mainModule   (projects/.../server.ts)\n                        \n                        \n                            MOBILES_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            moduleFilename   (projects/.../server.ts)\n                        \n                        \n                            OS   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_VERSIONS   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_VERSIONS_RE   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            OS_VERSIONS_RE_MAP   (projects/.../device-detector.constants.ts)\n                        \n                        \n                            TABLETS_RE   (projects/.../device-detector.constants.ts)\n                        \n                    \n                \n            \n        \n    \n\n\n    projects/demo/server.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        __non_webpack_require__\n                        \n                    \n                \n            \n                \n                    \n                        Type :     NodeRequire\n\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        mainModule\n                        \n                    \n                \n            \n                \n                    \n                        Default value : __non_webpack_require__.main\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        moduleFilename\n                        \n                    \n                \n            \n                \n                    \n                        Default value : (mainModule && mainModule.filename) || ''\n                    \n                \n\n\n        \n    \n\n    projects/ngx-device-detector/src/lib/device-detector.constants.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        BROWSER_VERSIONS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : Object.keys(BROWSER_VERSIONS_RE_MAP).reduce((obj, key: string) => {\n  obj[BROWSERS[key]] = BROWSER_VERSIONS_RE_MAP[key];\n  return obj;\n}, {})\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        BROWSER_VERSIONS_RE_MAP\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  CHROME: [/\\bChrome\\/([\\d\\.]+)\\b/, /\\bCriOS\\/([\\d\\.]+)\\b/, /\\bHeadlessChrome\\/([\\d\\.]+)\\b/],\n  FIREFOX: [/\\bFirefox\\/([\\d\\.]+)\\b/, /\\bFxiOS\\/([\\d\\.]+)\\b/],\n  SAFARI: [/\\bVersion\\/([\\d\\.]+)\\b/, /\\bSafari\\/([\\d\\.]+)\\b/],\n  OPERA: [/\\bVersion\\/([\\d\\.]+)\\b/, /\\bOPR\\/([\\d\\.]+)\\b/],\n  IE: [/\\bMSIE ([\\d\\.]+\\w?)\\b/, /\\brv:([\\d\\.]+\\w?)\\b/],\n  MS_EDGE: /\\bEdg(?:e|A|iOS)\\/([\\d\\.]+)\\b/,\n  MS_EDGE_CHROMIUM: /\\bEdg\\/([\\d\\.]+)\\b/,\n  SAMSUNG: /\\bSamsungBrowser\\/([\\d\\.]+)\\b/,\n  UCBROWSER: /\\bUCBrowser\\/([\\d\\.]+)\\b/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        BROWSERS\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  CHROME: 'Chrome',\n  FIREFOX: 'Firefox',\n  SAFARI: 'Safari',\n  OPERA: 'Opera',\n  IE: 'IE',\n  MS_EDGE: 'MS-Edge',\n  MS_EDGE_CHROMIUM: 'MS-Edge-Chromium',\n  FB_MESSANGER: 'FB-Messanger',\n  SAMSUNG: 'Samsung',\n  UCBROWSER: 'UC-Browser',\n  UNKNOWN: GENERAL.UKNOWN,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        BROWSERS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  CHROME: {\n    and: [\n      { or: [/\\bChrome\\b/, /\\bCriOS\\b/, /\\bHeadlessChrome\\b/] },\n      {\n        not: {\n          or: [/\\bOPR\\b/, /\\bEdg(e|A|iOS)\\b/, /\\bEdg\\/\\b/, /\\bSamsungBrowser\\b/, /\\bUCBrowser\\b/],\n        },\n      },\n    ],\n  },\n  FIREFOX: { or: [/\\bFirefox\\b/, /\\bFxiOS\\b/] },\n  SAFARI: {\n    and: [\n      /^((?!CriOS).)*\\Safari\\b.*$/,\n      {\n        not: {\n          or: [/\\bOPR\\b/, /\\bEdg(e|A|iOS)\\b/, /\\bEdg\\/\\b/, /\\bWindows Phone\\b/, /\\bSamsungBrowser\\b/, /\\bUCBrowser\\b/],\n        },\n      },\n    ],\n  },\n  OPERA: { or: [/Opera\\b/, /\\bOPR\\b/] },\n  IE: {\n    or: [/\\bMSIE\\b/, /\\bTrident\\b/, /^Mozilla\\/5\\.0 \\(Windows NT 10\\.0; Win64; x64\\)$/],\n  },\n  MS_EDGE: { or: [/\\bEdg(e|A|iOS)\\b/] },\n  MS_EDGE_CHROMIUM: /\\bEdg\\/\\b/,\n  PS4: /\\bMozilla\\/5.0 \\(PlayStation 4\\b/,\n  VITA: /\\bMozilla\\/5.0 \\(Play(S|s)tation Vita\\b/,\n  FB_MESSANGER: /\\bFBAN\\/MessengerForiOS\\b/,\n  SAMSUNG: /\\bSamsungBrowser\\b/,\n  UCBROWSER: /\\bUCBrowser\\b/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        DESKTOP_DEVICES\n                        \n                    \n                \n            \n                \n                    \n                        Type :     []\n\n                    \n                \n                \n                    \n                        Default value : [\n  DEVICES.PS4,\n  DEVICES.CHROME_BOOK,\n  DEVICES.MAC,\n  DEVICES.DELL,\n  DEVICES.ASUS,\n  DEVICES.UNKNOWN,\n]\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        DEVICES\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  BLACKBERRY: 'Blackberry',\n  FIREFOX_OS: 'Firefox-OS',\n  CHROME_BOOK: 'Chrome-Book',\n  WINDOWS_PHONE: 'Windows-Phone',\n  VITA: 'Vita',\n  PS4: 'PS4',\n  MAC: 'Macintosh',\n  CHROMECAST: 'Chromecast',\n  APPLE_TV: 'Apple-TV',\n  GOOGLE_TV: 'Google-TV',\n  ANDROID: 'Android',\n  Tesla: 'Tesla',\n  iPad: 'iPad',\n  IPHONE: 'iPhone',\n  iPod: 'iPod',\n  UNKNOWN: GENERAL.UKNOWN,\n  HTC: 'HTC',\n  NEXUS_PHONE: 'Nexus Phone',\n  NexusTablet: 'Nexus Tablet',\n  DELL: 'Dell',\n  MOTOROLA: 'Motorola',\n  SAMSUNG: 'Samsung',\n  LG: 'LG',\n  SONY: 'Sony',\n  ASUS: 'Asus',\n  NOKIA_LUMIA: 'Nokia Lumia',\n  MICROMAX: 'Micromax',\n  PALM: 'Palm',\n  VERTU: 'Vertu',\n  PANTECH: 'PANTECH',\n  FLY: 'Fly',\n  WIKO: `WIKO`,\n  I_MOBILE: 'i-mobile',\n  SIMVALLEY: 'Simvalley',\n  WOLFGANG: 'Wolfgang',\n  ALCATEL: 'Alcatel',\n  HONEYWELL: 'Honeywell',\n  NINTENDO: 'Nintendo',\n  AMOI: 'Amoi',\n  INQ: 'INQ',\n  GENERIC_PHONE: 'Generic Phone',\n  MI_SE_9: 'Mi SE 9',\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        DEVICES_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  ...MOBILES_RE,\n  ...TABLETS_RE,\n  ...OS_RE,\n  FIREFOX_OS: { and: [/\\bFirefox\\b/, /\\bMobile\\b/] },\n  CHROME_BOOK: /\\bCrOS\\b/,\n  PS4: /\\bMozilla\\/5.0 \\(PlayStation 4\\b/,\n  CHROMECAST: /\\bCrKey\\b/,\n  APPLE_TV: /^iTunes-AppleTV\\/4.1$/,\n  GOOGLE_TV: /\\bGoogleTV\\b/,\n  Tesla: /Tesla\\/([0-9]{4}.[0-9]{1,2}.?[0-9]{0,2}.?[0-9]{0,2})-(.{7})/,\n  MI_SE_9: /\\bXiaomi\\b/,\n  MAC: {\n    and: [/\\bMac OS\\b/, { not: { or: [/\\biPhone\\b/, /\\biPad\\b/, /\\biPod\\b/, /\\bWindows Phone\\b/] } }],\n  },\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        GENERAL\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  UKNOWN: 'Unknown',\n}\n                    \n                \n\n            \n                \n                    Created by ahsanayaz on 08/11/2016.\n\n                \n            \n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        MOBILES_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  // tslint:disable-next-line:max-line-length\n  HTC: /HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel/,\n  NEXUS_PHONE: /Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6/,\n  DELL: /Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b/,\n  MOTOROLA: new RegExp(`Motorola|DROIDX|DROID BIONIC|\\\\bDroid\\\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|\n      A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|\n      MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|\n      ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|\n      WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|\n      XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|\n      XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\\\bMoto E\\\\b|XT1068|XT1092|XT1052`),\n  SAMSUNG: new RegExp(`\\\\bSamsung\\\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|\n      GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|\n      GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|\n      GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|\n      GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|\n      GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|\n      GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|\n      GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|\n      GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|\n      GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|\n      GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|\n      GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|\n      GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|\n      GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|\n      GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|\n      GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|\n      GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|\n      GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|\n      SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|\n      SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|\n      SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|\n      SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|\n      SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|\n      SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|\n      SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|\n      SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|\n      SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|\n      SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|\n      SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|\n      SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|\n      SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|\n      SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|\n      SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|\n      SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|\n      SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|\n      SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|\n      SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|\n      SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|\n      SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|\n      SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|\n      SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|\n      SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|\n      SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|\n      SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|\n      SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|\n      SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|\n      SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|\n      SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|\n      SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|\n      GT-N7105|SCH-I535|SM-N900A|SM-N900T|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|\n      GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|\n      GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|\n      SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|\n      SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|\n      SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F`),\n  LG: new RegExp(`\\\\bLG\\\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|\n      LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|\n      C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|\n      LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|\n      VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|\n      MS323|M257)`),\n  SONY: /SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533/,\n  ASUS: /Asus.*Galaxy|PadFone.*Mobile/,\n  NOKIA_LUMIA: /Lumia [0-9]{3,4}/,\n  MICROMAX:\n    /Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b/,\n  PALM: /PalmSource|Palm/,\n  VERTU: /Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature/,\n  PANTECH:\n    new RegExp(`PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|\n        IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|\n        IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|\n        CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|\n        P2000|P7040|P7000|C790`),\n  FLY: /IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250/,\n  WIKO: new RegExp(`KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|\n        SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|\n        CINK KING|CINK PEAX|CINK SLIM|SUBLIM`),\n  I_MOBILE: /i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)/,\n  SIMVALLEY:\n    /\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b/,\n  WOLFGANG: /AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q/,\n  ALCATEL: /Alcatel|Mobile; rv:49.0|Mobile; ALCATEL 4052R; rv:48.0/,\n  NINTENDO: /Nintendo (3DS|Switch)/,\n  AMOI: /Amoi/,\n  INQ: /INQ/,\n  VITA: /\\bVita\\b/,\n  BLACKBERRY: /\\bBlackBerry\\b|\\bBB10\\b|rim[0-9]+/,\n  FIREFOX_OS: /\\bFirefox-OS\\b/,\n  IPHONE: /\\biPhone\\b/,\n  iPod: /\\biPod\\b/,\n  ANDROID: /\\bAndroid\\b/,\n  WINDOWS_PHONE: /\\bWindows-Phone\\b/,\n  GENERIC_PHONE: new RegExp(`Tapatalk|PDA;|SAGEM|\\\\bmmp\\\\b|pocket|\\\\bpsp\\\\b|symbian|Smartphone|smartfon|treo|up.browser|\n        up.link|vodafone|\\\\bwap\\\\b|nokia|Nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser`),\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS: 'Windows',\n  MAC: 'Mac',\n  IOS: 'iOS',\n  ANDROID: 'Android',\n  LINUX: 'Linux',\n  UNIX: 'Unix',\n  FIREFOX_OS: 'Firefox-OS',\n  CHROME_OS: 'Chrome-OS',\n  WINDOWS_PHONE: 'Windows-Phone',\n  UNKNOWN: GENERAL.UKNOWN,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS: {\n    and: [{ or: [/\\bWindows|(Win\\d\\d)\\b/, /\\bWin 9x\\b/] }, { not: /\\bWindows Phone\\b/ }],\n  },\n  MAC: {\n    and: [/\\bMac OS\\b/, { not: { or: [/\\biPhone\\b/, /\\biPad\\b/, /\\biPod\\b/, /\\bWindows Phone\\b/] } }],\n  },\n  IOS: {\n    and: [{ or: [/\\biPad\\b/, /\\biPhone\\b/, /\\biPod\\b/] }, { not: /\\bWindows Phone\\b/ }],\n  },\n  ANDROID: { and: [/\\bAndroid\\b/, { not: /\\bWindows Phone\\b/ }] },\n  LINUX: /\\bLinux\\b/,\n  UNIX: /\\bUNIX\\b/,\n  FIREFOX_OS: { and: [/\\bFirefox\\b/, /Mobile\\b/] },\n  CHROME_OS: /\\bCrOS\\b/,\n  WINDOWS_PHONE: { or: [/\\bIEMobile\\b/, /\\bWindows Phone\\b/] },\n  PS4: /\\bMozilla\\/5.0 \\(PlayStation 4\\b/,\n  VITA: /\\bMozilla\\/5.0 \\(Play(S|s)tation Vita\\b/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_VERSIONS\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS_3_11: 'windows-3-11',\n  WINDOWS_95: 'windows-95',\n  WINDOWS_ME: 'windows-me',\n  WINDOWS_98: 'windows-98',\n  WINDOWS_CE: 'windows-ce',\n  WINDOWS_2000: 'windows-2000',\n  WINDOWS_XP: 'windows-xp',\n  WINDOWS_SERVER_2003: 'windows-server-2003',\n  WINDOWS_VISTA: 'windows-vista',\n  WINDOWS_7: 'windows-7',\n  WINDOWS_8_1: 'windows-8-1',\n  WINDOWS_8: 'windows-8',\n  WINDOWS_10: 'windows-10',\n  WINDOWS_PHONE_7_5: 'windows-phone-7-5',\n  WINDOWS_PHONE_8_1: 'windows-phone-8-1',\n  WINDOWS_PHONE_10: 'windows-phone-10',\n  WINDOWS_NT_4_0: 'windows-nt-4-0',\n  MACOSX_11_0: 'mac-os-x-11-0',\n  MACOSX_16: 'mac-os-x-16',\n  MACOSX_15: 'mac-os-x-15',\n  MACOSX_14: 'mac-os-x-14',\n  MACOSX_13: 'mac-os-x-13',\n  MACOSX_12: 'mac-os-x-12',\n  MACOSX_11: 'mac-os-x-11',\n  MACOSX_10: 'mac-os-x-10',\n  MACOSX_9: 'mac-os-x-9',\n  MACOSX_8: 'mac-os-x-8',\n  MACOSX_7: 'mac-os-x-7',\n  MACOSX_6: 'mac-os-x-6',\n  MACOSX_5: 'mac-os-x-5',\n  MACOSX_4: 'mac-os-x-4',\n  MACOSX_3: 'mac-os-x-3',\n  MACOSX_2: 'mac-os-x-2',\n  MACOSX: 'mac-os-x',\n  iOS: 'iOS',\n  ANDROID_9: 'android-9',\n  UNKNOWN: GENERAL.UKNOWN.toLowerCase(),\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_VERSIONS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : Object.keys(OS_VERSIONS_RE_MAP).reduce((obj, key: string) => {\n  obj[key] = OS_VERSIONS_RE_MAP[key];\n  return obj;\n}, {})\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        OS_VERSIONS_RE_MAP\n                        \n                    \n                \n            \n                \n                    \n                        Type :         any\n\n                    \n                \n                \n                    \n                        Default value : {\n  WINDOWS_3_11: /Win16/,\n  WINDOWS_95: /(Windows 95|Win95|Windows_95)/,\n  WINDOWS_ME: /(Win 9x 4.90|Windows ME)/,\n  WINDOWS_98: /(Windows 98|Win98)/,\n  WINDOWS_CE: /Windows CE/,\n  WINDOWS_2000: /(Windows NT 5.0|Windows 2000)/,\n  WINDOWS_XP: /(Windows NT 5.1|Windows XP)/,\n  WINDOWS_SERVER_2003: /Windows NT 5.2/,\n  WINDOWS_VISTA: /Windows NT 6.0/,\n  WINDOWS_7: /(Windows 7|Windows NT 6.1)/,\n  WINDOWS_8_1: /(Windows 8.1|Windows NT 6.3)/,\n  WINDOWS_8: /(Windows 8|Windows NT 6.2)/,\n  WINDOWS_10: /(Windows NT 10.0)/,\n  WINDOWS_PHONE_7_5: /(Windows Phone OS 7.5)/,\n  WINDOWS_PHONE_8_1: /(Windows Phone 8.1)/,\n  WINDOWS_PHONE_10: /(Windows Phone 10)/,\n  WINDOWS_NT_4_0: {\n    and: [/(Windows NT 4.0|WinNT4.0|WinNT|Windows NT)/, { not: /Windows NT 10.0/ }],\n  },\n  MACOSX: /(MAC OS X\\s*[^ 0-9])/,\n  MACOSX_3: /(Darwin 10.3|Mac OS X 10.3)/,\n  MACOSX_4: /(Darwin 10.4|Mac OS X 10.4)/,\n  MACOSX_5: /(Mac OS X 10.5)/,\n  MACOSX_6: /(Mac OS X 10.6)/,\n  MACOSX_7: /(Mac OS X 10.7)/,\n  MACOSX_8: /(Mac OS X 10.8)/,\n  MACOSX_9: /(Mac OS X 10.9)/,\n  MACOSX_10: /(Mac OS X 10.10)/,\n  MACOSX_11: /(Mac OS X 10.11)/,\n  MACOSX_12: /(Mac OS X 10.12)/,\n  MACOSX_13: /(Mac OS X 10.13)/,\n  MACOSX_14: /(Mac OS X 10.14)/,\n  MACOSX_15: /(Mac OS X 10.15)/,\n  MACOSX_16: /(Mac OS X 10.16)/,\n  MACOSX_11_0: {\n    or: [/11_0 like Mac OS X/, /Mac OS X 11/],\n  },\n  iOS: /(iPhone OS\\s*[0-9_]+)/,\n  ANDROID_9: /(Android 9)/,\n}\n                    \n                \n\n\n        \n    \n    \n        \n            \n                \n                    \n                    \n                        TABLETS_RE\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  iPad: /iPad|iPad.*Mobile/,\n  NexusTablet: /Android.*Nexus[\\s]+(7|9|10)/,\n  GoogleTablet: /Android.*Pixel C/,\n  SamsungTablet: new RegExp(`SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|\n        GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|\n        SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|\n        GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|\n        SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|\n        GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|\n        SHV-E230S|SHW-M180K|SHW-M180L|SM-T865|SM-T290|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|\n        SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|\n        GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T385M|SM-P585M|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|\n        SM-P601|SM-P605|SM-P615|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|\n        GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|\n        SM-T510|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|\n        SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T500|SM-T330|\n        SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|\n        SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|\n        SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|\n        SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|\n        SM-T719|SM-T725|SM-T813|SM-T819|SM-T580|SM-T590|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|\n        SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-P585Y`),\n  Kindle: new RegExp(`Kindle|Silk.*Accelerated|Android.*\\\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|\n        KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\\\b|Android.*Silk\\/[0-9.]+ like Chrome\\\n        /[0-9.]+ (?!Mobile)`),\n  SurfaceTablet: /Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)/,\n  HPTablet: /HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10/,\n  AsusTablet: new RegExp(`^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|\n        TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|\n        Slider SL101|\\\\bK00F\\\\b|\\\\bK00C\\\\b|\\\\bK00E\\\\b|\\\\bK00L\\\\b|TX201LA|ME176C|ME102A|\\\\bM80TA\\\\b|ME372CL|\n        ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\\\bME70C\\\\b|ME581C|\n        ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\\\bP027\\\\b|\\\\bP024\\\\b|\\\\bP00C\\\\b`),\n  BlackBerryTablet: /PlayBook|RIM Tablet/,\n  HTCtablet: /HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410/,\n  MotorolaTablet: /xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617/,\n  NookTablet: /Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2/,\n  AcerTablet: new RegExp(`Android.*; \\\\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|\n        W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\\\b|W3-810|\\\\bA3-A10\\\\b|\\\\bA3-A11\\\\b|\n        \\\\bA3-A20\\\\b|\\\\bA3-A30`),\n  ToshibaTablet:\n    /Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO/,\n  LGTablet: /\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b/,\n  FujitsuTablet: /Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b/,\n  PrestigioTablet: new RegExp(`PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|\n        PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|\n        PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|\n        PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|\n        PMT5887|PMT5001|PMT5002`),\n  LenovoTablet: new RegExp(`Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|\n        YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|\n        B8000|B8080)(-|)(FL|F|HV|H|)|TB-X606F|TB-X103F|TB-X304F|TB-X304L|TB-X704F|TB-8703F|Tab2A7-10F|TB2-X30L|TB-8504F`),\n  DellTablet: /Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7/,\n  YarvikTablet: new RegExp(`Android.*\\\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|\n        TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|\n        TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|\n        TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|\n        TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\\\b`),\n  MedionTablet: /Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB/,\n  ArnovaTablet:\n    /97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2/,\n  IntensoTablet: /INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004/,\n  IRUTablet: /M702pro/,\n  MegafonTablet: /MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b/,\n  EbodaTablet: /E-Boda (Supreme|Impresspeed|Izzycomm|Essential)/,\n  AllViewTablet: /Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)/,\n  ArchosTablet:\n    new RegExp(`\\\\b(101G9|80G9|A101IT)\\\\b|Qilive 97R|Archos5|\\\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10|\n         Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\\\b`),\n  AinolTablet: /NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark/,\n  NokiaLumiaTablet: /Lumia 2520/,\n  SonyTablet: new RegExp(`Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|\n        SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|\n        EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|\n        SGP612|SGP712`),\n  PhilipsTablet: /\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b/,\n  CubeTablet: /Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT/,\n  CobyTablet:\n    new RegExp(`MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|\n        MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010`),\n  MIDTablet: new RegExp(`M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|\n        MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|\n        MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10`),\n  MSITablet: new RegExp(`MSI \\\\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|\n        Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\\\b`),\n  SMiTTablet: /Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)/,\n  RockChipTablet: /Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A/,\n  FlyTablet: /IQ310|Fly Vision/,\n  bqTablet: new RegExp(`Android.*(bq)?.*(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|\n        Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))|Maxwell.*Lite|Maxwell.*Plus`),\n  HuaweiTablet:\n    new RegExp(`MediaPad|MediaPad 7 Youth|MediaPad T3 10|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|\n        S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-W09`),\n  NecTablet: /\\bN-06D|\\bN-08D/,\n  PantechTablet: /Pantech.*P4100/,\n  BronchoTablet: /Broncho.*(N701|N708|N802|a710)/,\n  VersusTablet: /TOUCHPAD.*[78910]|\\bTOUCHTAB\\b/,\n  ZyncTablet: /z1000|Z99 2G|z99|z930|z999|z990|z909|Z919|z900/,\n  PositivoTablet: /TB07STA|TB10STA|TB07FTA|TB10FTA/,\n  NabiTablet: /Android.*\\bNabi/,\n  KoboTablet: /Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build/,\n  DanewTablet: /DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b/,\n  TexetTablet: new RegExp(`NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|\n        TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|\n        TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|\n        TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|\n        TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|\n        TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|\n        TB-436|TB-416|TB-146SE|TB-126SE`),\n  PlaystationTablet: /Playstation.*(Portable|Vita)/,\n  TrekstorTablet:\n    /ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab/,\n  PyleAudioTablet:\n    /\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b/,\n  AdvanTablet: new RegExp(`Android.* \\\\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|\n        T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\\\b`),\n  DanyTechTablet: `Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|\n        Genius TAB GII|Genius TAB GIII|Genius Tab S1`,\n  GalapadTablet: /Android.*\\bG1\\b(?!\\))/,\n  MicromaxTablet: /Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b/,\n  KarbonnTablet: /Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b/,\n  AllFineTablet: /Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide/,\n  PROSCANTablet: new RegExp(`\\\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|\n        PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|\n        PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|\n        PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\\\b`),\n  YONESTablet: /BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026/,\n  ChangJiaTablet: new RegExp(`TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|\n        TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|\n        TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|\n        TPC10111|TPC10203|TPC10205|TPC10503`),\n  GUTablet: /TX-A1301|TX-M9002|Q702|kf026/,\n  PointOfViewTablet: new RegExp(`TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|\n        TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|\n        TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|\n        TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10`),\n  OvermaxTablet:\n    new RegExp(`OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|\n        MagicTab|Stream|TB-08|TB-09)|Qualcore 1027`),\n  HCLTablet:\n    /HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync/,\n  DPSTablet: /DPS Dream 9|DPS Dual 7/,\n  VistureTablet: /V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10/,\n  CrestaTablet:\n    /CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989/,\n  MediatekTablet: /\\bMT8125|MT8389|MT8135|MT8377\\b/,\n  ConcordeTablet: /Concorde([ ]+)?Tab|ConCorde ReadMan/,\n  GoCleverTablet:\n    new RegExp(`GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|\n        TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|\n        GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|\n        TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|\n        TAB R104|TAB R83.3|TAB A1042`),\n  ModecomTablet: new RegExp(`FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|\n        FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|\n        FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003`),\n  VoninoTablet: new RegExp(`\\\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|\n        Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|\n        Primus[ _]?QS|Android.*\\\\bQ8\\\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\\\b`),\n  ECSTablet: /V07OT2|TM105A|S10OT1|TR10CS1/,\n  StorexTablet: /eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab/,\n  VodafoneTablet: /SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497/,\n  EssentielBTablet: /Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2/,\n  RossMoorTablet: /RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711/,\n  iMobileTablet: /i-mobile i-note/,\n  TolinoTablet: /tolino tab [0-9.]+|tolino shine/,\n  AudioSonicTablet: /\\bC-22Q|T7-QC|T-17B|T-17P\\b/,\n  AMPETablet: /Android.* A78 /,\n  SkkTablet: /Android.* (SKYPAD|PHOENIX|CYCLOPS)/,\n  TecnoTablet: /TECNO P9|TECNO DP8D/,\n  JXDTablet:\n    new RegExp(`Android.* \\\\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|\n        S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|\n        P1000|P300|S18|S6600|S9100)\\\\b`),\n  iJoyTablet: new RegExp(`Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|\n        Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|\n        Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|\n        Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|\n        Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)`),\n  FX2Tablet: /FX2 PAD7|FX2 PAD10/,\n  XoroTablet: new RegExp(`KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|\n        PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|\n        PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|\n        TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151`),\n  ViewsonicTablet:\n    /ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a/,\n  VerizonTablet: /QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1/,\n  OdysTablet:\n    /LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10/,\n  CaptivaTablet: /CAPTIVA PAD/,\n  IconbitTablet: new RegExp(`NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|\n        NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S`),\n  TeclastTablet: new RegExp(`T98 4G|\\\\bP80\\\\b|\\\\bX90HD\\\\b|X98 Air|X98 Air 3G|\\\\bX89\\\\b|P80 3G|\\\\bX80h\\\\b|P98 Air|\n        \\\\bX89HD\\\\b|P98 3G|\\\\bP90HD\\\\b|P89 3G|X98 3G|\\\\bP70h\\\\b|P79HD 3G|G18d 3G|\\\\bP79HD\\\\b|\\\\bP89s\\\\b|\\\\bA88\\\\b|\n        \\\\bP10HD\\\\b|\\\\bP19HD\\\\b|G18 3G|\\\\bP78HD\\\\b|\\\\bA78\\\\b|\\\\bP75\\\\b|G17s 3G|G17h 3G|\\\\bP85t\\\\b|\\\\bP90\\\\b|\n        \\\\bP11\\\\b|\\\\bP98t\\\\b|\\\\bP98HD\\\\b|\\\\bG18d\\\\b|\\\\bP85s\\\\b|\\\\bP11HD\\\\b|\\\\bP88s\\\\b|\\\\bA80HD\\\\b|\\\\bA80se\\\\b|\n        \\\\bA10h\\\\b|\\\\bP89\\\\b|\\\\bP78s\\\\b|\\\\bG18\\\\b|\\\\bP85\\\\b|\\\\bA70h\\\\b|\\\\bA70\\\\b|\\\\bG17\\\\b|\\\\bP18\\\\b|\\\\bA80s\\\\b|\n        \\\\bA11s\\\\b|\\\\bP88HD\\\\b|\\\\bA80h\\\\b|\\\\bP76s\\\\b|\\\\bP76h\\\\b|\\\\bP98\\\\b|\\\\bA10HD\\\\b|\\\\bP78\\\\b|\\\\bP88\\\\b|\\\\bA11\\\\b|\n        \\\\bA10t\\\\b|\\\\bP76a\\\\b|\\\\bP76t\\\\b|\\\\bP76e\\\\b|\\\\bP85HD\\\\b|\\\\bP85a\\\\b|\\\\bP86\\\\b|\\\\bP75HD\\\\b|\\\\bP76v\\\\b|\\\\bA12\\\\b|\n        \\\\bP75a\\\\b|\\\\bA15\\\\b|\\\\bP76Ti\\\\b|\\\\bP81HD\\\\b|\\\\bA10\\\\b|\\\\bT760VE\\\\b|\\\\bT720HD\\\\b|\\\\bP76\\\\b|\\\\bP73\\\\b|\\\\bP71\\\\b|\n        \\\\bP72\\\\b|\\\\bT720SE\\\\b|\\\\bC520Ti\\\\b|\\\\bT760\\\\b|\\\\bT720VE\\\\b|T720-3GE|T720-WiFi`),\n  OndaTablet: new RegExp(`\\\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|\n        V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|\n        V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|\n        Vi40)\\\\b[\\s]+|V10 \\\\b4G\\\\b`),\n  JaytechTablet: /TPC-PA762/,\n  BlaupunktTablet: /Endeavour 800NG|Endeavour 1010/,\n  DigmaTablet: /\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b/,\n  EvolioTablet: /ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b/,\n  LavaTablet: /QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b/,\n  AocTablet: /MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712/,\n  MpmanTablet: new RegExp(`MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\n        \\\\bMPG7\\\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|\n        MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010`),\n  CelkonTablet: /CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b/,\n  WolderTablet: new RegExp(`miTab \\\\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|\n        POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|\n        FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\\\b`),\n  MediacomTablet: 'M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA',\n  MiTablet: /\\bMI PAD\\b|\\bHM NOTE 1W\\b/,\n  NibiruTablet: /Nibiru M1|Nibiru Jupiter One/,\n  NexoTablet: /NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI/,\n  LeaderTablet: new RegExp(`TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|\n        TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100`),\n  UbislateTablet: /UbiSlate[\\s]?7C/,\n  PocketBookTablet: /Pocketbook/,\n  KocasoTablet: /\\b(TB-1207)\\b/,\n  HisenseTablet: /\\b(F5281|E2371)\\b/,\n  Hudl: /Hudl HT7S3|Hudl 2/,\n  TelstraTablet: /T-Hub2/,\n  Honeywell: /RT10A/,\n  GenericTablet: new RegExp(`Android.*\\\\b97D\\\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\\\bA7EB\\\\b|CatNova8|\n        A1_07|CT704|CT1002|\\\\bM721\\\\b|rk30sdk|\\\\bEVOTAB\\\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|\n        Tablet-PC-4|Tagi Tab|\\\\bM6pro\\\\b|CT1020W|arc 10HD|\\\\bTP750\\\\b|\\\\bQTAQZ3\\\\b|WVT101|TM1088|KT107`),\n}\n                    \n                \n\n\n        \n    \n\n    projects/demo/src/environments/environment.prod.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        environment\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  production: true\n}\n                    \n                \n\n\n        \n    \n\n    projects/demo/src/environments/environment.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        environment\n                        \n                    \n                \n            \n                \n                    \n                        Type :         object\n\n                    \n                \n                \n                    \n                        Default value : {\n  production: false\n}\n                    \n                \n\n\n        \n    \n\n    projects/ngx-device-detector/src/lib/device-detector.service.ts\n    \n        \n        \n            \n                \n                    \n                    \n                        iPad\n                        \n                    \n                \n            \n                \n                    \n                        Type :         string\n\n                    \n                \n                \n                    \n                        Default value : 'iPad'\n                    \n                \n\n\n        \n    \n\n\n\n\n                   \n    \n         results matching \"\"\n        \n    \n    \n        No results matching \"\"\n    \n\n"}}
 }
diff --git a/docs/license.html b/docs/license.html
index 9cb8bb8..9f55452 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -67,6 +67,8 @@
 
 
 
+
+
 
                    </div><div class="search-results">
     <div class="has-results">
diff --git a/docs/miscellaneous/enumerations.html b/docs/miscellaneous/enumerations.html
index d5da593..c33a0a6 100644
--- a/docs/miscellaneous/enumerations.html
+++ b/docs/miscellaneous/enumerations.html
@@ -47,6 +47,8 @@
 
 
 
+
+
 <ol class="breadcrumb">
   <li>Miscellaneous</li>
   <li>Enumerations</li>
diff --git a/docs/miscellaneous/functions.html b/docs/miscellaneous/functions.html
index 9d8015b..be86324 100644
--- a/docs/miscellaneous/functions.html
+++ b/docs/miscellaneous/functions.html
@@ -47,6 +47,8 @@
 
 
 
+
+
 <ol class="breadcrumb">
   <li>Miscellaneous</li>
   <li>Functions</li>
diff --git a/docs/miscellaneous/variables.html b/docs/miscellaneous/variables.html
index e44a146..8a1eefe 100644
--- a/docs/miscellaneous/variables.html
+++ b/docs/miscellaneous/variables.html
@@ -47,6 +47,8 @@
 
 
 
+
+
 <ol class="breadcrumb">
   <li>Miscellaneous</li>
   <li>Variables</li>
diff --git a/docs/modules.html b/docs/modules.html
index daa8699..1c48e81 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -91,6 +91,8 @@ <h4 class="card-title">AppServerModule</h4>
 
 
 
+
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/modules/AppModule.html b/docs/modules/AppModule.html
index 1bcd637..90b65c0 100644
--- a/docs/modules/AppModule.html
+++ b/docs/modules/AppModule.html
@@ -44,7 +44,7 @@
         <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<!-- Generated by graphviz version 2.47.3 (20210619.1520)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: dependencies Pages: 1 -->
 <svg width="250pt" height="247pt"
@@ -57,14 +57,14 @@
 <title>cluster_AppModule</title>
 <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-32.8 8,-230.8 234,-230.8 234,-32.8 8,-32.8"/>
 </g>
-<g id="clust7" class="cluster">
-<title>cluster_AppModule_bootstrap</title>
-<polygon fill="none" stroke="black" points="59,-170.8 59,-222.8 183,-222.8 183,-170.8 59,-170.8"/>
-</g>
 <g id="clust2" class="cluster">
 <title>cluster_AppModule_declarations</title>
 <polygon fill="none" stroke="black" points="16,-40.8 16,-92.8 226,-92.8 226,-40.8 16,-40.8"/>
 </g>
+<g id="clust7" class="cluster">
+<title>cluster_AppModule_bootstrap</title>
+<polygon fill="none" stroke="black" points="59,-170.8 59,-222.8 183,-222.8 183,-170.8 59,-170.8"/>
+</g>
 <!-- AppComponent -->
 <g id="node1" class="node">
 <title>AppComponent</title>
@@ -80,13 +80,13 @@
 <!-- AppComponent&#45;&gt;AppModule -->
 <g id="edge1" class="edge">
 <title>AppComponent&#45;&gt;AppModule</title>
-<path fill="none" stroke="black" d="M137.55,-84.91C137.55,-84.91 137.55,-103.79 137.55,-103.79"/>
-<polygon fill="black" stroke="black" points="134.05,-103.79 137.55,-113.79 141.05,-103.79 134.05,-103.79"/>
+<path fill="none" stroke="black" d="M137.56,-84.91C137.56,-84.91 137.56,-103.79 137.56,-103.79"/>
+<polygon fill="black" stroke="black" points="134.06,-103.79 137.56,-113.79 141.06,-103.79 134.06,-103.79"/>
 </g>
 <!-- KeysPipe -->
 <g id="node2" class="node">
 <title>KeysPipe</title>
-<polygon fill="#ffffb3" stroke="black" points="93.65,-84.8 24.35,-84.8 24.35,-48.8 93.65,-48.8 93.65,-84.8"/>
+<polygon fill="#ffffb3" stroke="black" points="93.66,-84.8 24.34,-84.8 24.34,-48.8 93.66,-48.8 93.66,-84.8"/>
 <text text-anchor="middle" x="59" y="-62.6" font-family="Times,serif" font-size="14.00">KeysPipe</text>
 </g>
 <!-- KeysPipe&#45;&gt;AppModule -->
@@ -209,6 +209,8 @@ <h3>Bootstrap<a href="https://angular.io/api/core/NgModule#bootstrap" target="_b
 
 
 
+
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/modules/AppModule/dependencies.svg b/docs/modules/AppModule/dependencies.svg
index 4a892f1..3082c4c 100644
--- a/docs/modules/AppModule/dependencies.svg
+++ b/docs/modules/AppModule/dependencies.svg
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<!-- Generated by graphviz version 2.47.3 (20210619.1520)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: dependencies Pages: 1 -->
 <svg width="250pt" height="247pt"
@@ -14,14 +14,14 @@
 <title>cluster_AppModule</title>
 <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-32.8 8,-230.8 234,-230.8 234,-32.8 8,-32.8"/>
 </g>
-<g id="clust7" class="cluster">
-<title>cluster_AppModule_bootstrap</title>
-<polygon fill="none" stroke="black" points="59,-170.8 59,-222.8 183,-222.8 183,-170.8 59,-170.8"/>
-</g>
 <g id="clust2" class="cluster">
 <title>cluster_AppModule_declarations</title>
 <polygon fill="none" stroke="black" points="16,-40.8 16,-92.8 226,-92.8 226,-40.8 16,-40.8"/>
 </g>
+<g id="clust7" class="cluster">
+<title>cluster_AppModule_bootstrap</title>
+<polygon fill="none" stroke="black" points="59,-170.8 59,-222.8 183,-222.8 183,-170.8 59,-170.8"/>
+</g>
 <!-- AppComponent -->
 <g id="node1" class="node">
 <title>AppComponent</title>
@@ -37,13 +37,13 @@
 <!-- AppComponent&#45;&gt;AppModule -->
 <g id="edge1" class="edge">
 <title>AppComponent&#45;&gt;AppModule</title>
-<path fill="none" stroke="black" d="M137.55,-84.91C137.55,-84.91 137.55,-103.79 137.55,-103.79"/>
-<polygon fill="black" stroke="black" points="134.05,-103.79 137.55,-113.79 141.05,-103.79 134.05,-103.79"/>
+<path fill="none" stroke="black" d="M137.56,-84.91C137.56,-84.91 137.56,-103.79 137.56,-103.79"/>
+<polygon fill="black" stroke="black" points="134.06,-103.79 137.56,-113.79 141.06,-103.79 134.06,-103.79"/>
 </g>
 <!-- KeysPipe -->
 <g id="node2" class="node">
 <title>KeysPipe</title>
-<polygon fill="#ffffb3" stroke="black" points="93.65,-84.8 24.35,-84.8 24.35,-48.8 93.65,-48.8 93.65,-84.8"/>
+<polygon fill="#ffffb3" stroke="black" points="93.66,-84.8 24.34,-84.8 24.34,-48.8 93.66,-48.8 93.66,-84.8"/>
 <text text-anchor="middle" x="59" y="-62.6" font-family="Times,serif" font-size="14.00">KeysPipe</text>
 </g>
 <!-- KeysPipe&#45;&gt;AppModule -->
diff --git a/docs/modules/AppServerModule.html b/docs/modules/AppServerModule.html
index 6729455..e2e377d 100644
--- a/docs/modules/AppServerModule.html
+++ b/docs/modules/AppServerModule.html
@@ -44,7 +44,7 @@
         <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<!-- Generated by graphviz version 2.47.3 (20210619.1520)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: dependencies Pages: 1 -->
 <svg width="164pt" height="247pt"
@@ -74,7 +74,7 @@
 <!-- AppServerModule -->
 <g id="node2" class="node">
 <title>AppServerModule</title>
-<polygon fill="#8dd3c7" stroke="black" points="138.19,-149.8 135.19,-153.8 114.19,-153.8 111.19,-149.8 17.81,-149.8 17.81,-113.8 138.19,-113.8 138.19,-149.8"/>
+<polygon fill="#8dd3c7" stroke="black" points="138.2,-149.8 135.2,-153.8 114.2,-153.8 111.2,-149.8 17.8,-149.8 17.8,-113.8 138.2,-113.8 138.2,-149.8"/>
 <text text-anchor="middle" x="78" y="-127.6" font-family="Times,serif" font-size="14.00">AppServerModule</text>
 </g>
 <!-- AppModule&#45;&gt;AppServerModule -->
@@ -208,6 +208,8 @@ <h3>Bootstrap<a href="https://angular.io/api/core/NgModule#bootstrap" target="_b
 
 
 
+
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/modules/AppServerModule/dependencies.svg b/docs/modules/AppServerModule/dependencies.svg
index 7a9077a..331f9ef 100644
--- a/docs/modules/AppServerModule/dependencies.svg
+++ b/docs/modules/AppServerModule/dependencies.svg
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<!-- Generated by graphviz version 2.47.3 (20210619.1520)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: dependencies Pages: 1 -->
 <svg width="164pt" height="247pt"
@@ -31,7 +31,7 @@
 <!-- AppServerModule -->
 <g id="node2" class="node">
 <title>AppServerModule</title>
-<polygon fill="#8dd3c7" stroke="black" points="138.19,-149.8 135.19,-153.8 114.19,-153.8 111.19,-149.8 17.81,-149.8 17.81,-113.8 138.19,-113.8 138.19,-149.8"/>
+<polygon fill="#8dd3c7" stroke="black" points="138.2,-149.8 135.2,-153.8 114.2,-153.8 111.2,-149.8 17.8,-149.8 17.8,-113.8 138.2,-113.8 138.2,-149.8"/>
 <text text-anchor="middle" x="78" y="-127.6" font-family="Times,serif" font-size="14.00">AppServerModule</text>
 </g>
 <!-- AppModule&#45;&gt;AppServerModule -->
diff --git a/docs/overview.html b/docs/overview.html
index 0ff31cc..488c12d 100644
--- a/docs/overview.html
+++ b/docs/overview.html
@@ -42,7 +42,7 @@
         <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<!-- Generated by graphviz version 2.47.3 (20210619.1520)
+<!-- Generated by graphviz version 3.0.0 (20220226.1711)
  -->
 <!-- Title: dependencies Pages: 1 -->
 <svg width="394pt" height="247pt"
@@ -88,7 +88,7 @@
 <!-- KeysPipe -->
 <g id="node2" class="node">
 <title>KeysPipe</title>
-<polygon fill="#ffffb3" stroke="black" points="93.65,-84.8 24.35,-84.8 24.35,-48.8 93.65,-48.8 93.65,-84.8"/>
+<polygon fill="#ffffb3" stroke="black" points="93.66,-84.8 24.34,-84.8 24.34,-48.8 93.66,-48.8 93.66,-84.8"/>
 <text text-anchor="middle" x="59" y="-62.6" font-family="Times,serif" font-size="14.00">KeysPipe</text>
 </g>
 <!-- KeysPipe&#45;&gt;AppModule -->
@@ -112,7 +112,7 @@
 <!-- AppServerModule -->
 <g id="node5" class="node">
 <title>AppServerModule</title>
-<polygon fill="#8dd3c7" stroke="black" points="370.19,-214.8 367.19,-218.8 346.19,-218.8 343.19,-214.8 249.81,-214.8 249.81,-178.8 370.19,-178.8 370.19,-214.8"/>
+<polygon fill="#8dd3c7" stroke="black" points="370.2,-214.8 367.2,-218.8 346.2,-218.8 343.2,-214.8 249.8,-214.8 249.8,-178.8 370.2,-178.8 370.2,-214.8"/>
 <text text-anchor="middle" x="310" y="-192.6" font-family="Times,serif" font-size="14.00">AppServerModule</text>
 </g>
 <!-- AppModule&#45;&gt;AppServerModule -->
@@ -211,6 +211,8 @@ <h4 class="card-title"><span class="icon ion-md-information-circle-outline"></sp
 
 
 
+
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/pipes/KeysPipe.html b/docs/pipes/KeysPipe.html
index 55b8b59..c753102 100644
--- a/docs/pipes/KeysPipe.html
+++ b/docs/pipes/KeysPipe.html
@@ -41,6 +41,7 @@
 
 
 
+
 <ol class="breadcrumb">
   <li>Pipes</li>
   <li >KeysPipe</li>
@@ -213,6 +214,7 @@ <h3 id="methods">
 
 
 
+
                    </div><div class="search-results">
     <div class="has-results">
         <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
diff --git a/docs/properties.html b/docs/properties.html
new file mode 100644
index 0000000..838868b
--- /dev/null
+++ b/docs/properties.html
@@ -0,0 +1,130 @@
+<!doctype html>
+<html class="no-js" lang="">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="x-ua-compatible" content="ie=edge">
+        <title>ngx-device-detector</title>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+
+        <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
+	   <link rel="stylesheet" href="./styles/style.css">
+        <link rel="stylesheet" href="./styles/dark.css">
+        <link rel="stylesheet" href="./styles/Vagrant.css">
+    </head>
+    <body>
+
+        <div class="navbar navbar-default navbar-fixed-top visible-xs">
+            <a href="./" class="navbar-brand">ngx-device-detector</a>
+            <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
+        </div>
+
+        <div class="xs-menu menu" id="mobile-menu">
+                <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div>            <compodoc-menu></compodoc-menu>
+        </div>
+
+        <div class="container-fluid main">
+           <div class="row main">
+               <div class="hidden-xs menu">
+                   <compodoc-menu mode="normal"></compodoc-menu>
+               </div>
+               <!-- START CONTENT -->
+               <div class="content package-properties">
+                   <div class="content-data">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    <ol class="breadcrumb">
+        <li>Properties</li>
+    </ol>
+    <ul class="properties-list">
+        <li>
+            <b>Version</b> : 4.0.0</li>
+        <li>
+            <b>Keywords</b> : angular, device, device detector, device detection, ngx-device-detector, angular device detector, angular5, angular6, angular7, angular8</li>
+        <li>
+            <b>Bugs</b> : https://github.com/AhsanAyaz/ngx-device-detector.git/issues</li>
+        <li>
+            <b>License</b> : MIT</li>
+        <li>
+            <b>Repository</b> : https://github.com/KoderLabs/ngx-device-detector.git</li>
+        <li>
+            <b>Author</b> : Muhammad Ahsan Ayaz</li>
+    </ul>
+
+
+
+
+
+                   </div><div class="search-results">
+    <div class="has-results">
+        <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
+        <ul class="search-results-list"></ul>
+    </div>
+    <div class="no-results">
+        <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
+    </div>
+</div>
+</div>
+               <!-- END CONTENT -->
+           </div>
+       </div>
+
+          <label class="dark-mode-switch">
+               <input type="checkbox">
+               <span class="slider">
+                    <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
+                    <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
+                    </svg>
+               </span>
+          </label>
+
+       <script>
+            var COMPODOC_CURRENT_PAGE_DEPTH = 0;
+            var COMPODOC_CURRENT_PAGE_CONTEXT = 'package-properties';
+            var COMPODOC_CURRENT_PAGE_URL = 'properties.html';
+            var MAX_SEARCH_RESULTS = 15;
+       </script>
+
+       <script src="./js/libs/custom-elements.min.js"></script>
+       <script src="./js/libs/lit-html.js"></script>
+
+       <script src="./js/menu-wc.js" defer></script>
+       <script nomodule src="./js/menu-wc_es5.js" defer></script>
+
+       <script src="./js/libs/bootstrap-native.js"></script>
+
+       <script src="./js/libs/es6-shim.min.js"></script>
+       <script src="./js/libs/EventDispatcher.js"></script>
+       <script src="./js/libs/promise.min.js"></script>
+       <script src="./js/libs/zepto.min.js"></script>
+
+       <script src="./js/compodoc.js"></script>
+
+       <script src="./js/tabs.js"></script>
+       <script src="./js/menu.js"></script>
+       <script src="./js/libs/clipboard.min.js"></script>
+       <script src="./js/libs/prism.js"></script>
+       <script src="./js/sourceCode.js"></script>
+          <script src="./js/search/search.js"></script>
+          <script src="./js/search/lunr.min.js"></script>
+          <script src="./js/search/search-lunr.js"></script>
+          <script src="./js/search/search_index.js"></script>
+       <script src="./js/lazy-load-graphs.js"></script>
+
+
+    </body>
+</html>
diff --git a/docs/styles/compodoc.css b/docs/styles/compodoc.css
index 359490f..63ecd13 100644
--- a/docs/styles/compodoc.css
+++ b/docs/styles/compodoc.css
@@ -1071,4 +1071,12 @@ ul.index-list {
     .dark-mode-switch {
         top: 15px;
     }
-}
\ No newline at end of file
+}
+
+ul.properties-list {
+    list-style: none;
+    padding-left: 0;
+}
+.properties-list li {
+    margin-bottom: 10px;
+}
diff --git a/docs/styles/original.css b/docs/styles/original.css
index 735dcd9..8e01814 100644
--- a/docs/styles/original.css
+++ b/docs/styles/original.css
@@ -1,17 +1,17 @@
-.navbar-default .navbar-brand, .menu ul.list li.title {
+.navbar-default .navbar-brand,
+.menu ul.list li.title {
     font-weight: bold;
     color: #3c3c3c;
     padding-bottom: 5px;
 }
 
-.menu ul.list li a[data-type="chapter-link"], .menu ul.list li.chapter .simple {
+.menu ul.list li a[data-type='chapter-link'],
+.menu ul.list li.chapter .simple {
     font-weight: bold;
-    border-top: 1px solid #ddd;
-    border-bottom: 1px solid #ddd;
     font-size: 14px;
 }
 
-.menu ul.list li a[href="./routes.html"] {
+.menu ul.list li a[href='./routes.html'] {
     border-bottom: none;
 }
 
@@ -34,7 +34,7 @@
 }
 
 .menu ul.list li a.active {
-    color: inherit;
+    color: #337ab7;
     font-weight: bold;
 }
 
@@ -45,3 +45,7 @@
 .menu ul.list li.divider {
     margin: 0;
 }
+
+.dark .menu ul.list li.chapter ul.links {
+    background: none;
+}
diff --git a/package-lock.json b/package-lock.json
index da1f4c7..6650e07 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "ngx-device-detector-ws",
-  "version": "3.0.0",
+  "version": "4.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "ngx-device-detector-ws",
-      "version": "3.0.0",
+      "version": "4.0.0",
       "license": "MIT",
       "dependencies": {
         "@angular/animations": "^14.0.4",
@@ -21,7 +21,7 @@
         "@nguniversal/express-engine": "^14.0.2",
         "conventional-changelog-cli": "^2.1.1",
         "express": "^4.17.1",
-        "ngx-device-detector": "^3.0.0",
+        "ngx-device-detector": "^4.0.0",
         "rxjs": "^7.4.0",
         "tslib": "^2.3.1",
         "zone.js": "~0.11.4"
@@ -15852,15 +15852,15 @@
       }
     },
     "node_modules/ngx-device-detector": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-3.0.0.tgz",
-      "integrity": "sha512-mzegvxnNTDkHTxh+UeWnCUgZ91/XDOcN2kj8aCupvA7wNgDc/NZ0L90feKJsc+wES7IWq0/DIIKq2F732WOkfw==",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-4.0.0.tgz",
+      "integrity": "sha512-2BuUGqSvvUJrqrdsyVNSs3bCV1OOjpAZ/On8YLItahmd2vI839O1LtBLMi+CDybzflcep/i5XLKw2tDpMtlUuQ==",
       "dependencies": {
         "tslib": "^2.0.0"
       },
       "peerDependencies": {
-        "@angular/common": ">=7.0.0 <=13.0.0 || ^13.0.0",
-        "@angular/core": ">=7.0.0 <=13.0.0 || ^13.0.0"
+        "@angular/common": "^14.0.0",
+        "@angular/core": "^14.0.0"
       }
     },
     "node_modules/nice-napi": {
@@ -34525,9 +34525,9 @@
       }
     },
     "ngx-device-detector": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-3.0.0.tgz",
-      "integrity": "sha512-mzegvxnNTDkHTxh+UeWnCUgZ91/XDOcN2kj8aCupvA7wNgDc/NZ0L90feKJsc+wES7IWq0/DIIKq2F732WOkfw==",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-4.0.0.tgz",
+      "integrity": "sha512-2BuUGqSvvUJrqrdsyVNSs3bCV1OOjpAZ/On8YLItahmd2vI839O1LtBLMi+CDybzflcep/i5XLKw2tDpMtlUuQ==",
       "requires": {
         "tslib": "^2.0.0"
       }
diff --git a/package.json b/package.json
index cb6818f..9190a17 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ngx-device-detector-ws",
-  "version": "3.0.0",
+  "version": "4.0.0",
   "license": "MIT",
   "scripts": {
     "ng": "ng",
@@ -9,19 +9,19 @@
     "build:demo": "ng build demo --configuration production",
     "build:ci": "ng build demo --base-href https://koderlabs.github.io/ngx-device-detector/demo/ --configuration production --output-hashing=all",
     "docs": "npm run docs:build",
-    "docs:build": "node_modules/.bin/compodoc -p --tsconfig ./tsconfig.json -n ngx-device-detector -d docs --hideGenerator --theme Vagrant",
+    "docs:build": "compodoc -p --tsconfig ./tsconfig.json -n ngx-device-detector -d docs --hideGenerator --theme Vagrant",
     "docs:serve": "npm run docs:build -- -s",
     "docs:watch": "npm run docs:build -- -s -w",
-    "lint:demo": "node_modules/.bin/prettier --check projects/demo/src/**/*.ts",
-    "lint:lib": "node_modules/.bin/prettier --check projects/ngx-device-detector/src/**/*.ts",
-    "lint:lib:fix": "node_modules/.bin/prettier --write projects/ngx-device-detector/src/**/*.ts",
+    "lint:demo": "prettier --check projects/demo/src/**/*.ts",
+    "lint:lib": "prettier --check projects/ngx-device-detector/src/**/*.ts",
+    "lint:lib:fix": "prettier --write projects/ngx-device-detector/src/**/*.ts",
     "lint": "npm run lint:lib",
     "lint:fix": "npm run lint:lib:fix",
     "test": "jest",
     "test:coverage": "jest --coverage",
     "e2e": "ng e2e",
     "copy:readme": "cp README.MD ./projects/ngx-device-detector",
-    "changelog": "node_modules/.bin/conventional-changelog -p angular -i CHANGE_LOG.MD -s",
+    "changelog": "conventional-changelog -p angular -i CHANGE_LOG.MD -s",
     "copy:changelog": "cp CHANGE_LOG.MD ./dist/ngx-device-detector",
     "pre-release": "npm run changelog && npm run lint && npm run copy:readme && npm run build:lib && npm run docs:build && npm run copy:changelog",
     "release": "npm run pre-release && cd dist/ngx-device-detector && npm publish && cd ../../",
@@ -89,7 +89,7 @@
     "@nguniversal/express-engine": "^14.0.2",
     "conventional-changelog-cli": "^2.1.1",
     "express": "^4.17.1",
-    "ngx-device-detector": "^3.0.0",
+    "ngx-device-detector": "^4.0.0",
     "rxjs": "^7.4.0",
     "tslib": "^2.3.1",
     "zone.js": "~0.11.4"
@@ -122,4 +122,4 @@
       "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
     }
   }
-}
\ No newline at end of file
+}
diff --git a/projects/ngx-device-detector/package.json b/projects/ngx-device-detector/package.json
index 81e7b09..63e09d5 100644
--- a/projects/ngx-device-detector/package.json
+++ b/projects/ngx-device-detector/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ngx-device-detector",
-  "version": "3.0.0",
+  "version": "4.0.0",
   "license": "MIT",
   "repository": {
     "type": "git",