@rws-framework/client 2.13.1 → 2.13.3

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 (288) hide show
  1. package/.bin/add-v.sh +9 -9
  2. package/.bin/emerge.sh +15 -15
  3. package/.emerge-fast.yaml +46 -46
  4. package/.emerge-typescript-template.yaml +23 -23
  5. package/.emerge-vis-output/fast-element/emerge-file_result_dependency_graph.graphml +693 -693
  6. package/.emerge-vis-output/fast-element/emerge-filesystem_graph.graphml +705 -705
  7. package/.emerge-vis-output/fast-element/emerge-statistics-metrics.txt +440 -440
  8. package/.emerge-vis-output/fast-element/html/emerge.html +500 -500
  9. package/.emerge-vis-output/fast-element/html/jsconfig.json +8 -8
  10. package/.emerge-vis-output/fast-element/html/resources/css/custom.css +211 -211
  11. package/.emerge-vis-output/fast-element/html/resources/js/emerge_common.js +44 -44
  12. package/.emerge-vis-output/fast-element/html/resources/js/emerge_data.js +13 -13
  13. package/.emerge-vis-output/fast-element/html/resources/js/emerge_git.js +1413 -1413
  14. package/.emerge-vis-output/fast-element/html/resources/js/emerge_graph.js +539 -539
  15. package/.emerge-vis-output/fast-element/html/resources/js/emerge_heatmap.js +219 -219
  16. package/.emerge-vis-output/fast-element/html/resources/js/emerge_hull.js +179 -179
  17. package/.emerge-vis-output/fast-element/html/resources/js/emerge_main.js +1002 -1002
  18. package/.emerge-vis-output/fast-element/html/resources/js/emerge_search.js +71 -71
  19. package/.emerge-vis-output/fast-element/html/resources/js/emerge_ui.js +199 -199
  20. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.css +4123 -4123
  21. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.min.css +6 -6
  22. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.rtl.css +4122 -4122
  23. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-grid.rtl.min.css +6 -6
  24. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.css +487 -487
  25. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.min.css +6 -6
  26. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.rtl.css +484 -484
  27. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-reboot.rtl.min.css +6 -6
  28. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.css +4265 -4265
  29. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.min.css +6 -6
  30. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.rtl.css +4256 -4256
  31. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap-utilities.rtl.min.css +6 -6
  32. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.css +10877 -10877
  33. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.min.css +6 -6
  34. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.rtl.css +10841 -10841
  35. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/css/bootstrap.rtl.min.css +6 -6
  36. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.bundle.js +7075 -7075
  37. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.bundle.min.js +6 -6
  38. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.esm.js +5202 -5202
  39. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.esm.min.js +6 -6
  40. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.js +5249 -5249
  41. package/.emerge-vis-output/fast-element/html/vendors/bootstrap/js/bootstrap.min.js +6 -6
  42. package/.emerge-vis-output/fast-element/html/vendors/d3/d3.v7.8.4.min.js +2 -2
  43. package/.emerge-vis-output/fast-element/html/vendors/d3/d3.v7.min.js +2 -2
  44. package/.emerge-vis-output/fast-element/html/vendors/dark-mode-switch/css/dark-mode.css +148 -148
  45. package/.emerge-vis-output/fast-element/html/vendors/daterangepicker/daterangepicker.min.js +7 -7
  46. package/.emerge-vis-output/fast-element/html/vendors/daterangepicker/moment.min.js +6 -6
  47. package/.emerge-vis-output/fast-element/html/vendors/hull/hull.js +373 -373
  48. package/.emerge-vis-output/fast-element/html/vendors/jquery/jquery-3.6.0.min.js +2 -2
  49. package/.emerge-vis-output/fast-element/html/vendors/popper/popper.min.js +6 -6
  50. package/.emerge-vis-output/fast-element/html/vendors/simpleheat/simpleheat.js +141 -141
  51. package/.emerge-vis-output/fast-foundation/emerge-file_result_dependency_graph.graphml +4043 -4043
  52. package/.emerge-vis-output/fast-foundation/emerge-filesystem_graph.graphml +4538 -4538
  53. package/.emerge-vis-output/fast-foundation/emerge-statistics-metrics.txt +2510 -2510
  54. package/.emerge-vis-output/fast-foundation/html/emerge.html +500 -500
  55. package/.emerge-vis-output/fast-foundation/html/jsconfig.json +8 -8
  56. package/.emerge-vis-output/fast-foundation/html/resources/css/custom.css +211 -211
  57. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_common.js +44 -44
  58. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_data.js +13 -13
  59. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_git.js +1413 -1413
  60. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_graph.js +539 -539
  61. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_heatmap.js +219 -219
  62. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_hull.js +179 -179
  63. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_main.js +1002 -1002
  64. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_search.js +71 -71
  65. package/.emerge-vis-output/fast-foundation/html/resources/js/emerge_ui.js +199 -199
  66. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.css +4123 -4123
  67. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.min.css +6 -6
  68. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.rtl.css +4122 -4122
  69. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-grid.rtl.min.css +6 -6
  70. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.css +487 -487
  71. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.min.css +6 -6
  72. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.rtl.css +484 -484
  73. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-reboot.rtl.min.css +6 -6
  74. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.css +4265 -4265
  75. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.min.css +6 -6
  76. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.rtl.css +4256 -4256
  77. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap-utilities.rtl.min.css +6 -6
  78. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.css +10877 -10877
  79. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.min.css +6 -6
  80. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.rtl.css +10841 -10841
  81. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/css/bootstrap.rtl.min.css +6 -6
  82. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.bundle.js +7075 -7075
  83. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.bundle.min.js +6 -6
  84. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.esm.js +5202 -5202
  85. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.esm.min.js +6 -6
  86. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.js +5249 -5249
  87. package/.emerge-vis-output/fast-foundation/html/vendors/bootstrap/js/bootstrap.min.js +6 -6
  88. package/.emerge-vis-output/fast-foundation/html/vendors/d3/d3.v7.8.4.min.js +2 -2
  89. package/.emerge-vis-output/fast-foundation/html/vendors/d3/d3.v7.min.js +2 -2
  90. package/.emerge-vis-output/fast-foundation/html/vendors/dark-mode-switch/css/dark-mode.css +148 -148
  91. package/.emerge-vis-output/fast-foundation/html/vendors/daterangepicker/daterangepicker.min.js +7 -7
  92. package/.emerge-vis-output/fast-foundation/html/vendors/daterangepicker/moment.min.js +6 -6
  93. package/.emerge-vis-output/fast-foundation/html/vendors/hull/hull.js +373 -373
  94. package/.emerge-vis-output/fast-foundation/html/vendors/jquery/jquery-3.6.0.min.js +2 -2
  95. package/.emerge-vis-output/fast-foundation/html/vendors/popper/popper.min.js +6 -6
  96. package/.emerge-vis-output/fast-foundation/html/vendors/simpleheat/simpleheat.js +141 -141
  97. package/.emerge-vis-output/rws-client/emerge-file_result_dependency_graph.graphml +1143 -1143
  98. package/.emerge-vis-output/rws-client/emerge-filesystem_graph.graphml +1003 -1003
  99. package/.emerge-vis-output/rws-client/emerge-statistics-metrics.txt +655 -655
  100. package/.emerge-vis-output/rws-client/html/emerge.html +500 -500
  101. package/.emerge-vis-output/rws-client/html/jsconfig.json +8 -8
  102. package/.emerge-vis-output/rws-client/html/resources/css/custom.css +211 -211
  103. package/.emerge-vis-output/rws-client/html/resources/js/emerge_common.js +44 -44
  104. package/.emerge-vis-output/rws-client/html/resources/js/emerge_data.js +13 -13
  105. package/.emerge-vis-output/rws-client/html/resources/js/emerge_git.js +1413 -1413
  106. package/.emerge-vis-output/rws-client/html/resources/js/emerge_graph.js +539 -539
  107. package/.emerge-vis-output/rws-client/html/resources/js/emerge_heatmap.js +219 -219
  108. package/.emerge-vis-output/rws-client/html/resources/js/emerge_hull.js +179 -179
  109. package/.emerge-vis-output/rws-client/html/resources/js/emerge_main.js +1002 -1002
  110. package/.emerge-vis-output/rws-client/html/resources/js/emerge_search.js +71 -71
  111. package/.emerge-vis-output/rws-client/html/resources/js/emerge_ui.js +199 -199
  112. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.css +4123 -4123
  113. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.min.css +6 -6
  114. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.rtl.css +4122 -4122
  115. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-grid.rtl.min.css +6 -6
  116. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.css +487 -487
  117. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.min.css +6 -6
  118. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.rtl.css +484 -484
  119. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-reboot.rtl.min.css +6 -6
  120. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.css +4265 -4265
  121. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.min.css +6 -6
  122. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.rtl.css +4256 -4256
  123. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap-utilities.rtl.min.css +6 -6
  124. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.css +10877 -10877
  125. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.min.css +6 -6
  126. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.rtl.css +10841 -10841
  127. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/css/bootstrap.rtl.min.css +6 -6
  128. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.bundle.js +7075 -7075
  129. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.bundle.min.js +6 -6
  130. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.esm.js +5202 -5202
  131. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.esm.min.js +6 -6
  132. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.js +5249 -5249
  133. package/.emerge-vis-output/rws-client/html/vendors/bootstrap/js/bootstrap.min.js +6 -6
  134. package/.emerge-vis-output/rws-client/html/vendors/d3/d3.v7.8.4.min.js +2 -2
  135. package/.emerge-vis-output/rws-client/html/vendors/d3/d3.v7.min.js +2 -2
  136. package/.emerge-vis-output/rws-client/html/vendors/dark-mode-switch/css/dark-mode.css +148 -148
  137. package/.emerge-vis-output/rws-client/html/vendors/daterangepicker/daterangepicker.min.js +7 -7
  138. package/.emerge-vis-output/rws-client/html/vendors/daterangepicker/moment.min.js +6 -6
  139. package/.emerge-vis-output/rws-client/html/vendors/hull/hull.js +373 -373
  140. package/.emerge-vis-output/rws-client/html/vendors/jquery/jquery-3.6.0.min.js +2 -2
  141. package/.emerge-vis-output/rws-client/html/vendors/popper/popper.min.js +6 -6
  142. package/.emerge-vis-output/rws-client/html/vendors/simpleheat/simpleheat.js +141 -141
  143. package/.eslintrc.json +51 -51
  144. package/.gitmodules +2 -2
  145. package/.setup/.eslintrc.json +11 -11
  146. package/.setup/_base.eslintrc.json +48 -48
  147. package/.setup/tsconfig.json +28 -28
  148. package/PLUGINS.MD +188 -188
  149. package/README.md +1023 -1023
  150. package/_tools.js +396 -396
  151. package/builder/vite/index.ts +4 -4
  152. package/{cfg/build_steps → builder}/vite/loaders/html.ts +11 -11
  153. package/{cfg/build_steps → builder}/vite/loaders/index.ts +8 -8
  154. package/{cfg/build_steps → builder}/vite/loaders/loader.type.ts +27 -27
  155. package/{cfg/build_steps → builder}/vite/loaders/scss.ts +32 -32
  156. package/{cfg/build_steps → builder}/vite/loaders/ts.ts +309 -312
  157. package/builder/vite/rws.vite.config.ts +56 -49
  158. package/{cfg/build_steps → builder}/vite/rws_scss_plugin.ts +61 -60
  159. package/{cfg/build_steps → builder}/vite/scss/_compiler.ts +95 -94
  160. package/{cfg/build_steps → builder}/vite/scss/_fonts.ts +80 -80
  161. package/{cfg/build_steps → builder}/vite/scss/_fs.ts +83 -81
  162. package/{cfg/build_steps → builder}/vite/scss/_import.ts +191 -184
  163. package/builder/webpack/after/copy.js +78 -78
  164. package/builder/webpack/after/sw.js +13 -13
  165. package/builder/webpack/index.js +10 -10
  166. package/builder/webpack/loaders/rws_fast_html_loader.js +17 -17
  167. package/builder/webpack/loaders/rws_fast_scss_loader.js +43 -43
  168. package/builder/webpack/loaders/rws_fast_ts_loader.js +96 -96
  169. package/builder/webpack/loaders/ts/html_error.js +19 -19
  170. package/builder/webpack/rws.webpack.config.js +169 -169
  171. package/builder/webpack/rws_scss_plugin.js +62 -62
  172. package/builder/webpack/rws_webpack_plugin.js +137 -137
  173. package/builder/webpack/scss/_compiler.js +97 -97
  174. package/builder/webpack/scss/_fonts.js +80 -80
  175. package/builder/webpack/scss/_fs.js +84 -84
  176. package/builder/webpack/scss/_import.js +186 -186
  177. package/cfg/_default.cfg.js +26 -26
  178. package/cfg/_storage.d.ts +22 -22
  179. package/cfg/_storage.js +42 -42
  180. package/cfg/build_steps/vite/_build_config.ts +105 -105
  181. package/cfg/build_steps/vite/_env_defines.ts +17 -17
  182. package/cfg/build_steps/vite/_loaders.ts +187 -184
  183. package/cfg/build_steps/vite/index.ts +2 -2
  184. package/cfg/build_steps/vite/types.ts +7 -7
  185. package/cfg/build_steps/webpack/_actions.js +85 -85
  186. package/cfg/build_steps/webpack/_aliases.js +9 -9
  187. package/cfg/build_steps/webpack/_build_config.js +76 -76
  188. package/cfg/build_steps/webpack/_cache.js +98 -98
  189. package/cfg/build_steps/webpack/_component_handling.js +60 -60
  190. package/cfg/build_steps/webpack/_dev_servers.js +14 -14
  191. package/cfg/build_steps/webpack/_env_defines.js +18 -18
  192. package/cfg/build_steps/webpack/_info.js +18 -18
  193. package/cfg/build_steps/webpack/_loaders.js +223 -223
  194. package/cfg/build_steps/webpack/_plugins.js +102 -102
  195. package/cfg/build_steps/webpack/_production.js +37 -37
  196. package/cfg/build_steps/webpack/_rws_externals.js +68 -68
  197. package/cfg/build_steps/webpack/_timing.js +52 -52
  198. package/cfg/build_steps/webpack/_webpack_config.js +58 -58
  199. package/cfg/tsconfigSetup.js +150 -150
  200. package/console.js +86 -86
  201. package/docs/assets/26e93147f10415a0ed4a.svg +6 -6
  202. package/docs/assets/75c9471662e97ee24f29.svg +7 -7
  203. package/docs/assets/db90e4df2373980c497d.svg +9 -9
  204. package/docs/assets/highlight.css +127 -127
  205. package/docs/assets/main.js +59 -59
  206. package/docs/assets/style.css +1414 -1414
  207. package/docs/classes/ApiServiceInstance.html +25 -25
  208. package/docs/classes/ConfigServiceInstance.html +21 -21
  209. package/docs/classes/DOMServiceInstance.html +17 -17
  210. package/docs/classes/NotifyServiceInstance.html +15 -15
  211. package/docs/classes/RWSClientInstance.html +45 -45
  212. package/docs/classes/RWSPlugin.html +13 -13
  213. package/docs/classes/RWSService.html +10 -10
  214. package/docs/classes/RWSViewComponent.html +1022 -1022
  215. package/docs/classes/ServiceWorkerServiceInstance.html +13 -13
  216. package/docs/classes/UtilsServiceInstance.html +13 -13
  217. package/docs/functions/attr.html +5 -5
  218. package/docs/functions/observable.html +3 -3
  219. package/docs/index.html +179 -179
  220. package/docs/interfaces/HTMLTag.html +3 -3
  221. package/docs/interfaces/IRWSConfig.html +20 -20
  222. package/docs/interfaces/IRWSDecoratorOptions.html +5 -5
  223. package/docs/interfaces/IRWSHttpRoute.html +2 -2
  224. package/docs/interfaces/IRWSPrefixedHTTProutes.html +2 -2
  225. package/docs/interfaces/IRWSUser.html +5 -5
  226. package/docs/modules.html +45 -45
  227. package/foundation/index.js +1 -1
  228. package/foundation/rws-foundation.d.ts +7 -7
  229. package/foundation/rws-foundation.js +7 -7
  230. package/package.json +108 -108
  231. package/service_worker/src/_service_worker.ts +83 -83
  232. package/service_worker/tsconfig.json +20 -20
  233. package/service_worker/webpack.config.js +66 -66
  234. package/src/client/components.ts +67 -67
  235. package/src/client/config.ts +165 -165
  236. package/src/client/services.ts +27 -27
  237. package/src/client.ts +212 -212
  238. package/src/components/_attrs/_default_observable_accessor.ts +8 -8
  239. package/src/components/_attrs/_extended_accessor.ts +40 -40
  240. package/src/components/_attrs/_external_handler.ts +7 -7
  241. package/src/components/_attrs/_external_observable_accessor.ts +8 -8
  242. package/src/components/_attrs/angular-attr.ts +34 -34
  243. package/src/components/_attrs/external-attr.ts +59 -59
  244. package/src/components/_attrs/external-observable.ts +52 -52
  245. package/src/components/_attrs/sanitize-html.ts +80 -80
  246. package/src/components/_component.ts +245 -245
  247. package/src/components/_container.ts +15 -15
  248. package/src/components/_decorator.ts +122 -122
  249. package/src/components/_decorators/RWSFillBuild.ts +54 -54
  250. package/src/components/_decorators/RWSInject.ts +49 -49
  251. package/src/components/_decorators/RWSService.ts +11 -11
  252. package/src/components/_decorators/_di.ts +15 -15
  253. package/src/components/_definitions.ts +64 -64
  254. package/src/components/_event_handling.ts +40 -40
  255. package/src/components/index.ts +14 -14
  256. package/src/components/loader/component.ts +12 -12
  257. package/src/components/loader/styles/layout.scss +13 -13
  258. package/src/components/progress/component.ts +54 -54
  259. package/src/components/progress/styles/layout.scss +90 -90
  260. package/src/components/progress/template.html +24 -24
  261. package/src/components/uploader/component.ts +83 -83
  262. package/src/components/uploader/styles/layout.scss +130 -130
  263. package/src/components/uploader/template.html +16 -16
  264. package/src/index.ts +93 -93
  265. package/src/plugins/_builder.js +31 -31
  266. package/src/plugins/_plugin.ts +63 -63
  267. package/src/services/ApiService.ts +242 -242
  268. package/src/services/ConfigService.ts +134 -134
  269. package/src/services/DOMService.ts +100 -100
  270. package/src/services/NotifyService.ts +47 -47
  271. package/src/services/ServiceWorkerService.ts +60 -60
  272. package/src/services/UtilsService.ts +60 -60
  273. package/src/services/_service.ts +64 -64
  274. package/src/styles/_darkreader.scss +30 -30
  275. package/src/styles/_grid.scss +75 -75
  276. package/src/styles/_misc.scss +8 -8
  277. package/src/styles/_scrollbars.scss +40 -40
  278. package/src/styles/includes.scss +4 -4
  279. package/src/types/IRWSConfig.ts +30 -30
  280. package/src/types/IRWSPlugin.ts +18 -18
  281. package/src/types/IRWSUser.ts +6 -6
  282. package/src/types/IRWSViewComponent.ts +36 -36
  283. package/src/types/RWSNotify.ts +6 -6
  284. package/src/types/RWSWindow.ts +41 -41
  285. package/tsconfig.json +30 -30
  286. package/typedoc.json +13 -13
  287. package/types/declarations.d.ts +8 -8
  288. package/types/docs-typings.d.ts +15 -15
