@rxap/layout 18.0.2 → 18.0.3-dev.0

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 +4 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +730 -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 +239 -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 +190 -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 +389 -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 +13292 -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 +16 -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 +44 -44
@@ -0,0 +1,201 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="542.98999"
13
+ height="542.98999"
14
+ id="svg2"
15
+ version="1.1"
16
+ inkscape:version="0.48.4 r9939"
17
+ sodipodi:docname="compodoc.svg"
18
+ inkscape:export-filename="/home/SII/vogloblinsky/Bureau/compodoc.png"
19
+ inkscape:export-xdpi="72"
20
+ inkscape:export-ydpi="72">
21
+ <defs
22
+ id="defs4" />
23
+ <sodipodi:namedview
24
+ id="base"
25
+ pagecolor="#ffffff"
26
+ bordercolor="#666666"
27
+ borderopacity="1.0"
28
+ inkscape:pageopacity="0.0"
29
+ inkscape:pageshadow="2"
30
+ inkscape:zoom="0.98994949"
31
+ inkscape:cx="394.86152"
32
+ inkscape:cy="152.29997"
33
+ inkscape:document-units="px"
34
+ inkscape:current-layer="layer1"
35
+ showgrid="false"
36
+ inkscape:window-width="1887"
37
+ inkscape:window-height="1056"
38
+ inkscape:window-x="1953"
39
+ inkscape:window-y="24"
40
+ inkscape:window-maximized="1"
41
+ fit-margin-top="0"
42
+ fit-margin-left="0"
43
+ fit-margin-right="0"
44
+ fit-margin-bottom="0" />
45
+ <metadata
46
+ id="metadata7">
47
+ <rdf:RDF>
48
+ <cc:Work
49
+ rdf:about="">
50
+ <dc:format>image/svg+xml</dc:format>
51
+ <dc:type
52
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
53
+ <dc:title></dc:title>
54
+ </cc:Work>
55
+ </rdf:RDF>
56
+ </metadata>
57
+ <g
58
+ inkscape:label="Calque 1"
59
+ inkscape:groupmode="layer"
60
+ id="layer1"
61
+ transform="translate(-109.30421,14.576914)">
62
+ <g
63
+ id="g3075"
64
+ transform="matrix(-0.34202014,0.93969262,-0.93969262,-0.34202014,789.34114,36.353292)">
65
+ <path
66
+ id="path254"
67
+ style="fill:#f03949;fill-opacity:1;fill-rule:nonzero;stroke:none"
68
+ d="m 126.98485,359.06758 340,0 0,-65 -340,0 0,65 z"
69
+ inkscape:connector-curvature="0" />
70
+ <path
71
+ id="path256"
72
+ style="fill:#f78f22;fill-opacity:1;fill-rule:nonzero;stroke:none"
73
+ d="m 306.35985,326.56758 c 0,-13.46125 -10.9125,-24.37375 -24.37375,-24.37375 -13.46125,0 -24.37375,10.9125 -24.37375,24.37375 0,13.46125 10.9125,24.37375 24.37375,24.37375 13.46125,0 24.37375,-10.9125 24.37375,-24.37375"
74
+ inkscape:connector-curvature="0" />
75
+ <path
76
+ id="path266"
77
+ style="fill:#1a3a5c;fill-opacity:1;fill-rule:nonzero;stroke:none"
78
+ d="m 173.23485,359.06758 28.75,0 0,-65 -28.75,0 0,65 z"
79
+ inkscape:connector-curvature="0" />
80
+ <path
81
+ sodipodi:nodetypes="ccccccccccccccccccsccccc"
82
+ id="path268"
83
+ style="fill:#e73440;fill-opacity:1;fill-rule:nonzero;stroke:none"
84
+ d="m 466.98485,326.56758 -27.5,0 0,-32.5 27.5,0 0,32.5 m -41.25,0 -38.78935,0.25254 -1.26269,-32.24746 62.02286,1.01015 -2.77792,31.23731 m -57.9429,-0.25254 -10,0 0,-32.5 10,0 0,32.5 m -23.75,0 -56.875,0 0,0 c 0,-13.46125 -10.9125,-24.37375 -24.37375,-24.37375 -13.46125,0 -24.37375,10.9125 -24.37375,24.37375 l -55.6275,0 0,-32.5 176.40229,0.25254 1.01015,32.5"
85
+ inkscape:connector-curvature="0" />
86
+ <path
87
+ id="path258"
88
+ style="fill:#3f1928;fill-opacity:1;fill-rule:nonzero;stroke:none"
89
+ d="m 383.23485,359.06758 13.75,0 0,-65 -13.75,0 0,65 z"
90
+ inkscape:connector-curvature="0" />
91
+ <path
92
+ id="path260"
93
+ style="fill:#3f1928;fill-opacity:1;fill-rule:nonzero;stroke:none"
94
+ d="m 405.73485,359.06758 13.75,0 0,-65 -13.75,0 0,65 z"
95
+ inkscape:connector-curvature="0" />
96
+ <path
97
+ id="path278"
98
+ style="fill:#e73440;fill-opacity:1;fill-rule:nonzero;stroke:none"
99
+ d="m 173.23485,326.56758 -7.5,0 0,-32.5 7.5,0 0,32.5 m -21.25,0 -25,0 0,-32.5 25,0 0,32.5"
100
+ inkscape:connector-curvature="0" />
101
+ <path
102
+ id="path280"
103
+ style="fill:#e73440;fill-opacity:1;fill-rule:nonzero;stroke:none"
104
+ d="m 151.98485,326.56758 13.75,0 0,-32.5 -13.75,0 0,32.5 z"
105
+ inkscape:connector-curvature="0" />
106
+ <path
107
+ id="path282"
108
+ style="fill:#183452;fill-opacity:1;fill-rule:nonzero;stroke:none"
109
+ d="m 173.23485,326.56758 28.75,0 0,-32.5 -28.75,0 0,32.5 z"
110
+ inkscape:connector-curvature="0" />
111
+ </g>
112
+ <g
113
+ id="g3914"
114
+ transform="translate(16.162441,0.605492)">
115
+ <rect
116
+ transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
117
+ style="fill:#5cc0ae;fill-opacity:1"
118
+ y="209.84224"
119
+ x="-77.023102"
120
+ height="44.285713"
121
+ width="180"
122
+ id="rect3090" />
123
+ <rect
124
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
125
+ style="fill:#f1c40f;fill-opacity:1"
126
+ y="33.689053"
127
+ x="209.69711"
128
+ height="44.285713"
129
+ width="180"
130
+ id="rect3090-7-2" />
131
+ </g>
132
+ <g
133
+ id="g3919"
134
+ transform="translate(-2.0203046,-106.78207)">
135
+ <path
136
+ inkscape:connector-curvature="0"
137
+ id="rect3090-7-2-4"
138
+ d="m 623.00576,279.17227 -127.28125,127.28125 31.3125,31.3125 127.28125,-127.28125 -31.3125,-31.3125 z"
139
+ style="fill:#f03949;fill-opacity:1" />
140
+ <rect
141
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
142
+ style="fill:#3498db;fill-opacity:1"
143
+ y="-242.99538"
144
+ x="502.17584"
145
+ height="44.285713"
146
+ width="180"
147
+ id="rect3090-7" />
148
+ </g>
149
+ <flowRoot
150
+ xml:space="preserve"
151
+ id="flowRoot3935"
152
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
153
+ transform="translate(109.30421,32.871674)"><flowRegion
154
+ id="flowRegion3937"><rect
155
+ id="rect3939"
156
+ width="355.5737"
157
+ height="240.41631"
158
+ x="331.33005"
159
+ y="610.32037" /></flowRegion><flowPara
160
+ id="flowPara3941" /></flowRoot> <g
161
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
162
+ id="text3943-1-6-0">
163
+ <path
164
+ d="m 212.84736,436.93307 c -0.33003,0.42004 -0.66003,0.75004 -0.99,0.99 -0.30003,0.24004 -0.75003,0.36004 -1.35,0.36 -0.57003,4e-5 -1.12503,-0.16496 -1.665,-0.495 -0.54003,-0.35996 -1.18503,-0.74996 -1.935,-1.17 -0.75003,-0.44996 -1.65003,-0.83996 -2.7,-1.17 -1.02003,-0.35996 -2.29502,-0.53996 -3.825,-0.54 -1.95002,4e-5 -3.66002,0.36004 -5.13,1.08 -1.47002,0.69004 -2.70001,1.69504 -3.69,3.015 -0.96001,1.32004 -1.68001,2.92504 -2.16,4.815 -0.48001,1.86003 -0.72001,3.97503 -0.72,6.345 -10e-6,2.46002 0.25499,4.65002 0.765,6.57 0.53999,1.92002 1.30499,3.54002 2.295,4.86 0.98999,1.29001 2.18998,2.28001 3.6,2.97 1.40998,0.66001 2.99998,0.99001 4.77,0.99 1.76998,1e-5 3.19497,-0.20999 4.275,-0.63 1.10997,-0.44999 2.03997,-0.92999 2.79,-1.44 0.74997,-0.53999 1.39497,-1.01999 1.935,-1.44 0.56997,-0.44998 1.19997,-0.67498 1.89,-0.675 0.89997,2e-5 1.57497,0.34502 2.025,1.035 l 3.195,4.05 c -1.23004,1.44001 -2.56504,2.65501 -4.005,3.645 -1.44003,0.96001 -2.94003,1.74001 -4.5,2.34 -1.53003,0.57 -3.12003,0.975 -4.77,1.215 -1.62002,0.24 -3.24002,0.36 -4.86,0.36 -2.85002,0 -5.53501,-0.525 -8.055,-1.575 -2.52001,-1.07999 -4.72501,-2.63999 -6.615,-4.68 -1.89,-2.03999 -3.39,-4.52999 -4.5,-7.47 -1.08,-2.96998 -1.62,-6.34498 -1.62,-10.125 0,-3.38997 0.48,-6.52497 1.44,-9.405 0.99,-2.90996 2.43,-5.41496 4.32,-7.515 1.88999,-2.12995 4.22999,-3.79495 7.02,-4.995 2.78999,-1.19995 5.99998,-1.79995 9.63,-1.8 3.44998,5e-5 6.46497,0.55505 9.045,1.665 2.60997,1.11005 4.94996,2.70005 7.02,4.77 l -2.925,4.05"
165
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
166
+ id="path3007" />
167
+ <path
168
+ d="m 242.74143,426.44807 c 3.41997,5e-5 6.52496,0.55505 9.315,1.665 2.81996,1.11005 5.21996,2.68505 7.2,4.725 2.00995,2.04004 3.55495,4.53004 4.635,7.47 1.07995,2.94003 1.61995,6.22503 1.62,9.855 -5e-5,3.66002 -0.54005,6.96002 -1.62,9.9 -1.08005,2.94001 -2.62505,5.44501 -4.635,7.515 -1.98004,2.07001 -4.38004,3.66001 -7.2,4.77 -2.79004,1.11 -5.89503,1.665 -9.315,1.665 -3.45003,0 -6.58502,-0.555 -9.405,-1.665 -2.82002,-1.10999 -5.23501,-2.69999 -7.245,-4.77 -1.98001,-2.06999 -3.52501,-4.57499 -4.635,-7.515 -1.08001,-2.93998 -1.62001,-6.23998 -1.62,-9.9 -1e-5,-3.62997 0.53999,-6.91497 1.62,-9.855 1.10999,-2.93996 2.65499,-5.42996 4.635,-7.47 2.00999,-2.03995 4.42498,-3.61495 7.245,-4.725 2.81998,-1.10995 5.95497,-1.66495 9.405,-1.665 m 0,39.015 c 3.83997,10e-6 6.67496,-1.28999 8.505,-3.87 1.85996,-2.57998 2.78996,-6.35998 2.79,-11.34 -4e-5,-4.97997 -0.93004,-8.77496 -2.79,-11.385 -1.83004,-2.60996 -4.66503,-3.91496 -8.505,-3.915 -3.90003,4e-5 -6.79502,1.32004 -8.685,3.96 -1.86002,2.61004 -2.79002,6.39003 -2.79,11.34 -2e-5,4.95002 0.92998,8.73002 2.79,11.34 1.88998,2.58001 4.78497,3.87001 8.685,3.87"
169
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
170
+ id="path3009" />
171
+ <path
172
+ d="m 273.99111,473.33807 0,-46.17 6.795,0 c 1.43999,5e-5 2.38499,0.67505 2.835,2.025 l 0.72,3.42 c 0.80999,-0.89995 1.64999,-1.72495 2.52,-2.475 0.89998,-0.74995 1.84498,-1.39495 2.835,-1.935 1.01998,-0.53995 2.09998,-0.95995 3.24,-1.26 1.16998,-0.32995 2.44498,-0.49495 3.825,-0.495 2.90997,5e-5 5.29497,0.79505 7.155,2.385 1.88997,1.56005 3.29997,3.64504 4.23,6.255 0.71996,-1.52996 1.61996,-2.83496 2.7,-3.915 1.07996,-1.10995 2.26496,-2.00995 3.555,-2.7 1.28996,-0.68995 2.65496,-1.19995 4.095,-1.53 1.46995,-0.32995 2.93995,-0.49495 4.41,-0.495 2.54995,5e-5 4.81494,0.39005 6.795,1.17 1.97994,0.78005 3.64494,1.92005 4.995,3.42 1.34994,1.50004 2.36994,3.33004 3.06,5.49 0.71993,2.16004 1.07993,4.63504 1.08,7.425 l 0,29.385 -11.115,0 0,-29.385 c -6e-5,-2.93996 -0.64505,-5.14496 -1.935,-6.615 -1.29005,-1.49996 -3.18005,-2.24996 -5.67,-2.25 -1.14005,4e-5 -2.20505,0.19504 -3.195,0.585 -0.96004,0.39004 -1.81504,0.96004 -2.565,1.71 -0.72004,0.72004 -1.29004,1.63504 -1.71,2.745 -0.42004,1.11004 -0.63004,2.38503 -0.63,3.825 l 0,29.385 -11.16,0 0,-29.385 c -3e-5,-3.08996 -0.63003,-5.33996 -1.89,-6.75 -1.23003,-1.40996 -3.04502,-2.11496 -5.445,-2.115 -1.62002,4e-5 -3.13502,0.40504 -4.545,1.215 -1.38002,0.78004 -2.67001,1.86004 -3.87,3.24 l 0,33.795 -11.115,0"
173
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
174
+ id="path3011" />
175
+ <path
176
+ d="m 349.40127,488.41307 0,-61.245 6.795,0 c 1.43999,5e-5 2.38499,0.67505 2.835,2.025 l 0.9,4.275 c 1.85998,-2.12995 3.98998,-3.85495 6.39,-5.175 2.42998,-1.31995 5.26497,-1.97995 8.505,-1.98 2.51997,5e-5 4.81496,0.52505 6.885,1.575 2.09996,1.05005 3.89996,2.58005 5.4,4.59 1.52996,1.98004 2.69995,4.44004 3.51,7.38 0.83995,2.91003 1.25995,6.25503 1.26,10.035 -5e-5,3.45002 -0.46505,6.64502 -1.395,9.585 -0.93005,2.94001 -2.26504,5.49001 -4.005,7.65 -1.71004,2.16001 -3.79504,3.85501 -6.255,5.085 -2.43003,1.2 -5.16003,1.8 -8.19,1.8 -2.61003,0 -4.83002,-0.39 -6.66,-1.17 -1.80002,-0.80999 -3.42002,-1.91999 -4.86,-3.33 l 0,18.9 -11.115,0 m 21.6,-53.325 c -2.31002,4e-5 -4.29002,0.49504 -5.94,1.485 -1.62002,0.96004 -3.13502,2.32504 -4.545,4.095 l 0,20.7 c 1.25998,1.56001 2.62498,2.65501 4.095,3.285 1.49998,0.60001 3.11998,0.90001 4.86,0.9 1.67997,1e-5 3.19497,-0.31499 4.545,-0.945 1.34997,-0.62999 2.48997,-1.58999 3.42,-2.88 0.95997,-1.28998 1.69496,-2.90998 2.205,-4.86 0.50996,-1.97998 0.76496,-4.30498 0.765,-6.975 -4e-5,-2.69997 -0.22504,-4.97997 -0.675,-6.84 -0.42004,-1.88996 -1.03503,-3.41996 -1.845,-4.59 -0.81003,-1.16996 -1.80003,-2.02496 -2.97,-2.565 -1.14003,-0.53996 -2.44503,-0.80996 -3.915,-0.81"
177
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
178
+ id="path3013" />
179
+ <path
180
+ d="m 420.98361,426.44807 c 3.41997,5e-5 6.52497,0.55505 9.315,1.665 2.81997,1.11005 5.21996,2.68505 7.2,4.725 2.00996,2.04004 3.55496,4.53004 4.635,7.47 1.07996,2.94003 1.61996,6.22503 1.62,9.855 -4e-5,3.66002 -0.54004,6.96002 -1.62,9.9 -1.08004,2.94001 -2.62504,5.44501 -4.635,7.515 -1.98004,2.07001 -4.38003,3.66001 -7.2,4.77 -2.79003,1.11 -5.89503,1.665 -9.315,1.665 -3.45002,0 -6.58502,-0.555 -9.405,-1.665 -2.82001,-1.10999 -5.23501,-2.69999 -7.245,-4.77 -1.98,-2.06999 -3.525,-4.57499 -4.635,-7.515 -1.08,-2.93998 -1.62,-6.23998 -1.62,-9.9 0,-3.62997 0.54,-6.91497 1.62,-9.855 1.11,-2.93996 2.655,-5.42996 4.635,-7.47 2.00999,-2.03995 4.42499,-3.61495 7.245,-4.725 2.81998,-1.10995 5.95498,-1.66495 9.405,-1.665 m 0,39.015 c 3.83997,10e-6 6.67497,-1.28999 8.505,-3.87 1.85997,-2.57998 2.78997,-6.35998 2.79,-11.34 -3e-5,-4.97997 -0.93003,-8.77496 -2.79,-11.385 -1.83003,-2.60996 -4.66503,-3.91496 -8.505,-3.915 -3.90002,4e-5 -6.79502,1.32004 -8.685,3.96 -1.86001,2.61004 -2.79001,6.39003 -2.79,11.34 -10e-6,4.95002 0.92999,8.73002 2.79,11.34 1.88998,2.58001 4.78498,3.87001 8.685,3.87"
181
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
182
+ id="path3015" />
183
+ </g>
184
+ <g
185
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
186
+ id="text3947-4-8-1">
187
+ <path
188
+ d="m 486.71076,472.6759 c -0.78004,0 -1.23004,-0.39 -1.35,-1.17 l -0.45,-7.065 c -1.98004,2.70001 -4.29003,4.84501 -6.93,6.435 -2.64003,1.59 -5.61003,2.385 -8.91,2.385 -5.52002,0 -9.81001,-1.905 -12.87,-5.715 -3.06001,-3.80999 -4.59001,-9.52498 -4.59,-17.145 -1e-5,-3.26997 0.41999,-6.31497 1.26,-9.135 0.86999,-2.84996 2.12999,-5.30996 3.78,-7.38 1.64999,-2.09996 3.67499,-3.74995 6.075,-4.95 2.42998,-1.19995 5.21998,-1.79995 8.37,-1.8 3.02997,5e-5 5.65497,0.57005 7.875,1.71 2.21996,1.11005 4.15496,2.74504 5.805,4.905 l 0,-26.55 4.275,0 0,65.475 -2.34,0 m -16.425,-2.88 c 2.93997,10e-6 5.60997,-0.76499 8.01,-2.295 2.42997,-1.52999 4.58996,-3.67499 6.48,-6.435 l 0,-23.49 c -1.71004,-2.57996 -3.61504,-4.39496 -5.715,-5.445 -2.07003,-1.07996 -4.44003,-1.61995 -7.11,-1.62 -2.64002,5e-5 -4.95002,0.48005 -6.93,1.44 -1.98002,0.96004 -3.64502,2.32504 -4.995,4.095 -1.32001,1.74004 -2.32501,3.84004 -3.015,6.3 -0.66001,2.43003 -0.99001,5.11503 -0.99,8.055 -10e-6,6.66002 1.21499,11.56501 3.645,14.715 2.45998,3.12001 5.99998,4.68001 10.62,4.68"
189
+ style="font-size:90px;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Light"
190
+ id="path3018" />
191
+ <path
192
+ d="m 521.52107,427.1809 c 3.20997,5e-5 6.07497,0.55505 8.595,1.665 2.54997,1.08005 4.69496,2.62504 6.435,4.635 1.73996,2.01004 3.05996,4.44004 3.96,7.29 0.92996,2.82003 1.39496,5.98503 1.395,9.495 -4e-5,3.51002 -0.46504,6.67502 -1.395,9.495 -0.90004,2.82001 -2.22004,5.23501 -3.96,7.245 -1.74004,2.01001 -3.88503,3.55501 -6.435,4.635 -2.52003,1.08 -5.38503,1.62 -8.595,1.62 -3.21002,0 -6.09002,-0.54 -8.64,-1.62 -2.52001,-1.07999 -4.66501,-2.62499 -6.435,-4.635 -1.74001,-2.00999 -3.07501,-4.42499 -4.005,-7.245 -0.9,-2.81998 -1.35,-5.98498 -1.35,-9.495 0,-3.50997 0.45,-6.67497 1.35,-9.495 0.92999,-2.84996 2.26499,-5.27996 4.005,-7.29 1.76999,-2.00996 3.91499,-3.55495 6.435,-4.635 2.54998,-1.10995 5.42998,-1.66495 8.64,-1.665 m 0,42.705 c 2.66997,1e-5 4.99497,-0.44999 6.975,-1.35 2.00997,-0.92999 3.67497,-2.24999 4.995,-3.96 1.34996,-1.70999 2.35496,-3.76498 3.015,-6.165 0.65996,-2.42998 0.98996,-5.14498 0.99,-8.145 -4e-5,-2.96997 -0.33004,-5.66997 -0.99,-8.1 -0.66004,-2.42996 -1.66504,-4.49996 -3.015,-6.21 -1.32003,-1.73996 -2.98503,-3.07496 -4.995,-4.005 -1.98003,-0.92996 -4.30503,-1.39495 -6.975,-1.395 -2.67002,5e-5 -5.01002,0.46504 -7.02,1.395 -1.98001,0.93004 -3.64501,2.26504 -4.995,4.005 -1.32001,1.71004 -2.32501,3.78004 -3.015,6.21 -0.66001,2.43003 -0.99001,5.13003 -0.99,8.1 -1e-5,3.00002 0.32999,5.71502 0.99,8.145 0.68999,2.40002 1.69499,4.45501 3.015,6.165 1.34999,1.71001 3.01499,3.03001 4.995,3.96 2.00998,0.90001 4.34998,1.35001 7.02,1.35"
193
+ style="font-size:90px;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Light"
194
+ id="path3020" />
195
+ <path
196
+ d="m 584.16951,433.8859 c -0.15004,0.15004 -0.30004,0.28504 -0.45,0.405 -0.12004,0.09 -0.30004,0.13504 -0.54,0.135 -0.30004,4e-5 -0.70504,-0.19496 -1.215,-0.585 -0.51004,-0.41996 -1.20003,-0.86996 -2.07,-1.35 -0.87003,-0.47996 -1.96503,-0.91496 -3.285,-1.305 -1.29003,-0.41995 -2.86503,-0.62995 -4.725,-0.63 -2.58002,5e-5 -4.87502,0.46504 -6.885,1.395 -1.98002,0.90004 -3.66002,2.20504 -5.04,3.915 -1.38001,1.71004 -2.43001,3.78004 -3.15,6.21 -0.69001,2.43003 -1.03501,5.16003 -1.035,8.19 -10e-6,3.15002 0.35999,5.94002 1.08,8.37 0.74999,2.43001 1.79999,4.48501 3.15,6.165 1.34998,1.65001 2.98498,2.91001 4.905,3.78 1.91998,0.87001 4.04998,1.30501 6.39,1.305 2.15997,1e-5 3.95997,-0.25499 5.4,-0.765 1.46997,-0.50999 2.66997,-1.06499 3.6,-1.665 0.95996,-0.59999 1.70996,-1.15499 2.25,-1.665 0.53996,-0.50999 0.98996,-0.76499 1.35,-0.765 0.35996,1e-5 0.65996,0.15001 0.9,0.45 l 1.125,1.44 c -0.69004,0.90001 -1.56004,1.74001 -2.61,2.52 -1.05004,0.78001 -2.23504,1.45501 -3.555,2.025 -1.32003,0.57 -2.76003,1.005 -4.32,1.305 -1.53003,0.33 -3.13503,0.495 -4.815,0.495 -2.85002,0 -5.46002,-0.51 -7.83,-1.53 -2.34001,-1.04999 -4.36501,-2.54999 -6.075,-4.5 -1.68001,-1.97999 -3.00001,-4.39499 -3.96,-7.245 -0.93001,-2.84998 -1.39501,-6.08998 -1.395,-9.72 -10e-6,-3.41997 0.44999,-6.53997 1.35,-9.36 0.89999,-2.81996 2.21999,-5.24996 3.96,-7.29 1.73999,-2.03996 3.85499,-3.61495 6.345,-4.725 2.51998,-1.13995 5.39998,-1.70995 8.64,-1.71 2.90997,5e-5 5.48997,0.46505 7.74,1.395 2.24996,0.93005 4.21496,2.19005 5.895,3.78 l -1.125,1.53"
197
+ style="font-size:90px;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Light"
198
+ id="path3022" />
199
+ </g>
200
+ </g>
201
+ </svg>
@@ -0,0 +1,201 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="542.98999"
13
+ height="542.98999"
14
+ id="svg2"
15
+ version="1.1"
16
+ inkscape:version="0.48.4 r9939"
17
+ sodipodi:docname="compodoc.svg"
18
+ inkscape:export-filename="/home/SII/vogloblinsky/Bureau/compodoc.png"
19
+ inkscape:export-xdpi="72"
20
+ inkscape:export-ydpi="72">
21
+ <defs
22
+ id="defs4" />
23
+ <sodipodi:namedview
24
+ id="base"
25
+ pagecolor="#ffffff"
26
+ bordercolor="#666666"
27
+ borderopacity="1.0"
28
+ inkscape:pageopacity="0.0"
29
+ inkscape:pageshadow="2"
30
+ inkscape:zoom="0.98994949"
31
+ inkscape:cx="394.86152"
32
+ inkscape:cy="152.29997"
33
+ inkscape:document-units="px"
34
+ inkscape:current-layer="layer1"
35
+ showgrid="false"
36
+ inkscape:window-width="1887"
37
+ inkscape:window-height="1056"
38
+ inkscape:window-x="1953"
39
+ inkscape:window-y="24"
40
+ inkscape:window-maximized="1"
41
+ fit-margin-top="0"
42
+ fit-margin-left="0"
43
+ fit-margin-right="0"
44
+ fit-margin-bottom="0" />
45
+ <metadata
46
+ id="metadata7">
47
+ <rdf:RDF>
48
+ <cc:Work
49
+ rdf:about="">
50
+ <dc:format>image/svg+xml</dc:format>
51
+ <dc:type
52
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
53
+ <dc:title></dc:title>
54
+ </cc:Work>
55
+ </rdf:RDF>
56
+ </metadata>
57
+ <g
58
+ inkscape:label="Calque 1"
59
+ inkscape:groupmode="layer"
60
+ id="layer1"
61
+ transform="translate(-109.30421,14.576914)">
62
+ <g
63
+ id="g3075"
64
+ transform="matrix(-0.34202014,0.93969262,-0.93969262,-0.34202014,789.34114,36.353292)">
65
+ <path
66
+ id="path254"
67
+ style="fill:#f03949;fill-opacity:1;fill-rule:nonzero;stroke:none"
68
+ d="m 126.98485,359.06758 340,0 0,-65 -340,0 0,65 z"
69
+ inkscape:connector-curvature="0" />
70
+ <path
71
+ id="path256"
72
+ style="fill:#f78f22;fill-opacity:1;fill-rule:nonzero;stroke:none"
73
+ d="m 306.35985,326.56758 c 0,-13.46125 -10.9125,-24.37375 -24.37375,-24.37375 -13.46125,0 -24.37375,10.9125 -24.37375,24.37375 0,13.46125 10.9125,24.37375 24.37375,24.37375 13.46125,0 24.37375,-10.9125 24.37375,-24.37375"
74
+ inkscape:connector-curvature="0" />
75
+ <path
76
+ id="path266"
77
+ style="fill:#1a3a5c;fill-opacity:1;fill-rule:nonzero;stroke:none"
78
+ d="m 173.23485,359.06758 28.75,0 0,-65 -28.75,0 0,65 z"
79
+ inkscape:connector-curvature="0" />
80
+ <path
81
+ sodipodi:nodetypes="ccccccccccccccccccsccccc"
82
+ id="path268"
83
+ style="fill:#e73440;fill-opacity:1;fill-rule:nonzero;stroke:none"
84
+ d="m 466.98485,326.56758 -27.5,0 0,-32.5 27.5,0 0,32.5 m -41.25,0 -38.78935,0.25254 -1.26269,-32.24746 62.02286,1.01015 -2.77792,31.23731 m -57.9429,-0.25254 -10,0 0,-32.5 10,0 0,32.5 m -23.75,0 -56.875,0 0,0 c 0,-13.46125 -10.9125,-24.37375 -24.37375,-24.37375 -13.46125,0 -24.37375,10.9125 -24.37375,24.37375 l -55.6275,0 0,-32.5 176.40229,0.25254 1.01015,32.5"
85
+ inkscape:connector-curvature="0" />
86
+ <path
87
+ id="path258"
88
+ style="fill:#3f1928;fill-opacity:1;fill-rule:nonzero;stroke:none"
89
+ d="m 383.23485,359.06758 13.75,0 0,-65 -13.75,0 0,65 z"
90
+ inkscape:connector-curvature="0" />
91
+ <path
92
+ id="path260"
93
+ style="fill:#3f1928;fill-opacity:1;fill-rule:nonzero;stroke:none"
94
+ d="m 405.73485,359.06758 13.75,0 0,-65 -13.75,0 0,65 z"
95
+ inkscape:connector-curvature="0" />
96
+ <path
97
+ id="path278"
98
+ style="fill:#e73440;fill-opacity:1;fill-rule:nonzero;stroke:none"
99
+ d="m 173.23485,326.56758 -7.5,0 0,-32.5 7.5,0 0,32.5 m -21.25,0 -25,0 0,-32.5 25,0 0,32.5"
100
+ inkscape:connector-curvature="0" />
101
+ <path
102
+ id="path280"
103
+ style="fill:#e73440;fill-opacity:1;fill-rule:nonzero;stroke:none"
104
+ d="m 151.98485,326.56758 13.75,0 0,-32.5 -13.75,0 0,32.5 z"
105
+ inkscape:connector-curvature="0" />
106
+ <path
107
+ id="path282"
108
+ style="fill:#183452;fill-opacity:1;fill-rule:nonzero;stroke:none"
109
+ d="m 173.23485,326.56758 28.75,0 0,-32.5 -28.75,0 0,32.5 z"
110
+ inkscape:connector-curvature="0" />
111
+ </g>
112
+ <g
113
+ id="g3914"
114
+ transform="translate(16.162441,0.605492)">
115
+ <rect
116
+ transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
117
+ style="fill:#5cc0ae;fill-opacity:1"
118
+ y="209.84224"
119
+ x="-77.023102"
120
+ height="44.285713"
121
+ width="180"
122
+ id="rect3090" />
123
+ <rect
124
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
125
+ style="fill:#f1c40f;fill-opacity:1"
126
+ y="33.689053"
127
+ x="209.69711"
128
+ height="44.285713"
129
+ width="180"
130
+ id="rect3090-7-2" />
131
+ </g>
132
+ <g
133
+ id="g3919"
134
+ transform="translate(-2.0203046,-106.78207)">
135
+ <path
136
+ inkscape:connector-curvature="0"
137
+ id="rect3090-7-2-4"
138
+ d="m 623.00576,279.17227 -127.28125,127.28125 31.3125,31.3125 127.28125,-127.28125 -31.3125,-31.3125 z"
139
+ style="fill:#f03949;fill-opacity:1" />
140
+ <rect
141
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
142
+ style="fill:#3498db;fill-opacity:1"
143
+ y="-242.99538"
144
+ x="502.17584"
145
+ height="44.285713"
146
+ width="180"
147
+ id="rect3090-7" />
148
+ </g>
149
+ <flowRoot
150
+ xml:space="preserve"
151
+ id="flowRoot3935"
152
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
153
+ transform="translate(109.30421,32.871674)"><flowRegion
154
+ id="flowRegion3937"><rect
155
+ id="rect3939"
156
+ width="355.5737"
157
+ height="240.41631"
158
+ x="331.33005"
159
+ y="610.32037" /></flowRegion><flowPara
160
+ id="flowPara3941" /></flowRoot> <g
161
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
162
+ id="text3943-1-6-0">
163
+ <path
164
+ d="m 212.84736,436.93307 c -0.33003,0.42004 -0.66003,0.75004 -0.99,0.99 -0.30003,0.24004 -0.75003,0.36004 -1.35,0.36 -0.57003,4e-5 -1.12503,-0.16496 -1.665,-0.495 -0.54003,-0.35996 -1.18503,-0.74996 -1.935,-1.17 -0.75003,-0.44996 -1.65003,-0.83996 -2.7,-1.17 -1.02003,-0.35996 -2.29502,-0.53996 -3.825,-0.54 -1.95002,4e-5 -3.66002,0.36004 -5.13,1.08 -1.47002,0.69004 -2.70001,1.69504 -3.69,3.015 -0.96001,1.32004 -1.68001,2.92504 -2.16,4.815 -0.48001,1.86003 -0.72001,3.97503 -0.72,6.345 -10e-6,2.46002 0.25499,4.65002 0.765,6.57 0.53999,1.92002 1.30499,3.54002 2.295,4.86 0.98999,1.29001 2.18998,2.28001 3.6,2.97 1.40998,0.66001 2.99998,0.99001 4.77,0.99 1.76998,1e-5 3.19497,-0.20999 4.275,-0.63 1.10997,-0.44999 2.03997,-0.92999 2.79,-1.44 0.74997,-0.53999 1.39497,-1.01999 1.935,-1.44 0.56997,-0.44998 1.19997,-0.67498 1.89,-0.675 0.89997,2e-5 1.57497,0.34502 2.025,1.035 l 3.195,4.05 c -1.23004,1.44001 -2.56504,2.65501 -4.005,3.645 -1.44003,0.96001 -2.94003,1.74001 -4.5,2.34 -1.53003,0.57 -3.12003,0.975 -4.77,1.215 -1.62002,0.24 -3.24002,0.36 -4.86,0.36 -2.85002,0 -5.53501,-0.525 -8.055,-1.575 -2.52001,-1.07999 -4.72501,-2.63999 -6.615,-4.68 -1.89,-2.03999 -3.39,-4.52999 -4.5,-7.47 -1.08,-2.96998 -1.62,-6.34498 -1.62,-10.125 0,-3.38997 0.48,-6.52497 1.44,-9.405 0.99,-2.90996 2.43,-5.41496 4.32,-7.515 1.88999,-2.12995 4.22999,-3.79495 7.02,-4.995 2.78999,-1.19995 5.99998,-1.79995 9.63,-1.8 3.44998,5e-5 6.46497,0.55505 9.045,1.665 2.60997,1.11005 4.94996,2.70005 7.02,4.77 l -2.925,4.05"
165
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
166
+ id="path3007" />
167
+ <path
168
+ d="m 242.74143,426.44807 c 3.41997,5e-5 6.52496,0.55505 9.315,1.665 2.81996,1.11005 5.21996,2.68505 7.2,4.725 2.00995,2.04004 3.55495,4.53004 4.635,7.47 1.07995,2.94003 1.61995,6.22503 1.62,9.855 -5e-5,3.66002 -0.54005,6.96002 -1.62,9.9 -1.08005,2.94001 -2.62505,5.44501 -4.635,7.515 -1.98004,2.07001 -4.38004,3.66001 -7.2,4.77 -2.79004,1.11 -5.89503,1.665 -9.315,1.665 -3.45003,0 -6.58502,-0.555 -9.405,-1.665 -2.82002,-1.10999 -5.23501,-2.69999 -7.245,-4.77 -1.98001,-2.06999 -3.52501,-4.57499 -4.635,-7.515 -1.08001,-2.93998 -1.62001,-6.23998 -1.62,-9.9 -1e-5,-3.62997 0.53999,-6.91497 1.62,-9.855 1.10999,-2.93996 2.65499,-5.42996 4.635,-7.47 2.00999,-2.03995 4.42498,-3.61495 7.245,-4.725 2.81998,-1.10995 5.95497,-1.66495 9.405,-1.665 m 0,39.015 c 3.83997,10e-6 6.67496,-1.28999 8.505,-3.87 1.85996,-2.57998 2.78996,-6.35998 2.79,-11.34 -4e-5,-4.97997 -0.93004,-8.77496 -2.79,-11.385 -1.83004,-2.60996 -4.66503,-3.91496 -8.505,-3.915 -3.90003,4e-5 -6.79502,1.32004 -8.685,3.96 -1.86002,2.61004 -2.79002,6.39003 -2.79,11.34 -2e-5,4.95002 0.92998,8.73002 2.79,11.34 1.88998,2.58001 4.78497,3.87001 8.685,3.87"
169
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
170
+ id="path3009" />
171
+ <path
172
+ d="m 273.99111,473.33807 0,-46.17 6.795,0 c 1.43999,5e-5 2.38499,0.67505 2.835,2.025 l 0.72,3.42 c 0.80999,-0.89995 1.64999,-1.72495 2.52,-2.475 0.89998,-0.74995 1.84498,-1.39495 2.835,-1.935 1.01998,-0.53995 2.09998,-0.95995 3.24,-1.26 1.16998,-0.32995 2.44498,-0.49495 3.825,-0.495 2.90997,5e-5 5.29497,0.79505 7.155,2.385 1.88997,1.56005 3.29997,3.64504 4.23,6.255 0.71996,-1.52996 1.61996,-2.83496 2.7,-3.915 1.07996,-1.10995 2.26496,-2.00995 3.555,-2.7 1.28996,-0.68995 2.65496,-1.19995 4.095,-1.53 1.46995,-0.32995 2.93995,-0.49495 4.41,-0.495 2.54995,5e-5 4.81494,0.39005 6.795,1.17 1.97994,0.78005 3.64494,1.92005 4.995,3.42 1.34994,1.50004 2.36994,3.33004 3.06,5.49 0.71993,2.16004 1.07993,4.63504 1.08,7.425 l 0,29.385 -11.115,0 0,-29.385 c -6e-5,-2.93996 -0.64505,-5.14496 -1.935,-6.615 -1.29005,-1.49996 -3.18005,-2.24996 -5.67,-2.25 -1.14005,4e-5 -2.20505,0.19504 -3.195,0.585 -0.96004,0.39004 -1.81504,0.96004 -2.565,1.71 -0.72004,0.72004 -1.29004,1.63504 -1.71,2.745 -0.42004,1.11004 -0.63004,2.38503 -0.63,3.825 l 0,29.385 -11.16,0 0,-29.385 c -3e-5,-3.08996 -0.63003,-5.33996 -1.89,-6.75 -1.23003,-1.40996 -3.04502,-2.11496 -5.445,-2.115 -1.62002,4e-5 -3.13502,0.40504 -4.545,1.215 -1.38002,0.78004 -2.67001,1.86004 -3.87,3.24 l 0,33.795 -11.115,0"
173
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
174
+ id="path3011" />
175
+ <path
176
+ d="m 349.40127,488.41307 0,-61.245 6.795,0 c 1.43999,5e-5 2.38499,0.67505 2.835,2.025 l 0.9,4.275 c 1.85998,-2.12995 3.98998,-3.85495 6.39,-5.175 2.42998,-1.31995 5.26497,-1.97995 8.505,-1.98 2.51997,5e-5 4.81496,0.52505 6.885,1.575 2.09996,1.05005 3.89996,2.58005 5.4,4.59 1.52996,1.98004 2.69995,4.44004 3.51,7.38 0.83995,2.91003 1.25995,6.25503 1.26,10.035 -5e-5,3.45002 -0.46505,6.64502 -1.395,9.585 -0.93005,2.94001 -2.26504,5.49001 -4.005,7.65 -1.71004,2.16001 -3.79504,3.85501 -6.255,5.085 -2.43003,1.2 -5.16003,1.8 -8.19,1.8 -2.61003,0 -4.83002,-0.39 -6.66,-1.17 -1.80002,-0.80999 -3.42002,-1.91999 -4.86,-3.33 l 0,18.9 -11.115,0 m 21.6,-53.325 c -2.31002,4e-5 -4.29002,0.49504 -5.94,1.485 -1.62002,0.96004 -3.13502,2.32504 -4.545,4.095 l 0,20.7 c 1.25998,1.56001 2.62498,2.65501 4.095,3.285 1.49998,0.60001 3.11998,0.90001 4.86,0.9 1.67997,1e-5 3.19497,-0.31499 4.545,-0.945 1.34997,-0.62999 2.48997,-1.58999 3.42,-2.88 0.95997,-1.28998 1.69496,-2.90998 2.205,-4.86 0.50996,-1.97998 0.76496,-4.30498 0.765,-6.975 -4e-5,-2.69997 -0.22504,-4.97997 -0.675,-6.84 -0.42004,-1.88996 -1.03503,-3.41996 -1.845,-4.59 -0.81003,-1.16996 -1.80003,-2.02496 -2.97,-2.565 -1.14003,-0.53996 -2.44503,-0.80996 -3.915,-0.81"
177
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
178
+ id="path3013" />
179
+ <path
180
+ d="m 420.98361,426.44807 c 3.41997,5e-5 6.52497,0.55505 9.315,1.665 2.81997,1.11005 5.21996,2.68505 7.2,4.725 2.00996,2.04004 3.55496,4.53004 4.635,7.47 1.07996,2.94003 1.61996,6.22503 1.62,9.855 -4e-5,3.66002 -0.54004,6.96002 -1.62,9.9 -1.08004,2.94001 -2.62504,5.44501 -4.635,7.515 -1.98004,2.07001 -4.38003,3.66001 -7.2,4.77 -2.79003,1.11 -5.89503,1.665 -9.315,1.665 -3.45002,0 -6.58502,-0.555 -9.405,-1.665 -2.82001,-1.10999 -5.23501,-2.69999 -7.245,-4.77 -1.98,-2.06999 -3.525,-4.57499 -4.635,-7.515 -1.08,-2.93998 -1.62,-6.23998 -1.62,-9.9 0,-3.62997 0.54,-6.91497 1.62,-9.855 1.11,-2.93996 2.655,-5.42996 4.635,-7.47 2.00999,-2.03995 4.42499,-3.61495 7.245,-4.725 2.81998,-1.10995 5.95498,-1.66495 9.405,-1.665 m 0,39.015 c 3.83997,10e-6 6.67497,-1.28999 8.505,-3.87 1.85997,-2.57998 2.78997,-6.35998 2.79,-11.34 -3e-5,-4.97997 -0.93003,-8.77496 -2.79,-11.385 -1.83003,-2.60996 -4.66503,-3.91496 -8.505,-3.915 -3.90002,4e-5 -6.79502,1.32004 -8.685,3.96 -1.86001,2.61004 -2.79001,6.39003 -2.79,11.34 -10e-6,4.95002 0.92999,8.73002 2.79,11.34 1.88998,2.58001 4.78498,3.87001 8.685,3.87"
181
+ style="font-size:90px;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Bold"
182
+ id="path3015" />
183
+ </g>
184
+ <g
185
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
186
+ id="text3947-4-8-1">
187
+ <path
188
+ d="m 486.71076,472.6759 c -0.78004,0 -1.23004,-0.39 -1.35,-1.17 l -0.45,-7.065 c -1.98004,2.70001 -4.29003,4.84501 -6.93,6.435 -2.64003,1.59 -5.61003,2.385 -8.91,2.385 -5.52002,0 -9.81001,-1.905 -12.87,-5.715 -3.06001,-3.80999 -4.59001,-9.52498 -4.59,-17.145 -1e-5,-3.26997 0.41999,-6.31497 1.26,-9.135 0.86999,-2.84996 2.12999,-5.30996 3.78,-7.38 1.64999,-2.09996 3.67499,-3.74995 6.075,-4.95 2.42998,-1.19995 5.21998,-1.79995 8.37,-1.8 3.02997,5e-5 5.65497,0.57005 7.875,1.71 2.21996,1.11005 4.15496,2.74504 5.805,4.905 l 0,-26.55 4.275,0 0,65.475 -2.34,0 m -16.425,-2.88 c 2.93997,10e-6 5.60997,-0.76499 8.01,-2.295 2.42997,-1.52999 4.58996,-3.67499 6.48,-6.435 l 0,-23.49 c -1.71004,-2.57996 -3.61504,-4.39496 -5.715,-5.445 -2.07003,-1.07996 -4.44003,-1.61995 -7.11,-1.62 -2.64002,5e-5 -4.95002,0.48005 -6.93,1.44 -1.98002,0.96004 -3.64502,2.32504 -4.995,4.095 -1.32001,1.74004 -2.32501,3.84004 -3.015,6.3 -0.66001,2.43003 -0.99001,5.11503 -0.99,8.055 -10e-6,6.66002 1.21499,11.56501 3.645,14.715 2.45998,3.12001 5.99998,4.68001 10.62,4.68"
189
+ style="font-size:90px;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Light"
190
+ id="path3018" />
191
+ <path
192
+ d="m 521.52107,427.1809 c 3.20997,5e-5 6.07497,0.55505 8.595,1.665 2.54997,1.08005 4.69496,2.62504 6.435,4.635 1.73996,2.01004 3.05996,4.44004 3.96,7.29 0.92996,2.82003 1.39496,5.98503 1.395,9.495 -4e-5,3.51002 -0.46504,6.67502 -1.395,9.495 -0.90004,2.82001 -2.22004,5.23501 -3.96,7.245 -1.74004,2.01001 -3.88503,3.55501 -6.435,4.635 -2.52003,1.08 -5.38503,1.62 -8.595,1.62 -3.21002,0 -6.09002,-0.54 -8.64,-1.62 -2.52001,-1.07999 -4.66501,-2.62499 -6.435,-4.635 -1.74001,-2.00999 -3.07501,-4.42499 -4.005,-7.245 -0.9,-2.81998 -1.35,-5.98498 -1.35,-9.495 0,-3.50997 0.45,-6.67497 1.35,-9.495 0.92999,-2.84996 2.26499,-5.27996 4.005,-7.29 1.76999,-2.00996 3.91499,-3.55495 6.435,-4.635 2.54998,-1.10995 5.42998,-1.66495 8.64,-1.665 m 0,42.705 c 2.66997,1e-5 4.99497,-0.44999 6.975,-1.35 2.00997,-0.92999 3.67497,-2.24999 4.995,-3.96 1.34996,-1.70999 2.35496,-3.76498 3.015,-6.165 0.65996,-2.42998 0.98996,-5.14498 0.99,-8.145 -4e-5,-2.96997 -0.33004,-5.66997 -0.99,-8.1 -0.66004,-2.42996 -1.66504,-4.49996 -3.015,-6.21 -1.32003,-1.73996 -2.98503,-3.07496 -4.995,-4.005 -1.98003,-0.92996 -4.30503,-1.39495 -6.975,-1.395 -2.67002,5e-5 -5.01002,0.46504 -7.02,1.395 -1.98001,0.93004 -3.64501,2.26504 -4.995,4.005 -1.32001,1.71004 -2.32501,3.78004 -3.015,6.21 -0.66001,2.43003 -0.99001,5.13003 -0.99,8.1 -1e-5,3.00002 0.32999,5.71502 0.99,8.145 0.68999,2.40002 1.69499,4.45501 3.015,6.165 1.34999,1.71001 3.01499,3.03001 4.995,3.96 2.00998,0.90001 4.34998,1.35001 7.02,1.35"
193
+ style="font-size:90px;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Light"
194
+ id="path3020" />
195
+ <path
196
+ d="m 584.16951,433.8859 c -0.15004,0.15004 -0.30004,0.28504 -0.45,0.405 -0.12004,0.09 -0.30004,0.13504 -0.54,0.135 -0.30004,4e-5 -0.70504,-0.19496 -1.215,-0.585 -0.51004,-0.41996 -1.20003,-0.86996 -2.07,-1.35 -0.87003,-0.47996 -1.96503,-0.91496 -3.285,-1.305 -1.29003,-0.41995 -2.86503,-0.62995 -4.725,-0.63 -2.58002,5e-5 -4.87502,0.46504 -6.885,1.395 -1.98002,0.90004 -3.66002,2.20504 -5.04,3.915 -1.38001,1.71004 -2.43001,3.78004 -3.15,6.21 -0.69001,2.43003 -1.03501,5.16003 -1.035,8.19 -10e-6,3.15002 0.35999,5.94002 1.08,8.37 0.74999,2.43001 1.79999,4.48501 3.15,6.165 1.34998,1.65001 2.98498,2.91001 4.905,3.78 1.91998,0.87001 4.04998,1.30501 6.39,1.305 2.15997,1e-5 3.95997,-0.25499 5.4,-0.765 1.46997,-0.50999 2.66997,-1.06499 3.6,-1.665 0.95996,-0.59999 1.70996,-1.15499 2.25,-1.665 0.53996,-0.50999 0.98996,-0.76499 1.35,-0.765 0.35996,1e-5 0.65996,0.15001 0.9,0.45 l 1.125,1.44 c -0.69004,0.90001 -1.56004,1.74001 -2.61,2.52 -1.05004,0.78001 -2.23504,1.45501 -3.555,2.025 -1.32003,0.57 -2.76003,1.005 -4.32,1.305 -1.53003,0.33 -3.13503,0.495 -4.815,0.495 -2.85002,0 -5.46002,-0.51 -7.83,-1.53 -2.34001,-1.04999 -4.36501,-2.54999 -6.075,-4.5 -1.68001,-1.97999 -3.00001,-4.39499 -3.96,-7.245 -0.93001,-2.84998 -1.39501,-6.08998 -1.395,-9.72 -10e-6,-3.41997 0.44999,-6.53997 1.35,-9.36 0.89999,-2.81996 2.21999,-5.24996 3.96,-7.29 1.73999,-2.03996 3.85499,-3.61495 6.345,-4.725 2.51998,-1.13995 5.39998,-1.70995 8.64,-1.71 2.90997,5e-5 5.48997,0.46505 7.74,1.395 2.24996,0.93005 4.21496,2.19005 5.895,3.78 l -1.125,1.53"
197
+ style="font-size:90px;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Lato;-inkscape-font-specification:Lato Light"
198
+ id="path3022" />
199
+ </g>
200
+ </g>
201
+ </svg>
Binary file
@@ -0,0 +1,190 @@
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>angular-layout</title>
7
+ <meta name="description" content="">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+
10
+ <link rel="icon" type="image/x-icon" href="./images/favicon.ico">
11
+ <link rel="stylesheet" href="./styles/style.css">
12
+ <link rel="stylesheet" href="./styles/dark.css">
13
+ </head>
14
+ <body>
15
+ <script>
16
+ // Blocking script to avoid flickering dark mode
17
+ // Dark mode toggle button
18
+ var useDark = window.matchMedia('(prefers-color-scheme: dark)');
19
+ var darkModeState = useDark.matches;
20
+ var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
21
+ var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
22
+ var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
23
+
24
+ function checkToggle(check) {
25
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
26
+ $darkModeToggleSwitchers[i].checked = check;
27
+ }
28
+ }
29
+
30
+ function toggleDarkMode(state) {
31
+ if (window.localStorage) {
32
+ localStorage.setItem('compodoc_darkmode-state', state);
33
+ }
34
+
35
+ checkToggle(state);
36
+
37
+ const hasClass = document.body.classList.contains('dark');
38
+
39
+ if (state) {
40
+ for (var i = 0; i < $darkModeToggles.length; i++) {
41
+ $darkModeToggles[i].classList.add('dark');
42
+ }
43
+ if (!hasClass) {
44
+ document.body.classList.add('dark');
45
+ }
46
+ } else {
47
+ for (var i = 0; i < $darkModeToggles.length; i++) {
48
+ $darkModeToggles[i].classList.remove('dark');
49
+ }
50
+ if (hasClass) {
51
+ document.body.classList.remove('dark');
52
+ }
53
+ }
54
+ }
55
+
56
+ useDark.addEventListener('change', function (evt) {
57
+ toggleDarkMode(evt.matches);
58
+ });
59
+ if (darkModeStateLocal) {
60
+ darkModeState = darkModeStateLocal === 'true';
61
+ }
62
+ toggleDarkMode(darkModeState);
63
+ </script>
64
+
65
+ <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
66
+ <div class="d-flex">
67
+ <a href="./" class="navbar-brand">angular-layout</a>
68
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
+ </div>
70
+ </div>
71
+
72
+ <div class="xs-menu menu" id="mobile-menu">
73
+ <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
74
+ </div>
75
+
76
+ <div class="container-fluid main">
77
+ <div class="row main">
78
+ <div class="d-none d-md-block menu">
79
+ <compodoc-menu mode="normal"></compodoc-menu>
80
+ </div>
81
+ <!-- START CONTENT -->
82
+ <div class="content getting-started">
83
+ <div class="content-data">
84
+
85
+ <h1>@rxap/layout</h1>
86
+ <p><a href="https://www.npmjs.com/package/@rxap/layout"><img src="https://img.shields.io/npm/v/@rxap/layout?style=flat-square" alt="npm version" class="img-responsive"></a>
87
+ <a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen friendly" class="img-responsive"></a>
88
+ <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with prettier" class="img-responsive"></a>
89
+ <img src="https://img.shields.io/librariesio/release/npm/@rxap/layout" alt="Libraries.io dependency status for latest release, scoped npm package" class="img-responsive">
90
+ <img src="https://img.shields.io/npm/dm/@rxap/layout" alt="npm" class="img-responsive">
91
+ <img src="https://img.shields.io/npm/l/@rxap/layout" alt="NPM" class="img-responsive"></p>
92
+ <ul>
93
+ <li><a href="#installation">Installation</a></li>
94
+ </ul>
95
+ <h1>Installation</h1>
96
+ <p><strong>Add the package to your workspace:</strong></p>
97
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;rxap/layout</code></pre></div><p><strong>Install peer dependencies:</strong></p>
98
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/animations&#64;^18.0.1 &#64;angular/cdk&#64;^18.0.0 &#64;angular/common&#64;^18.0.1 &#64;angular/core&#64;^18.0.1 &#64;angular/forms&#64;^18.0.1 &#64;angular/material&#64;^18.0.0 &#64;angular/router&#64;^18.0.1 &#64;rxap/authentication&#64;^18.0.2 &#64;rxap/authorization&#64;^18.0.2 &#64;rxap/browser-utilities&#64;^1.1.3 &#64;rxap/config&#64;^18.1.0 &#64;rxap/data-source&#64;^18.1.0 &#64;rxap/directives&#64;^18.0.2 &#64;rxap/environment&#64;^18.0.2 &#64;rxap/icon&#64;^18.0.2 &#64;rxap/material-directives&#64;^18.0.2 &#64;rxap/ngx-changelog&#64;^18.0.2 &#64;rxap/ngx-localize&#64;^18.0.2 &#64;rxap/ngx-status-check&#64;^18.0.2 &#64;rxap/ngx-theme&#64;^18.0.2 &#64;rxap/ngx-user&#64;^18.0.2 &#64;rxap/services&#64;^18.0.2 &#64;rxap/utilities&#64;^16.2.3 rxjs&#64;^7.8.1 </code></pre></div>
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+ </div><div class="search-results">
120
+ <div class="has-results">
121
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
122
+ <ul class="search-results-list"></ul>
123
+ </div>
124
+ <div class="no-results">
125
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
126
+ </div>
127
+ </div>
128
+ </div>
129
+ <!-- END CONTENT -->
130
+ </div>
131
+ </div>
132
+
133
+ <label class="dark-mode-switch">
134
+ <input type="checkbox">
135
+ <span class="slider">
136
+ <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">
137
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
138
+ </svg>
139
+ </span>
140
+ </label>
141
+
142
+ <script>
143
+ var COMPODOC_CURRENT_PAGE_DEPTH = 0;
144
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
145
+ var COMPODOC_CURRENT_PAGE_URL = 'index.html';
146
+ var MAX_SEARCH_RESULTS = 15;
147
+ </script>
148
+
149
+ <script>
150
+ $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
151
+ checkToggle(darkModeState);
152
+ if ($darkModeToggleSwitchers.length > 0) {
153
+ for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
154
+ $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
155
+ darkModeState = !darkModeState;
156
+ toggleDarkMode(darkModeState);
157
+ });
158
+ }
159
+ }
160
+ </script>
161
+
162
+ <script src="./js/libs/custom-elements.min.js"></script>
163
+ <script src="./js/libs/lit-html.js"></script>
164
+
165
+ <script src="./js/menu-wc.js" defer></script>
166
+ <script nomodule src="./js/menu-wc_es5.js" defer></script>
167
+
168
+ <script src="./js/libs/bootstrap-native.js"></script>
169
+
170
+ <script src="./js/libs/es6-shim.min.js"></script>
171
+ <script src="./js/libs/EventDispatcher.js"></script>
172
+ <script src="./js/libs/promise.min.js"></script>
173
+ <script src="./js/libs/zepto.min.js"></script>
174
+
175
+ <script src="./js/compodoc.js"></script>
176
+
177
+ <script src="./js/tabs.js"></script>
178
+ <script src="./js/menu.js"></script>
179
+ <script src="./js/libs/clipboard.min.js"></script>
180
+ <script src="./js/libs/prism.js"></script>
181
+ <script src="./js/sourceCode.js"></script>
182
+ <script src="./js/search/search.js"></script>
183
+ <script src="./js/search/lunr.min.js"></script>
184
+ <script src="./js/search/search-lunr.js"></script>
185
+ <script src="./js/search/search_index.js"></script>
186
+ <script src="./js/lazy-load-graphs.js"></script>
187
+
188
+
189
+ </body>
190
+ </html>