@peeramid-labs/sdk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1143) hide show
  1. package/.changeset/.changeset/config.json +16 -0
  2. package/.changeset/.changeset/fluffy-poems-switch.md +5 -0
  3. package/.changeset/.changeset/gorgeous-dragons-behave.md +5 -0
  4. package/.changeset/.changeset/serious-suns-do.md +5 -0
  5. package/.changeset/.changeset/twelve-terms-happen.md +5 -0
  6. package/.changeset/.changeset/warm-fireants-protect.md +5 -0
  7. package/.changeset/config.json +16 -0
  8. package/.changeset/gorgeous-dragons-behave.md +5 -0
  9. package/.changeset/serious-suns-do.md +5 -0
  10. package/.changeset/twelve-terms-happen.md +5 -0
  11. package/.changeset/warm-fireants-protect.md +5 -0
  12. package/README.md +92 -0
  13. package/docs/.nojekyll +1 -0
  14. package/docs/assets/highlight.css +64 -0
  15. package/docs/assets/icons.js +15 -0
  16. package/docs/assets/icons.svg +1 -0
  17. package/docs/assets/main.js +59 -0
  18. package/docs/assets/navigation.js +1 -0
  19. package/docs/assets/search.js +1 -0
  20. package/docs/assets/style.css +1412 -0
  21. package/docs/index.html +62 -0
  22. package/docs/modules.html +1 -0
  23. package/lib.commonjs/abis/AccessControl.d.ts +177 -0
  24. package/lib.commonjs/abis/AccessControl.d.ts.map +1 -0
  25. package/lib.commonjs/abis/AccessControl.js +232 -0
  26. package/lib.commonjs/abis/AccessControl.js.map +1 -0
  27. package/lib.commonjs/abis/AccessControlDefaultAdminRules.d.ts +355 -0
  28. package/lib.commonjs/abis/AccessControlDefaultAdminRules.d.ts.map +1 -0
  29. package/lib.commonjs/abis/AccessControlDefaultAdminRules.js +460 -0
  30. package/lib.commonjs/abis/AccessControlDefaultAdminRules.js.map +1 -0
  31. package/lib.commonjs/abis/ArguableVotingTournament.d.ts +142 -0
  32. package/lib.commonjs/abis/ArguableVotingTournament.d.ts.map +1 -0
  33. package/lib.commonjs/abis/ArguableVotingTournament.js +187 -0
  34. package/lib.commonjs/abis/ArguableVotingTournament.js.map +1 -0
  35. package/lib.commonjs/abis/Checkpoints.d.ts +7 -0
  36. package/lib.commonjs/abis/Checkpoints.d.ts.map +1 -0
  37. package/lib.commonjs/abis/Checkpoints.js +12 -0
  38. package/lib.commonjs/abis/Checkpoints.js.map +1 -0
  39. package/lib.commonjs/abis/CloneDistribution.d.ts +76 -0
  40. package/lib.commonjs/abis/CloneDistribution.d.ts.map +1 -0
  41. package/lib.commonjs/abis/CloneDistribution.js +102 -0
  42. package/lib.commonjs/abis/CloneDistribution.js.map +1 -0
  43. package/lib.commonjs/abis/Clones.d.ts +7 -0
  44. package/lib.commonjs/abis/Clones.d.ts.map +1 -0
  45. package/lib.commonjs/abis/Clones.js +12 -0
  46. package/lib.commonjs/abis/Clones.js.map +1 -0
  47. package/lib.commonjs/abis/CodeHashDistribution.d.ts +120 -0
  48. package/lib.commonjs/abis/CodeHashDistribution.d.ts.map +1 -0
  49. package/lib.commonjs/abis/CodeHashDistribution.js +159 -0
  50. package/lib.commonjs/abis/CodeHashDistribution.js.map +1 -0
  51. package/lib.commonjs/abis/CodeIndex.d.ts +54 -0
  52. package/lib.commonjs/abis/CodeIndex.d.ts.map +1 -0
  53. package/lib.commonjs/abis/CodeIndex.js +74 -0
  54. package/lib.commonjs/abis/CodeIndex.js.map +1 -0
  55. package/lib.commonjs/abis/CompositeERC1155.d.ts +390 -0
  56. package/lib.commonjs/abis/CompositeERC1155.d.ts.map +1 -0
  57. package/lib.commonjs/abis/CompositeERC1155.js +503 -0
  58. package/lib.commonjs/abis/CompositeERC1155.js.map +1 -0
  59. package/lib.commonjs/abis/ContextUpgradeable.d.ts +21 -0
  60. package/lib.commonjs/abis/ContextUpgradeable.d.ts.map +1 -0
  61. package/lib.commonjs/abis/ContextUpgradeable.js +30 -0
  62. package/lib.commonjs/abis/ContextUpgradeable.js.map +1 -0
  63. package/lib.commonjs/abis/DAODistributor.d.ts +1035 -0
  64. package/lib.commonjs/abis/DAODistributor.d.ts.map +1 -0
  65. package/lib.commonjs/abis/DAODistributor.js +1351 -0
  66. package/lib.commonjs/abis/DAODistributor.js.map +1 -0
  67. package/lib.commonjs/abis/DNSFacet.d.ts +844 -0
  68. package/lib.commonjs/abis/DNSFacet.d.ts.map +1 -0
  69. package/lib.commonjs/abis/DNSFacet.js +1082 -0
  70. package/lib.commonjs/abis/DNSFacet.js.map +1 -0
  71. package/lib.commonjs/abis/Diamond.d.ts +69 -0
  72. package/lib.commonjs/abis/Diamond.d.ts.map +1 -0
  73. package/lib.commonjs/abis/Diamond.js +92 -0
  74. package/lib.commonjs/abis/Diamond.js.map +1 -0
  75. package/lib.commonjs/abis/DiamondClonable.d.ts +77 -0
  76. package/lib.commonjs/abis/DiamondClonable.d.ts.map +1 -0
  77. package/lib.commonjs/abis/DiamondClonable.js +103 -0
  78. package/lib.commonjs/abis/DiamondClonable.js.map +1 -0
  79. package/lib.commonjs/abis/DiamondCutFacet.d.ts +67 -0
  80. package/lib.commonjs/abis/DiamondCutFacet.d.ts.map +1 -0
  81. package/lib.commonjs/abis/DiamondCutFacet.js +89 -0
  82. package/lib.commonjs/abis/DiamondCutFacet.js.map +1 -0
  83. package/lib.commonjs/abis/DiamondDistribution.d.ts +88 -0
  84. package/lib.commonjs/abis/DiamondDistribution.d.ts.map +1 -0
  85. package/lib.commonjs/abis/DiamondDistribution.js +118 -0
  86. package/lib.commonjs/abis/DiamondDistribution.js.map +1 -0
  87. package/lib.commonjs/abis/DiamondInit.d.ts +9 -0
  88. package/lib.commonjs/abis/DiamondInit.d.ts.map +1 -0
  89. package/lib.commonjs/abis/DiamondInit.js +14 -0
  90. package/lib.commonjs/abis/DiamondInit.js.map +1 -0
  91. package/lib.commonjs/abis/DiamondLoupeFacet.d.ts +74 -0
  92. package/lib.commonjs/abis/DiamondLoupeFacet.d.ts.map +1 -0
  93. package/lib.commonjs/abis/DiamondLoupeFacet.js +102 -0
  94. package/lib.commonjs/abis/DiamondLoupeFacet.js.map +1 -0
  95. package/lib.commonjs/abis/DistributableGovernanceERC20.d.ts +697 -0
  96. package/lib.commonjs/abis/DistributableGovernanceERC20.d.ts.map +1 -0
  97. package/lib.commonjs/abis/DistributableGovernanceERC20.js +917 -0
  98. package/lib.commonjs/abis/DistributableGovernanceERC20.js.map +1 -0
  99. package/lib.commonjs/abis/Distributor.d.ts +608 -0
  100. package/lib.commonjs/abis/Distributor.d.ts.map +1 -0
  101. package/lib.commonjs/abis/Distributor.js +801 -0
  102. package/lib.commonjs/abis/Distributor.js.map +1 -0
  103. package/lib.commonjs/abis/ECDSA.d.ts +23 -0
  104. package/lib.commonjs/abis/ECDSA.d.ts.map +1 -0
  105. package/lib.commonjs/abis/ECDSA.js +34 -0
  106. package/lib.commonjs/abis/ECDSA.js.map +1 -0
  107. package/lib.commonjs/abis/EIP712InspectorFacet.d.ts +43 -0
  108. package/lib.commonjs/abis/EIP712InspectorFacet.d.ts.map +1 -0
  109. package/lib.commonjs/abis/EIP712InspectorFacet.js +58 -0
  110. package/lib.commonjs/abis/EIP712InspectorFacet.js.map +1 -0
  111. package/lib.commonjs/abis/EIP712Upgradeable.d.ts +60 -0
  112. package/lib.commonjs/abis/EIP712Upgradeable.d.ts.map +1 -0
  113. package/lib.commonjs/abis/EIP712Upgradeable.js +79 -0
  114. package/lib.commonjs/abis/EIP712Upgradeable.js.map +1 -0
  115. package/lib.commonjs/abis/ERC1155.d.ts +322 -0
  116. package/lib.commonjs/abis/ERC1155.d.ts.map +1 -0
  117. package/lib.commonjs/abis/ERC1155.js +421 -0
  118. package/lib.commonjs/abis/ERC1155.js.map +1 -0
  119. package/lib.commonjs/abis/ERC1155Burnable.d.ts +358 -0
  120. package/lib.commonjs/abis/ERC1155Burnable.d.ts.map +1 -0
  121. package/lib.commonjs/abis/ERC1155Burnable.js +467 -0
  122. package/lib.commonjs/abis/ERC1155Burnable.js.map +1 -0
  123. package/lib.commonjs/abis/ERC1155BurnableUpgradeable.d.ts +376 -0
  124. package/lib.commonjs/abis/ERC1155BurnableUpgradeable.d.ts.map +1 -0
  125. package/lib.commonjs/abis/ERC1155BurnableUpgradeable.js +490 -0
  126. package/lib.commonjs/abis/ERC1155BurnableUpgradeable.js.map +1 -0
  127. package/lib.commonjs/abis/ERC1155Upgradeable.d.ts +340 -0
  128. package/lib.commonjs/abis/ERC1155Upgradeable.d.ts.map +1 -0
  129. package/lib.commonjs/abis/ERC1155Upgradeable.js +444 -0
  130. package/lib.commonjs/abis/ERC1155Upgradeable.js.map +1 -0
  131. package/lib.commonjs/abis/ERC165.d.ts +17 -0
  132. package/lib.commonjs/abis/ERC165.d.ts.map +1 -0
  133. package/lib.commonjs/abis/ERC165.js +26 -0
  134. package/lib.commonjs/abis/ERC165.js.map +1 -0
  135. package/lib.commonjs/abis/ERC165Upgradeable.d.ts +35 -0
  136. package/lib.commonjs/abis/ERC165Upgradeable.d.ts.map +1 -0
  137. package/lib.commonjs/abis/ERC165Upgradeable.js +49 -0
  138. package/lib.commonjs/abis/ERC165Upgradeable.js.map +1 -0
  139. package/lib.commonjs/abis/ERC20.d.ts +237 -0
  140. package/lib.commonjs/abis/ERC20.d.ts.map +1 -0
  141. package/lib.commonjs/abis/ERC20.js +315 -0
  142. package/lib.commonjs/abis/ERC20.js.map +1 -0
  143. package/lib.commonjs/abis/ERC20Burnable.d.ts +261 -0
  144. package/lib.commonjs/abis/ERC20Burnable.d.ts.map +1 -0
  145. package/lib.commonjs/abis/ERC20Burnable.js +346 -0
  146. package/lib.commonjs/abis/ERC20Burnable.js.map +1 -0
  147. package/lib.commonjs/abis/ERC20Upgradeable.d.ts +255 -0
  148. package/lib.commonjs/abis/ERC20Upgradeable.d.ts.map +1 -0
  149. package/lib.commonjs/abis/ERC20Upgradeable.js +338 -0
  150. package/lib.commonjs/abis/ERC20Upgradeable.js.map +1 -0
  151. package/lib.commonjs/abis/ERC20VotesUpgradeable.d.ts +593 -0
  152. package/lib.commonjs/abis/ERC20VotesUpgradeable.d.ts.map +1 -0
  153. package/lib.commonjs/abis/ERC20VotesUpgradeable.js +781 -0
  154. package/lib.commonjs/abis/ERC20VotesUpgradeable.js.map +1 -0
  155. package/lib.commonjs/abis/ERC721.d.ts +333 -0
  156. package/lib.commonjs/abis/ERC721.d.ts.map +1 -0
  157. package/lib.commonjs/abis/ERC721.js +440 -0
  158. package/lib.commonjs/abis/ERC721.js.map +1 -0
  159. package/lib.commonjs/abis/ERC721Burnable.d.ts +343 -0
  160. package/lib.commonjs/abis/ERC721Burnable.d.ts.map +1 -0
  161. package/lib.commonjs/abis/ERC721Burnable.js +453 -0
  162. package/lib.commonjs/abis/ERC721Burnable.js.map +1 -0
  163. package/lib.commonjs/abis/IAccessControl.d.ts +153 -0
  164. package/lib.commonjs/abis/IAccessControl.d.ts.map +1 -0
  165. package/lib.commonjs/abis/IAccessControl.js +200 -0
  166. package/lib.commonjs/abis/IAccessControl.js.map +1 -0
  167. package/lib.commonjs/abis/IAccessControlDefaultAdminRules.d.ts +309 -0
  168. package/lib.commonjs/abis/IAccessControlDefaultAdminRules.d.ts.map +1 -0
  169. package/lib.commonjs/abis/IAccessControlDefaultAdminRules.js +399 -0
  170. package/lib.commonjs/abis/IAccessControlDefaultAdminRules.js.map +1 -0
  171. package/lib.commonjs/abis/ICodeIndex.d.ts +54 -0
  172. package/lib.commonjs/abis/ICodeIndex.d.ts.map +1 -0
  173. package/lib.commonjs/abis/ICodeIndex.js +74 -0
  174. package/lib.commonjs/abis/ICodeIndex.js.map +1 -0
  175. package/lib.commonjs/abis/IContractURI.d.ts +13 -0
  176. package/lib.commonjs/abis/IContractURI.d.ts.map +1 -0
  177. package/lib.commonjs/abis/IContractURI.js +20 -0
  178. package/lib.commonjs/abis/IContractURI.js.map +1 -0
  179. package/lib.commonjs/abis/IDAOFactory.d.ts +65 -0
  180. package/lib.commonjs/abis/IDAOFactory.d.ts.map +1 -0
  181. package/lib.commonjs/abis/IDAOFactory.js +89 -0
  182. package/lib.commonjs/abis/IDAOFactory.js.map +1 -0
  183. package/lib.commonjs/abis/IDiamondCut.d.ts +34 -0
  184. package/lib.commonjs/abis/IDiamondCut.d.ts.map +1 -0
  185. package/lib.commonjs/abis/IDiamondCut.js +47 -0
  186. package/lib.commonjs/abis/IDiamondCut.js.map +1 -0
  187. package/lib.commonjs/abis/IDiamondLoupe.d.ts +60 -0
  188. package/lib.commonjs/abis/IDiamondLoupe.d.ts.map +1 -0
  189. package/lib.commonjs/abis/IDiamondLoupe.js +83 -0
  190. package/lib.commonjs/abis/IDiamondLoupe.js.map +1 -0
  191. package/lib.commonjs/abis/IDistribution.d.ts +68 -0
  192. package/lib.commonjs/abis/IDistribution.d.ts.map +1 -0
  193. package/lib.commonjs/abis/IDistribution.js +91 -0
  194. package/lib.commonjs/abis/IDistribution.js.map +1 -0
  195. package/lib.commonjs/abis/IDistributor.d.ts +477 -0
  196. package/lib.commonjs/abis/IDistributor.d.ts.map +1 -0
  197. package/lib.commonjs/abis/IDistributor.js +627 -0
  198. package/lib.commonjs/abis/IDistributor.js.map +1 -0
  199. package/lib.commonjs/abis/IERC1155.d.ts +232 -0
  200. package/lib.commonjs/abis/IERC1155.d.ts.map +1 -0
  201. package/lib.commonjs/abis/IERC1155.js +300 -0
  202. package/lib.commonjs/abis/IERC1155.js.map +1 -0
  203. package/lib.commonjs/abis/IERC1155Errors.d.ts +79 -0
  204. package/lib.commonjs/abis/IERC1155Errors.d.ts.map +1 -0
  205. package/lib.commonjs/abis/IERC1155Errors.js +109 -0
  206. package/lib.commonjs/abis/IERC1155Errors.js.map +1 -0
  207. package/lib.commonjs/abis/IERC1155MetadataURI.d.ts +246 -0
  208. package/lib.commonjs/abis/IERC1155MetadataURI.d.ts.map +1 -0
  209. package/lib.commonjs/abis/IERC1155MetadataURI.js +319 -0
  210. package/lib.commonjs/abis/IERC1155MetadataURI.js.map +1 -0
  211. package/lib.commonjs/abis/IERC1155Receiver.d.ts +63 -0
  212. package/lib.commonjs/abis/IERC1155Receiver.d.ts.map +1 -0
  213. package/lib.commonjs/abis/IERC1155Receiver.js +85 -0
  214. package/lib.commonjs/abis/IERC1155Receiver.js.map +1 -0
  215. package/lib.commonjs/abis/IERC1271.d.ts +21 -0
  216. package/lib.commonjs/abis/IERC1271.d.ts.map +1 -0
  217. package/lib.commonjs/abis/IERC1271.js +31 -0
  218. package/lib.commonjs/abis/IERC1271.js.map +1 -0
  219. package/lib.commonjs/abis/IERC165.d.ts +17 -0
  220. package/lib.commonjs/abis/IERC165.d.ts.map +1 -0
  221. package/lib.commonjs/abis/IERC165.js +26 -0
  222. package/lib.commonjs/abis/IERC165.js.map +1 -0
  223. package/lib.commonjs/abis/IERC173.d.ts +23 -0
  224. package/lib.commonjs/abis/IERC173.d.ts.map +1 -0
  225. package/lib.commonjs/abis/IERC173.js +33 -0
  226. package/lib.commonjs/abis/IERC173.js.map +1 -0
  227. package/lib.commonjs/abis/IERC20.d.ts +143 -0
  228. package/lib.commonjs/abis/IERC20.d.ts.map +1 -0
  229. package/lib.commonjs/abis/IERC20.js +190 -0
  230. package/lib.commonjs/abis/IERC20.js.map +1 -0
  231. package/lib.commonjs/abis/IERC20Errors.d.ts +67 -0
  232. package/lib.commonjs/abis/IERC20Errors.d.ts.map +1 -0
  233. package/lib.commonjs/abis/IERC20Errors.js +93 -0
  234. package/lib.commonjs/abis/IERC20Errors.js.map +1 -0
  235. package/lib.commonjs/abis/IERC20Metadata.d.ts +173 -0
  236. package/lib.commonjs/abis/IERC20Metadata.d.ts.map +1 -0
  237. package/lib.commonjs/abis/IERC20Metadata.js +229 -0
  238. package/lib.commonjs/abis/IERC20Metadata.js.map +1 -0
  239. package/lib.commonjs/abis/IERC20MintableUpgradeable.d.ts +17 -0
  240. package/lib.commonjs/abis/IERC20MintableUpgradeable.d.ts.map +1 -0
  241. package/lib.commonjs/abis/IERC20MintableUpgradeable.js +25 -0
  242. package/lib.commonjs/abis/IERC20MintableUpgradeable.js.map +1 -0
  243. package/lib.commonjs/abis/IERC5267.d.ts +42 -0
  244. package/lib.commonjs/abis/IERC5267.d.ts.map +1 -0
  245. package/lib.commonjs/abis/IERC5267.js +56 -0
  246. package/lib.commonjs/abis/IERC5267.js.map +1 -0
  247. package/lib.commonjs/abis/IERC5313.d.ts +13 -0
  248. package/lib.commonjs/abis/IERC5313.d.ts.map +1 -0
  249. package/lib.commonjs/abis/IERC5313.js +20 -0
  250. package/lib.commonjs/abis/IERC5313.js.map +1 -0
  251. package/lib.commonjs/abis/IERC5805.d.ts +171 -0
  252. package/lib.commonjs/abis/IERC5805.d.ts.map +1 -0
  253. package/lib.commonjs/abis/IERC5805.js +226 -0
  254. package/lib.commonjs/abis/IERC5805.js.map +1 -0
  255. package/lib.commonjs/abis/IERC6372.d.ts +23 -0
  256. package/lib.commonjs/abis/IERC6372.d.ts.map +1 -0
  257. package/lib.commonjs/abis/IERC6372.js +33 -0
  258. package/lib.commonjs/abis/IERC6372.js.map +1 -0
  259. package/lib.commonjs/abis/IERC721.d.ts +223 -0
  260. package/lib.commonjs/abis/IERC721.d.ts.map +1 -0
  261. package/lib.commonjs/abis/IERC721.js +292 -0
  262. package/lib.commonjs/abis/IERC721.js.map +1 -0
  263. package/lib.commonjs/abis/IERC721Errors.d.ts +79 -0
  264. package/lib.commonjs/abis/IERC721Errors.d.ts.map +1 -0
  265. package/lib.commonjs/abis/IERC721Errors.js +110 -0
  266. package/lib.commonjs/abis/IERC721Errors.js.map +1 -0
  267. package/lib.commonjs/abis/IERC721Metadata.d.ts +257 -0
  268. package/lib.commonjs/abis/IERC721Metadata.d.ts.map +1 -0
  269. package/lib.commonjs/abis/IERC721Metadata.js +337 -0
  270. package/lib.commonjs/abis/IERC721Metadata.js.map +1 -0
  271. package/lib.commonjs/abis/IERC721Receiver.d.ts +29 -0
  272. package/lib.commonjs/abis/IERC721Receiver.d.ts.map +1 -0
  273. package/lib.commonjs/abis/IERC721Receiver.js +41 -0
  274. package/lib.commonjs/abis/IERC721Receiver.js.map +1 -0
  275. package/lib.commonjs/abis/IERC7746.d.ts +63 -0
  276. package/lib.commonjs/abis/IERC7746.d.ts.map +1 -0
  277. package/lib.commonjs/abis/IERC7746.js +84 -0
  278. package/lib.commonjs/abis/IERC7746.js.map +1 -0
  279. package/lib.commonjs/abis/IErrors.d.ts +15 -0
  280. package/lib.commonjs/abis/IErrors.d.ts.map +1 -0
  281. package/lib.commonjs/abis/IErrors.js +23 -0
  282. package/lib.commonjs/abis/IErrors.js.map +1 -0
  283. package/lib.commonjs/abis/IInitializer.d.ts +56 -0
  284. package/lib.commonjs/abis/IInitializer.d.ts.map +1 -0
  285. package/lib.commonjs/abis/IInitializer.js +75 -0
  286. package/lib.commonjs/abis/IInitializer.js.map +1 -0
  287. package/lib.commonjs/abis/IInstaller.d.ts +384 -0
  288. package/lib.commonjs/abis/IInstaller.d.ts.map +1 -0
  289. package/lib.commonjs/abis/IInstaller.js +506 -0
  290. package/lib.commonjs/abis/IInstaller.js.map +1 -0
  291. package/lib.commonjs/abis/ILockableERC1155.d.ts +360 -0
  292. package/lib.commonjs/abis/ILockableERC1155.d.ts.map +1 -0
  293. package/lib.commonjs/abis/ILockableERC1155.js +464 -0
  294. package/lib.commonjs/abis/ILockableERC1155.js.map +1 -0
  295. package/lib.commonjs/abis/IMultipass.d.ts +978 -0
  296. package/lib.commonjs/abis/IMultipass.d.ts.map +1 -0
  297. package/lib.commonjs/abis/IMultipass.js +1263 -0
  298. package/lib.commonjs/abis/IMultipass.js.map +1 -0
  299. package/lib.commonjs/abis/IPluginRepo.d.ts +85 -0
  300. package/lib.commonjs/abis/IPluginRepo.d.ts.map +1 -0
  301. package/lib.commonjs/abis/IPluginRepo.js +114 -0
  302. package/lib.commonjs/abis/IPluginRepo.js.map +1 -0
  303. package/lib.commonjs/abis/IRankToken.d.ts +414 -0
  304. package/lib.commonjs/abis/IRankToken.d.ts.map +1 -0
  305. package/lib.commonjs/abis/IRankToken.js +533 -0
  306. package/lib.commonjs/abis/IRankToken.js.map +1 -0
  307. package/lib.commonjs/abis/IRankifyInstance.d.ts +112 -0
  308. package/lib.commonjs/abis/IRankifyInstance.d.ts.map +1 -0
  309. package/lib.commonjs/abis/IRankifyInstance.js +147 -0
  310. package/lib.commonjs/abis/IRankifyInstance.js.map +1 -0
  311. package/lib.commonjs/abis/IRankifyInstanceCommons.d.ts +88 -0
  312. package/lib.commonjs/abis/IRankifyInstanceCommons.d.ts.map +1 -0
  313. package/lib.commonjs/abis/IRankifyInstanceCommons.js +115 -0
  314. package/lib.commonjs/abis/IRankifyInstanceCommons.js.map +1 -0
  315. package/lib.commonjs/abis/IRepository.d.ts +260 -0
  316. package/lib.commonjs/abis/IRepository.d.ts.map +1 -0
  317. package/lib.commonjs/abis/IRepository.js +343 -0
  318. package/lib.commonjs/abis/IRepository.js.map +1 -0
  319. package/lib.commonjs/abis/IVotes.d.ts +151 -0
  320. package/lib.commonjs/abis/IVotes.d.ts.map +1 -0
  321. package/lib.commonjs/abis/IVotes.js +200 -0
  322. package/lib.commonjs/abis/IVotes.js.map +1 -0
  323. package/lib.commonjs/abis/Initializable.d.ts +21 -0
  324. package/lib.commonjs/abis/Initializable.d.ts.map +1 -0
  325. package/lib.commonjs/abis/Initializable.js +30 -0
  326. package/lib.commonjs/abis/Initializable.js.map +1 -0
  327. package/lib.commonjs/abis/InitializedDiamondDistribution.d.ts +80 -0
  328. package/lib.commonjs/abis/InitializedDiamondDistribution.d.ts.map +1 -0
  329. package/lib.commonjs/abis/InitializedDiamondDistribution.js +107 -0
  330. package/lib.commonjs/abis/InitializedDiamondDistribution.js.map +1 -0
  331. package/lib.commonjs/abis/Installer.d.ts +384 -0
  332. package/lib.commonjs/abis/Installer.d.ts.map +1 -0
  333. package/lib.commonjs/abis/Installer.js +506 -0
  334. package/lib.commonjs/abis/Installer.js.map +1 -0
  335. package/lib.commonjs/abis/InstallerClonable.d.ts +412 -0
  336. package/lib.commonjs/abis/InstallerClonable.d.ts.map +1 -0
  337. package/lib.commonjs/abis/InstallerClonable.js +542 -0
  338. package/lib.commonjs/abis/InstallerClonable.js.map +1 -0
  339. package/lib.commonjs/abis/LatestVersionDistribution.d.ts +102 -0
  340. package/lib.commonjs/abis/LatestVersionDistribution.d.ts.map +1 -0
  341. package/lib.commonjs/abis/LatestVersionDistribution.js +136 -0
  342. package/lib.commonjs/abis/LatestVersionDistribution.js.map +1 -0
  343. package/lib.commonjs/abis/LibDiamond.d.ts +59 -0
  344. package/lib.commonjs/abis/LibDiamond.d.ts.map +1 -0
  345. package/lib.commonjs/abis/LibDiamond.js +79 -0
  346. package/lib.commonjs/abis/LibDiamond.js.map +1 -0
  347. package/lib.commonjs/abis/LibSemver.d.ts +11 -0
  348. package/lib.commonjs/abis/LibSemver.d.ts.map +1 -0
  349. package/lib.commonjs/abis/LibSemver.js +18 -0
  350. package/lib.commonjs/abis/LibSemver.js.map +1 -0
  351. package/lib.commonjs/abis/LockableERC1155.d.ts +486 -0
  352. package/lib.commonjs/abis/LockableERC1155.d.ts.map +1 -0
  353. package/lib.commonjs/abis/LockableERC1155.js +631 -0
  354. package/lib.commonjs/abis/LockableERC1155.js.map +1 -0
  355. package/lib.commonjs/abis/MAODistribution.d.ts +217 -0
  356. package/lib.commonjs/abis/MAODistribution.d.ts.map +1 -0
  357. package/lib.commonjs/abis/MAODistribution.js +285 -0
  358. package/lib.commonjs/abis/MAODistribution.js.map +1 -0
  359. package/lib.commonjs/abis/Math.d.ts +7 -0
  360. package/lib.commonjs/abis/Math.d.ts.map +1 -0
  361. package/lib.commonjs/abis/Math.js +12 -0
  362. package/lib.commonjs/abis/Math.js.map +1 -0
  363. package/lib.commonjs/abis/MiddlewareProxy.d.ts +27 -0
  364. package/lib.commonjs/abis/MiddlewareProxy.d.ts.map +1 -0
  365. package/lib.commonjs/abis/MiddlewareProxy.js +39 -0
  366. package/lib.commonjs/abis/MiddlewareProxy.js.map +1 -0
  367. package/lib.commonjs/abis/MockCloneDistribution.d.ts +80 -0
  368. package/lib.commonjs/abis/MockCloneDistribution.d.ts.map +1 -0
  369. package/lib.commonjs/abis/MockCloneDistribution.js +107 -0
  370. package/lib.commonjs/abis/MockCloneDistribution.js.map +1 -0
  371. package/lib.commonjs/abis/MockDiamondInitialize.d.ts +23 -0
  372. package/lib.commonjs/abis/MockDiamondInitialize.d.ts.map +1 -0
  373. package/lib.commonjs/abis/MockDiamondInitialize.js +33 -0
  374. package/lib.commonjs/abis/MockDiamondInitialize.js.map +1 -0
  375. package/lib.commonjs/abis/MockERC1155.d.ts +489 -0
  376. package/lib.commonjs/abis/MockERC1155.d.ts.map +1 -0
  377. package/lib.commonjs/abis/MockERC1155.js +636 -0
  378. package/lib.commonjs/abis/MockERC1155.js.map +1 -0
  379. package/lib.commonjs/abis/MockERC20.d.ts +253 -0
  380. package/lib.commonjs/abis/MockERC20.d.ts.map +1 -0
  381. package/lib.commonjs/abis/MockERC20.js +336 -0
  382. package/lib.commonjs/abis/MockERC20.js.map +1 -0
  383. package/lib.commonjs/abis/MockERC721.d.ts +472 -0
  384. package/lib.commonjs/abis/MockERC721.d.ts.map +1 -0
  385. package/lib.commonjs/abis/MockERC721.js +620 -0
  386. package/lib.commonjs/abis/MockERC721.js.map +1 -0
  387. package/lib.commonjs/abis/MockInstaller.d.ts +453 -0
  388. package/lib.commonjs/abis/MockInstaller.d.ts.map +1 -0
  389. package/lib.commonjs/abis/MockInstaller.js +596 -0
  390. package/lib.commonjs/abis/MockInstaller.js.map +1 -0
  391. package/lib.commonjs/abis/MockTokenizedDistributor.d.ts +1035 -0
  392. package/lib.commonjs/abis/MockTokenizedDistributor.d.ts.map +1 -0
  393. package/lib.commonjs/abis/MockTokenizedDistributor.js +1351 -0
  394. package/lib.commonjs/abis/MockTokenizedDistributor.js.map +1 -0
  395. package/lib.commonjs/abis/MockVendingMachine.d.ts +308 -0
  396. package/lib.commonjs/abis/MockVendingMachine.d.ts.map +1 -0
  397. package/lib.commonjs/abis/MockVendingMachine.js +404 -0
  398. package/lib.commonjs/abis/MockVendingMachine.js.map +1 -0
  399. package/lib.commonjs/abis/Multipass.d.ts +1132 -0
  400. package/lib.commonjs/abis/Multipass.d.ts.map +1 -0
  401. package/lib.commonjs/abis/Multipass.js +1461 -0
  402. package/lib.commonjs/abis/Multipass.js.map +1 -0
  403. package/lib.commonjs/abis/MultipassDiamond.d.ts +990 -0
  404. package/lib.commonjs/abis/MultipassDiamond.d.ts.map +1 -0
  405. package/lib.commonjs/abis/MultipassDiamond.js +1273 -0
  406. package/lib.commonjs/abis/MultipassDiamond.js.map +1 -0
  407. package/lib.commonjs/abis/MultipassInit.d.ts +17 -0
  408. package/lib.commonjs/abis/MultipassInit.d.ts.map +1 -0
  409. package/lib.commonjs/abis/MultipassInit.js +25 -0
  410. package/lib.commonjs/abis/MultipassInit.js.map +1 -0
  411. package/lib.commonjs/abis/NoncesUpgradeable.d.ts +47 -0
  412. package/lib.commonjs/abis/NoncesUpgradeable.d.ts.map +1 -0
  413. package/lib.commonjs/abis/NoncesUpgradeable.js +65 -0
  414. package/lib.commonjs/abis/NoncesUpgradeable.js.map +1 -0
  415. package/lib.commonjs/abis/Ownable.d.ts +60 -0
  416. package/lib.commonjs/abis/Ownable.d.ts.map +1 -0
  417. package/lib.commonjs/abis/Ownable.js +81 -0
  418. package/lib.commonjs/abis/Ownable.js.map +1 -0
  419. package/lib.commonjs/abis/OwnableDistributor.d.ts +673 -0
  420. package/lib.commonjs/abis/OwnableDistributor.d.ts.map +1 -0
  421. package/lib.commonjs/abis/OwnableDistributor.js +886 -0
  422. package/lib.commonjs/abis/OwnableDistributor.js.map +1 -0
  423. package/lib.commonjs/abis/OwnableRepository.d.ts +429 -0
  424. package/lib.commonjs/abis/OwnableRepository.d.ts.map +1 -0
  425. package/lib.commonjs/abis/OwnableRepository.js +566 -0
  426. package/lib.commonjs/abis/OwnableRepository.js.map +1 -0
  427. package/lib.commonjs/abis/OwnableUpgradeable.d.ts +78 -0
  428. package/lib.commonjs/abis/OwnableUpgradeable.d.ts.map +1 -0
  429. package/lib.commonjs/abis/OwnableUpgradeable.js +104 -0
  430. package/lib.commonjs/abis/OwnableUpgradeable.js.map +1 -0
  431. package/lib.commonjs/abis/OwnershipFacet.d.ts +38 -0
  432. package/lib.commonjs/abis/OwnershipFacet.d.ts.map +1 -0
  433. package/lib.commonjs/abis/OwnershipFacet.js +52 -0
  434. package/lib.commonjs/abis/OwnershipFacet.js.map +1 -0
  435. package/lib.commonjs/abis/RankToken.d.ts +604 -0
  436. package/lib.commonjs/abis/RankToken.d.ts.map +1 -0
  437. package/lib.commonjs/abis/RankToken.js +783 -0
  438. package/lib.commonjs/abis/RankToken.js.map +1 -0
  439. package/lib.commonjs/abis/Rankify.d.ts +340 -0
  440. package/lib.commonjs/abis/Rankify.d.ts.map +1 -0
  441. package/lib.commonjs/abis/Rankify.js +449 -0
  442. package/lib.commonjs/abis/Rankify.js.map +1 -0
  443. package/lib.commonjs/abis/RankifyDiamondInstance.d.ts +1560 -0
  444. package/lib.commonjs/abis/RankifyDiamondInstance.d.ts.map +1 -0
  445. package/lib.commonjs/abis/RankifyDiamondInstance.js +2032 -0
  446. package/lib.commonjs/abis/RankifyDiamondInstance.js.map +1 -0
  447. package/lib.commonjs/abis/RankifyInstanceEventMock.d.ts +263 -0
  448. package/lib.commonjs/abis/RankifyInstanceEventMock.d.ts.map +1 -0
  449. package/lib.commonjs/abis/RankifyInstanceEventMock.js +332 -0
  450. package/lib.commonjs/abis/RankifyInstanceEventMock.js.map +1 -0
  451. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.d.ts +251 -0
  452. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.d.ts.map +1 -0
  453. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.js +319 -0
  454. package/lib.commonjs/abis/RankifyInstanceGameMastersFacet.js.map +1 -0
  455. package/lib.commonjs/abis/RankifyInstanceGameOwnersFacet.d.ts +83 -0
  456. package/lib.commonjs/abis/RankifyInstanceGameOwnersFacet.d.ts.map +1 -0
  457. package/lib.commonjs/abis/RankifyInstanceGameOwnersFacet.js +111 -0
  458. package/lib.commonjs/abis/RankifyInstanceGameOwnersFacet.js.map +1 -0
  459. package/lib.commonjs/abis/RankifyInstanceInit.d.ts +60 -0
  460. package/lib.commonjs/abis/RankifyInstanceInit.d.ts.map +1 -0
  461. package/lib.commonjs/abis/RankifyInstanceInit.js +80 -0
  462. package/lib.commonjs/abis/RankifyInstanceInit.js.map +1 -0
  463. package/lib.commonjs/abis/RankifyInstanceMainFacet.d.ts +751 -0
  464. package/lib.commonjs/abis/RankifyInstanceMainFacet.d.ts.map +1 -0
  465. package/lib.commonjs/abis/RankifyInstanceMainFacet.js +987 -0
  466. package/lib.commonjs/abis/RankifyInstanceMainFacet.js.map +1 -0
  467. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts +418 -0
  468. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -0
  469. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js +549 -0
  470. package/lib.commonjs/abis/RankifyInstanceRequirementsFacet.js.map +1 -0
  471. package/lib.commonjs/abis/ReentrancyGuard.d.ts +7 -0
  472. package/lib.commonjs/abis/ReentrancyGuard.d.ts.map +1 -0
  473. package/lib.commonjs/abis/ReentrancyGuard.js +12 -0
  474. package/lib.commonjs/abis/ReentrancyGuard.js.map +1 -0
  475. package/lib.commonjs/abis/ReentrancyGuardUpgradeable.d.ts +25 -0
  476. package/lib.commonjs/abis/ReentrancyGuardUpgradeable.d.ts.map +1 -0
  477. package/lib.commonjs/abis/ReentrancyGuardUpgradeable.js +35 -0
  478. package/lib.commonjs/abis/ReentrancyGuardUpgradeable.js.map +1 -0
  479. package/lib.commonjs/abis/Repo.d.ts +429 -0
  480. package/lib.commonjs/abis/Repo.d.ts.map +1 -0
  481. package/lib.commonjs/abis/Repo.js +566 -0
  482. package/lib.commonjs/abis/Repo.js.map +1 -0
  483. package/lib.commonjs/abis/Repository.d.ts +356 -0
  484. package/lib.commonjs/abis/Repository.d.ts.map +1 -0
  485. package/lib.commonjs/abis/Repository.js +471 -0
  486. package/lib.commonjs/abis/Repository.js.map +1 -0
  487. package/lib.commonjs/abis/SafeCast.d.ts +43 -0
  488. package/lib.commonjs/abis/SafeCast.d.ts.map +1 -0
  489. package/lib.commonjs/abis/SafeCast.js +61 -0
  490. package/lib.commonjs/abis/SafeCast.js.map +1 -0
  491. package/lib.commonjs/abis/SimpleAccessManager.d.ts +170 -0
  492. package/lib.commonjs/abis/SimpleAccessManager.d.ts.map +1 -0
  493. package/lib.commonjs/abis/SimpleAccessManager.js +224 -0
  494. package/lib.commonjs/abis/SimpleAccessManager.js.map +1 -0
  495. package/lib.commonjs/abis/Strings.d.ts +15 -0
  496. package/lib.commonjs/abis/Strings.d.ts.map +1 -0
  497. package/lib.commonjs/abis/Strings.js +23 -0
  498. package/lib.commonjs/abis/Strings.js.map +1 -0
  499. package/lib.commonjs/abis/Test1Facet.d.ts +147 -0
  500. package/lib.commonjs/abis/Test1Facet.d.ts.map +1 -0
  501. package/lib.commonjs/abis/Test1Facet.js +179 -0
  502. package/lib.commonjs/abis/Test1Facet.js.map +1 -0
  503. package/lib.commonjs/abis/Test2Facet.d.ts +123 -0
  504. package/lib.commonjs/abis/Test2Facet.d.ts.map +1 -0
  505. package/lib.commonjs/abis/Test2Facet.js +147 -0
  506. package/lib.commonjs/abis/Test2Facet.js.map +1 -0
  507. package/lib.commonjs/abis/TestFacet.d.ts +24 -0
  508. package/lib.commonjs/abis/TestFacet.d.ts.map +1 -0
  509. package/lib.commonjs/abis/TestFacet.js +33 -0
  510. package/lib.commonjs/abis/TestFacet.js.map +1 -0
  511. package/lib.commonjs/abis/TokenizedDistributor.d.ts +667 -0
  512. package/lib.commonjs/abis/TokenizedDistributor.d.ts.map +1 -0
  513. package/lib.commonjs/abis/TokenizedDistributor.js +878 -0
  514. package/lib.commonjs/abis/TokenizedDistributor.js.map +1 -0
  515. package/lib.commonjs/abis/VotesUpgradeable.d.ts +306 -0
  516. package/lib.commonjs/abis/VotesUpgradeable.d.ts.map +1 -0
  517. package/lib.commonjs/abis/VotesUpgradeable.js +402 -0
  518. package/lib.commonjs/abis/VotesUpgradeable.js.map +1 -0
  519. package/lib.commonjs/abis/index.d.ts +29536 -0
  520. package/lib.commonjs/abis/index.d.ts.map +1 -0
  521. package/lib.commonjs/abis/index.js +508 -0
  522. package/lib.commonjs/abis/index.js.map +1 -0
  523. package/lib.commonjs/eds/Distributor.d.ts +17 -0
  524. package/lib.commonjs/eds/Distributor.d.ts.map +1 -0
  525. package/lib.commonjs/eds/Distributor.js +65 -0
  526. package/lib.commonjs/eds/Distributor.js.map +1 -0
  527. package/lib.commonjs/index.d.ts +16 -0
  528. package/lib.commonjs/index.d.ts.map +1 -0
  529. package/lib.commonjs/index.js +46 -0
  530. package/lib.commonjs/index.js.map +1 -0
  531. package/lib.commonjs/multipass/MultipassBase.d.ts +120 -0
  532. package/lib.commonjs/multipass/MultipassBase.d.ts.map +1 -0
  533. package/lib.commonjs/multipass/MultipassBase.js +140 -0
  534. package/lib.commonjs/multipass/MultipassBase.js.map +1 -0
  535. package/lib.commonjs/multipass/Registrar.d.ts +58 -0
  536. package/lib.commonjs/multipass/Registrar.d.ts.map +1 -0
  537. package/lib.commonjs/multipass/Registrar.js +77 -0
  538. package/lib.commonjs/multipass/Registrar.js.map +1 -0
  539. package/lib.commonjs/rankify/GameMaster.d.ts +171 -0
  540. package/lib.commonjs/rankify/GameMaster.d.ts.map +1 -0
  541. package/lib.commonjs/rankify/GameMaster.js +372 -0
  542. package/lib.commonjs/rankify/GameMaster.js.map +1 -0
  543. package/lib.commonjs/rankify/InstanceBase.d.ts +11105 -0
  544. package/lib.commonjs/rankify/InstanceBase.d.ts.map +1 -0
  545. package/lib.commonjs/rankify/InstanceBase.js +432 -0
  546. package/lib.commonjs/rankify/InstanceBase.js.map +1 -0
  547. package/lib.commonjs/rankify/MAODistributor.d.ts +100 -0
  548. package/lib.commonjs/rankify/MAODistributor.d.ts.map +1 -0
  549. package/lib.commonjs/rankify/MAODistributor.js +163 -0
  550. package/lib.commonjs/rankify/MAODistributor.js.map +1 -0
  551. package/lib.commonjs/rankify/Player.d.ts +49 -0
  552. package/lib.commonjs/rankify/Player.d.ts.map +1 -0
  553. package/lib.commonjs/rankify/Player.js +175 -0
  554. package/lib.commonjs/rankify/Player.js.map +1 -0
  555. package/lib.commonjs/rankify/RankToken.d.ts +14 -0
  556. package/lib.commonjs/rankify/RankToken.d.ts.map +1 -0
  557. package/lib.commonjs/rankify/RankToken.js +35 -0
  558. package/lib.commonjs/rankify/RankToken.js.map +1 -0
  559. package/lib.commonjs/types/contracts.d.ts +23 -0
  560. package/lib.commonjs/types/contracts.d.ts.map +1 -0
  561. package/lib.commonjs/types/contracts.js +19 -0
  562. package/lib.commonjs/types/contracts.js.map +1 -0
  563. package/lib.commonjs/types.d.ts +40 -0
  564. package/lib.commonjs/types.d.ts.map +1 -0
  565. package/lib.commonjs/types.js +16 -0
  566. package/lib.commonjs/types.js.map +1 -0
  567. package/lib.commonjs/utils/ApiError.d.ts +13 -0
  568. package/lib.commonjs/utils/ApiError.d.ts.map +1 -0
  569. package/lib.commonjs/utils/ApiError.js +21 -0
  570. package/lib.commonjs/utils/ApiError.js.map +1 -0
  571. package/lib.commonjs/utils/artifacts.d.ts +45 -0
  572. package/lib.commonjs/utils/artifacts.d.ts.map +1 -0
  573. package/lib.commonjs/utils/artifacts.js +49 -0
  574. package/lib.commonjs/utils/artifacts.js.map +1 -0
  575. package/lib.commonjs/utils/chainMapping.d.ts +4 -0
  576. package/lib.commonjs/utils/chainMapping.d.ts.map +1 -0
  577. package/lib.commonjs/utils/chainMapping.js +16 -0
  578. package/lib.commonjs/utils/chainMapping.js.map +1 -0
  579. package/lib.commonjs/utils/index.d.ts +3 -0
  580. package/lib.commonjs/utils/index.d.ts.map +1 -0
  581. package/lib.commonjs/utils/index.js +19 -0
  582. package/lib.commonjs/utils/index.js.map +1 -0
  583. package/lib.esm/abis/AccessControl.d.ts +177 -0
  584. package/lib.esm/abis/AccessControl.d.ts.map +1 -0
  585. package/lib.esm/abis/AccessControl.js +229 -0
  586. package/lib.esm/abis/AccessControl.js.map +1 -0
  587. package/lib.esm/abis/AccessControlDefaultAdminRules.d.ts +355 -0
  588. package/lib.esm/abis/AccessControlDefaultAdminRules.d.ts.map +1 -0
  589. package/lib.esm/abis/AccessControlDefaultAdminRules.js +457 -0
  590. package/lib.esm/abis/AccessControlDefaultAdminRules.js.map +1 -0
  591. package/lib.esm/abis/ArguableVotingTournament.d.ts +142 -0
  592. package/lib.esm/abis/ArguableVotingTournament.d.ts.map +1 -0
  593. package/lib.esm/abis/ArguableVotingTournament.js +184 -0
  594. package/lib.esm/abis/ArguableVotingTournament.js.map +1 -0
  595. package/lib.esm/abis/Checkpoints.d.ts +7 -0
  596. package/lib.esm/abis/Checkpoints.d.ts.map +1 -0
  597. package/lib.esm/abis/Checkpoints.js +9 -0
  598. package/lib.esm/abis/Checkpoints.js.map +1 -0
  599. package/lib.esm/abis/CloneDistribution.d.ts +76 -0
  600. package/lib.esm/abis/CloneDistribution.d.ts.map +1 -0
  601. package/lib.esm/abis/CloneDistribution.js +99 -0
  602. package/lib.esm/abis/CloneDistribution.js.map +1 -0
  603. package/lib.esm/abis/Clones.d.ts +7 -0
  604. package/lib.esm/abis/Clones.d.ts.map +1 -0
  605. package/lib.esm/abis/Clones.js +9 -0
  606. package/lib.esm/abis/Clones.js.map +1 -0
  607. package/lib.esm/abis/CodeHashDistribution.d.ts +120 -0
  608. package/lib.esm/abis/CodeHashDistribution.d.ts.map +1 -0
  609. package/lib.esm/abis/CodeHashDistribution.js +156 -0
  610. package/lib.esm/abis/CodeHashDistribution.js.map +1 -0
  611. package/lib.esm/abis/CodeIndex.d.ts +54 -0
  612. package/lib.esm/abis/CodeIndex.d.ts.map +1 -0
  613. package/lib.esm/abis/CodeIndex.js +71 -0
  614. package/lib.esm/abis/CodeIndex.js.map +1 -0
  615. package/lib.esm/abis/CompositeERC1155.d.ts +390 -0
  616. package/lib.esm/abis/CompositeERC1155.d.ts.map +1 -0
  617. package/lib.esm/abis/CompositeERC1155.js +500 -0
  618. package/lib.esm/abis/CompositeERC1155.js.map +1 -0
  619. package/lib.esm/abis/ContextUpgradeable.d.ts +21 -0
  620. package/lib.esm/abis/ContextUpgradeable.d.ts.map +1 -0
  621. package/lib.esm/abis/ContextUpgradeable.js +27 -0
  622. package/lib.esm/abis/ContextUpgradeable.js.map +1 -0
  623. package/lib.esm/abis/DAODistributor.d.ts +1035 -0
  624. package/lib.esm/abis/DAODistributor.d.ts.map +1 -0
  625. package/lib.esm/abis/DAODistributor.js +1348 -0
  626. package/lib.esm/abis/DAODistributor.js.map +1 -0
  627. package/lib.esm/abis/DNSFacet.d.ts +844 -0
  628. package/lib.esm/abis/DNSFacet.d.ts.map +1 -0
  629. package/lib.esm/abis/DNSFacet.js +1079 -0
  630. package/lib.esm/abis/DNSFacet.js.map +1 -0
  631. package/lib.esm/abis/Diamond.d.ts +69 -0
  632. package/lib.esm/abis/Diamond.d.ts.map +1 -0
  633. package/lib.esm/abis/Diamond.js +89 -0
  634. package/lib.esm/abis/Diamond.js.map +1 -0
  635. package/lib.esm/abis/DiamondClonable.d.ts +77 -0
  636. package/lib.esm/abis/DiamondClonable.d.ts.map +1 -0
  637. package/lib.esm/abis/DiamondClonable.js +100 -0
  638. package/lib.esm/abis/DiamondClonable.js.map +1 -0
  639. package/lib.esm/abis/DiamondCutFacet.d.ts +67 -0
  640. package/lib.esm/abis/DiamondCutFacet.d.ts.map +1 -0
  641. package/lib.esm/abis/DiamondCutFacet.js +86 -0
  642. package/lib.esm/abis/DiamondCutFacet.js.map +1 -0
  643. package/lib.esm/abis/DiamondDistribution.d.ts +88 -0
  644. package/lib.esm/abis/DiamondDistribution.d.ts.map +1 -0
  645. package/lib.esm/abis/DiamondDistribution.js +115 -0
  646. package/lib.esm/abis/DiamondDistribution.js.map +1 -0
  647. package/lib.esm/abis/DiamondInit.d.ts +9 -0
  648. package/lib.esm/abis/DiamondInit.d.ts.map +1 -0
  649. package/lib.esm/abis/DiamondInit.js +11 -0
  650. package/lib.esm/abis/DiamondInit.js.map +1 -0
  651. package/lib.esm/abis/DiamondLoupeFacet.d.ts +74 -0
  652. package/lib.esm/abis/DiamondLoupeFacet.d.ts.map +1 -0
  653. package/lib.esm/abis/DiamondLoupeFacet.js +99 -0
  654. package/lib.esm/abis/DiamondLoupeFacet.js.map +1 -0
  655. package/lib.esm/abis/DistributableGovernanceERC20.d.ts +697 -0
  656. package/lib.esm/abis/DistributableGovernanceERC20.d.ts.map +1 -0
  657. package/lib.esm/abis/DistributableGovernanceERC20.js +914 -0
  658. package/lib.esm/abis/DistributableGovernanceERC20.js.map +1 -0
  659. package/lib.esm/abis/Distributor.d.ts +608 -0
  660. package/lib.esm/abis/Distributor.d.ts.map +1 -0
  661. package/lib.esm/abis/Distributor.js +798 -0
  662. package/lib.esm/abis/Distributor.js.map +1 -0
  663. package/lib.esm/abis/ECDSA.d.ts +23 -0
  664. package/lib.esm/abis/ECDSA.d.ts.map +1 -0
  665. package/lib.esm/abis/ECDSA.js +31 -0
  666. package/lib.esm/abis/ECDSA.js.map +1 -0
  667. package/lib.esm/abis/EIP712InspectorFacet.d.ts +43 -0
  668. package/lib.esm/abis/EIP712InspectorFacet.d.ts.map +1 -0
  669. package/lib.esm/abis/EIP712InspectorFacet.js +55 -0
  670. package/lib.esm/abis/EIP712InspectorFacet.js.map +1 -0
  671. package/lib.esm/abis/EIP712Upgradeable.d.ts +60 -0
  672. package/lib.esm/abis/EIP712Upgradeable.d.ts.map +1 -0
  673. package/lib.esm/abis/EIP712Upgradeable.js +76 -0
  674. package/lib.esm/abis/EIP712Upgradeable.js.map +1 -0
  675. package/lib.esm/abis/ERC1155.d.ts +322 -0
  676. package/lib.esm/abis/ERC1155.d.ts.map +1 -0
  677. package/lib.esm/abis/ERC1155.js +418 -0
  678. package/lib.esm/abis/ERC1155.js.map +1 -0
  679. package/lib.esm/abis/ERC1155Burnable.d.ts +358 -0
  680. package/lib.esm/abis/ERC1155Burnable.d.ts.map +1 -0
  681. package/lib.esm/abis/ERC1155Burnable.js +464 -0
  682. package/lib.esm/abis/ERC1155Burnable.js.map +1 -0
  683. package/lib.esm/abis/ERC1155BurnableUpgradeable.d.ts +376 -0
  684. package/lib.esm/abis/ERC1155BurnableUpgradeable.d.ts.map +1 -0
  685. package/lib.esm/abis/ERC1155BurnableUpgradeable.js +487 -0
  686. package/lib.esm/abis/ERC1155BurnableUpgradeable.js.map +1 -0
  687. package/lib.esm/abis/ERC1155Upgradeable.d.ts +340 -0
  688. package/lib.esm/abis/ERC1155Upgradeable.d.ts.map +1 -0
  689. package/lib.esm/abis/ERC1155Upgradeable.js +441 -0
  690. package/lib.esm/abis/ERC1155Upgradeable.js.map +1 -0
  691. package/lib.esm/abis/ERC165.d.ts +17 -0
  692. package/lib.esm/abis/ERC165.d.ts.map +1 -0
  693. package/lib.esm/abis/ERC165.js +23 -0
  694. package/lib.esm/abis/ERC165.js.map +1 -0
  695. package/lib.esm/abis/ERC165Upgradeable.d.ts +35 -0
  696. package/lib.esm/abis/ERC165Upgradeable.d.ts.map +1 -0
  697. package/lib.esm/abis/ERC165Upgradeable.js +46 -0
  698. package/lib.esm/abis/ERC165Upgradeable.js.map +1 -0
  699. package/lib.esm/abis/ERC20.d.ts +237 -0
  700. package/lib.esm/abis/ERC20.d.ts.map +1 -0
  701. package/lib.esm/abis/ERC20.js +312 -0
  702. package/lib.esm/abis/ERC20.js.map +1 -0
  703. package/lib.esm/abis/ERC20Burnable.d.ts +261 -0
  704. package/lib.esm/abis/ERC20Burnable.d.ts.map +1 -0
  705. package/lib.esm/abis/ERC20Burnable.js +343 -0
  706. package/lib.esm/abis/ERC20Burnable.js.map +1 -0
  707. package/lib.esm/abis/ERC20Upgradeable.d.ts +255 -0
  708. package/lib.esm/abis/ERC20Upgradeable.d.ts.map +1 -0
  709. package/lib.esm/abis/ERC20Upgradeable.js +335 -0
  710. package/lib.esm/abis/ERC20Upgradeable.js.map +1 -0
  711. package/lib.esm/abis/ERC20VotesUpgradeable.d.ts +593 -0
  712. package/lib.esm/abis/ERC20VotesUpgradeable.d.ts.map +1 -0
  713. package/lib.esm/abis/ERC20VotesUpgradeable.js +778 -0
  714. package/lib.esm/abis/ERC20VotesUpgradeable.js.map +1 -0
  715. package/lib.esm/abis/ERC721.d.ts +333 -0
  716. package/lib.esm/abis/ERC721.d.ts.map +1 -0
  717. package/lib.esm/abis/ERC721.js +437 -0
  718. package/lib.esm/abis/ERC721.js.map +1 -0
  719. package/lib.esm/abis/ERC721Burnable.d.ts +343 -0
  720. package/lib.esm/abis/ERC721Burnable.d.ts.map +1 -0
  721. package/lib.esm/abis/ERC721Burnable.js +450 -0
  722. package/lib.esm/abis/ERC721Burnable.js.map +1 -0
  723. package/lib.esm/abis/IAccessControl.d.ts +153 -0
  724. package/lib.esm/abis/IAccessControl.d.ts.map +1 -0
  725. package/lib.esm/abis/IAccessControl.js +197 -0
  726. package/lib.esm/abis/IAccessControl.js.map +1 -0
  727. package/lib.esm/abis/IAccessControlDefaultAdminRules.d.ts +309 -0
  728. package/lib.esm/abis/IAccessControlDefaultAdminRules.d.ts.map +1 -0
  729. package/lib.esm/abis/IAccessControlDefaultAdminRules.js +396 -0
  730. package/lib.esm/abis/IAccessControlDefaultAdminRules.js.map +1 -0
  731. package/lib.esm/abis/ICodeIndex.d.ts +54 -0
  732. package/lib.esm/abis/ICodeIndex.d.ts.map +1 -0
  733. package/lib.esm/abis/ICodeIndex.js +71 -0
  734. package/lib.esm/abis/ICodeIndex.js.map +1 -0
  735. package/lib.esm/abis/IContractURI.d.ts +13 -0
  736. package/lib.esm/abis/IContractURI.d.ts.map +1 -0
  737. package/lib.esm/abis/IContractURI.js +17 -0
  738. package/lib.esm/abis/IContractURI.js.map +1 -0
  739. package/lib.esm/abis/IDAOFactory.d.ts +65 -0
  740. package/lib.esm/abis/IDAOFactory.d.ts.map +1 -0
  741. package/lib.esm/abis/IDAOFactory.js +86 -0
  742. package/lib.esm/abis/IDAOFactory.js.map +1 -0
  743. package/lib.esm/abis/IDiamondCut.d.ts +34 -0
  744. package/lib.esm/abis/IDiamondCut.d.ts.map +1 -0
  745. package/lib.esm/abis/IDiamondCut.js +44 -0
  746. package/lib.esm/abis/IDiamondCut.js.map +1 -0
  747. package/lib.esm/abis/IDiamondLoupe.d.ts +60 -0
  748. package/lib.esm/abis/IDiamondLoupe.d.ts.map +1 -0
  749. package/lib.esm/abis/IDiamondLoupe.js +80 -0
  750. package/lib.esm/abis/IDiamondLoupe.js.map +1 -0
  751. package/lib.esm/abis/IDistribution.d.ts +68 -0
  752. package/lib.esm/abis/IDistribution.d.ts.map +1 -0
  753. package/lib.esm/abis/IDistribution.js +88 -0
  754. package/lib.esm/abis/IDistribution.js.map +1 -0
  755. package/lib.esm/abis/IDistributor.d.ts +477 -0
  756. package/lib.esm/abis/IDistributor.d.ts.map +1 -0
  757. package/lib.esm/abis/IDistributor.js +624 -0
  758. package/lib.esm/abis/IDistributor.js.map +1 -0
  759. package/lib.esm/abis/IERC1155.d.ts +232 -0
  760. package/lib.esm/abis/IERC1155.d.ts.map +1 -0
  761. package/lib.esm/abis/IERC1155.js +297 -0
  762. package/lib.esm/abis/IERC1155.js.map +1 -0
  763. package/lib.esm/abis/IERC1155Errors.d.ts +79 -0
  764. package/lib.esm/abis/IERC1155Errors.d.ts.map +1 -0
  765. package/lib.esm/abis/IERC1155Errors.js +106 -0
  766. package/lib.esm/abis/IERC1155Errors.js.map +1 -0
  767. package/lib.esm/abis/IERC1155MetadataURI.d.ts +246 -0
  768. package/lib.esm/abis/IERC1155MetadataURI.d.ts.map +1 -0
  769. package/lib.esm/abis/IERC1155MetadataURI.js +316 -0
  770. package/lib.esm/abis/IERC1155MetadataURI.js.map +1 -0
  771. package/lib.esm/abis/IERC1155Receiver.d.ts +63 -0
  772. package/lib.esm/abis/IERC1155Receiver.d.ts.map +1 -0
  773. package/lib.esm/abis/IERC1155Receiver.js +82 -0
  774. package/lib.esm/abis/IERC1155Receiver.js.map +1 -0
  775. package/lib.esm/abis/IERC1271.d.ts +21 -0
  776. package/lib.esm/abis/IERC1271.d.ts.map +1 -0
  777. package/lib.esm/abis/IERC1271.js +28 -0
  778. package/lib.esm/abis/IERC1271.js.map +1 -0
  779. package/lib.esm/abis/IERC165.d.ts +17 -0
  780. package/lib.esm/abis/IERC165.d.ts.map +1 -0
  781. package/lib.esm/abis/IERC165.js +23 -0
  782. package/lib.esm/abis/IERC165.js.map +1 -0
  783. package/lib.esm/abis/IERC173.d.ts +23 -0
  784. package/lib.esm/abis/IERC173.d.ts.map +1 -0
  785. package/lib.esm/abis/IERC173.js +30 -0
  786. package/lib.esm/abis/IERC173.js.map +1 -0
  787. package/lib.esm/abis/IERC20.d.ts +143 -0
  788. package/lib.esm/abis/IERC20.d.ts.map +1 -0
  789. package/lib.esm/abis/IERC20.js +187 -0
  790. package/lib.esm/abis/IERC20.js.map +1 -0
  791. package/lib.esm/abis/IERC20Errors.d.ts +67 -0
  792. package/lib.esm/abis/IERC20Errors.d.ts.map +1 -0
  793. package/lib.esm/abis/IERC20Errors.js +90 -0
  794. package/lib.esm/abis/IERC20Errors.js.map +1 -0
  795. package/lib.esm/abis/IERC20Metadata.d.ts +173 -0
  796. package/lib.esm/abis/IERC20Metadata.d.ts.map +1 -0
  797. package/lib.esm/abis/IERC20Metadata.js +226 -0
  798. package/lib.esm/abis/IERC20Metadata.js.map +1 -0
  799. package/lib.esm/abis/IERC20MintableUpgradeable.d.ts +17 -0
  800. package/lib.esm/abis/IERC20MintableUpgradeable.d.ts.map +1 -0
  801. package/lib.esm/abis/IERC20MintableUpgradeable.js +22 -0
  802. package/lib.esm/abis/IERC20MintableUpgradeable.js.map +1 -0
  803. package/lib.esm/abis/IERC5267.d.ts +42 -0
  804. package/lib.esm/abis/IERC5267.d.ts.map +1 -0
  805. package/lib.esm/abis/IERC5267.js +53 -0
  806. package/lib.esm/abis/IERC5267.js.map +1 -0
  807. package/lib.esm/abis/IERC5313.d.ts +13 -0
  808. package/lib.esm/abis/IERC5313.d.ts.map +1 -0
  809. package/lib.esm/abis/IERC5313.js +17 -0
  810. package/lib.esm/abis/IERC5313.js.map +1 -0
  811. package/lib.esm/abis/IERC5805.d.ts +171 -0
  812. package/lib.esm/abis/IERC5805.d.ts.map +1 -0
  813. package/lib.esm/abis/IERC5805.js +223 -0
  814. package/lib.esm/abis/IERC5805.js.map +1 -0
  815. package/lib.esm/abis/IERC6372.d.ts +23 -0
  816. package/lib.esm/abis/IERC6372.d.ts.map +1 -0
  817. package/lib.esm/abis/IERC6372.js +30 -0
  818. package/lib.esm/abis/IERC6372.js.map +1 -0
  819. package/lib.esm/abis/IERC721.d.ts +223 -0
  820. package/lib.esm/abis/IERC721.d.ts.map +1 -0
  821. package/lib.esm/abis/IERC721.js +289 -0
  822. package/lib.esm/abis/IERC721.js.map +1 -0
  823. package/lib.esm/abis/IERC721Errors.d.ts +79 -0
  824. package/lib.esm/abis/IERC721Errors.d.ts.map +1 -0
  825. package/lib.esm/abis/IERC721Errors.js +107 -0
  826. package/lib.esm/abis/IERC721Errors.js.map +1 -0
  827. package/lib.esm/abis/IERC721Metadata.d.ts +257 -0
  828. package/lib.esm/abis/IERC721Metadata.d.ts.map +1 -0
  829. package/lib.esm/abis/IERC721Metadata.js +334 -0
  830. package/lib.esm/abis/IERC721Metadata.js.map +1 -0
  831. package/lib.esm/abis/IERC721Receiver.d.ts +29 -0
  832. package/lib.esm/abis/IERC721Receiver.d.ts.map +1 -0
  833. package/lib.esm/abis/IERC721Receiver.js +38 -0
  834. package/lib.esm/abis/IERC721Receiver.js.map +1 -0
  835. package/lib.esm/abis/IERC7746.d.ts +63 -0
  836. package/lib.esm/abis/IERC7746.d.ts.map +1 -0
  837. package/lib.esm/abis/IERC7746.js +81 -0
  838. package/lib.esm/abis/IERC7746.js.map +1 -0
  839. package/lib.esm/abis/IErrors.d.ts +15 -0
  840. package/lib.esm/abis/IErrors.d.ts.map +1 -0
  841. package/lib.esm/abis/IErrors.js +20 -0
  842. package/lib.esm/abis/IErrors.js.map +1 -0
  843. package/lib.esm/abis/IInitializer.d.ts +56 -0
  844. package/lib.esm/abis/IInitializer.d.ts.map +1 -0
  845. package/lib.esm/abis/IInitializer.js +72 -0
  846. package/lib.esm/abis/IInitializer.js.map +1 -0
  847. package/lib.esm/abis/IInstaller.d.ts +384 -0
  848. package/lib.esm/abis/IInstaller.d.ts.map +1 -0
  849. package/lib.esm/abis/IInstaller.js +503 -0
  850. package/lib.esm/abis/IInstaller.js.map +1 -0
  851. package/lib.esm/abis/ILockableERC1155.d.ts +360 -0
  852. package/lib.esm/abis/ILockableERC1155.d.ts.map +1 -0
  853. package/lib.esm/abis/ILockableERC1155.js +461 -0
  854. package/lib.esm/abis/ILockableERC1155.js.map +1 -0
  855. package/lib.esm/abis/IMultipass.d.ts +978 -0
  856. package/lib.esm/abis/IMultipass.d.ts.map +1 -0
  857. package/lib.esm/abis/IMultipass.js +1260 -0
  858. package/lib.esm/abis/IMultipass.js.map +1 -0
  859. package/lib.esm/abis/IPluginRepo.d.ts +85 -0
  860. package/lib.esm/abis/IPluginRepo.d.ts.map +1 -0
  861. package/lib.esm/abis/IPluginRepo.js +111 -0
  862. package/lib.esm/abis/IPluginRepo.js.map +1 -0
  863. package/lib.esm/abis/IRankToken.d.ts +414 -0
  864. package/lib.esm/abis/IRankToken.d.ts.map +1 -0
  865. package/lib.esm/abis/IRankToken.js +530 -0
  866. package/lib.esm/abis/IRankToken.js.map +1 -0
  867. package/lib.esm/abis/IRankifyInstance.d.ts +112 -0
  868. package/lib.esm/abis/IRankifyInstance.d.ts.map +1 -0
  869. package/lib.esm/abis/IRankifyInstance.js +144 -0
  870. package/lib.esm/abis/IRankifyInstance.js.map +1 -0
  871. package/lib.esm/abis/IRankifyInstanceCommons.d.ts +88 -0
  872. package/lib.esm/abis/IRankifyInstanceCommons.d.ts.map +1 -0
  873. package/lib.esm/abis/IRankifyInstanceCommons.js +112 -0
  874. package/lib.esm/abis/IRankifyInstanceCommons.js.map +1 -0
  875. package/lib.esm/abis/IRepository.d.ts +260 -0
  876. package/lib.esm/abis/IRepository.d.ts.map +1 -0
  877. package/lib.esm/abis/IRepository.js +340 -0
  878. package/lib.esm/abis/IRepository.js.map +1 -0
  879. package/lib.esm/abis/IVotes.d.ts +151 -0
  880. package/lib.esm/abis/IVotes.d.ts.map +1 -0
  881. package/lib.esm/abis/IVotes.js +197 -0
  882. package/lib.esm/abis/IVotes.js.map +1 -0
  883. package/lib.esm/abis/Initializable.d.ts +21 -0
  884. package/lib.esm/abis/Initializable.d.ts.map +1 -0
  885. package/lib.esm/abis/Initializable.js +27 -0
  886. package/lib.esm/abis/Initializable.js.map +1 -0
  887. package/lib.esm/abis/InitializedDiamondDistribution.d.ts +80 -0
  888. package/lib.esm/abis/InitializedDiamondDistribution.d.ts.map +1 -0
  889. package/lib.esm/abis/InitializedDiamondDistribution.js +104 -0
  890. package/lib.esm/abis/InitializedDiamondDistribution.js.map +1 -0
  891. package/lib.esm/abis/Installer.d.ts +384 -0
  892. package/lib.esm/abis/Installer.d.ts.map +1 -0
  893. package/lib.esm/abis/Installer.js +503 -0
  894. package/lib.esm/abis/Installer.js.map +1 -0
  895. package/lib.esm/abis/InstallerClonable.d.ts +412 -0
  896. package/lib.esm/abis/InstallerClonable.d.ts.map +1 -0
  897. package/lib.esm/abis/InstallerClonable.js +539 -0
  898. package/lib.esm/abis/InstallerClonable.js.map +1 -0
  899. package/lib.esm/abis/LatestVersionDistribution.d.ts +102 -0
  900. package/lib.esm/abis/LatestVersionDistribution.d.ts.map +1 -0
  901. package/lib.esm/abis/LatestVersionDistribution.js +133 -0
  902. package/lib.esm/abis/LatestVersionDistribution.js.map +1 -0
  903. package/lib.esm/abis/LibDiamond.d.ts +59 -0
  904. package/lib.esm/abis/LibDiamond.d.ts.map +1 -0
  905. package/lib.esm/abis/LibDiamond.js +76 -0
  906. package/lib.esm/abis/LibDiamond.js.map +1 -0
  907. package/lib.esm/abis/LibSemver.d.ts +11 -0
  908. package/lib.esm/abis/LibSemver.d.ts.map +1 -0
  909. package/lib.esm/abis/LibSemver.js +15 -0
  910. package/lib.esm/abis/LibSemver.js.map +1 -0
  911. package/lib.esm/abis/LockableERC1155.d.ts +486 -0
  912. package/lib.esm/abis/LockableERC1155.d.ts.map +1 -0
  913. package/lib.esm/abis/LockableERC1155.js +628 -0
  914. package/lib.esm/abis/LockableERC1155.js.map +1 -0
  915. package/lib.esm/abis/MAODistribution.d.ts +217 -0
  916. package/lib.esm/abis/MAODistribution.d.ts.map +1 -0
  917. package/lib.esm/abis/MAODistribution.js +282 -0
  918. package/lib.esm/abis/MAODistribution.js.map +1 -0
  919. package/lib.esm/abis/Math.d.ts +7 -0
  920. package/lib.esm/abis/Math.d.ts.map +1 -0
  921. package/lib.esm/abis/Math.js +9 -0
  922. package/lib.esm/abis/Math.js.map +1 -0
  923. package/lib.esm/abis/MiddlewareProxy.d.ts +27 -0
  924. package/lib.esm/abis/MiddlewareProxy.d.ts.map +1 -0
  925. package/lib.esm/abis/MiddlewareProxy.js +36 -0
  926. package/lib.esm/abis/MiddlewareProxy.js.map +1 -0
  927. package/lib.esm/abis/MockCloneDistribution.d.ts +80 -0
  928. package/lib.esm/abis/MockCloneDistribution.d.ts.map +1 -0
  929. package/lib.esm/abis/MockCloneDistribution.js +104 -0
  930. package/lib.esm/abis/MockCloneDistribution.js.map +1 -0
  931. package/lib.esm/abis/MockDiamondInitialize.d.ts +23 -0
  932. package/lib.esm/abis/MockDiamondInitialize.d.ts.map +1 -0
  933. package/lib.esm/abis/MockDiamondInitialize.js +30 -0
  934. package/lib.esm/abis/MockDiamondInitialize.js.map +1 -0
  935. package/lib.esm/abis/MockERC1155.d.ts +489 -0
  936. package/lib.esm/abis/MockERC1155.d.ts.map +1 -0
  937. package/lib.esm/abis/MockERC1155.js +633 -0
  938. package/lib.esm/abis/MockERC1155.js.map +1 -0
  939. package/lib.esm/abis/MockERC20.d.ts +253 -0
  940. package/lib.esm/abis/MockERC20.d.ts.map +1 -0
  941. package/lib.esm/abis/MockERC20.js +333 -0
  942. package/lib.esm/abis/MockERC20.js.map +1 -0
  943. package/lib.esm/abis/MockERC721.d.ts +472 -0
  944. package/lib.esm/abis/MockERC721.d.ts.map +1 -0
  945. package/lib.esm/abis/MockERC721.js +617 -0
  946. package/lib.esm/abis/MockERC721.js.map +1 -0
  947. package/lib.esm/abis/MockInstaller.d.ts +453 -0
  948. package/lib.esm/abis/MockInstaller.d.ts.map +1 -0
  949. package/lib.esm/abis/MockInstaller.js +593 -0
  950. package/lib.esm/abis/MockInstaller.js.map +1 -0
  951. package/lib.esm/abis/MockTokenizedDistributor.d.ts +1035 -0
  952. package/lib.esm/abis/MockTokenizedDistributor.d.ts.map +1 -0
  953. package/lib.esm/abis/MockTokenizedDistributor.js +1348 -0
  954. package/lib.esm/abis/MockTokenizedDistributor.js.map +1 -0
  955. package/lib.esm/abis/MockVendingMachine.d.ts +308 -0
  956. package/lib.esm/abis/MockVendingMachine.d.ts.map +1 -0
  957. package/lib.esm/abis/MockVendingMachine.js +401 -0
  958. package/lib.esm/abis/MockVendingMachine.js.map +1 -0
  959. package/lib.esm/abis/Multipass.d.ts +1132 -0
  960. package/lib.esm/abis/Multipass.d.ts.map +1 -0
  961. package/lib.esm/abis/Multipass.js +1458 -0
  962. package/lib.esm/abis/Multipass.js.map +1 -0
  963. package/lib.esm/abis/MultipassDiamond.d.ts +990 -0
  964. package/lib.esm/abis/MultipassDiamond.d.ts.map +1 -0
  965. package/lib.esm/abis/MultipassDiamond.js +1270 -0
  966. package/lib.esm/abis/MultipassDiamond.js.map +1 -0
  967. package/lib.esm/abis/MultipassInit.d.ts +17 -0
  968. package/lib.esm/abis/MultipassInit.d.ts.map +1 -0
  969. package/lib.esm/abis/MultipassInit.js +22 -0
  970. package/lib.esm/abis/MultipassInit.js.map +1 -0
  971. package/lib.esm/abis/NoncesUpgradeable.d.ts +47 -0
  972. package/lib.esm/abis/NoncesUpgradeable.d.ts.map +1 -0
  973. package/lib.esm/abis/NoncesUpgradeable.js +62 -0
  974. package/lib.esm/abis/NoncesUpgradeable.js.map +1 -0
  975. package/lib.esm/abis/Ownable.d.ts +60 -0
  976. package/lib.esm/abis/Ownable.d.ts.map +1 -0
  977. package/lib.esm/abis/Ownable.js +78 -0
  978. package/lib.esm/abis/Ownable.js.map +1 -0
  979. package/lib.esm/abis/OwnableDistributor.d.ts +673 -0
  980. package/lib.esm/abis/OwnableDistributor.d.ts.map +1 -0
  981. package/lib.esm/abis/OwnableDistributor.js +883 -0
  982. package/lib.esm/abis/OwnableDistributor.js.map +1 -0
  983. package/lib.esm/abis/OwnableRepository.d.ts +429 -0
  984. package/lib.esm/abis/OwnableRepository.d.ts.map +1 -0
  985. package/lib.esm/abis/OwnableRepository.js +563 -0
  986. package/lib.esm/abis/OwnableRepository.js.map +1 -0
  987. package/lib.esm/abis/OwnableUpgradeable.d.ts +78 -0
  988. package/lib.esm/abis/OwnableUpgradeable.d.ts.map +1 -0
  989. package/lib.esm/abis/OwnableUpgradeable.js +101 -0
  990. package/lib.esm/abis/OwnableUpgradeable.js.map +1 -0
  991. package/lib.esm/abis/OwnershipFacet.d.ts +38 -0
  992. package/lib.esm/abis/OwnershipFacet.d.ts.map +1 -0
  993. package/lib.esm/abis/OwnershipFacet.js +49 -0
  994. package/lib.esm/abis/OwnershipFacet.js.map +1 -0
  995. package/lib.esm/abis/RankToken.d.ts +604 -0
  996. package/lib.esm/abis/RankToken.d.ts.map +1 -0
  997. package/lib.esm/abis/RankToken.js +780 -0
  998. package/lib.esm/abis/RankToken.js.map +1 -0
  999. package/lib.esm/abis/Rankify.d.ts +340 -0
  1000. package/lib.esm/abis/Rankify.d.ts.map +1 -0
  1001. package/lib.esm/abis/Rankify.js +446 -0
  1002. package/lib.esm/abis/Rankify.js.map +1 -0
  1003. package/lib.esm/abis/RankifyDiamondInstance.d.ts +1560 -0
  1004. package/lib.esm/abis/RankifyDiamondInstance.d.ts.map +1 -0
  1005. package/lib.esm/abis/RankifyDiamondInstance.js +2029 -0
  1006. package/lib.esm/abis/RankifyDiamondInstance.js.map +1 -0
  1007. package/lib.esm/abis/RankifyInstanceEventMock.d.ts +263 -0
  1008. package/lib.esm/abis/RankifyInstanceEventMock.d.ts.map +1 -0
  1009. package/lib.esm/abis/RankifyInstanceEventMock.js +329 -0
  1010. package/lib.esm/abis/RankifyInstanceEventMock.js.map +1 -0
  1011. package/lib.esm/abis/RankifyInstanceGameMastersFacet.d.ts +251 -0
  1012. package/lib.esm/abis/RankifyInstanceGameMastersFacet.d.ts.map +1 -0
  1013. package/lib.esm/abis/RankifyInstanceGameMastersFacet.js +316 -0
  1014. package/lib.esm/abis/RankifyInstanceGameMastersFacet.js.map +1 -0
  1015. package/lib.esm/abis/RankifyInstanceGameOwnersFacet.d.ts +83 -0
  1016. package/lib.esm/abis/RankifyInstanceGameOwnersFacet.d.ts.map +1 -0
  1017. package/lib.esm/abis/RankifyInstanceGameOwnersFacet.js +108 -0
  1018. package/lib.esm/abis/RankifyInstanceGameOwnersFacet.js.map +1 -0
  1019. package/lib.esm/abis/RankifyInstanceInit.d.ts +60 -0
  1020. package/lib.esm/abis/RankifyInstanceInit.d.ts.map +1 -0
  1021. package/lib.esm/abis/RankifyInstanceInit.js +77 -0
  1022. package/lib.esm/abis/RankifyInstanceInit.js.map +1 -0
  1023. package/lib.esm/abis/RankifyInstanceMainFacet.d.ts +751 -0
  1024. package/lib.esm/abis/RankifyInstanceMainFacet.d.ts.map +1 -0
  1025. package/lib.esm/abis/RankifyInstanceMainFacet.js +984 -0
  1026. package/lib.esm/abis/RankifyInstanceMainFacet.js.map +1 -0
  1027. package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts +418 -0
  1028. package/lib.esm/abis/RankifyInstanceRequirementsFacet.d.ts.map +1 -0
  1029. package/lib.esm/abis/RankifyInstanceRequirementsFacet.js +546 -0
  1030. package/lib.esm/abis/RankifyInstanceRequirementsFacet.js.map +1 -0
  1031. package/lib.esm/abis/ReentrancyGuard.d.ts +7 -0
  1032. package/lib.esm/abis/ReentrancyGuard.d.ts.map +1 -0
  1033. package/lib.esm/abis/ReentrancyGuard.js +9 -0
  1034. package/lib.esm/abis/ReentrancyGuard.js.map +1 -0
  1035. package/lib.esm/abis/ReentrancyGuardUpgradeable.d.ts +25 -0
  1036. package/lib.esm/abis/ReentrancyGuardUpgradeable.d.ts.map +1 -0
  1037. package/lib.esm/abis/ReentrancyGuardUpgradeable.js +32 -0
  1038. package/lib.esm/abis/ReentrancyGuardUpgradeable.js.map +1 -0
  1039. package/lib.esm/abis/Repo.d.ts +429 -0
  1040. package/lib.esm/abis/Repo.d.ts.map +1 -0
  1041. package/lib.esm/abis/Repo.js +563 -0
  1042. package/lib.esm/abis/Repo.js.map +1 -0
  1043. package/lib.esm/abis/Repository.d.ts +356 -0
  1044. package/lib.esm/abis/Repository.d.ts.map +1 -0
  1045. package/lib.esm/abis/Repository.js +468 -0
  1046. package/lib.esm/abis/Repository.js.map +1 -0
  1047. package/lib.esm/abis/SafeCast.d.ts +43 -0
  1048. package/lib.esm/abis/SafeCast.d.ts.map +1 -0
  1049. package/lib.esm/abis/SafeCast.js +58 -0
  1050. package/lib.esm/abis/SafeCast.js.map +1 -0
  1051. package/lib.esm/abis/SimpleAccessManager.d.ts +170 -0
  1052. package/lib.esm/abis/SimpleAccessManager.d.ts.map +1 -0
  1053. package/lib.esm/abis/SimpleAccessManager.js +221 -0
  1054. package/lib.esm/abis/SimpleAccessManager.js.map +1 -0
  1055. package/lib.esm/abis/Strings.d.ts +15 -0
  1056. package/lib.esm/abis/Strings.d.ts.map +1 -0
  1057. package/lib.esm/abis/Strings.js +20 -0
  1058. package/lib.esm/abis/Strings.js.map +1 -0
  1059. package/lib.esm/abis/Test1Facet.d.ts +147 -0
  1060. package/lib.esm/abis/Test1Facet.d.ts.map +1 -0
  1061. package/lib.esm/abis/Test1Facet.js +176 -0
  1062. package/lib.esm/abis/Test1Facet.js.map +1 -0
  1063. package/lib.esm/abis/Test2Facet.d.ts +123 -0
  1064. package/lib.esm/abis/Test2Facet.d.ts.map +1 -0
  1065. package/lib.esm/abis/Test2Facet.js +144 -0
  1066. package/lib.esm/abis/Test2Facet.js.map +1 -0
  1067. package/lib.esm/abis/TestFacet.d.ts +24 -0
  1068. package/lib.esm/abis/TestFacet.d.ts.map +1 -0
  1069. package/lib.esm/abis/TestFacet.js +30 -0
  1070. package/lib.esm/abis/TestFacet.js.map +1 -0
  1071. package/lib.esm/abis/TokenizedDistributor.d.ts +667 -0
  1072. package/lib.esm/abis/TokenizedDistributor.d.ts.map +1 -0
  1073. package/lib.esm/abis/TokenizedDistributor.js +875 -0
  1074. package/lib.esm/abis/TokenizedDistributor.js.map +1 -0
  1075. package/lib.esm/abis/VotesUpgradeable.d.ts +306 -0
  1076. package/lib.esm/abis/VotesUpgradeable.d.ts.map +1 -0
  1077. package/lib.esm/abis/VotesUpgradeable.js +399 -0
  1078. package/lib.esm/abis/VotesUpgradeable.js.map +1 -0
  1079. package/lib.esm/abis/index.d.ts +29536 -0
  1080. package/lib.esm/abis/index.d.ts.map +1 -0
  1081. package/lib.esm/abis/index.js +379 -0
  1082. package/lib.esm/abis/index.js.map +1 -0
  1083. package/lib.esm/eds/Distributor.d.ts +17 -0
  1084. package/lib.esm/eds/Distributor.d.ts.map +1 -0
  1085. package/lib.esm/eds/Distributor.js +58 -0
  1086. package/lib.esm/eds/Distributor.js.map +1 -0
  1087. package/lib.esm/index.d.ts +16 -0
  1088. package/lib.esm/index.d.ts.map +1 -0
  1089. package/lib.esm/index.js +19 -0
  1090. package/lib.esm/index.js.map +1 -0
  1091. package/lib.esm/multipass/MultipassBase.d.ts +120 -0
  1092. package/lib.esm/multipass/MultipassBase.d.ts.map +1 -0
  1093. package/lib.esm/multipass/MultipassBase.js +137 -0
  1094. package/lib.esm/multipass/MultipassBase.js.map +1 -0
  1095. package/lib.esm/multipass/Registrar.d.ts +58 -0
  1096. package/lib.esm/multipass/Registrar.d.ts.map +1 -0
  1097. package/lib.esm/multipass/Registrar.js +71 -0
  1098. package/lib.esm/multipass/Registrar.js.map +1 -0
  1099. package/lib.esm/rankify/GameMaster.d.ts +171 -0
  1100. package/lib.esm/rankify/GameMaster.d.ts.map +1 -0
  1101. package/lib.esm/rankify/GameMaster.js +365 -0
  1102. package/lib.esm/rankify/GameMaster.js.map +1 -0
  1103. package/lib.esm/rankify/InstanceBase.d.ts +11105 -0
  1104. package/lib.esm/rankify/InstanceBase.d.ts.map +1 -0
  1105. package/lib.esm/rankify/InstanceBase.js +425 -0
  1106. package/lib.esm/rankify/InstanceBase.js.map +1 -0
  1107. package/lib.esm/rankify/MAODistributor.d.ts +100 -0
  1108. package/lib.esm/rankify/MAODistributor.d.ts.map +1 -0
  1109. package/lib.esm/rankify/MAODistributor.js +156 -0
  1110. package/lib.esm/rankify/MAODistributor.js.map +1 -0
  1111. package/lib.esm/rankify/Player.d.ts +49 -0
  1112. package/lib.esm/rankify/Player.d.ts.map +1 -0
  1113. package/lib.esm/rankify/Player.js +169 -0
  1114. package/lib.esm/rankify/Player.js.map +1 -0
  1115. package/lib.esm/rankify/RankToken.d.ts +14 -0
  1116. package/lib.esm/rankify/RankToken.d.ts.map +1 -0
  1117. package/lib.esm/rankify/RankToken.js +29 -0
  1118. package/lib.esm/rankify/RankToken.js.map +1 -0
  1119. package/lib.esm/types/contracts.d.ts +23 -0
  1120. package/lib.esm/types/contracts.d.ts.map +1 -0
  1121. package/lib.esm/types/contracts.js +15 -0
  1122. package/lib.esm/types/contracts.js.map +1 -0
  1123. package/lib.esm/types.d.ts +40 -0
  1124. package/lib.esm/types.d.ts.map +1 -0
  1125. package/lib.esm/types.js +13 -0
  1126. package/lib.esm/types.js.map +1 -0
  1127. package/lib.esm/utils/ApiError.d.ts +13 -0
  1128. package/lib.esm/utils/ApiError.d.ts.map +1 -0
  1129. package/lib.esm/utils/ApiError.js +16 -0
  1130. package/lib.esm/utils/ApiError.js.map +1 -0
  1131. package/lib.esm/utils/artifacts.d.ts +45 -0
  1132. package/lib.esm/utils/artifacts.d.ts.map +1 -0
  1133. package/lib.esm/utils/artifacts.js +44 -0
  1134. package/lib.esm/utils/artifacts.js.map +1 -0
  1135. package/lib.esm/utils/chainMapping.d.ts +4 -0
  1136. package/lib.esm/utils/chainMapping.d.ts.map +1 -0
  1137. package/lib.esm/utils/chainMapping.js +12 -0
  1138. package/lib.esm/utils/chainMapping.js.map +1 -0
  1139. package/lib.esm/utils/index.d.ts +3 -0
  1140. package/lib.esm/utils/index.d.ts.map +1 -0
  1141. package/lib.esm/utils/index.js +3 -0
  1142. package/lib.esm/utils/index.js.map +1 -0
  1143. package/package.json +76 -0
