@daiso-tech/core 0.1.0 → 0.1.2

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 (590) hide show
  1. package/dist/cjs/_module.js +19 -0
  2. package/dist/cjs/_module.js.map +1 -0
  3. package/dist/cjs/collection/_module.js +21 -0
  4. package/dist/cjs/collection/_module.js.map +1 -0
  5. package/dist/cjs/collection/_shared.js +28 -0
  6. package/dist/cjs/collection/_shared.js.map +1 -0
  7. package/dist/cjs/collection/async-iterable-collection/_module.js +18 -0
  8. package/dist/cjs/collection/async-iterable-collection/_module.js.map +1 -0
  9. package/dist/cjs/collection/async-iterable-collection/async-iterable-collection.js +669 -0
  10. package/dist/cjs/collection/async-iterable-collection/async-iterable-collection.js.map +1 -0
  11. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/_module.js +52 -0
  12. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/_module.js.map +1 -0
  13. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-abort-iterable.js +25 -0
  14. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-abort-iterable.js.map +1 -0
  15. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-chunk-iterable.js +43 -0
  16. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-chunk-iterable.js.map +1 -0
  17. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-chunk-whilte-iterable.js +43 -0
  18. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-chunk-whilte-iterable.js.map +1 -0
  19. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-collapse-iterable.js +32 -0
  20. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-collapse-iterable.js.map +1 -0
  21. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-count-by-iterable.js +39 -0
  22. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-count-by-iterable.js.map +1 -0
  23. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-cross-join-iterable.js +43 -0
  24. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-cross-join-iterable.js.map +1 -0
  25. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-delay-iterable.js +25 -0
  26. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-delay-iterable.js.map +1 -0
  27. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-entries-iterable.js +24 -0
  28. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-entries-iterable.js.map +1 -0
  29. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-filter-iterable.js +32 -0
  30. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-filter-iterable.js.map +1 -0
  31. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-flat-map-iterable.js +30 -0
  32. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-flat-map-iterable.js.map +1 -0
  33. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-group-by-iterable.js +30 -0
  34. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-group-by-iterable.js.map +1 -0
  35. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-insert-after-iterable.js +43 -0
  36. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-insert-after-iterable.js.map +1 -0
  37. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-insert-before-iterable.js +43 -0
  38. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-insert-before-iterable.js.map +1 -0
  39. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-map-iterable.js +30 -0
  40. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-map-iterable.js.map +1 -0
  41. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-merge-iterable.js +27 -0
  42. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-merge-iterable.js.map +1 -0
  43. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-pad-end-iterable.js +34 -0
  44. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-pad-end-iterable.js.map +1 -0
  45. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-pad-start-iterable.js +34 -0
  46. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-pad-start-iterable.js.map +1 -0
  47. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-partion-iterable.js +45 -0
  48. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-partion-iterable.js.map +1 -0
  49. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-repeat-iterable.js +32 -0
  50. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-repeat-iterable.js.map +1 -0
  51. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-reverse-iterable.js +28 -0
  52. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-reverse-iterable.js.map +1 -0
  53. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-shuffle-iterable.js +25 -0
  54. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-shuffle-iterable.js.map +1 -0
  55. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-skip-iterable.js +33 -0
  56. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-skip-iterable.js.map +1 -0
  57. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-skip-until-iterable.js +41 -0
  58. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-skip-until-iterable.js.map +1 -0
  59. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-slice-iterable.js +36 -0
  60. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-slice-iterable.js.map +1 -0
  61. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-sliding-iterable.js +45 -0
  62. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-sliding-iterable.js.map +1 -0
  63. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-sort-iterable.js +16 -0
  64. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-sort-iterable.js.map +1 -0
  65. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-split-iterable.js +49 -0
  66. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-split-iterable.js.map +1 -0
  67. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-take-iterable.js +33 -0
  68. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-take-iterable.js.map +1 -0
  69. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-take-until-iterable.js +33 -0
  70. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-take-until-iterable.js.map +1 -0
  71. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-tap-iterable.js +27 -0
  72. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-tap-iterable.js.map +1 -0
  73. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-timeout-iterable.js +21 -0
  74. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-timeout-iterable.js.map +1 -0
  75. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-unique-iterable.js +35 -0
  76. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-unique-iterable.js.map +1 -0
  77. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-update-iterable.js +37 -0
  78. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-update-iterable.js.map +1 -0
  79. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-when-iterable.js +32 -0
  80. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-when-iterable.js.map +1 -0
  81. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-zip-iterable.js +37 -0
  82. package/dist/cjs/collection/async-iterable-collection/async-iterable-helpers/async-zip-iterable.js.map +1 -0
  83. package/dist/cjs/collection/iterable-collection/_module.js +18 -0
  84. package/dist/cjs/collection/iterable-collection/_module.js.map +1 -0
  85. package/dist/cjs/collection/iterable-collection/iterable-collection.js +749 -0
  86. package/dist/cjs/collection/iterable-collection/iterable-collection.js.map +1 -0
  87. package/dist/cjs/collection/iterable-collection/iterable-helpers/_module.js +49 -0
  88. package/dist/cjs/collection/iterable-collection/iterable-helpers/_module.js.map +1 -0
  89. package/dist/cjs/collection/iterable-collection/iterable-helpers/chunk-iterable.js +43 -0
  90. package/dist/cjs/collection/iterable-collection/iterable-helpers/chunk-iterable.js.map +1 -0
  91. package/dist/cjs/collection/iterable-collection/iterable-helpers/chunk-whilte-iterable.js +43 -0
  92. package/dist/cjs/collection/iterable-collection/iterable-helpers/chunk-whilte-iterable.js.map +1 -0
  93. package/dist/cjs/collection/iterable-collection/iterable-helpers/collapse-iterable.js +32 -0
  94. package/dist/cjs/collection/iterable-collection/iterable-helpers/collapse-iterable.js.map +1 -0
  95. package/dist/cjs/collection/iterable-collection/iterable-helpers/count-by-iterable.js +39 -0
  96. package/dist/cjs/collection/iterable-collection/iterable-helpers/count-by-iterable.js.map +1 -0
  97. package/dist/cjs/collection/iterable-collection/iterable-helpers/cross-join-iterable.js +43 -0
  98. package/dist/cjs/collection/iterable-collection/iterable-helpers/cross-join-iterable.js.map +1 -0
  99. package/dist/cjs/collection/iterable-collection/iterable-helpers/entries-iterable.js +34 -0
  100. package/dist/cjs/collection/iterable-collection/iterable-helpers/entries-iterable.js.map +1 -0
  101. package/dist/cjs/collection/iterable-collection/iterable-helpers/filter-iterable.js +32 -0
  102. package/dist/cjs/collection/iterable-collection/iterable-helpers/filter-iterable.js.map +1 -0
  103. package/dist/cjs/collection/iterable-collection/iterable-helpers/flat-map-iterable.js +30 -0
  104. package/dist/cjs/collection/iterable-collection/iterable-helpers/flat-map-iterable.js.map +1 -0
  105. package/dist/cjs/collection/iterable-collection/iterable-helpers/group-by-iterable.js +40 -0
  106. package/dist/cjs/collection/iterable-collection/iterable-helpers/group-by-iterable.js.map +1 -0
  107. package/dist/cjs/collection/iterable-collection/iterable-helpers/insert-after-iterable.js +37 -0
  108. package/dist/cjs/collection/iterable-collection/iterable-helpers/insert-after-iterable.js.map +1 -0
  109. package/dist/cjs/collection/iterable-collection/iterable-helpers/insert-before-iterable.js +37 -0
  110. package/dist/cjs/collection/iterable-collection/iterable-helpers/insert-before-iterable.js.map +1 -0
  111. package/dist/cjs/collection/iterable-collection/iterable-helpers/map-iterable.js +30 -0
  112. package/dist/cjs/collection/iterable-collection/iterable-helpers/map-iterable.js.map +1 -0
  113. package/dist/cjs/collection/iterable-collection/iterable-helpers/merge-iterable.js +27 -0
  114. package/dist/cjs/collection/iterable-collection/iterable-helpers/merge-iterable.js.map +1 -0
  115. package/dist/cjs/collection/iterable-collection/iterable-helpers/pad-end-iterable.js +44 -0
  116. package/dist/cjs/collection/iterable-collection/iterable-helpers/pad-end-iterable.js.map +1 -0
  117. package/dist/cjs/collection/iterable-collection/iterable-helpers/pad-start-iterable.js +44 -0
  118. package/dist/cjs/collection/iterable-collection/iterable-helpers/pad-start-iterable.js.map +1 -0
  119. package/dist/cjs/collection/iterable-collection/iterable-helpers/partion-iterable.js +40 -0
  120. package/dist/cjs/collection/iterable-collection/iterable-helpers/partion-iterable.js.map +1 -0
  121. package/dist/cjs/collection/iterable-collection/iterable-helpers/repeat-iterable.js +32 -0
  122. package/dist/cjs/collection/iterable-collection/iterable-helpers/repeat-iterable.js.map +1 -0
  123. package/dist/cjs/collection/iterable-collection/iterable-helpers/reverse-iterable.js +38 -0
  124. package/dist/cjs/collection/iterable-collection/iterable-helpers/reverse-iterable.js.map +1 -0
  125. package/dist/cjs/collection/iterable-collection/iterable-helpers/shuffle-iterable.js +35 -0
  126. package/dist/cjs/collection/iterable-collection/iterable-helpers/shuffle-iterable.js.map +1 -0
  127. package/dist/cjs/collection/iterable-collection/iterable-helpers/skip-iterable.js +32 -0
  128. package/dist/cjs/collection/iterable-collection/iterable-helpers/skip-iterable.js.map +1 -0
  129. package/dist/cjs/collection/iterable-collection/iterable-helpers/skip-until-iterable.js +36 -0
  130. package/dist/cjs/collection/iterable-collection/iterable-helpers/skip-until-iterable.js.map +1 -0
  131. package/dist/cjs/collection/iterable-collection/iterable-helpers/slice-iterable.js +46 -0
  132. package/dist/cjs/collection/iterable-collection/iterable-helpers/slice-iterable.js.map +1 -0
  133. package/dist/cjs/collection/iterable-collection/iterable-helpers/sliding-iterable.js +45 -0
  134. package/dist/cjs/collection/iterable-collection/iterable-helpers/sliding-iterable.js.map +1 -0
  135. package/dist/cjs/collection/iterable-collection/iterable-helpers/sort-iterable.js +26 -0
  136. package/dist/cjs/collection/iterable-collection/iterable-helpers/sort-iterable.js.map +1 -0
  137. package/dist/cjs/collection/iterable-collection/iterable-helpers/split-iterable.js +49 -0
  138. package/dist/cjs/collection/iterable-collection/iterable-helpers/split-iterable.js.map +1 -0
  139. package/dist/cjs/collection/iterable-collection/iterable-helpers/take-iterable.js +32 -0
  140. package/dist/cjs/collection/iterable-collection/iterable-helpers/take-iterable.js.map +1 -0
  141. package/dist/cjs/collection/iterable-collection/iterable-helpers/take-until-iterable.js +33 -0
  142. package/dist/cjs/collection/iterable-collection/iterable-helpers/take-until-iterable.js.map +1 -0
  143. package/dist/cjs/collection/iterable-collection/iterable-helpers/tap-iterable.js +27 -0
  144. package/dist/cjs/collection/iterable-collection/iterable-helpers/tap-iterable.js.map +1 -0
  145. package/dist/cjs/collection/iterable-collection/iterable-helpers/unique-iterable.js +35 -0
  146. package/dist/cjs/collection/iterable-collection/iterable-helpers/unique-iterable.js.map +1 -0
  147. package/dist/cjs/collection/iterable-collection/iterable-helpers/update-iterable.js +37 -0
  148. package/dist/cjs/collection/iterable-collection/iterable-helpers/update-iterable.js.map +1 -0
  149. package/dist/cjs/collection/iterable-collection/iterable-helpers/when-iterable.js +32 -0
  150. package/dist/cjs/collection/iterable-collection/iterable-helpers/when-iterable.js.map +1 -0
  151. package/dist/cjs/collection/iterable-collection/iterable-helpers/zip-iterable.js +33 -0
  152. package/dist/cjs/collection/iterable-collection/iterable-helpers/zip-iterable.js.map +1 -0
  153. package/dist/cjs/collection/list-collection/_module.js +18 -0
  154. package/dist/cjs/collection/list-collection/_module.js.map +1 -0
  155. package/dist/cjs/collection/list-collection/list-collection.js +1264 -0
  156. package/dist/cjs/collection/list-collection/list-collection.js.map +1 -0
  157. package/dist/cjs/contracts/_module.js +18 -0
  158. package/dist/cjs/contracts/_module.js.map +1 -0
  159. package/dist/cjs/contracts/collection/_module.js +20 -0
  160. package/dist/cjs/contracts/collection/_module.js.map +1 -0
  161. package/dist/cjs/contracts/collection/_shared.js +39 -0
  162. package/dist/cjs/contracts/collection/_shared.js.map +1 -0
  163. package/dist/cjs/contracts/collection/async-collection.contract.js +3 -0
  164. package/dist/cjs/contracts/collection/async-collection.contract.js.map +1 -0
  165. package/dist/cjs/contracts/collection/collection.contract.js +3 -0
  166. package/dist/cjs/contracts/collection/collection.contract.js.map +1 -0
  167. package/dist/cjs/types.js +3 -0
  168. package/dist/cjs/types.js.map +1 -0
  169. package/dist/esm/_module.js +3 -0
  170. package/dist/esm/_module.js.map +1 -0
  171. package/dist/esm/collection/_module.js +5 -0
  172. package/dist/esm/collection/_module.js.map +1 -0
  173. package/dist/esm/collection/_shared.js +23 -0
  174. package/dist/esm/collection/_shared.js.map +1 -0
  175. package/dist/esm/collection/async-iterable-collection/_module.js +2 -0
  176. package/dist/esm/collection/async-iterable-collection/_module.js.map +1 -0
  177. package/dist/esm/collection/async-iterable-collection/async-iterable-collection.js +665 -0
  178. package/dist/esm/collection/async-iterable-collection/async-iterable-collection.js.map +1 -0
  179. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/_module.js +36 -0
  180. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/_module.js.map +1 -0
  181. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-abort-iterable.js +21 -0
  182. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-abort-iterable.js.map +1 -0
  183. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-chunk-iterable.js +39 -0
  184. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-chunk-iterable.js.map +1 -0
  185. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-chunk-whilte-iterable.js +39 -0
  186. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-chunk-whilte-iterable.js.map +1 -0
  187. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-collapse-iterable.js +28 -0
  188. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-collapse-iterable.js.map +1 -0
  189. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-count-by-iterable.js +35 -0
  190. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-count-by-iterable.js.map +1 -0
  191. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-cross-join-iterable.js +39 -0
  192. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-cross-join-iterable.js.map +1 -0
  193. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-delay-iterable.js +21 -0
  194. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-delay-iterable.js.map +1 -0
  195. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-entries-iterable.js +20 -0
  196. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-entries-iterable.js.map +1 -0
  197. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-filter-iterable.js +28 -0
  198. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-filter-iterable.js.map +1 -0
  199. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-flat-map-iterable.js +26 -0
  200. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-flat-map-iterable.js.map +1 -0
  201. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-group-by-iterable.js +26 -0
  202. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-group-by-iterable.js.map +1 -0
  203. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-insert-after-iterable.js +39 -0
  204. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-insert-after-iterable.js.map +1 -0
  205. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-insert-before-iterable.js +39 -0
  206. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-insert-before-iterable.js.map +1 -0
  207. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-map-iterable.js +26 -0
  208. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-map-iterable.js.map +1 -0
  209. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-merge-iterable.js +23 -0
  210. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-merge-iterable.js.map +1 -0
  211. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-pad-end-iterable.js +30 -0
  212. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-pad-end-iterable.js.map +1 -0
  213. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-pad-start-iterable.js +30 -0
  214. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-pad-start-iterable.js.map +1 -0
  215. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-partion-iterable.js +41 -0
  216. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-partion-iterable.js.map +1 -0
  217. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-repeat-iterable.js +28 -0
  218. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-repeat-iterable.js.map +1 -0
  219. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-reverse-iterable.js +24 -0
  220. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-reverse-iterable.js.map +1 -0
  221. package/{src/collection/async-iterable-collection/async-iterable-helpers/async-shuffle-iterable.ts → dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-shuffle-iterable.js} +7 -9
  222. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-shuffle-iterable.js.map +1 -0
  223. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-skip-iterable.js +29 -0
  224. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-skip-iterable.js.map +1 -0
  225. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-skip-until-iterable.js +37 -0
  226. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-skip-until-iterable.js.map +1 -0
  227. package/{src/collection/async-iterable-collection/async-iterable-helpers/async-slice-iterable.ts → dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-slice-iterable.js} +13 -14
  228. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-slice-iterable.js.map +1 -0
  229. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-sliding-iterable.js +41 -0
  230. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-sliding-iterable.js.map +1 -0
  231. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-sort-iterable.js +12 -0
  232. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-sort-iterable.js.map +1 -0
  233. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-split-iterable.js +45 -0
  234. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-split-iterable.js.map +1 -0
  235. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-take-iterable.js +29 -0
  236. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-take-iterable.js.map +1 -0
  237. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-take-until-iterable.js +29 -0
  238. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-take-until-iterable.js.map +1 -0
  239. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-tap-iterable.js +23 -0
  240. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-tap-iterable.js.map +1 -0
  241. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-timeout-iterable.js +17 -0
  242. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-timeout-iterable.js.map +1 -0
  243. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-unique-iterable.js +31 -0
  244. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-unique-iterable.js.map +1 -0
  245. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-update-iterable.js +33 -0
  246. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-update-iterable.js.map +1 -0
  247. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-when-iterable.js +28 -0
  248. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-when-iterable.js.map +1 -0
  249. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-zip-iterable.js +33 -0
  250. package/dist/esm/collection/async-iterable-collection/async-iterable-helpers/async-zip-iterable.js.map +1 -0
  251. package/dist/esm/collection/iterable-collection/_module.js +2 -0
  252. package/dist/esm/collection/iterable-collection/_module.js.map +1 -0
  253. package/dist/esm/collection/iterable-collection/iterable-collection.js +745 -0
  254. package/dist/esm/collection/iterable-collection/iterable-collection.js.map +1 -0
  255. package/dist/esm/collection/iterable-collection/iterable-helpers/_module.js +33 -0
  256. package/dist/esm/collection/iterable-collection/iterable-helpers/_module.js.map +1 -0
  257. package/dist/esm/collection/iterable-collection/iterable-helpers/chunk-iterable.js +39 -0
  258. package/dist/esm/collection/iterable-collection/iterable-helpers/chunk-iterable.js.map +1 -0
  259. package/dist/esm/collection/iterable-collection/iterable-helpers/chunk-whilte-iterable.js +39 -0
  260. package/dist/esm/collection/iterable-collection/iterable-helpers/chunk-whilte-iterable.js.map +1 -0
  261. package/dist/esm/collection/iterable-collection/iterable-helpers/collapse-iterable.js +28 -0
  262. package/dist/esm/collection/iterable-collection/iterable-helpers/collapse-iterable.js.map +1 -0
  263. package/dist/esm/collection/iterable-collection/iterable-helpers/count-by-iterable.js +35 -0
  264. package/dist/esm/collection/iterable-collection/iterable-helpers/count-by-iterable.js.map +1 -0
  265. package/dist/esm/collection/iterable-collection/iterable-helpers/cross-join-iterable.js +39 -0
  266. package/dist/esm/collection/iterable-collection/iterable-helpers/cross-join-iterable.js.map +1 -0
  267. package/dist/esm/collection/iterable-collection/iterable-helpers/entries-iterable.js +30 -0
  268. package/dist/esm/collection/iterable-collection/iterable-helpers/entries-iterable.js.map +1 -0
  269. package/dist/esm/collection/iterable-collection/iterable-helpers/filter-iterable.js +28 -0
  270. package/dist/esm/collection/iterable-collection/iterable-helpers/filter-iterable.js.map +1 -0
  271. package/dist/esm/collection/iterable-collection/iterable-helpers/flat-map-iterable.js +26 -0
  272. package/dist/esm/collection/iterable-collection/iterable-helpers/flat-map-iterable.js.map +1 -0
  273. package/dist/esm/collection/iterable-collection/iterable-helpers/group-by-iterable.js +36 -0
  274. package/dist/esm/collection/iterable-collection/iterable-helpers/group-by-iterable.js.map +1 -0
  275. package/dist/esm/collection/iterable-collection/iterable-helpers/insert-after-iterable.js +33 -0
  276. package/dist/esm/collection/iterable-collection/iterable-helpers/insert-after-iterable.js.map +1 -0
  277. package/dist/esm/collection/iterable-collection/iterable-helpers/insert-before-iterable.js +33 -0
  278. package/dist/esm/collection/iterable-collection/iterable-helpers/insert-before-iterable.js.map +1 -0
  279. package/dist/esm/collection/iterable-collection/iterable-helpers/map-iterable.js +26 -0
  280. package/dist/esm/collection/iterable-collection/iterable-helpers/map-iterable.js.map +1 -0
  281. package/dist/esm/collection/iterable-collection/iterable-helpers/merge-iterable.js +23 -0
  282. package/dist/esm/collection/iterable-collection/iterable-helpers/merge-iterable.js.map +1 -0
  283. package/dist/esm/collection/iterable-collection/iterable-helpers/pad-end-iterable.js +40 -0
  284. package/dist/esm/collection/iterable-collection/iterable-helpers/pad-end-iterable.js.map +1 -0
  285. package/dist/esm/collection/iterable-collection/iterable-helpers/pad-start-iterable.js +40 -0
  286. package/dist/esm/collection/iterable-collection/iterable-helpers/pad-start-iterable.js.map +1 -0
  287. package/dist/esm/collection/iterable-collection/iterable-helpers/partion-iterable.js +36 -0
  288. package/dist/esm/collection/iterable-collection/iterable-helpers/partion-iterable.js.map +1 -0
  289. package/dist/esm/collection/iterable-collection/iterable-helpers/repeat-iterable.js +28 -0
  290. package/dist/esm/collection/iterable-collection/iterable-helpers/repeat-iterable.js.map +1 -0
  291. package/dist/esm/collection/iterable-collection/iterable-helpers/reverse-iterable.js +34 -0
  292. package/dist/esm/collection/iterable-collection/iterable-helpers/reverse-iterable.js.map +1 -0
  293. package/dist/esm/collection/iterable-collection/iterable-helpers/shuffle-iterable.js +31 -0
  294. package/dist/esm/collection/iterable-collection/iterable-helpers/shuffle-iterable.js.map +1 -0
  295. package/dist/esm/collection/iterable-collection/iterable-helpers/skip-iterable.js +28 -0
  296. package/dist/esm/collection/iterable-collection/iterable-helpers/skip-iterable.js.map +1 -0
  297. package/dist/esm/collection/iterable-collection/iterable-helpers/skip-until-iterable.js +32 -0
  298. package/dist/esm/collection/iterable-collection/iterable-helpers/skip-until-iterable.js.map +1 -0
  299. package/dist/esm/collection/iterable-collection/iterable-helpers/slice-iterable.js +42 -0
  300. package/dist/esm/collection/iterable-collection/iterable-helpers/slice-iterable.js.map +1 -0
  301. package/dist/esm/collection/iterable-collection/iterable-helpers/sliding-iterable.js +41 -0
  302. package/dist/esm/collection/iterable-collection/iterable-helpers/sliding-iterable.js.map +1 -0
  303. package/dist/esm/collection/iterable-collection/iterable-helpers/sort-iterable.js +22 -0
  304. package/dist/esm/collection/iterable-collection/iterable-helpers/sort-iterable.js.map +1 -0
  305. package/dist/esm/collection/iterable-collection/iterable-helpers/split-iterable.js +45 -0
  306. package/dist/esm/collection/iterable-collection/iterable-helpers/split-iterable.js.map +1 -0
  307. package/dist/esm/collection/iterable-collection/iterable-helpers/take-iterable.js +28 -0
  308. package/dist/esm/collection/iterable-collection/iterable-helpers/take-iterable.js.map +1 -0
  309. package/dist/esm/collection/iterable-collection/iterable-helpers/take-until-iterable.js +29 -0
  310. package/dist/esm/collection/iterable-collection/iterable-helpers/take-until-iterable.js.map +1 -0
  311. package/dist/esm/collection/iterable-collection/iterable-helpers/tap-iterable.js +23 -0
  312. package/dist/esm/collection/iterable-collection/iterable-helpers/tap-iterable.js.map +1 -0
  313. package/dist/esm/collection/iterable-collection/iterable-helpers/unique-iterable.js +31 -0
  314. package/dist/esm/collection/iterable-collection/iterable-helpers/unique-iterable.js.map +1 -0
  315. package/dist/esm/collection/iterable-collection/iterable-helpers/update-iterable.js +33 -0
  316. package/dist/esm/collection/iterable-collection/iterable-helpers/update-iterable.js.map +1 -0
  317. package/dist/esm/collection/iterable-collection/iterable-helpers/when-iterable.js +28 -0
  318. package/dist/esm/collection/iterable-collection/iterable-helpers/when-iterable.js.map +1 -0
  319. package/dist/esm/collection/iterable-collection/iterable-helpers/zip-iterable.js +29 -0
  320. package/dist/esm/collection/iterable-collection/iterable-helpers/zip-iterable.js.map +1 -0
  321. package/dist/esm/collection/list-collection/_module.js +2 -0
  322. package/dist/esm/collection/list-collection/_module.js.map +1 -0
  323. package/dist/esm/collection/list-collection/list-collection.js +1260 -0
  324. package/dist/esm/collection/list-collection/list-collection.js.map +1 -0
  325. package/dist/esm/contracts/_module.js +2 -0
  326. package/dist/esm/contracts/_module.js.map +1 -0
  327. package/dist/esm/contracts/collection/_module.js +4 -0
  328. package/dist/esm/contracts/collection/_module.js.map +1 -0
  329. package/dist/esm/contracts/collection/_shared.js +31 -0
  330. package/dist/esm/contracts/collection/_shared.js.map +1 -0
  331. package/dist/esm/contracts/collection/async-collection.contract.js +1 -0
  332. package/dist/esm/contracts/collection/async-collection.contract.js.map +1 -0
  333. package/dist/esm/contracts/collection/collection.contract.js +1 -0
  334. package/dist/esm/contracts/collection/collection.contract.js.map +1 -0
  335. package/dist/esm/types.js +1 -0
  336. package/dist/esm/types.js.map +1 -0
  337. package/dist/types/_module.d.ts +2 -0
  338. package/dist/types/collection/_module.d.ts +4 -0
  339. package/dist/types/collection/_shared.d.ts +16 -0
  340. package/dist/types/collection/async-iterable-collection/_module.d.ts +1 -0
  341. package/dist/types/collection/async-iterable-collection/async-iterable-collection.d.ts +92 -0
  342. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/_module.d.ts +35 -0
  343. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-abort-iterable.d.ts +10 -0
  344. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-chunk-iterable.d.ts +11 -0
  345. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-chunk-whilte-iterable.d.ts +12 -0
  346. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-collapse-iterable.d.ts +9 -0
  347. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-count-by-iterable.d.ts +11 -0
  348. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-cross-join-iterable.d.ts +11 -0
  349. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-delay-iterable.d.ts +10 -0
  350. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-entries-iterable.d.ts +11 -0
  351. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-filter-iterable.d.ts +11 -0
  352. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-flat-map-iterable.d.ts +11 -0
  353. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-group-by-iterable.d.ts +12 -0
  354. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-insert-after-iterable.d.ts +12 -0
  355. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-insert-before-iterable.d.ts +12 -0
  356. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-map-iterable.d.ts +11 -0
  357. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-merge-iterable.d.ts +10 -0
  358. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-pad-end-iterable.d.ts +12 -0
  359. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-pad-start-iterable.d.ts +12 -0
  360. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-partion-iterable.d.ts +12 -0
  361. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-repeat-iterable.d.ts +11 -0
  362. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-reverse-iterable.d.ts +12 -0
  363. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-shuffle-iterable.d.ts +9 -0
  364. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-skip-iterable.d.ts +11 -0
  365. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-skip-until-iterable.d.ts +11 -0
  366. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-slice-iterable.d.ts +12 -0
  367. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-sliding-iterable.d.ts +12 -0
  368. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-sort-iterable.d.ts +10 -0
  369. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-split-iterable.d.ts +12 -0
  370. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-take-iterable.d.ts +11 -0
  371. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-take-until-iterable.d.ts +11 -0
  372. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-tap-iterable.d.ts +10 -0
  373. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-timeout-iterable.d.ts +10 -0
  374. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-unique-iterable.d.ts +11 -0
  375. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-update-iterable.d.ts +12 -0
  376. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-when-iterable.d.ts +11 -0
  377. package/dist/types/collection/async-iterable-collection/async-iterable-helpers/async-zip-iterable.d.ts +10 -0
  378. package/dist/types/collection/iterable-collection/_module.d.ts +1 -0
  379. package/dist/types/collection/iterable-collection/iterable-collection.d.ts +89 -0
  380. package/dist/types/collection/iterable-collection/iterable-helpers/_module.d.ts +32 -0
  381. package/dist/types/collection/iterable-collection/iterable-helpers/chunk-iterable.d.ts +8 -0
  382. package/dist/types/collection/iterable-collection/iterable-helpers/chunk-whilte-iterable.d.ts +9 -0
  383. package/dist/types/collection/iterable-collection/iterable-helpers/collapse-iterable.d.ts +6 -0
  384. package/dist/types/collection/iterable-collection/iterable-helpers/count-by-iterable.d.ts +8 -0
  385. package/dist/types/collection/iterable-collection/iterable-helpers/cross-join-iterable.d.ts +8 -0
  386. package/dist/types/collection/iterable-collection/iterable-helpers/entries-iterable.d.ts +7 -0
  387. package/dist/types/collection/iterable-collection/iterable-helpers/filter-iterable.d.ts +8 -0
  388. package/dist/types/collection/iterable-collection/iterable-helpers/flat-map-iterable.d.ts +8 -0
  389. package/dist/types/collection/iterable-collection/iterable-helpers/group-by-iterable.d.ts +9 -0
  390. package/dist/types/collection/iterable-collection/iterable-helpers/insert-after-iterable.d.ts +9 -0
  391. package/dist/types/collection/iterable-collection/iterable-helpers/insert-before-iterable.d.ts +9 -0
  392. package/dist/types/collection/iterable-collection/iterable-helpers/map-iterable.d.ts +8 -0
  393. package/dist/types/collection/iterable-collection/iterable-helpers/merge-iterable.d.ts +6 -0
  394. package/dist/types/collection/iterable-collection/iterable-helpers/pad-end-iterable.d.ts +9 -0
  395. package/dist/types/collection/iterable-collection/iterable-helpers/pad-start-iterable.d.ts +9 -0
  396. package/dist/types/collection/iterable-collection/iterable-helpers/partion-iterable.d.ts +9 -0
  397. package/dist/types/collection/iterable-collection/iterable-helpers/repeat-iterable.d.ts +8 -0
  398. package/dist/types/collection/iterable-collection/iterable-helpers/reverse-iterable.d.ts +9 -0
  399. package/dist/types/collection/iterable-collection/iterable-helpers/shuffle-iterable.d.ts +5 -0
  400. package/dist/types/collection/iterable-collection/iterable-helpers/skip-iterable.d.ts +8 -0
  401. package/dist/types/collection/iterable-collection/iterable-helpers/skip-until-iterable.d.ts +8 -0
  402. package/dist/types/collection/iterable-collection/iterable-helpers/slice-iterable.d.ts +9 -0
  403. package/dist/types/collection/iterable-collection/iterable-helpers/sliding-iterable.d.ts +9 -0
  404. package/dist/types/collection/iterable-collection/iterable-helpers/sort-iterable.d.ts +7 -0
  405. package/dist/types/collection/iterable-collection/iterable-helpers/split-iterable.d.ts +9 -0
  406. package/dist/types/collection/iterable-collection/iterable-helpers/take-iterable.d.ts +8 -0
  407. package/dist/types/collection/iterable-collection/iterable-helpers/take-until-iterable.d.ts +8 -0
  408. package/dist/types/collection/iterable-collection/iterable-helpers/tap-iterable.d.ts +7 -0
  409. package/dist/types/collection/iterable-collection/iterable-helpers/unique-iterable.d.ts +8 -0
  410. package/dist/types/collection/iterable-collection/iterable-helpers/update-iterable.d.ts +9 -0
  411. package/dist/types/collection/iterable-collection/iterable-helpers/when-iterable.d.ts +8 -0
  412. package/dist/types/collection/iterable-collection/iterable-helpers/zip-iterable.d.ts +7 -0
  413. package/dist/types/collection/list-collection/_module.d.ts +1 -0
  414. package/dist/types/collection/list-collection/list-collection.d.ts +86 -0
  415. package/dist/types/contracts/_module.d.ts +1 -0
  416. package/dist/types/contracts/collection/_module.d.ts +3 -0
  417. package/{src/contracts/collection/_shared.ts → dist/types/contracts/collection/_shared.d.ts} +31 -118
  418. package/{src/contracts/collection/async-collection.contract.ts → dist/types/contracts/collection/async-collection.contract.d.ts} +84 -356
  419. package/{src/contracts/collection/collection.contract.ts → dist/types/contracts/collection/collection.contract.d.ts} +54 -311
  420. package/dist/types/types.d.ts +1 -0
  421. package/package.json +5 -2
  422. package/.changeset/README.md +0 -8
  423. package/.changeset/config.json +0 -11
  424. package/.eslintignore +0 -3
  425. package/.eslintrc.json +0 -50
  426. package/.gitattributes +0 -6
  427. package/.github/workflows/main.yaml +0 -54
  428. package/.github/workflows/release.yaml +0 -31
  429. package/.prettierignore +0 -4
  430. package/.prettierrc.json +0 -4
  431. package/.vscode/settings.json +0 -46
  432. package/CHANGELOG.md +0 -7
  433. package/docs-api/.nojekyll +0 -1
  434. package/docs-api/assets/highlight.css +0 -92
  435. package/docs-api/assets/icons.js +0 -18
  436. package/docs-api/assets/icons.svg +0 -1
  437. package/docs-api/assets/main.js +0 -60
  438. package/docs-api/assets/navigation.js +0 -1
  439. package/docs-api/assets/search.js +0 -1
  440. package/docs-api/assets/style.css +0 -1448
  441. package/docs-api/classes/AsyncIterableCollection.html +0 -437
  442. package/docs-api/classes/CollectionError.html +0 -12
  443. package/docs-api/classes/IndexOverflowError.html +0 -12
  444. package/docs-api/classes/ItemNotFoundError.html +0 -12
  445. package/docs-api/classes/IterableCollection.html +0 -434
  446. package/docs-api/classes/ListCollection.html +0 -434
  447. package/docs-api/classes/MultipleItemsFoundError.html +0 -12
  448. package/docs-api/classes/UnexpectedCollectionError.html +0 -12
  449. package/docs-api/functions/isAsyncIterable.html +0 -1
  450. package/docs-api/functions/isIterable.html +0 -1
  451. package/docs-api/functions/range.html +0 -4
  452. package/docs-api/hierarchy.html +0 -1
  453. package/docs-api/index.html +0 -1
  454. package/docs-api/modules.html +0 -60
  455. package/docs-api/types/AsyncCollapse.html +0 -1
  456. package/docs-api/types/AsyncFilter.html +0 -1
  457. package/docs-api/types/AsyncFilter_.html +0 -1
  458. package/docs-api/types/AsyncFindOrSettings.html +0 -1
  459. package/docs-api/types/AsyncFindSettings.html +0 -1
  460. package/docs-api/types/AsyncForEach.html +0 -1
  461. package/docs-api/types/AsyncForEach_.html +0 -1
  462. package/docs-api/types/AsyncGroupBySettings.html +0 -1
  463. package/docs-api/types/AsyncIterableValue.html +0 -1
  464. package/docs-api/types/AsyncLazyable.html +0 -1
  465. package/docs-api/types/AsyncLazyable_.html +0 -1
  466. package/docs-api/types/AsyncMap.html +0 -1
  467. package/docs-api/types/AsyncMap_.html +0 -1
  468. package/docs-api/types/AsyncModifier.html +0 -1
  469. package/docs-api/types/AsyncModifier_.html +0 -1
  470. package/docs-api/types/AsyncReduce.html +0 -1
  471. package/docs-api/types/AsyncReduceSettings.html +0 -1
  472. package/docs-api/types/AsyncReduce_.html +0 -1
  473. package/docs-api/types/AsyncTap.html +0 -1
  474. package/docs-api/types/AsyncTap_.html +0 -1
  475. package/docs-api/types/AsyncTransform.html +0 -1
  476. package/docs-api/types/AsyncTransform_.html +0 -1
  477. package/docs-api/types/Collapse.html +0 -1
  478. package/docs-api/types/Comparator.html +0 -1
  479. package/docs-api/types/EnsureType.html +0 -1
  480. package/docs-api/types/Filter.html +0 -1
  481. package/docs-api/types/FilterGuard.html +0 -1
  482. package/docs-api/types/Filter_.html +0 -1
  483. package/docs-api/types/FindOrSettings.html +0 -1
  484. package/docs-api/types/FindSettings.html +0 -1
  485. package/docs-api/types/ForEach.html +0 -1
  486. package/docs-api/types/GroupBySettings.html +0 -1
  487. package/docs-api/types/IAsyncCollection.html +0 -357
  488. package/docs-api/types/ICollection.html +0 -357
  489. package/docs-api/types/JoinSettings.html +0 -1
  490. package/docs-api/types/Lazyable.html +0 -1
  491. package/docs-api/types/Map.html +0 -1
  492. package/docs-api/types/Modifier.html +0 -1
  493. package/docs-api/types/PageSettings.html +0 -1
  494. package/docs-api/types/RecordItem.html +0 -1
  495. package/docs-api/types/Reduce.html +0 -1
  496. package/docs-api/types/ReduceSettings.html +0 -1
  497. package/docs-api/types/ReverseSettings.html +0 -1
  498. package/docs-api/types/SliceSettings.html +0 -1
  499. package/docs-api/types/SlidingSettings.html +0 -1
  500. package/docs-api/types/Tap.html +0 -1
  501. package/docs-api/types/Transform.html +0 -1
  502. package/docs-api/types/UpdatedItem.html +0 -1
  503. package/src/_module.ts +0 -2
  504. package/src/collection/_module.ts +0 -4
  505. package/src/collection/_shared.ts +0 -45
  506. package/src/collection/async-iterable-collection/_module.ts +0 -1
  507. package/src/collection/async-iterable-collection/async-iterable-collection.test.ts +0 -3195
  508. package/src/collection/async-iterable-collection/async-iterable-collection.ts +0 -1276
  509. package/src/collection/async-iterable-collection/async-iterable-helpers/_module.ts +0 -35
  510. package/src/collection/async-iterable-collection/async-iterable-helpers/async-abort-iterable.ts +0 -25
  511. package/src/collection/async-iterable-collection/async-iterable-helpers/async-chunk-iterable.ts +0 -57
  512. package/src/collection/async-iterable-collection/async-iterable-helpers/async-chunk-whilte-iterable.ts +0 -54
  513. package/src/collection/async-iterable-collection/async-iterable-helpers/async-collapse-iterable.ts +0 -40
  514. package/src/collection/async-iterable-collection/async-iterable-helpers/async-count-by-iterable.ts +0 -58
  515. package/src/collection/async-iterable-collection/async-iterable-helpers/async-cross-join-iterable.ts +0 -69
  516. package/src/collection/async-iterable-collection/async-iterable-helpers/async-delay-iterable.ts +0 -19
  517. package/src/collection/async-iterable-collection/async-iterable-helpers/async-entries-iterable.ts +0 -28
  518. package/src/collection/async-iterable-collection/async-iterable-helpers/async-filter-iterable.ts +0 -42
  519. package/src/collection/async-iterable-collection/async-iterable-helpers/async-flat-map-iterable.ts +0 -44
  520. package/src/collection/async-iterable-collection/async-iterable-helpers/async-group-by-iterable.ts +0 -48
  521. package/src/collection/async-iterable-collection/async-iterable-helpers/async-insert-after-iterable.ts +0 -57
  522. package/src/collection/async-iterable-collection/async-iterable-helpers/async-insert-before-iterable.ts +0 -57
  523. package/src/collection/async-iterable-collection/async-iterable-helpers/async-map-iterable.ts +0 -40
  524. package/src/collection/async-iterable-collection/async-iterable-helpers/async-merge-iterable.ts +0 -35
  525. package/src/collection/async-iterable-collection/async-iterable-helpers/async-pad-end-iterable.ts +0 -41
  526. package/src/collection/async-iterable-collection/async-iterable-helpers/async-pad-start-iterable.ts +0 -41
  527. package/src/collection/async-iterable-collection/async-iterable-helpers/async-partion-iterable.ts +0 -63
  528. package/src/collection/async-iterable-collection/async-iterable-helpers/async-repeat-iterable.ts +0 -40
  529. package/src/collection/async-iterable-collection/async-iterable-helpers/async-reverse-iterable.ts +0 -35
  530. package/src/collection/async-iterable-collection/async-iterable-helpers/async-skip-iterable.ts +0 -41
  531. package/src/collection/async-iterable-collection/async-iterable-helpers/async-skip-until-iterable.ts +0 -55
  532. package/src/collection/async-iterable-collection/async-iterable-helpers/async-sliding-iterable.ts +0 -54
  533. package/src/collection/async-iterable-collection/async-iterable-helpers/async-sort-iterable.ts +0 -18
  534. package/src/collection/async-iterable-collection/async-iterable-helpers/async-split-iterable.ts +0 -64
  535. package/src/collection/async-iterable-collection/async-iterable-helpers/async-take-iterable.ts +0 -41
  536. package/src/collection/async-iterable-collection/async-iterable-helpers/async-take-until-iterable.ts +0 -41
  537. package/src/collection/async-iterable-collection/async-iterable-helpers/async-tap-iterable.ts +0 -34
  538. package/src/collection/async-iterable-collection/async-iterable-helpers/async-timeout-iterable.ts +0 -20
  539. package/src/collection/async-iterable-collection/async-iterable-helpers/async-unique-iterable.ts +0 -49
  540. package/src/collection/async-iterable-collection/async-iterable-helpers/async-update-iterable.ts +0 -64
  541. package/src/collection/async-iterable-collection/async-iterable-helpers/async-when-iterable.ts +0 -43
  542. package/src/collection/async-iterable-collection/async-iterable-helpers/async-zip-iterable.ts +0 -45
  543. package/src/collection/iterable-collection/_module.ts +0 -1
  544. package/src/collection/iterable-collection/iterable-collection.test.ts +0 -2379
  545. package/src/collection/iterable-collection/iterable-collection.ts +0 -1317
  546. package/src/collection/iterable-collection/iterable-helpers/_module.ts +0 -32
  547. package/src/collection/iterable-collection/iterable-helpers/chunk-iterable.ts +0 -49
  548. package/src/collection/iterable-collection/iterable-helpers/chunk-whilte-iterable.ts +0 -51
  549. package/src/collection/iterable-collection/iterable-helpers/collapse-iterable.ts +0 -35
  550. package/src/collection/iterable-collection/iterable-helpers/count-by-iterable.ts +0 -49
  551. package/src/collection/iterable-collection/iterable-helpers/cross-join-iterable.ts +0 -57
  552. package/src/collection/iterable-collection/iterable-helpers/entries-iterable.ts +0 -42
  553. package/src/collection/iterable-collection/iterable-helpers/filter-iterable.ts +0 -39
  554. package/src/collection/iterable-collection/iterable-helpers/flat-map-iterable.ts +0 -35
  555. package/src/collection/iterable-collection/iterable-helpers/group-by-iterable.ts +0 -52
  556. package/src/collection/iterable-collection/iterable-helpers/insert-after-iterable.ts +0 -43
  557. package/src/collection/iterable-collection/iterable-helpers/insert-before-iterable.ts +0 -43
  558. package/src/collection/iterable-collection/iterable-helpers/map-iterable.ts +0 -35
  559. package/src/collection/iterable-collection/iterable-helpers/merge-iterable.ts +0 -31
  560. package/src/collection/iterable-collection/iterable-helpers/pad-end-iterable.ts +0 -52
  561. package/src/collection/iterable-collection/iterable-helpers/pad-start-iterable.ts +0 -52
  562. package/src/collection/iterable-collection/iterable-helpers/partion-iterable.ts +0 -46
  563. package/src/collection/iterable-collection/iterable-helpers/repeat-iterable.ts +0 -36
  564. package/src/collection/iterable-collection/iterable-helpers/reverse-iterable.ts +0 -46
  565. package/src/collection/iterable-collection/iterable-helpers/shuffle-iterable.ts +0 -36
  566. package/src/collection/iterable-collection/iterable-helpers/skip-iterable.ts +0 -37
  567. package/src/collection/iterable-collection/iterable-helpers/skip-until-iterable.ts +0 -41
  568. package/src/collection/iterable-collection/iterable-helpers/slice-iterable.ts +0 -47
  569. package/src/collection/iterable-collection/iterable-helpers/sliding-iterable.ts +0 -49
  570. package/src/collection/iterable-collection/iterable-helpers/sort-iterable.ts +0 -29
  571. package/src/collection/iterable-collection/iterable-helpers/split-iterable.ts +0 -58
  572. package/src/collection/iterable-collection/iterable-helpers/take-iterable.ts +0 -37
  573. package/src/collection/iterable-collection/iterable-helpers/take-until-iterable.ts +0 -38
  574. package/src/collection/iterable-collection/iterable-helpers/tap-iterable.ts +0 -31
  575. package/src/collection/iterable-collection/iterable-helpers/unique-iterable.ts +0 -43
  576. package/src/collection/iterable-collection/iterable-helpers/update-iterable.ts +0 -50
  577. package/src/collection/iterable-collection/iterable-helpers/when-iterable.ts +0 -37
  578. package/src/collection/iterable-collection/iterable-helpers/zip-iterable.ts +0 -41
  579. package/src/collection/list-collection/_module.ts +0 -1
  580. package/src/collection/list-collection/list-collection.test.ts +0 -2280
  581. package/src/collection/list-collection/list-collection.ts +0 -1883
  582. package/src/contracts/_module.ts +0 -1
  583. package/src/contracts/collection/_module.ts +0 -3
  584. package/src/types.ts +0 -2
  585. package/tsconfig.base.json +0 -31
  586. package/tsconfig.cjs.json +0 -12
  587. package/tsconfig.esm.json +0 -12
  588. package/tsconfig.json +0 -10
  589. package/tsconfig.types.json +0 -12
  590. package/vite.config.ts +0 -6
