@onemrvapublic/design-system 1.0.0-beta.4 → 1.0.0-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (512) hide show
  1. package/README.md +9 -4
  2. package/assets/i18n/de.json +84 -12
  3. package/assets/i18n/en.json +78 -6
  4. package/assets/i18n/fr.json +79 -7
  5. package/assets/i18n/nl.json +84 -12
  6. package/fesm2022/onemrvapublic-design-system-flag-icon.mjs +49 -0
  7. package/fesm2022/onemrvapublic-design-system-flag-icon.mjs.map +1 -0
  8. package/fesm2022/onemrvapublic-design-system-layout.mjs +948 -0
  9. package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -0
  10. package/fesm2022/onemrvapublic-design-system-mat-address.mjs +111 -0
  11. package/fesm2022/onemrvapublic-design-system-mat-address.mjs.map +1 -0
  12. package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs +318 -0
  13. package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs.map +1 -0
  14. package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs +125 -0
  15. package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs.map +1 -0
  16. package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs +208 -0
  17. package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs.map +1 -0
  18. package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs +84 -0
  19. package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs.map +1 -0
  20. package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs +90 -0
  21. package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs.map +1 -0
  22. package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs +33 -0
  23. package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs.map +1 -0
  24. package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs +211 -0
  25. package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs.map +1 -0
  26. package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs +42 -0
  27. package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs.map +1 -0
  28. package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +810 -0
  29. package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs.map +1 -0
  30. package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs +138 -0
  31. package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs.map +1 -0
  32. package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs +135 -0
  33. package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs.map +1 -0
  34. package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs +98 -0
  35. package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs.map +1 -0
  36. package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs +189 -0
  37. package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs.map +1 -0
  38. package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs +308 -0
  39. package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs.map +1 -0
  40. package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs +295 -0
  41. package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs.map +1 -0
  42. package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs +210 -0
  43. package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs.map +1 -0
  44. package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs +225 -0
  45. package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs.map +1 -0
  46. package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs +169 -0
  47. package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs.map +1 -0
  48. package/fesm2022/onemrvapublic-design-system-mat-notification.mjs +103 -0
  49. package/fesm2022/onemrvapublic-design-system-mat-notification.mjs.map +1 -0
  50. package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs +269 -0
  51. package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs.map +1 -0
  52. package/fesm2022/onemrvapublic-design-system-mat-panel.mjs +185 -0
  53. package/fesm2022/onemrvapublic-design-system-mat-panel.mjs.map +1 -0
  54. package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs +118 -0
  55. package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs.map +1 -0
  56. package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs +52 -0
  57. package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs.map +1 -0
  58. package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs +612 -0
  59. package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs.map +1 -0
  60. package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs +96 -0
  61. package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs.map +1 -0
  62. package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs +72 -0
  63. package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs.map +1 -0
  64. package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs +241 -0
  65. package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs.map +1 -0
  66. package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs +65 -0
  67. package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs.map +1 -0
  68. package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs +146 -0
  69. package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs.map +1 -0
  70. package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs +36 -0
  71. package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs.map +1 -0
  72. package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs +232 -0
  73. package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs.map +1 -0
  74. package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs +170 -0
  75. package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs.map +1 -0
  76. package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs +1363 -0
  77. package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs.map +1 -0
  78. package/fesm2022/onemrvapublic-design-system-mat-toast.mjs +73 -0
  79. package/fesm2022/onemrvapublic-design-system-mat-toast.mjs.map +1 -0
  80. package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs +166 -0
  81. package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs.map +1 -0
  82. package/fesm2022/onemrvapublic-design-system-page-error.mjs +80 -0
  83. package/fesm2022/onemrvapublic-design-system-page-error.mjs.map +1 -0
  84. package/fesm2022/onemrvapublic-design-system-page-not-found.mjs +211 -0
  85. package/fesm2022/onemrvapublic-design-system-page-not-found.mjs.map +1 -0
  86. package/fesm2022/onemrvapublic-design-system-shared.mjs +2188 -0
  87. package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -0
  88. package/fesm2022/onemrvapublic-design-system-utils.mjs +35 -0
  89. package/fesm2022/onemrvapublic-design-system-utils.mjs.map +1 -0
  90. package/fesm2022/onemrvapublic-design-system.mjs +10573 -0
  91. package/fesm2022/onemrvapublic-design-system.mjs.map +1 -0
  92. package/flag-icon/index.d.ts +18 -0
  93. package/flag-icon/src/flag-icon.component.scss +12 -0
  94. package/index.d.ts +3140 -0
  95. package/layout/index.d.ts +293 -0
  96. package/layout/src/components/layout/layout.component.scss +90 -80
  97. package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.scss +3 -2
  98. package/layout/src/components/layout-drawer-content/layout-drawer-content.component.scss +9 -0
  99. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.scss +9 -5
  100. package/layout/src/components/layout-left-sidenav/layout-left-sidenav.component.scss +5 -0
  101. package/layout/src/components/layout-sidenav/layout-sidenav.component.scss +43 -0
  102. package/layout/src/index.scss +0 -1
  103. package/mat-address/index.d.ts +36 -0
  104. package/mat-address/src/onemrva-address.scss +14 -0
  105. package/mat-avatar/index.d.ts +187 -0
  106. package/mat-avatar/src/onemrva-mat-avatar.component.scss +79 -123
  107. package/mat-breadcrumb/index.d.ts +40 -0
  108. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.scss +39 -53
  109. package/mat-carousel/index.d.ts +52 -0
  110. package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.scss +10 -0
  111. package/mat-carousel/src/onemrva-mat-carousel.component.scss +38 -45
  112. package/mat-choice-chip/index.d.ts +20 -0
  113. package/mat-choice-chip/src/onemrva-mat-choice-chip.component.scss +83 -0
  114. package/mat-copy-to-clipboard/index.d.ts +26 -0
  115. package/mat-country-item/index.d.ts +10 -0
  116. package/{mat-input-birthplace/src/country-item.component.scss → mat-country-item/src/onemrva-mat-country-item.component.scss} +6 -1
  117. package/mat-datepicker-header/index.d.ts +44 -0
  118. package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.scss +8 -0
  119. package/mat-empty-row/index.d.ts +19 -0
  120. package/mat-empty-row/src/onemrva-mat-empty-row.component.scss +29 -0
  121. package/mat-file-upload/index.d.ts +301 -0
  122. package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.scss +48 -16
  123. package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.scss +72 -218
  124. package/mat-input-address/index.d.ts +32 -0
  125. package/mat-input-address/src/onemrva-mat-input-address.component.scss +8 -0
  126. package/mat-input-birthplace/index.d.ts +36 -0
  127. package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.scss +4 -2
  128. package/mat-input-country/index.d.ts +32 -0
  129. package/mat-input-country/src/onemrva-mat-input-country.component.scss +13 -0
  130. package/mat-input-enterprise-number/index.d.ts +37 -0
  131. package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.scss +7 -0
  132. package/mat-input-iban/index.d.ts +79 -0
  133. package/mat-input-iban/src/onemrva-mat-input-iban.component.scss +10 -0
  134. package/mat-input-phone/index.d.ts +44 -0
  135. package/mat-message-box/index.d.ts +101 -0
  136. package/mat-message-box/src/onemrva-mat-message-box.component.scss +13 -65
  137. package/mat-multi-select/index.d.ts +57 -0
  138. package/mat-multi-select/src/onemrva-mat-multi-select.component.scss +35 -0
  139. package/mat-navigation/index.d.ts +54 -0
  140. package/mat-navigation/src/mat-navigation-item/onemrva-mat-navigation-item.component.scss +66 -0
  141. package/mat-navigation/src/onemrva-mat-navigation.component.scss +36 -0
  142. package/mat-notification/index.d.ts +43 -0
  143. package/mat-notification/src/onemrva-mat-notification.component.scss +26 -0
  144. package/mat-paginator/index.d.ts +58 -0
  145. package/mat-paginator/src/onemrva-mat-paginator.component.scss +146 -0
  146. package/mat-panel/index.d.ts +66 -0
  147. package/mat-panel/src/mat-expansion-panel-header-arrow-divider.scss +11 -0
  148. package/mat-panel/src/onemrva-mat-panel-content.scss +8 -0
  149. package/mat-panel/src/onemrva-mat-panel-icon.scss +7 -0
  150. package/mat-panel/src/onemrva-mat-panel-title.scss +13 -0
  151. package/mat-panel/src/onemrva-mat-panel.component.scss +75 -82
  152. package/mat-pop-over/index.d.ts +40 -0
  153. package/mat-pop-over/src/onemrva-mat-pop-over.component.scss +11 -11
  154. package/mat-progress-bar/index.d.ts +18 -0
  155. package/mat-progress-bar/src/onemrva-mat-progress-bar.component.scss +26 -0
  156. package/mat-select-search/index.d.ts +197 -0
  157. package/mat-select-search/src/mat-select-search.component.scss +62 -109
  158. package/mat-selectable-box/index.d.ts +29 -0
  159. package/mat-selectable-box/src/onemrva-mat-selectable-box.component.scss +68 -90
  160. package/mat-side-menu/index.d.ts +33 -0
  161. package/mat-side-menu/src/onemrva-mat-side-menu.component.scss +36 -38
  162. package/mat-skeleton/index.d.ts +100 -0
  163. package/mat-skeleton/src/onemrva-mat-skeleton.component.scss +10 -59
  164. package/mat-spinner/index.d.ts +25 -0
  165. package/mat-spinner/src/onemrva-mat-spinner.component.scss +21 -0
  166. package/mat-stepper/index.d.ts +36 -0
  167. package/mat-stepper/src/onemrva-mat-stepper.scss +40 -105
  168. package/mat-sticker/index.d.ts +14 -0
  169. package/mat-sticker/src/onemrva-mat-sticker.component.scss +26 -63
  170. package/mat-table-of-content/index.d.ts +84 -0
  171. package/mat-table-of-content/src/onemrva-mat-table-of-content.component.scss +57 -0
  172. package/mat-task-list/index.d.ts +57 -0
  173. package/mat-task-list/src/onemrva-mat-task-content.scss +11 -0
  174. package/mat-task-list/src/onemrva-mat-task-list.component.scss +0 -150
  175. package/mat-task-list/src/onemrva-mat-task-title.scss +16 -0
  176. package/mat-task-list/src/onemrva-mat-task.component.scss +67 -0
  177. package/mat-timepicker/index.d.ts +386 -0
  178. package/mat-timepicker/src/clock/clock.component.scss +13 -7
  179. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.scss +2 -7
  180. package/mat-toast/index.d.ts +30 -0
  181. package/mat-toast/src/onemrva-mat-toast.component.scss +7 -49
  182. package/mat-tooltip/index.d.ts +39 -0
  183. package/mat-tooltip/src/onemrva-mat-tooltip.component.scss +8 -5
  184. package/package.json +196 -26
  185. package/page-error/index.d.ts +34 -0
  186. package/page-error/src/page-error.component.scss +25 -0
  187. package/page-not-found/index.d.ts +54 -0
  188. package/page-not-found/src/page-not-found-mixin.component.scss +1 -1
  189. package/page-not-found/src/page-not-found.component.scss +2 -2
  190. package/shared/index.d.ts +541 -0
  191. package/utils/index.d.ts +32 -0
  192. package/.eslintrc.json +0 -33
  193. package/_index.scss +0 -34
  194. package/_utils.scss +0 -30
  195. package/core/index.ts +0 -3
  196. package/core/ng-package.json +0 -6
  197. package/core/src/lib/core.module.ts +0 -26
  198. package/core/src/lib/modules/index.ts +0 -1
  199. package/core/src/lib/modules/translate.loader.ts +0 -34
  200. package/core/src/lib/modules/translate.module.ts +0 -66
  201. package/core/src/lib/services/index.ts +0 -2
  202. package/core/src/lib/services/onemrva-error-handler.service.ts +0 -24
  203. package/core/src/lib/services/onemrva-missing-translation.service.ts +0 -12
  204. package/core/src/test.ts +0 -30
  205. package/layout/index.ts +0 -7
  206. package/layout/ng-package.json +0 -6
  207. package/layout/src/components/index.ts +0 -37
  208. package/layout/src/components/layout/_layout-mixin.component.scss +0 -189
  209. package/layout/src/components/layout/layout.component.html +0 -213
  210. package/layout/src/components/layout/layout.component.spec.ts +0 -59
  211. package/layout/src/components/layout/layout.component.ts +0 -185
  212. package/layout/src/components/layout-after-nav/layout-after-nav.component.spec.ts +0 -24
  213. package/layout/src/components/layout-after-nav/layout-after-nav.component.ts +0 -24
  214. package/layout/src/components/layout-content/layout-content.component.spec.ts +0 -24
  215. package/layout/src/components/layout-content/layout-content.component.ts +0 -24
  216. package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.html +0 -1
  217. package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.ts +0 -14
  218. package/layout/src/components/layout-drawer-content/layout-drawer-content.component.html +0 -1
  219. package/layout/src/components/layout-drawer-content/layout-drawer-content.component.ts +0 -14
  220. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.html +0 -7
  221. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.ts +0 -18
  222. package/layout/src/components/layout-footer/layout-footer.component.ts +0 -11
  223. package/layout/src/components/layout-login-menu/layout-login-menu.component.spec.ts +0 -24
  224. package/layout/src/components/layout-login-menu/layout-login-menu.component.ts +0 -24
  225. package/layout/src/components/layout-route/layout-route.component.html +0 -64
  226. package/layout/src/components/layout-route/layout-route.component.spec.ts +0 -24
  227. package/layout/src/components/layout-route/layout-route.component.ts +0 -57
  228. package/layout/src/components/layout-sidenav/layout-sidenav.component.html +0 -104
  229. package/layout/src/components/layout-sidenav/layout-sidenav.component.ts +0 -88
  230. package/layout/src/components/layout-sidenav-title/layout-sidenav-title.component.ts +0 -9
  231. package/layout/src/components/layout-subroute/layout-subroute.component.html +0 -43
  232. package/layout/src/components/layout-subroute/layout-subroute.component.spec.ts +0 -24
  233. package/layout/src/components/layout-subroute/layout-subroute.component.ts +0 -62
  234. package/layout/src/components/layout-title/layout-title.component.spec.ts +0 -24
  235. package/layout/src/components/layout-title/layout-title.component.ts +0 -24
  236. package/layout/src/decorators/coerce-boolean-input.decorator.ts +0 -19
  237. package/layout/src/decorators/observable-content.decorator.ts +0 -13
  238. package/layout/src/directives/drawer-host.directive.ts +0 -42
  239. package/layout/src/enums/environment.enum.ts +0 -6
  240. package/layout/src/layout.module.ts +0 -47
  241. package/layout/src/models/onem-language.model.ts +0 -4
  242. package/layout/src/models/onemrva-profile.model.ts +0 -57
  243. package/layout/src/services/drawer.service.ts +0 -30
  244. package/layout/src/striphtml.pipe.ts +0 -10
  245. package/layout/src/test.ts +0 -31
  246. package/mat-avatar/index.ts +0 -2
  247. package/mat-avatar/ng-package.json +0 -6
  248. package/mat-avatar/src/onemrva-mat-avatar.component.html +0 -21
  249. package/mat-avatar/src/onemrva-mat-avatar.component.ts +0 -421
  250. package/mat-avatar/src/onemrva-mat-avatar.module.ts +0 -11
  251. package/mat-avatar/src/onemrva-mat.avatar.component.spec.ts +0 -54
  252. package/mat-badge/index.ts +0 -6
  253. package/mat-badge/ng-package.json +0 -6
  254. package/mat-badge/src/onemrva-mat-badge.component.scss +0 -157
  255. package/mat-badge/src/onemrva-mat-badge.component.ts +0 -331
  256. package/mat-badge/src/onemrva-mat-badge.module.ts +0 -8
  257. package/mat-breadcrumb/index.ts +0 -7
  258. package/mat-breadcrumb/ng-package.json +0 -6
  259. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.html +0 -37
  260. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.ts +0 -16
  261. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.model.ts +0 -4
  262. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.module.ts +0 -12
  263. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.service.ts +0 -65
  264. package/mat-carousel/index.ts +0 -2
  265. package/mat-carousel/ng-package.json +0 -6
  266. package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.html +0 -5
  267. package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.ts +0 -27
  268. package/mat-carousel/src/onemrva-mat-carousel-item.directive.ts +0 -8
  269. package/mat-carousel/src/onemrva-mat-carousel.component.html +0 -43
  270. package/mat-carousel/src/onemrva-mat-carousel.component.ts +0 -160
  271. package/mat-copy-to-clipboard/index.ts +0 -1
  272. package/mat-copy-to-clipboard/ng-package.json +0 -6
  273. package/mat-copy-to-clipboard/src/components/copy-to-clipboard.component.html +0 -14
  274. package/mat-copy-to-clipboard/src/components/copy-to-clipboard.component.ts +0 -76
  275. package/mat-datepicker-header/index.ts +0 -5
  276. package/mat-datepicker-header/ng-package.json +0 -6
  277. package/mat-datepicker-header/src/_onemrva-mat-datepicker-header.component.scss +0 -12
  278. package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.html +0 -54
  279. package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.ts +0 -283
  280. package/mat-file-upload/index.ts +0 -11
  281. package/mat-file-upload/ng-package.json +0 -6
  282. package/mat-file-upload/src/components/index.ts +0 -10
  283. package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.html +0 -59
  284. package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.ts +0 -79
  285. package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.html +0 -58
  286. package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.ts +0 -209
  287. package/mat-file-upload/src/directives/dnd.directive.ts +0 -41
  288. package/mat-file-upload/src/models/action-config.model.ts +0 -10
  289. package/mat-file-upload/src/models/progress-file.model.ts +0 -94
  290. package/mat-file-upload/src/onemrva-mat-file-upload-itf.store.ts +0 -79
  291. package/mat-file-upload/src/onemrva-mat-file-upload.module.ts +0 -28
  292. package/mat-file-upload/src/onemrva-mat-file-upload.service.ts +0 -68
  293. package/mat-file-upload/src/onemrva-mat-file-upload.store.ts +0 -482
  294. package/mat-input-bank-account/index.ts +0 -5
  295. package/mat-input-bank-account/ng-package.json +0 -6
  296. package/mat-input-bank-account/src/bank-account.component.html +0 -36
  297. package/mat-input-bank-account/src/bank-account.component.scss +0 -42
  298. package/mat-input-bank-account/src/bank-account.component.ts +0 -308
  299. package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.html +0 -11
  300. package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.scss +0 -14
  301. package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.ts +0 -82
  302. package/mat-input-birthplace/index.ts +0 -5
  303. package/mat-input-birthplace/ng-package.json +0 -6
  304. package/mat-input-birthplace/src/country-item.component.html +0 -8
  305. package/mat-input-birthplace/src/country-item.component.ts +0 -33
  306. package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.html +0 -28
  307. package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.ts +0 -129
  308. package/mat-input-country/index.ts +0 -6
  309. package/mat-input-country/ng-package.json +0 -6
  310. package/mat-input-country/src/countries.ts +0 -3198
  311. package/mat-input-country/src/onemrva-mat-input-country.component.html +0 -25
  312. package/mat-input-country/src/onemrva-mat-input-country.component.ts +0 -152
  313. package/mat-input-enterprise-number/index.ts +0 -5
  314. package/mat-input-enterprise-number/ng-package.json +0 -6
  315. package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.html +0 -42
  316. package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.ts +0 -212
  317. package/mat-input-phone/index.ts +0 -6
  318. package/mat-input-phone/ng-package.json +0 -6
  319. package/mat-input-phone/src/onemrva-mat-input-phone.component.html +0 -47
  320. package/mat-input-phone/src/onemrva-mat-input-phone.component.ts +0 -274
  321. package/mat-input-phone/src/phone-number.directive.ts +0 -46
  322. package/mat-message-box/index.ts +0 -2
  323. package/mat-message-box/ng-package.json +0 -6
  324. package/mat-message-box/src/onemrva-mat-message-box.component.html +0 -3
  325. package/mat-message-box/src/onemrva-mat-message-box.component.ts +0 -172
  326. package/mat-message-box/src/onemrva-mat-message-box.module.ts +0 -12
  327. package/mat-multi-select/index.ts +0 -2
  328. package/mat-multi-select/ng-package.json +0 -6
  329. package/mat-multi-select/src/_onemrva-mat-multi-select.component.scss +0 -66
  330. package/mat-multi-select/src/onemrva-mat-multi-select.component.html +0 -44
  331. package/mat-multi-select/src/onemrva-mat-multi-select.component.ts +0 -194
  332. package/mat-multi-select/src/onemrva-mat-multi-select.module.ts +0 -27
  333. package/mat-multi-select/src/onemrva-mat-select-counter.component.ts +0 -0
  334. package/mat-notification/index.ts +0 -1
  335. package/mat-notification/ng-package.json +0 -6
  336. package/mat-notification/src/_onemrva-mat-notification.component.scss +0 -102
  337. package/mat-notification/src/onemrva-mat-notification.component.html +0 -15
  338. package/mat-notification/src/onemrva-mat-notification.component.ts +0 -158
  339. package/mat-paginator/index.ts +0 -6
  340. package/mat-paginator/ng-package.json +0 -6
  341. package/mat-paginator/src/_onemrva-mat-paginator.component.scss +0 -122
  342. package/mat-paginator/src/onemrva-mat-paginator.component.html +0 -108
  343. package/mat-paginator/src/onemrva-mat-paginator.component.spec.ts +0 -184
  344. package/mat-paginator/src/onemrva-mat-paginator.component.ts +0 -216
  345. package/mat-paginator/src/onemrva-mat-paginator.module.ts +0 -21
  346. package/mat-panel/index.ts +0 -6
  347. package/mat-panel/ng-package.json +0 -6
  348. package/mat-panel/src/onemrva-mat-panel-content.component.ts +0 -11
  349. package/mat-panel/src/onemrva-mat-panel-content.html +0 -5
  350. package/mat-panel/src/onemrva-mat-panel-icon.component.ts +0 -11
  351. package/mat-panel/src/onemrva-mat-panel-icon.html +0 -5
  352. package/mat-panel/src/onemrva-mat-panel-title-action.component.ts +0 -11
  353. package/mat-panel/src/onemrva-mat-panel-title-action.html +0 -5
  354. package/mat-panel/src/onemrva-mat-panel-title.component.ts +0 -29
  355. package/mat-panel/src/onemrva-mat-panel-title.html +0 -8
  356. package/mat-panel/src/onemrva-mat-panel.component.html +0 -10
  357. package/mat-panel/src/onemrva-mat-panel.component.ts +0 -122
  358. package/mat-panel/src/onemrva-mat-panel.module.ts +0 -26
  359. package/mat-pop-over/index.ts +0 -4
  360. package/mat-pop-over/ng-package.json +0 -6
  361. package/mat-pop-over/src/onemrva-mat-pop-over-content.component.ts +0 -13
  362. package/mat-pop-over/src/onemrva-mat-pop-over-trigger.component.ts +0 -13
  363. package/mat-pop-over/src/onemrva-mat-pop-over.component.html +0 -29
  364. package/mat-pop-over/src/onemrva-mat-pop-over.component.ts +0 -46
  365. package/mat-pop-over/src/onemrva-mat-pop-over.module.ts +0 -19
  366. package/mat-progress-bar/index.ts +0 -1
  367. package/mat-progress-bar/ng-package.json +0 -6
  368. package/mat-progress-bar/src/_onemrva-mat-progress-bar-mixin.component.scss +0 -37
  369. package/mat-progress-bar/src/onemrva-mat-progress-bar.component.html +0 -13
  370. package/mat-progress-bar/src/onemrva-mat-progress-bar.component.ts +0 -27
  371. package/mat-select-search/index.ts +0 -3
  372. package/mat-select-search/ng-package.json +0 -6
  373. package/mat-select-search/src/default-options.ts +0 -48
  374. package/mat-select-search/src/mat-select-no-entries-found.directive.ts +0 -15
  375. package/mat-select-search/src/mat-select-search-clear.directive.ts +0 -13
  376. package/mat-select-search/src/mat-select-search.component.html +0 -82
  377. package/mat-select-search/src/mat-select-search.component.spec.ts +0 -790
  378. package/mat-select-search/src/mat-select-search.component.ts +0 -705
  379. package/mat-select-search/src/mat-select-search.module.ts +0 -52
  380. package/mat-selectable-box/index.ts +0 -6
  381. package/mat-selectable-box/ng-package.json +0 -6
  382. package/mat-selectable-box/src/onemrva-mat-selectable-box.component.ts +0 -99
  383. package/mat-selectable-box/src/onemrva-mat-selectable-box.module.ts +0 -30
  384. package/mat-side-menu/index.ts +0 -6
  385. package/mat-side-menu/ng-package.json +0 -6
  386. package/mat-side-menu/src/onemrva-mat-side-menu.component.html +0 -36
  387. package/mat-side-menu/src/onemrva-mat-side-menu.component.spec.ts +0 -66
  388. package/mat-side-menu/src/onemrva-mat-side-menu.component.ts +0 -58
  389. package/mat-side-menu/src/onemrva-mat-side-menu.module.ts +0 -14
  390. package/mat-skeleton/index.ts +0 -3
  391. package/mat-skeleton/ng-package.json +0 -6
  392. package/mat-skeleton/src/onemrva-mat-skeleton-enums.ts +0 -32
  393. package/mat-skeleton/src/onemrva-mat-skeleton.component.html +0 -14
  394. package/mat-skeleton/src/onemrva-mat-skeleton.component.ts +0 -187
  395. package/mat-skeleton/src/onemrva-mat-skeleton.module.ts +0 -10
  396. package/mat-spinner/index.ts +0 -7
  397. package/mat-spinner/ng-package.json +0 -6
  398. package/mat-spinner/src/_onemrva-mat-spinner.component.scss +0 -151
  399. package/mat-spinner/src/onemrva-mat-loading.directive.ts +0 -41
  400. package/mat-spinner/src/onemrva-mat-spinner.component.html +0 -2138
  401. package/mat-spinner/src/onemrva-mat-spinner.component.ts +0 -52
  402. package/mat-spinner/src/onemrva-mat-spinner.module.ts +0 -10
  403. package/mat-stepper/index.ts +0 -6
  404. package/mat-stepper/ng-package.json +0 -6
  405. package/mat-stepper/src/_stepper-variables.scss +0 -29
  406. package/mat-stepper/src/onemrva-mat-stepper.component.spec.ts +0 -22
  407. package/mat-stepper/src/onemrva-mat-stepper.component.ts +0 -57
  408. package/mat-stepper/src/onemrva-mat-stepper.html +0 -61
  409. package/mat-stepper/src/onemrva-mat-stepper.module.ts +0 -24
  410. package/mat-stepper/src/onemrva-stepper-animations.ts +0 -42
  411. package/mat-sticker/index.ts +0 -6
  412. package/mat-sticker/ng-package.json +0 -6
  413. package/mat-sticker/src/onemrva-mat-sticker.component.spec.ts +0 -16
  414. package/mat-sticker/src/onemrva-mat-sticker.component.ts +0 -58
  415. package/mat-sticker/src/onemrva-mat-sticker.module.ts +0 -10
  416. package/mat-table-of-content/index.ts +0 -8
  417. package/mat-table-of-content/ng-package.json +0 -6
  418. package/mat-table-of-content/src/_onemrva-mat-table-of-content.component.scss +0 -79
  419. package/mat-table-of-content/src/onemrva-mat-table-of-content.component.html +0 -23
  420. package/mat-table-of-content/src/onemrva-mat-table-of-content.component.ts +0 -126
  421. package/mat-table-of-content/src/onemrva-mat-table-of-content.directive.ts +0 -67
  422. package/mat-table-of-content/src/onemrva-mat-table-of-content.service.ts +0 -51
  423. package/mat-table-of-content/src/onemrva-mat-toc-anchor.model.ts +0 -24
  424. package/mat-task-list/index.ts +0 -5
  425. package/mat-task-list/ng-package.json +0 -6
  426. package/mat-task-list/src/onemrva-mat-task-content.component.ts +0 -11
  427. package/mat-task-list/src/onemrva-mat-task-content.html +0 -5
  428. package/mat-task-list/src/onemrva-mat-task-list.component.html +0 -1
  429. package/mat-task-list/src/onemrva-mat-task-list.component.ts +0 -39
  430. package/mat-task-list/src/onemrva-mat-task-list.module.ts +0 -31
  431. package/mat-task-list/src/onemrva-mat-task-title.component.ts +0 -24
  432. package/mat-task-list/src/onemrva-mat-task-title.html +0 -5
  433. package/mat-task-list/src/onemrva-mat-task.component.html +0 -23
  434. package/mat-task-list/src/onemrva-mat-task.component.ts +0 -121
  435. package/mat-timepicker/index.ts +0 -6
  436. package/mat-timepicker/ng-package.json +0 -6
  437. package/mat-timepicker/src/clock/clock.component.html +0 -109
  438. package/mat-timepicker/src/clock/clock.component.spec.ts +0 -38
  439. package/mat-timepicker/src/clock/clock.component.ts +0 -274
  440. package/mat-timepicker/src/interfaces-and-types.ts +0 -18
  441. package/mat-timepicker/src/onemrva-mat-timepicker.component.html +0 -0
  442. package/mat-timepicker/src/onemrva-mat-timepicker.component.ts +0 -300
  443. package/mat-timepicker/src/onemrva-mat-timepicker.module.ts +0 -40
  444. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.html +0 -53
  445. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.spec.ts +0 -41
  446. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.ts +0 -176
  447. package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.html +0 -15
  448. package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.ts +0 -140
  449. package/mat-timepicker/src/timepicker.directive.ts +0 -596
  450. package/mat-timepicker/src/util.ts +0 -109
  451. package/mat-toast/index.ts +0 -6
  452. package/mat-toast/ng-package.json +0 -6
  453. package/mat-toast/src/onemrva-mat-toast.component.ts +0 -36
  454. package/mat-toast/src/onemrva-mat-toast.module.ts +0 -11
  455. package/mat-tooltip/index.ts +0 -4
  456. package/mat-tooltip/ng-package.json +0 -6
  457. package/mat-tooltip/src/onemrva-mat-tooltip.component.ts +0 -21
  458. package/mat-tooltip/src/onemrva-mat-tooltip.directive.ts +0 -123
  459. package/mat-tooltip/src/onemrva-mat-tooltip.module.ts +0 -11
  460. package/ng-package.json +0 -25
  461. package/npm-shrinkwrap.json +0 -30
  462. package/page-not-found/index.ts +0 -5
  463. package/page-not-found/ng-package.json +0 -6
  464. package/page-not-found/src/page-not-found-action.component.ts +0 -9
  465. package/page-not-found/src/page-not-found-extra.component.ts +0 -9
  466. package/page-not-found/src/page-not-found-invader.component.ts +0 -93
  467. package/page-not-found/src/page-not-found.component.html +0 -47
  468. package/page-not-found/src/page-not-found.component.ts +0 -60
  469. package/page-not-found/src/page-not-found.module.ts +0 -24
  470. package/shared/index.ts +0 -17
  471. package/shared/ng-package.json +0 -6
  472. package/shared/src/lib/OnemrvaDateAdapter.ts +0 -78
  473. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.css +0 -0
  474. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.html +0 -1
  475. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.spec.ts +0 -21
  476. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.ts +0 -18
  477. package/shared/src/lib/containers/WebComponentOverlayContainer.ts +0 -90
  478. package/shared/src/lib/containers/index.ts +0 -1
  479. package/shared/src/lib/date.format.ts +0 -11
  480. package/shared/src/lib/directives/clipboard.directive.ts +0 -52
  481. package/shared/src/lib/directives/color.directive.ts +0 -46
  482. package/shared/src/lib/directives/digit-only.directive.ts +0 -46
  483. package/shared/src/lib/directives/if-width-is.directive.ts +0 -39
  484. package/shared/src/lib/directives/index.ts +0 -22
  485. package/shared/src/lib/directives/mask.directive.ts +0 -223
  486. package/shared/src/lib/directives/mat-row-clickable.directive.ts +0 -66
  487. package/shared/src/lib/interfaces/OnemRvaCommonCountry.interface.ts +0 -23
  488. package/shared/src/lib/interfaces/index.ts +0 -1
  489. package/shared/src/lib/pipes/index.ts +0 -2
  490. package/shared/src/lib/pipes/onemrva-bce.pipe.ts +0 -18
  491. package/shared/src/lib/pipes/onemrva-niss.pipe.ts +0 -18
  492. package/shared/src/lib/services/commonCountryLookup.service.ts +0 -50
  493. package/shared/src/lib/services/index.ts +0 -1
  494. package/shared/src/lib/shared.datepicker.module.ts +0 -60
  495. package/shared/src/lib/shared.module.ts +0 -10
  496. package/shared/src/lib/validators/bankAccountValidator.utils.ts +0 -61
  497. package/shared/src/lib/validators/onemrva-validators.spec.ts +0 -79
  498. package/shared/src/lib/validators/onemrva-validators.ts +0 -97
  499. package/shared/src/onemrva-validators.spec.ts +0 -14
  500. package/src/polyfills.ts +0 -52
  501. package/src/public-api.spec.ts +0 -7
  502. package/src/public-api.ts +0 -5
  503. package/tsconfig.lib.json +0 -12
  504. package/tsconfig.lib.prod.json +0 -10
  505. package/tsconfig.spec.json +0 -10
  506. package/utils/index.ts +0 -2
  507. package/utils/ng-package.json +0 -6
  508. package/utils/src/enum.utils.ts +0 -8
  509. package/utils/src/enums/color.enum.ts +0 -14
  510. package/utils/src/enums/index.ts +0 -2
  511. package/utils/src/enums/size.enum.ts +0 -11
  512. /package/{assets/.gitkeep → mat-navigation/src/mat-navigation-tree/onemrva-mat-navigation-tree.component.scss} +0 -0
