@zthun/webigail-web 3.1.1 → 3.1.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 (106) hide show
  1. package/LICENSE +13 -14
  2. package/dist/assets/hierarchy.js +1 -0
  3. package/dist/assets/icons.js +1 -1
  4. package/dist/assets/icons.svg +1 -1
  5. package/dist/assets/main.js +5 -5
  6. package/dist/assets/navigation.js +1 -1
  7. package/dist/assets/search.js +1 -1
  8. package/dist/assets/style.css +1405 -1288
  9. package/dist/classes/{_zthun_webigail_http.ZHttpRequestBuilder.html → _zthun_webigail-http.ZHttpRequestBuilder.html} +45 -46
  10. package/dist/classes/_zthun_webigail-http.ZHttpResultBuilder.html +20 -0
  11. package/dist/classes/_zthun_webigail-http.ZHttpService.html +6 -0
  12. package/dist/classes/_zthun_webigail-http.ZHttpServiceMock.html +14 -0
  13. package/dist/classes/_zthun_webigail-nest.ZHttpModule.html +3 -0
  14. package/dist/classes/_zthun_webigail-rest.ZRestfulService.html +55 -0
  15. package/dist/classes/{_zthun_webigail_url.ZDataUrlBuilder.html → _zthun_webigail-url.ZDataUrlBuilder.html} +19 -20
  16. package/dist/classes/{_zthun_webigail_url.ZUrlBuilder.html → _zthun_webigail-url.ZUrlBuilder.html} +74 -75
  17. package/dist/enums/{_zthun_webigail_http.ZHttpCodeCategory.html → _zthun_webigail-http.ZHttpCodeCategory.html} +12 -13
  18. package/dist/enums/{_zthun_webigail_http.ZHttpCodeClient.html → _zthun_webigail-http.ZHttpCodeClient.html} +59 -60
  19. package/dist/enums/{_zthun_webigail_http.ZHttpCodeInformationalResponse.html → _zthun_webigail-http.ZHttpCodeInformationalResponse.html} +10 -11
  20. package/dist/enums/{_zthun_webigail_http.ZHttpCodeRedirection.html → _zthun_webigail-http.ZHttpCodeRedirection.html} +20 -21
  21. package/dist/enums/{_zthun_webigail_http.ZHttpCodeServer.html → _zthun_webigail-http.ZHttpCodeServer.html} +24 -25
  22. package/dist/enums/{_zthun_webigail_http.ZHttpCodeSeverity.html → _zthun_webigail-http.ZHttpCodeSeverity.html} +10 -11
  23. package/dist/enums/{_zthun_webigail_http.ZHttpCodeSuccess.html → _zthun_webigail-http.ZHttpCodeSuccess.html} +22 -23
  24. package/dist/enums/{_zthun_webigail_http.ZHttpMethod.html → _zthun_webigail-http.ZHttpMethod.html} +16 -17
  25. package/dist/enums/{_zthun_webigail_url.ZMimeTypeApplication.html → _zthun_webigail-url.ZMimeTypeApplication.html} +8 -9
  26. package/dist/enums/{_zthun_webigail_url.ZMimeTypeImage.html → _zthun_webigail-url.ZMimeTypeImage.html} +16 -17
  27. package/dist/enums/{_zthun_webigail_url.ZMimeTypeText.html → _zthun_webigail-url.ZMimeTypeText.html} +16 -17
  28. package/dist/enums/{_zthun_webigail_url.ZYouTubeApi.html → _zthun_webigail-url.ZYouTubeApi.html} +6 -7
  29. package/dist/functions/_zthun_webigail-http.fromContentType.html +4 -0
  30. package/dist/functions/_zthun_webigail-http.getHttpCodeCategory.html +4 -0
  31. package/dist/functions/_zthun_webigail-http.getHttpCodeDescription.html +4 -0
  32. package/dist/functions/_zthun_webigail-http.getHttpCodeName.html +4 -0
  33. package/dist/functions/_zthun_webigail-http.getHttpCodeSeverity.html +4 -0
  34. package/dist/functions/_zthun_webigail-http.isBodyInit.html +6 -0
  35. package/dist/functions/_zthun_webigail-http.toBodyInit.html +8 -0
  36. package/dist/hierarchy.html +1 -2
  37. package/dist/index.html +4 -5
  38. package/dist/interfaces/{_zthun_webigail_http.IZHttpRequest.html → _zthun_webigail-http.IZHttpRequest.html} +12 -13
  39. package/dist/interfaces/{_zthun_webigail_http.IZHttpResult.html → _zthun_webigail-http.IZHttpResult.html} +8 -9
  40. package/dist/interfaces/_zthun_webigail-http.IZHttpService.html +8 -0
  41. package/dist/interfaces/_zthun_webigail-rest.IZRestfulCreate.html +8 -0
  42. package/dist/interfaces/_zthun_webigail-rest.IZRestfulDelete.html +6 -0
  43. package/dist/interfaces/_zthun_webigail-rest.IZRestfulGet.html +8 -0
  44. package/dist/interfaces/_zthun_webigail-rest.IZRestfulService.html +42 -0
  45. package/dist/interfaces/_zthun_webigail-rest.IZRestfulUpdate.html +9 -0
  46. package/dist/interfaces/_zthun_webigail-rest.IZRestfulUpsert.html +11 -0
  47. package/dist/interfaces/{_zthun_webigail_url.IZDataUrlInfo.html → _zthun_webigail-url.IZDataUrlInfo.html} +7 -8
  48. package/dist/interfaces/{_zthun_webigail_url.IZUrlInfo.html → _zthun_webigail-url.IZUrlInfo.html} +17 -18
  49. package/dist/modules/_zthun_webigail-http.html +22 -0
  50. package/dist/modules/_zthun_webigail-nest.html +13 -0
  51. package/dist/modules/_zthun_webigail-rest.html +11 -0
  52. package/dist/modules/_zthun_webigail-url.html +20 -0
  53. package/dist/modules.html +1 -2
  54. package/dist/types/_zthun_webigail-http.ZHttpCode.html +2 -0
  55. package/dist/types/_zthun_webigail-url.ZMimeType.html +2 -0
  56. package/dist/variables/_zthun_webigail-http.ZHttpCodeClientDescriptions.html +2 -0
  57. package/dist/variables/_zthun_webigail-http.ZHttpCodeClientNames.html +2 -0
  58. package/dist/variables/_zthun_webigail-http.ZHttpCodeInformationalResponseDescriptions.html +2 -0
  59. package/dist/variables/_zthun_webigail-http.ZHttpCodeInformationalResponseNames.html +2 -0
  60. package/dist/variables/_zthun_webigail-http.ZHttpCodeRedirectionDescriptions.html +2 -0
  61. package/dist/variables/_zthun_webigail-http.ZHttpCodeRedirectionNames.html +2 -0
  62. package/dist/variables/_zthun_webigail-http.ZHttpCodeServerDescriptions.html +2 -0
  63. package/dist/variables/_zthun_webigail-http.ZHttpCodeServerNames.html +2 -0
  64. package/dist/variables/_zthun_webigail-http.ZHttpCodeSuccessDescriptions.html +2 -0
  65. package/dist/variables/_zthun_webigail-http.ZHttpCodeSuccessNames.html +2 -0
  66. package/dist/variables/_zthun_webigail-nest.ZHttpServiceToken.html +2 -0
  67. package/dist/variables/_zthun_webigail-url.ZSupportedMimeTypes.html +2 -0
  68. package/package.json +8 -11
  69. package/dist/classes/_zthun_webigail_http.ZHttpResultBuilder.html +0 -21
  70. package/dist/classes/_zthun_webigail_http.ZHttpService.html +0 -7
  71. package/dist/classes/_zthun_webigail_http.ZHttpServiceMock.html +0 -15
  72. package/dist/classes/_zthun_webigail_nest.ZHttpModule.html +0 -4
  73. package/dist/classes/_zthun_webigail_rest.ZRestfulService.html +0 -56
  74. package/dist/functions/_zthun_webigail_http.fromContentType.html +0 -5
  75. package/dist/functions/_zthun_webigail_http.getHttpCodeCategory.html +0 -5
  76. package/dist/functions/_zthun_webigail_http.getHttpCodeDescription.html +0 -5
  77. package/dist/functions/_zthun_webigail_http.getHttpCodeName.html +0 -5
  78. package/dist/functions/_zthun_webigail_http.getHttpCodeSeverity.html +0 -5
  79. package/dist/functions/_zthun_webigail_http.isBodyInit.html +0 -7
  80. package/dist/functions/_zthun_webigail_http.toBodyInit.html +0 -9
  81. package/dist/interfaces/_zthun_webigail_http.IZHttpService.html +0 -9
  82. package/dist/interfaces/_zthun_webigail_rest.IZRestfulCreate.html +0 -9
  83. package/dist/interfaces/_zthun_webigail_rest.IZRestfulDelete.html +0 -7
  84. package/dist/interfaces/_zthun_webigail_rest.IZRestfulGet.html +0 -9
  85. package/dist/interfaces/_zthun_webigail_rest.IZRestfulService.html +0 -43
  86. package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpdate.html +0 -10
  87. package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpsert.html +0 -12
  88. package/dist/modules/_zthun_webigail_http.html +0 -56
  89. package/dist/modules/_zthun_webigail_nest.html +0 -16
  90. package/dist/modules/_zthun_webigail_rest.html +0 -19
  91. package/dist/modules/_zthun_webigail_url.html +0 -31
  92. package/dist/types/_zthun_webigail_http.ZHttpCode.html +0 -3
  93. package/dist/types/_zthun_webigail_url.ZMimeType.html +0 -3
  94. package/dist/variables/_zthun_webigail_http.ZHttpCodeClientDescriptions.html +0 -3
  95. package/dist/variables/_zthun_webigail_http.ZHttpCodeClientNames.html +0 -3
  96. package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseDescriptions.html +0 -3
  97. package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseNames.html +0 -3
  98. package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionDescriptions.html +0 -3
  99. package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionNames.html +0 -3
  100. package/dist/variables/_zthun_webigail_http.ZHttpCodeServerDescriptions.html +0 -3
  101. package/dist/variables/_zthun_webigail_http.ZHttpCodeServerNames.html +0 -3
  102. package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessDescriptions.html +0 -3
  103. package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessNames.html +0 -3
  104. package/dist/variables/_zthun_webigail_nest.ZHttpServiceToken.html +0 -3
  105. package/dist/variables/_zthun_webigail_url.ZSupportedMimeTypes.html +0 -3
  106. /package/dist/{webigail.svg → assets/favicon.svg} +0 -0
