index.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>time1 documentation</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
  10. <link rel="stylesheet" href="./styles/style.css">
  11. <link rel="stylesheet" href="./styles/dark.css">
  12. </head>
  13. <body>
  14. <script>
  15. // Blocking script to avoid flickering dark mode
  16. // Dark mode toggle button
  17. var useDark = window.matchMedia('(prefers-color-scheme: dark)');
  18. var darkModeState = useDark.matches;
  19. var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
  20. var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
  21. var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
  22. function checkToggle(check) {
  23. for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
  24. $darkModeToggleSwitchers[i].checked = check;
  25. }
  26. }
  27. function toggleDarkMode(state) {
  28. if (window.localStorage) {
  29. localStorage.setItem('compodoc_darkmode-state', state);
  30. }
  31. checkToggle(state);
  32. const hasClass = document.body.classList.contains('dark');
  33. if (state) {
  34. for (var i = 0; i < $darkModeToggles.length; i++) {
  35. $darkModeToggles[i].classList.add('dark');
  36. }
  37. if (!hasClass) {
  38. document.body.classList.add('dark');
  39. }
  40. } else {
  41. for (var i = 0; i < $darkModeToggles.length; i++) {
  42. $darkModeToggles[i].classList.remove('dark');
  43. }
  44. if (hasClass) {
  45. document.body.classList.remove('dark');
  46. }
  47. }
  48. }
  49. useDark.addEventListener('change', function (evt) {
  50. toggleDarkMode(evt.matches);
  51. });
  52. if (darkModeStateLocal) {
  53. darkModeState = darkModeStateLocal === 'true';
  54. }
  55. toggleDarkMode(darkModeState);
  56. </script>
  57. <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
  58. <div class="d-flex">
  59. <a href="./" class="navbar-brand">time1 documentation</a>
  60. <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
  61. </div>
  62. </div>
  63. <div class="xs-menu menu" id="mobile-menu">
  64. <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
  65. </div>
  66. <div class="container-fluid main">
  67. <div class="row main">
  68. <div class="d-none d-md-block menu">
  69. <compodoc-menu mode="normal"></compodoc-menu>
  70. </div>
  71. <!-- START CONTENT -->
  72. <div class="content overview">
  73. <div class="content-data">
  74. <ol class="breadcrumb">
  75. <li class="breadcrumb-item">Overview</li>
  76. </ol>
  77. <div class="text-center module-graph-container">
  78. <div id="module-graph-svg">
  79. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  80. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  81. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  82. <!-- Generated by graphviz version 2.47.0 (20210316.0004)
  83. -->
  84. <!-- Title: dependencies Pages: 1 -->
  85. <svg width="2118pt" height="284pt"
  86. viewBox="0.00 0.00 2118.00 284.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  87. <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 280)">
  88. <title>dependencies</title>
  89. <polygon fill="white" stroke="transparent" points="-4,4 -4,-280 2114,-280 2114,4 -4,4"/>
  90. <text text-anchor="start" x="1034.01" y="-42.4" font-family="Times-12" font-weight="bold" font-size="14.00">Legend</text>
  91. <polygon fill="#ffffb3" stroke="transparent" points="821,-10 821,-30 841,-30 841,-10 821,-10"/>
  92. <text text-anchor="start" x="844.63" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Declarations</text>
  93. <polygon fill="#8dd3c7" stroke="transparent" points="934,-10 934,-30 954,-30 954,-10 934,-10"/>
  94. <text text-anchor="start" x="957.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Module</text>
  95. <polygon fill="#80b1d3" stroke="transparent" points="1020,-10 1020,-30 1040,-30 1040,-10 1020,-10"/>
  96. <text text-anchor="start" x="1043.78" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Bootstrap</text>
  97. <polygon fill="#fdb462" stroke="transparent" points="1117,-10 1117,-30 1137,-30 1137,-10 1117,-10"/>
  98. <text text-anchor="start" x="1140.67" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Providers</text>
  99. <polygon fill="#fb8072" stroke="transparent" points="1213,-10 1213,-30 1233,-30 1233,-10 1213,-10"/>
  100. <text text-anchor="start" x="1236.73" y="-15.4" font-family="Times-12" font-size="14.00"> &#160;Exports</text>
  101. <g id="clust1" class="cluster">
  102. <title>cluster_AppModule</title>
  103. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 298,-268 298,-70 8,-70"/>
  104. </g>
  105. <g id="clust2" class="cluster">
  106. <title>cluster_AppModule_declarations</title>
  107. <polygon fill="none" stroke="black" points="168,-78 168,-130 290,-130 290,-78 168,-78"/>
  108. </g>
  109. <g id="clust4" class="cluster">
  110. <title>cluster_AppModule_imports</title>
  111. <polygon fill="none" stroke="black" points="16,-78 16,-130 160,-130 160,-78 16,-78"/>
  112. </g>
  113. <g id="clust6" class="cluster">
  114. <title>cluster_AppModule_bootstrap</title>
  115. <polygon fill="none" stroke="black" points="96,-208 96,-260 220,-260 220,-208 96,-208"/>
  116. </g>
  117. <g id="clust14" class="cluster">
  118. <title>cluster_ExploreContainerComponentModule</title>
  119. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="306,-70 306,-268 546,-268 546,-70 306,-70"/>
  120. </g>
  121. <g id="clust15" class="cluster">
  122. <title>cluster_ExploreContainerComponentModule_declarations</title>
  123. <polygon fill="none" stroke="black" points="328,-78 328,-130 524,-130 524,-78 328,-78"/>
  124. </g>
  125. <g id="clust18" class="cluster">
  126. <title>cluster_ExploreContainerComponentModule_exports</title>
  127. <polygon fill="none" stroke="black" points="326,-208 326,-260 526,-260 526,-208 326,-208"/>
  128. </g>
  129. <g id="clust21" class="cluster">
  130. <title>cluster_HomePageModule</title>
  131. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="554,-70 554,-195 854,-195 854,-70 554,-70"/>
  132. </g>
  133. <g id="clust22" class="cluster">
  134. <title>cluster_HomePageModule_declarations</title>
  135. <polygon fill="none" stroke="black" points="752,-78 752,-130 846,-130 846,-78 752,-78"/>
  136. </g>
  137. <g id="clust24" class="cluster">
  138. <title>cluster_HomePageModule_imports</title>
  139. <polygon fill="none" stroke="black" points="562,-78 562,-130 744,-130 744,-78 562,-78"/>
  140. </g>
  141. <g id="clust34" class="cluster">
  142. <title>cluster_ProfilePageModule</title>
  143. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="862,-70 862,-195 1170,-195 1170,-70 862,-70"/>
  144. </g>
  145. <g id="clust35" class="cluster">
  146. <title>cluster_ProfilePageModule_declarations</title>
  147. <polygon fill="none" stroke="black" points="1064,-78 1064,-130 1162,-130 1162,-78 1064,-78"/>
  148. </g>
  149. <g id="clust37" class="cluster">
  150. <title>cluster_ProfilePageModule_imports</title>
  151. <polygon fill="none" stroke="black" points="870,-78 870,-130 1056,-130 1056,-78 870,-78"/>
  152. </g>
  153. <g id="clust47" class="cluster">
  154. <title>cluster_ServicesPageModule</title>
  155. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1178,-70 1178,-195 1504,-195 1504,-70 1178,-70"/>
  156. </g>
  157. <g id="clust48" class="cluster">
  158. <title>cluster_ServicesPageModule_declarations</title>
  159. <polygon fill="none" stroke="black" points="1390,-78 1390,-130 1496,-130 1496,-78 1390,-78"/>
  160. </g>
  161. <g id="clust50" class="cluster">
  162. <title>cluster_ServicesPageModule_imports</title>
  163. <polygon fill="none" stroke="black" points="1186,-78 1186,-130 1382,-130 1382,-78 1186,-78"/>
  164. </g>
  165. <g id="clust60" class="cluster">
  166. <title>cluster_TabsPageModule</title>
  167. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1512,-70 1512,-195 1798,-195 1798,-70 1512,-70"/>
  168. </g>
  169. <g id="clust61" class="cluster">
  170. <title>cluster_TabsPageModule_declarations</title>
  171. <polygon fill="none" stroke="black" points="1704,-78 1704,-130 1790,-130 1790,-78 1704,-78"/>
  172. </g>
  173. <g id="clust63" class="cluster">
  174. <title>cluster_TabsPageModule_imports</title>
  175. <polygon fill="none" stroke="black" points="1520,-78 1520,-130 1696,-130 1696,-78 1520,-78"/>
  176. </g>
  177. <g id="clust73" class="cluster">
  178. <title>cluster_TasksPageModule</title>
  179. <polygon fill="none" stroke="black" stroke-dasharray="1,5" points="1806,-70 1806,-195 2102,-195 2102,-70 1806,-70"/>
  180. </g>
  181. <g id="clust74" class="cluster">
  182. <title>cluster_TasksPageModule_declarations</title>
  183. <polygon fill="none" stroke="black" points="2002,-78 2002,-130 2094,-130 2094,-78 2002,-78"/>
  184. </g>
  185. <g id="clust76" class="cluster">
  186. <title>cluster_TasksPageModule_imports</title>
  187. <polygon fill="none" stroke="black" points="1814,-78 1814,-130 1994,-130 1994,-78 1814,-78"/>
  188. </g>
  189. <!-- AppComponent -->
  190. <g id="node1" class="node">
  191. <title>AppComponent</title>
  192. <polygon fill="#ffffb3" stroke="black" points="281.94,-122 176.06,-122 176.06,-86 281.94,-86 281.94,-122"/>
  193. <text text-anchor="middle" x="229" y="-99.8" font-family="Times,serif" font-size="14.00">AppComponent</text>
  194. </g>
  195. <!-- AppModule -->
  196. <g id="node2" class="node">
  197. <title>AppModule</title>
  198. <polygon fill="#8dd3c7" stroke="black" points="199.66,-187 196.66,-191 175.66,-191 172.66,-187 116.34,-187 116.34,-151 199.66,-151 199.66,-187"/>
  199. <text text-anchor="middle" x="158" y="-164.8" font-family="Times,serif" font-size="14.00">AppModule</text>
  200. </g>
  201. <!-- AppComponent&#45;&gt;AppModule -->
  202. <g id="edge1" class="edge">
  203. <title>AppComponent&#45;&gt;AppModule</title>
  204. <path fill="none" stroke="black" d="M188.05,-122.11C188.05,-122.11 188.05,-140.99 188.05,-140.99"/>
  205. <polygon fill="black" stroke="black" points="184.55,-140.99 188.05,-150.99 191.55,-140.99 184.55,-140.99"/>
  206. </g>
  207. <!-- AppComponent -->
  208. <g id="node4" class="node">
  209. <title>AppComponent </title>
  210. <polygon fill="#80b1d3" stroke="black" points="212.44,-252 103.56,-252 103.56,-216 212.44,-216 212.44,-252"/>
  211. <text text-anchor="middle" x="158" y="-229.8" font-family="Times,serif" font-size="14.00">AppComponent </text>
  212. </g>
  213. <!-- AppModule&#45;&gt;AppComponent -->
  214. <g id="edge3" class="edge">
  215. <title>AppModule&#45;&gt;AppComponent </title>
  216. <path fill="none" stroke="black" stroke-dasharray="1,5" d="M158,-187.11C158,-187.11 158,-205.99 158,-205.99"/>
  217. <polygon fill="black" stroke="black" points="154.5,-205.99 158,-215.99 161.5,-205.99 154.5,-205.99"/>
  218. </g>
  219. <!-- AppRoutingModule -->
  220. <g id="node3" class="node">
  221. <title>AppRoutingModule</title>
  222. <polygon fill="#8dd3c7" stroke="black" points="152.27,-122 149.27,-126 128.27,-126 125.27,-122 23.73,-122 23.73,-86 152.27,-86 152.27,-122"/>
  223. <text text-anchor="middle" x="88" y="-99.8" font-family="Times,serif" font-size="14.00">AppRoutingModule</text>
  224. </g>
  225. <!-- AppRoutingModule&#45;&gt;AppModule -->
  226. <g id="edge2" class="edge">
  227. <title>AppRoutingModule&#45;&gt;AppModule</title>
  228. <path fill="none" stroke="black" d="M134.28,-122.11C134.28,-122.11 134.28,-140.99 134.28,-140.99"/>
  229. <polygon fill="black" stroke="black" points="130.78,-140.99 134.28,-150.99 137.78,-140.99 130.78,-140.99"/>
  230. </g>
  231. <!-- ExploreContainerComponent -->
  232. <g id="node5" class="node">
  233. <title>ExploreContainerComponent</title>
  234. <polygon fill="#ffffb3" stroke="black" points="516.36,-122 335.64,-122 335.64,-86 516.36,-86 516.36,-122"/>
  235. <text text-anchor="middle" x="426" y="-99.8" font-family="Times,serif" font-size="14.00">ExploreContainerComponent</text>
  236. </g>
  237. <!-- ExploreContainerComponentModule -->
  238. <g id="node6" class="node">
  239. <title>ExploreContainerComponentModule</title>
  240. <polygon fill="#8dd3c7" stroke="black" points="538.41,-187 535.41,-191 514.41,-191 511.41,-187 313.59,-187 313.59,-151 538.41,-151 538.41,-187"/>
  241. <text text-anchor="middle" x="426" y="-164.8" font-family="Times,serif" font-size="14.00">ExploreContainerComponentModule</text>
  242. </g>
  243. <!-- ExploreContainerComponent&#45;&gt;ExploreContainerComponentModule -->
  244. <g id="edge4" class="edge">
  245. <title>ExploreContainerComponent&#45;&gt;ExploreContainerComponentModule</title>
  246. <path fill="none" stroke="black" d="M426,-122.11C426,-122.11 426,-140.99 426,-140.99"/>
  247. <polygon fill="black" stroke="black" points="422.5,-140.99 426,-150.99 429.5,-140.99 422.5,-140.99"/>
  248. </g>
  249. <!-- ExploreContainerComponent -->
  250. <g id="node7" class="node">
  251. <title>ExploreContainerComponent </title>
  252. <polygon fill="#fb8072" stroke="black" points="518.36,-252 333.64,-252 333.64,-216 518.36,-216 518.36,-252"/>
  253. <text text-anchor="middle" x="426" y="-229.8" font-family="Times,serif" font-size="14.00">ExploreContainerComponent </text>
  254. </g>
  255. <!-- ExploreContainerComponentModule&#45;&gt;ExploreContainerComponent -->
  256. <g id="edge5" class="edge">
  257. <title>ExploreContainerComponentModule&#45;&gt;ExploreContainerComponent </title>
  258. <path fill="none" stroke="black" stroke-dasharray="5,2" d="M426,-187.11C426,-187.11 426,-205.99 426,-205.99"/>
  259. <polygon fill="black" stroke="black" points="422.5,-205.99 426,-215.99 429.5,-205.99 422.5,-205.99"/>
  260. </g>
  261. <!-- HomePage -->
  262. <g id="node8" class="node">
  263. <title>HomePage</title>
  264. <polygon fill="#ffffb3" stroke="black" points="837.92,-122 760.08,-122 760.08,-86 837.92,-86 837.92,-122"/>
  265. <text text-anchor="middle" x="799" y="-99.8" font-family="Times,serif" font-size="14.00">HomePage</text>
  266. </g>
  267. <!-- HomePageModule -->
  268. <g id="node9" class="node">
  269. <title>HomePageModule</title>
  270. <polygon fill="#8dd3c7" stroke="black" points="779.47,-187 776.47,-191 755.47,-191 752.47,-187 658.53,-187 658.53,-151 779.47,-151 779.47,-187"/>
  271. <text text-anchor="middle" x="719" y="-164.8" font-family="Times,serif" font-size="14.00">HomePageModule</text>
  272. </g>
  273. <!-- HomePage&#45;&gt;HomePageModule -->
  274. <g id="edge6" class="edge">
  275. <title>HomePage&#45;&gt;HomePageModule</title>
  276. <path fill="none" stroke="black" d="M769.89,-122.11C769.89,-122.11 769.89,-140.99 769.89,-140.99"/>
  277. <polygon fill="black" stroke="black" points="766.39,-140.99 769.89,-150.99 773.39,-140.99 766.39,-140.99"/>
  278. </g>
  279. <!-- HomePageRoutingModule -->
  280. <g id="node10" class="node">
  281. <title>HomePageRoutingModule</title>
  282. <polygon fill="#8dd3c7" stroke="black" points="736.09,-122 733.09,-126 712.09,-126 709.09,-122 569.91,-122 569.91,-86 736.09,-86 736.09,-122"/>
  283. <text text-anchor="middle" x="653" y="-99.8" font-family="Times,serif" font-size="14.00">HomePageRoutingModule</text>
  284. </g>
  285. <!-- HomePageRoutingModule&#45;&gt;HomePageModule -->
  286. <g id="edge7" class="edge">
  287. <title>HomePageRoutingModule&#45;&gt;HomePageModule</title>
  288. <path fill="none" stroke="black" d="M697.28,-122.11C697.28,-122.11 697.28,-140.99 697.28,-140.99"/>
  289. <polygon fill="black" stroke="black" points="693.78,-140.99 697.28,-150.99 700.78,-140.99 693.78,-140.99"/>
  290. </g>
  291. <!-- ProfilePage -->
  292. <g id="node11" class="node">
  293. <title>ProfilePage</title>
  294. <polygon fill="#ffffb3" stroke="black" points="1153.81,-122 1072.19,-122 1072.19,-86 1153.81,-86 1153.81,-122"/>
  295. <text text-anchor="middle" x="1113" y="-99.8" font-family="Times,serif" font-size="14.00">ProfilePage</text>
  296. </g>
  297. <!-- ProfilePageModule -->
  298. <g id="node12" class="node">
  299. <title>ProfilePageModule</title>
  300. <polygon fill="#8dd3c7" stroke="black" points="1093.36,-187 1090.36,-191 1069.36,-191 1066.36,-187 968.64,-187 968.64,-151 1093.36,-151 1093.36,-187"/>
  301. <text text-anchor="middle" x="1031" y="-164.8" font-family="Times,serif" font-size="14.00">ProfilePageModule</text>
  302. </g>
  303. <!-- ProfilePage&#45;&gt;ProfilePageModule -->
  304. <g id="edge8" class="edge">
  305. <title>ProfilePage&#45;&gt;ProfilePageModule</title>
  306. <path fill="none" stroke="black" d="M1082.89,-122.11C1082.89,-122.11 1082.89,-140.99 1082.89,-140.99"/>
  307. <polygon fill="black" stroke="black" points="1079.39,-140.99 1082.89,-150.99 1086.39,-140.99 1079.39,-140.99"/>
  308. </g>
  309. <!-- ProfilePageRoutingModule -->
  310. <g id="node13" class="node">
  311. <title>ProfilePageRoutingModule</title>
  312. <polygon fill="#8dd3c7" stroke="black" points="1047.98,-122 1044.98,-126 1023.98,-126 1020.98,-122 878.02,-122 878.02,-86 1047.98,-86 1047.98,-122"/>
  313. <text text-anchor="middle" x="963" y="-99.8" font-family="Times,serif" font-size="14.00">ProfilePageRoutingModule</text>
  314. </g>
  315. <!-- ProfilePageRoutingModule&#45;&gt;ProfilePageModule -->
  316. <g id="edge9" class="edge">
  317. <title>ProfilePageRoutingModule&#45;&gt;ProfilePageModule</title>
  318. <path fill="none" stroke="black" d="M1008.28,-122.11C1008.28,-122.11 1008.28,-140.99 1008.28,-140.99"/>
  319. <polygon fill="black" stroke="black" points="1004.78,-140.99 1008.28,-150.99 1011.78,-140.99 1004.78,-140.99"/>
  320. </g>
  321. <!-- ServicesPage -->
  322. <g id="node14" class="node">
  323. <title>ServicesPage</title>
  324. <polygon fill="#ffffb3" stroke="black" points="1488.13,-122 1397.87,-122 1397.87,-86 1488.13,-86 1488.13,-122"/>
  325. <text text-anchor="middle" x="1443" y="-99.8" font-family="Times,serif" font-size="14.00">ServicesPage</text>
  326. </g>
  327. <!-- ServicesPageModule -->
  328. <g id="node15" class="node">
  329. <title>ServicesPageModule</title>
  330. <polygon fill="#8dd3c7" stroke="black" points="1423.18,-187 1420.18,-191 1399.18,-191 1396.18,-187 1288.82,-187 1288.82,-151 1423.18,-151 1423.18,-187"/>
  331. <text text-anchor="middle" x="1356" y="-164.8" font-family="Times,serif" font-size="14.00">ServicesPageModule</text>
  332. </g>
  333. <!-- ServicesPage&#45;&gt;ServicesPageModule -->
  334. <g id="edge10" class="edge">
  335. <title>ServicesPage&#45;&gt;ServicesPageModule</title>
  336. <path fill="none" stroke="black" d="M1410.39,-122.11C1410.39,-122.11 1410.39,-140.99 1410.39,-140.99"/>
  337. <polygon fill="black" stroke="black" points="1406.89,-140.99 1410.39,-150.99 1413.89,-140.99 1406.89,-140.99"/>
  338. </g>
  339. <!-- ServicesPageRoutingModule -->
  340. <g id="node16" class="node">
  341. <title>ServicesPageRoutingModule</title>
  342. <polygon fill="#8dd3c7" stroke="black" points="1373.8,-122 1370.8,-126 1349.8,-126 1346.8,-122 1194.2,-122 1194.2,-86 1373.8,-86 1373.8,-122"/>
  343. <text text-anchor="middle" x="1284" y="-99.8" font-family="Times,serif" font-size="14.00">ServicesPageRoutingModule</text>
  344. </g>
  345. <!-- ServicesPageRoutingModule&#45;&gt;ServicesPageModule -->
  346. <g id="edge11" class="edge">
  347. <title>ServicesPageRoutingModule&#45;&gt;ServicesPageModule</title>
  348. <path fill="none" stroke="black" d="M1331.28,-122.11C1331.28,-122.11 1331.28,-140.99 1331.28,-140.99"/>
  349. <polygon fill="black" stroke="black" points="1327.78,-140.99 1331.28,-150.99 1334.78,-140.99 1327.78,-140.99"/>
  350. </g>
  351. <!-- TabsPage -->
  352. <g id="node17" class="node">
  353. <title>TabsPage</title>
  354. <polygon fill="#ffffb3" stroke="black" points="1782.42,-122 1711.58,-122 1711.58,-86 1782.42,-86 1782.42,-122"/>
  355. <text text-anchor="middle" x="1747" y="-99.8" font-family="Times,serif" font-size="14.00">TabsPage</text>
  356. </g>
  357. <!-- TabsPageModule -->
  358. <g id="node18" class="node">
  359. <title>TabsPageModule</title>
  360. <polygon fill="#8dd3c7" stroke="black" points="1726.97,-187 1723.97,-191 1702.97,-191 1699.97,-187 1613.03,-187 1613.03,-151 1726.97,-151 1726.97,-187"/>
  361. <text text-anchor="middle" x="1670" y="-164.8" font-family="Times,serif" font-size="14.00">TabsPageModule</text>
  362. </g>
  363. <!-- TabsPage&#45;&gt;TabsPageModule -->
  364. <g id="edge12" class="edge">
  365. <title>TabsPage&#45;&gt;TabsPageModule</title>
  366. <path fill="none" stroke="black" d="M1719.39,-122.11C1719.39,-122.11 1719.39,-140.99 1719.39,-140.99"/>
  367. <polygon fill="black" stroke="black" points="1715.89,-140.99 1719.39,-150.99 1722.89,-140.99 1715.89,-140.99"/>
  368. </g>
  369. <!-- TabsPageRoutingModule -->
  370. <g id="node19" class="node">
  371. <title>TabsPageRoutingModule</title>
  372. <polygon fill="#8dd3c7" stroke="black" points="1687.59,-122 1684.59,-126 1663.59,-126 1660.59,-122 1528.41,-122 1528.41,-86 1687.59,-86 1687.59,-122"/>
  373. <text text-anchor="middle" x="1608" y="-99.8" font-family="Times,serif" font-size="14.00">TabsPageRoutingModule</text>
  374. </g>
  375. <!-- TabsPageRoutingModule&#45;&gt;TabsPageModule -->
  376. <g id="edge13" class="edge">
  377. <title>TabsPageRoutingModule&#45;&gt;TabsPageModule</title>
  378. <path fill="none" stroke="black" d="M1650.28,-122.11C1650.28,-122.11 1650.28,-140.99 1650.28,-140.99"/>
  379. <polygon fill="black" stroke="black" points="1646.78,-140.99 1650.28,-150.99 1653.78,-140.99 1646.78,-140.99"/>
  380. </g>
  381. <!-- TasksPage -->
  382. <g id="node20" class="node">
  383. <title>TasksPage</title>
  384. <polygon fill="#ffffb3" stroke="black" points="2085.87,-122 2010.13,-122 2010.13,-86 2085.87,-86 2085.87,-122"/>
  385. <text text-anchor="middle" x="2048" y="-99.8" font-family="Times,serif" font-size="14.00">TasksPage</text>
  386. </g>
  387. <!-- TasksPageModule -->
  388. <g id="node21" class="node">
  389. <title>TasksPageModule</title>
  390. <polygon fill="#8dd3c7" stroke="black" points="2028.92,-187 2025.92,-191 2004.92,-191 2001.92,-187 1909.08,-187 1909.08,-151 2028.92,-151 2028.92,-187"/>
  391. <text text-anchor="middle" x="1969" y="-164.8" font-family="Times,serif" font-size="14.00">TasksPageModule</text>
  392. </g>
  393. <!-- TasksPage&#45;&gt;TasksPageModule -->
  394. <g id="edge14" class="edge">
  395. <title>TasksPage&#45;&gt;TasksPageModule</title>
  396. <path fill="none" stroke="black" d="M2019.39,-122.11C2019.39,-122.11 2019.39,-140.99 2019.39,-140.99"/>
  397. <polygon fill="black" stroke="black" points="2015.89,-140.99 2019.39,-150.99 2022.89,-140.99 2015.89,-140.99"/>
  398. </g>
  399. <!-- TasksPageRoutingModule -->
  400. <g id="node22" class="node">
  401. <title>TasksPageRoutingModule</title>
  402. <polygon fill="#8dd3c7" stroke="black" points="1986.04,-122 1983.04,-126 1962.04,-126 1959.04,-122 1821.96,-122 1821.96,-86 1986.04,-86 1986.04,-122"/>
  403. <text text-anchor="middle" x="1904" y="-99.8" font-family="Times,serif" font-size="14.00">TasksPageRoutingModule</text>
  404. </g>
  405. <!-- TasksPageRoutingModule&#45;&gt;TasksPageModule -->
  406. <g id="edge15" class="edge">
  407. <title>TasksPageRoutingModule&#45;&gt;TasksPageModule</title>
  408. <path fill="none" stroke="black" d="M1947.78,-122.11C1947.78,-122.11 1947.78,-140.99 1947.78,-140.99"/>
  409. <polygon fill="black" stroke="black" points="1944.28,-140.99 1947.78,-150.99 1951.28,-140.99 1944.28,-140.99"/>
  410. </g>
  411. </g>
  412. </svg>
  413. </div>
  414. <i id="fullscreen" class="icon ion-ios-resize module-graph-fullscreen-btn" aria-hidden="true"></i>
  415. <div class="btn-group size-buttons">
  416. <button id="zoom-in" class="btn btn-default btn-sm">Zoom in</button>
  417. <button id="reset" class="btn btn-default btn-sm">Reset</button>
  418. <button id="zoom-out" class="btn btn-default btn-sm">Zoom out</button>
  419. </div>
  420. </div>
  421. <div class="tab-content overview">
  422. <div class="row">
  423. <div class="col-sm-3">
  424. <div class="card text-center">
  425. <div class="card-block">
  426. <h4 class="card-title"><span class="icon ion-ios-archive"></span></h4>
  427. <p class="card-text">
  428. <a href="./modules.html">13 Modules</a>
  429. </p>
  430. </div>
  431. </div>
  432. </div>
  433. <div class="col-sm-3">
  434. <div class="card text-center">
  435. <div class="card-block">
  436. <h4 class="card-title"><span class="icon ion-md-cog"></span></h4>
  437. <p class="card-text">7 Components</p>
  438. </div>
  439. </div>
  440. </div>
  441. <div class="col-sm-3">
  442. <div class="card text-center">
  443. <div class="card-block">
  444. <h4 class="card-title"><span class="icon ion-ios-git-branch"></span></h4>
  445. <p class="card-text">
  446. <a href="./routes.html">31 Routes</a>
  447. </p>
  448. </div>
  449. </div>
  450. </div>
  451. </div>
  452. </div>
  453. <script src="js/libs/svg-pan-zoom.min.js"></script>
  454. <script src="js/svg-pan-zoom.controls.js"></script>
  455. </div><div class="search-results">
  456. <div class="has-results">
  457. <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
  458. <ul class="search-results-list"></ul>
  459. </div>
  460. <div class="no-results">
  461. <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
  462. </div>
  463. </div>
  464. </div>
  465. <!-- END CONTENT -->
  466. </div>
  467. </div>
  468. <label class="dark-mode-switch">
  469. <input type="checkbox">
  470. <span class="slider">
  471. <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">
  472. <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
  473. </svg>
  474. </span>
  475. </label>
  476. <script>
  477. var COMPODOC_CURRENT_PAGE_DEPTH = 0;
  478. var COMPODOC_CURRENT_PAGE_CONTEXT = 'overview';
  479. var COMPODOC_CURRENT_PAGE_URL = 'index.html';
  480. var MAX_SEARCH_RESULTS = 15;
  481. </script>
  482. <script>
  483. $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
  484. checkToggle(darkModeState);
  485. if ($darkModeToggleSwitchers.length > 0) {
  486. for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
  487. $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
  488. darkModeState = !darkModeState;
  489. toggleDarkMode(darkModeState);
  490. });
  491. }
  492. }
  493. </script>
  494. <script src="./js/libs/custom-elements.min.js"></script>
  495. <script src="./js/libs/lit-html.js"></script>
  496. <script src="./js/menu-wc.js" defer></script>
  497. <script nomodule src="./js/menu-wc_es5.js" defer></script>
  498. <script src="./js/libs/bootstrap-native.js"></script>
  499. <script src="./js/libs/es6-shim.min.js"></script>
  500. <script src="./js/libs/EventDispatcher.js"></script>
  501. <script src="./js/libs/promise.min.js"></script>
  502. <script src="./js/libs/zepto.min.js"></script>
  503. <script src="./js/compodoc.js"></script>
  504. <script src="./js/tabs.js"></script>
  505. <script src="./js/menu.js"></script>
  506. <script src="./js/libs/clipboard.min.js"></script>
  507. <script src="./js/libs/prism.js"></script>
  508. <script src="./js/sourceCode.js"></script>
  509. <script src="./js/search/search.js"></script>
  510. <script src="./js/search/lunr.min.js"></script>
  511. <script src="./js/search/search-lunr.js"></script>
  512. <script src="./js/search/search_index.js"></script>
  513. <script src="./js/lazy-load-graphs.js"></script>
  514. </body>
  515. </html>