@@ -1,656 +1,656 @@
1
- the following statistics were collected in ts check
2
- +-------------------------------------+-------------------+
3
- | statistic name | value |
4
- +-------------------------------------+-------------------+
5
- | scanning_runtime | 00:00:00 + 4 ms |
6
- | scanned_files | 40 |
7
- | skipped_files | 8 |
8
- | parsing_hits | 145 |
9
- | parsing_misses | 3 |
10
- | extracted_file_results | 40 |
11
- | file_results_creation_runtime | 00:00:00 + 117 ms |
12
- | number-of-methods-metric-runtime | 00:00:00 + 1 ms |
13
- | source-lines-of-code-metric-runtime | 00:00:00 + 2 ms |
14
- | t-f-i-d-f-metric-runtime | 00:00:00 + 49 ms |
15
- | fan-in-out-metric-runtime | 00:00:00 + 0 ms |
16
- | louvain-modularity-metric-runtime | 00:00:00 + 20 ms |
17
- | total_runtime | 00:00:00 + 195 ms |
18
- +-------------------------------------+-------------------+
19
-
20
- the following overall metrics were collected in ts check
21
- +----------------------------------------------+----------------------------+
22
- | metric name | value |
23
- +----------------------------------------------+----------------------------+
24
- | avg-number-of-methods-in-file | 1.02 |
25
- | avg-sloc-in-file | 51.55 |
26
- | total-sloc-in-files | 2062 |
27
- | avg-fan-in-dependency-graph | 1.81 |
28
- | avg-fan-out-dependency-graph | 1.81 |
29
- | max-fan-in-dependency-graph | 9 |
30
- | max-fan-in-name-dependency-graph | src/services/_service.ts |
31
- | max-fan-out-dependency-graph | 22 |
32
- | max-fan-out-name-dependency-graph | src/index.ts |
33
- | louvain-communities-dependency-graph | 11 |
34
- | louvain-modularity-dependency-graph | 0.46 |
35
- | louvain-biggest-communities-dependency-graph | 0.17, 0.14, 0.12, 0.1, 0.1 |
36
- +----------------------------------------------+----------------------------+
37
-
38
- the following local metrics were collected in ts check
39
- +------------------------------------------------+---------------------------------------------------------------+
40
- | result | local metrics |
41
- +------------------------------------------------+---------------------------------------------------------------+
42
- | src/index.ts | number-of-methods-in-file: 0 |
43
- | | sloc-in-file: 80 |
44
- | | fan-in-dependency-graph: 0 |
45
- | | fan-out-dependency-graph: 22 |
46
- | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
47
- | ---------------------------------------------- | ------------------------------------------------------------- |
48
- | src/run.ts | number-of-methods-in-file: 0 |
49
- | | sloc-in-file: 26 |
50
- | | tag_websocket: 0.3081819499130618 |
51
- | | tag_strong: 0.3081819499130618 |
52
- | | tag_main: 0.3081819499130618 |
53
- | | tag_instance: 0.2893324329742679 |
54
- | | tag_params: 0.26625909322686964 |
55
- | | tag_your: 0.25504939409342925 |
56
- | | tag_wsserviceinstance: 0.22396884137147058 |
57
- | | fan-in-dependency-graph: 0 |
58
- | | fan-out-dependency-graph: 4 |
59
- | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
60
- | ---------------------------------------------- | ------------------------------------------------------------- |
61
- | src/client.ts | number-of-methods-in-file: 0 |
62
- | | sloc-in-file: 155 |
63
- | | tag_rwsclient: 0.49067900050111113 |
64
- | | tag_protected: 0.30643035663138873 |
65
- | | fan-in-dependency-graph: 2 |
66
- | | fan-out-dependency-graph: 19 |
67
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
68
- | ---------------------------------------------- | ------------------------------------------------------------- |
69
- | src/components/_container.ts | number-of-methods-in-file: 0 |
70
- | | sloc-in-file: 11 |
71
- | | tag_loadrwsrichwindow: 0.7640805014774315 |
72
- | | tag_di: 0.45928803688515474 |
73
- | | tag_richwindow: 0.4033187761240616 |
74
- | | tag_default: 0.206323656573759 |
75
- | | fan-in-dependency-graph: 2 |
76
- | | fan-out-dependency-graph: 2 |
77
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
78
- | ---------------------------------------------- | ------------------------------------------------------------- |
79
- | src/components/_decorator.ts | number-of-methods-in-file: 3 |
80
- | | sloc-in-file: 41 |
81
- | | tag_depkey: 0.43611258241052847 |
82
- | | tag_mainconstructor: 0.38802265853955864 |
83
- | | tag_existinginjecteddependencies: 0.291016993904669 |
84
- | | tag_rwsviewcomponent: 0.2903379424145018 |
85
- | | tag_iwithcompose: 0.28199245699982955 |
86
- | | tag_rwsdecoratoroptions: 0.2616675494463171 |
87
- | | fan-in-dependency-graph: 2 |
88
- | | fan-out-dependency-graph: 2 |
89
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
90
- | ---------------------------------------------- | ------------------------------------------------------------- |
91
- | src/components/index.ts | number-of-methods-in-file: 1 |
92
- | | sloc-in-file: 14 |
93
- | | tag_rwsuploader: 0.419061935455089 |
94
- | | tag_rwsprogress: 0.419061935455089 |
95
- | | tag_rwsloader: 0.419061935455089 |
96
- | | tag_declarerwscomponents: 0.419061935455089 |
97
- | | tag_routercomponent: 0.3857125723972057 |
98
- | | tag_parted: 0.3857125723972057 |
99
- | | fan-in-dependency-graph: 1 |
100
- | | fan-out-dependency-graph: 4 |
101
- | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
102
- | ---------------------------------------------- | ------------------------------------------------------------- |
103
- | src/components/_component.ts | number-of-methods-in-file: 0 |
104
- | | sloc-in-file: 228 |
105
- | | tag_iwithcompose: 0.24776647710046254 |
106
- | | tag_node: 0.22571957589877875 |
107
- | | tag_observer: 0.2045565505496346 |
108
- | | fan-in-dependency-graph: 3 |
109
- | | fan-out-dependency-graph: 11 |
110
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
111
- | ---------------------------------------------- | ------------------------------------------------------------- |
112
- | src/components/_design_system.ts | number-of-methods-in-file: 1 |
113
- | | sloc-in-file: 4 |
114
- | | tag_designsystem: 0.7251902092925595 |
115
- | | tag_element: 0.5270263589253282 |
116
- | | tag_providerwsdesignsystem: 0.3260269141021483 |
117
- | | tag_htmlelement: 0.3000813700067956 |
118
- | | fan-in-dependency-graph: 1 |
119
- | | fan-out-dependency-graph: 1 |
120
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
121
- | ---------------------------------------------- | ------------------------------------------------------------- |
122
- | src/components/loader/component.ts | number-of-methods-in-file: 0 |
123
- | | sloc-in-file: 9 |
124
- | | tag_rwsloader: 0.7599342844007438 |
125
- | | tag_rwsviewcomponent: 0.4215993862632442 |
126
- | | tag_connectedcallback: 0.30711068749738674 |
127
- | | tag_rwsview: 0.2909079641260006 |
128
- | | fan-in-dependency-graph: 1 |
129
- | | fan-out-dependency-graph: 1 |
130
- | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
131
- | ---------------------------------------------- | ------------------------------------------------------------- |
132
- | src/components/progress/component.ts | number-of-methods-in-file: 0 |
133
- | | sloc-in-file: 42 |
134
- | | tag_nullablenumberconverter: 0.43128614326931886 |
135
- | | tag_min: 0.43128614326931886 |
136
- | | tag_range: 0.3234646074519892 |
137
- | | tag_max: 0.3234646074519892 |
138
- | | tag_converter: 0.3234646074519892 |
139
- | | tag_value: 0.2676972229054034 |
140
- | | tag_protected: 0.24974413504147017 |
141
- | | fan-in-dependency-graph: 1 |
142
- | | fan-out-dependency-graph: 2 |
143
- | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
144
- | ---------------------------------------------- | ------------------------------------------------------------- |
145
- | src/components/router/component.ts | number-of-methods-in-file: 0 |
146
- | | sloc-in-file: 59 |
147
- | | tag_newvalue: 0.4089089437931372 |
148
- | | tag_childcomponent: 0.4089089437931372 |
149
- | | tag_newcomponent: 0.2757524564976497 |
150
- | | tag_component: 0.26791186536356104 |
151
- | | tag_routename: 0.2538078034337618 |
152
- | | tag_routeparams: 0.2367862081174428 |
153
- | | tag_routingservice: 0.22287855208655863 |
154
- | | fan-in-dependency-graph: 1 |
155
- | | fan-out-dependency-graph: 4 |
156
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
157
- | ---------------------------------------------- | ------------------------------------------------------------- |
158
- | src/components/_decorators/RWSInject.ts | number-of-methods-in-file: 2 |
159
- | | sloc-in-file: 37 |
160
- | | tag_depkey: 0.4218120200129973 |
161
- | | tag_targetcomponentname: 0.4021060845558235 |
162
- | | tag_targetconstructor: 0.3350884037965195 |
163
- | | tag_dependencyclass: 0.3350884037965195 |
164
- | | tag_target: 0.3104625172854868 |
165
- | | tag_key: 0.2420650036315567 |
166
- | | tag_parameterindex: 0.20105304227791174 |
167
- | | fan-in-dependency-graph: 1 |
168
- | | fan-out-dependency-graph: 4 |
169
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
170
- | ---------------------------------------------- | ------------------------------------------------------------- |
171
- | src/components/_decorators/RWSService.ts | number-of-methods-in-file: 1 |
172
- | | sloc-in-file: 9 |
173
- | | tag_rwsservicedecoratoroptions: 0.6698636396590854 |
174
- | | tag_rwsservice: 0.5171957346437672 |
175
- | | tag_rwsviewcomponent: 0.33415029862589035 |
176
- | | tag_options: 0.2585978673218836 |
177
- | | fan-in-dependency-graph: 0 |
178
- | | fan-out-dependency-graph: 1 |
179
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
180
- | ---------------------------------------------- | ------------------------------------------------------------- |
181
- | src/components/_decorators/RWSFillBuild.ts | number-of-methods-in-file: 2 |
182
- | | sloc-in-file: 46 |
183
- | | tag_irwsconfig: 0.4677224161510094 |
184
- | | tag_extractenvvar: 0.3397168616784019 |
185
- | | tag_extractedvars: 0.3397168616784019 |
186
- | | tag_extractedfrontendvars: 0.22647790778560126 |
187
- | | tag_extractedfrontendbuildvars: 0.22647790778560126 |
188
- | | tag_envvar: 0.22647790778560126 |
189
- | | tag_wsurl: 0.20363731457345827 |
190
- | | fan-in-dependency-graph: 0 |
191
- | | fan-out-dependency-graph: 1 |
192
- | | file_result_dependency_graph_louvain-modularity-in-file: 10 |
193
- | ---------------------------------------------- | ------------------------------------------------------------- |
194
- | src/components/_decorators/_di.ts | number-of-methods-in-file: 2 |
195
- | | sloc-in-file: 12 |
196
- | | tag_constructormatch: 0.6043014628001488 |
197
- | | tag_dependencykeyclass: 0.4028676418667659 |
198
- | | tag_loaddep: 0.3622379132712285 |
199
- | | tag_getfunctionparamnames: 0.3622379132712285 |
200
- | | tag_rwscontainer: 0.29278093347261236 |
201
- | | tag_key: 0.20787724775786529 |
202
- | | tag_param: 0.20143382093338294 |
203
- | | fan-in-dependency-graph: 1 |
204
- | | fan-out-dependency-graph: 2 |
205
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
206
- | ---------------------------------------------- | ------------------------------------------------------------- |
207
- | src/components/_attrs/sanitize-html.ts | number-of-methods-in-file: 4 |
208
- | | sloc-in-file: 63 |
209
- | | tag_target: 0.34691653965322206 |
210
- | | tag_tagname: 0.3035519721965693 |
211
- | | tag_enc: 0.2808254693821401 |
212
- | | tag_propertykey: 0.2525038535014481 |
213
- | | tag_privatepropname: 0.2525038535014481 |
214
- | | tag_decorator: 0.2525038535014481 |
215
- | | tag_config: 0.22644905884399083 |
216
- | | fan-in-dependency-graph: 1 |
217
- | | fan-out-dependency-graph: 6 |
218
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
219
- | ---------------------------------------------- | ------------------------------------------------------------- |
220
- | src/components/_attrs/angular-attr.ts | number-of-methods-in-file: 4 |
221
- | | sloc-in-file: 46 |
222
- | | tag_target: 0.41713834289991825 |
223
- | | tag_value: 0.3974441938101621 |
224
- | | tag_propertykey: 0.2698799329678666 |
225
- | | tag_prop: 0.2698799329678666 |
226
- | | tag_privatepropname: 0.2698799329678666 |
227
- | | tag_decorator: 0.2698799329678666 |
228
- | | tag_targettype: 0.2159039463742933 |
229
- | | fan-in-dependency-graph: 1 |
230
- | | fan-out-dependency-graph: 2 |
231
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
232
- | ---------------------------------------------- | ------------------------------------------------------------- |
233
- | src/components/uploader/component.ts | number-of-methods-in-file: 0 |
234
- | | sloc-in-file: 57 |
235
- | | tag_fileinput: 0.7403579662155844 |
236
- | | tag_htmlinputelement: 0.32904798498470417 |
237
- | | tag_file: 0.2540550109777961 |
238
- | | tag_chosenfile: 0.24678598873852814 |
239
- | | fan-in-dependency-graph: 1 |
240
- | | fan-out-dependency-graph: 1 |
241
- | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
242
- | ---------------------------------------------- | ------------------------------------------------------------- |
243
- | src/client/components.ts | number-of-methods-in-file: 3 |
244
- | | sloc-in-file: 43 |
245
- | | tag_richwindowcomponents: 0.31606726518365813 |
246
- | | tag_parturl: 0.31606726518365813 |
247
- | | tag_defineallcomponents: 0.2841914681034034 |
248
- | | tag_key: 0.2718146373843182 |
249
- | | tag_rwsinfotype: 0.24403271313054517 |
250
- | | tag_rwsclientinstance: 0.22969943307388024 |
251
- | | tag_script: 0.21071151012243874 |
252
- | | fan-in-dependency-graph: 1 |
253
- | | fan-out-dependency-graph: 3 |
254
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
255
- | ---------------------------------------------- | ------------------------------------------------------------- |
256
- | src/client/config.ts | number-of-methods-in-file: 7 |
257
- | | sloc-in-file: 89 |
258
- | | tag_rwsclientinstance: 0.5904965393926194 |
259
- | | tag_user: 0.34218742611230435 |
260
- | | tag_irwsuser: 0.22812495074153621 |
261
- | | tag_localsaved: 0.22159783941281277 |
262
- | | tag_doit: 0.22159783941281277 |
263
- | | tag_irwsconfig: 0.20339737500209312 |
264
- | | fan-in-dependency-graph: 1 |
265
- | | fan-out-dependency-graph: 3 |
266
- | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
267
- | ---------------------------------------------- | ------------------------------------------------------------- |
268
- | src/client/services.ts | number-of-methods-in-file: 2 |
269
- | | sloc-in-file: 21 |
270
- | | tag_servicekey: 0.775489297441911 |
271
- | | tag_currentservice: 0.3877446487209555 |
272
- | | tag_rwsclientinstance: 0.2817904155208266 |
273
- | | tag_loadservices: 0.23242672917575774 |
274
- | | tag_getbinds: 0.21392998031876362 |
275
- | | fan-in-dependency-graph: 1 |
276
- | | fan-out-dependency-graph: 2 |
277
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
278
- | ---------------------------------------------- | ------------------------------------------------------------- |
279
- | src/interfaces/IRWSConfig.ts | number-of-methods-in-file: 0 |
280
- | | sloc-in-file: 23 |
281
- | | tag_ifrontroutes: 0.3529488709160942 |
282
- | | tag_puburl: 0.22856686496870046 |
283
- | | tag_partedfiledir: 0.22856686496870046 |
284
- | | tag_ignorerwscomponents: 0.22856686496870046 |
285
- | | tag_dontpushtosw: 0.22856686496870046 |
286
- | | tag_dev: 0.22856686496870046 |
287
- | | tag_backendroutes: 0.22856686496870046 |
288
- | | fan-in-dependency-graph: 2 |
289
- | | fan-out-dependency-graph: 2 |
290
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
291
- | ---------------------------------------------- | ------------------------------------------------------------- |
292
- | src/interfaces/IRWSUser.ts | number-of-methods-in-file: 0 |
293
- | | sloc-in-file: 7 |
294
- | | tag_mongoid: 0.48994250407310314 |
295
- | | tag_email: 0.48994250407310314 |
296
- | | tag_message: 0.3782802324608286 |
297
- | | tag_irwsuser: 0.3782802324608286 |
298
- | | tag_name: 0.35606191409602445 |
299
- | | tag_interface: 0.2715926664537849 |
300
- | | fan-in-dependency-graph: 2 |
301
- | | fan-out-dependency-graph: 0 |
302
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
303
- | ---------------------------------------------- | ------------------------------------------------------------- |
304
- | src/interfaces/RWSWindow.ts | number-of-methods-in-file: 1 |
305
- | | sloc-in-file: 32 |
306
- | | tag_container: 0.5573997116853936 |
307
- | | tag_rwswindow: 0.2871805368019236 |
308
- | | tag_rwswindowcomponententry: 0.2479677573184007 |
309
- | | tag_newnode: 0.2479677573184007 |
310
- | | tag_uuid: 0.22295988467415742 |
311
- | | tag_rwswindowcomponentinterface: 0.22295988467415742 |
312
- | | tag_interfacesymbol: 0.22295988467415742 |
313
- | | fan-in-dependency-graph: 1 |
314
- | | fan-out-dependency-graph: 3 |
315
- | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
316
- | ---------------------------------------------- | ------------------------------------------------------------- |
317
- | src/interfaces/IRWSViewComponent.ts | number-of-methods-in-file: 0 |
318
- | | sloc-in-file: 22 |
319
- | | tag_viewtemplate: 0.31685215985503024 |
320
- | | tag_iassetshowoptions: 0.29163675177172477 |
321
- | | tag_record: 0.2720781617643864 |
322
- | | tag_domoutputtype: 0.2720781617643864 |
323
- | | tag_paste: 0.21123477323668682 |
324
- | | tag_cnt: 0.21123477323668682 |
325
- | | tag_addcontent: 0.21123477323668682 |
326
- | | fan-in-dependency-graph: 0 |
327
- | | fan-out-dependency-graph: 2 |
328
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
329
- | ---------------------------------------------- | ------------------------------------------------------------- |
330
- | src/services/RoutingService.ts | number-of-methods-in-file: 0 |
331
- | | sloc-in-file: 36 |
332
- | | tag_comp: 0.40732917487567194 |
333
- | | tag_router: 0.3662494948409177 |
334
- | | tag_rwsrouter: 0.3144952186819376 |
335
- | | tag_ifrontroutes: 0.3144952186819376 |
336
- | | tag_routename: 0.2528272485083659 |
337
- | | tag_irwsviewcomponent: 0.22201748848230024 |
338
- | | tag_defaultrouteparams: 0.20366458743783597 |
339
- | | fan-in-dependency-graph: 3 |
340
- | | fan-out-dependency-graph: 6 |
341
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
342
- | ---------------------------------------------- | ------------------------------------------------------------- |
343
- | src/services/_service.ts | number-of-methods-in-file: 0 |
344
- | | sloc-in-file: 48 |
345
- | | tag_iwithdi: 0.6276754653316956 |
346
- | | tag_interf: 0.35867169447525465 |
347
- | | tag_key: 0.323876714480439 |
348
- | | tag_interfacesymbol: 0.32249918497832536 |
349
- | | tag_register: 0.269003770856441 |
350
- | | tag_getsingleton: 0.269003770856441 |
351
- | | tag_extends: 0.2171246058199047 |
352
- | | fan-in-dependency-graph: 9 |
353
- | | fan-out-dependency-graph: 3 |
354
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
355
- | ---------------------------------------------- | ------------------------------------------------------------- |
356
- | src/services/NotifyService.ts | number-of-methods-in-file: 0 |
357
- | | sloc-in-file: 36 |
358
- | | tag_notifier: 0.45491034500270555 |
359
- | | tag_logtype: 0.45491034500270555 |
360
- | | tag_message: 0.39062751061115725 |
361
- | | tag_onconfirm: 0.303273563335137 |
362
- | | tag_notifylogtype: 0.27913875338505656 |
363
- | | tag_added: 0.25296725057988756 |
364
- | | tag_rws: 0.20935406503879242 |
365
- | | fan-in-dependency-graph: 3 |
366
- | | fan-out-dependency-graph: 2 |
367
- | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
368
- | ---------------------------------------------- | ------------------------------------------------------------- |
369
- | src/services/UtilsService.ts | number-of-methods-in-file: 0 |
370
- | | sloc-in-file: 47 |
371
- | | tag_source: 0.4351795966268471 |
372
- | | tag_sourcevalue: 0.3263846974701353 |
373
- | | tag_target: 0.29399849554784585 |
374
- | | tag_error: 0.29359182535562184 |
375
- | | tag_isobject: 0.2719872478917794 |
376
- | | tag_targetvalue: 0.21758979831342354 |
377
- | | tag_linematch: 0.21758979831342354 |
378
- | | fan-in-dependency-graph: 3 |
379
- | | fan-out-dependency-graph: 3 |
380
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
381
- | ---------------------------------------------- | ------------------------------------------------------------- |
382
- | src/services/ServiceWorkerService.ts | number-of-methods-in-file: 0 |
383
- | | sloc-in-file: 52 |
384
- | | tag_worker: 0.6185282339042869 |
385
- | | tag_registerserviceworker: 0.30926411695214345 |
386
- | | tag_error: 0.2781914020993046 |
387
- | | tag_serviceworkerservice: 0.25594498855541353 |
388
- | | tag_rwsservice: 0.23878006312959965 |
389
- | | fan-in-dependency-graph: 2 |
390
- | | fan-out-dependency-graph: 1 |
391
- | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
392
- | ---------------------------------------------- | ------------------------------------------------------------- |
393
- | src/services/DOMService.ts | number-of-methods-in-file: 0 |
394
- | | sloc-in-file: 74 |
395
- | | tag_allowedhtmltags: 0.34669337520463206 |
396
- | | tag_html: 0.2295369610247239 |
397
- | | tag_directreturn: 0.2295369610247239 |
398
- | | tag_domoutputtype: 0.21414308736189064 |
399
- | | tag_elements: 0.20801602512277928 |
400
- | | fan-in-dependency-graph: 2 |
401
- | | fan-out-dependency-graph: 3 |
402
- | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
403
- | ---------------------------------------------- | ------------------------------------------------------------- |
404
- | src/services/ApiService.ts | number-of-methods-in-file: 0 |
405
- | | sloc-in-file: 180 |
406
- | | tag_headers: 0.4625323075892677 |
407
- | | tag_options: 0.3624706041417795 |
408
- | | tag_iapioptions: 0.26826635797161474 |
409
- | | tag_routename: 0.24051679994641925 |
410
- | | tag_payload: 0.24051679994641925 |
411
- | | tag_error: 0.227906546339498 |
412
- | | tag_url: 0.22745391033639575 |
413
- | | fan-in-dependency-graph: 3 |
414
- | | fan-out-dependency-graph: 3 |
415
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
416
- | ---------------------------------------------- | ------------------------------------------------------------- |
417
- | src/services/WSService.ts | number-of-methods-in-file: 1 |
418
- | | sloc-in-file: 162 |
419
- | | tag_socketid: 0.561506022008755 |
420
- | | tag_error: 0.35777193381359274 |
421
- | | tag_wslog: 0.24565888462883032 |
422
- | | tag_callback: 0.20403507280014485 |
423
- | | tag_method: 0.20330570851383686 |
424
- | | fan-in-dependency-graph: 3 |
425
- | | fan-out-dependency-graph: 7 |
426
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
427
- | ---------------------------------------------- | ------------------------------------------------------------- |
428
- | src/services/ConfigService.ts | number-of-methods-in-file: 0 |
429
- | | sloc-in-file: 90 |
430
- | | tag_defaultval: 0.5120700937713294 |
431
- | | tag_irwsconfig: 0.4406365427265219 |
432
- | | tag_key: 0.33028130920073917 |
433
- | | tag_tagname: 0.2965235601591443 |
434
- | | fan-in-dependency-graph: 4 |
435
- | | fan-out-dependency-graph: 3 |
436
- | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
437
- | ---------------------------------------------- | ------------------------------------------------------------- |
438
- | src/services/_ws_handlers/EventHandler.ts | number-of-methods-in-file: 2 |
439
- | | sloc-in-file: 25 |
440
- | | tag_listeners: 0.576705390128196 |
441
- | | tag_event: 0.46317156097233336 |
442
- | | tag_wsinstance: 0.3710575683634302 |
443
- | | tag_callback: 0.3492634737264009 |
444
- | | tag_wsevent: 0.25927194862847186 |
445
- | | fan-in-dependency-graph: 1 |
446
- | | fan-out-dependency-graph: 1 |
447
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
448
- | ---------------------------------------------- | ------------------------------------------------------------- |
449
- | src/services/_ws_handlers/ConnectionHandler.ts | number-of-methods-in-file: 3 |
450
- | | sloc-in-file: 38 |
451
- | | tag_rc: 0.47135321840269223 |
452
- | | tag_instance: 0.4425235595698406 |
453
- | | tag_disconnect: 0.42381662984076474 |
454
- | | tag_wsinstance: 0.36392761098744325 |
455
- | | tag_reconnect: 0.29256666262781156 |
456
- | | tag_noevent: 0.23567660920134612 |
457
- | | tag_ping: 0.21190831492038237 |
458
- | | fan-in-dependency-graph: 1 |
459
- | | fan-out-dependency-graph: 1 |
460
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
461
- | ---------------------------------------------- | ------------------------------------------------------------- |
462
- | src/services/_ws_handlers/MessageHandler.ts | number-of-methods-in-file: 2 |
463
- | | sloc-in-file: 39 |
464
- | | tag_method: 0.7151810377551395 |
465
- | | tag_parseddata: 0.34566776767246465 |
466
- | | tag_wsinstance: 0.2668869967849234 |
467
- | | tag_callback: 0.25121136863111043 |
468
- | | tag_msg: 0.23310504090113945 |
469
- | | fan-in-dependency-graph: 1 |
470
- | | fan-out-dependency-graph: 1 |
471
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
472
- | ---------------------------------------------- | ------------------------------------------------------------- |
473
- | src/types/RWSNotify.ts | number-of-methods-in-file: 0 |
474
- | | sloc-in-file: 5 |
475
- | | tag_notifyuitype: 0.5731333563865102 |
476
- | | tag_notifylogtype: 0.5275228373543768 |
477
- | | tag_rwsnotify: 0.32809638018109283 |
478
- | | tag_type: 0.2723547001447966 |
479
- | | tag_uitype: 0.21247259080593273 |
480
- | | tag_notifieroptions: 0.21247259080593273 |
481
- | | fan-in-dependency-graph: 2 |
482
- | | fan-out-dependency-graph: 0 |
483
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
484
- | ---------------------------------------------- | ------------------------------------------------------------- |
485
- | src/routing/index.ts | number-of-methods-in-file: 0 |
486
- | | sloc-in-file: 5 |
487
- | | tag_initroutes: 0.9831580890598388 |
488
- | | fan-in-dependency-graph: 0 |
489
- | | fan-out-dependency-graph: 0 |
490
- | | file_result_dependency_graph_louvain-modularity-in-file: 11 |
491
- | ---------------------------------------------- | ------------------------------------------------------------- |
492
- | src/routing/_router.ts | number-of-methods-in-file: 0 |
493
- | | sloc-in-file: 49 |
494
- | | tag_handler: 0.4057802774621752 |
495
- | | tag_currentroute: 0.4057802774621752 |
496
- | | tag_url: 0.3538772025560944 |
497
- | | tag_routereturn: 0.3132993288198323 |
498
- | | tag_irwsviewcomponent: 0.29489766879674534 |
499
- | | tag_urlrouter: 0.24346816647730515 |
500
- | | tag_router: 0.21891408345443122 |
501
- | | fan-in-dependency-graph: 0 |
502
- | | fan-out-dependency-graph: 3 |
503
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
504
- | ---------------------------------------------- | ------------------------------------------------------------- |
505
- | sanitize-html | fan-in-dependency-graph: 3 |
506
- | | fan-out-dependency-graph: 0 |
507
- | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
508
- | ---------------------------------------------- | ------------------------------------------------------------- |
509
- | @microsoft/fast-element | fan-in-dependency-graph: 8 |
510
- | | fan-out-dependency-graph: 0 |
511
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
512
- | ---------------------------------------------- | ------------------------------------------------------------- |
513
- | @microsoft/fast-foundation | fan-in-dependency-graph: 8 |
514
- | | fan-out-dependency-graph: 0 |
515
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
516
- | ---------------------------------------------- | ------------------------------------------------------------- |
517
- | ../interfaces/RWSWindow | fan-in-dependency-graph: 5 |
518
- | | fan-out-dependency-graph: 0 |
519
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
520
- | ---------------------------------------------- | ------------------------------------------------------------- |
521
- | ../services/ConfigService | fan-in-dependency-graph: 2 |
522
- | | fan-out-dependency-graph: 0 |
523
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
524
- | ---------------------------------------------- | ------------------------------------------------------------- |
525
- | ../services/UtilsService | fan-in-dependency-graph: 2 |
526
- | | fan-out-dependency-graph: 0 |
527
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
528
- | ---------------------------------------------- | ------------------------------------------------------------- |
529
- | ../services/DOMService | fan-in-dependency-graph: 2 |
530
- | | fan-out-dependency-graph: 0 |
531
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
532
- | ---------------------------------------------- | ------------------------------------------------------------- |
533
- | ../services/ApiService | fan-in-dependency-graph: 1 |
534
- | | fan-out-dependency-graph: 0 |
535
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
536
- | ---------------------------------------------- | ------------------------------------------------------------- |
537
- | ../services/NotifyService | fan-in-dependency-graph: 1 |
538
- | | fan-out-dependency-graph: 0 |
539
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
540
- | ---------------------------------------------- | ------------------------------------------------------------- |
541
- | ../services/WSService | fan-in-dependency-graph: 1 |
542
- | | fan-out-dependency-graph: 0 |
543
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
544
- | ---------------------------------------------- | ------------------------------------------------------------- |
545
- | ../interfaces/IRWSViewComponent | fan-in-dependency-graph: 3 |
546
- | | fan-out-dependency-graph: 0 |
547
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
548
- | ---------------------------------------------- | ------------------------------------------------------------- |
549
- | ../../index | fan-in-dependency-graph: 2 |
550
- | | fan-out-dependency-graph: 0 |
551
- | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
552
- | ---------------------------------------------- | ------------------------------------------------------------- |
553
- | ../../services/RoutingService | fan-in-dependency-graph: 1 |
554
- | | fan-out-dependency-graph: 0 |
555
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
556
- | ---------------------------------------------- | ------------------------------------------------------------- |
557
- | ../_component | fan-in-dependency-graph: 5 |
558
- | | fan-out-dependency-graph: 0 |
559
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
560
- | ---------------------------------------------- | ------------------------------------------------------------- |
561
- | ../_decorator | fan-in-dependency-graph: 1 |
562
- | | fan-out-dependency-graph: 0 |
563
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
564
- | ---------------------------------------------- | ------------------------------------------------------------- |
565
- | ../../services/_service | fan-in-dependency-graph: 1 |
566
- | | fan-out-dependency-graph: 0 |
567
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
568
- | ---------------------------------------------- | ------------------------------------------------------------- |
569
- | ../../interfaces/IRWSConfig.js | fan-in-dependency-graph: 1 |
570
- | | fan-out-dependency-graph: 0 |
571
- | | file_result_dependency_graph_louvain-modularity-in-file: 10 |
572
- | ---------------------------------------------- | ------------------------------------------------------------- |
573
- | ../_container | fan-in-dependency-graph: 2 |
574
- | | fan-out-dependency-graph: 0 |
575
- | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
576
- | ---------------------------------------------- | ------------------------------------------------------------- |
577
- | ../../services/DOMService | fan-in-dependency-graph: 1 |
578
- | | fan-out-dependency-graph: 0 |
579
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
580
- | ---------------------------------------------- | ------------------------------------------------------------- |
581
- | he | fan-in-dependency-graph: 1 |
582
- | | fan-out-dependency-graph: 0 |
583
- | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
584
- | ---------------------------------------------- | ------------------------------------------------------------- |
585
- | ../client | fan-in-dependency-graph: 4 |
586
- | | fan-out-dependency-graph: 0 |
587
- | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
588
- | ---------------------------------------------- | ------------------------------------------------------------- |
589
- | ../components/_component | fan-in-dependency-graph: 2 |
590
- | | fan-out-dependency-graph: 0 |
591
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
592
- | ---------------------------------------------- | ------------------------------------------------------------- |
593
- | ../index | fan-in-dependency-graph: 1 |
594
- | | fan-out-dependency-graph: 0 |
595
- | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
596
- | ---------------------------------------------- | ------------------------------------------------------------- |
597
- | ../run | fan-in-dependency-graph: 1 |
598
- | | fan-out-dependency-graph: 0 |
599
- | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
600
- | ---------------------------------------------- | ------------------------------------------------------------- |
601
- | ../services/RoutingService | fan-in-dependency-graph: 1 |
602
- | | fan-out-dependency-graph: 0 |
603
- | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
604
- | ---------------------------------------------- | ------------------------------------------------------------- |
605
- | uuid | fan-in-dependency-graph: 2 |
606
- | | fan-out-dependency-graph: 0 |
607
- | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
608
- | ---------------------------------------------- | ------------------------------------------------------------- |
609
- | url-router | fan-in-dependency-graph: 2 |
610
- | | fan-out-dependency-graph: 0 |
611
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
612
- | ---------------------------------------------- | ------------------------------------------------------------- |
613
- | ../routing/_router | fan-in-dependency-graph: 1 |
614
- | | fan-out-dependency-graph: 0 |
615
- | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
616
- | ---------------------------------------------- | ------------------------------------------------------------- |
617
- | ../components/_container | fan-in-dependency-graph: 1 |
618
- | | fan-out-dependency-graph: 0 |
619
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
620
- | ---------------------------------------------- | ------------------------------------------------------------- |
621
- | ../types/RWSNotify | fan-in-dependency-graph: 1 |
622
- | | fan-out-dependency-graph: 0 |
623
- | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
624
- | ---------------------------------------------- | ------------------------------------------------------------- |
625
- | source-map | fan-in-dependency-graph: 1 |
626
- | | fan-out-dependency-graph: 0 |
627
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
628
- | ---------------------------------------------- | ------------------------------------------------------------- |
629
- | @rws-framework/client/src/services/_service | fan-in-dependency-graph: 1 |
630
- | | fan-out-dependency-graph: 0 |
631
- | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
632
- | ---------------------------------------------- | ------------------------------------------------------------- |
633
- | upload | fan-in-dependency-graph: 1 |
634
- | | fan-out-dependency-graph: 0 |
635
- | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
636
- | ---------------------------------------------- | ------------------------------------------------------------- |
637
- | socket.io-client | fan-in-dependency-graph: 1 |
638
- | | fan-out-dependency-graph: 0 |
639
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
640
- | ---------------------------------------------- | ------------------------------------------------------------- |
641
- | ../interfaces/IRWSUser | fan-in-dependency-graph: 1 |
642
- | | fan-out-dependency-graph: 0 |
643
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
644
- | ---------------------------------------------- | ------------------------------------------------------------- |
645
- | ../interfaces/IRWSConfig | fan-in-dependency-graph: 1 |
646
- | | fan-out-dependency-graph: 0 |
647
- | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
648
- | ---------------------------------------------- | ------------------------------------------------------------- |
649
- | ../components/_decorators/RWSFillBuild | fan-in-dependency-graph: 1 |
650
- | | fan-out-dependency-graph: 0 |
651
- | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
652
- | ---------------------------------------------- | ------------------------------------------------------------- |
653
- | ../WSService | fan-in-dependency-graph: 3 |
654
- | | fan-out-dependency-graph: 0 |
655
- | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
1
+ the following statistics were collected in ts check
2
+ +-------------------------------------+-------------------+
3
+ | statistic name | value |
4
+ +-------------------------------------+-------------------+
5
+ | scanning_runtime | 00:00:00 + 4 ms |
6
+ | scanned_files | 40 |
7
+ | skipped_files | 8 |
8
+ | parsing_hits | 145 |
9
+ | parsing_misses | 3 |
10
+ | extracted_file_results | 40 |
11
+ | file_results_creation_runtime | 00:00:00 + 117 ms |
12
+ | number-of-methods-metric-runtime | 00:00:00 + 1 ms |
13
+ | source-lines-of-code-metric-runtime | 00:00:00 + 2 ms |
14
+ | t-f-i-d-f-metric-runtime | 00:00:00 + 49 ms |
15
+ | fan-in-out-metric-runtime | 00:00:00 + 0 ms |
16
+ | louvain-modularity-metric-runtime | 00:00:00 + 20 ms |
17
+ | total_runtime | 00:00:00 + 195 ms |
18
+ +-------------------------------------+-------------------+
19
+
20
+ the following overall metrics were collected in ts check
21
+ +----------------------------------------------+----------------------------+
22
+ | metric name | value |
23
+ +----------------------------------------------+----------------------------+
24
+ | avg-number-of-methods-in-file | 1.02 |
25
+ | avg-sloc-in-file | 51.55 |
26
+ | total-sloc-in-files | 2062 |
27
+ | avg-fan-in-dependency-graph | 1.81 |
28
+ | avg-fan-out-dependency-graph | 1.81 |
29
+ | max-fan-in-dependency-graph | 9 |
30
+ | max-fan-in-name-dependency-graph | src/services/_service.ts |
31
+ | max-fan-out-dependency-graph | 22 |
32
+ | max-fan-out-name-dependency-graph | src/index.ts |
33
+ | louvain-communities-dependency-graph | 11 |
34
+ | louvain-modularity-dependency-graph | 0.46 |
35
+ | louvain-biggest-communities-dependency-graph | 0.17, 0.14, 0.12, 0.1, 0.1 |
36
+ +----------------------------------------------+----------------------------+
37
+
38
+ the following local metrics were collected in ts check
39
+ +------------------------------------------------+---------------------------------------------------------------+
40
+ | result | local metrics |
41
+ +------------------------------------------------+---------------------------------------------------------------+
42
+ | src/index.ts | number-of-methods-in-file: 0 |
43
+ | | sloc-in-file: 80 |
44
+ | | fan-in-dependency-graph: 0 |
45
+ | | fan-out-dependency-graph: 22 |
46
+ | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
47
+ | ---------------------------------------------- | ------------------------------------------------------------- |
48
+ | src/run.ts | number-of-methods-in-file: 0 |
49
+ | | sloc-in-file: 26 |
50
+ | | tag_websocket: 0.3081819499130618 |
51
+ | | tag_strong: 0.3081819499130618 |
52
+ | | tag_main: 0.3081819499130618 |
53
+ | | tag_instance: 0.2893324329742679 |
54
+ | | tag_params: 0.26625909322686964 |
55
+ | | tag_your: 0.25504939409342925 |
56
+ | | tag_wsserviceinstance: 0.22396884137147058 |
57
+ | | fan-in-dependency-graph: 0 |
58
+ | | fan-out-dependency-graph: 4 |
59
+ | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
60
+ | ---------------------------------------------- | ------------------------------------------------------------- |
61
+ | src/client.ts | number-of-methods-in-file: 0 |
62
+ | | sloc-in-file: 155 |
63
+ | | tag_rwsclient: 0.49067900050111113 |
64
+ | | tag_protected: 0.30643035663138873 |
65
+ | | fan-in-dependency-graph: 2 |
66
+ | | fan-out-dependency-graph: 19 |
67
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
68
+ | ---------------------------------------------- | ------------------------------------------------------------- |
69
+ | src/components/_container.ts | number-of-methods-in-file: 0 |
70
+ | | sloc-in-file: 11 |
71
+ | | tag_loadrwsrichwindow: 0.7640805014774315 |
72
+ | | tag_di: 0.45928803688515474 |
73
+ | | tag_richwindow: 0.4033187761240616 |
74
+ | | tag_default: 0.206323656573759 |
75
+ | | fan-in-dependency-graph: 2 |
76
+ | | fan-out-dependency-graph: 2 |
77
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
78
+ | ---------------------------------------------- | ------------------------------------------------------------- |
79
+ | src/components/_decorator.ts | number-of-methods-in-file: 3 |
80
+ | | sloc-in-file: 41 |
81
+ | | tag_depkey: 0.43611258241052847 |
82
+ | | tag_mainconstructor: 0.38802265853955864 |
83
+ | | tag_existinginjecteddependencies: 0.291016993904669 |
84
+ | | tag_rwsviewcomponent: 0.2903379424145018 |
85
+ | | tag_iwithcompose: 0.28199245699982955 |
86
+ | | tag_rwsdecoratoroptions: 0.2616675494463171 |
87
+ | | fan-in-dependency-graph: 2 |
88
+ | | fan-out-dependency-graph: 2 |
89
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
90
+ | ---------------------------------------------- | ------------------------------------------------------------- |
91
+ | src/components/index.ts | number-of-methods-in-file: 1 |
92
+ | | sloc-in-file: 14 |
93
+ | | tag_rwsuploader: 0.419061935455089 |
94
+ | | tag_rwsprogress: 0.419061935455089 |
95
+ | | tag_rwsloader: 0.419061935455089 |
96
+ | | tag_declarerwscomponents: 0.419061935455089 |
97
+ | | tag_routercomponent: 0.3857125723972057 |
98
+ | | tag_parted: 0.3857125723972057 |
99
+ | | fan-in-dependency-graph: 1 |
100
+ | | fan-out-dependency-graph: 4 |
101
+ | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
102
+ | ---------------------------------------------- | ------------------------------------------------------------- |
103
+ | src/components/_component.ts | number-of-methods-in-file: 0 |
104
+ | | sloc-in-file: 228 |
105
+ | | tag_iwithcompose: 0.24776647710046254 |
106
+ | | tag_node: 0.22571957589877875 |
107
+ | | tag_observer: 0.2045565505496346 |
108
+ | | fan-in-dependency-graph: 3 |
109
+ | | fan-out-dependency-graph: 11 |
110
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
111
+ | ---------------------------------------------- | ------------------------------------------------------------- |
112
+ | src/components/_design_system.ts | number-of-methods-in-file: 1 |
113
+ | | sloc-in-file: 4 |
114
+ | | tag_designsystem: 0.7251902092925595 |
115
+ | | tag_element: 0.5270263589253282 |
116
+ | | tag_providerwsdesignsystem: 0.3260269141021483 |
117
+ | | tag_htmlelement: 0.3000813700067956 |
118
+ | | fan-in-dependency-graph: 1 |
119
+ | | fan-out-dependency-graph: 1 |
120
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
121
+ | ---------------------------------------------- | ------------------------------------------------------------- |
122
+ | src/components/loader/component.ts | number-of-methods-in-file: 0 |
123
+ | | sloc-in-file: 9 |
124
+ | | tag_rwsloader: 0.7599342844007438 |
125
+ | | tag_rwsviewcomponent: 0.4215993862632442 |
126
+ | | tag_connectedcallback: 0.30711068749738674 |
127
+ | | tag_rwsview: 0.2909079641260006 |
128
+ | | fan-in-dependency-graph: 1 |
129
+ | | fan-out-dependency-graph: 1 |
130
+ | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
131
+ | ---------------------------------------------- | ------------------------------------------------------------- |
132
+ | src/components/progress/component.ts | number-of-methods-in-file: 0 |
133
+ | | sloc-in-file: 42 |
134
+ | | tag_nullablenumberconverter: 0.43128614326931886 |
135
+ | | tag_min: 0.43128614326931886 |
136
+ | | tag_range: 0.3234646074519892 |
137
+ | | tag_max: 0.3234646074519892 |
138
+ | | tag_converter: 0.3234646074519892 |
139
+ | | tag_value: 0.2676972229054034 |
140
+ | | tag_protected: 0.24974413504147017 |
141
+ | | fan-in-dependency-graph: 1 |
142
+ | | fan-out-dependency-graph: 2 |
143
+ | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
144
+ | ---------------------------------------------- | ------------------------------------------------------------- |
145
+ | src/components/router/component.ts | number-of-methods-in-file: 0 |
146
+ | | sloc-in-file: 59 |
147
+ | | tag_newvalue: 0.4089089437931372 |
148
+ | | tag_childcomponent: 0.4089089437931372 |
149
+ | | tag_newcomponent: 0.2757524564976497 |
150
+ | | tag_component: 0.26791186536356104 |
151
+ | | tag_routename: 0.2538078034337618 |
152
+ | | tag_routeparams: 0.2367862081174428 |
153
+ | | tag_routingservice: 0.22287855208655863 |
154
+ | | fan-in-dependency-graph: 1 |
155
+ | | fan-out-dependency-graph: 4 |
156
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
157
+ | ---------------------------------------------- | ------------------------------------------------------------- |
158
+ | src/components/_decorators/RWSInject.ts | number-of-methods-in-file: 2 |
159
+ | | sloc-in-file: 37 |
160
+ | | tag_depkey: 0.4218120200129973 |
161
+ | | tag_targetcomponentname: 0.4021060845558235 |
162
+ | | tag_targetconstructor: 0.3350884037965195 |
163
+ | | tag_dependencyclass: 0.3350884037965195 |
164
+ | | tag_target: 0.3104625172854868 |
165
+ | | tag_key: 0.2420650036315567 |
166
+ | | tag_parameterindex: 0.20105304227791174 |
167
+ | | fan-in-dependency-graph: 1 |
168
+ | | fan-out-dependency-graph: 4 |
169
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
170
+ | ---------------------------------------------- | ------------------------------------------------------------- |
171
+ | src/components/_decorators/RWSService.ts | number-of-methods-in-file: 1 |
172
+ | | sloc-in-file: 9 |
173
+ | | tag_rwsservicedecoratoroptions: 0.6698636396590854 |
174
+ | | tag_rwsservice: 0.5171957346437672 |
175
+ | | tag_rwsviewcomponent: 0.33415029862589035 |
176
+ | | tag_options: 0.2585978673218836 |
177
+ | | fan-in-dependency-graph: 0 |
178
+ | | fan-out-dependency-graph: 1 |
179
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
180
+ | ---------------------------------------------- | ------------------------------------------------------------- |
181
+ | src/components/_decorators/RWSFillBuild.ts | number-of-methods-in-file: 2 |
182
+ | | sloc-in-file: 46 |
183
+ | | tag_irwsconfig: 0.4677224161510094 |
184
+ | | tag_extractenvvar: 0.3397168616784019 |
185
+ | | tag_extractedvars: 0.3397168616784019 |
186
+ | | tag_extractedfrontendvars: 0.22647790778560126 |
187
+ | | tag_extractedfrontendbuildvars: 0.22647790778560126 |
188
+ | | tag_envvar: 0.22647790778560126 |
189
+ | | tag_wsurl: 0.20363731457345827 |
190
+ | | fan-in-dependency-graph: 0 |
191
+ | | fan-out-dependency-graph: 1 |
192
+ | | file_result_dependency_graph_louvain-modularity-in-file: 10 |
193
+ | ---------------------------------------------- | ------------------------------------------------------------- |
194
+ | src/components/_decorators/_di.ts | number-of-methods-in-file: 2 |
195
+ | | sloc-in-file: 12 |
196
+ | | tag_constructormatch: 0.6043014628001488 |
197
+ | | tag_dependencykeyclass: 0.4028676418667659 |
198
+ | | tag_loaddep: 0.3622379132712285 |
199
+ | | tag_getfunctionparamnames: 0.3622379132712285 |
200
+ | | tag_rwscontainer: 0.29278093347261236 |
201
+ | | tag_key: 0.20787724775786529 |
202
+ | | tag_param: 0.20143382093338294 |
203
+ | | fan-in-dependency-graph: 1 |
204
+ | | fan-out-dependency-graph: 2 |
205
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
206
+ | ---------------------------------------------- | ------------------------------------------------------------- |
207
+ | src/components/_attrs/sanitize-html.ts | number-of-methods-in-file: 4 |
208
+ | | sloc-in-file: 63 |
209
+ | | tag_target: 0.34691653965322206 |
210
+ | | tag_tagname: 0.3035519721965693 |
211
+ | | tag_enc: 0.2808254693821401 |
212
+ | | tag_propertykey: 0.2525038535014481 |
213
+ | | tag_privatepropname: 0.2525038535014481 |
214
+ | | tag_decorator: 0.2525038535014481 |
215
+ | | tag_config: 0.22644905884399083 |
216
+ | | fan-in-dependency-graph: 1 |
217
+ | | fan-out-dependency-graph: 6 |
218
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
219
+ | ---------------------------------------------- | ------------------------------------------------------------- |
220
+ | src/components/_attrs/angular-attr.ts | number-of-methods-in-file: 4 |
221
+ | | sloc-in-file: 46 |
222
+ | | tag_target: 0.41713834289991825 |
223
+ | | tag_value: 0.3974441938101621 |
224
+ | | tag_propertykey: 0.2698799329678666 |
225
+ | | tag_prop: 0.2698799329678666 |
226
+ | | tag_privatepropname: 0.2698799329678666 |
227
+ | | tag_decorator: 0.2698799329678666 |
228
+ | | tag_targettype: 0.2159039463742933 |
229
+ | | fan-in-dependency-graph: 1 |
230
+ | | fan-out-dependency-graph: 2 |
231
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
232
+ | ---------------------------------------------- | ------------------------------------------------------------- |
233
+ | src/components/uploader/component.ts | number-of-methods-in-file: 0 |
234
+ | | sloc-in-file: 57 |
235
+ | | tag_fileinput: 0.7403579662155844 |
236
+ | | tag_htmlinputelement: 0.32904798498470417 |
237
+ | | tag_file: 0.2540550109777961 |
238
+ | | tag_chosenfile: 0.24678598873852814 |
239
+ | | fan-in-dependency-graph: 1 |
240
+ | | fan-out-dependency-graph: 1 |
241
+ | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
242
+ | ---------------------------------------------- | ------------------------------------------------------------- |
243
+ | src/client/components.ts | number-of-methods-in-file: 3 |
244
+ | | sloc-in-file: 43 |
245
+ | | tag_richwindowcomponents: 0.31606726518365813 |
246
+ | | tag_parturl: 0.31606726518365813 |
247
+ | | tag_defineallcomponents: 0.2841914681034034 |
248
+ | | tag_key: 0.2718146373843182 |
249
+ | | tag_rwsinfotype: 0.24403271313054517 |
250
+ | | tag_rwsclientinstance: 0.22969943307388024 |
251
+ | | tag_script: 0.21071151012243874 |
252
+ | | fan-in-dependency-graph: 1 |
253
+ | | fan-out-dependency-graph: 3 |
254
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
255
+ | ---------------------------------------------- | ------------------------------------------------------------- |
256
+ | src/client/config.ts | number-of-methods-in-file: 7 |
257
+ | | sloc-in-file: 89 |
258
+ | | tag_rwsclientinstance: 0.5904965393926194 |
259
+ | | tag_user: 0.34218742611230435 |
260
+ | | tag_irwsuser: 0.22812495074153621 |
261
+ | | tag_localsaved: 0.22159783941281277 |
262
+ | | tag_doit: 0.22159783941281277 |
263
+ | | tag_irwsconfig: 0.20339737500209312 |
264
+ | | fan-in-dependency-graph: 1 |
265
+ | | fan-out-dependency-graph: 3 |
266
+ | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
267
+ | ---------------------------------------------- | ------------------------------------------------------------- |
268
+ | src/client/services.ts | number-of-methods-in-file: 2 |
269
+ | | sloc-in-file: 21 |
270
+ | | tag_servicekey: 0.775489297441911 |
271
+ | | tag_currentservice: 0.3877446487209555 |
272
+ | | tag_rwsclientinstance: 0.2817904155208266 |
273
+ | | tag_loadservices: 0.23242672917575774 |
274
+ | | tag_getbinds: 0.21392998031876362 |
275
+ | | fan-in-dependency-graph: 1 |
276
+ | | fan-out-dependency-graph: 2 |
277
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
278
+ | ---------------------------------------------- | ------------------------------------------------------------- |
279
+ | src/interfaces/IRWSConfig.ts | number-of-methods-in-file: 0 |
280
+ | | sloc-in-file: 23 |
281
+ | | tag_ifrontroutes: 0.3529488709160942 |
282
+ | | tag_puburl: 0.22856686496870046 |
283
+ | | tag_partedfiledir: 0.22856686496870046 |
284
+ | | tag_ignorerwscomponents: 0.22856686496870046 |
285
+ | | tag_dontpushtosw: 0.22856686496870046 |
286
+ | | tag_dev: 0.22856686496870046 |
287
+ | | tag_backendroutes: 0.22856686496870046 |
288
+ | | fan-in-dependency-graph: 2 |
289
+ | | fan-out-dependency-graph: 2 |
290
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
291
+ | ---------------------------------------------- | ------------------------------------------------------------- |
292
+ | src/interfaces/IRWSUser.ts | number-of-methods-in-file: 0 |
293
+ | | sloc-in-file: 7 |
294
+ | | tag_mongoid: 0.48994250407310314 |
295
+ | | tag_email: 0.48994250407310314 |
296
+ | | tag_message: 0.3782802324608286 |
297
+ | | tag_irwsuser: 0.3782802324608286 |
298
+ | | tag_name: 0.35606191409602445 |
299
+ | | tag_interface: 0.2715926664537849 |
300
+ | | fan-in-dependency-graph: 2 |
301
+ | | fan-out-dependency-graph: 0 |
302
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
303
+ | ---------------------------------------------- | ------------------------------------------------------------- |
304
+ | src/interfaces/RWSWindow.ts | number-of-methods-in-file: 1 |
305
+ | | sloc-in-file: 32 |
306
+ | | tag_container: 0.5573997116853936 |
307
+ | | tag_rwswindow: 0.2871805368019236 |
308
+ | | tag_rwswindowcomponententry: 0.2479677573184007 |
309
+ | | tag_newnode: 0.2479677573184007 |
310
+ | | tag_uuid: 0.22295988467415742 |
311
+ | | tag_rwswindowcomponentinterface: 0.22295988467415742 |
312
+ | | tag_interfacesymbol: 0.22295988467415742 |
313
+ | | fan-in-dependency-graph: 1 |
314
+ | | fan-out-dependency-graph: 3 |
315
+ | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
316
+ | ---------------------------------------------- | ------------------------------------------------------------- |
317
+ | src/interfaces/IRWSViewComponent.ts | number-of-methods-in-file: 0 |
318
+ | | sloc-in-file: 22 |
319
+ | | tag_viewtemplate: 0.31685215985503024 |
320
+ | | tag_iassetshowoptions: 0.29163675177172477 |
321
+ | | tag_record: 0.2720781617643864 |
322
+ | | tag_domoutputtype: 0.2720781617643864 |
323
+ | | tag_paste: 0.21123477323668682 |
324
+ | | tag_cnt: 0.21123477323668682 |
325
+ | | tag_addcontent: 0.21123477323668682 |
326
+ | | fan-in-dependency-graph: 0 |
327
+ | | fan-out-dependency-graph: 2 |
328
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
329
+ | ---------------------------------------------- | ------------------------------------------------------------- |
330
+ | src/services/RoutingService.ts | number-of-methods-in-file: 0 |
331
+ | | sloc-in-file: 36 |
332
+ | | tag_comp: 0.40732917487567194 |
333
+ | | tag_router: 0.3662494948409177 |
334
+ | | tag_rwsrouter: 0.3144952186819376 |
335
+ | | tag_ifrontroutes: 0.3144952186819376 |
336
+ | | tag_routename: 0.2528272485083659 |
337
+ | | tag_irwsviewcomponent: 0.22201748848230024 |
338
+ | | tag_defaultrouteparams: 0.20366458743783597 |
339
+ | | fan-in-dependency-graph: 3 |
340
+ | | fan-out-dependency-graph: 6 |
341
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
342
+ | ---------------------------------------------- | ------------------------------------------------------------- |
343
+ | src/services/_service.ts | number-of-methods-in-file: 0 |
344
+ | | sloc-in-file: 48 |
345
+ | | tag_iwithdi: 0.6276754653316956 |
346
+ | | tag_interf: 0.35867169447525465 |
347
+ | | tag_key: 0.323876714480439 |
348
+ | | tag_interfacesymbol: 0.32249918497832536 |
349
+ | | tag_register: 0.269003770856441 |
350
+ | | tag_getsingleton: 0.269003770856441 |
351
+ | | tag_extends: 0.2171246058199047 |
352
+ | | fan-in-dependency-graph: 9 |
353
+ | | fan-out-dependency-graph: 3 |
354
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
355
+ | ---------------------------------------------- | ------------------------------------------------------------- |
356
+ | src/services/NotifyService.ts | number-of-methods-in-file: 0 |
357
+ | | sloc-in-file: 36 |
358
+ | | tag_notifier: 0.45491034500270555 |
359
+ | | tag_logtype: 0.45491034500270555 |
360
+ | | tag_message: 0.39062751061115725 |
361
+ | | tag_onconfirm: 0.303273563335137 |
362
+ | | tag_notifylogtype: 0.27913875338505656 |
363
+ | | tag_added: 0.25296725057988756 |
364
+ | | tag_rws: 0.20935406503879242 |
365
+ | | fan-in-dependency-graph: 3 |
366
+ | | fan-out-dependency-graph: 2 |
367
+ | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
368
+ | ---------------------------------------------- | ------------------------------------------------------------- |
369
+ | src/services/UtilsService.ts | number-of-methods-in-file: 0 |
370
+ | | sloc-in-file: 47 |
371
+ | | tag_source: 0.4351795966268471 |
372
+ | | tag_sourcevalue: 0.3263846974701353 |
373
+ | | tag_target: 0.29399849554784585 |
374
+ | | tag_error: 0.29359182535562184 |
375
+ | | tag_isobject: 0.2719872478917794 |
376
+ | | tag_targetvalue: 0.21758979831342354 |
377
+ | | tag_linematch: 0.21758979831342354 |
378
+ | | fan-in-dependency-graph: 3 |
379
+ | | fan-out-dependency-graph: 3 |
380
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
381
+ | ---------------------------------------------- | ------------------------------------------------------------- |
382
+ | src/services/ServiceWorkerService.ts | number-of-methods-in-file: 0 |
383
+ | | sloc-in-file: 52 |
384
+ | | tag_worker: 0.6185282339042869 |
385
+ | | tag_registerserviceworker: 0.30926411695214345 |
386
+ | | tag_error: 0.2781914020993046 |
387
+ | | tag_serviceworkerservice: 0.25594498855541353 |
388
+ | | tag_rwsservice: 0.23878006312959965 |
389
+ | | fan-in-dependency-graph: 2 |
390
+ | | fan-out-dependency-graph: 1 |
391
+ | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
392
+ | ---------------------------------------------- | ------------------------------------------------------------- |
393
+ | src/services/DOMService.ts | number-of-methods-in-file: 0 |
394
+ | | sloc-in-file: 74 |
395
+ | | tag_allowedhtmltags: 0.34669337520463206 |
396
+ | | tag_html: 0.2295369610247239 |
397
+ | | tag_directreturn: 0.2295369610247239 |
398
+ | | tag_domoutputtype: 0.21414308736189064 |
399
+ | | tag_elements: 0.20801602512277928 |
400
+ | | fan-in-dependency-graph: 2 |
401
+ | | fan-out-dependency-graph: 3 |
402
+ | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
403
+ | ---------------------------------------------- | ------------------------------------------------------------- |
404
+ | src/services/ApiService.ts | number-of-methods-in-file: 0 |
405
+ | | sloc-in-file: 180 |
406
+ | | tag_headers: 0.4625323075892677 |
407
+ | | tag_options: 0.3624706041417795 |
408
+ | | tag_iapioptions: 0.26826635797161474 |
409
+ | | tag_routename: 0.24051679994641925 |
410
+ | | tag_payload: 0.24051679994641925 |
411
+ | | tag_error: 0.227906546339498 |
412
+ | | tag_url: 0.22745391033639575 |
413
+ | | fan-in-dependency-graph: 3 |
414
+ | | fan-out-dependency-graph: 3 |
415
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
416
+ | ---------------------------------------------- | ------------------------------------------------------------- |
417
+ | src/services/WSService.ts | number-of-methods-in-file: 1 |
418
+ | | sloc-in-file: 162 |
419
+ | | tag_socketid: 0.561506022008755 |
420
+ | | tag_error: 0.35777193381359274 |
421
+ | | tag_wslog: 0.24565888462883032 |
422
+ | | tag_callback: 0.20403507280014485 |
423
+ | | tag_method: 0.20330570851383686 |
424
+ | | fan-in-dependency-graph: 3 |
425
+ | | fan-out-dependency-graph: 7 |
426
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
427
+ | ---------------------------------------------- | ------------------------------------------------------------- |
428
+ | src/services/ConfigService.ts | number-of-methods-in-file: 0 |
429
+ | | sloc-in-file: 90 |
430
+ | | tag_defaultval: 0.5120700937713294 |
431
+ | | tag_irwsconfig: 0.4406365427265219 |
432
+ | | tag_key: 0.33028130920073917 |
433
+ | | tag_tagname: 0.2965235601591443 |
434
+ | | fan-in-dependency-graph: 4 |
435
+ | | fan-out-dependency-graph: 3 |
436
+ | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
437
+ | ---------------------------------------------- | ------------------------------------------------------------- |
438
+ | src/services/_ws_handlers/EventHandler.ts | number-of-methods-in-file: 2 |
439
+ | | sloc-in-file: 25 |
440
+ | | tag_listeners: 0.576705390128196 |
441
+ | | tag_event: 0.46317156097233336 |
442
+ | | tag_wsinstance: 0.3710575683634302 |
443
+ | | tag_callback: 0.3492634737264009 |
444
+ | | tag_wsevent: 0.25927194862847186 |
445
+ | | fan-in-dependency-graph: 1 |
446
+ | | fan-out-dependency-graph: 1 |
447
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
448
+ | ---------------------------------------------- | ------------------------------------------------------------- |
449
+ | src/services/_ws_handlers/ConnectionHandler.ts | number-of-methods-in-file: 3 |
450
+ | | sloc-in-file: 38 |
451
+ | | tag_rc: 0.47135321840269223 |
452
+ | | tag_instance: 0.4425235595698406 |
453
+ | | tag_disconnect: 0.42381662984076474 |
454
+ | | tag_wsinstance: 0.36392761098744325 |
455
+ | | tag_reconnect: 0.29256666262781156 |
456
+ | | tag_noevent: 0.23567660920134612 |
457
+ | | tag_ping: 0.21190831492038237 |
458
+ | | fan-in-dependency-graph: 1 |
459
+ | | fan-out-dependency-graph: 1 |
460
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
461
+ | ---------------------------------------------- | ------------------------------------------------------------- |
462
+ | src/services/_ws_handlers/MessageHandler.ts | number-of-methods-in-file: 2 |
463
+ | | sloc-in-file: 39 |
464
+ | | tag_method: 0.7151810377551395 |
465
+ | | tag_parseddata: 0.34566776767246465 |
466
+ | | tag_wsinstance: 0.2668869967849234 |
467
+ | | tag_callback: 0.25121136863111043 |
468
+ | | tag_msg: 0.23310504090113945 |
469
+ | | fan-in-dependency-graph: 1 |
470
+ | | fan-out-dependency-graph: 1 |
471
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
472
+ | ---------------------------------------------- | ------------------------------------------------------------- |
473
+ | src/types/RWSNotify.ts | number-of-methods-in-file: 0 |
474
+ | | sloc-in-file: 5 |
475
+ | | tag_notifyuitype: 0.5731333563865102 |
476
+ | | tag_notifylogtype: 0.5275228373543768 |
477
+ | | tag_rwsnotify: 0.32809638018109283 |
478
+ | | tag_type: 0.2723547001447966 |
479
+ | | tag_uitype: 0.21247259080593273 |
480
+ | | tag_notifieroptions: 0.21247259080593273 |
481
+ | | fan-in-dependency-graph: 2 |
482
+ | | fan-out-dependency-graph: 0 |
483
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
484
+ | ---------------------------------------------- | ------------------------------------------------------------- |
485
+ | src/routing/index.ts | number-of-methods-in-file: 0 |
486
+ | | sloc-in-file: 5 |
487
+ | | tag_initroutes: 0.9831580890598388 |
488
+ | | fan-in-dependency-graph: 0 |
489
+ | | fan-out-dependency-graph: 0 |
490
+ | | file_result_dependency_graph_louvain-modularity-in-file: 11 |
491
+ | ---------------------------------------------- | ------------------------------------------------------------- |
492
+ | src/routing/_router.ts | number-of-methods-in-file: 0 |
493
+ | | sloc-in-file: 49 |
494
+ | | tag_handler: 0.4057802774621752 |
495
+ | | tag_currentroute: 0.4057802774621752 |
496
+ | | tag_url: 0.3538772025560944 |
497
+ | | tag_routereturn: 0.3132993288198323 |
498
+ | | tag_irwsviewcomponent: 0.29489766879674534 |
499
+ | | tag_urlrouter: 0.24346816647730515 |
500
+ | | tag_router: 0.21891408345443122 |
501
+ | | fan-in-dependency-graph: 0 |
502
+ | | fan-out-dependency-graph: 3 |
503
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
504
+ | ---------------------------------------------- | ------------------------------------------------------------- |
505
+ | sanitize-html | fan-in-dependency-graph: 3 |
506
+ | | fan-out-dependency-graph: 0 |
507
+ | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
508
+ | ---------------------------------------------- | ------------------------------------------------------------- |
509
+ | @microsoft/fast-element | fan-in-dependency-graph: 8 |
510
+ | | fan-out-dependency-graph: 0 |
511
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
512
+ | ---------------------------------------------- | ------------------------------------------------------------- |
513
+ | @microsoft/fast-foundation | fan-in-dependency-graph: 8 |
514
+ | | fan-out-dependency-graph: 0 |
515
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
516
+ | ---------------------------------------------- | ------------------------------------------------------------- |
517
+ | ../interfaces/RWSWindow | fan-in-dependency-graph: 5 |
518
+ | | fan-out-dependency-graph: 0 |
519
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
520
+ | ---------------------------------------------- | ------------------------------------------------------------- |
521
+ | ../services/ConfigService | fan-in-dependency-graph: 2 |
522
+ | | fan-out-dependency-graph: 0 |
523
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
524
+ | ---------------------------------------------- | ------------------------------------------------------------- |
525
+ | ../services/UtilsService | fan-in-dependency-graph: 2 |
526
+ | | fan-out-dependency-graph: 0 |
527
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
528
+ | ---------------------------------------------- | ------------------------------------------------------------- |
529
+ | ../services/DOMService | fan-in-dependency-graph: 2 |
530
+ | | fan-out-dependency-graph: 0 |
531
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
532
+ | ---------------------------------------------- | ------------------------------------------------------------- |
533
+ | ../services/ApiService | fan-in-dependency-graph: 1 |
534
+ | | fan-out-dependency-graph: 0 |
535
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
536
+ | ---------------------------------------------- | ------------------------------------------------------------- |
537
+ | ../services/NotifyService | fan-in-dependency-graph: 1 |
538
+ | | fan-out-dependency-graph: 0 |
539
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
540
+ | ---------------------------------------------- | ------------------------------------------------------------- |
541
+ | ../services/WSService | fan-in-dependency-graph: 1 |
542
+ | | fan-out-dependency-graph: 0 |
543
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
544
+ | ---------------------------------------------- | ------------------------------------------------------------- |
545
+ | ../interfaces/IRWSViewComponent | fan-in-dependency-graph: 3 |
546
+ | | fan-out-dependency-graph: 0 |
547
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
548
+ | ---------------------------------------------- | ------------------------------------------------------------- |
549
+ | ../../index | fan-in-dependency-graph: 2 |
550
+ | | fan-out-dependency-graph: 0 |
551
+ | | file_result_dependency_graph_louvain-modularity-in-file: 9 |
552
+ | ---------------------------------------------- | ------------------------------------------------------------- |
553
+ | ../../services/RoutingService | fan-in-dependency-graph: 1 |
554
+ | | fan-out-dependency-graph: 0 |
555
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
556
+ | ---------------------------------------------- | ------------------------------------------------------------- |
557
+ | ../_component | fan-in-dependency-graph: 5 |
558
+ | | fan-out-dependency-graph: 0 |
559
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
560
+ | ---------------------------------------------- | ------------------------------------------------------------- |
561
+ | ../_decorator | fan-in-dependency-graph: 1 |
562
+ | | fan-out-dependency-graph: 0 |
563
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
564
+ | ---------------------------------------------- | ------------------------------------------------------------- |
565
+ | ../../services/_service | fan-in-dependency-graph: 1 |
566
+ | | fan-out-dependency-graph: 0 |
567
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
568
+ | ---------------------------------------------- | ------------------------------------------------------------- |
569
+ | ../../interfaces/IRWSConfig.js | fan-in-dependency-graph: 1 |
570
+ | | fan-out-dependency-graph: 0 |
571
+ | | file_result_dependency_graph_louvain-modularity-in-file: 10 |
572
+ | ---------------------------------------------- | ------------------------------------------------------------- |
573
+ | ../_container | fan-in-dependency-graph: 2 |
574
+ | | fan-out-dependency-graph: 0 |
575
+ | | file_result_dependency_graph_louvain-modularity-in-file: 5 |
576
+ | ---------------------------------------------- | ------------------------------------------------------------- |
577
+ | ../../services/DOMService | fan-in-dependency-graph: 1 |
578
+ | | fan-out-dependency-graph: 0 |
579
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
580
+ | ---------------------------------------------- | ------------------------------------------------------------- |
581
+ | he | fan-in-dependency-graph: 1 |
582
+ | | fan-out-dependency-graph: 0 |
583
+ | | file_result_dependency_graph_louvain-modularity-in-file: 0 |
584
+ | ---------------------------------------------- | ------------------------------------------------------------- |
585
+ | ../client | fan-in-dependency-graph: 4 |
586
+ | | fan-out-dependency-graph: 0 |
587
+ | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
588
+ | ---------------------------------------------- | ------------------------------------------------------------- |
589
+ | ../components/_component | fan-in-dependency-graph: 2 |
590
+ | | fan-out-dependency-graph: 0 |
591
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
592
+ | ---------------------------------------------- | ------------------------------------------------------------- |
593
+ | ../index | fan-in-dependency-graph: 1 |
594
+ | | fan-out-dependency-graph: 0 |
595
+ | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
596
+ | ---------------------------------------------- | ------------------------------------------------------------- |
597
+ | ../run | fan-in-dependency-graph: 1 |
598
+ | | fan-out-dependency-graph: 0 |
599
+ | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
600
+ | ---------------------------------------------- | ------------------------------------------------------------- |
601
+ | ../services/RoutingService | fan-in-dependency-graph: 1 |
602
+ | | fan-out-dependency-graph: 0 |
603
+ | | file_result_dependency_graph_louvain-modularity-in-file: 1 |
604
+ | ---------------------------------------------- | ------------------------------------------------------------- |
605
+ | uuid | fan-in-dependency-graph: 2 |
606
+ | | fan-out-dependency-graph: 0 |
607
+ | | file_result_dependency_graph_louvain-modularity-in-file: 6 |
608
+ | ---------------------------------------------- | ------------------------------------------------------------- |
609
+ | url-router | fan-in-dependency-graph: 2 |
610
+ | | fan-out-dependency-graph: 0 |
611
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
612
+ | ---------------------------------------------- | ------------------------------------------------------------- |
613
+ | ../routing/_router | fan-in-dependency-graph: 1 |
614
+ | | fan-out-dependency-graph: 0 |
615
+ | | file_result_dependency_graph_louvain-modularity-in-file: 2 |
616
+ | ---------------------------------------------- | ------------------------------------------------------------- |
617
+ | ../components/_container | fan-in-dependency-graph: 1 |
618
+ | | fan-out-dependency-graph: 0 |
619
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
620
+ | ---------------------------------------------- | ------------------------------------------------------------- |
621
+ | ../types/RWSNotify | fan-in-dependency-graph: 1 |
622
+ | | fan-out-dependency-graph: 0 |
623
+ | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
624
+ | ---------------------------------------------- | ------------------------------------------------------------- |
625
+ | source-map | fan-in-dependency-graph: 1 |
626
+ | | fan-out-dependency-graph: 0 |
627
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
628
+ | ---------------------------------------------- | ------------------------------------------------------------- |
629
+ | @rws-framework/client/src/services/_service | fan-in-dependency-graph: 1 |
630
+ | | fan-out-dependency-graph: 0 |
631
+ | | file_result_dependency_graph_louvain-modularity-in-file: 8 |
632
+ | ---------------------------------------------- | ------------------------------------------------------------- |
633
+ | upload | fan-in-dependency-graph: 1 |
634
+ | | fan-out-dependency-graph: 0 |
635
+ | | file_result_dependency_graph_louvain-modularity-in-file: 4 |
636
+ | ---------------------------------------------- | ------------------------------------------------------------- |
637
+ | socket.io-client | fan-in-dependency-graph: 1 |
638
+ | | fan-out-dependency-graph: 0 |
639
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
640
+ | ---------------------------------------------- | ------------------------------------------------------------- |
641
+ | ../interfaces/IRWSUser | fan-in-dependency-graph: 1 |
642
+ | | fan-out-dependency-graph: 0 |
643
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
644
+ | ---------------------------------------------- | ------------------------------------------------------------- |
645
+ | ../interfaces/IRWSConfig | fan-in-dependency-graph: 1 |
646
+ | | fan-out-dependency-graph: 0 |
647
+ | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
648
+ | ---------------------------------------------- | ------------------------------------------------------------- |
649
+ | ../components/_decorators/RWSFillBuild | fan-in-dependency-graph: 1 |
650
+ | | fan-out-dependency-graph: 0 |
651
+ | | file_result_dependency_graph_louvain-modularity-in-file: 7 |
652
+ | ---------------------------------------------- | ------------------------------------------------------------- |
653
+ | ../WSService | fan-in-dependency-graph: 3 |
654
+ | | fan-out-dependency-graph: 0 |
655
+ | | file_result_dependency_graph_louvain-modularity-in-file: 3 |
656
656
  +------------------------------------------------+---------------------------------------------------------------+