@rxap/layout 18.0.2 → 18.0.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +14 -1
  3. package/compodoc/changelog.html +732 -0
  4. package/compodoc/components/AppsButtonComponent.html +604 -0
  5. package/compodoc/components/FooterComponent.html +487 -0
  6. package/compodoc/components/HeaderComponent.html +781 -0
  7. package/compodoc/components/LanguageSelectorComponent.html +526 -0
  8. package/compodoc/components/LayoutComponent.html +1035 -0
  9. package/compodoc/components/NavigationComponent.html +1156 -0
  10. package/compodoc/components/NavigationItemComponent.html +1328 -0
  11. package/compodoc/components/NavigationProgressBarComponent.html +550 -0
  12. package/compodoc/components/ResetButtonComponent.html +486 -0
  13. package/compodoc/components/SettingsButtonComponent.html +1416 -0
  14. package/compodoc/components/SidenavComponent.html +689 -0
  15. package/compodoc/components/SidenavToggleButtonComponent.html +517 -0
  16. package/compodoc/components/SignOutComponent.html +493 -0
  17. package/compodoc/components/ToggleWindowSidenavButtonComponent.html +549 -0
  18. package/compodoc/components/UserProfileIconComponent.html +657 -0
  19. package/compodoc/components/VersionComponent.html +524 -0
  20. package/compodoc/components/WindowContainerSidenavComponent.html +687 -0
  21. package/compodoc/dependencies.html +241 -0
  22. package/compodoc/directives/FooterDirective.html +371 -0
  23. package/compodoc/directives/SidenavFooterDirective.html +387 -0
  24. package/compodoc/directives/SidenavHeaderDirective.html +387 -0
  25. package/compodoc/fonts/ionicons.eot +0 -0
  26. package/compodoc/fonts/ionicons.svg +2090 -0
  27. package/compodoc/fonts/ionicons.ttf +0 -0
  28. package/compodoc/fonts/ionicons.woff +0 -0
  29. package/compodoc/fonts/ionicons.woff2 +0 -0
  30. package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
  31. package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
  32. package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
  33. package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
  34. package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
  35. package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
  36. package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
  37. package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
  38. package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
  39. package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
  40. package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
  41. package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
  42. package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
  43. package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
  44. package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
  45. package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
  46. package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
  47. package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
  48. package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
  49. package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
  50. package/compodoc/graph/dependencies.svg +24 -0
  51. package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
  52. package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
  53. package/compodoc/images/compodoc-vectorise.png +0 -0
  54. package/compodoc/images/compodoc-vectorise.svg +201 -0
  55. package/compodoc/images/favicon.ico +0 -0
  56. package/compodoc/index.html +197 -0
  57. package/compodoc/injectables/AppUrlService.html +829 -0
  58. package/compodoc/injectables/AuthenticationServiceMock.html +303 -0
  59. package/compodoc/injectables/LayoutComponentService.html +848 -0
  60. package/compodoc/injectables/NavigationService.html +1081 -0
  61. package/compodoc/injectables/ReplaceRouterPathsService.html +337 -0
  62. package/compodoc/injectables/SidenavComponentService.html +408 -0
  63. package/compodoc/interfaces/ExternalApps.html +634 -0
  64. package/compodoc/interfaces/LogoConfig.html +381 -0
  65. package/compodoc/interfaces/NavigationDividerItem.html +385 -0
  66. package/compodoc/interfaces/NavigationInsertItem.html +340 -0
  67. package/compodoc/interfaces/NavigationItem.html +520 -0
  68. package/compodoc/interfaces/NavigationStatus.html +376 -0
  69. package/compodoc/js/compodoc.js +14 -0
  70. package/compodoc/js/lazy-load-graphs.js +44 -0
  71. package/compodoc/js/libs/EventDispatcher.js +5 -0
  72. package/compodoc/js/libs/bootstrap-native.js +2 -0
  73. package/compodoc/js/libs/clipboard.min.js +7 -0
  74. package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
  75. package/compodoc/js/libs/custom-elements.min.js +38 -0
  76. package/compodoc/js/libs/d3.v3.min.js +2 -0
  77. package/compodoc/js/libs/deep-iterator.js +2 -0
  78. package/compodoc/js/libs/es6-shim.min.js +12 -0
  79. package/compodoc/js/libs/htmlparser.js +23 -0
  80. package/compodoc/js/libs/innersvg.js +9 -0
  81. package/compodoc/js/libs/lit-html.js +1 -0
  82. package/compodoc/js/libs/prism.js +46 -0
  83. package/compodoc/js/libs/promise.min.js +6 -0
  84. package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
  85. package/compodoc/js/libs/tablesort.min.js +6 -0
  86. package/compodoc/js/libs/tablesort.number.min.js +6 -0
  87. package/compodoc/js/libs/vis.min.js +47 -0
  88. package/compodoc/js/libs/zepto.min.js +2 -0
  89. package/compodoc/js/menu-wc.js +237 -0
  90. package/compodoc/js/menu-wc_es5.js +40 -0
  91. package/compodoc/js/menu.js +270 -0
  92. package/compodoc/js/routes.js +301 -0
  93. package/compodoc/js/search/lunr.min.js +6 -0
  94. package/compodoc/js/search/search-lunr.js +67 -0
  95. package/compodoc/js/search/search.js +283 -0
  96. package/compodoc/js/search/search_index.js +4 -0
  97. package/compodoc/js/sourceCode.js +58 -0
  98. package/compodoc/js/svg-pan-zoom.controls.js +53 -0
  99. package/compodoc/js/tabs.js +21 -0
  100. package/compodoc/js/tree.js +147 -0
  101. package/compodoc/license.html +731 -0
  102. package/compodoc/miscellaneous/functions.html +460 -0
  103. package/compodoc/miscellaneous/typealiases.html +256 -0
  104. package/compodoc/miscellaneous/variables.html +370 -0
  105. package/compodoc/modules.html +183 -0
  106. package/compodoc/overview.html +225 -0
  107. package/compodoc/pipes/ReplaceRouterPathsPipe.html +363 -0
  108. package/compodoc/properties.html +195 -0
  109. package/compodoc/styles/bootstrap-card.css +219 -0
  110. package/compodoc/styles/bootstrap.min.css +6 -0
  111. package/compodoc/styles/compodoc.css +1124 -0
  112. package/compodoc/styles/dark.css +121 -0
  113. package/compodoc/styles/ionicons.min.css +11 -0
  114. package/compodoc/styles/laravel.css +113 -0
  115. package/compodoc/styles/material.css +131 -0
  116. package/compodoc/styles/original.css +51 -0
  117. package/compodoc/styles/postmark.css +238 -0
  118. package/compodoc/styles/prism.css +301 -0
  119. package/compodoc/styles/readthedocs.css +117 -0
  120. package/compodoc/styles/reset.css +129 -0
  121. package/compodoc/styles/stripe.css +106 -0
  122. package/compodoc/styles/style.css +7 -0
  123. package/compodoc/styles/tablesort.css +33 -0
  124. package/compodoc/styles/vagrant.css +130 -0
  125. package/docs/.nojekyll +1 -0
  126. package/docs/assets/highlight.css +43 -0
  127. package/docs/assets/icons.js +15 -0
  128. package/docs/assets/icons.svg +1 -0
  129. package/docs/assets/main.js +59 -0
  130. package/docs/assets/navigation.js +1 -0
  131. package/docs/assets/search.js +1 -0
  132. package/docs/assets/style.css +1412 -0
  133. package/docs/classes/AppUrlService.html +13 -0
  134. package/docs/classes/AppsButtonComponent.html +9 -0
  135. package/docs/classes/AuthenticationServiceMock.html +3 -0
  136. package/docs/classes/FooterComponent.html +3 -0
  137. package/docs/classes/FooterDirective.html +8 -0
  138. package/docs/classes/HeaderComponent.html +8 -0
  139. package/docs/classes/LanguageSelectorComponent.html +3 -0
  140. package/docs/classes/LayoutComponent.html +18 -0
  141. package/docs/classes/LayoutComponentService.html +15 -0
  142. package/docs/classes/NavigationComponent.html +15 -0
  143. package/docs/classes/NavigationItemComponent.html +22 -0
  144. package/docs/classes/NavigationProgressBarComponent.html +4 -0
  145. package/docs/classes/NavigationService.html +17 -0
  146. package/docs/classes/ReplaceRouterPathsPipe.html +4 -0
  147. package/docs/classes/ReplaceRouterPathsService.html +3 -0
  148. package/docs/classes/ResetButtonComponent.html +3 -0
  149. package/docs/classes/SettingsButtonComponent.html +30 -0
  150. package/docs/classes/SidenavComponent.html +5 -0
  151. package/docs/classes/SidenavComponentService.html +5 -0
  152. package/docs/classes/SidenavFooterDirective.html +3 -0
  153. package/docs/classes/SidenavHeaderDirective.html +3 -0
  154. package/docs/classes/SidenavToggleButtonComponent.html +4 -0
  155. package/docs/classes/SignOutComponent.html +4 -0
  156. package/docs/classes/ToggleWindowSidenavButtonComponent.html +5 -0
  157. package/docs/classes/UserProfileIconComponent.html +6 -0
  158. package/docs/classes/VersionComponent.html +7 -0
  159. package/docs/classes/WindowContainerSidenavComponent.html +10 -0
  160. package/docs/documentation.json +13308 -0
  161. package/docs/functions/IsNavigationDividerItem.html +1 -0
  162. package/docs/functions/IsNavigationInsertItem.html +1 -0
  163. package/docs/functions/IsNavigationItem.html +1 -0
  164. package/docs/index.html +25 -0
  165. package/docs/interfaces/ExternalApps.html +8 -0
  166. package/docs/interfaces/LogoConfig.html +4 -0
  167. package/docs/interfaces/NavigationDividerItem.html +3 -0
  168. package/docs/interfaces/NavigationInsertItem.html +2 -0
  169. package/docs/interfaces/NavigationItem.html +6 -0
  170. package/docs/interfaces/NavigationStatus.html +2 -0
  171. package/docs/modules.html +47 -0
  172. package/docs/types/ExtractUsernameFromProfileFn.html +1 -0
  173. package/docs/types/Navigation.html +1 -0
  174. package/docs/types/NavigationWithInserts.html +1 -0
  175. package/docs/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -0
  176. package/docs/variables/RXAP_FOOTER_COMPONENT.html +1 -0
  177. package/docs/variables/RXAP_HEADER_COMPONENT.html +1 -0
  178. package/docs/variables/RXAP_LAYOUT_APPS_GRID.html +1 -0
  179. package/docs/variables/RXAP_LOGO_CONFIG.html +1 -0
  180. package/docs/variables/RXAP_NAVIGATION_CONFIG.html +1 -0
  181. package/docs/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -0
  182. package/package.json +46 -44