@@ -1,2138 +0,0 @@
1
- <div class="onemrva-spinner-container">
2
- <div class="onemrva-spinner">
3
- <svg
4
- width="400"
5
- height="400"
6
- xmlns="http://www.w3.org/2000/svg"
7
- viewBox="30 30 340 340"
8
- >
9
- <g>
10
- <circle
11
- cx="202.6178609655925"
12
- cy="349.9771542734587"
13
- r="16"
14
- opacity="35.9"
15
- ></circle>
16
- <circle
17
- cx="205.23492450537515"
18
- cy="349.90862405286435"
19
- r="16"
20
- opacity="17.9"
21
- ></circle>
22
- <circle
23
- cx="207.85039343644158"
24
- cy="349.79443021318605"
25
- r="16"
26
- opacity="11.9"
27
- ></circle>
28
- <circle
29
- cx="210.4634710616188"
30
- cy="349.6346075389736"
31
- r="16"
32
- opacity="8.9"
33
- ></circle>
34
- <circle
35
- cx="213.07336141214873"
36
- cy="349.4292047137618"
37
- r="16"
38
- opacity="7.1"
39
- ></circle>
40
- <circle
41
- cx="215.67926949014802"
42
- cy="349.178284305241"
43
- r="16"
44
- opacity="5.9"
45
- ></circle>
46
- <circle
47
- cx="218.28040151077212"
48
- cy="348.88192274619826"
49
- r="16"
50
- opacity="5.042857142857143"
51
- ></circle>
52
- <circle
53
- cx="220.87596514400983"
54
- cy="348.54021031123557"
55
- r="16"
56
- opacity="4.4"
57
- ></circle>
58
- <circle
59
- cx="223.46516975603464"
60
- cy="348.15325108927067"
61
- r="16"
62
- opacity="3.9"
63
- ></circle>
64
- <circle
65
- cx="226.04722665003956"
66
- cy="347.72116295183116"
67
- r="16"
68
- opacity="3.5"
69
- ></circle>
70
- <circle
71
- cx="228.62134930648173"
72
- cy="347.2440775171496"
73
- r="16"
74
- opacity="3.1727272727272724"
75
- ></circle>
76
- <circle
77
- cx="231.1867536226639"
78
- cy="346.7221401100709"
79
- r="16"
80
- opacity="2.9"
81
- ></circle>
82
- <circle
83
- cx="233.74265815157975"
84
- cy="346.1555097177853"
85
- r="16"
86
- opacity="2.669230769230769"
87
- ></circle>
88
- <circle
89
- cx="236.28828433995017"
90
- cy="345.5443589413995"
91
- r="16"
92
- opacity="2.4714285714285715"
93
- ></circle>
94
- <circle
95
- cx="238.8228567653781"
96
- cy="344.88887394336024"
97
- r="16"
98
- opacity="2.3"
99
- ></circle>
100
- <circle
101
- cx="241.34560337254987"
102
- cy="344.1892543907478"
103
- r="16"
104
- opacity="2.15"
105
- ></circle>
106
- <circle
107
- cx="243.85575570841053"
108
- cy="343.4457133944553"
109
- r="16"
110
- opacity="2.0176470588235293"
111
- ></circle>
112
- <circle
113
- cx="246.3525491562421"
114
- cy="342.658477444273"
115
- r="16"
116
- opacity="1.9"
117
- ></circle>
118
- <circle
119
- cx="248.8352231685735"
120
- cy="341.82778633989756"
121
- r="16"
122
- opacity="1.7947368421052632"
123
- ></circle>
124
- <circle
125
- cx="251.3030214988503"
126
- cy="340.95389311788625"
127
- r="16"
128
- opacity="1.7"
129
- ></circle>
130
- <circle
131
- cx="253.75519243179502"
132
- cy="340.0370639745803"
133
- r="16"
134
- opacity="1.6142857142857143"
135
- ></circle>
136
- <circle
137
- cx="256.1909890123868"
138
- cy="339.0775781850181"
139
- r="16"
140
- opacity="1.5363636363636362"
141
- ></circle>
142
- <circle
143
- cx="258.60966927339103"
144
- cy="338.075728017866"
145
- r="16"
146
- opacity="1.465217391304348"
147
- ></circle>
148
- <circle
149
- cx="261.01049646137005"
150
- cy="337.0318186463901"
151
- r="16"
152
- opacity="1.4"
153
- ></circle>
154
- <circle
155
- cx="263.3927392611049"
156
- cy="335.9461680554975"
157
- r="16"
158
- opacity="1.34"
159
- ></circle>
160
- <circle
161
- cx="265.7556720183616"
162
- cy="334.81910694487505"
163
- r="16"
164
- opacity="1.2846153846153847"
165
- ></circle>
166
- <circle
167
- cx="268.098574960932"
168
- cy="333.6509786282552"
169
- r="16"
170
- opacity="1.2333333333333334"
171
- ></circle>
172
- <circle
173
- cx="270.42073441788364"
174
- cy="332.4421389288391"
175
- r="16"
176
- opacity="1.1857142857142857"
177
- ></circle>
178
- <circle
179
- cx="272.7214430369506"
180
- cy="331.19295607090936"
181
- r="16"
182
- opacity="1.1413793103448275"
183
- ></circle>
184
- <circle cx="275" cy="329.9038105676658" r="16" opacity="1.1"></circle>
185
- <circle
186
- cx="277.2557112365081"
187
- cy="328.57509510531685"
188
- r="16"
189
- opacity="1.0612903225806452"
190
- ></circle>
191
- <circle
192
- cx="279.4878896349807"
193
- cy="327.2072144234639"
194
- r="16"
195
- opacity="1.025"
196
- ></circle>
197
- <circle
198
- cx="281.6958552522541"
199
- cy="325.80058519181364"
200
- r="16"
201
- opacity="0.990909090909091"
202
- ></circle>
203
- <circle
204
- cx="283.878935520612"
205
- cy="324.35563588325624"
206
- r="16"
207
- opacity="0.9588235294117647"
208
- ></circle>
209
- <circle
210
- cx="286.0364654526569"
211
- cy="322.8728066433488"
212
- r="16"
213
- opacity="0.9285714285714286"
214
- ></circle>
215
- <circle
216
- cx="288.167787843871"
217
- cy="321.3525491562421"
218
- r="16"
219
- opacity="0.9"
220
- ></circle>
221
- <circle
222
- cx="290.2722534728072"
223
- cy="319.79532650709393"
224
- r="16"
225
- opacity="0.8729729729729732"
226
- ></circle>
227
- <circle
228
- cx="292.34922129884876"
229
- cy="318.2016130410083"
230
- r="16"
231
- opacity="0.8473684210526315"
232
- ></circle>
233
- <circle
234
- cx="294.3980586574756"
235
- cy="316.57189421854565"
236
- r="16"
237
- opacity="0.823076923076923"
238
- ></circle>
239
- <circle
240
- cx="296.4181414529809"
241
- cy="314.9066664678467"
242
- r="16"
243
- opacity="0.8"
244
- ></circle>
245
- <circle
246
- cx="298.4088543485761"
247
- cy="313.2064370334158"
248
- r="16"
249
- opacity="0.7780487804878049"
250
- ></circle>
251
- <circle
252
- cx="300.3695909538287"
253
- cy="311.47172382160915"
254
- r="16"
255
- opacity="0.7571428571428571"
256
- ></circle>
257
- <circle
258
- cx="302.29975400937474"
259
- cy="309.7030552428756"
260
- r="16"
261
- opacity="0.7372093023255814"
262
- ></circle>
263
- <circle
264
- cx="304.1987555688496"
265
- cy="307.9009700507977"
266
- r="16"
267
- opacity="0.7181818181818181"
268
- ></circle>
269
- <circle
270
- cx="306.06601717798213"
271
- cy="306.06601717798213"
272
- r="16"
273
- opacity="0.7"
274
- ></circle>
275
- <circle
276
- cx="307.9009700507977"
277
- cy="304.1987555688496"
278
- r="16"
279
- opacity="0.682608695652174"
280
- ></circle>
281
- <circle
282
- cx="309.70305524287556"
283
- cy="302.29975400937474"
284
- r="16"
285
- opacity="0.6659574468085107"
286
- ></circle>
287
- <circle
288
- cx="311.47172382160915"
289
- cy="300.3695909538287"
290
- r="16"
291
- opacity="0.65"
292
- ></circle>
293
- <circle
294
- cx="313.2064370334158"
295
- cy="298.4088543485761"
296
- r="16"
297
- opacity="0.6346938775510204"
298
- ></circle>
299
- <circle
300
- cx="314.9066664678467"
301
- cy="296.4181414529809"
302
- r="16"
303
- opacity="0.62"
304
- ></circle>
305
- <circle
306
- cx="316.5718942185456"
307
- cy="294.39805865747564"
308
- r="16"
309
- opacity="0.6058823529411764"
310
- ></circle>
311
- <circle
312
- cx="318.2016130410083"
313
- cy="292.34922129884876"
314
- r="16"
315
- opacity="0.5923076923076923"
316
- ></circle>
317
- <circle
318
- cx="319.79532650709393"
319
- cy="290.2722534728073"
320
- r="16"
321
- opacity="0.5792452830188679"
322
- ></circle>
323
- <circle
324
- cx="321.3525491562421"
325
- cy="288.167787843871"
326
- r="16"
327
- opacity="0.5666666666666667"
328
- ></circle>
329
- <circle
330
- cx="322.8728066433488"
331
- cy="286.0364654526569"
332
- r="16"
333
- opacity="0.5545454545454546"
334
- ></circle>
335
- <circle
336
- cx="324.35563588325624"
337
- cy="283.878935520612"
338
- r="16"
339
- opacity="0.5428571428571428"
340
- ></circle>
341
- <circle
342
- cx="325.8005851918136"
343
- cy="281.6958552522541"
344
- r="16"
345
- opacity="0.531578947368421"
346
- ></circle>
347
- <circle
348
- cx="327.2072144234639"
349
- cy="279.4878896349807"
350
- r="16"
351
- opacity="0.5206896551724138"
352
- ></circle>
353
- <circle
354
- cx="328.5750951053168"
355
- cy="277.25571123650815"
356
- r="16"
357
- opacity="0.5101694915254237"
358
- ></circle>
359
- <circle cx="329.9038105676658" cy="275" r="16" opacity="0.5"></circle>
360
- <circle
361
- cx="331.19295607090936"
362
- cy="272.7214430369506"
363
- r="16"
364
- opacity="0.4901639344262295"
365
- ></circle>
366
- <circle
367
- cx="332.44213892883903"
368
- cy="270.42073441788364"
369
- r="16"
370
- opacity="0.4806451612903226"
371
- ></circle>
372
- <circle
373
- cx="333.6509786282552"
374
- cy="268.098574960932"
375
- r="16"
376
- opacity="0.4714285714285714"
377
- ></circle>
378
- <circle
379
- cx="334.81910694487505"
380
- cy="265.7556720183616"
381
- r="16"
382
- opacity="0.4625"
383
- ></circle>
384
- <circle
385
- cx="335.9461680554975"
386
- cy="263.3927392611049"
387
- r="16"
388
- opacity="0.45384615384615384"
389
- ></circle>
390
- <circle
391
- cx="337.0318186463901"
392
- cy="261.01049646137005"
393
- r="16"
394
- opacity="0.44545454545454544"
395
- ></circle>
396
- <circle
397
- cx="338.075728017866"
398
- cy="258.6096692733911"
399
- r="16"
400
- opacity="0.4373134328358209"
401
- ></circle>
402
- <circle
403
- cx="339.0775781850181"
404
- cy="256.1909890123868"
405
- r="16"
406
- opacity="0.4294117647058823"
407
- ></circle>
408
- <circle
409
- cx="340.0370639745803"
410
- cy="253.75519243179505"
411
- r="16"
412
- opacity="0.4217391304347826"
413
- ></circle>
414
- <circle
415
- cx="340.95389311788625"
416
- cy="251.3030214988503"
417
- r="16"
418
- opacity="0.4142857142857143"
419
- ></circle>
420
- <circle
421
- cx="341.8277863398975"
422
- cy="248.83522316857352"
423
- r="16"
424
- opacity="0.4070422535211268"
425
- ></circle>
426
- <circle
427
- cx="342.658477444273"
428
- cy="246.3525491562421"
429
- r="16"
430
- opacity="0.4"
431
- ></circle>
432
- <circle
433
- cx="343.4457133944553"
434
- cy="243.85575570841053"
435
- r="16"
436
- opacity="0.39315068493150684"
437
- ></circle>
438
- <circle
439
- cx="344.1892543907478"
440
- cy="241.34560337254987"
441
- r="16"
442
- opacity="0.38648648648648654"
443
- ></circle>
444
- <circle
445
- cx="344.88887394336024"
446
- cy="238.8228567653781"
447
- r="16"
448
- opacity="0.38"
449
- ></circle>
450
- <circle
451
- cx="345.5443589413995"
452
- cy="236.2882843399502"
453
- r="16"
454
- opacity="0.3736842105263158"
455
- ></circle>
456
- <circle
457
- cx="346.1555097177853"
458
- cy="233.74265815157975"
459
- r="16"
460
- opacity="0.36753246753246754"
461
- ></circle>
462
- <circle
463
- cx="346.7221401100708"
464
- cy="231.18675362266393"
465
- r="16"
466
- opacity="0.36153846153846153"
467
- ></circle>
468
- <circle
469
- cx="347.2440775171496"
470
- cy="228.62134930648173"
471
- r="16"
472
- opacity="0.3556962025316455"
473
- ></circle>
474
- <circle
475
- cx="347.72116295183116"
476
- cy="226.04722665003956"
477
- r="16"
478
- opacity="0.35"
479
- ></circle>
480
- <circle
481
- cx="348.15325108927067"
482
- cy="223.46516975603464"
483
- r="16"
484
- opacity="0.34444444444444444"
485
- ></circle>
486
- <circle
487
- cx="348.54021031123557"
488
- cy="220.87596514400985"
489
- r="16"
490
- opacity="0.33902439024390246"
491
- ></circle>
492
- <circle
493
- cx="348.88192274619826"
494
- cy="218.28040151077212"
495
- r="16"
496
- opacity="0.3337349397590362"
497
- ></circle>
498
- <circle
499
- cx="349.178284305241"
500
- cy="215.67926949014802"
501
- r="16"
502
- opacity="0.32857142857142857"
503
- ></circle>
504
- <circle
505
- cx="349.4292047137618"
506
- cy="213.07336141214873"
507
- r="16"
508
- opacity="0.3235294117647059"
509
- ></circle>
510
- <circle
511
- cx="349.6346075389736"
512
- cy="210.4634710616188"
513
- r="16"
514
- opacity="0.3186046511627907"
515
- ></circle>
516
- <circle
517
- cx="349.79443021318605"
518
- cy="207.8503934364416"
519
- r="16"
520
- opacity="0.3137931034482759"
521
- ></circle>
522
- <circle
523
- cx="349.90862405286435"
524
- cy="205.23492450537515"
525
- r="16"
526
- opacity="0.309090909090909"
527
- ></circle>
528
- <circle
529
- cx="349.9771542734587"
530
- cy="202.6178609655925"
531
- r="16"
532
- opacity="0.3044943820224719"
533
- ></circle>
534
- <circle cx="350" cy="200" r="16" opacity="0.3"></circle>
535
- <circle
536
- cx="349.9771542734587"
537
- cy="197.3821390344075"
538
- r="16"
539
- opacity="0.2956043956043956"
540
- ></circle>
541
- <circle
542
- cx="349.90862405286435"
543
- cy="194.76507549462488"
544
- r="16"
545
- opacity="0.291304347826087"
546
- ></circle>
547
- <circle
548
- cx="349.79443021318605"
549
- cy="192.14960656355845"
550
- r="16"
551
- opacity="0.2870967741935484"
552
- ></circle>
553
- <circle
554
- cx="349.6346075389736"
555
- cy="189.5365289383812"
556
- r="16"
557
- opacity="0.28297872340425534"
558
- ></circle>
559
- <circle
560
- cx="349.4292047137618"
561
- cy="186.92663858785127"
562
- r="16"
563
- opacity="0.2789473684210526"
564
- ></circle>
565
- <circle
566
- cx="349.17828430524105"
567
- cy="184.320730509852"
568
- r="16"
569
- opacity="0.275"
570
- ></circle>
571
- <circle
572
- cx="348.8819227461983"
573
- cy="181.7195984892279"
574
- r="16"
575
- opacity="0.2711340206185567"
576
- ></circle>
577
- <circle
578
- cx="348.54021031123557"
579
- cy="179.1240348559902"
580
- r="16"
581
- opacity="0.2673469387755102"
582
- ></circle>
583
- <circle
584
- cx="348.1532510892706"
585
- cy="176.53483024396536"
586
- r="16"
587
- opacity="0.2636363636363636"
588
- ></circle>
589
- <circle
590
- cx="347.72116295183116"
591
- cy="173.95277334996047"
592
- r="16"
593
- opacity="0.26"
594
- ></circle>
595
- <circle
596
- cx="347.2440775171496"
597
- cy="171.37865069351827"
598
- r="16"
599
- opacity="0.25643564356435644"
600
- ></circle>
601
- <circle
602
- cx="346.7221401100709"
603
- cy="168.81324637733613"
604
- r="16"
605
- opacity="0.2529411764705882"
606
- ></circle>
607
- <circle
608
- cx="346.1555097177853"
609
- cy="166.25734184842028"
610
- r="16"
611
- opacity="0.24951456310679612"
612
- ></circle>
613
- <circle
614
- cx="345.5443589413995"
615
- cy="163.71171566004983"
616
- r="16"
617
- opacity="0.24615384615384617"
618
- ></circle>
619
- <circle
620
- cx="344.88887394336024"
621
- cy="161.17714323462187"
622
- r="16"
623
- opacity="0.24285714285714285"
624
- ></circle>
625
- <circle
626
- cx="344.1892543907478"
627
- cy="158.65439662745013"
628
- r="16"
629
- opacity="0.23962264150943396"
630
- ></circle>
631
- <circle
632
- cx="343.4457133944553"
633
- cy="156.1442442915895"
634
- r="16"
635
- opacity="0.23644859813084113"
636
- ></circle>
637
- <circle
638
- cx="342.65847744427305"
639
- cy="153.6474508437579"
640
- r="16"
641
- opacity="0.23333333333333334"
642
- ></circle>
643
- <circle
644
- cx="341.82778633989756"
645
- cy="151.16477683142654"
646
- r="16"
647
- opacity="0.23027522935779818"
648
- ></circle>
649
- <circle
650
- cx="340.95389311788625"
651
- cy="148.6969785011497"
652
- r="16"
653
- opacity="0.22727272727272727"
654
- ></circle>
655
- <circle
656
- cx="340.0370639745803"
657
- cy="146.24480756820498"
658
- r="16"
659
- opacity="0.22432432432432434"
660
- ></circle>
661
- <circle
662
- cx="339.0775781850181"
663
- cy="143.8090109876132"
664
- r="16"
665
- opacity="0.22142857142857142"
666
- ></circle>
667
- <circle
668
- cx="338.075728017866"
669
- cy="141.39033072660897"
670
- r="16"
671
- opacity="0.21858407079646017"
672
- ></circle>
673
- <circle
674
- cx="337.03181864639015"
675
- cy="138.98950353863"
676
- r="16"
677
- opacity="0.21578947368421053"
678
- ></circle>
679
- <circle
680
- cx="335.94616805549754"
681
- cy="136.6072607388951"
682
- r="16"
683
- opacity="0.21304347826086956"
684
- ></circle>
685
- <circle
686
- cx="334.81910694487505"
687
- cy="134.24432798163838"
688
- r="16"
689
- opacity="0.2103448275862069"
690
- ></circle>
691
- <circle
692
- cx="333.6509786282552"
693
- cy="131.901425039068"
694
- r="16"
695
- opacity="0.2076923076923077"
696
- ></circle>
697
- <circle
698
- cx="332.4421389288391"
699
- cy="129.57926558211642"
700
- r="16"
701
- opacity="0.20508474576271185"
702
- ></circle>
703
- <circle
704
- cx="331.1929560709094"
705
- cy="127.27855696304945"
706
- r="16"
707
- opacity="0.20252100840336135"
708
- ></circle>
709
- <circle
710
- cx="329.9038105676658"
711
- cy="125.00000000000003"
712
- r="16"
713
- opacity="0.2"
714
- ></circle>
715
- <circle
716
- cx="328.57509510531685"
717
- cy="122.74428876349187"
718
- r="16"
719
- opacity="0.1975206611570248"
720
- ></circle>
721
- <circle
722
- cx="327.20721442346394"
723
- cy="120.51211036501928"
724
- r="16"
725
- opacity="0.19508196721311474"
726
- ></circle>
727
- <circle
728
- cx="325.8005851918136"
729
- cy="118.30414474774594"
730
- r="16"
731
- opacity="0.1926829268292683"
732
- ></circle>
733
- <circle
734
- cx="324.35563588325624"
735
- cy="116.121064479388"
736
- r="16"
737
- opacity="0.19032258064516128"
738
- ></circle>
739
- <circle
740
- cx="322.8728066433488"
741
- cy="113.96353454734313"
742
- r="16"
743
- opacity="0.188"
744
- ></circle>
745
- <circle
746
- cx="321.3525491562421"
747
- cy="111.83221215612905"
748
- r="16"
749
- opacity="0.18571428571428572"
750
- ></circle>
751
- <circle
752
- cx="319.79532650709393"
753
- cy="109.72774652719275"
754
- r="16"
755
- opacity="0.18346456692913385"
756
- ></circle>
757
- <circle
758
- cx="318.2016130410083"
759
- cy="107.65077870115125"
760
- r="16"
761
- opacity="0.18125"
762
- ></circle>
763
- <circle
764
- cx="316.57189421854565"
765
- cy="105.60194134252441"
766
- r="16"
767
- opacity="0.17906976744186046"
768
- ></circle>
769
- <circle
770
- cx="314.9066664678467"
771
- cy="103.5818585470191"
772
- r="16"
773
- opacity="0.17692307692307693"
774
- ></circle>
775
- <circle
776
- cx="313.2064370334158"
777
- cy="101.59114565142387"
778
- r="16"
779
- opacity="0.17480916030534352"
780
- ></circle>
781
- <circle
782
- cx="311.47172382160915"
783
- cy="99.63040904617127"
784
- r="16"
785
- opacity="0.17272727272727273"
786
- ></circle>
787
- <circle
788
- cx="309.7030552428756"
789
- cy="97.70024599062525"
790
- r="16"
791
- opacity="0.17067669172932332"
792
- ></circle>
793
- <circle
794
- cx="307.9009700507977"
795
- cy="95.80124443115045"
796
- r="16"
797
- opacity="0.16865671641791044"
798
- ></circle>
799
- <circle
800
- cx="306.06601717798213"
801
- cy="93.93398282201788"
802
- r="16"
803
- opacity="0.16666666666666666"
804
- ></circle>
805
- <circle
806
- cx="304.1987555688496"
807
- cy="92.09902994920232"
808
- r="16"
809
- opacity="0.16470588235294117"
810
- ></circle>
811
- <circle
812
- cx="302.2997540093748"
813
- cy="90.29694475712444"
814
- r="16"
815
- opacity="0.16277372262773723"
816
- ></circle>
817
- <circle
818
- cx="300.3695909538287"
819
- cy="88.5282761783909"
820
- r="16"
821
- opacity="0.1608695652173913"
822
- ></circle>
823
- <circle
824
- cx="298.4088543485761"
825
- cy="86.7935629665842"
826
- r="16"
827
- opacity="0.15899280575539568"
828
- ></circle>
829
- <circle
830
- cx="296.41814145298093"
831
- cy="85.09333353215331"
832
- r="16"
833
- opacity="0.15714285714285714"
834
- ></circle>
835
- <circle
836
- cx="294.39805865747564"
837
- cy="83.42810578145439"
838
- r="16"
839
- opacity="0.15531914893617021"
840
- ></circle>
841
- <circle
842
- cx="292.34922129884876"
843
- cy="81.79838695899171"
844
- r="16"
845
- opacity="0.15352112676056337"
846
- ></circle>
847
- <circle
848
- cx="290.2722534728072"
849
- cy="80.20467349290605"
850
- r="16"
851
- opacity="0.15174825174825174"
852
- ></circle>
853
- <circle
854
- cx="288.167787843871"
855
- cy="78.6474508437579"
856
- r="16"
857
- opacity="0.15"
858
- ></circle>
859
- <circle
860
- cx="286.03646545265696"
861
- cy="77.12719335665126"
862
- r="16"
863
- opacity="0.1482758620689655"
864
- ></circle>
865
- <circle
866
- cx="283.878935520612"
867
- cy="75.64436411674376"
868
- r="16"
869
- opacity="0.14657534246575343"
870
- ></circle>
871
- <circle
872
- cx="281.69585525225403"
873
- cy="74.19941480818638"
874
- r="16"
875
- opacity="0.14489795918367346"
876
- ></circle>
877
- <circle
878
- cx="279.4878896349807"
879
- cy="72.7927855765361"
880
- r="16"
881
- opacity="0.14324324324324328"
882
- ></circle>
883
- <circle
884
- cx="277.25571123650815"
885
- cy="71.42490489468318"
886
- r="16"
887
- opacity="0.14161073825503354"
888
- ></circle>
889
- <circle cx="275" cy="70.0961894323342" r="16" opacity="0.14"></circle>
890
- <circle
891
- cx="272.7214430369506"
892
- cy="68.80704392909064"
893
- r="16"
894
- opacity="0.13841059602649006"
895
- ></circle>
896
- <circle
897
- cx="270.42073441788364"
898
- cy="67.55786107116097"
899
- r="16"
900
- opacity="0.1368421052631579"
901
- ></circle>
902
- <circle
903
- cx="268.098574960932"
904
- cy="66.34902137174484"
905
- r="16"
906
- opacity="0.13529411764705881"
907
- ></circle>
908
- <circle
909
- cx="265.75567201836157"
910
- cy="65.18089305512495"
911
- r="16"
912
- opacity="0.13376623376623376"
913
- ></circle>
914
- <circle
915
- cx="263.3927392611049"
916
- cy="64.05383194450252"
917
- r="16"
918
- opacity="0.13225806451612904"
919
- ></circle>
920
- <circle
921
- cx="261.01049646137005"
922
- cy="62.96818135360988"
923
- r="16"
924
- opacity="0.13076923076923078"
925
- ></circle>
926
- <circle
927
- cx="258.60966927339115"
928
- cy="61.92427198213397"
929
- r="16"
930
- opacity="0.12929936305732487"
931
- ></circle>
932
- <circle
933
- cx="256.1909890123868"
934
- cy="60.9224218149819"
935
- r="16"
936
- opacity="0.12784810126582277"
937
- ></circle>
938
- <circle
939
- cx="253.75519243179502"
940
- cy="59.96293602541974"
941
- r="16"
942
- opacity="0.12641509433962264"
943
- ></circle>
944
- <circle
945
- cx="251.30302149885034"
946
- cy="59.04610688211375"
947
- r="16"
948
- opacity="0.125"
949
- ></circle>
950
- <circle
951
- cx="248.83522316857355"
952
- cy="58.1722136601025"
953
- r="16"
954
- opacity="0.12360248447204969"
955
- ></circle>
956
- <circle
957
- cx="246.35254915624213"
958
- cy="57.34152255572698"
959
- r="16"
960
- opacity="0.12222222222222222"
961
- ></circle>
962
- <circle
963
- cx="243.85575570841056"
964
- cy="56.55428660554469"
965
- r="16"
966
- opacity="0.12085889570552147"
967
- ></circle>
968
- <circle
969
- cx="241.34560337254996"
970
- cy="55.810745609252194"
971
- r="16"
972
- opacity="0.11951219512195121"
973
- ></circle>
974
- <circle
975
- cx="238.82285676537816"
976
- cy="55.11112605663976"
977
- r="16"
978
- opacity="0.11818181818181818"
979
- ></circle>
980
- <circle
981
- cx="236.28828433995017"
982
- cy="54.45564105860052"
983
- r="16"
984
- opacity="0.11686746987951808"
985
- ></circle>
986
- <circle
987
- cx="233.74265815157972"
988
- cy="53.84449028221471"
989
- r="16"
990
- opacity="0.11556886227544909"
991
- ></circle>
992
- <circle
993
- cx="231.1867536226639"
994
- cy="53.27785988992915"
995
- r="16"
996
- opacity="0.11428571428571428"
997
- ></circle>
998
- <circle
999
- cx="228.62134930648176"
1000
- cy="52.755922482850394"
1001
- r="16"
1002
- opacity="0.11301775147928994"
1003
- ></circle>
1004
- <circle
1005
- cx="226.04722665003953"
1006
- cy="52.27883704816881"
1007
- r="16"
1008
- opacity="0.11176470588235295"
1009
- ></circle>
1010
- <circle
1011
- cx="223.46516975603464"
1012
- cy="51.84674891072936"
1013
- r="16"
1014
- opacity="0.11052631578947368"
1015
- ></circle>
1016
- <circle
1017
- cx="220.87596514400985"
1018
- cy="51.45978968876446"
1019
- r="16"
1020
- opacity="0.10930232558139535"
1021
- ></circle>
1022
- <circle
1023
- cx="218.28040151077212"
1024
- cy="51.118077253801715"
1025
- r="16"
1026
- opacity="0.10809248554913295"
1027
- ></circle>
1028
- <circle
1029
- cx="215.67926949014807"
1030
- cy="50.82171569475901"
1031
- r="16"
1032
- opacity="0.10689655172413794"
1033
- ></circle>
1034
- <circle
1035
- cx="213.07336141214878"
1036
- cy="50.570795286238166"
1037
- r="16"
1038
- opacity="0.10571428571428573"
1039
- ></circle>
1040
- <circle
1041
- cx="210.46347106161883"
1042
- cy="50.365392461026374"
1043
- r="16"
1044
- opacity="0.10454545454545454"
1045
- ></circle>
1046
- <circle
1047
- cx="207.85039343644158"
1048
- cy="50.205569786813925"
1049
- r="16"
1050
- opacity="0.10338983050847457"
1051
- ></circle>
1052
- <circle
1053
- cx="205.2349245053751"
1054
- cy="50.091375947135646"
1055
- r="16"
1056
- opacity="0.10224719101123596"
1057
- ></circle>
1058
- <circle
1059
- cx="202.6178609655925"
1060
- cy="50.022845726541306"
1061
- r="16"
1062
- opacity="0.1011173184357542"
1063
- ></circle>
1064
- <circle cx="200.00000000000003" cy="50" r="16" opacity="0.1"></circle>
1065
- <circle
1066
- cx="197.38213903440752"
1067
- cy="50.022845726541306"
1068
- r="16"
1069
- opacity="0.09889502762430939"
1070
- ></circle>
1071
- <circle
1072
- cx="194.76507549462485"
1073
- cy="50.091375947135646"
1074
- r="16"
1075
- opacity="0.0978021978021978"
1076
- ></circle>
1077
- <circle
1078
- cx="192.14960656355848"
1079
- cy="50.205569786813925"
1080
- r="16"
1081
- opacity="0.09672131147540984"
1082
- ></circle>
1083
- <circle
1084
- cx="189.53652893838128"
1085
- cy="50.365392461026346"
1086
- r="16"
1087
- opacity="0.0956521739130435"
1088
- ></circle>
1089
- <circle
1090
- cx="186.9266385878513"
1091
- cy="50.570795286238166"
1092
- r="16"
1093
- opacity="0.09459459459459459"
1094
- ></circle>
1095
- <circle
1096
- cx="184.32073050985204"
1097
- cy="50.82171569475898"
1098
- r="16"
1099
- opacity="0.0935483870967742"
1100
- ></circle>
1101
- <circle
1102
- cx="181.71959848922785"
1103
- cy="51.118077253801715"
1104
- r="16"
1105
- opacity="0.09251336898395722"
1106
- ></circle>
1107
- <circle
1108
- cx="179.12403485599017"
1109
- cy="51.45978968876446"
1110
- r="16"
1111
- opacity="0.09148936170212765"
1112
- ></circle>
1113
- <circle
1114
- cx="176.5348302439654"
1115
- cy="51.84674891072933"
1116
- r="16"
1117
- opacity="0.09047619047619047"
1118
- ></circle>
1119
- <circle
1120
- cx="173.95277334996044"
1121
- cy="52.27883704816881"
1122
- r="16"
1123
- opacity="0.08947368421052632"
1124
- ></circle>
1125
- <circle
1126
- cx="171.3786506935183"
1127
- cy="52.755922482850394"
1128
- r="16"
1129
- opacity="0.08848167539267016"
1130
- ></circle>
1131
- <circle
1132
- cx="168.81324637733613"
1133
- cy="53.27785988992915"
1134
- r="16"
1135
- opacity="0.0875"
1136
- ></circle>
1137
- <circle
1138
- cx="166.25734184842025"
1139
- cy="53.84449028221471"
1140
- r="16"
1141
- opacity="0.08652849740932643"
1142
- ></circle>
1143
- <circle
1144
- cx="163.7117156600499"
1145
- cy="54.45564105860052"
1146
- r="16"
1147
- opacity="0.08556701030927834"
1148
- ></circle>
1149
- <circle
1150
- cx="161.17714323462195"
1151
- cy="55.11112605663973"
1152
- r="16"
1153
- opacity="0.08461538461538462"
1154
- ></circle>
1155
- <circle
1156
- cx="158.65439662745015"
1157
- cy="55.810745609252166"
1158
- r="16"
1159
- opacity="0.0836734693877551"
1160
- ></circle>
1161
- <circle
1162
- cx="156.14424429158953"
1163
- cy="56.55428660554466"
1164
- r="16"
1165
- opacity="0.08274111675126904"
1166
- ></circle>
1167
- <circle
1168
- cx="153.64745084375784"
1169
- cy="57.34152255572698"
1170
- r="16"
1171
- opacity="0.08181818181818182"
1172
- ></circle>
1173
- <circle
1174
- cx="151.16477683142648"
1175
- cy="58.1722136601025"
1176
- r="16"
1177
- opacity="0.08090452261306533"
1178
- ></circle>
1179
- <circle
1180
- cx="148.69697850114972"
1181
- cy="59.04610688211375"
1182
- r="16"
1183
- opacity="0.08"
1184
- ></circle>
1185
- <circle
1186
- cx="146.24480756820492"
1187
- cy="59.96293602541974"
1188
- r="16"
1189
- opacity="0.0791044776119403"
1190
- ></circle>
1191
- <circle
1192
- cx="143.8090109876132"
1193
- cy="60.922421814981874"
1194
- r="16"
1195
- opacity="0.07821782178217823"
1196
- ></circle>
1197
- <circle
1198
- cx="141.39033072660897"
1199
- cy="61.924271982133945"
1200
- r="16"
1201
- opacity="0.0773399014778325"
1202
- ></circle>
1203
- <circle
1204
- cx="138.98950353863003"
1205
- cy="62.96818135360985"
1206
- r="16"
1207
- opacity="0.07647058823529412"
1208
- ></circle>
1209
- <circle
1210
- cx="136.6072607388951"
1211
- cy="64.05383194450249"
1212
- r="16"
1213
- opacity="0.07560975609756097"
1214
- ></circle>
1215
- <circle
1216
- cx="134.24432798163843"
1217
- cy="65.18089305512493"
1218
- r="16"
1219
- opacity="0.07475728155339806"
1220
- ></circle>
1221
- <circle
1222
- cx="131.90142503906804"
1223
- cy="66.34902137174478"
1224
- r="16"
1225
- opacity="0.07391304347826087"
1226
- ></circle>
1227
- <circle
1228
- cx="129.57926558211636"
1229
- cy="67.55786107116097"
1230
- r="16"
1231
- opacity="0.07307692307692308"
1232
- ></circle>
1233
- <circle
1234
- cx="127.27855696304945"
1235
- cy="68.80704392909061"
1236
- r="16"
1237
- opacity="0.0722488038277512"
1238
- ></circle>
1239
- <circle
1240
- cx="124.99999999999999"
1241
- cy="70.0961894323342"
1242
- r="16"
1243
- opacity="0.07142857142857142"
1244
- ></circle>
1245
- <circle
1246
- cx="122.74428876349188"
1247
- cy="71.42490489468315"
1248
- r="16"
1249
- opacity="0.07061611374407582"
1250
- ></circle>
1251
- <circle
1252
- cx="120.51211036501928"
1253
- cy="72.79278557653609"
1254
- r="16"
1255
- opacity="0.06981132075471698"
1256
- ></circle>
1257
- <circle
1258
- cx="118.30414474774594"
1259
- cy="74.19941480818639"
1260
- r="16"
1261
- opacity="0.06901408450704226"
1262
- ></circle>
1263
- <circle
1264
- cx="116.121064479388"
1265
- cy="75.64436411674372"
1266
- r="16"
1267
- opacity="0.06822429906542056"
1268
- ></circle>
1269
- <circle
1270
- cx="113.96353454734313"
1271
- cy="77.12719335665119"
1272
- r="16"
1273
- opacity="0.06744186046511629"
1274
- ></circle>
1275
- <circle
1276
- cx="111.83221215612905"
1277
- cy="78.64745084375787"
1278
- r="16"
1279
- opacity="0.06666666666666667"
1280
- ></circle>
1281
- <circle
1282
- cx="109.72774652719279"
1283
- cy="80.20467349290604"
1284
- r="16"
1285
- opacity="0.06589861751152074"
1286
- ></circle>
1287
- <circle
1288
- cx="107.65077870115132"
1289
- cy="81.79838695899167"
1290
- r="16"
1291
- opacity="0.06513761467889909"
1292
- ></circle>
1293
- <circle
1294
- cx="105.60194134252436"
1295
- cy="83.42810578145438"
1296
- r="16"
1297
- opacity="0.06438356164383562"
1298
- ></circle>
1299
- <circle
1300
- cx="103.58185854701911"
1301
- cy="85.0933335321533"
1302
- r="16"
1303
- opacity="0.06363636363636363"
1304
- ></circle>
1305
- <circle
1306
- cx="101.59114565142389"
1307
- cy="86.79356296658422"
1308
- r="16"
1309
- opacity="0.06289592760180995"
1310
- ></circle>
1311
- <circle
1312
- cx="99.63040904617127"
1313
- cy="88.52827617839087"
1314
- r="16"
1315
- opacity="0.062162162162162166"
1316
- ></circle>
1317
- <circle
1318
- cx="97.70024599062525"
1319
- cy="90.29694475712441"
1320
- r="16"
1321
- opacity="0.06143497757847534"
1322
- ></circle>
1323
- <circle
1324
- cx="95.8012444311504"
1325
- cy="92.09902994920233"
1326
- r="16"
1327
- opacity="0.060714285714285714"
1328
- ></circle>
1329
- <circle
1330
- cx="93.93398282201788"
1331
- cy="93.93398282201785"
1332
- r="16"
1333
- opacity="0.06"
1334
- ></circle>
1335
- <circle
1336
- cx="92.09902994920238"
1337
- cy="95.80124443115037"
1338
- r="16"
1339
- opacity="0.05929203539823009"
1340
- ></circle>
1341
- <circle
1342
- cx="90.29694475712448"
1343
- cy="97.70024599062516"
1344
- r="16"
1345
- opacity="0.05859030837004405"
1346
- ></circle>
1347
- <circle
1348
- cx="88.5282761783909"
1349
- cy="99.63040904617124"
1350
- r="16"
1351
- opacity="0.05789473684210526"
1352
- ></circle>
1353
- <circle
1354
- cx="86.79356296658425"
1355
- cy="101.59114565142386"
1356
- r="16"
1357
- opacity="0.05720524017467249"
1358
- ></circle>
1359
- <circle
1360
- cx="85.09333353215331"
1361
- cy="103.58185854701908"
1362
- r="16"
1363
- opacity="0.05652173913043478"
1364
- ></circle>
1365
- <circle
1366
- cx="83.42810578145433"
1367
- cy="105.60194134252443"
1368
- r="16"
1369
- opacity="0.05584415584415584"
1370
- ></circle>
1371
- <circle
1372
- cx="81.79838695899168"
1373
- cy="107.6507787011513"
1374
- r="16"
1375
- opacity="0.05517241379310345"
1376
- ></circle>
1377
- <circle
1378
- cx="80.20467349290608"
1379
- cy="109.72774652719276"
1380
- r="16"
1381
- opacity="0.054506437768240344"
1382
- ></circle>
1383
- <circle
1384
- cx="78.6474508437579"
1385
- cy="111.83221215612902"
1386
- r="16"
1387
- opacity="0.05384615384615385"
1388
- ></circle>
1389
- <circle
1390
- cx="77.12719335665126"
1391
- cy="113.96353454734304"
1392
- r="16"
1393
- opacity="0.05319148936170213"
1394
- ></circle>
1395
- <circle
1396
- cx="75.64436411674379"
1397
- cy="116.12106447938791"
1398
- r="16"
1399
- opacity="0.05254237288135593"
1400
- ></circle>
1401
- <circle
1402
- cx="74.19941480818639"
1403
- cy="118.30414474774595"
1404
- r="16"
1405
- opacity="0.05189873417721519"
1406
- ></circle>
1407
- <circle
1408
- cx="72.7927855765361"
1409
- cy="120.51211036501925"
1410
- r="16"
1411
- opacity="0.05126050420168067"
1412
- ></circle>
1413
- <circle
1414
- cx="71.42490489468318"
1415
- cy="122.74428876349182"
1416
- r="16"
1417
- opacity="0.050627615062761505"
1418
- ></circle>
1419
- <circle
1420
- cx="70.09618943233426"
1421
- cy="124.99999999999993"
1422
- r="16"
1423
- opacity="0.05"
1424
- ></circle>
1425
- <circle
1426
- cx="68.80704392909061"
1427
- cy="127.27855696304947"
1428
- r="16"
1429
- opacity="0.04937759336099585"
1430
- ></circle>
1431
- <circle
1432
- cx="67.55786107116094"
1433
- cy="129.5792655821164"
1434
- r="16"
1435
- opacity="0.048760330578512395"
1436
- ></circle>
1437
- <circle
1438
- cx="66.34902137174484"
1439
- cy="131.90142503906796"
1440
- r="16"
1441
- opacity="0.04814814814814815"
1442
- ></circle>
1443
- <circle
1444
- cx="65.18089305512498"
1445
- cy="134.24432798163832"
1446
- r="16"
1447
- opacity="0.047540983606557376"
1448
- ></circle>
1449
- <circle
1450
- cx="64.05383194450255"
1451
- cy="136.607260738895"
1452
- r="16"
1453
- opacity="0.04693877551020408"
1454
- ></circle>
1455
- <circle
1456
- cx="62.96818135360985"
1457
- cy="138.98950353862998"
1458
- r="16"
1459
- opacity="0.046341463414634146"
1460
- ></circle>
1461
- <circle
1462
- cx="61.92427198213397"
1463
- cy="141.3903307266089"
1464
- r="16"
1465
- opacity="0.045748987854251015"
1466
- ></circle>
1467
- <circle
1468
- cx="60.9224218149819"
1469
- cy="143.80901098761316"
1470
- r="16"
1471
- opacity="0.04516129032258064"
1472
- ></circle>
1473
- <circle
1474
- cx="59.962936025419765"
1475
- cy="146.2448075682049"
1476
- r="16"
1477
- opacity="0.04457831325301205"
1478
- ></circle>
1479
- <circle
1480
- cx="59.046106882113776"
1481
- cy="148.6969785011496"
1482
- r="16"
1483
- opacity="0.044"
1484
- ></circle>
1485
- <circle
1486
- cx="58.17221366010247"
1487
- cy="151.1647768314265"
1488
- r="16"
1489
- opacity="0.04342629482071713"
1490
- ></circle>
1491
- <circle
1492
- cx="57.34152255572698"
1493
- cy="153.64745084375787"
1494
- r="16"
1495
- opacity="0.04285714285714286"
1496
- ></circle>
1497
- <circle
1498
- cx="56.55428660554469"
1499
- cy="156.14424429158944"
1500
- r="16"
1501
- opacity="0.042292490118577074"
1502
- ></circle>
1503
- <circle
1504
- cx="55.81074560925214"
1505
- cy="158.65439662745018"
1506
- r="16"
1507
- opacity="0.04173228346456693"
1508
- ></circle>
1509
- <circle
1510
- cx="55.11112605663976"
1511
- cy="161.1771432346219"
1512
- r="16"
1513
- opacity="0.041176470588235294"
1514
- ></circle>
1515
- <circle
1516
- cx="54.45564105860052"
1517
- cy="163.71171566004983"
1518
- r="16"
1519
- opacity="0.040625"
1520
- ></circle>
1521
- <circle
1522
- cx="53.844490282214736"
1523
- cy="166.2573418484202"
1524
- r="16"
1525
- opacity="0.040077821011673155"
1526
- ></circle>
1527
- <circle
1528
- cx="53.277859889929175"
1529
- cy="168.81324637733604"
1530
- r="16"
1531
- opacity="0.03953488372093023"
1532
- ></circle>
1533
- <circle
1534
- cx="52.75592248285042"
1535
- cy="171.37865069351818"
1536
- r="16"
1537
- opacity="0.038996138996139"
1538
- ></circle>
1539
- <circle
1540
- cx="52.27883704816881"
1541
- cy="173.95277334996044"
1542
- r="16"
1543
- opacity="0.038461538461538464"
1544
- ></circle>
1545
- <circle
1546
- cx="51.84674891072936"
1547
- cy="176.53483024396536"
1548
- r="16"
1549
- opacity="0.03793103448275862"
1550
- ></circle>
1551
- <circle
1552
- cx="51.45978968876446"
1553
- cy="179.12403485599026"
1554
- r="16"
1555
- opacity="0.03740458015267176"
1556
- ></circle>
1557
- <circle
1558
- cx="51.11807725380169"
1559
- cy="181.71959848922793"
1560
- r="16"
1561
- opacity="0.03688212927756654"
1562
- ></circle>
1563
- <circle
1564
- cx="50.82171569475898"
1565
- cy="184.32073050985198"
1566
- r="16"
1567
- opacity="0.03636363636363636"
1568
- ></circle>
1569
- <circle
1570
- cx="50.570795286238166"
1571
- cy="186.92663858785127"
1572
- r="16"
1573
- opacity="0.035849056603773584"
1574
- ></circle>
1575
- <circle
1576
- cx="50.365392461026374"
1577
- cy="189.53652893838117"
1578
- r="16"
1579
- opacity="0.035338345864661655"
1580
- ></circle>
1581
- <circle
1582
- cx="50.205569786813925"
1583
- cy="192.14960656355836"
1584
- r="16"
1585
- opacity="0.0348314606741573"
1586
- ></circle>
1587
- <circle
1588
- cx="50.091375947135646"
1589
- cy="194.76507549462474"
1590
- r="16"
1591
- opacity="0.034328358208955224"
1592
- ></circle>
1593
- <circle
1594
- cx="50.022845726541306"
1595
- cy="197.3821390344075"
1596
- r="16"
1597
- opacity="0.03382899628252788"
1598
- ></circle>
1599
- <circle
1600
- cx="50"
1601
- cy="199.99999999999997"
1602
- r="16"
1603
- opacity="0.03333333333333333"
1604
- ></circle>
1605
- <circle
1606
- cx="50.022845726541306"
1607
- cy="202.61786096559246"
1608
- r="16"
1609
- opacity="0.03284132841328413"
1610
- ></circle>
1611
- <circle
1612
- cx="50.091375947135646"
1613
- cy="205.2349245053752"
1614
- r="16"
1615
- opacity="0.03235294117647059"
1616
- ></circle>
1617
- <circle
1618
- cx="50.205569786813925"
1619
- cy="207.85039343644158"
1620
- r="16"
1621
- opacity="0.031868131868131866"
1622
- ></circle>
1623
- <circle
1624
- cx="50.365392461026346"
1625
- cy="210.46347106161878"
1626
- r="16"
1627
- opacity="0.031386861313868614"
1628
- ></circle>
1629
- <circle
1630
- cx="50.570795286238166"
1631
- cy="213.07336141214867"
1632
- r="16"
1633
- opacity="0.03090909090909091"
1634
- ></circle>
1635
- <circle
1636
- cx="50.82171569475898"
1637
- cy="215.67926949014796"
1638
- r="16"
1639
- opacity="0.030434782608695653"
1640
- ></circle>
1641
- <circle
1642
- cx="51.118077253801715"
1643
- cy="218.28040151077215"
1644
- r="16"
1645
- opacity="0.029963898916967508"
1646
- ></circle>
1647
- <circle
1648
- cx="51.45978968876446"
1649
- cy="220.87596514400983"
1650
- r="16"
1651
- opacity="0.029496402877697843"
1652
- ></circle>
1653
- <circle
1654
- cx="51.84674891072933"
1655
- cy="223.4651697560346"
1656
- r="16"
1657
- opacity="0.02903225806451613"
1658
- ></circle>
1659
- <circle
1660
- cx="52.27883704816878"
1661
- cy="226.0472266500395"
1662
- r="16"
1663
- opacity="0.02857142857142857"
1664
- ></circle>
1665
- <circle
1666
- cx="52.755922482850394"
1667
- cy="228.62134930648165"
1668
- r="16"
1669
- opacity="0.028113879003558717"
1670
- ></circle>
1671
- <circle
1672
- cx="53.27785988992912"
1673
- cy="231.1867536226638"
1674
- r="16"
1675
- opacity="0.027659574468085105"
1676
- ></circle>
1677
- <circle
1678
- cx="53.84449028221471"
1679
- cy="233.74265815157975"
1680
- r="16"
1681
- opacity="0.027208480565371024"
1682
- ></circle>
1683
- <circle
1684
- cx="54.45564105860052"
1685
- cy="236.2882843399501"
1686
- r="16"
1687
- opacity="0.02676056338028169"
1688
- ></circle>
1689
- <circle
1690
- cx="55.11112605663976"
1691
- cy="238.82285676537816"
1692
- r="16"
1693
- opacity="0.02631578947368421"
1694
- ></circle>
1695
- <circle
1696
- cx="55.810745609252194"
1697
- cy="241.3456033725499"
1698
- r="16"
1699
- opacity="0.025874125874125874"
1700
- ></circle>
1701
- <circle
1702
- cx="56.55428660554469"
1703
- cy="243.8557557084105"
1704
- r="16"
1705
- opacity="0.025435540069686412"
1706
- ></circle>
1707
- <circle
1708
- cx="57.341522555726954"
1709
- cy="246.35254915624208"
1710
- r="16"
1711
- opacity="0.025"
1712
- ></circle>
1713
- <circle
1714
- cx="58.17221366010244"
1715
- cy="248.83522316857346"
1716
- r="16"
1717
- opacity="0.0245674740484429"
1718
- ></circle>
1719
- <circle
1720
- cx="59.04610688211372"
1721
- cy="251.30302149885023"
1722
- r="16"
1723
- opacity="0.02413793103448276"
1724
- ></circle>
1725
- <circle
1726
- cx="59.96293602541968"
1727
- cy="253.75519243179494"
1728
- r="16"
1729
- opacity="0.023711340206185566"
1730
- ></circle>
1731
- <circle
1732
- cx="60.922421814981874"
1733
- cy="256.1909890123868"
1734
- r="16"
1735
- opacity="0.023287671232876714"
1736
- ></circle>
1737
- <circle
1738
- cx="61.92427198213392"
1739
- cy="258.60966927339103"
1740
- r="16"
1741
- opacity="0.02286689419795222"
1742
- ></circle>
1743
- <circle
1744
- cx="62.96818135360988"
1745
- cy="261.01049646137005"
1746
- r="16"
1747
- opacity="0.022448979591836733"
1748
- ></circle>
1749
- <circle
1750
- cx="64.05383194450252"
1751
- cy="263.39273926110496"
1752
- r="16"
1753
- opacity="0.022033898305084745"
1754
- ></circle>
1755
- <circle
1756
- cx="65.18089305512495"
1757
- cy="265.7556720183616"
1758
- r="16"
1759
- opacity="0.021621621621621626"
1760
- ></circle>
1761
- <circle
1762
- cx="66.34902137174481"
1763
- cy="268.098574960932"
1764
- r="16"
1765
- opacity="0.021212121212121213"
1766
- ></circle>
1767
- <circle
1768
- cx="67.55786107116094"
1769
- cy="270.4207344178836"
1770
- r="16"
1771
- opacity="0.020805369127516776"
1772
- ></circle>
1773
- <circle
1774
- cx="68.80704392909058"
1775
- cy="272.72144303695046"
1776
- r="16"
1777
- opacity="0.02040133779264214"
1778
- ></circle>
1779
- <circle cx="70.0961894323342" cy="275" r="16" opacity="0.02"></circle>
1780
- <circle
1781
- cx="71.42490489468315"
1782
- cy="277.2557112365081"
1783
- r="16"
1784
- opacity="0.019601328903654486"
1785
- ></circle>
1786
- <circle
1787
- cx="72.79278557653608"
1788
- cy="279.4878896349807"
1789
- r="16"
1790
- opacity="0.019205298013245033"
1791
- ></circle>
1792
- <circle
1793
- cx="74.19941480818636"
1794
- cy="281.695855252254"
1795
- r="16"
1796
- opacity="0.01881188118811881"
1797
- ></circle>
1798
- <circle
1799
- cx="75.64436411674369"
1800
- cy="283.87893552061195"
1801
- r="16"
1802
- opacity="0.018421052631578946"
1803
- ></circle>
1804
- <circle
1805
- cx="77.12719335665123"
1806
- cy="286.0364654526569"
1807
- r="16"
1808
- opacity="0.018032786885245903"
1809
- ></circle>
1810
- <circle
1811
- cx="78.64745084375787"
1812
- cy="288.16778784387094"
1813
- r="16"
1814
- opacity="0.01764705882352941"
1815
- ></circle>
1816
- <circle
1817
- cx="80.20467349290604"
1818
- cy="290.27225347280717"
1819
- r="16"
1820
- opacity="0.017263843648208467"
1821
- ></circle>
1822
- <circle
1823
- cx="81.79838695899173"
1824
- cy="292.34922129884876"
1825
- r="16"
1826
- opacity="0.016883116883116882"
1827
- ></circle>
1828
- <circle
1829
- cx="83.42810578145438"
1830
- cy="294.39805865747564"
1831
- r="16"
1832
- opacity="0.01650485436893204"
1833
- ></circle>
1834
- <circle
1835
- cx="85.09333353215328"
1836
- cy="296.4181414529809"
1837
- r="16"
1838
- opacity="0.016129032258064516"
1839
- ></circle>
1840
- <circle
1841
- cx="86.79356296658416"
1842
- cy="298.408854348576"
1843
- r="16"
1844
- opacity="0.015755627009646302"
1845
- ></circle>
1846
- <circle
1847
- cx="88.52827617839081"
1848
- cy="300.36959095382866"
1849
- r="16"
1850
- opacity="0.015384615384615385"
1851
- ></circle>
1852
- <circle
1853
- cx="90.29694475712435"
1854
- cy="302.29975400937474"
1855
- r="16"
1856
- opacity="0.015015974440894569"
1857
- ></circle>
1858
- <circle
1859
- cx="92.09902994920223"
1860
- cy="304.1987555688495"
1861
- r="16"
1862
- opacity="0.014649681528662422"
1863
- ></circle>
1864
- <circle
1865
- cx="93.93398282201785"
1866
- cy="306.0660171779821"
1867
- r="16"
1868
- opacity="0.014285714285714285"
1869
- ></circle>
1870
- <circle
1871
- cx="95.80124443115037"
1872
- cy="307.90097005079764"
1873
- r="16"
1874
- opacity="0.01392405063291139"
1875
- ></circle>
1876
- <circle
1877
- cx="97.70024599062526"
1878
- cy="309.7030552428756"
1879
- r="16"
1880
- opacity="0.013564668769716088"
1881
- ></circle>
1882
- <circle
1883
- cx="99.63040904617128"
1884
- cy="311.47172382160915"
1885
- r="16"
1886
- opacity="0.013207547169811321"
1887
- ></circle>
1888
- <circle
1889
- cx="101.59114565142389"
1890
- cy="313.2064370334158"
1891
- r="16"
1892
- opacity="0.012852664576802508"
1893
- ></circle>
1894
- <circle
1895
- cx="103.58185854701907"
1896
- cy="314.90666646784666"
1897
- r="16"
1898
- opacity="0.0125"
1899
- ></circle>
1900
- <circle
1901
- cx="105.60194134252433"
1902
- cy="316.5718942185456"
1903
- r="16"
1904
- opacity="0.012149532710280374"
1905
- ></circle>
1906
- <circle
1907
- cx="107.65077870115117"
1908
- cy="318.2016130410082"
1909
- r="16"
1910
- opacity="0.011801242236024845"
1911
- ></circle>
1912
- <circle
1913
- cx="109.72774652719276"
1914
- cy="319.79532650709393"
1915
- r="16"
1916
- opacity="0.011455108359133128"
1917
- ></circle>
1918
- <circle
1919
- cx="111.832212156129"
1920
- cy="321.3525491562421"
1921
- r="16"
1922
- opacity="0.011111111111111112"
1923
- ></circle>
1924
- <circle
1925
- cx="113.96353454734303"
1926
- cy="322.8728066433487"
1927
- r="16"
1928
- opacity="0.010769230769230767"
1929
- ></circle>
1930
- <circle
1931
- cx="116.1210644793879"
1932
- cy="324.35563588325624"
1933
- r="16"
1934
- opacity="0.010429447852760737"
1935
- ></circle>
1936
- <circle
1937
- cx="118.30414474774595"
1938
- cy="325.80058519181364"
1939
- r="16"
1940
- opacity="0.010091743119266056"
1941
- ></circle>
1942
- <circle
1943
- cx="120.51211036501913"
1944
- cy="327.2072144234638"
1945
- r="16"
1946
- opacity="0.00975609756097561"
1947
- ></circle>
1948
- <circle
1949
- cx="122.74428876349182"
1950
- cy="328.5750951053168"
1951
- r="16"
1952
- opacity="0.009422492401215805"
1953
- ></circle>
1954
- <circle
1955
- cx="124.99999999999993"
1956
- cy="329.90381056766574"
1957
- r="16"
1958
- opacity="0.00909090909090909"
1959
- ></circle>
1960
- <circle
1961
- cx="127.27855696304947"
1962
- cy="331.1929560709094"
1963
- r="16"
1964
- opacity="0.008761329305135951"
1965
- ></circle>
1966
- <circle
1967
- cx="129.57926558211636"
1968
- cy="332.44213892883903"
1969
- r="16"
1970
- opacity="0.008433734939759038"
1971
- ></circle>
1972
- <circle
1973
- cx="131.90142503906796"
1974
- cy="333.6509786282552"
1975
- r="16"
1976
- opacity="0.008108108108108109"
1977
- ></circle>
1978
- <circle
1979
- cx="134.24432798163843"
1980
- cy="334.8191069448751"
1981
- r="16"
1982
- opacity="0.00778443113772455"
1983
- ></circle>
1984
- <circle
1985
- cx="136.607260738895"
1986
- cy="335.9461680554974"
1987
- r="16"
1988
- opacity="0.007462686567164179"
1989
- ></circle>
1990
- <circle
1991
- cx="138.98950353862998"
1992
- cy="337.03181864639015"
1993
- r="16"
1994
- opacity="0.007142857142857143"
1995
- ></circle>
1996
- <circle
1997
- cx="141.3903307266088"
1998
- cy="338.075728017866"
1999
- r="16"
2000
- opacity="0.006824925816023739"
2001
- ></circle>
2002
- <circle
2003
- cx="143.80901098761314"
2004
- cy="339.07757818501807"
2005
- r="16"
2006
- opacity="0.00650887573964497"
2007
- ></circle>
2008
- <circle
2009
- cx="146.2448075682049"
2010
- cy="340.03706397458024"
2011
- r="16"
2012
- opacity="0.006194690265486726"
2013
- ></circle>
2014
- <circle
2015
- cx="148.69697850114972"
2016
- cy="340.95389311788625"
2017
- r="16"
2018
- opacity="0.0058823529411764705"
2019
- ></circle>
2020
- <circle
2021
- cx="151.16477683142637"
2022
- cy="341.82778633989744"
2023
- r="16"
2024
- opacity="0.005571847507331379"
2025
- ></circle>
2026
- <circle
2027
- cx="153.64745084375784"
2028
- cy="342.658477444273"
2029
- r="16"
2030
- opacity="0.005263157894736842"
2031
- ></circle>
2032
- <circle
2033
- cx="156.14424429158956"
2034
- cy="343.4457133944553"
2035
- r="16"
2036
- opacity="0.004956268221574344"
2037
- ></circle>
2038
- <circle
2039
- cx="158.65439662745004"
2040
- cy="344.1892543907478"
2041
- r="16"
2042
- opacity="0.004651162790697674"
2043
- ></circle>
2044
- <circle
2045
- cx="161.1771432346219"
2046
- cy="344.88887394336024"
2047
- r="16"
2048
- opacity="0.004347826086956522"
2049
- ></circle>
2050
- <circle
2051
- cx="163.71171566004983"
2052
- cy="345.5443589413995"
2053
- r="16"
2054
- opacity="0.004046242774566474"
2055
- ></circle>
2056
- <circle
2057
- cx="166.2573418484202"
2058
- cy="346.15550971778526"
2059
- r="16"
2060
- opacity="0.0037463976945244955"
2061
- ></circle>
2062
- <circle
2063
- cx="168.81324637733601"
2064
- cy="346.7221401100708"
2065
- r="16"
2066
- opacity="0.0034482758620689655"
2067
- ></circle>
2068
- <circle
2069
- cx="171.3786506935183"
2070
- cy="347.2440775171496"
2071
- r="16"
2072
- opacity="0.003151862464183381"
2073
- ></circle>
2074
- <circle
2075
- cx="173.9527733499603"
2076
- cy="347.72116295183116"
2077
- r="16"
2078
- opacity="0.0028571428571428576"
2079
- ></circle>
2080
- <circle
2081
- cx="176.53483024396533"
2082
- cy="348.1532510892706"
2083
- r="16"
2084
- opacity="0.002564102564102564"
2085
- ></circle>
2086
- <circle
2087
- cx="179.12403485599012"
2088
- cy="348.54021031123557"
2089
- r="16"
2090
- opacity="0.0022727272727272726"
2091
- ></circle>
2092
- <circle
2093
- cx="181.7195984892278"
2094
- cy="348.88192274619826"
2095
- r="16"
2096
- opacity="0.00198300283286119"
2097
- ></circle>
2098
- <circle
2099
- cx="184.32073050985198"
2100
- cy="349.178284305241"
2101
- r="16"
2102
- opacity="0.001694915254237288"
2103
- ></circle>
2104
- <circle
2105
- cx="186.92663858785124"
2106
- cy="349.4292047137618"
2107
- r="16"
2108
- opacity="0.0014084507042253522"
2109
- ></circle>
2110
- <circle
2111
- cx="189.53652893838128"
2112
- cy="349.6346075389737"
2113
- r="16"
2114
- opacity="0.0011235955056179776"
2115
- ></circle>
2116
- <circle
2117
- cx="192.14960656355834"
2118
- cy="349.79443021318605"
2119
- r="16"
2120
- opacity="0.0008403361344537816"
2121
- ></circle>
2122
- <circle
2123
- cx="194.76507549462488"
2124
- cy="349.90862405286435"
2125
- r="16"
2126
- opacity="0.0005586592178770949"
2127
- ></circle>
2128
- <circle
2129
- cx="197.38213903440734"
2130
- cy="349.9771542734587"
2131
- r="16"
2132
- opacity="0.0002785515320334262"
2133
- ></circle>
2134
- </g>
2135
- Sorry, your browser does not support inline SVG.
2136
- </svg>
2137
- </div>
2138
- </div>