package/LICENSE CHANGED
@@ -1,21 +1,20 @@
1
- MIT License
1
+ # MIT License
2
2
 
3
- Copyright (c) 2023 Anthony Bonta
3
+ Copyright (c) 2025 Anthony Bonta
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
11
 
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1 @@
1
+ window.hierarchyData = "eJylklFPwjAQx7/LPRdcN9aWvWqCPPii4UVDyNwO11C2pT00key7mzk1QEaE7qlJm/vfr7+7PdiqIgfJi5gGTArJpAyZlIKpIGaK8yUDi2uDGemqdJDsQcRRe5TpFiGB53ui+gntu84QGGx0mUPCQ8VgZw0kkJnUOXQ3q08qduXqA1/1W6rNqCCqx4fF44K2BlhXAAmQy0dt2qi7aBgIwc80fqiyzaDmbcAFANPgAGDe+/UwFr/ddUlo12l2DmB+0ff/UtrHQpvcYtmOK46YEHzZMJDR5NDLIzpa74zHTCw6Gp/U/29FCnlk5af+1mJK13r5JjiJuNaMVJ0VGfZh3aHBgVhdhDeW6MOaIQ1imiH5AineB+S318dQnqsto0kLpoK4D2xR50P3qovw9KV4r69F7dAOm2EX4YXVNF/favX/"
@@ -3,7 +3,7 @@
3
3
  function addIcons() {
4
4
  if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons);
5
5
  const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg"));
6
- svg.innerHTML = `<g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g>`;
6
+ svg.innerHTML = `<g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g>`;
7
7
  svg.style.display = "none";
8
8
  if (location.protocol === "file:") updateUseElements();