@@ -0,0 +1,1124 @@
1
+ body {
2
+ position: absolute;
3
+ width: 100%;
4
+ height: 100%;
5
+ font-family: 'Roboto', sans-serif;
6
+ --bs-body-font-size: 0.9rem;
7
+ }
8
+
9
+ /* roboto-300 - latin */
10
+
11
+ @font-face {
12
+ font-family: 'Roboto';
13
+ font-style: normal;
14
+ font-weight: 300;
15
+ src: url('../fonts/roboto-v15-latin-300.eot');
16
+ /* IE9 Compat Modes */
17
+ src:
18
+ local('Roboto Light'),
19
+ local('Roboto-Light'),
20
+ url('../fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'),
21
+ /* IE6-IE8 */ url('../fonts/roboto-v15-latin-300.woff2') format('woff2'),
22
+ /* Super Modern Browsers */ url('../fonts/roboto-v15-latin-300.woff') format('woff'),
23
+ /* Modern Browsers */ url('../fonts/roboto-v15-latin-300.ttf') format('truetype'),
24
+ /* Safari, Android, iOS */ url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg');
25
+ /* Legacy iOS */
26
+ }
27
+
28
+ /* roboto-regular - latin */
29
+
30
+ @font-face {
31
+ font-family: 'Roboto';
32
+ font-style: normal;
33
+ font-weight: 400;
34
+ src: url('../fonts/roboto-v15-latin-regular.eot');
35
+ /* IE9 Compat Modes */
36
+ src:
37
+ local('Roboto'),
38
+ local('Roboto-Regular'),
39
+ url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
40
+ /* IE6-IE8 */ url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'),
41
+ /* Super Modern Browsers */ url('../fonts/roboto-v15-latin-regular.woff') format('woff'),
42
+ /* Modern Browsers */ url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'),
43
+ /* Safari, Android, iOS */ url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg');
44
+ /* Legacy iOS */
45
+ }
46
+
47
+ /* roboto-700 - latin */
48
+
49
+ @font-face {
50
+ font-family: 'Roboto';
51
+ font-style: normal;
52
+ font-weight: 700;
53
+ src: url('../fonts/roboto-v15-latin-700.eot');
54
+ /* IE9 Compat Modes */
55
+ src:
56
+ local('Roboto Bold'),
57
+ local('Roboto-Bold'),
58
+ url('../fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'),
59
+ /* IE6-IE8 */ url('../fonts/roboto-v15-latin-700.woff2') format('woff2'),
60
+ /* Super Modern Browsers */ url('../fonts/roboto-v15-latin-700.woff') format('woff'),
61
+ /* Modern Browsers */ url('../fonts/roboto-v15-latin-700.ttf') format('truetype'),
62
+ /* Safari, Android, iOS */ url('../fonts/roboto-v15-latin-700.svg#Roboto') format('svg');
63
+ /* Legacy iOS */
64
+ }
65
+
66
+ h1 {
67
+ font-size: 26px;
68
+ }
69
+
70
+ h2 {
71
+ font-size: 22px;
72
+ }
73
+
74
+ h3 {
75
+ font-size: 20px;
76
+ font-weight: bold;
77
+ }
78
+
79
+ h4,
80
+ h5 {
81
+ font-size: 18px;
82
+ }
83
+
84
+ h6 {
85
+ font-size: 16px;
86
+ }
87
+
88
+ a[href] {
89
+ cursor: pointer;
90
+ }
91
+
92
+ /**
93
+ * Mobile navbar
94
+ */
95
+
96
+ .navbar {
97
+ min-height: 50px;
98
+ }
99
+
100
+ .navbar-brand {
101
+ height: 50px;
102
+ font-size: 14px;
103
+ line-height: 20px;
104
+ padding: 15px;
105
+ }
106
+
107
+ .navbar-static-top {
108
+ margin-bottom: 0;
109
+ height: 50px;
110
+ }
111
+
112
+ /**
113
+ * Main container
114
+ */
115
+
116
+ .container-fluid {
117
+ overflow-y: hidden;
118
+ overflow-x: hidden;
119
+ }
120
+
121
+ .container-fluid.main {
122
+ height: 100%;
123
+ padding: 0;
124
+ }
125
+
126
+ .tab-content.overview {
127
+ margin-top: 50px;
128
+ margin-left: 15px;
129
+ }
130
+
131
+ .container-fluid.modules,
132
+ .container-fluid.components,
133
+ .container-fluid.directives,
134
+ .container-fluid.classes,
135
+ .container-fluid.injectables,
136
+ .container-fluid.pipes,
137
+ .content.routes table {
138
+ margin-top: 25px;
139
+ }
140
+
141
+ .container-fluid.modules {
142
+ width: 100%;
143
+ overflow-y: auto;
144
+ }
145
+
146
+ .container-fluid.module {
147
+ padding: 0;
148
+ margin-top: 0;
149
+ }
150
+
151
+ .container-fluid.module h3 a {
152
+ margin-left: 10px;
153
+ color: #333;
154
+ }
155
+
156
+ .row.main {
157
+ height: 100%;
158
+ margin: 0;
159
+ }
160
+
161
+ /**
162
+ * Copyright
163
+ */
164
+
165
+ .copyright {
166
+ margin: 0;
167
+ padding: 15px;
168
+ text-align: center;
169
+ display: flex;
170
+ flex-direction: column;
171
+ align-items: center;
172
+ z-index: 1;
173
+ }
174
+
175
+ .copyright img {
176
+ width: 80px;
177
+ margin-top: 10px;
178
+ }
179
+
180
+ .copyright a {
181
+ color: #009dff;
182
+ text-decoration: underline;
183
+ }
184
+
185
+ /**
186
+ * Content
187
+ */
188
+
189
+ .content {
190
+ height: 100%;
191
+ overflow-y: auto;
192
+ -webkit-overflow-scrolling: touch;
193
+ width: calc(100% - 320px);
194
+ position: absolute;
195
+ top: 0;
196
+ left: 320px;
197
+ padding: 15px 30px;
198
+ }
199
+
200
+ .content > h1:first-of-type {
201
+ margin-top: 15px;
202
+ }
203
+
204
+ .content > h3:first-of-type {
205
+ margin-top: 5px;
206
+ }
207
+
208
+ .content.readme h1:first-of-type {
209
+ margin-top: 0;
210
+ }
211
+
212
+ .content table {
213
+ margin-top: 20px;
214
+ }
215
+
216
+ .content-data {
217
+ display: flex;
218
+ flex-direction: column;
219
+ height: 100%;
220
+ }
221
+
222
+ .content-data .tab-content {
223
+ flex: 1;
224
+ }
225
+
226
+ .content-data .tab-pane {
227
+ height: 100%;
228
+ }
229
+
230
+ .content-data .tab-pane.active {
231
+ opacity: 1;
232
+ }
233
+
234
+ .content-data .exampleContainer {
235
+ height: 100%;
236
+ width: 100%;
237
+ }
238
+
239
+ /**
240
+ * Icons
241
+ */
242
+
243
+ .glyphicon,
244
+ .icon {
245
+ margin-right: 10px;
246
+ }
247
+
248
+ /**
249
+ * Menu
250
+ */
251
+
252
+ #book-search-input {
253
+ padding: 6px;
254
+ transition: top 0.5s ease;
255
+ background: #fff;
256
+ border-bottom: 1px solid rgba(0, 0, 0, 0.07);
257
+ border-top: 1px solid rgba(0, 0, 0, 0.07);
258
+ margin-bottom: 5px;
259
+ margin-top: -1px;
260
+ }
261
+
262
+ #book-search-input input,
263
+ #book-search-input input:focus,
264
+ #book-search-input input:hover {
265
+ width: 100%;
266
+ background: 0 0;
267
+ border: 1px solid transparent;
268
+ box-shadow: none;
269
+ outline: 0;
270
+ line-height: 22px;
271
+ padding: 7px 7px;
272
+ color: inherit;
273
+ }
274
+
275
+ .panel-body {
276
+ padding: 0px;
277
+ }
278
+
279
+ .panel-group .panel-heading + .panel-collapse > .list-group,
280
+ .panel-group .panel-heading + .panel-collapse > .panel-body {
281
+ border-top: 0;
282
+ }
283
+
284
+ .panel-body table tr td {
285
+ padding-left: 15px;
286
+ }
287
+
288
+ .panel-body .table {
289
+ margin-bottom: 0px;
290
+ }
291
+
292
+ .panel-group .panel:first-child {
293
+ border-top: 0;
294
+ }
295
+
296
+ .menu {
297
+ background: #fafafa;
298
+ border-right: 1px solid #e7e7e7;
299
+ height: 100%;
300
+ padding: 0;
301
+ width: 320px;
302
+ overflow-y: auto;
303
+ -webkit-overflow-scrolling: touch;
304
+ }
305
+
306
+ .menu ul.list {
307
+ list-style: none;
308
+ margin: 0;
309
+ padding: 0;
310
+ }
311
+
312
+ .menu ul.list li a {
313
+ display: block;
314
+ padding: 10px 15px;
315
+ border-bottom: none;
316
+ color: #364149;
317
+ background: 0 0;
318
+ text-overflow: ellipsis;
319
+ text-decoration: none;
320
+ overflow: hidden;
321
+ white-space: nowrap;
322
+ position: relative;
323
+ }
324
+
325
+ .menu ul.list li a.active {
326
+ color: #008cff;
327
+ }
328
+
329
+ .menu ul.list li.divider {
330
+ height: 1px;
331
+ margin: 7px 0;
332
+ overflow: hidden;
333
+ background: rgba(0, 0, 0, 0.07);
334
+ }
335
+
336
+ .menu ul.list li.chapter ul.links {
337
+ padding-left: 20px;
338
+ }
339
+
340
+ .menu ul.list li.for-chapter2 {
341
+ padding-left: 0;
342
+ }
343
+
344
+ .menu ul.list li.for-chapter3 {
345
+ padding-left: 20px;
346
+ }
347
+
348
+ .menu ul.list li.for-chapter4 {
349
+ padding-left: 40px;
350
+ }
351
+
352
+ .menu ul.list li.for-chapter5 {
353
+ padding-left: 60px;
354
+ }
355
+
356
+ .menu ul.list li.chapter .simple {
357
+ padding: 10px 15px;
358
+ position: relative;
359
+ }
360
+
361
+ .menu ul.list li.chapter .inner .simple {
362
+ padding-left: 35px;
363
+ }
364
+
365
+ .menu ul.list li.chapter .inner ul.links {
366
+ padding-left: 40px;
367
+ }
368
+
369
+ .menu ul.list li.chapter.additional .inner ul.links {
370
+ padding-left: 20px;
371
+ }
372
+
373
+ .menu .panel-group {
374
+ width: 100%;
375
+ height: 100%;
376
+ overflow-y: auto;
377
+ }
378
+
379
+ .menu .panel-default {
380
+ border-right: none;
381
+ border-left: none;
382
+ border-bottom: none;
383
+ }
384
+
385
+ .menu .panel-group .panel-heading + .panel-collapse > .panel-body {
386
+ border-top: none;
387
+ overflow-y: auto;
388
+ max-height: 350px;
389
+ }
390
+
391
+ .menu .panel-default:last-of-type {
392
+ border-bottom: 1px solid #ddd;
393
+ }
394
+
395
+ .panel-group .panel + .panel {
396
+ margin-top: 0;
397
+ }
398
+
399
+ .panel-group .panel {
400
+ z-index: 2;
401
+ position: relative;
402
+ border-radius: 0;
403
+ box-shadow: none;
404
+ border-left: 0;
405
+ border-right: 0;
406
+ }
407
+
408
+ .menu a {
409
+ color: #3c3c3c;
410
+ }
411
+
412
+ .xs-menu ul.list li:nth-child(2) {
413
+ margin: 0;
414
+ background: none;
415
+ }
416
+
417
+ .menu ul.list li:nth-child(2) {
418
+ margin: 0;
419
+ background: none;
420
+ }
421
+
422
+ .menu .title {
423
+ padding: 8px 0;
424
+ }
425
+
426
+ .menu-toggler {
427
+ cursor: pointer;
428
+ }
429
+
430
+ .menu-toggler .ion-ios-arrow-down,
431
+ .menu-toggler .ion-ios-arrow-up {
432
+ cursor: pointer;
433
+ padding: 5px 10px;
434
+ font-size: 16px;
435
+ position: absolute;
436
+ right: 0;
437
+ top: 7px;
438
+ }
439
+
440
+ .overview .card-title .icon {
441
+ font-size: 50px;
442
+ }
443
+
444
+ .overview .card-text a {
445
+ text-decoration: underline;
446
+ color: black;
447
+ }
448
+
449
+ .overview .col-sm-3 {
450
+ width: 200px;
451
+ }
452
+
453
+ .breadcrumb {
454
+ background: none;
455
+ padding-left: 0 !important;
456
+ margin-bottom: 10px;
457
+ font-size: 24px;
458
+ padding-top: 0;
459
+ list-style: none;
460
+ }
461
+
462
+ ol.breadcrumb {
463
+ list-style-type: none !important;
464
+ }
465
+
466
+ .breadcrumb a {
467
+ text-decoration: underline;
468
+ color: #333;
469
+ }
470
+
471
+ .comment {
472
+ margin: 15px 0;
473
+ }
474
+
475
+ .io-description {
476
+ margin: 10px 0;
477
+ }
478
+
479
+ .io-file {
480
+ margin: 20px 0;
481
+ }
482
+
483
+ .navbar .btn-menu {
484
+ position: absolute;
485
+ right: 0;
486
+ top: 0;
487
+ margin: 6px 10px;
488
+ }
489
+
490
+ .content ul.nav {
491
+ padding-left: 0;
492
+ }
493
+
494
+ .xs-menu {
495
+ height: calc(100% - 50px);
496
+ display: none;
497
+ width: 100%;
498
+ overflow-y: scroll;
499
+ z-index: 1;
500
+ top: 50px;
501
+ position: absolute;
502
+ }
503
+
504
+ .xs-menu .copyright {
505
+ margin-top: 20px;
506
+ position: relative;
507
+ }
508
+
509
+ .tab-source-code {
510
+ padding: 10px 0;
511
+ }
512
+
513
+ pre {
514
+ padding: 12px 12px;
515
+ border: none;
516
+ background: #23241f;
517
+ }
518
+
519
+ code {
520
+ background: none;
521
+ padding: 2px 0;
522
+ }
523
+
524
+ @media (max-width: 767px) {
525
+ .container-fluid.main {
526
+ height: calc(100% - 50px);
527
+ }
528
+
529
+ .content {
530
+ width: 100%;
531
+ left: 0;
532
+ position: relative;
533
+ }
534
+
535
+ .menu ul.list li.title {
536
+ display: none;
537
+ }
538
+ }
539
+
540
+ /**
541
+ * Search
542
+ */
543
+
544
+ .search-results {
545
+ display: none;
546
+ max-width: 800px;
547
+ margin: 0 auto;
548
+ padding: 20px 15px 40px 15px;
549
+ }
550
+
551
+ .search-results .no-results {
552
+ display: none;
553
+ }
554
+
555
+ .with-search .search-results {
556
+ display: block;
557
+ }
558
+
559
+ .with-search .content-data {
560
+ display: none;
561
+ }
562
+
563
+ .with-search .xs-menu {
564
+ height: 51px;
565
+ }
566
+
567
+ .with-search .xs-menu nav {
568
+ display: none;
569
+ }
570
+
571
+ .search-results.no-results .has-results {
572
+ display: none;
573
+ }
574
+
575
+ .search-results.no-results .no-results {
576
+ display: block;
577
+ }
578
+
579
+ .search-results .search-results-title {
580
+ text-transform: uppercase;
581
+ text-align: center;
582
+ font-weight: 200;
583
+ margin-bottom: 35px;
584
+ opacity: 0.6;
585
+ }
586
+
587
+ .search-results ul.search-results-list {
588
+ list-style-type: none;
589
+ padding-left: 0;
590
+ }
591
+
592
+ .search-results ul.search-results-list li {
593
+ margin-bottom: 1.5rem;
594
+ padding-bottom: 0.5rem;
595
+ }
596
+
597
+ .search-results ul.search-results-list li p em {
598
+ background-color: rgba(255, 220, 0, 0.4);
599
+ font-style: normal;
600
+ }
601
+
602
+ .search-results-item {
603
+ margin-bottom: 1rem !important;
604
+ margin-top: 1rem;
605
+ padding-bottom: 0 !important;
606
+ }
607
+
608
+ .search-results-item a {
609
+ font-size: 18px;
610
+ }
611
+
612
+ .search-results-group,
613
+ .search-results-group .search-results-list {
614
+ margin-bottom: 0 !important;
615
+ }
616
+
617
+ .search-results-group h3 {
618
+ margin-top: 10px;
619
+ }
620
+
621
+ .jsdoc-params {
622
+ list-style: square;
623
+ margin-top: 10px;
624
+ margin-bottom: 0 !important;
625
+ }
626
+
627
+ .jsdoc-params li {
628
+ padding-bottom: 10px;
629
+ }
630
+
631
+ .jsdoc-example-ul ul {
632
+ padding-left: 20px;
633
+ }
634
+
635
+ example-url {
636
+ display: none;
637
+ }
638
+
639
+ i {
640
+ font-style: italic;
641
+ }
642
+
643
+ .coverage a {
644
+ color: #333;
645
+ text-decoration: underline;
646
+ }
647
+
648
+ .coverage tr.low,
649
+ .coverage td.low {
650
+ background: rgba(216, 96, 75, 0.75);
651
+ }
652
+
653
+ .coverage tr.medium,
654
+ .coverage td.medium {
655
+ background: rgba(218, 178, 38, 0.75);
656
+ }
657
+
658
+ .coverage tr.good,
659
+ .coverage td.good {
660
+ background: rgba(143, 189, 8, 0.75);
661
+ }
662
+
663
+ .coverage tr.very-good,
664
+ .coverage td.very-good {
665
+ background: rgba(77, 199, 31, 0.75);
666
+ }
667
+
668
+ .coverage td.uncovered {
669
+ background: rgba(221, 221, 221, 0.75);
670
+ }
671
+
672
+ .coverage-header {
673
+ background: #fafafa;
674
+ }
675
+
676
+ thead.coverage-header > tr > td,
677
+ thead.coverage-header > tr > th {
678
+ border-bottom-width: 0;
679
+ }
680
+
681
+ th[role='columnheader'].statements:not(.no-sort):after {
682
+ margin-left: 10px;
683
+ }
684
+
685
+ .coverage-count {
686
+ color: grey;
687
+ font-size: 12px;
688
+ margin-left: 10px;
689
+ display: inline-block;
690
+ width: 50px;
691
+ }
692
+
693
+ .coverage-badge {
694
+ background: #5d5d5d;
695
+ border-radius: 4px;
696
+ display: inline-block;
697
+ color: white;
698
+ padding: 4px;
699
+ padding-right: 0;
700
+ padding-left: 8px;
701
+ }
702
+
703
+ .coverage-badge .count {
704
+ padding: 6px;
705
+ margin-left: 5px;
706
+ border-top-right-radius: 4px;
707
+ border-bottom-right-radius: 4px;
708
+ }
709
+
710
+ .coverage-badge .count.low {
711
+ background: #d8624c;
712
+ }
713
+
714
+ .coverage-badge .count.medium {
715
+ background: #dab226;
716
+ }
717
+
718
+ .coverage-badge .count.good {
719
+ background: #8fbd08;
720
+ }
721
+
722
+ .coverage-badge .count.very-good {
723
+ background: #4dc71f;
724
+ }
725
+
726
+ .content ol {
727
+ list-style-type: decimal;
728
+ margin-top: 0;
729
+ padding-left: 20px;
730
+ margin-bottom: 16px;
731
+ }
732
+
733
+ .content ul {
734
+ list-style: disc;
735
+ margin-top: 0;
736
+ padding-left: 20px;
737
+ margin-bottom: 16px;
738
+ }
739
+
740
+ .content ul.list-group {
741
+ padding-left: 0;
742
+ }
743
+
744
+ .content ul.list-group li.list-group-item a {
745
+ display: inline-block;
746
+ max-width: 100%;
747
+ overflow: hidden;
748
+ text-overflow: ellipsis;
749
+ white-space: nowrap;
750
+ }
751
+
752
+ .content ul ul {
753
+ list-style-type: circle;
754
+ }
755
+
756
+ .compodoc-table {
757
+ width: inherit;
758
+ }
759
+
760
+ .compodoc-table thead {
761
+ font-weight: bold;
762
+ }
763
+
764
+ .modifier {
765
+ background: #9a9a9a;
766
+ padding: 1px 5px;
767
+ color: white;
768
+ border-radius: 4px;
769
+ }
770
+
771
+ .modifier:empty {
772
+ display: none;
773
+ }
774
+
775
+ .modifier-icon {
776
+ color: #c7254e;
777
+ }
778
+
779
+ .modifier-icon.method {
780
+ color: white;
781
+ background: #c7254e;
782
+ padding: 4px;
783
+ border-radius: 8px;
784
+ font-size: 10px;
785
+ margin-right: 2px;
786
+ }
787
+
788
+ .modifier-icon.method.square {
789
+ border-radius: 4px;
790
+ }
791
+
792
+ .modifier-icon.method.export {
793
+ display: none;
794
+ }
795
+
796
+ .modifier-icon.method .ion-ios-radio-button-off,
797
+ .modifier-icon.method .ion-ios-square-outline {
798
+ display: none;
799
+ }
800
+
801
+ .modifier-icon.method .ion-ios-lock {
802
+ margin-right: 0;
803
+ }
804
+
805
+ .modifier-icon.ion-ios-reset {
806
+ margin-right: 0;
807
+ }
808
+
809
+ /**
810
+ * Modules
811
+ */
812
+
813
+ .card-module {
814
+ min-height: 323px;
815
+ }
816
+
817
+ /**
818
+ * Routes graph
819
+ */
820
+
821
+ .node text {
822
+ font-size: 12px;
823
+ }
824
+
825
+ .node .icon {
826
+ font-size: 15px;
827
+ cursor: default;
828
+ }
829
+
830
+ .node .icon.has-children {
831
+ cursor: pointer;
832
+ }
833
+
834
+ path.link {
835
+ fill: none;
836
+ stroke: #9ecae1;
837
+ stroke-width: 1.5px;
838
+ }
839
+
840
+ #body-routes a {
841
+ text-decoration: underline;
842
+ }
843
+
844
+ #body-routes svg {
845
+ overflow: visible;
846
+ }
847
+
848
+ /**
849
+ * Miscellaneous
850
+ */
851
+
852
+ .content.miscellaneous h2 {
853
+ margin-bottom: 20px;
854
+ }
855
+
856
+ .content.miscellaneous h4 {
857
+ padding-top: 20px;
858
+ }
859
+
860
+ /* highlight line */
861
+
862
+ .line-highlight {
863
+ background: linear-gradient(to right, hsla(0, 0%, 100%, 0.1) 70%, hsla(24, 20%, 50%, 0));
864
+ }
865
+
866
+ #tree-container {
867
+ width: 100%;
868
+ height: 100%;
869
+ }
870
+
871
+ #tree {
872
+ position: relative;
873
+ }
874
+
875
+ .tree-legend {
876
+ position: absolute;
877
+ bottom: 10px;
878
+ left: 10px;
879
+ border: 1px solid #ddd;
880
+ padding: 5px 10px;
881
+ }
882
+
883
+ .tree-legend .title {
884
+ margin-bottom: 8px;
885
+ }
886
+
887
+ .tree-legend .color {
888
+ width: 20px;
889
+ height: 12px;
890
+ display: inline-block;
891
+ margin-right: 5px;
892
+ }
893
+
894
+ .tree-legend .htmlelement {
895
+ background: #97c2fc;
896
+ }
897
+
898
+ .tree-legend .component {
899
+ background: #fb7e81;
900
+ }
901
+
902
+ .tree-legend .directive {
903
+ background: #ff9800;
904
+ }
905
+
906
+ #module-graph-svg {
907
+ width: 100%;
908
+ height: 250px;
909
+ }
910
+
911
+ #module-graph-svg svg {
912
+ width: 100%;
913
+ height: 100%;
914
+ }
915
+
916
+ .content ul.type-parameters {
917
+ margin-bottom: 5px;
918
+ }
919
+
920
+ table.params {
921
+ width: 100%;
922
+ margin: 10px 0;
923
+ border-spacing: 0;
924
+ border: 0;
925
+ border-collapse: collapse;
926
+ }
927
+
928
+ table.params thead {
929
+ background: #f5f5f5;
930
+ color: #525252;
931
+ }
932
+
933
+ table.params td {
934
+ padding: 4px;
935
+ border: solid 1px #ddd;
936
+ }
937
+
938
+ table.params td p {
939
+ margin: 0;
940
+ }
941
+
942
+ .img-responsive {
943
+ display: inline-block;
944
+ }
945
+
946
+ .index-table h6 {
947
+ margin-top: 5px;
948
+ margin-bottom: 5px;
949
+ }
950
+
951
+ ul.index-list {
952
+ list-style: none;
953
+ padding: 0;
954
+ column-gap: 20px;
955
+ column-count: 3;
956
+ line-height: 25px;
957
+ margin-bottom: 0;
958
+ }
959
+
960
+ .no-graph {
961
+ text-align: center;
962
+ height: 175px;
963
+ line-height: 175px;
964
+ }
965
+
966
+ .name a {
967
+ display: none;
968
+ color: #6e6e6e;
969
+ margin-left: 5px;
970
+ }
971
+
972
+ .name:hover a {
973
+ display: inline-block;
974
+ }
975
+
976
+ .accessor b {
977
+ color: #808080;
978
+ margin-right: 8px;
979
+ font-weight: normal;
980
+ }
981
+
982
+ .module-graph-container {
983
+ position: relative;
984
+ }
985
+
986
+ .module-graph-container .size-buttons {
987
+ margin-top: 10px;
988
+ }
989
+
990
+ .module-graph-fullscreen-btn {
991
+ position: absolute;
992
+ right: 5px;
993
+ top: 0;
994
+ cursor: pointer;
995
+ }
996
+
997
+ /**
998
+ * Dependencies
999
+ */
1000
+
1001
+ .package-dependencies ul {
1002
+ list-style: none;
1003
+ margin: 0;
1004
+ }
1005
+
1006
+ .package-dependencies li {
1007
+ margin: 5px 0;
1008
+ }
1009
+
1010
+ .deprecated {
1011
+ color: #e73440;
1012
+ }
1013
+ .deprecated p {
1014
+ margin-bottom: 0;
1015
+ }
1016
+ .deprecated-name,
1017
+ .deprecated-name:hover {
1018
+ text-decoration: line-through !important;
1019
+ }
1020
+ .deprecated-name::before {
1021
+ text-decoration: none;
1022
+ display: inline-block;
1023
+ }
1024
+
1025
+ /**
1026
+ * Dark mode
1027
+ */
1028
+
1029
+ .dark-mode-switch {
1030
+ position: absolute;
1031
+ top: 70px;
1032
+ right: 15px;
1033
+ display: inline-block;
1034
+ width: 60px;
1035
+ height: 34px;
1036
+ }
1037
+
1038
+ .dark-mode-switch input {
1039
+ opacity: 0;
1040
+ width: 0;
1041
+ height: 0;
1042
+ }
1043
+
1044
+ .dark-mode-switch .slider {
1045
+ position: absolute;
1046
+ cursor: pointer;
1047
+ top: 0;
1048
+ left: 0;
1049
+ right: 0;
1050
+ bottom: 0;
1051
+ background-color: #5cc0ae80;
1052
+ border-radius: 34px;
1053
+ transition: 0.6s;
1054
+ }
1055
+
1056
+ .dark-mode-switch .slider:before {
1057
+ position: absolute;
1058
+ content: '';
1059
+ height: 26px;
1060
+ width: 26px;
1061
+ left: 4px;
1062
+ bottom: 4px;
1063
+ background-color: white;
1064
+ border-radius: 50%;
1065
+ transition: 0.4s;
1066
+ }
1067
+
1068
+ .dark-mode-switch input:checked + .slider {
1069
+ background-color: #f1c40fb8;
1070
+ }
1071
+
1072
+ .dark-mode-switch.dark .slider-icon {
1073
+ stroke: black;
1074
+ }
1075
+
1076
+ .dark-mode-switch input:checked + .slider:before {
1077
+ transform: translateX(26px);
1078
+ }
1079
+
1080
+ .dark-mode-switch .slider-icon {
1081
+ transform: rotate(250deg);
1082
+ position: absolute;
1083
+ right: 6px;
1084
+ top: 7px;
1085
+ stroke: white;
1086
+ }
1087
+
1088
+ @media (min-width: 768px) {
1089
+ .dark-mode-switch {
1090
+ top: 15px;
1091
+ }
1092
+ }
1093
+
1094
+ ul.properties-list {
1095
+ list-style: none;
1096
+ padding-left: 0;
1097
+ }
1098
+ .properties-list li {
1099
+ margin-bottom: 10px;
1100
+ }
1101
+
1102
+ .fade.show {
1103
+ opacity: 1;
1104
+ }
1105
+
1106
+ .nav-tabs ::marker {
1107
+ content: '';
1108
+ }
1109
+
1110
+ .content {
1111
+ --bs-link-color: #337ab7;
1112
+ }
1113
+
1114
+ .table-sm > :not(caption) > * > * {
1115
+ padding: 0.5rem 0.5rem;
1116
+ }
1117
+
1118
+ .search-results a {
1119
+ text-decoration: none;
1120
+ }
1121
+
1122
+ .module-graph-container .btn-default {
1123
+ --bs-btn-border-color: #ccc;
1124
+ }