@@ -1,1448 +0,0 @@
1
- :root {
2
- /* Light */
3
- --light-color-background: #f2f4f8;
4
- --light-color-background-secondary: #eff0f1;
5
- --light-color-warning-text: #222;
6
- --light-color-background-warning: #e6e600;
7
- --light-color-icon-background: var(--light-color-background);
8
- --light-color-accent: #c5c7c9;
9
- --light-color-active-menu-item: var(--light-color-accent);
10
- --light-color-text: #222;
11
- --light-color-text-aside: #6e6e6e;
12
- --light-color-link: #1f70c2;
13
- --light-color-focus-outline: #3584e4;
14
-
15
- --light-color-ts-keyword: #056bd6;
16
- --light-color-ts-project: #b111c9;
17
- --light-color-ts-module: var(--light-color-ts-project);
18
- --light-color-ts-namespace: var(--light-color-ts-project);
19
- --light-color-ts-enum: #7e6f15;
20
- --light-color-ts-enum-member: var(--light-color-ts-enum);
21
- --light-color-ts-variable: #4760ec;
22
- --light-color-ts-function: #572be7;
23
- --light-color-ts-class: #1f70c2;
24
- --light-color-ts-interface: #108024;
25
- --light-color-ts-constructor: var(--light-color-ts-class);
26
- --light-color-ts-property: var(--light-color-ts-variable);
27
- --light-color-ts-method: var(--light-color-ts-function);
28
- --light-color-ts-call-signature: var(--light-color-ts-method);
29
- --light-color-ts-index-signature: var(--light-color-ts-property);
30
- --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
31
- --light-color-ts-parameter: var(--light-color-ts-variable);
32
- /* type literal not included as links will never be generated to it */
33
- --light-color-ts-type-parameter: #a55c0e;
34
- --light-color-ts-accessor: var(--light-color-ts-property);
35
- --light-color-ts-get-signature: var(--light-color-ts-accessor);
36
- --light-color-ts-set-signature: var(--light-color-ts-accessor);
37
- --light-color-ts-type-alias: #d51270;
38
- /* reference not included as links will be colored with the kind that it points to */
39
- --light-color-document: #000000;
40
-
41
- --light-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23000' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
42
- --light-color-scheme: light;
43
-
44
- /* Dark */
45
- --dark-color-background: #2b2e33;
46
- --dark-color-background-secondary: #1e2024;
47
- --dark-color-background-warning: #bebe00;
48
- --dark-color-warning-text: #222;
49
- --dark-color-icon-background: var(--dark-color-background-secondary);
50
- --dark-color-accent: #9096a2;
51
- --dark-color-active-menu-item: #5d5d6a;
52
- --dark-color-text: #f5f5f5;
53
- --dark-color-text-aside: #dddddd;
54
- --dark-color-link: #00aff4;
55
- --dark-color-focus-outline: #4c97f2;
56
-
57
- --dark-color-ts-keyword: #3399ff;
58
- --dark-color-ts-project: #e358ff;
59
- --dark-color-ts-module: var(--dark-color-ts-project);
60
- --dark-color-ts-namespace: var(--dark-color-ts-project);
61
- --dark-color-ts-enum: #f4d93e;
62
- --dark-color-ts-enum-member: var(--dark-color-ts-enum);
63
- --dark-color-ts-variable: #798dff;
64
- --dark-color-ts-function: #a280ff;
65
- --dark-color-ts-class: #8ac4ff;
66
- --dark-color-ts-interface: #6cff87;
67
- --dark-color-ts-constructor: var(--dark-color-ts-class);
68
- --dark-color-ts-property: var(--dark-color-ts-variable);
69
- --dark-color-ts-method: var(--dark-color-ts-function);
70
- --dark-color-ts-call-signature: var(--dark-color-ts-method);
71
- --dark-color-ts-index-signature: var(--dark-color-ts-property);
72
- --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
73
- --dark-color-ts-parameter: var(--dark-color-ts-variable);
74
- /* type literal not included as links will never be generated to it */
75
- --dark-color-ts-type-parameter: #e07d13;
76
- --dark-color-ts-accessor: var(--dark-color-ts-property);
77
- --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
78
- --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
79
- --dark-color-ts-type-alias: #ff6492;
80
- /* reference not included as links will be colored with the kind that it points to */
81
- --dark-color-document: #ffffff;
82
-
83
- --dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
84
- --dark-color-scheme: dark;
85
- }
86
-
87
- @media (prefers-color-scheme: light) {
88
- :root {
89
- --color-background: var(--light-color-background);
90
- --color-background-secondary: var(--light-color-background-secondary);
91
- --color-background-warning: var(--light-color-background-warning);
92
- --color-warning-text: var(--light-color-warning-text);
93
- --color-icon-background: var(--light-color-icon-background);
94
- --color-accent: var(--light-color-accent);
95
- --color-active-menu-item: var(--light-color-active-menu-item);
96
- --color-text: var(--light-color-text);
97
- --color-text-aside: var(--light-color-text-aside);
98
- --color-link: var(--light-color-link);
99
- --color-focus-outline: var(--light-color-focus-outline);
100
-
101
- --color-ts-keyword: var(--light-color-ts-keyword);
102
- --color-ts-module: var(--light-color-ts-module);
103
- --color-ts-namespace: var(--light-color-ts-namespace);
104
- --color-ts-enum: var(--light-color-ts-enum);
105
- --color-ts-enum-member: var(--light-color-ts-enum-member);
106
- --color-ts-variable: var(--light-color-ts-variable);
107
- --color-ts-function: var(--light-color-ts-function);
108
- --color-ts-class: var(--light-color-ts-class);
109
- --color-ts-interface: var(--light-color-ts-interface);
110
- --color-ts-constructor: var(--light-color-ts-constructor);
111
- --color-ts-property: var(--light-color-ts-property);
112
- --color-ts-method: var(--light-color-ts-method);
113
- --color-ts-call-signature: var(--light-color-ts-call-signature);
114
- --color-ts-index-signature: var(--light-color-ts-index-signature);
115
- --color-ts-constructor-signature: var(
116
- --light-color-ts-constructor-signature
117
- );
118
- --color-ts-parameter: var(--light-color-ts-parameter);
119
- --color-ts-type-parameter: var(--light-color-ts-type-parameter);
120
- --color-ts-accessor: var(--light-color-ts-accessor);
121
- --color-ts-get-signature: var(--light-color-ts-get-signature);
122
- --color-ts-set-signature: var(--light-color-ts-set-signature);
123
- --color-ts-type-alias: var(--light-color-ts-type-alias);
124
- --color-document: var(--light-color-document);
125
-
126
- --external-icon: var(--light-external-icon);
127
- --color-scheme: var(--light-color-scheme);
128
- }
129
- }
130
-
131
- @media (prefers-color-scheme: dark) {
132
- :root {
133
- --color-background: var(--dark-color-background);
134
- --color-background-secondary: var(--dark-color-background-secondary);
135
- --color-background-warning: var(--dark-color-background-warning);
136
- --color-warning-text: var(--dark-color-warning-text);
137
- --color-icon-background: var(--dark-color-icon-background);
138
- --color-accent: var(--dark-color-accent);
139
- --color-active-menu-item: var(--dark-color-active-menu-item);
140
- --color-text: var(--dark-color-text);
141
- --color-text-aside: var(--dark-color-text-aside);
142
- --color-link: var(--dark-color-link);
143
- --color-focus-outline: var(--dark-color-focus-outline);
144
-
145
- --color-ts-keyword: var(--dark-color-ts-keyword);
146
- --color-ts-module: var(--dark-color-ts-module);
147
- --color-ts-namespace: var(--dark-color-ts-namespace);
148
- --color-ts-enum: var(--dark-color-ts-enum);
149
- --color-ts-enum-member: var(--dark-color-ts-enum-member);
150
- --color-ts-variable: var(--dark-color-ts-variable);
151
- --color-ts-function: var(--dark-color-ts-function);
152
- --color-ts-class: var(--dark-color-ts-class);
153
- --color-ts-interface: var(--dark-color-ts-interface);
154
- --color-ts-constructor: var(--dark-color-ts-constructor);
155
- --color-ts-property: var(--dark-color-ts-property);
156
- --color-ts-method: var(--dark-color-ts-method);
157
- --color-ts-call-signature: var(--dark-color-ts-call-signature);
158
- --color-ts-index-signature: var(--dark-color-ts-index-signature);
159
- --color-ts-constructor-signature: var(
160
- --dark-color-ts-constructor-signature
161
- );
162
- --color-ts-parameter: var(--dark-color-ts-parameter);
163
- --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
164
- --color-ts-accessor: var(--dark-color-ts-accessor);
165
- --color-ts-get-signature: var(--dark-color-ts-get-signature);
166
- --color-ts-set-signature: var(--dark-color-ts-set-signature);
167
- --color-ts-type-alias: var(--dark-color-ts-type-alias);
168
- --color-document: var(--dark-color-document);
169
-
170
- --external-icon: var(--dark-external-icon);
171
- --color-scheme: var(--dark-color-scheme);
172
- }
173
- }
174
-
175
- html {
176
- color-scheme: var(--color-scheme);
177
- }
178
-
179
- body {
180
- margin: 0;
181
- }
182
-
183
- :root[data-theme="light"] {
184
- --color-background: var(--light-color-background);
185
- --color-background-secondary: var(--light-color-background-secondary);
186
- --color-background-warning: var(--light-color-background-warning);
187
- --color-warning-text: var(--light-color-warning-text);
188
- --color-icon-background: var(--light-color-icon-background);
189
- --color-accent: var(--light-color-accent);
190
- --color-active-menu-item: var(--light-color-active-menu-item);
191
- --color-text: var(--light-color-text);
192
- --color-text-aside: var(--light-color-text-aside);
193
- --color-link: var(--light-color-link);
194
- --color-focus-outline: var(--light-color-focus-outline);
195
-
196
- --color-ts-keyword: var(--light-color-ts-keyword);
197
- --color-ts-module: var(--light-color-ts-module);
198
- --color-ts-namespace: var(--light-color-ts-namespace);
199
- --color-ts-enum: var(--light-color-ts-enum);
200
- --color-ts-enum-member: var(--light-color-ts-enum-member);
201
- --color-ts-variable: var(--light-color-ts-variable);
202
- --color-ts-function: var(--light-color-ts-function);
203
- --color-ts-class: var(--light-color-ts-class);
204
- --color-ts-interface: var(--light-color-ts-interface);
205
- --color-ts-constructor: var(--light-color-ts-constructor);
206
- --color-ts-property: var(--light-color-ts-property);
207
- --color-ts-method: var(--light-color-ts-method);
208
- --color-ts-call-signature: var(--light-color-ts-call-signature);
209
- --color-ts-index-signature: var(--light-color-ts-index-signature);
210
- --color-ts-constructor-signature: var(
211
- --light-color-ts-constructor-signature
212
- );
213
- --color-ts-parameter: var(--light-color-ts-parameter);
214
- --color-ts-type-parameter: var(--light-color-ts-type-parameter);
215
- --color-ts-accessor: var(--light-color-ts-accessor);
216
- --color-ts-get-signature: var(--light-color-ts-get-signature);
217
- --color-ts-set-signature: var(--light-color-ts-set-signature);
218
- --color-ts-type-alias: var(--light-color-ts-type-alias);
219
- --color-document: var(--light-color-document);
220
-
221
- --external-icon: var(--light-external-icon);
222
- --color-scheme: var(--light-color-scheme);
223
- }
224
-
225
- :root[data-theme="dark"] {
226
- --color-background: var(--dark-color-background);
227
- --color-background-secondary: var(--dark-color-background-secondary);
228
- --color-background-warning: var(--dark-color-background-warning);
229
- --color-warning-text: var(--dark-color-warning-text);
230
- --color-icon-background: var(--dark-color-icon-background);
231
- --color-accent: var(--dark-color-accent);
232
- --color-active-menu-item: var(--dark-color-active-menu-item);
233
- --color-text: var(--dark-color-text);
234
- --color-text-aside: var(--dark-color-text-aside);
235
- --color-link: var(--dark-color-link);
236
- --color-focus-outline: var(--dark-color-focus-outline);
237
-
238
- --color-ts-keyword: var(--dark-color-ts-keyword);
239
- --color-ts-module: var(--dark-color-ts-module);
240
- --color-ts-namespace: var(--dark-color-ts-namespace);
241
- --color-ts-enum: var(--dark-color-ts-enum);
242
- --color-ts-enum-member: var(--dark-color-ts-enum-member);
243
- --color-ts-variable: var(--dark-color-ts-variable);
244
- --color-ts-function: var(--dark-color-ts-function);
245
- --color-ts-class: var(--dark-color-ts-class);
246
- --color-ts-interface: var(--dark-color-ts-interface);
247
- --color-ts-constructor: var(--dark-color-ts-constructor);
248
- --color-ts-property: var(--dark-color-ts-property);
249
- --color-ts-method: var(--dark-color-ts-method);
250
- --color-ts-call-signature: var(--dark-color-ts-call-signature);
251
- --color-ts-index-signature: var(--dark-color-ts-index-signature);
252
- --color-ts-constructor-signature: var(
253
- --dark-color-ts-constructor-signature
254
- );
255
- --color-ts-parameter: var(--dark-color-ts-parameter);
256
- --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
257
- --color-ts-accessor: var(--dark-color-ts-accessor);
258
- --color-ts-get-signature: var(--dark-color-ts-get-signature);
259
- --color-ts-set-signature: var(--dark-color-ts-set-signature);
260
- --color-ts-type-alias: var(--dark-color-ts-type-alias);
261
- --color-document: var(--dark-color-document);
262
-
263
- --external-icon: var(--dark-external-icon);
264
- --color-scheme: var(--dark-color-scheme);
265
- }
266
-
267
- *:focus-visible,
268
- .tsd-accordion-summary:focus-visible svg {
269
- outline: 2px solid var(--color-focus-outline);
270
- }
271
-
272
- .always-visible,
273
- .always-visible .tsd-signatures {
274
- display: inherit !important;
275
- }
276
-
277
- h1,
278
- h2,
279
- h3,
280
- h4,
281
- h5,
282
- h6 {
283
- line-height: 1.2;
284
- }
285
-
286
- h1 {
287
- font-size: 1.875rem;
288
- margin: 0.67rem 0;
289
- }
290
-
291
- h2 {
292
- font-size: 1.5rem;
293
- margin: 0.83rem 0;
294
- }
295
-
296
- h3 {
297
- font-size: 1.25rem;
298
- margin: 1rem 0;
299
- }
300
-
301
- h4 {
302
- font-size: 1.05rem;
303
- margin: 1.33rem 0;
304
- }
305
-
306
- h5 {
307
- font-size: 1rem;
308
- margin: 1.5rem 0;
309
- }
310
-
311
- h6 {
312
- font-size: 0.875rem;
313
- margin: 2.33rem 0;
314
- }
315
-
316
- dl,
317
- menu,
318
- ol,
319
- ul {
320
- margin: 1em 0;
321
- }
322
-
323
- dd {
324
- margin: 0 0 0 40px;
325
- }
326
-
327
- .container {
328
- max-width: 1700px;
329
- padding: 0 2rem;
330
- }
331
-
332
- /* Footer */
333
- footer {
334
- border-top: 1px solid var(--color-accent);
335
- padding-top: 1rem;
336
- padding-bottom: 1rem;
337
- max-height: 3.5rem;
338
- }
339
- footer > p {
340
- margin: 0 1em;
341
- }
342
-
343
- .container-main {
344
- margin: 0 auto;
345
- /* toolbar, footer, margin */
346
- min-height: calc(100vh - 41px - 56px - 4rem);
347
- }
348
-
349
- @keyframes fade-in {
350
- from {
351
- opacity: 0;
352
- }
353
- to {
354
- opacity: 1;
355
- }
356
- }
357
- @keyframes fade-out {
358
- from {
359
- opacity: 1;
360
- visibility: visible;
361
- }
362
- to {
363
- opacity: 0;
364
- }
365
- }
366
- @keyframes fade-in-delayed {
367
- 0% {
368
- opacity: 0;
369
- }
370
- 33% {
371
- opacity: 0;
372
- }
373
- 100% {
374
- opacity: 1;
375
- }
376
- }
377
- @keyframes fade-out-delayed {
378
- 0% {
379
- opacity: 1;
380
- visibility: visible;
381
- }
382
- 66% {
383
- opacity: 0;
384
- }
385
- 100% {
386
- opacity: 0;
387
- }
388
- }
389
- @keyframes pop-in-from-right {
390
- from {
391
- transform: translate(100%, 0);
392
- }
393
- to {
394
- transform: translate(0, 0);
395
- }
396
- }
397
- @keyframes pop-out-to-right {
398
- from {
399
- transform: translate(0, 0);
400
- visibility: visible;
401
- }
402
- to {
403
- transform: translate(100%, 0);
404
- }
405
- }
406
- body {
407
- background: var(--color-background);
408
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
409
- Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
410
- font-size: 16px;
411
- color: var(--color-text);
412
- }
413
-
414
- a {
415
- color: var(--color-link);
416
- text-decoration: none;
417
- }
418
- a:hover {
419
- text-decoration: underline;
420
- }
421
- a.external[target="_blank"] {
422
- background-image: var(--external-icon);
423
- background-position: top 3px right;
424
- background-repeat: no-repeat;
425
- padding-right: 13px;
426
- }
427
- a.tsd-anchor-link {
428
- color: var(--color-text);
429
- }
430
-
431
- code,
432
- pre {
433
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
434
- padding: 0.2em;
435
- margin: 0;
436
- font-size: 0.875rem;
437
- border-radius: 0.8em;
438
- }
439
-
440
- pre {
441
- position: relative;
442
- white-space: pre;
443
- white-space: pre-wrap;
444
- word-wrap: break-word;
445
- padding: 10px;
446
- border: 1px solid var(--color-accent);
447
- }
448
- pre code {
449
- padding: 0;
450
- font-size: 100%;
451
- }
452
- pre > button {
453
- position: absolute;
454
- top: 10px;
455
- right: 10px;
456
- opacity: 0;
457
- transition: opacity 0.1s;
458
- box-sizing: border-box;
459
- }
460
- pre:hover > button,
461
- pre > button.visible {
462
- opacity: 1;
463
- }
464
-
465
- blockquote {
466
- margin: 1em 0;
467
- padding-left: 1em;
468
- border-left: 4px solid gray;
469
- }
470
-
471
- .tsd-typography {
472
- line-height: 1.333em;
473
- }
474
- .tsd-typography ul {
475
- list-style: square;
476
- padding: 0 0 0 20px;
477
- margin: 0;
478
- }
479
- .tsd-typography .tsd-index-panel h3,
480
- .tsd-index-panel .tsd-typography h3,
481
- .tsd-typography h4,
482
- .tsd-typography h5,
483
- .tsd-typography h6 {
484
- font-size: 1em;
485
- }
486
- .tsd-typography h5,
487
- .tsd-typography h6 {
488
- font-weight: normal;
489
- }
490
- .tsd-typography p,
491
- .tsd-typography ul,
492
- .tsd-typography ol {
493
- margin: 1em 0;
494
- }
495
- .tsd-typography table {
496
- border-collapse: collapse;
497
- border: none;
498
- }
499
- .tsd-typography td,
500
- .tsd-typography th {
501
- padding: 6px 13px;
502
- border: 1px solid var(--color-accent);
503
- }
504
- .tsd-typography thead,
505
- .tsd-typography tr:nth-child(even) {
506
- background-color: var(--color-background-secondary);
507
- }
508
-
509
- .tsd-breadcrumb {
510
- margin: 0;
511
- padding: 0;
512
- color: var(--color-text-aside);
513
- }
514
- .tsd-breadcrumb a {
515
- color: var(--color-text-aside);
516
- text-decoration: none;
517
- }
518
- .tsd-breadcrumb a:hover {
519
- text-decoration: underline;
520
- }
521
- .tsd-breadcrumb li {
522
- display: inline;
523
- }
524
- .tsd-breadcrumb li:after {
525
- content: " / ";
526
- }
527
-
528
- .tsd-comment-tags {
529
- display: flex;
530
- flex-direction: column;
531
- }
532
- dl.tsd-comment-tag-group {
533
- display: flex;
534
- align-items: center;
535
- overflow: hidden;
536
- margin: 0.5em 0;
537
- }
538
- dl.tsd-comment-tag-group dt {
539
- display: flex;
540
- margin-right: 0.5em;
541
- font-size: 0.875em;
542
- font-weight: normal;
543
- }
544
- dl.tsd-comment-tag-group dd {
545
- margin: 0;
546
- }
547
- code.tsd-tag {
548
- padding: 0.25em 0.4em;
549
- border: 0.1em solid var(--color-accent);
550
- margin-right: 0.25em;
551
- font-size: 70%;
552
- }
553
- h1 code.tsd-tag:first-of-type {
554
- margin-left: 0.25em;
555
- }
556
-
557
- dl.tsd-comment-tag-group dd:before,
558
- dl.tsd-comment-tag-group dd:after {
559
- content: " ";
560
- }
561
- dl.tsd-comment-tag-group dd pre,
562
- dl.tsd-comment-tag-group dd:after {
563
- clear: both;
564
- }
565
- dl.tsd-comment-tag-group p {
566
- margin: 0;
567
- }
568
-
569
- .tsd-panel.tsd-comment .lead {
570
- font-size: 1.1em;
571
- line-height: 1.333em;
572
- margin-bottom: 2em;
573
- }
574
- .tsd-panel.tsd-comment .lead:last-child {
575
- margin-bottom: 0;
576
- }
577
-
578
- .tsd-filter-visibility h4 {
579
- font-size: 1rem;
580
- padding-top: 0.75rem;
581
- padding-bottom: 0.5rem;
582
- margin: 0;
583
- }
584
- .tsd-filter-item:not(:last-child) {
585
- margin-bottom: 0.5rem;
586
- }
587
- .tsd-filter-input {
588
- display: flex;
589
- width: -moz-fit-content;
590
- width: fit-content;
591
- align-items: center;
592
- -webkit-user-select: none;
593
- -moz-user-select: none;
594
- -ms-user-select: none;
595
- user-select: none;
596
- cursor: pointer;
597
- }
598
- .tsd-filter-input input[type="checkbox"] {
599
- cursor: pointer;
600
- position: absolute;
601
- width: 1.5em;
602
- height: 1.5em;
603
- opacity: 0;
604
- }
605
- .tsd-filter-input input[type="checkbox"]:disabled {
606
- pointer-events: none;
607
- }
608
- .tsd-filter-input svg {
609
- cursor: pointer;
610
- width: 1.5em;
611
- height: 1.5em;
612
- margin-right: 0.5em;
613
- border-radius: 0.33em;
614
- /* Leaving this at full opacity breaks event listeners on Firefox.
615
- Don't remove unless you know what you're doing. */
616
- opacity: 0.99;
617
- }
618
- .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
619
- outline: 2px solid var(--color-focus-outline);
620
- }
621
- .tsd-checkbox-background {
622
- fill: var(--color-accent);
623
- }
624
- input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
625
- stroke: var(--color-text);
626
- }
627
- .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
628
- fill: var(--color-background);
629
- stroke: var(--color-accent);
630
- stroke-width: 0.25rem;
631
- }
632
- .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
633
- stroke: var(--color-accent);
634
- }
635
-
636
- .settings-label {
637
- font-weight: bold;
638
- text-transform: uppercase;
639
- display: inline-block;
640
- }
641
-
642
- .tsd-filter-visibility .settings-label {
643
- margin: 0.75rem 0 0.5rem 0;
644
- }
645
-
646
- .tsd-theme-toggle .settings-label {
647
- margin: 0.75rem 0.75rem 0 0;
648
- }
649
-
650
- .tsd-hierarchy {
651
- list-style: square;
652
- margin: 0;
653
- }
654
- .tsd-hierarchy .target {
655
- font-weight: bold;
656
- }
657
-
658
- .tsd-full-hierarchy:not(:last-child) {
659
- margin-bottom: 1em;
660
- padding-bottom: 1em;
661
- border-bottom: 1px solid var(--color-accent);
662
- }
663
- .tsd-full-hierarchy,
664
- .tsd-full-hierarchy ul {
665
- list-style: none;
666
- margin: 0;
667
- padding: 0;
668
- }
669
- .tsd-full-hierarchy ul {
670
- padding-left: 1.5rem;
671
- }
672
- .tsd-full-hierarchy a {
673
- padding: 0.25rem 0 !important;
674
- font-size: 1rem;
675
- display: inline-flex;
676
- align-items: center;
677
- color: var(--color-text);
678
- }
679
-
680
- .tsd-panel-group.tsd-index-group {
681
- margin-bottom: 0;
682
- }
683
- .tsd-index-panel .tsd-index-list {
684
- list-style: none;
685
- line-height: 1.333em;
686
- margin: 0;
687
- padding: 0.25rem 0 0 0;
688
- overflow: hidden;
689
- display: grid;
690
- grid-template-columns: repeat(3, 1fr);
691
- column-gap: 1rem;
692
- grid-template-rows: auto;
693
- }
694
- @media (max-width: 1024px) {
695
- .tsd-index-panel .tsd-index-list {
696
- grid-template-columns: repeat(2, 1fr);
697
- }
698
- }
699
- @media (max-width: 768px) {
700
- .tsd-index-panel .tsd-index-list {
701
- grid-template-columns: repeat(1, 1fr);
702
- }
703
- }
704
- .tsd-index-panel .tsd-index-list li {
705
- -webkit-page-break-inside: avoid;
706
- -moz-page-break-inside: avoid;
707
- -ms-page-break-inside: avoid;
708
- -o-page-break-inside: avoid;
709
- page-break-inside: avoid;
710
- }
711
-
712
- .tsd-flag {
713
- display: inline-block;
714
- padding: 0.25em 0.4em;
715
- border-radius: 4px;
716
- color: var(--color-comment-tag-text);
717
- background-color: var(--color-comment-tag);
718
- text-indent: 0;
719
- font-size: 75%;
720
- line-height: 1;
721
- font-weight: normal;
722
- }
723
-
724
- .tsd-anchor {
725
- position: relative;
726
- top: -100px;
727
- }
728
-
729
- .tsd-member {
730
- position: relative;
731
- }
732
- .tsd-member .tsd-anchor + h3 {
733
- display: flex;
734
- align-items: center;
735
- margin-top: 0;
736
- margin-bottom: 0;
737
- border-bottom: none;
738
- }
739
-
740
- .tsd-navigation.settings {
741
- margin: 1rem 0;
742
- }
743
- .tsd-navigation > a,
744
- .tsd-navigation .tsd-accordion-summary {
745
- width: calc(100% - 0.25rem);
746
- display: flex;
747
- align-items: center;
748
- }
749
- .tsd-navigation a,
750
- .tsd-navigation summary > span,
751
- .tsd-page-navigation a {
752
- display: flex;
753
- width: calc(100% - 0.25rem);
754
- align-items: center;
755
- padding: 0.25rem;
756
- color: var(--color-text);
757
- text-decoration: none;
758
- box-sizing: border-box;
759
- }
760
- .tsd-navigation a.current,
761
- .tsd-page-navigation a.current {
762
- background: var(--color-active-menu-item);
763
- }
764
- .tsd-navigation a:hover,
765
- .tsd-page-navigation a:hover {
766
- text-decoration: underline;
767
- }
768
- .tsd-navigation ul,
769
- .tsd-page-navigation ul {
770
- margin-top: 0;
771
- margin-bottom: 0;
772
- padding: 0;
773
- list-style: none;
774
- }
775
- .tsd-navigation li,
776
- .tsd-page-navigation li {
777
- padding: 0;
778
- max-width: 100%;
779
- }
780
- .tsd-navigation .tsd-nav-link {
781
- display: none;
782
- }
783
- .tsd-nested-navigation {
784
- margin-left: 3rem;
785
- }
786
- .tsd-nested-navigation > li > details {
787
- margin-left: -1.5rem;
788
- }
789
- .tsd-small-nested-navigation {
790
- margin-left: 1.5rem;
791
- }
792
- .tsd-small-nested-navigation > li > details {
793
- margin-left: -1.5rem;
794
- }
795
-
796
- .tsd-page-navigation-section {
797
- margin-left: 10px;
798
- }
799
- .tsd-page-navigation-section > summary {
800
- padding: 0.25rem;
801
- }
802
- .tsd-page-navigation-section > div {
803
- margin-left: 20px;
804
- }
805
- .tsd-page-navigation ul {
806
- padding-left: 1.75rem;
807
- }
808
-
809
- #tsd-sidebar-links a {
810
- margin-top: 0;
811
- margin-bottom: 0.5rem;
812
- line-height: 1.25rem;
813
- }
814
- #tsd-sidebar-links a:last-of-type {
815
- margin-bottom: 0;
816
- }
817
-
818
- a.tsd-index-link {
819
- padding: 0.25rem 0 !important;
820
- font-size: 1rem;
821
- line-height: 1.25rem;
822
- display: inline-flex;
823
- align-items: center;
824
- color: var(--color-text);
825
- }
826
- .tsd-accordion-summary {
827
- list-style-type: none; /* hide marker on non-safari */
828
- outline: none; /* broken on safari, so just hide it */
829
- }
830
- .tsd-accordion-summary::-webkit-details-marker {
831
- display: none; /* hide marker on safari */
832
- }
833
- .tsd-accordion-summary,
834
- .tsd-accordion-summary a {
835
- -moz-user-select: none;
836
- -webkit-user-select: none;
837
- -ms-user-select: none;
838
- user-select: none;
839
-
840
- cursor: pointer;
841
- }
842
- .tsd-accordion-summary a {
843
- width: calc(100% - 1.5rem);
844
- }
845
- .tsd-accordion-summary > * {
846
- margin-top: 0;
847
- margin-bottom: 0;
848
- padding-top: 0;
849
- padding-bottom: 0;
850
- }
851
- .tsd-accordion .tsd-accordion-summary > svg {
852
- margin-left: 0.25rem;
853
- vertical-align: text-top;
854
- }
855
- .tsd-index-content > :not(:first-child) {
856
- margin-top: 0.75rem;
857
- }
858
- .tsd-index-heading {
859
- margin-top: 1.5rem;
860
- margin-bottom: 0.75rem;
861
- }
862
-
863
- .tsd-kind-icon {
864
- margin-right: 0.5rem;
865
- width: 1.25rem;
866
- height: 1.25rem;
867
- min-width: 1.25rem;
868
- min-height: 1.25rem;
869
- }
870
- .tsd-kind-icon path {
871
- transform-origin: center;
872
- transform: scale(1.1);
873
- }
874
- .tsd-signature > .tsd-kind-icon {
875
- margin-right: 0.8rem;
876
- }
877
-
878
- .tsd-panel {
879
- margin-bottom: 2.5rem;
880
- }
881
- .tsd-panel.tsd-member {
882
- margin-bottom: 4rem;
883
- }
884
- .tsd-panel:empty {
885
- display: none;
886
- }
887
- .tsd-panel > h1,
888
- .tsd-panel > h2,
889
- .tsd-panel > h3 {
890
- margin: 1.5rem -1.5rem 0.75rem -1.5rem;
891
- padding: 0 1.5rem 0.75rem 1.5rem;
892
- }
893
- .tsd-panel > h1.tsd-before-signature,
894
- .tsd-panel > h2.tsd-before-signature,
895
- .tsd-panel > h3.tsd-before-signature {
896
- margin-bottom: 0;
897
- border-bottom: none;
898
- }
899
-
900
- .tsd-panel-group {
901
- margin: 2rem 0;
902
- }
903
- .tsd-panel-group.tsd-index-group {
904
- margin: 2rem 0;
905
- }
906
- .tsd-panel-group.tsd-index-group details {
907
- margin: 2rem 0;
908
- }
909
- .tsd-panel-group > .tsd-accordion-summary {
910
- margin-bottom: 1rem;
911
- }
912
-
913
- #tsd-search {
914
- transition: background-color 0.2s;
915
- }
916
- #tsd-search .title {
917
- position: relative;
918
- z-index: 2;
919
- }
920
- #tsd-search .field {
921
- position: absolute;
922
- left: 0;
923
- top: 0;
924
- right: 2.5rem;
925
- height: 100%;
926
- }
927
- #tsd-search .field input {
928
- box-sizing: border-box;
929
- position: relative;
930
- top: -50px;
931
- z-index: 1;
932
- width: 100%;
933
- padding: 0 10px;
934
- opacity: 0;
935
- outline: 0;
936
- border: 0;
937
- background: transparent;
938
- color: var(--color-text);
939
- }
940
- #tsd-search .field label {
941
- position: absolute;
942
- overflow: hidden;
943
- right: -40px;
944
- }
945
- #tsd-search .field input,
946
- #tsd-search .title,
947
- #tsd-toolbar-links a {
948
- transition: opacity 0.2s;
949
- }
950
- #tsd-search .results {
951
- position: absolute;
952
- visibility: hidden;
953
- top: 40px;
954
- width: 100%;
955
- margin: 0;
956
- padding: 0;
957
- list-style: none;
958
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
959
- }
960
- #tsd-search .results li {
961
- background-color: var(--color-background);
962
- line-height: initial;
963
- padding: 4px;
964
- }
965
- #tsd-search .results li:nth-child(even) {
966
- background-color: var(--color-background-secondary);
967
- }
968
- #tsd-search .results li.state {
969
- display: none;
970
- }
971
- #tsd-search .results li.current:not(.no-results),
972
- #tsd-search .results li:hover:not(.no-results) {
973
- background-color: var(--color-accent);
974
- }
975
- #tsd-search .results a {
976
- display: flex;
977
- align-items: center;
978
- padding: 0.25rem;
979
- box-sizing: border-box;
980
- }
981
- #tsd-search .results a:before {
982
- top: 10px;
983
- }
984
- #tsd-search .results span.parent {
985
- color: var(--color-text-aside);
986
- font-weight: normal;
987
- }
988
- #tsd-search.has-focus {
989
- background-color: var(--color-accent);
990
- }
991
- #tsd-search.has-focus .field input {
992
- top: 0;
993
- opacity: 1;
994
- }
995
- #tsd-search.has-focus .title,
996
- #tsd-search.has-focus #tsd-toolbar-links a {
997
- z-index: 0;
998
- opacity: 0;
999
- }
1000
- #tsd-search.has-focus .results {
1001
- visibility: visible;
1002
- }
1003
- #tsd-search.loading .results li.state.loading {
1004
- display: block;
1005
- }
1006
- #tsd-search.failure .results li.state.failure {
1007
- display: block;
1008
- }
1009
-
1010
- #tsd-toolbar-links {
1011
- position: absolute;
1012
- top: 0;
1013
- right: 2rem;
1014
- height: 100%;
1015
- display: flex;
1016
- align-items: center;
1017
- justify-content: flex-end;
1018
- }
1019
- #tsd-toolbar-links a {
1020
- margin-left: 1.5rem;
1021
- }
1022
- #tsd-toolbar-links a:hover {
1023
- text-decoration: underline;
1024
- }
1025
-
1026
- .tsd-signature {
1027
- margin: 0 0 1rem 0;
1028
- padding: 1rem 0.5rem;
1029
- border: 1px solid var(--color-accent);
1030
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1031
- font-size: 14px;
1032
- overflow-x: auto;
1033
- }
1034
-
1035
- .tsd-signature-keyword {
1036
- color: var(--color-ts-keyword);
1037
- font-weight: normal;
1038
- }
1039
-
1040
- .tsd-signature-symbol {
1041
- color: var(--color-text-aside);
1042
- font-weight: normal;
1043
- }
1044
-
1045
- .tsd-signature-type {
1046
- font-style: italic;
1047
- font-weight: normal;
1048
- }
1049
-
1050
- .tsd-signatures {
1051
- padding: 0;
1052
- margin: 0 0 1em 0;
1053
- list-style-type: none;
1054
- }
1055
- .tsd-signatures .tsd-signature {
1056
- margin: 0;
1057
- border-color: var(--color-accent);
1058
- border-width: 1px 0;
1059
- transition: background-color 0.1s;
1060
- }
1061
- .tsd-signatures .tsd-index-signature:not(:last-child) {
1062
- margin-bottom: 1em;
1063
- }
1064
- .tsd-signatures .tsd-index-signature .tsd-signature {
1065
- border-width: 1px;
1066
- }
1067
- .tsd-description .tsd-signatures .tsd-signature {
1068
- border-width: 1px;
1069
- }
1070
-
1071
- ul.tsd-parameter-list,
1072
- ul.tsd-type-parameter-list {
1073
- list-style: square;
1074
- margin: 0;
1075
- padding-left: 20px;
1076
- }
1077
- ul.tsd-parameter-list > li.tsd-parameter-signature,
1078
- ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1079
- list-style: none;
1080
- margin-left: -20px;
1081
- }
1082
- ul.tsd-parameter-list h5,
1083
- ul.tsd-type-parameter-list h5 {
1084
- font-size: 16px;
1085
- margin: 1em 0 0.5em 0;
1086
- }
1087
- .tsd-sources {
1088
- margin-top: 1rem;
1089
- font-size: 0.875em;
1090
- }
1091
- .tsd-sources a {
1092
- color: var(--color-text-aside);
1093
- text-decoration: underline;
1094
- }
1095
- .tsd-sources ul {
1096
- list-style: none;
1097
- padding: 0;
1098
- }
1099
-
1100
- .tsd-page-toolbar {
1101
- position: sticky;
1102
- z-index: 1;
1103
- top: 0;
1104
- left: 0;
1105
- width: 100%;
1106
- color: var(--color-text);
1107
- background: var(--color-background-secondary);
1108
- border-bottom: 1px var(--color-accent) solid;
1109
- transition: transform 0.3s ease-in-out;
1110
- }
1111
- .tsd-page-toolbar a {
1112
- color: var(--color-text);
1113
- text-decoration: none;
1114
- }
1115
- .tsd-page-toolbar a.title {
1116
- font-weight: bold;
1117
- }
1118
- .tsd-page-toolbar a.title:hover {
1119
- text-decoration: underline;
1120
- }
1121
- .tsd-page-toolbar .tsd-toolbar-contents {
1122
- display: flex;
1123
- justify-content: space-between;
1124
- height: 2.5rem;
1125
- margin: 0 auto;
1126
- }
1127
- .tsd-page-toolbar .table-cell {
1128
- position: relative;
1129
- white-space: nowrap;
1130
- line-height: 40px;
1131
- }
1132
- .tsd-page-toolbar .table-cell:first-child {
1133
- width: 100%;
1134
- }
1135
- .tsd-page-toolbar .tsd-toolbar-icon {
1136
- box-sizing: border-box;
1137
- line-height: 0;
1138
- padding: 12px 0;
1139
- }
1140
-
1141
- .tsd-widget {
1142
- display: inline-block;
1143
- overflow: hidden;
1144
- opacity: 0.8;
1145
- height: 40px;
1146
- transition:
1147
- opacity 0.1s,
1148
- background-color 0.2s;
1149
- vertical-align: bottom;
1150
- cursor: pointer;
1151
- }
1152
- .tsd-widget:hover {
1153
- opacity: 0.9;
1154
- }
1155
- .tsd-widget.active {
1156
- opacity: 1;
1157
- background-color: var(--color-accent);
1158
- }
1159
- .tsd-widget.no-caption {
1160
- width: 40px;
1161
- }
1162
- .tsd-widget.no-caption:before {
1163
- margin: 0;
1164
- }
1165
-
1166
- .tsd-widget.options,
1167
- .tsd-widget.menu {
1168
- display: none;
1169
- }
1170
- input[type="checkbox"] + .tsd-widget:before {
1171
- background-position: -120px 0;
1172
- }
1173
- input[type="checkbox"]:checked + .tsd-widget:before {
1174
- background-position: -160px 0;
1175
- }
1176
-
1177
- img {
1178
- max-width: 100%;
1179
- }
1180
-
1181
- .tsd-anchor-icon {
1182
- display: inline-flex;
1183
- align-items: center;
1184
- margin-left: 0.5rem;
1185
- vertical-align: middle;
1186
- color: var(--color-text);
1187
- }
1188
-
1189
- .tsd-anchor-icon svg {
1190
- width: 1em;
1191
- height: 1em;
1192
- visibility: hidden;
1193
- }
1194
-
1195
- .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1196
- visibility: visible;
1197
- }
1198
-
1199
- .deprecated {
1200
- text-decoration: line-through !important;
1201
- }
1202
-
1203
- .warning {
1204
- padding: 1rem;
1205
- color: var(--color-warning-text);
1206
- background: var(--color-background-warning);
1207
- }
1208
-
1209
- .tsd-kind-project {
1210
- color: var(--color-ts-project);
1211
- }
1212
- .tsd-kind-module {
1213
- color: var(--color-ts-module);
1214
- }
1215
- .tsd-kind-namespace {
1216
- color: var(--color-ts-namespace);
1217
- }
1218
- .tsd-kind-enum {
1219
- color: var(--color-ts-enum);
1220
- }
1221
- .tsd-kind-enum-member {
1222
- color: var(--color-ts-enum-member);
1223
- }
1224
- .tsd-kind-variable {
1225
- color: var(--color-ts-variable);
1226
- }
1227
- .tsd-kind-function {
1228
- color: var(--color-ts-function);
1229
- }
1230
- .tsd-kind-class {
1231
- color: var(--color-ts-class);
1232
- }
1233
- .tsd-kind-interface {
1234
- color: var(--color-ts-interface);
1235
- }
1236
- .tsd-kind-constructor {
1237
- color: var(--color-ts-constructor);
1238
- }
1239
- .tsd-kind-property {
1240
- color: var(--color-ts-property);
1241
- }
1242
- .tsd-kind-method {
1243
- color: var(--color-ts-method);
1244
- }
1245
- .tsd-kind-call-signature {
1246
- color: var(--color-ts-call-signature);
1247
- }
1248
- .tsd-kind-index-signature {
1249
- color: var(--color-ts-index-signature);
1250
- }
1251
- .tsd-kind-constructor-signature {
1252
- color: var(--color-ts-constructor-signature);
1253
- }
1254
- .tsd-kind-parameter {
1255
- color: var(--color-ts-parameter);
1256
- }
1257
- .tsd-kind-type-literal {
1258
- color: var(--color-ts-type-literal);
1259
- }
1260
- .tsd-kind-type-parameter {
1261
- color: var(--color-ts-type-parameter);
1262
- }
1263
- .tsd-kind-accessor {
1264
- color: var(--color-ts-accessor);
1265
- }
1266
- .tsd-kind-get-signature {
1267
- color: var(--color-ts-get-signature);
1268
- }
1269
- .tsd-kind-set-signature {
1270
- color: var(--color-ts-set-signature);
1271
- }
1272
- .tsd-kind-type-alias {
1273
- color: var(--color-ts-type-alias);
1274
- }
1275
-
1276
- /* if we have a kind icon, don't color the text by kind */
1277
- .tsd-kind-icon ~ span {
1278
- color: var(--color-text);
1279
- }
1280
-
1281
- * {
1282
- scrollbar-width: thin;
1283
- scrollbar-color: var(--color-accent) var(--color-icon-background);
1284
- }
1285
-
1286
- *::-webkit-scrollbar {
1287
- width: 0.75rem;
1288
- }
1289
-
1290
- *::-webkit-scrollbar-track {
1291
- background: var(--color-icon-background);
1292
- }
1293
-
1294
- *::-webkit-scrollbar-thumb {
1295
- background-color: var(--color-accent);
1296
- border-radius: 999rem;
1297
- border: 0.25rem solid var(--color-icon-background);
1298
- }
1299
-
1300
- /* mobile */
1301
- @media (max-width: 769px) {
1302
- .tsd-widget.options,
1303
- .tsd-widget.menu {
1304
- display: inline-block;
1305
- }
1306
-
1307
- .container-main {
1308
- display: flex;
1309
- }
1310
- html .col-content {
1311
- float: none;
1312
- max-width: 100%;
1313
- width: 100%;
1314
- }
1315
- html .col-sidebar {
1316
- position: fixed !important;
1317
- overflow-y: auto;
1318
- -webkit-overflow-scrolling: touch;
1319
- z-index: 1024;
1320
- top: 0 !important;
1321
- bottom: 0 !important;
1322
- left: auto !important;
1323
- right: 0 !important;
1324
- padding: 1.5rem 1.5rem 0 0;
1325
- width: 75vw;
1326
- visibility: hidden;
1327
- background-color: var(--color-background);
1328
- transform: translate(100%, 0);
1329
- }
1330
- html .col-sidebar > *:last-child {
1331
- padding-bottom: 20px;
1332
- }
1333
- html .overlay {
1334
- content: "";
1335
- display: block;
1336
- position: fixed;
1337
- z-index: 1023;
1338
- top: 0;
1339
- left: 0;
1340
- right: 0;
1341
- bottom: 0;
1342
- background-color: rgba(0, 0, 0, 0.75);
1343
- visibility: hidden;
1344
- }
1345
-
1346
- .to-has-menu .overlay {
1347
- animation: fade-in 0.4s;
1348
- }
1349
-
1350
- .to-has-menu .col-sidebar {
1351
- animation: pop-in-from-right 0.4s;
1352
- }
1353
-
1354
- .from-has-menu .overlay {
1355
- animation: fade-out 0.4s;
1356
- }
1357
-
1358
- .from-has-menu .col-sidebar {
1359
- animation: pop-out-to-right 0.4s;
1360
- }
1361
-
1362
- .has-menu body {
1363
- overflow: hidden;
1364
- }
1365
- .has-menu .overlay {
1366
- visibility: visible;
1367
- }
1368
- .has-menu .col-sidebar {
1369
- visibility: visible;
1370
- transform: translate(0, 0);
1371
- display: flex;
1372
- flex-direction: column;
1373
- gap: 1.5rem;
1374
- max-height: 100vh;
1375
- padding: 1rem 2rem;
1376
- }
1377
- .has-menu .tsd-navigation {
1378
- max-height: 100%;
1379
- }
1380
- #tsd-toolbar-links {
1381
- display: none;
1382
- }
1383
- .tsd-navigation .tsd-nav-link {
1384
- display: flex;
1385
- }
1386
- }
1387
-
1388
- /* one sidebar */
1389
- @media (min-width: 770px) {
1390
- .container-main {
1391
- display: grid;
1392
- grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1393
- grid-template-areas: "sidebar content";
1394
- margin: 2rem auto;
1395
- }
1396
-
1397
- .col-sidebar {
1398
- grid-area: sidebar;
1399
- }
1400
- .col-content {
1401
- grid-area: content;
1402
- padding: 0 1rem;
1403
- }
1404
- }
1405
- @media (min-width: 770px) and (max-width: 1399px) {
1406
- .col-sidebar {
1407
- max-height: calc(100vh - 2rem - 42px);
1408
- overflow: auto;
1409
- position: sticky;
1410
- top: 42px;
1411
- padding-top: 1rem;
1412
- }
1413
- .site-menu {
1414
- margin-top: 1rem;
1415
- }
1416
- }
1417
-
1418
- /* two sidebars */
1419
- @media (min-width: 1200px) {
1420
- .container-main {
1421
- grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1422
- grid-template-areas: "sidebar content toc";
1423
- }
1424
-
1425
- .col-sidebar {
1426
- display: contents;
1427
- }
1428
-
1429
- .page-menu {
1430
- grid-area: toc;
1431
- padding-left: 1rem;
1432
- }
1433
- .site-menu {
1434
- grid-area: sidebar;
1435
- }
1436
-
1437
- .site-menu {
1438
- margin-top: 1rem 0;
1439
- }
1440
-
1441
- .page-menu,
1442
- .site-menu {
1443
- max-height: calc(100vh - 2rem - 42px);
1444
- overflow: auto;
1445
- position: sticky;
1446
- top: 42px;
1447
- }
1448
- }