9
9
  }
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg"><g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg"><g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g></svg>
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
- window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings."};
3
- "use strict";(()=>{var Pe=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Pe(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i<r.length;i++){var s=r[i],o=e[s];if(Array.isArray(o)){n[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){n[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return n},t.FieldRef=function(e,n,r){this.docRef=e,this.fieldName=n,this._stringValue=r},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var n=e.indexOf(t.FieldRef.joiner);if(n===-1)throw"malformed field ref string";var r=e.slice(0,n),i=e.slice(n+1);return new t.FieldRef(i,r,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var n=0;n<this.length;n++)this.elements[e[n]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var n,r,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(n=this,r=e):(n=e,r=this),i=Object.keys(n.elements);for(var o=0;o<i.length;o++){var a=i[o];a in r.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,n){var r=0;for(var i in e)i!="_index"&&(r+=Object.keys(e[i]).length);var s=(n-r+.5)/(r+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,n){this.str=e||"",this.metadata=n||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(n){return n},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,n){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(n))});for(var r=e.toString().toLowerCase(),i=r.length,s=[],o=0,a=0;o<=i;o++){var l=r.charAt(o),u=o-a;if(l.match(t.tokenizer.separator)||o==i){if(u>0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
4
- `,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r<n;r++){for(var i=this._stack[r],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var l=0;l<a.length;l++)s.push(a[l]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,n){var r=new t.Token(e,n);return this.run([r]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var n=0,r=this.elements.length/2,i=r-n,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(n=s),o>e&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,n){this.upsert(e,n,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,n,r){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=r(this.elements[i+1],n):this.elements.splice(i,0,e,n)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,n=this.elements.length,r=1;r<n;r+=2){var i=this.elements[r];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var n=0,r=this.elements,i=e.elements,s=r.length,o=i.length,a=0,l=0,u=0,d=0;u<s&&d<o;)a=r[u],l=i[d],a<l?u+=2:a>l?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n<this.elements.length;n+=2,r++)e[r]=this.elements[n];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},n={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},r="[^aeiou]",i="[aeiouy]",s=r+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,l="^("+s+")?"+o+s+"("+o+")?$",u="^("+s+")?"+o+s+o+s,d="^("+s+")?"+i,m=new RegExp(a),p=new RegExp(u),b=new RegExp(l),g=new RegExp(d),L=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,y=/^(.+?)eed$/,S=/^(.+?)(ed|ing)$/,w=/.$/,k=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),B=new RegExp("^"+s+i+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,j=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,q=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,V=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,$=/^(.+?)(s|t)(ion)$/,C=/^(.+?)e$/,z=/ll$/,W=new RegExp("^"+s+i+"[^aeiouwxy]$"),H=function(c){var v,P,T,h,x,O,M;if(c.length<3)return c;if(T=c.substr(0,1),T=="y"&&(c=T.toUpperCase()+c.substr(1)),h=L,x=f,h.test(c)?c=c.replace(h,"$1$2"):x.test(c)&&(c=c.replace(x,"$1$2")),h=y,x=S,h.test(c)){var E=h.exec(c);h=m,h.test(E[1])&&(h=w,c=c.replace(h,""))}else if(x.test(c)){var E=x.exec(c);v=E[1],x=g,x.test(v)&&(c=v,x=k,O=_,M=B,x.test(c)?c=c+"e":O.test(c)?(h=w,c=c.replace(h,"")):M.test(c)&&(c=c+"e"))}if(h=A,h.test(c)){var E=h.exec(c);v=E[1],c=v+"i"}if(h=j,h.test(c)){var E=h.exec(c);v=E[1],P=E[2],h=m,h.test(v)&&(c=v+e[P])}if(h=q,h.test(c)){var E=h.exec(c);v=E[1],P=E[2],h=m,h.test(v)&&(c=v+n[P])}if(h=V,x=$,h.test(c)){var E=h.exec(c);v=E[1],h=p,h.test(v)&&(c=v)}else if(x.test(c)){var E=x.exec(c);v=E[1]+E[2],x=p,x.test(v)&&(c=v)}if(h=C,h.test(c)){var E=h.exec(c);v=E[1],h=p,x=b,O=W,(h.test(v)||x.test(v)&&!O.test(v))&&(c=v)}return h=z,x=p,h.test(c)&&x.test(c)&&(h=w,c=c.replace(h,"")),T=="y"&&(c=T.toLowerCase()+c.substr(1)),c};return function(R){return R.update(H)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var n=e.reduce(function(r,i){return r[i]=i,r},{});return function(r){if(r&&n[r.toString()]!==r.toString())return r}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(n){return n.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var n=new t.TokenSet.Builder,r=0,i=e.length;r<i;r++)n.insert(e[r]);return n.finish(),n.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,n){for(var r=new t.TokenSet,i=[{node:r,editsRemaining:n,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")n.edges[o]=n,n.final=a;else{var l=new t.TokenSet;l.final=a,n.edges[o]=l,n=l}}return r},t.TokenSet.prototype.toArray=function(){for(var e=[],n=[{prefix:"",node:this}];n.length;){var r=n.pop(),i=Object.keys(r.node.edges),s=i.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var o=0;o<s;o++){var a=i[o];n.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",n=Object.keys(this.edges).sort(),r=n.length,i=0;i<r;i++){var s=n[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var n=new t.TokenSet,r=void 0,i=[{qNode:e,output:n,node:this}];i.length;){r=i.pop();for(var s=Object.keys(r.qNode.edges),o=s.length,a=Object.keys(r.node.edges),l=a.length,u=0;u<o;u++)for(var d=s[u],m=0;m<l;m++){var p=a[m];if(p==d||d=="*"){var b=r.node.edges[p],g=r.qNode.edges[d],L=b.final&&g.final,f=void 0;p in r.output.edges?(f=r.output.edges[p],f.final=f.final||L):(f=new t.TokenSet,f.final=L,r.output.edges[p]=f),i.push({qNode:g,output:f,node:b})}}}return n},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var n,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)r++;this.minimize(r),this.uncheckedNodes.length==0?n=this.root:n=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=r;i<e.length;i++){var s=new t.TokenSet,o=e[i];n.edges[o]=s,this.uncheckedNodes.push({parent:n,char:o,child:s}),n=s}n.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var n=this.uncheckedNodes.length-1;n>=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l<this.fields.length;l++)i[this.fields[l]]=new t.Vector;e.call(n,n);for(var l=0;l<n.clauses.length;l++){var u=n.clauses[l],d=null,m=t.Set.empty;u.usePipeline?d=this.pipeline.runString(u.term,{fields:u.fields}):d=[u.term];for(var p=0;p<d.length;p++){var b=d[p];u.term=b;var g=t.TokenSet.fromClause(u),L=this.tokenSet.intersect(g).toArray();if(L.length===0&&u.presence===t.Query.presence.REQUIRED){for(var f=0;f<u.fields.length;f++){var y=u.fields[f];o[y]=t.Set.empty}break}for(var S=0;S<L.length;S++)for(var w=L[S],k=this.invertedIndex[w],_=k._index,f=0;f<u.fields.length;f++){var y=u.fields[f],B=k[y],A=Object.keys(B),j=w+"/"+y,q=new t.Set(A);if(u.presence==t.Query.presence.REQUIRED&&(m=m.union(q),o[y]===void 0&&(o[y]=t.Set.complete)),u.presence==t.Query.presence.PROHIBITED){a[y]===void 0&&(a[y]=t.Set.empty),a[y]=a[y].union(q);continue}if(i[y].upsert(_,u.boost,function(Ie,Ce){return Ie+Ce}),!s[j]){for(var V=0;V<A.length;V++){var $=A[V],C=new t.FieldRef($,y),z=B[$],W;(W=r[C])===void 0?r[C]=new t.MatchData(w,y,z):W.add(w,y,z)}s[j]=!0}}}if(u.presence===t.Query.presence.REQUIRED)for(var f=0;f<u.fields.length;f++){var y=u.fields[f];o[y]=o[y].intersect(m)}}for(var H=t.Set.complete,R=t.Set.empty,l=0;l<this.fields.length;l++){var y=this.fields[l];o[y]&&(H=H.intersect(o[y])),a[y]&&(R=R.union(a[y]))}var c=Object.keys(r),v=[],P=Object.create(null);if(n.isNegated()){c=Object.keys(this.fieldVectors);for(var l=0;l<c.length;l++){var C=c[l],T=t.FieldRef.fromString(C);r[C]=new t.MatchData}}for(var l=0;l<c.length;l++){var T=t.FieldRef.fromString(c[l]),h=T.docRef;if(H.contains(h)&&!R.contains(h)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),M;if((M=P[h])!==void 0)M.score+=O,M.matchData.combine(r[T]);else{var E={ref:h,score:O,matchData:r[T]};P[h]=E,v.push(E)}}}return v.sort(function(ke,Qe){return Qe.score-ke.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(r){return[r,this.invertedIndex[r]]},this),n=Object.keys(this.fieldVectors).map(function(r){return[r,this.fieldVectors[r].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:n,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var n={},r={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,l=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var u=0;u<i.length;u++){var d=i[u],m=d[0],p=d[1];r[m]=new t.Vector(p)}for(var u=0;u<o.length;u++){var d=o[u],b=d[0],g=d[1];a.insert(b),s[b]=g}return a.finish(),n.fields=e.fields,n.fieldVectors=r,n.invertedIndex=s,n.tokenSet=a.root,n.pipeline=l,new t.Index(n)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,n){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=n||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,l=a?a(e):e[o],u=this.tokenizer(l,{fields:[o]}),d=this.pipeline.run(u),m=new t.FieldRef(r,o),p=Object.create(null);this.fieldTermFrequencies[m]=p,this.fieldLengths[m]=0,this.fieldLengths[m]+=d.length;for(var b=0;b<d.length;b++){var g=d[b];if(p[g]==null&&(p[g]=0),p[g]+=1,this.invertedIndex[g]==null){var L=Object.create(null);L._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)L[i[f]]=Object.create(null);this.invertedIndex[g]=L}this.invertedIndex[g][o][r]==null&&(this.invertedIndex[g][o][r]=Object.create(null));for(var y=0;y<this.metadataWhitelist.length;y++){var S=this.metadataWhitelist[y],w=g.metadata[S];this.invertedIndex[g][o][r][S]==null&&(this.invertedIndex[g][o][r][S]=[]),this.invertedIndex[g][o][r][S].push(w)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),n=e.length,r={},i={},s=0;s<n;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[o]}for(var l=Object.keys(this._fields),s=0;s<l.length;s++){var u=l[s];r[u]=r[u]/i[u]}this.averageFieldLength=r},t.Builder.prototype.createFieldVectors=function(){for(var e={},n=Object.keys(this.fieldTermFrequencies),r=n.length,i=Object.create(null),s=0;s<r;s++){for(var o=t.FieldRef.fromString(n[s]),a=o.fieldName,l=this.fieldLengths[o],u=new t.Vector,d=this.fieldTermFrequencies[o],m=Object.keys(d),p=m.length,b=this._fields[a].boost||1,g=this._documents[o.docRef].boost||1,L=0;L<p;L++){var f=m[L],y=d[f],S=this.invertedIndex[f]._index,w,k,_;i[f]===void 0?(w=t.idf(this.invertedIndex[f],this.documentCount),i[f]=w):w=i[f],k=w*((this._k1+1)*y)/(this._k1*(1-this._b+this._b*(l/this.averageFieldLength[a]))+y),k*=b,k*=g,_=Math.round(k*1e3)/1e3,u.insert(S,_)}e[o]=u}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var n=Array.prototype.slice.call(arguments,1);n.unshift(this),e.apply(this,n)},t.MatchData=function(e,n,r){for(var i=Object.create(null),s=Object.keys(r||{}),o=0;o<s.length;o++){var a=s[o];i[a]=r[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][n]=i)},t.MatchData.prototype.combine=function(e){for(var n=Object.keys(e.metadata),r=0;r<n.length;r++){var i=n[r],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],l=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var u=0;u<l.length;u++){var d=l[u];this.metadata[i][a][d]==null?this.metadata[i][a][d]=e.metadata[i][a][d]:this.metadata[i][a][d]=this.metadata[i][a][d].concat(e.metadata[i][a][d])}}}},t.MatchData.prototype.add=function(e,n,r){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][n]=r;return}if(!(n in this.metadata[e])){this.metadata[e][n]=r;return}for(var i=Object.keys(r),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][n]?this.metadata[e][n][o]=this.metadata[e][n][o].concat(r[o]):this.metadata[e][n][o]=r[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,n){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(n))},this),this;var r=n||{};return r.term=e.toString(),this.clause(r),this},t.QueryParseError=function(e,n,r){this.name="QueryParseError",this.message=e,this.start=n,this.end=r},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],n=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)r=this.escapeCharPositions[i],e.push(this.str.slice(n,r)),n=r+1;return e.push(this.str.slice(n,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!Ve(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function Ve(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{ce(e,t)}),ce(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),He(t,i,r,e)}function He(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Be(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;o<s.length;o++){let a=s[o],l=r.data.rows[Number(a.ref)],u=1;l.name.toLowerCase().startsWith(i.toLowerCase())&&(u*=1+1/(1+Math.abs(l.name.length-i.length))),a.score*=u}if(s.length===0){let o=document.createElement("li");o.classList.add("no-results");let a=document.createElement("span");a.textContent="No results found",o.appendChild(a),e.appendChild(o)}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let l=r.data.rows[Number(s[o].ref)],u=`<svg width="20" height="20" viewBox="0 0 24 24" fill="none" class="tsd-kind-icon"><use href="#icon-${l.kind}"></use></svg>`,d=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=`<span class="parent">
5
- ${he(l.parent,i)}.</span>${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Be(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),te(e)}}function he(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ee(t.substring(s,o)),`<b>${ee(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var je={"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#039;",'"':"&quot;"};function ee(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",N="mouseup",J={x:0,y:0},me=!1,ne=!1,qe=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(qe=!0,F="touchstart",ye="touchmove",N="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(N,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
6
- `,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='<svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=`<svg width="20" height="20" viewBox="0 0 24 24" fill="none" class="tsd-kind-icon"><use href="#icon-${t.kind}"></use></svg>`),r.appendChild(document.createElement("span")).textContent=t.text}else{let r=e.appendChild(document.createElement("span"));r.innerHTML='<svg width="20" height="20" viewBox="0 0 24 24" fill="none" class="tsd-kind-icon"><use href="#icon-folder"></use></svg>',r.appendChild(document.createElement("span")).textContent=t.text}}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})();
2
+ window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings.","hierarchy_expand":"Expand","hierarchy_collapse":"Collapse"};
3
+ "use strict";(()=>{var De=Object.create;var le=Object.defineProperty;var Fe=Object.getOwnPropertyDescriptor;var Ne=Object.getOwnPropertyNames;var Ve=Object.getPrototypeOf,Be=Object.prototype.hasOwnProperty;var qe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var je=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ne(e))!Be.call(t,i)&&i!==n&&le(t,i,{get:()=>e[i],enumerable:!(r=Fe(e,i))||r.enumerable});return t};var $e=(t,e,n)=>(n=t!=null?De(Ve(t)):{},je(e||!t||!t.__esModule?le(n,"default",{value:t,enumerable:!0}):n,t));var pe=qe((de,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i<r.length;i++){var s=r[i],o=e[s];if(Array.isArray(o)){n[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){n[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return n},t.FieldRef=function(e,n,r){this.docRef=e,this.fieldName=n,this._stringValue=r},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var n=e.indexOf(t.FieldRef.joiner);if(n===-1)throw"malformed field ref string";var r=e.slice(0,n),i=e.slice(n+1);return new t.FieldRef(i,r,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var n=0;n<this.length;n++)this.elements[e[n]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var n,r,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(n=this,r=e):(n=e,r=this),i=Object.keys(n.elements);for(var o=0;o<i.length;o++){var a=i[o];a in r.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,n){var r=0;for(var i in e)i!="_index"&&(r+=Object.keys(e[i]).length);var s=(n-r+.5)/(r+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,n){this.str=e||"",this.metadata=n||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(n){return n},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,n){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(n))});for(var r=e.toString().toLowerCase(),i=r.length,s=[],o=0,a=0;o<=i;o++){var l=r.charAt(o),c=o-a;if(l.match(t.tokenizer.separator)||o==i){if(c>0){var d=t.utils.clone(n)||{};d.position=[a,c],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
4
+ `,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r<n;r++){for(var i=this._stack[r],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var l=0;l<a.length;l++)s.push(a[l]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,n){var r=new t.Token(e,n);return this.run([r]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var n=0,r=this.elements.length/2,i=r-n,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(n=s),o>e&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,n){this.upsert(e,n,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,n,r){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=r(this.elements[i+1],n):this.elements.splice(i,0,e,n)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,n=this.elements.length,r=1;r<n;r+=2){var i=this.elements[r];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var n=0,r=this.elements,i=e.elements,s=r.length,o=i.length,a=0,l=0,c=0,d=0;c<s&&d<o;)a=r[c],l=i[d],a<l?c+=2:a>l?d+=2:a==l&&(n+=r[c+1]*i[d+1],c+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n<this.elements.length;n+=2,r++)e[r]=this.elements[n];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},n={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},r="[^aeiou]",i="[aeiouy]",s=r+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,l="^("+s+")?"+o+s+"("+o+")?$",c="^("+s+")?"+o+s+o+s,d="^("+s+")?"+i,m=new RegExp(a),p=new RegExp(c),b=new RegExp(l),v=new RegExp(d),L=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,y=/^(.+?)eed$/,S=/^(.+?)(ed|ing)$/,w=/.$/,k=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),q=new RegExp("^"+s+i+"[^aeiouwxy]$"),F=/^(.+?[^aeiou])y$/,j=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,$=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,N=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,z=/^(.+?)(s|t)(ion)$/,Q=/^(.+?)e$/,W=/ll$/,U=new RegExp("^"+s+i+"[^aeiouwxy]$"),V=function(u){var g,P,T,h,x,O,R;if(u.length<3)return u;if(T=u.substr(0,1),T=="y"&&(u=T.toUpperCase()+u.substr(1)),h=L,x=f,h.test(u)?u=u.replace(h,"$1$2"):x.test(u)&&(u=u.replace(x,"$1$2")),h=y,x=S,h.test(u)){var E=h.exec(u);h=m,h.test(E[1])&&(h=w,u=u.replace(h,""))}else if(x.test(u)){var E=x.exec(u);g=E[1],x=v,x.test(g)&&(u=g,x=k,O=_,R=q,x.test(u)?u=u+"e":O.test(u)?(h=w,u=u.replace(h,"")):R.test(u)&&(u=u+"e"))}if(h=F,h.test(u)){var E=h.exec(u);g=E[1],u=g+"i"}if(h=j,h.test(u)){var E=h.exec(u);g=E[1],P=E[2],h=m,h.test(g)&&(u=g+e[P])}if(h=$,h.test(u)){var E=h.exec(u);g=E[1],P=E[2],h=m,h.test(g)&&(u=g+n[P])}if(h=N,x=z,h.test(u)){var E=h.exec(u);g=E[1],h=p,h.test(g)&&(u=g)}else if(x.test(u)){var E=x.exec(u);g=E[1]+E[2],x=p,x.test(g)&&(u=g)}if(h=Q,h.test(u)){var E=h.exec(u);g=E[1],h=p,x=b,O=U,(h.test(g)||x.test(g)&&!O.test(g))&&(u=g)}return h=W,x=p,h.test(u)&&x.test(u)&&(h=w,u=u.replace(h,"")),T=="y"&&(u=T.toLowerCase()+u.substr(1)),u};return function(M){return M.update(V)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var n=e.reduce(function(r,i){return r[i]=i,r},{});return function(r){if(r&&n[r.toString()]!==r.toString())return r}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(n){return n.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var n=new t.TokenSet.Builder,r=0,i=e.length;r<i;r++)n.insert(e[r]);return n.finish(),n.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,n){for(var r=new t.TokenSet,i=[{node:r,editsRemaining:n,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}s.str.length==1&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")n.edges[o]=n,n.final=a;else{var l=new t.TokenSet;l.final=a,n.edges[o]=l,n=l}}return r},t.TokenSet.prototype.toArray=function(){for(var e=[],n=[{prefix:"",node:this}];n.length;){var r=n.pop(),i=Object.keys(r.node.edges),s=i.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var o=0;o<s;o++){var a=i[o];n.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",n=Object.keys(this.edges).sort(),r=n.length,i=0;i<r;i++){var s=n[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var n=new t.TokenSet,r=void 0,i=[{qNode:e,output:n,node:this}];i.length;){r=i.pop();for(var s=Object.keys(r.qNode.edges),o=s.length,a=Object.keys(r.node.edges),l=a.length,c=0;c<o;c++)for(var d=s[c],m=0;m<l;m++){var p=a[m];if(p==d||d=="*"){var b=r.node.edges[p],v=r.qNode.edges[d],L=b.final&&v.final,f=void 0;p in r.output.edges?(f=r.output.edges[p],f.final=f.final||L):(f=new t.TokenSet,f.final=L,r.output.edges[p]=f),i.push({qNode:v,output:f,node:b})}}}return n},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var n,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)r++;this.minimize(r),this.uncheckedNodes.length==0?n=this.root:n=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=r;i<e.length;i++){var s=new t.TokenSet,o=e[i];n.edges[o]=s,this.uncheckedNodes.push({parent:n,char:o,child:s}),n=s}n.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var n=this.uncheckedNodes.length-1;n>=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l<this.fields.length;l++)i[this.fields[l]]=new t.Vector;e.call(n,n);for(var l=0;l<n.clauses.length;l++){var c=n.clauses[l],d=null,m=t.Set.empty;c.usePipeline?d=this.pipeline.runString(c.term,{fields:c.fields}):d=[c.term];for(var p=0;p<d.length;p++){var b=d[p];c.term=b;var v=t.TokenSet.fromClause(c),L=this.tokenSet.intersect(v).toArray();if(L.length===0&&c.presence===t.Query.presence.REQUIRED){for(var f=0;f<c.fields.length;f++){var y=c.fields[f];o[y]=t.Set.empty}break}for(var S=0;S<L.length;S++)for(var w=L[S],k=this.invertedIndex[w],_=k._index,f=0;f<c.fields.length;f++){var y=c.fields[f],q=k[y],F=Object.keys(q),j=w+"/"+y,$=new t.Set(F);if(c.presence==t.Query.presence.REQUIRED&&(m=m.union($),o[y]===void 0&&(o[y]=t.Set.complete)),c.presence==t.Query.presence.PROHIBITED){a[y]===void 0&&(a[y]=t.Set.empty),a[y]=a[y].union($);continue}if(i[y].upsert(_,c.boost,function(He,Ae){return He+Ae}),!s[j]){for(var N=0;N<F.length;N++){var z=F[N],Q=new t.FieldRef(z,y),W=q[z],U;(U=r[Q])===void 0?r[Q]=new t.MatchData(w,y,W):U.add(w,y,W)}s[j]=!0}}}if(c.presence===t.Query.presence.REQUIRED)for(var f=0;f<c.fields.length;f++){var y=c.fields[f];o[y]=o[y].intersect(m)}}for(var V=t.Set.complete,M=t.Set.empty,l=0;l<this.fields.length;l++){var y=this.fields[l];o[y]&&(V=V.intersect(o[y])),a[y]&&(M=M.union(a[y]))}var u=Object.keys(r),g=[],P=Object.create(null);if(n.isNegated()){u=Object.keys(this.fieldVectors);for(var l=0;l<u.length;l++){var Q=u[l],T=t.FieldRef.fromString(Q);r[Q]=new t.MatchData}}for(var l=0;l<u.length;l++){var T=t.FieldRef.fromString(u[l]),h=T.docRef;if(V.contains(h)&&!M.contains(h)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),R;if((R=P[h])!==void 0)R.score+=O,R.matchData.combine(r[T]);else{var E={ref:h,score:O,matchData:r[T]};P[h]=E,g.push(E)}}}return g.sort(function(Me,Re){return Re.score-Me.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(r){return[r,this.invertedIndex[r]]},this),n=Object.keys(this.fieldVectors).map(function(r){return[r,this.fieldVectors[r].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:n,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var n={},r={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,l=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var c=0;c<i.length;c++){var d=i[c],m=d[0],p=d[1];r[m]=new t.Vector(p)}for(var c=0;c<o.length;c++){var d=o[c],b=d[0],v=d[1];a.insert(b),s[b]=v}return a.finish(),n.fields=e.fields,n.fieldVectors=r,n.invertedIndex=s,n.tokenSet=a.root,n.pipeline=l,new t.Index(n)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,n){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=n||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,l=a?a(e):e[o],c=this.tokenizer(l,{fields:[o]}),d=this.pipeline.run(c),m=new t.FieldRef(r,o),p=Object.create(null);this.fieldTermFrequencies[m]=p,this.fieldLengths[m]=0,this.fieldLengths[m]+=d.length;for(var b=0;b<d.length;b++){var v=d[b];if(p[v]==null&&(p[v]=0),p[v]+=1,this.invertedIndex[v]==null){var L=Object.create(null);L._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)L[i[f]]=Object.create(null);this.invertedIndex[v]=L}this.invertedIndex[v][o][r]==null&&(this.invertedIndex[v][o][r]=Object.create(null));for(var y=0;y<this.metadataWhitelist.length;y++){var S=this.metadataWhitelist[y],w=v.metadata[S];this.invertedIndex[v][o][r][S]==null&&(this.invertedIndex[v][o][r][S]=[]),this.invertedIndex[v][o][r][S].push(w)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),n=e.length,r={},i={},s=0;s<n;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[o]}for(var l=Object.keys(this._fields),s=0;s<l.length;s++){var c=l[s];r[c]=r[c]/i[c]}this.averageFieldLength=r},t.Builder.prototype.createFieldVectors=function(){for(var e={},n=Object.keys(this.fieldTermFrequencies),r=n.length,i=Object.create(null),s=0;s<r;s++){for(var o=t.FieldRef.fromString(n[s]),a=o.fieldName,l=this.fieldLengths[o],c=new t.Vector,d=this.fieldTermFrequencies[o],m=Object.keys(d),p=m.length,b=this._fields[a].boost||1,v=this._documents[o.docRef].boost||1,L=0;L<p;L++){var f=m[L],y=d[f],S=this.invertedIndex[f]._index,w,k,_;i[f]===void 0?(w=t.idf(this.invertedIndex[f],this.documentCount),i[f]=w):w=i[f],k=w*((this._k1+1)*y)/(this._k1*(1-this._b+this._b*(l/this.averageFieldLength[a]))+y),k*=b,k*=v,_=Math.round(k*1e3)/1e3,c.insert(S,_)}e[o]=c}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var n=Array.prototype.slice.call(arguments,1);n.unshift(this),e.apply(this,n)},t.MatchData=function(e,n,r){for(var i=Object.create(null),s=Object.keys(r||{}),o=0;o<s.length;o++){var a=s[o];i[a]=r[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][n]=i)},t.MatchData.prototype.combine=function(e){for(var n=Object.keys(e.metadata),r=0;r<n.length;r++){var i=n[r],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],l=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var c=0;c<l.length;c++){var d=l[c];this.metadata[i][a][d]==null?this.metadata[i][a][d]=e.metadata[i][a][d]:this.metadata[i][a][d]=this.metadata[i][a][d].concat(e.metadata[i][a][d])}}}},t.MatchData.prototype.add=function(e,n,r){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][n]=r;return}if(!(n in this.metadata[e])){this.metadata[e][n]=r;return}for(var i=Object.keys(r),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][n]?this.metadata[e][n][o]=this.metadata[e][n][o].concat(r[o]):this.metadata[e][n][o]=r[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,n){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(n))},this),this;var r=n||{};return r.term=e.toString(),this.clause(r),this},t.QueryParseError=function(e,n,r){this.name="QueryParseError",this.message=e,this.start=n,this.end=r},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],n=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)r=this.escapeCharPositions[i],e.push(this.str.slice(n,r)),n=r+1;return e.push(this.str.slice(n,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof de=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});window.translations||={copy:"Copy",copied:"Copied!",normally_hidden:"This member is normally hidden due to your filter settings.",hierarchy_expand:"Expand",hierarchy_collapse:"Collapse"};var ce=[];function G(t,e){ce.push({selector:e,constructor:t})}var J=class{alwaysVisibleMember=null;constructor(){this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){ce.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!ze(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function ze(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var ue=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var ge=$e(pe(),1);async function H(t){let e=Uint8Array.from(atob(t),s=>s.charCodeAt(0)),r=new Blob([e]).stream().pipeThrough(new DecompressionStream("deflate")),i=await new Response(r).text();return JSON.parse(i)}async function fe(t,e){if(!window.searchData)return;let n=await H(window.searchData);t.data=n,t.index=ge.Index.load(n.index),e.classList.remove("loading"),e.classList.add("ready")}function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:document.documentElement.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{fe(e,t)}),fe(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{re(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),We(t,i,r,e)}function We(t,e,n,r){n.addEventListener("input",ue(()=>{Ue(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Je(e,t):i.key=="ArrowUp"?(me(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(me(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),re(t))})}function re(t){t.classList.remove("has-focus")}function Ue(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;o<s.length;o++){let a=s[o],l=r.data.rows[Number(a.ref)],c=1;l.name.toLowerCase().startsWith(i.toLowerCase())&&(c*=1+1/(1+Math.abs(l.name.length-i.length))),a.score*=c}if(s.length===0){let o=document.createElement("li");o.classList.add("no-results");let a=document.createElement("span");a.textContent="No results found",o.appendChild(a),e.appendChild(o)}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let l=r.data.rows[Number(s[o].ref)],c=`<svg width="20" height="20" viewBox="0 0 24 24" fill="none" class="tsd-kind-icon"><use href="#icon-${l.kind}"></use></svg>`,d=ye(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=`<span class="parent">
5
+ ${ye(l.parent,i)}.</span>${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=c+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function me(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Je(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),re(e)}}function ye(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ne(t.substring(s,o)),`<b>${ne(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(ne(t.substring(s))),i.join("")}var Ge={"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#039;",'"':"&quot;"};function ne(t){return t.replace(/[&<>"'"]/g,e=>Ge[e])}var I=class{el;app;constructor(e){this.el=e.el,this.app=e.app}};var A="mousedown",Ee="mousemove",B="mouseup",X={x:0,y:0},xe=!1,ie=!1,Xe=!1,D=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Xe=!0,A="touchstart",Ee="touchmove",B="touchend");document.addEventListener(A,t=>{ie=!0,D=!1;let e=A=="touchstart"?t.targetTouches[0]:t;X.y=e.pageY||0,X.x=e.pageX||0});document.addEventListener(Ee,t=>{if(ie&&!D){let e=A=="touchstart"?t.targetTouches[0]:t,n=X.x-(e.pageX||0),r=X.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var Y=class extends I{active;className;constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(A,n=>this.onDocumentPointerDown(n)),document.addEventListener(B,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var se;try{se=localStorage}catch{se={getItem(){return null},setItem(){}}}var C=se;var be=document.head.appendChild(document.createElement("style"));be.dataset.for="filters";var Z=class extends I{key;value;constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),be.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
6
+ `,this.app.updateIndexVisibility()}fromLocalStorage(){let e=C.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){C.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var oe=new Map,ae=class{open;accordions=[];key;constructor(e,n){this.key=e,this.open=n}add(e){this.accordions.push(e),e.open=this.open,e.addEventListener("toggle",()=>{this.toggle(e.open)})}toggle(e){for(let n of this.accordions)n.open=e;C.setItem(this.key,e.toString())}},K=class extends I{constructor(e){super(e);let n=this.el.querySelector("summary"),r=n.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)});let i=`tsd-accordion-${n.dataset.key??n.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`,s;if(oe.has(i))s=oe.get(i);else{let o=C.getItem(i),a=o?o==="true":this.el.open;s=new ae(i,a),oe.set(i,s)}s.add(this.el)}};function Se(t){let e=C.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{C.setItem("tsd-theme",t.value),we(t.value)})}function we(t){document.documentElement.dataset.theme=t}var ee;function Ce(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Te),Te())}async function Te(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let e=await H(window.navigationData);ee=document.documentElement.dataset.base,ee.endsWith("/")||(ee+="/"),t.innerHTML="";for(let n of e)Ie(n,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Ie(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='<svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>',ke(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let c of t.children)Ie(c,l,i)}else ke(t,r,t.class)}function ke(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=ee+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=`<svg width="20" height="20" viewBox="0 0 24 24" fill="none" class="tsd-kind-icon"><use href="#icon-${t.kind}"></use></svg>`),r.appendChild(document.createElement("span")).textContent=t.text}else{let r=e.appendChild(document.createElement("span"));r.innerHTML='<svg width="20" height="20" viewBox="0 0 24 24" fill="none" class="tsd-kind-icon"><use href="#icon-folder"></use></svg>',r.appendChild(document.createElement("span")).textContent=t.text}}var te=document.documentElement.dataset.base;te.endsWith("/")||(te+="/");function Pe(){document.querySelector(".tsd-full-hierarchy")?Ye():document.querySelector(".tsd-hierarchy")&&Ze()}function Ye(){document.addEventListener("click",r=>{let i=r.target;for(;i.parentElement&&i.parentElement.tagName!="LI";)i=i.parentElement;i.dataset.dropdown&&(i.dataset.dropdown=String(i.dataset.dropdown!=="true"))});let t=new Map,e=new Set;for(let r of document.querySelectorAll(".tsd-full-hierarchy [data-refl]")){let i=r.querySelector("ul");t.has(r.dataset.refl)?e.add(r.dataset.refl):i&&t.set(r.dataset.refl,i)}for(let r of e)n(r);function n(r){let i=t.get(r).cloneNode(!0);i.querySelectorAll("[id]").forEach(s=>{s.removeAttribute("id")}),i.querySelectorAll("[data-dropdown]").forEach(s=>{s.dataset.dropdown="false"});for(let s of document.querySelectorAll(`[data-refl="${r}"]`)){let o=tt(),a=s.querySelector("ul");s.insertBefore(o,a),o.dataset.dropdown=String(!!a),a||s.appendChild(i.cloneNode(!0))}}}function Ze(){let t=document.getElementById("tsd-hierarchy-script");t&&(t.addEventListener("load",Qe),Qe())}async function Qe(){let t=document.querySelector(".tsd-panel.tsd-hierarchy:has(h4 a)");if(!t||!window.hierarchyData)return;let e=+t.dataset.refl,n=await H(window.hierarchyData),r=t.querySelector("ul"),i=document.createElement("ul");if(i.classList.add("tsd-hierarchy"),Ke(i,n,e),r.querySelectorAll("li").length==i.querySelectorAll("li").length)return;let s=document.createElement("span");s.classList.add("tsd-hierarchy-toggle"),s.textContent=window.translations.hierarchy_expand,t.querySelector("h4 a")?.insertAdjacentElement("afterend",s),s.insertAdjacentText("beforebegin",", "),s.addEventListener("click",()=>{s.textContent===window.translations.hierarchy_expand?(r.insertAdjacentElement("afterend",i),r.remove(),s.textContent=window.translations.hierarchy_collapse):(i.insertAdjacentElement("afterend",r),i.remove(),s.textContent=window.translations.hierarchy_expand)})}function Ke(t,e,n){let r=e.roots.filter(i=>et(e,i,n));for(let i of r)t.appendChild(Oe(e,i,n))}function Oe(t,e,n,r=new Set){if(r.has(e))return;r.add(e);let i=t.reflections[e],s=document.createElement("li");if(s.classList.add("tsd-hierarchy-item"),e===n){let o=s.appendChild(document.createElement("span"));o.textContent=i.name,o.classList.add("tsd-hierarchy-target")}else{for(let a of i.uniqueNameParents||[]){let l=t.reflections[a],c=s.appendChild(document.createElement("a"));c.textContent=l.name,c.href=te+l.url,c.className=l.class+" tsd-signature-type",s.append(document.createTextNode("."))}let o=s.appendChild(document.createElement("a"));o.textContent=t.reflections[e].name,o.href=te+i.url,o.className=i.class+" tsd-signature-type"}if(i.children){let o=s.appendChild(document.createElement("ul"));o.classList.add("tsd-hierarchy");for(let a of i.children){let l=Oe(t,a,n,r);l&&o.appendChild(l)}}return r.delete(e),s}function et(t,e,n){if(e===n)return!0;let r=new Set,i=[t.reflections[e]];for(;i.length;){let s=i.pop();if(!r.has(s)){r.add(s);for(let o of s.children||[]){if(o===n)return!0;i.push(t.reflections[o])}}}return!1}function tt(){let t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t.setAttribute("width","20"),t.setAttribute("height","20"),t.setAttribute("viewBox","0 0 24 24"),t.setAttribute("fill","none"),t.innerHTML='<use href="#icon-chevronDown"></use>',t}G(Y,"a[data-toggle]");G(K,".tsd-accordion");G(Z,".tsd-filter-item input[type=checkbox]");var _e=document.getElementById("tsd-theme");_e&&Se(_e);var nt=new J;Object.defineProperty(window,"app",{value:nt});ve();Ce();Pe();})();
7
7
  /*! Bundled license information:
8
8
 
9
9
  lunr/lunr.js:
@@ -1 +1 @@
1
- window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA6WYS3PaMBRG/4vX9JG0SVtWTWAmZUEXhCzaTCYj7AtoIkuuHmlpJ/+9IztgGcvylVky6DvHvrakK9//SzT80ck4+fpXbw1PRkm6pSyTwJPx/eHP37CiG0LZm63WRTJKCqK3yTjJRWYYqHePZfZxP+rRjnq71TlLRskT5VkyPvdzf37TupiIDCZEw0bIXc0GbvIOcivVdH1+GXkEjALXkfgyg4DP+FrInGgqOGELUIXgCuJcXgRCvYCMSkhtLk7oBBGaW5DPIOMMVQYFfwZJdeTD36cwApOmoFQkvwr14OegtyLDk6vxPdAF/DKg9LWhLHOrnjKiVNd88ySbmrNzj0gZNszjBHs19k2gKcQIXiNY9FykTwPwNhZSzNyi1nzKNcg1SbsUjdjRQnhx6eHbYsbjbaqf3io+Du99AE3+YarUbL0rgnW3o4+Q7798Ors4716zp6BSSQu7UDkz+JlISladm0+A0dR/CJi/kxwGK8swxuVd+U+76V7k4OsaWJJuFuZKnK3qtLp0gCKvYWANjgkYa7WFnnbTbQbePPBWnTDKVe20J95mGxLhHnqjTjpgW0uRTwTXwPVyVzjL5drw8oXo8BzlmobLj45hA7q7le6xeLI4k1PrITInjvPZMg8R2RzO0O5E8RZ/P9owUXUtst2MU40W1JEAV4tobh1pcR8c8uHgxxsNUNfBj7f7ncDBb15S+tu2kuoksE3hUjwBx0zqWuAmWxPaWxiJKoxEF2YBSq8NQ7fMJfkoFW5pX8dOJBCNawtLx1Ew3Hi+Dp0Cg0GOKohy3ACudW4KbqCnde56DmgDooE+jL0rsmHPogoiHQrkkFJVwbbDOx2MZP2zwUiGmwxzmoPd+a6KgtGUYL5yWLYvFzhy70fPcrLp/WzT4JcJBHlpf8eAbSDA/SHM0qzgqqAoaj08wJwSTe4kQ38MKMnNUHBhjmbjuLP9NdgzBurttvBGKjx94tEI7OFB9x2dG29F78n51hSFkBqyfQLV05aOdtSz/z28PPwHjJWcAjIWAAA="
1
+ window.navigationData = "eJylmM1y2jAURt/Fa/qTtElbVk1gJmVBF4Qs2kwmo9gX0CBLriylpZ28e0d2wBKW5SuzZNB3jn1tSVe+/5co+KOScfL1r9ponoySdENZJoEn4/vDn7/hia4JZW82ShXJKCmI2iTjJBeZZlC+e6yyj86otxuVs2SUbCnPkvG5n/vzm1LFRGQwIQrWQu4aNnCdd5BbKdf1+WXkETAKXEXiqwwCPuMrIXOiqOCELaAsBC8hzuVFINQLyKiE1OTihFYQobkF+QwyzlBnUPBnkFRFPvx9CiPQaQplGcmvQz34OaiNyPDkenwPdAG/NJTqWlOW2VVPGSnLrvnmSbqas3OPqNRsmMcK9mrMm0BTiBG8RrDouUi3A/AmFlLM7KI2fMoVyBVJuxRO7GghvLj08E0x4/Em1U9vFR+H9z4Al3+YKg1b7Ypg3c3oI+T7L5/OLs671+wplKmkhVmorBn8TCQlT52bT4Dh6j8EzN9JDoOVVRjj8q78p910L3LwdQ0sSTcLcyXWVnVaXTpAkdcwsAbHBIy13kJPu+k2A28eeKtWGOWqd9oTb7MNiXAPvVErHbCtpMgngivgarkrrOVypXn1QnR4jnKu4fKjZViD6m6leyyeLM5k1XqIzIrjfKbMQ0QmhzO0O1G8xd+POiZaXotsN+NUoQVNJMBVIprbRFrcB4t8CHGnAeo6+PF2vxM4+M0rSn/bVlGtBLYpXIotcMykbgR2sjWhvYWRqMJIdGEWUKqVZuiWuSIfpcIt7evYiQSicG1h5TgKhhvP16FTYDDIUQdRjhvAtc6u4AZ6Wueu54A2IBrow9i7Ihv2LOog0lGCHFKqOth2eKeDlqx/NmjJcJNhTnMwO99VUTCaEsxXDsP25QJH7v3oWU7WvZ9tHH6VQJCX5ncM2AQC3B9CL/UTXBUURW2GB5hTosidZOiPARXZDQUX5mg2jjvbX4M5Y6DebgN3UuHpE49GYA8Puu/o7LwVvSfnW10UQirI9glUT1s52lHP/vfw8vAfsOzzoQ=="
@@ -1 +1 @@
1
- window.searchData = "data:application/octet-stream;base64,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";
1
+ window.searchData = "eJzNXdty3DiS/Zfyq8ZTCd79tD199Wzb7bDdPbuj6JigqiCJYxbB4UWy7Oh/3wBAViXAZAm81M68uVvC0SF4kEjkSZJfN5V4rDevrr9uPmXFfvOKXW2K9MA3rzb/9aW5b4s/P/Kb7C7N8j/dN025udq0Vb55tTmIfZvz+s//UL/0D+OXXt43h3xztdnlaV3zevNqs/njqsePj/h//6lpym/Fnn+bNvxOVE9HcF60hxHowSDij11tyrTiRTN2DScyEB7ZfJtncshsCi92PYA7kyEUze11cSuqQ9pkokjz97wuRVHzBVQzjFed8NZn/p7vs4rv5F9awLcyUNZn+YFXD7xaQLDuAS7Ard3teF0vIXdEWIkdtYRnrB41ZK3l+5d0/57/q+X1bBIvbtJ9dYSYNVV6EujwIorbPNvNZ7c7AazN7fvPJd81Khz8kGY5388myU9Itz3S2mw1xe94yYs9L3YTdw1EVjPcY6DVuYrqJtvv+cTgh0kihLXZ/SiKibsIInanB6/N6fXhm488LcX8hZId0qZHWJvdz7y4a+5loMmqBcskVzDVCWZ1nmL3aQm/fvjavN7w5l7s34rmmzwXjwsYHhRQIZr0CLQ616zWWQdfvLMcTlCX22HkrO52vGzSm3z+spZTilEuwPIH0Rbz73whmtsOYG1u79KnXKT7j0L8nFZ38+ew1DiNEHmHcwGmB140iwNRqXEuGIneVXwnin22QnJRIqiLZReY7/LpRWAXnWPx+embtrnnRZPt0pWoi89PqYF5wSt4nxZ3/K1oPqRNVt9miyJYJbEK0dQG1uqMdRz/iad7Xv2Q8XxfL44b3d5wrzBvFeYFY0h3BR+zAxft/L2tI90cYdbm+VGIN2nx1NGdeBBGRBshDmnxVJ1w1mb6ayEXjKiyLwsWXmuCXIDjQ5rlclX8IKqf+Z0sKKW1KOZPbHuCvBVVLiGrI+T6/N9VQpYz5J/7vmiyZv4BsC3KExbvsdZnXLdlKaqG79/wfZZ+fCrnh4j2BHaQYI0GW51zeVele754F2k1zgV3jl/fv5ZxVxR380lWmQyzGmIVfkSBbHkJl0RYrfotiiYr2rUYyWpVjzdnRunZootXaZU//ZQVE3eGM9y5RLzvEC/Mvgtm2UT5nmFfYsQLs//wmDW7+6y4e1eJRuxEvto9qHvkEiFf4mqIpTrXs0Dj1lqW04/KNokXSw7LeCboGol44Pt3vDqkBS+afNpWPKB6kGilgXYZ1m3eZGXOv70X2Y5P0+yQdAe2O4JdhPNb0bwR++w2m7gbD/gWojmcgC7C9SiI/jeXMT4qojrBXYT3B85/ae4nGoEDujXnokO5DEsVGtWZfyFRBVR2QBfh+pEfSlGl1dM6Smh6uEsr4dearzDBbc3Xn11iw5phX+shK5qvP6YNf0ynTRgiIc3XuyPEnNnqJoE2ujTynFIH5tgRXFbqOMdT/s5vvKozUchiWH/Sm01Y/uRB48mCGMJbm/nrom5vb7OdPAh9aESVTiyDYdYZwqqPWOszbnhVpLn+ne+rSsxeQS+yDku3gfAOa23GPwtRfscbZSPNppoLUe5PIGtzfMubR1F9WqEYjUkXGnXVcvTZqxDN958b2RawgLNo+AnjAgxfH8qcS/dmGcnMgFmbp/xZtuOo6jiba62hWgNqbb6/pVWWFs03eS3e8jvRZGkz8YCAKT9otDSvRYHRVmFNJgIPvJpaEe0HrZUMzAmliMGLZeGzm4DRNsoFxDI9fH1ec1r8TGrLWvzOs/tbWhVT61Mmu8cjwkrsKOnPmUM9Zi3h6+6LqdEYcXiRnhBmzVQ3BzQ7acrsn97zOTmlQVIDVXxZMnmO67cVTxdx3B0BVuf2+s2v9RJq2aGtL8NMlbU+NGnTzl8GupxV9yCrc3wrpNMwtVXYYFiI3RHiAvyKb7T9KrtYH3D5eAnj3tPVoJkBuvo1/PLf86mKT5dg9C6tmizNF9/6UuNc8P6/5zVvFvOsJMraLK1NT7dSOnPUv77WVvcdz3njnsqjP/5i3w+dOivdBdMFHu5+tzCZOz7n/pxjIhuCZlG51wPX5PJLKUOM+2aA6Yjj2DUZvUub3f0sPmU3clU2YkJPr0FGzOrgPctlQl3SoDKrEDlkwqzw0rVb/aXN8j2qLXd/6Aw5c+CigBPA6WHEnSjqpmp3jVhI5oWJNHXmrHlBM7hl/pHt3oyP84jOjpRuHO9QzJxHcF70dGN3j+PoPHozI6obP2HF1nkU50dZN5alEW/ncZwbeR0Z4hg8k+C8aOzIr11Mb1aEHmXHtv4pVN/IHy/k12NchuFOlE+LA3Y5xxR046ebrVeINLMM/ykcl8aaE8plWDaWuzqP5Xxz1Y2l5LaMoUa4DLt9W+bS3lqcOiCc9eLiMEes23xWiojG/dszRJvL4gQRT8pqcXvAcn7YduC3T5t0Gb0O4SLs5sTDAcEl4dCBY23WYWdRnF2GHWM4WMGdPTuBZjfi37xqMYuF67WfgpH7eHpedxa3+Y/7DnmN3b03YvdpOj856j/jLh6ZrHMn1XSsfTdPHBff0XP86kln8gG3etaBfIRXgDwvnBgcCaqup9t0N8bRGLWs8oxPZDdi/7SAw4tu/IRZMi//TMECb0ozmM3akpzIHUyzYAa3I8La1Oxjwwxus84MTuTwaWEGsclHhTFS1GKUW/xkcnLQekvRSBMnU5iRIxrXvvJCPPFatA7PUbOSwunM5mSEI8SGkrKTQTd6aySEZ/fo6TTm7dGvR9Iutk0iCJiZekmL9shQPoT7nD+8aH484q/rh06/4/WuyqxatGo7vBl9O+MZiAuxfJse+Fx6auzqvMjHAhdN5rOI/z/XMG+qx6FWZ42ealk03yM4l+Q7b25tgNUZ6s7gRZM5hLgQy3lTiMauz0s32iybviHGpXjOnEA0eBGz8JTM3Fbi0HVKGa+0uG0LJfYRTtawtdjc8ea4b9ivE36GETH0AqyQOGYQQ6MvwE3qYgYpOewCbAZPMbgzWuVZBsQqq/8i9k+vi6xxJXMasRaHRkzlcBqxLCs/UrB/scD5+dibwAu66nOmnvlGIT1bAFPAaMC0iyzMk/XcKiZJYlYB00Y6sw90h5OP4hN6o+z4HnBCxgMXTde4JioXTVSTNPGe181tm7uaFArcGjTtYqt1tDFKZJY+KLTxbou2eL6CfI5fO6FjeRIz9UTGEmo9wPrcHLv1xrlN7NSbwo0X+1Jki24qglifn0sX4Ti1KR2EU1hVvKky/rDkniKI9fm15X7ZajgCXIJbzaslN/UIsA43o07Z/dq3ZjQ5UyJU6Na4RZvCuag2h8eswGZPxDPTZT2u4UxTj1tvuvbLecyKtfZEPDNd+GkSZ44/8onZ9rmJulvCYHpUNa78mcmZ4BKY2GtkZKssvufSiqbe/ymr/5QV9/IsqZ7VdJy+aXnGPMKE/i9GeJYMz27wF6Nq7ajz2BK76gUJG9vsXMKDrXZVwlQA+HXmTOtx6y3/uXcc8ZiVRtkT8ex0zbvPetya07WYx6zMzp4Il1oCbrsYKyW0VX62koDqCG+yA5e15m9K3RX9/MPcEpwaNu12yL9APuz31w+/vF3C4MU/6wmPjo9BjTw0umt486GpeHpYRFFInLrHuQTTv2flIoZf1PjVmBGCe314/j1oBrIasJLIvnn39sd5f/tFWk54W8sQZITPb69/mMvnIbtdnc+Ps+ncXYDNX999P/du/bPk69+t+eK5hHY+/DaXTf2wPpu/8Zt3M+k88puZQcfmQ4Sbj/zzcw+RG5Dy91cKNt9++DDrL7/YTXhr1QBijMtvc7k8rM3l+90h/aCc23mU+O6Q1v34VZn99PHNz/M4TVWMC5u/pg+L5umf6cOF5uldnmaT0sUTqbIbuiqf/5l72z6vdNdQ4Plf0X5sb/g3ZeZC6fTbKwWd7w83z76Ji/rLL3g3cMJkoEul9wSHN5uQXB4nPV5/hgt2Tr9Lm/TXKnd9NFOhmmOW3KK5vukYjVm2KQE2/jTm7e2CWXpxHH8BZi7PiZ4hNuUZ0Qm8eLHDDdCTiR3Hr84sw+/4nMxr0is+J7A6dKF0PjOJMOljTxPYlWlVL6DWD1+DlxHFpkaw/4DotVrkomcHP0zSf3Pnnaia5x80Jtn1H9cpO4hV+f1a5T9W6UPapDPnrq3yuxPA2ty6TXQ2tSfRNnr8UmbGWkxRLjWJkh64Mhf5afS5dLqxqzKasB+usBc+z+c2y5uZ0enFceyqjO4WLbkV15v5xoa0fv41VCSjbuS6bETdFLjleRqj0+hVWblnLsuzlufZ5MIySiYxQqNXZSWK/OldWiFrYhItObzshq/Kq8R1/mlb8JSvmzizmT1DF5od5/xyhdzShU9dP4pq5kaCRq/MqpkZI7uR67IR5Yf2Zi8OuPo1jZUoa4SwMjuHDsURVhMMbFc2XRq9LAlfm1XN08rh5Y8kp+PYdRllX2aGgW7kumxma6i+gIbqZYvtYiutreWXrebmSmj0qqyelhzeLnRy2/PbtM3nHsXR6MWsjDakrtRifPvmTPOPhDUGLarVG+/tMauskznMKbOalz9CTBUj8RduplNDECuTG1QOp5ObVTocI2eKa7Kw1haVcbCc9NennyxPlztGxj5XTiQ052D5LCmV0Tu9c4agdBy8KiEr+55KaUb67UCqmaujydn382SEW6MmRWZqavI8GTu5nUhoTnb7LKlBVjKN1Ky0hCI1eDfQGztc0+8GMvz1JcEQPyF8/F5sD+zyngjFZDhyBqffrzZZseefN6++brqPzm5ebdhL72WyudrcZjzf15tX15t+4sVBfnVyc7XZi12r/vl792u/cemXyF/Wv/3n7ebqenvF4pcJwBVceeHLKEp+//3qukdRv6H+Rw92+j8KATZX1+wqgJdhHBoDYTAQjIFsc3XtUQPZYCAzBnqbq2ufGugNBnrGQH9zdR1QA/3BQN8YGGyurkNqYDAYGBgDw83VdXTlhy8DPzAGhoOBoTEw2lxdx9RfjAYDI2NgvLm6TqiB8WBgbAxMNlfXsKVGJoORiakAKQgAUgND9YAlHykKoAVEKMiUEEhhACkiGKoITBmBFAeQQoKhksCUEkiBACkmGKoJTDmBFAmQgoKhosCUFEihQEQOHqoKTFmBFAuQwoKhssCUFkjBACkuGKoLTHmB1Awj9QVDgYGpMCY1w0iFsaHCmKkwpiIUqTA2VBizgpTUDKPDFBGnTIUxqRlGKowNFcZMhTGpGUYqjA0VxkyFMakZRiqMDRXGTIUxqRlGKowNFcZMhTGpGUYqjA0VxkyFMakZRiqMDRXGTIUxqRmPVBgbKoyZCvOkZjxSYd5QYZ6pME9qxiMV5g0V5pkK89Q+SCrMGyrMs7ZCqRmP3gyJ3dBUmCc145EK84YK80yFeVIzHqkwb6gwz1SYJzXjkQrzhgrzTIV5UjMeqTBvqDDPVJgnNeORCvOGCvNMhXlSMz6pMG+oMM9UmC8145MK84cK802F+VIzPqkwf6gw31SYLzXjkwrzhwrzTYX5KtsiFeYPFeZbCZfUjE+nXETOZSrMl5rxSYX5Q4X5psJ8qRmfVJg/VJhvKsyXmvFJhflDhfmmwnypGZ9UmD9UmG8qzJeaCUiF+UOF+abCAqmZgFRYMFRYYCoskJoJSIUFQ4UFpsICqZmAVFgwVFhgKiyQmglIhQVDhQWmwgKV05MKC4YKC6y0XmomoBN7IrM3FRZIzQSkwoKhwgJTYYHUTEAqLBgqLDAVFkjNBKTCgqHCAlNhgdRMSCosGCosMBUWSs2EpMLCocJCU2Gh1ExIKiwcKiw0FRZKzYSkwsKhwkJTYaHUTEgqLBwqLDQVFkrNhKTCwqHCQlNhoTo5hle+9xIC81wdDhUWWofH8dMjcXw0BRZKyYSkOsOhwEJTYKGUTEiqMxwKLDQFFiqBkeoMhwILTYFFUjIRqc5oKLDIFFgkJROR6oyGAotMgUVSMhGpzmgosMgUWCQlE5HqjIYCi0yBRVIyEanOaCiwyBRYJCUTkeqMhgKLTIFFSmBk/IuGCousCoXUTEQqLCKKFKbCIqmZiC5wDBUWmQqLpGYiUmHRUGGRqbBYaibeXnnxyxCMsfFQYLEpsFhKJgZq7FBfsamvWComZtRqjof6ik19xVIxsUcOHuorNvUVS8XEPjl4qK/Y1FcsFRMH5OChvmJTX7FUTBySg4f6ik19xaoERuorHuortqpgUjFxfOX5Lxkz425MFMJMfcXJqESG8opNeSXbMYkkQ3klprwSGJVIMtRXYuorYaMSSYb6Skx9Jd6oRJKhvhJTX4k/KpFkqK/E1FcSjEokGeorMfWVKH0lV/72ZeiZY4fySkx5JVIwCV3vHMorMeWVqCorudMkQ3klVqFVKiZhFGui0mqXWqVkEvI265+Zw9H/68ZL1SQ+lZDon9njrYLrVgonoeueW6LkurVqrlupnYQufW6JquvWKrtu/dGFrX9mj7cqr9tgTDL6R/Zwq/a6lSJKyJxM/8web5Vft9HYvdc/sodbBdit0l1M/3miBLu1arBbJT26grslqrBbS32qdj8y+1Spf1DrV8X+7ZaUH1nut+SnC/5b2mugSv52zV+V8ceugNCfXfbXdf+xKyAEaJf+de1/O2J4EBK0y/+6/r+lTQ/KAbAtAO0BbGnjg3IBbBtAVfZpEVM+gG0EgHaa6BhCeQGWGQDsTAwk7ACw/ABgZ2Ig4QiAZQkA0yKkgxjhCoBlC4Cq9I9EEcIYAMsZAFXsp28AYQ2A5Q2AKvePRBHCHQDLHgCmFUhbUIRDAJZFACw6s4gIlwAsmwBU5R+2tI9FOAVgWQXAtAbpSEi4BWDZBeBpz5P2swjHACzLAJQLACOuKeEagGUbgHICYMQ5JZwDsKwDUG4AjLinhHsAln0AyhGAMQeVEKJlIYByBWDERSVcBLBsBFDOAIw4qYSTAJaVAModgBE3lXATwLITQDkEMOKoEo4CWJYCKJcARlxVwlUAy1YA5RTAiLNKOAtgWQvgaweeViLhLoBlL4ByDIB2WIFwGMCyGEC5BkC7rEC4DGDZDKCcA6CdViCcBrCsBlDuAdBuKxBuA1h2AygH4dRIw0KqlQYI6wEs7wGUnQC0/QqE/QCW/wD++NkXCAcCLAsClKsAtIULhAsBlg0BgdlUxBJyLghLAixPApTNALSnC4QtAZYvAcpqGJkLwpkAy5oA5TYA7QsD4U6AZU+AchzAY+RWRzgUYFkUoFwHshgBhEcBlkkByncA2l4GwqcAy6gA5T2QBQ0gnAqwrApQ7gPQDjUQbgVYdgUoBwK8gJ5AQo2WZQHKhQCPrMED4VqAZVtAqEU40nFDiNCyLiBkZzRAuBdg2RcQahXSK5JwMMCyMEC5ErSICA8DLBMDlC8BtGsOhI8BlpEBypygRURYGWB5GaDsCaCNdyDsDLD8DAjjc3eAUKHlaUA4WhIEwtQAy9WAaLQqCIStAZavARGcWQOEtQGWtwERO7MGCHsDLH8DIt0rR8dBwuIAy+OAyD93CYQGLZ8DlHUBdAsEEFYHWF4HROG5OSBUaPkdoCyM47aW+Ffe9mUE9u2kuugsNSo7A+iGDCDsD7D8D1CWBtBNGUBYIGB5IKB8DaAbM4DwQcAyQkCZG0A3ZwBhhoDlhoAyOIBu0ADCEAHLEYFYK5KOiYQpApYrAsroALpRAwhjBCxnBJTZAXSzBhDmCFjuCCjDA+iGDSAMErAcElCmB9BNG0CYJGC5JKCMD6AbN4AwSsBySkC5H0A3bwDhloBll4CyQIBu4ADCMgHLMwFlgwDdxAGEbQKWbwLKCgG6kQMI6wQs7wSUHQJ0MwcQ9glY/gkkupeYViJhoYDloUCi+4lHmmsJJVo+CihvBOjGDiC8FLDMFFD+CNDNHUD4KWAZKqA8EqAbPIDwVMAyVUAZJUA3eQBhrIDlrDDllADd6MEIa4VZ1gpTVgmEdNMt4a0wy1th2/HDCiO8FWZ5K0x5JRCSdUVGmCvMMleYNlcoc4QR3gqzvBW21TKke38Jd4VZ7gpTbgndLcMId4VZ7grbahUm9AQQ3ceWv8KUXwLRlgYgOpAtg4UpwwToHhRGOCzMcljYGYeFEQ4LsxwWph0Wuo+FEQ4LsxwWph0WupeFEQ4LsxwWph+roPtZGGGxMMtiYdpioXtaGGGxMMtiYdpioftaGGGxMMtiYTDqKzPCYGGWwcK0wUK3xjDCYGGWwcL0gxZ0ewwjLBZmWSxMWywRvRAIi4XZz1soywRieiFQj1zYz1woz2RkKVNPXQweu1AyjOmFRD55YclQeSYQ0wuBevrCfvxCuSYQjzz6QcjQfgRD2SYQ0wuBegrDfgxD+ywj0Yh6EsN+FEP7LHRrBqOexrAfx9A+C92ewagnMuxHMrTPQnfxMOqpDMtnYdpniUmzihE+C7N8FqZ9lpheCoTPwiyfhWmfhe4UYYTPwiyfhWmfhe4WYYTPwiyfhWmfJaGlTPgszPJZmPZZElrKhM/CLJ+FaZ8lIRuEGOGzMMtnYdpnoftGGOGzMMtnYdpnoRtHGOGzMMtnYdpnSWglEj4Ls3wWpn2WkeyK8FmY5bMw7bMkdFQnfBZm+SxM+ywj6Q3hszDLZ2HaZ6H7PxjhszDLZ2HaZxnZVwifhVk+C9M+y8i+QvgszPJZmHJL2JZejYS9wix7hfnnYiJhrzDLXmH+uZhI+CvM8leY9ldGQhrhrzDLX2HB9kxII2wVZtkqTNsqI8uZsFWYZaswZZMwug2HEb4Ks3wVpmwSRnfBMMJX6f+fehL+gcsH6l/rJ+KvrzfpbsdL9T22r5t/dA/Kh0n/9P7XTZhsXn3944/Tg/Gvvv6Bno2XP5N/LM0rnu6fKq4f2Mdo0faEFm3d0ORLY08IMp89QsiM1Q1DvvcGgZzeifR1IwtabiD6dbGYS4i5BG4w6kNBmEuCubhd0E26v0sb/pg+YajAOyEFzBWo4v9q1YfRT0CIUewGI/YGE9kVdbooiNxAupcnIZgwQhO89fRAuSG44anX6Z7gYnRdSahHyc5Ejbr1u39A6AS/yzP1cogTPpp+t9nfieI2z3aNOXWIpCvK6QXe6GqRxuO4v9ruImVHYfePblalfa3/oaUjZ6T/B7hN+E4UTVa03JgTxMJz08FOlIaYEjwjrhCteWuk9XwSZOC24vsPr2IYhmH6yQxZ/w+35aKBzciI+EXghiK/S4S4BSgayeqsG8aDiRFhDDcV79MmNe4Xxtj264y5zfnpJXOIVYLjrOc2x/1HaNGCQDqKO/nHSS/6oL+Fx5vqtvr2rf7SnvGnkgBPgds08rTKn+6zwrx2D8UsxyvHH2TCtxbveYnb3ei+QoMjMg7sidsU9Z/SwDAxDuxuO+fpDXZYGhjIdxM9L/alyOwA4eGV7bYF8KoyY26I7nvotpXzzyXfNepV1LdpllvTjaOWWxDWIHsukxVe7MxtGUcvt7nqXwGPsx68KTvu7beiusn2e16Yc47ouC2SW9GaOZiPMHxHjEoc5FbFi0a/cxDPN07GPDd5d5lYkx24aA1RBWixOO456mvUKGYhAcSgxyT91h1Efajqg6xjTn3Hm/umKeWqlJHrTlSWTFCkBMdsC2HuuQ4/6u3qGBar2XGtIlg11MDDcna8+Qiv5g/y+9PWpWNN+o73zMroAzx9sVtwuxOFeXE4zjrSOH4ZAS9WHB/BbQPRr53EIAkG6bZMWZNwQuOpmYWjuxZ3iZNjtiKhzGCUIEkljlenQIxNNkGUkj4j2ParC/rEmDle8PElmWgKcfIhi/zdFLqJQ7/pDisMh6nEkVbTlAbICcJthUuA7q15hWjq/oV8RsBD+1/gRis7pA1PS2ElK3gVOuK0tZVSo7sauUUH/ZkKtJ+jxDM8HhS7aCu9FlfQ6qB2eFkaqUtR1IY40FJ3W+lZUbe3t9lOHkDrRlTqAw3oLiDWgZvC1MspizSvefXAq0Feg48FjrlRVsuiQFZk5o1lOK45RpDsizxitFVu3x7ARw3muF1nX6SQiaqHfBYMpUeOl9mh1W1ugeHTGHOUnwKT9yDbmeFji89UzJVapT9rT51jMV7oqOMeb3i0AnzMl12zk/CsnAfwmQdCRwH3YNTs+XhDDt0y1iNgW+7t2fNxIhNNvNpW3mDzgn2cyESuF0wuCLxTO6Yv+MO0+IiGJy1xI6W/843jOJ6p2E23/6ytvNHHMSNyW+U5L+6ae7nKs8o+wuKDnhvY8VtBeEcHvKO7LfBc7D5ZbIyF6Agiyj1v+M7efNEaDNxEfuDNvTD5bPHWC26TrWEK0aR5Lh6tC8SRwZHV8W3w+K5hZfe5GXPM+g9Zvc8qNWNU4Dcq8G6A4oHvS14d0oIXTW6cIbBcHZfgoc2brMz57l5kO27kpj66H477pUKrm7RpDaQIbW+OQauwZ4rhxeO76bXgzaOoPqVtc8+LJtNLiVqZOKsN3O5DIbqTvHGh6AZEblNWiELyE1UmSzEPHOVsBjK6GY5xWq4K5avJl1tjLOOQ7bbOCtHwz40s7JgeHUIKnJEGpRR8PGduR4JCNNmhzLn8nxYnBBY6gx3EPrvNTCQfSc7xvCR2DW/qpuLyQ2F4I8GxLXZjJT4ZAkBkIjf5oy+64ajI8O7hthqFKqkYazpGazrunBzHsn1pnRoAYzHHsy5xYT5Gcbtf/Tcc8OLA52XHQNN9iQ1vrhhl253jmWP+XKZVk6U5FWDQph257Wmnb0LgucJeNjvuaa6I6qvsSAto5uPOxXCs8+sPRGBm2HFh/cT5bkG5TJ9yke4bIfK0MkWGS3aOx+cyfZL/TW0YzFCsG1q/Z1dcZwRGqEH31VVzufqiFU5UcMqbOKJYrkaADwSxox6Mj9nhe4kPycxtf9Af6cAguI7oHetXrmhmGoF1H3dlFccqVlnxnSj2Ge2X4OqCY1DFgKTG8Bp15Sh2vK4tqwofQh1LFacvk+A7gRNhr/MEZGvSFMTuc9o4VBor03FpVuLz0/N5HU4aXXcE00jB4Sjuym+OR9IqLe64rFemTVbfZoMsDC8Ot8XaRw4rN8R5uiMOUYLCSSF0Nxeg96SZWyjokHWlW3/WhAzGeE1PQia8LoZl6bZPVLzmDbW9Il6RM5R1UMFnOsfFUfGmyviDVdnCxQfHU0n/bUp8xMSZiOe2V9Wci+beNDxw55pjoqBrukZyjs4LzhDZjrdF+pBmub2GQhQ6HGuJtVXy2xrOtCMp9cVNPMf4AOO5hf/a3uiwFyQbwJ1ABmdt3JYA26OB5Hhh5Dae4GTHc0XayZ3IWFzoXulRoVvYqx+sHAVXy2PHhfGYNbv7rLjr9yGz1IHun6PrrAHVPmQgodXvmLQ2/FCKKq2eqMQQO7qOOQ8RIvEdlC+U7EThdqWNoP0UwylzU0UjxCEtnrpYbrYb4TDldqFtXzn5Yu76uOPOc7tGFF9uRZXzO9VKXFtnXtyD57mFm7bocjIJLZMV0/XHvT+Osbktjgboge+z1K5X4m3DMRQRRoOH727QO9NRnxc4Frfa8q6SmQCRmuE/4BjsCP/Cw1XBsBd21HdFOhZK2iqTWYow02aM7Rj15Lfe8LLDO/i2nzt2nES3XbStcrrBAodlxy6mtsqPX/jFUPj04tj00dZ8EP2w6eKY+pw+N4h3HOM01bvegduSU9/zK5o0r0XB70STpY1Z2A7RxIVu8/aYVoV1qsId4o7O3qNdOAHctse2bjP2yG/Mdgrc7AWxW+z8bPV14EwKHHudKSXh/lPm2Hbdm+w33deaDV74BLd1E8CXvs/KTPRwYuR4TvhyrlkNz9hEtEEDPz53zMFCjW/m4XqLTyOO+6qFLYeboPhJAXDcYY+gzzal4A4Bzy2AnwcfnRyjydVxQz//p4i5wjJx3OKPf2PkwI9de8duRgpyfF5wuuiYQ1B/gJgNo7nQbdv/cmqbtI+TuFrpuDtYaONzgBMgx+3fwiYuH6crU7VNdY3ipnjH5pcT3vCIhpvjHZ8oseHGJxT3G7juDBY4MaM4qjs+pqBQhw0IuNfUsddDI4l9m1v9wfhaHYsluDmM2AlxLd2xLo8axAhA/GgLbCdoh+hzws0/8pXzU7EOYvfJ3LZwZHbMbTFgIz5ZHf+45AiOJ+kvmZloYUMYYsd4Q/WUMHx9zPGJySNSWuoHf+y+IPxEAjiWL4+g2cF2ZbEnBfFEjrJdwExScTxNHHOGM511uF4ArrH/dHLuaFrWL67AOT42YX7tG8Mhgv3B1O8flwiOR1XHpTySHkdG54Sjqru83X6+GR+LwKWl/ferTZmVPM8Kvnl1/fsff/wfPYkUCg==";