@@ -0,0 +1,16 @@
1
+ {
2
+ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
3
+ "changelog": [
4
+ "@changesets/changelog-github",
5
+ {
6
+ "repo": "peeramid-labs/sdk"
7
+ }
8
+ ],
9
+ "commit": false,
10
+ "fixed": [],
11
+ "linked": [],
12
+ "access": "public",
13
+ "baseBranch": "main",
14
+ "updateInternalDependencies": "patch",
15
+ "ignore": []
16
+ }
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": minor
3
+ ---
4
+
5
+ added script to locally bring up development enviroment
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": minor
3
+ ---
4
+
5
+ Migrated to fully use multipass dependency
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": major
3
+ ---
4
+
5
+ adapted client library for rankify v0.10.0 release
@@ -0,0 +1,5 @@
1
+ ---
2
+ "@peeramid-labs/sdk": patch
3
+ ---
4
+
5
+ changed sdk package name
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": minor
3
+ ---
4
+
5
+ Update multipass to 0.3.1
@@ -0,0 +1,16 @@
1
+ {
2
+ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
3
+ "changelog": [
4
+ "@changesets/changelog-github",
5
+ {
6
+ "repo": "peeramid-labs/sdk"
7
+ }
8
+ ],
9
+ "commit": false,
10
+ "fixed": [],
11
+ "linked": [],
12
+ "access": "public",
13
+ "baseBranch": "main",
14
+ "updateInternalDependencies": "patch",
15
+ "ignore": []
16
+ }
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": minor
3
+ ---
4
+
5
+ Migrated to fully use multipass dependency
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": major
3
+ ---
4
+
5
+ adapted client library for rankify v0.10.0 release
@@ -0,0 +1,5 @@
1
+ ---
2
+ "@peeramid-labs/sdk": patch
3
+ ---
4
+
5
+ changed sdk package name
@@ -0,0 +1,5 @@
1
+ ---
2
+ "rankify-js": minor
3
+ ---
4
+
5
+ Update multipass to 0.3.1
package/README.md ADDED
@@ -0,0 +1,92 @@
1
+ # SDK
2
+
3
+ This is SDK for use with Rankify game. You can ease interaction with smart contracts.
4
+
5
+ ## Prerequisites
6
+
7
+ Before setting up the local development environment, ensure you have the following installed:
8
+
9
+ 1. **Node.js and pnpm**
10
+ ```bash
11
+ # Using homebrew
12
+ brew install node
13
+ npm install -g pnpm
14
+ ```
15
+
16
+ 2. **Foundry (for Anvil)**
17
+ ```bash
18
+ curl -L https://foundry.paradigm.xyz | bash
19
+ foundryup
20
+ ```
21
+
22
+ 3. **tmux**
23
+ ```bash
24
+ # Using homebrew
25
+ brew install tmux
26
+ ```
27
+
28
+ ## Local Development Setup
29
+
30
+ To set up your local development environment:
31
+
32
+ 1. Create your environment file:
33
+ ```bash
34
+ cp .env.example .env
35
+ ```
36
+ Then edit `.env` to set your local repository paths.
37
+
38
+ 2. Set the required environment variables:
39
+ ```bash
40
+ export RANKIFY_CONTRACTS_PATH="/path/to/rankify/contracts"
41
+ export EDS_PATH="/path/to/eds"
42
+ export MULTIPASS_PATH="/path/to/multipass"
43
+ ```
44
+
45
+ 3. Make the setup script executable:
46
+ ```bash
47
+ chmod +x scripts/setup-local-dev.sh
48
+ ```
49
+
50
+ 4. Run the setup script:
51
+ ```bash
52
+ source .env && ./scripts/setup-local-dev.sh
53
+ ```
54
+
55
+ This will:
56
+ - Start a local Anvil development network in a tmux session (or use existing one if running)
57
+ - Install dependencies for all repositories
58
+ - Run local deployment scripts (`playbook/utils/deploy-to-local-anvil.sh`) in each repository
59
+ - Set up local pnpm links between packages
60
+
61
+ The script uses a fixed mnemonic for consistent addresses across runs.
62
+
63
+ ### Managing Anvil
64
+
65
+ - View Anvil logs: `tmux attach -t anvil`
66
+ - Detach from logs: Press `Ctrl+B` then `D`
67
+ - Stop Anvil: `tmux kill-session -t anvil`
68
+
69
+ ## Documentation
70
+
71
+ The SDK comes with comprehensive API documentation generated using TypeDoc. The documentation is automatically generated during the package build process and is included in the npm package.
72
+
73
+ ### Generating Documentation
74
+
75
+ To generate the documentation locally:
76
+
77
+ ```bash
78
+ pnpm run docs
79
+ ```
80
+
81
+ This will create a `docs` directory with the generated documentation.
82
+
83
+ For development, you can use the watch mode:
84
+
85
+ ```bash
86
+ pnpm run docs:watch
87
+ ```
88
+
89
+ ### Accessing Documentation
90
+
91
+ - **Local Development**: Open `docs/index.html` in your browser after generating the documentation
92
+ - **Published Package**: Documentation is available through the npm package page
package/docs/.nojekyll ADDED
@@ -0,0 +1 @@
1
+ TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
@@ -0,0 +1,64 @@
1
+ :root {
2
+ --light-hl-0: #008000;
3
+ --dark-hl-0: #6A9955;
4
+ --light-hl-1: #795E26;
5
+ --dark-hl-1: #DCDCAA;
6
+ --light-hl-2: #000000;
7
+ --dark-hl-2: #D4D4D4;
8
+ --light-hl-3: #A31515;
9
+ --dark-hl-3: #CE9178;
10
+ --light-hl-4: #0000FF;
11
+ --dark-hl-4: #569CD6;
12
+ --light-hl-5: #001080;
13
+ --dark-hl-5: #9CDCFE;
14
+ --light-code-background: #FFFFFF;
15
+ --dark-code-background: #1E1E1E;
16
+ }
17
+
18
+ @media (prefers-color-scheme: light) { :root {
19
+ --hl-0: var(--light-hl-0);
20
+ --hl-1: var(--light-hl-1);
21
+ --hl-2: var(--light-hl-2);
22
+ --hl-3: var(--light-hl-3);
23
+ --hl-4: var(--light-hl-4);
24
+ --hl-5: var(--light-hl-5);
25
+ --code-background: var(--light-code-background);
26
+ } }
27
+
28
+ @media (prefers-color-scheme: dark) { :root {
29
+ --hl-0: var(--dark-hl-0);
30
+ --hl-1: var(--dark-hl-1);
31
+ --hl-2: var(--dark-hl-2);
32
+ --hl-3: var(--dark-hl-3);
33
+ --hl-4: var(--dark-hl-4);
34
+ --hl-5: var(--dark-hl-5);
35
+ --code-background: var(--dark-code-background);
36
+ } }
37
+
38
+ :root[data-theme='light'] {
39
+ --hl-0: var(--light-hl-0);
40
+ --hl-1: var(--light-hl-1);
41
+ --hl-2: var(--light-hl-2);
42
+ --hl-3: var(--light-hl-3);
43
+ --hl-4: var(--light-hl-4);
44
+ --hl-5: var(--light-hl-5);
45
+ --code-background: var(--light-code-background);
46
+ }
47
+
48
+ :root[data-theme='dark'] {
49
+ --hl-0: var(--dark-hl-0);
50
+ --hl-1: var(--dark-hl-1);
51
+ --hl-2: var(--dark-hl-2);
52
+ --hl-3: var(--dark-hl-3);
53
+ --hl-4: var(--dark-hl-4);
54
+ --hl-5: var(--dark-hl-5);
55
+ --code-background: var(--dark-code-background);
56
+ }
57
+
58
+ .hl-0 { color: var(--hl-0); }
59
+ .hl-1 { color: var(--hl-1); }
60
+ .hl-2 { color: var(--hl-2); }
61
+ .hl-3 { color: var(--hl-3); }
62
+ .hl-4 { color: var(--hl-4); }
63
+ .hl-5 { color: var(--hl-5); }
64
+ pre, code { background: var(--code-background); }
@@ -0,0 +1,15 @@
1
+ (function(svg) {
2
+ svg.innerHTML = `<g id="icon-1"><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><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-2"><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><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-4"><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><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g><g id="icon-8"><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><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g><g id="icon-16"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-32"><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><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g><g id="icon-64"><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><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g><g id="icon-128"><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><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-256"><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><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g><g id="icon-512"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-4096"><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><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g><g id="icon-8192"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-16384"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-32768"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-65536"><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><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-131072"><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><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-262144"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-524288"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-1048576"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-2097152"><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><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g><g id="icon-chevronDown"><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-text)"></path></g><g id="icon-chevronSmall"><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-text)"></path></g><g id="icon-checkbox"><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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></g><g id="icon-search"><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-text)"></path></g><g id="icon-anchor"><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>`;
3
+ svg.style.display = 'none';
4
+ if (location.protocol === 'file:') {
5
+ if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', updateUseElements);
6
+ else updateUseElements()
7
+ function updateUseElements() {
8
+ document.querySelectorAll('use').forEach(el => {
9
+ if (el.getAttribute('href').includes('#icon-')) {
10
+ el.setAttribute('href', el.getAttribute('href').replace(/.*#/, '#'));
11
+ }
12
+ });
13
+ }
14
+ }
15
+ })(document.body.appendChild(document.createElementNS('http://www.w3.org/2000/svg', 'svg')))
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><g id="icon-1"><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><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-2"><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><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-4"><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><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g><g id="icon-8"><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><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g><g id="icon-16"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-32"><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><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g><g id="icon-64"><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><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g><g id="icon-128"><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><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-256"><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><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g><g id="icon-512"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-4096"><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><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g><g id="icon-8192"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-16384"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g><g id="icon-32768"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-65536"><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><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-131072"><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><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-262144"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-524288"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-1048576"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g><g id="icon-2097152"><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><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g><g id="icon-chevronDown"><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-text)"></path></g><g id="icon-chevronSmall"><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-text)"></path></g><g id="icon-checkbox"><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"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></g><g id="icon-search"><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-text)"></path></g><g id="icon-anchor"><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>
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ "use strict";(()=>{var Ce=Object.create;var ne=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Ce(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(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(y){return new t.Token(t.utils.asString(y).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.
3
+ `,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,y=new RegExp(a),p=new RegExp(u),b=new RegExp(l),g=new RegExp(d),L=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,m=/^(.+?)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)$/,$=/^(.+?)(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)$/,q=/^(.+?)(s|t)(ion)$/,C=/^(.+?)e$/,z=/ll$/,W=new RegExp("^"+s+i+"[^aeiouwxy]$"),N=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=m,x=S,h.test(c)){var E=h.exec(c);h=y,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=y,h.test(v)&&(c=v+e[P])}if(h=$,h.test(c)){var E=h.exec(c);v=E[1],P=E[2],h=y,h.test(v)&&(c=v+n[P])}if(h=V,x=q,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(N)}}(),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),y=s.str.charAt(1),p;y in s.node.edges?p=s.node.edges[y]:(p=new t.TokenSet,s.node.edges[y]=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],y=0;y<l;y++){var p=a[y];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,y=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 m=u.fields[f];o[m]=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 m=u.fields[f],B=k[m],A=Object.keys(B),j=w+"/"+m,$=new t.Set(A);if(u.presence==t.Query.presence.REQUIRED&&(y=y.union($),o[m]===void 0&&(o[m]=t.Set.complete)),u.presence==t.Query.presence.PROHIBITED){a[m]===void 0&&(a[m]=t.Set.empty),a[m]=a[m].union($);continue}if(i[m].upsert(_,u.boost,function(Qe,Ie){return Qe+Ie}),!s[j]){for(var V=0;V<A.length;V++){var q=A[V],C=new t.FieldRef(q,m),z=B[q],W;(W=r[C])===void 0?r[C]=new t.MatchData(w,m,z):W.add(w,m,z)}s[j]=!0}}}if(u.presence===t.Query.presence.REQUIRED)for(var f=0;f<u.fields.length;f++){var m=u.fields[f];o[m]=o[m].intersect(y)}}for(var N=t.Set.complete,R=t.Set.empty,l=0;l<this.fields.length;l++){var m=this.fields[l];o[m]&&(N=N.intersect(o[m])),a[m]&&(R=R.union(a[m]))}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(N.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(Te,ke){return ke.score-Te.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],y=d[0],p=d[1];r[y]=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),y=new t.FieldRef(r,o),p=Object.create(null);this.fieldTermFrequencies[y]=p,this.fieldLengths[y]=0,this.fieldLengths[y]+=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 m=0;m<this.metadataWhitelist.length;m++){var S=this.metadataWhitelist[m],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],y=Object.keys(d),p=y.length,b=this._fields[a].boost||1,g=this._documents[o.docRef].boost||1,L=0;L<p;L++){var f=y[L],m=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)*m)/(this._k1*(1-this._b+this._b*(l/this.averageFieldLength[a]))+m),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 se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.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){re.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&&(console.log("Show page"),document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){console.log("Scorlling");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&&!e.checkVisibility()){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").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&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}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="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(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=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){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",()=>{le(e,t)}),le(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");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ve(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ve(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=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=`<span class="parent">
4
+ ${ce(l.parent,i)}.</span>${d}`);let y=document.createElement("li");y.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,y.append(p),e.appendChild(y)}}function ue(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ne(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),e.blur()}}function ce(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(K(t.substring(s,o)),`<b>${K(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var He={"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#039;",'"':"&quot;"};function K(t){return t.replace(/[&<>"'"]/g,e=>He[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",fe="mousemove",H="mouseup",J={x:0,y:0},pe=!1,ee=!1,Be=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(Be=!0,F="touchstart",fe="touchmove",H="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!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(H,()=>{ee=!1});document.addEventListener("click",t=>{pe&&(t.preventDefault(),t.stopImmediatePropagation(),pe=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(H,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(H,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 te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ye=document.head.appendChild(document.createElement("style"));ye.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()),ye.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
5
+ `,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 ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ve(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ve(t.value)})}function ve(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){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();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function we(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-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='<svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>',Ee(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)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.pathname===r.pathname&&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 e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})();
6
+ /*! Bundled license information:
7
+
8
+ lunr/lunr.js:
9
+ (**
10
+ * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
11
+ * Copyright (C) 2020 Oliver Nightingale
12
+ * @license MIT
13
+ *)
14
+ (*!
15
+ * lunr.utils
16
+ * Copyright (C) 2020 Oliver Nightingale
17
+ *)
18
+ (*!
19
+ * lunr.Set
20
+ * Copyright (C) 2020 Oliver Nightingale
21
+ *)
22
+ (*!
23
+ * lunr.tokenizer
24
+ * Copyright (C) 2020 Oliver Nightingale
25
+ *)
26
+ (*!
27
+ * lunr.Pipeline
28
+ * Copyright (C) 2020 Oliver Nightingale
29
+ *)
30
+ (*!
31
+ * lunr.Vector
32
+ * Copyright (C) 2020 Oliver Nightingale
33
+ *)
34
+ (*!
35
+ * lunr.stemmer
36
+ * Copyright (C) 2020 Oliver Nightingale
37
+ * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
38
+ *)
39
+ (*!
40
+ * lunr.stopWordFilter
41
+ * Copyright (C) 2020 Oliver Nightingale
42
+ *)
43
+ (*!
44
+ * lunr.trimmer
45
+ * Copyright (C) 2020 Oliver Nightingale
46
+ *)
47
+ (*!
48
+ * lunr.TokenSet
49
+ * Copyright (C) 2020 Oliver Nightingale
50
+ *)
51
+ (*!
52
+ * lunr.Index
53
+ * Copyright (C) 2020 Oliver Nightingale
54
+ *)
55
+ (*!
56
+ * lunr.Builder
57
+ * Copyright (C) 2020 Oliver Nightingale
58
+ *)
59
+ */
@@ -0,0 +1 @@
1
+ window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE4uOBQApu0wNAgAAAA=="
@@ -0,0 +1 @@
1
+ window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAAEz2MMQqAMBAE/7J1sNDK/MAP2IiFmBUOkovEoIL4dwmK5ewscyHFY4MdRgNRxxP2ws60SVRY1FVTtTBYhN6VG3QKhMEcQ6BmjJ/rOeeY/tDOlOm6N1imVVZ6URa67wdtjdlXdgAAAA==";