@pie-element/ebsr 6.6.3-next.264 → 6.6.3-next.280

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 (574) hide show
  1. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.json +1677 -0
  2. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.md +1498 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/LICENSE.md +5 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/README.md +12 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js +86 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js.map +1 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js +176 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js.map +1 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js +391 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js.map +1 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js +54 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js +194 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js +75 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js +184 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js +44 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js +152 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js +195 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js +144 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js.map +1 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js +120 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js.map +1 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js +187 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js.map +1 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js +109 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js.map +1 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js +24 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js.map +1 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js +111 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js.map +1 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js +95 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js +79 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js.map +1 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js +274 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js +41 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js +77 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js +136 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js +422 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js +43 -0
  52. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js +56 -0
  54. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js.map +1 -0
  55. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js +113 -0
  56. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js.map +1 -0
  57. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js +206 -0
  58. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js.map +1 -0
  59. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js +190 -0
  60. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js.map +1 -0
  61. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js +91 -0
  62. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js.map +1 -0
  63. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/package.json +30 -0
  64. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/checkbox.jsx +63 -0
  65. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/feedback-menu.jsx +103 -0
  66. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/index.jsx +301 -0
  67. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-utils.js +30 -0
  68. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/feedback-selector.jsx +116 -0
  69. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/group.jsx +54 -0
  70. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/index.jsx +98 -0
  71. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/form-section.jsx +23 -0
  72. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/help.jsx +88 -0
  73. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/index.js +54 -0
  74. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/input.jsx +72 -0
  75. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/inputs.jsx +88 -0
  76. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/langs.jsx +122 -0
  77. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/config-layout.jsx +64 -0
  78. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/index.js +4 -0
  79. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/layout-contents.jsx +60 -0
  80. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/settings-box.jsx +31 -0
  81. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/mui-box/index.jsx +64 -0
  82. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/number-text-field.jsx +196 -0
  83. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/radio-with-label.jsx +18 -0
  84. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/display-size.jsx +52 -0
  85. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/index.js +75 -0
  86. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/panel.jsx +297 -0
  87. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/settings-radio-label.jsx +20 -0
  88. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/toggle.jsx +31 -0
  89. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tabs/index.jsx +51 -0
  90. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tags-input/index.jsx +121 -0
  91. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/two-choice.jsx +94 -0
  92. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/with-stateful-model.jsx +36 -0
  93. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.json +547 -0
  94. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.md +513 -0
  95. package/configure/node_modules/@pie-lib/correct-answer-toggle/LICENSE.md +5 -0
  96. package/configure/node_modules/@pie-lib/correct-answer-toggle/README.md +64 -0
  97. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js +81 -0
  98. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js.map +1 -0
  99. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js +150 -0
  100. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js.map +1 -0
  101. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js +65 -0
  102. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js.map +1 -0
  103. package/configure/node_modules/@pie-lib/correct-answer-toggle/package.json +36 -0
  104. package/configure/node_modules/@pie-lib/correct-answer-toggle/preview.png +0 -0
  105. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/expander.jsx +60 -0
  106. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/index.jsx +73 -0
  107. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/styles.js +60 -0
  108. package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.json +3162 -0
  109. package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.md +1441 -0
  110. package/configure/node_modules/@pie-lib/editable-html/LICENSE.md +5 -0
  111. package/configure/node_modules/@pie-lib/editable-html/README.md +45 -0
  112. package/configure/node_modules/@pie-lib/editable-html/deploy.sh +16 -0
  113. package/configure/node_modules/@pie-lib/editable-html/lib/editor.js +698 -0
  114. package/configure/node_modules/@pie-lib/editable-html/lib/editor.js.map +1 -0
  115. package/configure/node_modules/@pie-lib/editable-html/lib/index.js +213 -0
  116. package/configure/node_modules/@pie-lib/editable-html/lib/index.js.map +1 -0
  117. package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js +16 -0
  118. package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js.map +1 -0
  119. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js +248 -0
  120. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js.map +1 -0
  121. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js +141 -0
  122. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js.map +1 -0
  123. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js +219 -0
  124. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js.map +1 -0
  125. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js +141 -0
  126. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js.map +1 -0
  127. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js +133 -0
  128. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js.map +1 -0
  129. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js +136 -0
  130. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js.map +1 -0
  131. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js +352 -0
  132. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js.map +1 -0
  133. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js +338 -0
  134. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js.map +1 -0
  135. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js +445 -0
  136. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js.map +1 -0
  137. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js +105 -0
  138. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js.map +1 -0
  139. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js +100 -0
  140. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js.map +1 -0
  141. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js +229 -0
  142. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js.map +1 -0
  143. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js +97 -0
  144. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js.map +1 -0
  145. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js +53 -0
  146. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js.map +1 -0
  147. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js +93 -0
  148. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js.map +1 -0
  149. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js +277 -0
  150. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js.map +1 -0
  151. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js +70 -0
  152. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js.map +1 -0
  153. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js +110 -0
  154. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js.map +1 -0
  155. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js +69 -0
  156. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js.map +1 -0
  157. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js +443 -0
  158. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js.map +1 -0
  159. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js +167 -0
  160. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js.map +1 -0
  161. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js +129 -0
  162. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js.map +1 -0
  163. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js +50 -0
  164. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js.map +1 -0
  165. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js +263 -0
  166. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js.map +1 -0
  167. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js +32 -0
  168. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js.map +1 -0
  169. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js +164 -0
  170. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js.map +1 -0
  171. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js +350 -0
  172. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js.map +1 -0
  173. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js +62 -0
  174. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js.map +1 -0
  175. package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js +405 -0
  176. package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js.map +1 -0
  177. package/configure/node_modules/@pie-lib/editable-html/lib/theme.js +9 -0
  178. package/configure/node_modules/@pie-lib/editable-html/lib/theme.js.map +1 -0
  179. package/configure/node_modules/@pie-lib/editable-html/package.json +51 -0
  180. package/configure/node_modules/@pie-lib/editable-html/playground/image/data.js +59 -0
  181. package/configure/node_modules/@pie-lib/editable-html/playground/image/index.html +24 -0
  182. package/configure/node_modules/@pie-lib/editable-html/playground/image/index.jsx +83 -0
  183. package/configure/node_modules/@pie-lib/editable-html/playground/index.html +27 -0
  184. package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.html +25 -0
  185. package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.jsx +151 -0
  186. package/configure/node_modules/@pie-lib/editable-html/playground/package.json +15 -0
  187. package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.html +26 -0
  188. package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.jsx +30 -0
  189. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/data.js +29 -0
  190. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/image-plugin.jsx +40 -0
  191. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.html +23 -0
  192. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.jsx +96 -0
  193. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/data.js +29 -0
  194. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/image-plugin.jsx +40 -0
  195. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.html +24 -0
  196. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.jsx +12 -0
  197. package/configure/node_modules/@pie-lib/editable-html/playground/static.json +3 -0
  198. package/configure/node_modules/@pie-lib/editable-html/playground/table-examples.html +67 -0
  199. package/configure/node_modules/@pie-lib/editable-html/playground/webpack.config.js +42 -0
  200. package/configure/node_modules/@pie-lib/editable-html/src/editor.jsx +584 -0
  201. package/configure/node_modules/@pie-lib/editable-html/src/index.jsx +128 -0
  202. package/configure/node_modules/@pie-lib/editable-html/src/parse-html.js +8 -0
  203. package/configure/node_modules/@pie-lib/editable-html/src/plugins/README.md +27 -0
  204. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/component.jsx +166 -0
  205. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/image-toolbar.jsx +62 -0
  206. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/index.jsx +180 -0
  207. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/insert-image-handler.js +93 -0
  208. package/configure/node_modules/@pie-lib/editable-html/src/plugins/index.jsx +112 -0
  209. package/configure/node_modules/@pie-lib/editable-html/src/plugins/list/index.jsx +113 -0
  210. package/configure/node_modules/@pie-lib/editable-html/src/plugins/math/index.jsx +289 -0
  211. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/index.jsx +281 -0
  212. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-dialog.js +372 -0
  213. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-toolbar.jsx +53 -0
  214. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-wrapper.jsx +43 -0
  215. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/choice.jsx +160 -0
  216. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/index.jsx +78 -0
  217. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/explicit-constructed-response/index.jsx +45 -0
  218. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/icons/index.jsx +68 -0
  219. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/index.jsx +244 -0
  220. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/inline-dropdown/index.jsx +63 -0
  221. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/utils.jsx +77 -0
  222. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/icons/index.jsx +59 -0
  223. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/index.jsx +390 -0
  224. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/table-toolbar.jsx +104 -0
  225. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/default-toolbar.jsx +103 -0
  226. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/done-button.jsx +36 -0
  227. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/editor-and-toolbar.jsx +217 -0
  228. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/index.jsx +21 -0
  229. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar-buttons.jsx +86 -0
  230. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar.jsx +313 -0
  231. package/configure/node_modules/@pie-lib/editable-html/src/plugins/utils.js +32 -0
  232. package/configure/node_modules/@pie-lib/editable-html/src/serialization.jsx +369 -0
  233. package/configure/node_modules/@pie-lib/editable-html/src/theme.js +1 -0
  234. package/configure/node_modules/@pie-lib/editable-html/static.json +1 -0
  235. package/configure/node_modules/@pie-lib/math-input/CHANGELOG.json +1412 -0
  236. package/configure/node_modules/@pie-lib/math-input/CHANGELOG.md +874 -0
  237. package/configure/node_modules/@pie-lib/math-input/LICENSE.md +5 -0
  238. package/configure/node_modules/@pie-lib/math-input/README.md +27 -0
  239. package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js +123 -0
  240. package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js.map +1 -0
  241. package/configure/node_modules/@pie-lib/math-input/lib/index.js +75 -0
  242. package/configure/node_modules/@pie-lib/math-input/lib/index.js.map +1 -0
  243. package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js +367 -0
  244. package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js.map +1 -0
  245. package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js +30 -0
  246. package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js.map +1 -0
  247. package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js +41 -0
  248. package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js.map +1 -0
  249. package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js +17 -0
  250. package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js.map +1 -0
  251. package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js +46 -0
  252. package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js.map +1 -0
  253. package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js +26 -0
  254. package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js.map +1 -0
  255. package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js +53 -0
  256. package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js.map +1 -0
  257. package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js +16 -0
  258. package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js.map +1 -0
  259. package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js +35 -0
  260. package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js.map +1 -0
  261. package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js +31 -0
  262. package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js.map +1 -0
  263. package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js +139 -0
  264. package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js.map +1 -0
  265. package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js +198 -0
  266. package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js.map +1 -0
  267. package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js +50 -0
  268. package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js.map +1 -0
  269. package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js +32 -0
  270. package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js.map +1 -0
  271. package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js +23 -0
  272. package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js.map +1 -0
  273. package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js +23 -0
  274. package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js.map +1 -0
  275. package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js +69 -0
  276. package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js.map +1 -0
  277. package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js +23 -0
  278. package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js.map +1 -0
  279. package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js +17 -0
  280. package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js.map +1 -0
  281. package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js +38 -0
  282. package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js.map +1 -0
  283. package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js +23 -0
  284. package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js.map +1 -0
  285. package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js +53 -0
  286. package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js.map +1 -0
  287. package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js +126 -0
  288. package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js.map +1 -0
  289. package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js +29 -0
  290. package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js.map +1 -0
  291. package/configure/node_modules/@pie-lib/math-input/lib/math-input.js +200 -0
  292. package/configure/node_modules/@pie-lib/math-input/lib/math-input.js.map +1 -0
  293. package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js +23 -0
  294. package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js.map +1 -0
  295. package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js +24 -0
  296. package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js.map +1 -0
  297. package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js +255 -0
  298. package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js.map +1 -0
  299. package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js +216 -0
  300. package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js.map +1 -0
  301. package/configure/node_modules/@pie-lib/math-input/package.json +26 -0
  302. package/configure/node_modules/@pie-lib/math-input/src/horizontal-keypad.jsx +53 -0
  303. package/configure/node_modules/@pie-lib/math-input/src/index.jsx +27 -0
  304. package/configure/node_modules/@pie-lib/math-input/src/keypad/index.jsx +279 -0
  305. package/configure/node_modules/@pie-lib/math-input/src/keypad/keys-layout.js +17 -0
  306. package/configure/node_modules/@pie-lib/math-input/src/keys/basic-operators.js +32 -0
  307. package/configure/node_modules/@pie-lib/math-input/src/keys/chars.js +5 -0
  308. package/configure/node_modules/@pie-lib/math-input/src/keys/comparison.js +27 -0
  309. package/configure/node_modules/@pie-lib/math-input/src/keys/constants.js +18 -0
  310. package/configure/node_modules/@pie-lib/math-input/src/keys/digits.js +40 -0
  311. package/configure/node_modules/@pie-lib/math-input/src/keys/edit.js +3 -0
  312. package/configure/node_modules/@pie-lib/math-input/src/keys/exponent.js +27 -0
  313. package/configure/node_modules/@pie-lib/math-input/src/keys/fractions.js +23 -0
  314. package/configure/node_modules/@pie-lib/math-input/src/keys/geometry.js +116 -0
  315. package/configure/node_modules/@pie-lib/math-input/src/keys/grades.js +265 -0
  316. package/configure/node_modules/@pie-lib/math-input/src/keys/index.js +21 -0
  317. package/configure/node_modules/@pie-lib/math-input/src/keys/log.js +22 -0
  318. package/configure/node_modules/@pie-lib/math-input/src/keys/logic.js +15 -0
  319. package/configure/node_modules/@pie-lib/math-input/src/keys/matrices.js +15 -0
  320. package/configure/node_modules/@pie-lib/math-input/src/keys/misc.js +60 -0
  321. package/configure/node_modules/@pie-lib/math-input/src/keys/navigation.js +8 -0
  322. package/configure/node_modules/@pie-lib/math-input/src/keys/operators.js +9 -0
  323. package/configure/node_modules/@pie-lib/math-input/src/keys/statistics.js +29 -0
  324. package/configure/node_modules/@pie-lib/math-input/src/keys/sub-sup.js +15 -0
  325. package/configure/node_modules/@pie-lib/math-input/src/keys/trigonometry.js +15 -0
  326. package/configure/node_modules/@pie-lib/math-input/src/keys/utils.js +71 -0
  327. package/configure/node_modules/@pie-lib/math-input/src/keys/vars.js +19 -0
  328. package/configure/node_modules/@pie-lib/math-input/src/math-input.jsx +128 -0
  329. package/configure/node_modules/@pie-lib/math-input/src/mq/custom-elements.js +11 -0
  330. package/configure/node_modules/@pie-lib/math-input/src/mq/index.js +4 -0
  331. package/configure/node_modules/@pie-lib/math-input/src/mq/input.jsx +163 -0
  332. package/configure/node_modules/@pie-lib/math-input/src/mq/static.jsx +139 -0
  333. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +657 -0
  334. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +412 -0
  335. package/configure/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
  336. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
  337. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
  338. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +312 -0
  339. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
  340. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
  341. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
  342. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +119 -0
  343. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
  344. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +99 -0
  345. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
  346. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +239 -0
  347. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
  348. package/configure/node_modules/@pie-lib/math-rendering/package.json +19 -0
  349. package/configure/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
  350. package/configure/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
  351. package/configure/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
  352. package/configure/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
  353. package/configure/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
  354. package/configure/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
  355. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
  356. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
  357. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
  358. package/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
  359. package/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +203 -0
  360. package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.json +847 -0
  361. package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.md +742 -0
  362. package/configure/node_modules/@pie-lib/math-toolbar/LICENSE.md +5 -0
  363. package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js +53 -0
  364. package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js.map +1 -0
  365. package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js +386 -0
  366. package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js.map +1 -0
  367. package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js +259 -0
  368. package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js.map +1 -0
  369. package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js +163 -0
  370. package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js.map +1 -0
  371. package/configure/node_modules/@pie-lib/math-toolbar/package.json +36 -0
  372. package/configure/node_modules/@pie-lib/math-toolbar/src/done-button.jsx +39 -0
  373. package/configure/node_modules/@pie-lib/math-toolbar/src/editor-and-pad.jsx +311 -0
  374. package/configure/node_modules/@pie-lib/math-toolbar/src/index.jsx +185 -0
  375. package/configure/node_modules/@pie-lib/math-toolbar/src/math-preview.jsx +101 -0
  376. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
  377. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +616 -0
  378. package/configure/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
  379. package/configure/node_modules/@pie-lib/render-ui/README.md +33 -0
  380. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +144 -0
  381. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
  382. package/configure/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
  383. package/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
  384. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +154 -0
  385. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
  386. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
  387. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
  388. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +98 -0
  389. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
  390. package/configure/node_modules/@pie-lib/render-ui/lib/index.js +99 -0
  391. package/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
  392. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
  393. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
  394. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +129 -0
  395. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
  396. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +133 -0
  397. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
  398. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
  399. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
  400. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
  401. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
  402. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +154 -0
  403. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
  404. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +194 -0
  405. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
  406. package/configure/node_modules/@pie-lib/render-ui/package.json +30 -0
  407. package/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
  408. package/configure/node_modules/@pie-lib/render-ui/src/color.js +48 -0
  409. package/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
  410. package/configure/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
  411. package/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
  412. package/configure/node_modules/@pie-lib/render-ui/src/index.js +27 -0
  413. package/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
  414. package/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
  415. package/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +73 -0
  416. package/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
  417. package/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
  418. package/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
  419. package/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
  420. package/configure/node_modules/immutable/LICENSE +21 -0
  421. package/configure/node_modules/immutable/README.md +657 -0
  422. package/configure/node_modules/immutable/dist/immutable-nonambient.d.ts +5607 -0
  423. package/configure/node_modules/immutable/dist/immutable.d.ts +5611 -0
  424. package/configure/node_modules/immutable/dist/immutable.es.js +5893 -0
  425. package/configure/node_modules/immutable/dist/immutable.js +5948 -0
  426. package/configure/node_modules/immutable/dist/immutable.js.flow +2340 -0
  427. package/configure/node_modules/immutable/dist/immutable.min.js +55 -0
  428. package/configure/node_modules/immutable/package.json +41 -0
  429. package/configure/node_modules/slate-dev-environment/Readme.md +1 -0
  430. package/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.js +287 -0
  431. package/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.min.js +1 -0
  432. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js +264 -0
  433. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js.map +1 -0
  434. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js +282 -0
  435. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js.map +1 -0
  436. package/configure/node_modules/slate-dev-environment/package.json +21 -0
  437. package/configure/node_modules/slate-edit-list/CHANGELOG.md +124 -0
  438. package/configure/node_modules/slate-edit-list/LICENSE +201 -0
  439. package/configure/node_modules/slate-edit-list/README.md +159 -0
  440. package/configure/node_modules/slate-edit-list/dist/changes/decreaseItemDepth.js +73 -0
  441. package/configure/node_modules/slate-edit-list/dist/changes/decreaseItemDepth.js.flow +88 -0
  442. package/configure/node_modules/slate-edit-list/dist/changes/increaseItemDepth.js +70 -0
  443. package/configure/node_modules/slate-edit-list/dist/changes/increaseItemDepth.js.flow +77 -0
  444. package/configure/node_modules/slate-edit-list/dist/changes/index.js +34 -0
  445. package/configure/node_modules/slate-edit-list/dist/changes/index.js.flow +13 -0
  446. package/configure/node_modules/slate-edit-list/dist/changes/splitListItem.js +27 -0
  447. package/configure/node_modules/slate-edit-list/dist/changes/splitListItem.js.flow +26 -0
  448. package/configure/node_modules/slate-edit-list/dist/changes/unwrapList.js +52 -0
  449. package/configure/node_modules/slate-edit-list/dist/changes/unwrapList.js.flow +46 -0
  450. package/configure/node_modules/slate-edit-list/dist/changes/wrapInList.js +67 -0
  451. package/configure/node_modules/slate-edit-list/dist/changes/wrapInList.js.flow +67 -0
  452. package/configure/node_modules/slate-edit-list/dist/core.js +80 -0
  453. package/configure/node_modules/slate-edit-list/dist/core.js.flow +76 -0
  454. package/configure/node_modules/slate-edit-list/dist/handlers/index.js +24 -0
  455. package/configure/node_modules/slate-edit-list/dist/handlers/index.js.flow +5 -0
  456. package/configure/node_modules/slate-edit-list/dist/handlers/onBackspace.js +45 -0
  457. package/configure/node_modules/slate-edit-list/dist/handlers/onBackspace.js.flow +44 -0
  458. package/configure/node_modules/slate-edit-list/dist/handlers/onEnter.js +54 -0
  459. package/configure/node_modules/slate-edit-list/dist/handlers/onEnter.js.flow +54 -0
  460. package/configure/node_modules/slate-edit-list/dist/handlers/onTab.js +39 -0
  461. package/configure/node_modules/slate-edit-list/dist/handlers/onTab.js.flow +34 -0
  462. package/configure/node_modules/slate-edit-list/dist/index.js +58 -0
  463. package/configure/node_modules/slate-edit-list/dist/index.js.flow +45 -0
  464. package/configure/node_modules/slate-edit-list/dist/options.js +34 -0
  465. package/configure/node_modules/slate-edit-list/dist/options.js.flow +26 -0
  466. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentItem.js +24 -0
  467. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentItem.js.flow +20 -0
  468. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentList.js +31 -0
  469. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentList.js.flow +21 -0
  470. package/configure/node_modules/slate-edit-list/dist/utils/getItemDepth.js +34 -0
  471. package/configure/node_modules/slate-edit-list/dist/utils/getItemDepth.js.flow +24 -0
  472. package/configure/node_modules/slate-edit-list/dist/utils/getItemsAtRange.js +60 -0
  473. package/configure/node_modules/slate-edit-list/dist/utils/getItemsAtRange.js.flow +51 -0
  474. package/configure/node_modules/slate-edit-list/dist/utils/getListForItem.js +25 -0
  475. package/configure/node_modules/slate-edit-list/dist/utils/getListForItem.js.flow +16 -0
  476. package/configure/node_modules/slate-edit-list/dist/utils/getPreviousItem.js +39 -0
  477. package/configure/node_modules/slate-edit-list/dist/utils/getPreviousItem.js.flow +29 -0
  478. package/configure/node_modules/slate-edit-list/dist/utils/index.js +49 -0
  479. package/configure/node_modules/slate-edit-list/dist/utils/index.js.flow +19 -0
  480. package/configure/node_modules/slate-edit-list/dist/utils/isList.js +15 -0
  481. package/configure/node_modules/slate-edit-list/dist/utils/isList.js.flow +13 -0
  482. package/configure/node_modules/slate-edit-list/dist/utils/isSelectionInList.js +22 -0
  483. package/configure/node_modules/slate-edit-list/dist/utils/isSelectionInList.js.flow +14 -0
  484. package/configure/node_modules/slate-edit-list/dist/validation/index.js +19 -0
  485. package/configure/node_modules/slate-edit-list/dist/validation/index.js.flow +4 -0
  486. package/configure/node_modules/slate-edit-list/dist/validation/schema.js +83 -0
  487. package/configure/node_modules/slate-edit-list/dist/validation/schema.js.flow +81 -0
  488. package/configure/node_modules/slate-edit-list/dist/validation/validateNode.js +61 -0
  489. package/configure/node_modules/slate-edit-list/dist/validation/validateNode.js.flow +61 -0
  490. package/configure/node_modules/slate-edit-list/package.json +67 -0
  491. package/configure/node_modules/slate-edit-table/CHANGELOG.md +192 -0
  492. package/configure/node_modules/slate-edit-table/LICENSE +201 -0
  493. package/configure/node_modules/slate-edit-table/README.md +269 -0
  494. package/configure/node_modules/slate-edit-table/dist/changes/clearCell.js +29 -0
  495. package/configure/node_modules/slate-edit-table/dist/changes/clearCell.js.flow +26 -0
  496. package/configure/node_modules/slate-edit-table/dist/changes/index.js +69 -0
  497. package/configure/node_modules/slate-edit-table/dist/changes/index.js.flow +27 -0
  498. package/configure/node_modules/slate-edit-table/dist/changes/insertColumn.js +43 -0
  499. package/configure/node_modules/slate-edit-table/dist/changes/insertColumn.js.flow +46 -0
  500. package/configure/node_modules/slate-edit-table/dist/changes/insertRow.js +36 -0
  501. package/configure/node_modules/slate-edit-table/dist/changes/insertRow.js.flow +35 -0
  502. package/configure/node_modules/slate-edit-table/dist/changes/insertTable.js +29 -0
  503. package/configure/node_modules/slate-edit-table/dist/changes/insertTable.js.flow +27 -0
  504. package/configure/node_modules/slate-edit-table/dist/changes/moveSelection.js +32 -0
  505. package/configure/node_modules/slate-edit-table/dist/changes/moveSelection.js.flow +31 -0
  506. package/configure/node_modules/slate-edit-table/dist/changes/moveSelectionBy.js +84 -0
  507. package/configure/node_modules/slate-edit-table/dist/changes/moveSelectionBy.js.flow +80 -0
  508. package/configure/node_modules/slate-edit-table/dist/changes/removeColumn.js +36 -0
  509. package/configure/node_modules/slate-edit-table/dist/changes/removeColumn.js.flow +28 -0
  510. package/configure/node_modules/slate-edit-table/dist/changes/removeColumnByKey.js +52 -0
  511. package/configure/node_modules/slate-edit-table/dist/changes/removeColumnByKey.js.flow +40 -0
  512. package/configure/node_modules/slate-edit-table/dist/changes/removeRow.js +36 -0
  513. package/configure/node_modules/slate-edit-table/dist/changes/removeRow.js.flow +27 -0
  514. package/configure/node_modules/slate-edit-table/dist/changes/removeRowByKey.js +41 -0
  515. package/configure/node_modules/slate-edit-table/dist/changes/removeRowByKey.js.flow +30 -0
  516. package/configure/node_modules/slate-edit-table/dist/changes/removeTable.js +26 -0
  517. package/configure/node_modules/slate-edit-table/dist/changes/removeTable.js.flow +17 -0
  518. package/configure/node_modules/slate-edit-table/dist/changes/removeTableByKey.js +56 -0
  519. package/configure/node_modules/slate-edit-table/dist/changes/removeTableByKey.js.flow +54 -0
  520. package/configure/node_modules/slate-edit-table/dist/core.js +88 -0
  521. package/configure/node_modules/slate-edit-table/dist/core.js.flow +94 -0
  522. package/configure/node_modules/slate-edit-table/dist/handlers/index.js +39 -0
  523. package/configure/node_modules/slate-edit-table/dist/handlers/index.js.flow +8 -0
  524. package/configure/node_modules/slate-edit-table/dist/handlers/onBackspace.js +82 -0
  525. package/configure/node_modules/slate-edit-table/dist/handlers/onBackspace.js.flow +87 -0
  526. package/configure/node_modules/slate-edit-table/dist/handlers/onEnter.js +34 -0
  527. package/configure/node_modules/slate-edit-table/dist/handlers/onEnter.js.flow +37 -0
  528. package/configure/node_modules/slate-edit-table/dist/handlers/onKeyDown.js +71 -0
  529. package/configure/node_modules/slate-edit-table/dist/handlers/onKeyDown.js.flow +56 -0
  530. package/configure/node_modules/slate-edit-table/dist/handlers/onModEnter.js +35 -0
  531. package/configure/node_modules/slate-edit-table/dist/handlers/onModEnter.js.flow +38 -0
  532. package/configure/node_modules/slate-edit-table/dist/handlers/onTab.js +56 -0
  533. package/configure/node_modules/slate-edit-table/dist/handlers/onTab.js.flow +51 -0
  534. package/configure/node_modules/slate-edit-table/dist/handlers/onUpDown.js +38 -0
  535. package/configure/node_modules/slate-edit-table/dist/handlers/onUpDown.js.flow +41 -0
  536. package/configure/node_modules/slate-edit-table/dist/index.js +36 -0
  537. package/configure/node_modules/slate-edit-table/dist/index.js.flow +27 -0
  538. package/configure/node_modules/slate-edit-table/dist/options.js +61 -0
  539. package/configure/node_modules/slate-edit-table/dist/options.js.flow +42 -0
  540. package/configure/node_modules/slate-edit-table/dist/utils/TablePosition.js +306 -0
  541. package/configure/node_modules/slate-edit-table/dist/utils/TablePosition.js.flow +211 -0
  542. package/configure/node_modules/slate-edit-table/dist/utils/createCell.js +30 -0
  543. package/configure/node_modules/slate-edit-table/dist/utils/createCell.js.flow +26 -0
  544. package/configure/node_modules/slate-edit-table/dist/utils/createRow.js +30 -0
  545. package/configure/node_modules/slate-edit-table/dist/utils/createRow.js.flow +28 -0
  546. package/configure/node_modules/slate-edit-table/dist/utils/createTable.js +30 -0
  547. package/configure/node_modules/slate-edit-table/dist/utils/createTable.js.flow +33 -0
  548. package/configure/node_modules/slate-edit-table/dist/utils/forEachCells.js +21 -0
  549. package/configure/node_modules/slate-edit-table/dist/utils/forEachCells.js.flow +22 -0
  550. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtColumn.js +22 -0
  551. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtColumn.js.flow +19 -0
  552. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtRow.js +20 -0
  553. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtRow.js.flow +19 -0
  554. package/configure/node_modules/slate-edit-table/dist/utils/getPosition.js +24 -0
  555. package/configure/node_modules/slate-edit-table/dist/utils/getPosition.js.flow +19 -0
  556. package/configure/node_modules/slate-edit-table/dist/utils/getPositionByKey.js +26 -0
  557. package/configure/node_modules/slate-edit-table/dist/utils/getPositionByKey.js.flow +21 -0
  558. package/configure/node_modules/slate-edit-table/dist/utils/getRow.js +24 -0
  559. package/configure/node_modules/slate-edit-table/dist/utils/getRow.js.flow +19 -0
  560. package/configure/node_modules/slate-edit-table/dist/utils/index.js +64 -0
  561. package/configure/node_modules/slate-edit-table/dist/utils/index.js.flow +25 -0
  562. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionInTable.js +34 -0
  563. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionInTable.js.flow +27 -0
  564. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionOutOfTable.js +30 -0
  565. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionOutOfTable.js.flow +23 -0
  566. package/configure/node_modules/slate-edit-table/dist/validation/index.js +19 -0
  567. package/configure/node_modules/slate-edit-table/dist/validation/index.js.flow +4 -0
  568. package/configure/node_modules/slate-edit-table/dist/validation/schema.js +101 -0
  569. package/configure/node_modules/slate-edit-table/dist/validation/schema.js.flow +98 -0
  570. package/configure/node_modules/slate-edit-table/dist/validation/validateNode.js +56 -0
  571. package/configure/node_modules/slate-edit-table/dist/validation/validateNode.js.flow +49 -0
  572. package/configure/node_modules/slate-edit-table/package.json +69 -0
  573. package/configure/package.json +1 -1
  574. package/package.json +2 -2
@@ -0,0 +1,2340 @@
1
+ /**
2
+ * This file provides type definitions for use with the Flow type checker.
3
+ *
4
+ * An important caveat when using these definitions is that the types for
5
+ * `Collection.Keyed`, `Collection.Indexed`, `Seq.Keyed`, and so on are stubs.
6
+ * When referring to those types, you can get the proper definitions by
7
+ * importing the types `KeyedCollection`, `IndexedCollection`, `KeyedSeq`, etc.
8
+ * For example,
9
+ *
10
+ * import { Seq } from 'immutable'
11
+ * import type { IndexedCollection, IndexedSeq } from 'immutable'
12
+ *
13
+ * const someSeq: IndexedSeq<number> = Seq.Indexed.of(1, 2, 3)
14
+ *
15
+ * function takesASeq<T, TS: IndexedCollection<T>>(iter: TS): TS {
16
+ * return iter.butLast()
17
+ * }
18
+ *
19
+ * takesASeq(someSeq)
20
+ *
21
+ * @flow strict
22
+ */
23
+
24
+ // Helper type that represents plain objects allowed as arguments to
25
+ // some constructors and functions.
26
+ type PlainObjInput<K, V> = { +[key: K]: V, __proto__: null };
27
+
28
+ // Helper types to extract the "keys" and "values" use by the *In() methods.
29
+ type $KeyOf<C> = $Call<
30
+ (<K>(?_Collection<K, mixed>) => K) &
31
+ (<T>(?$ReadOnlyArray<T>) => number) &
32
+ (<T>(?RecordInstance<T> | T) => $Keys<T>),
33
+ C
34
+ >;
35
+
36
+ type $ValOf<C, K = $KeyOf<C>> = $Call<
37
+ (<V>(?_Collection<any, V>) => V) &
38
+ (<T>(?$ReadOnlyArray<T>) => T) &
39
+ (<T, K: $Keys<T>>(?RecordInstance<T> | T, K) => $ElementType<T, K>) &
40
+ (<V>(?{ [any]: V }) => V),
41
+ C,
42
+ K
43
+ >;
44
+
45
+ type $IterableOf<C> = $Call<
46
+ (<V: Array<any> | IndexedCollection<any> | SetCollection<any>>(
47
+ V
48
+ ) => Iterable<$ValOf<V>>) &
49
+ (<
50
+ V:
51
+ | KeyedCollection<any, any>
52
+ | RecordInstance<any>
53
+ | PlainObjInput<any, any>
54
+ >(
55
+ V
56
+ ) => Iterable<[$KeyOf<V>, $ValOf<V>]>),
57
+ C
58
+ >;
59
+
60
+ declare class _Collection<K, +V> implements ValueObject {
61
+ equals(other: mixed): boolean;
62
+ hashCode(): number;
63
+ get(key: K, ..._: []): V | void;
64
+ get<NSV>(key: K, notSetValue: NSV): V | NSV;
65
+ has(key: K): boolean;
66
+ includes(value: V): boolean;
67
+ contains(value: V): boolean;
68
+ first<NSV>(notSetValue?: NSV): V | NSV;
69
+ last<NSV>(notSetValue?: NSV): V | NSV;
70
+
71
+ hasIn(keyPath: Iterable<mixed>): boolean;
72
+
73
+ getIn(keyPath: [], notSetValue?: mixed): this;
74
+ getIn<NSV>(keyPath: [K], notSetValue: NSV): V | NSV;
75
+ getIn<NSV, K2: $KeyOf<V>>(
76
+ keyPath: [K, K2],
77
+ notSetValue: NSV
78
+ ): $ValOf<V, K2> | NSV;
79
+ getIn<NSV, K2: $KeyOf<V>, K3: $KeyOf<$ValOf<V, K2>>>(
80
+ keyPath: [K, K2, K3],
81
+ notSetValue: NSV
82
+ ): $ValOf<$ValOf<V, K2>, K3> | NSV;
83
+ getIn<
84
+ NSV,
85
+ K2: $KeyOf<V>,
86
+ K3: $KeyOf<$ValOf<V, K2>>,
87
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>
88
+ >(
89
+ keyPath: [K, K2, K3, K4],
90
+ notSetValue: NSV
91
+ ): $ValOf<$ValOf<$ValOf<V, K2>, K3>, K4> | NSV;
92
+ getIn<
93
+ NSV,
94
+ K2: $KeyOf<V>,
95
+ K3: $KeyOf<$ValOf<V, K2>>,
96
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
97
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>>
98
+ >(
99
+ keyPath: [K, K2, K3, K4, K5],
100
+ notSetValue: NSV
101
+ ): $ValOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>, K5> | NSV;
102
+
103
+ update<U>(updater: (value: this) => U): U;
104
+
105
+ toJS(): Array<any> | { [key: string]: mixed };
106
+ toJSON(): Array<V> | { [key: string]: V };
107
+ toArray(): Array<V> | Array<[K, V]>;
108
+ toObject(): { [key: string]: V };
109
+ toMap(): Map<K, V>;
110
+ toOrderedMap(): OrderedMap<K, V>;
111
+ toSet(): Set<V>;
112
+ toOrderedSet(): OrderedSet<V>;
113
+ toList(): List<V>;
114
+ toStack(): Stack<V>;
115
+ toSeq(): Seq<K, V>;
116
+ toKeyedSeq(): KeyedSeq<K, V>;
117
+ toIndexedSeq(): IndexedSeq<V>;
118
+ toSetSeq(): SetSeq<V>;
119
+
120
+ keys(): Iterator<K>;
121
+ values(): Iterator<V>;
122
+ entries(): Iterator<[K, V]>;
123
+
124
+ keySeq(): IndexedSeq<K>;
125
+ valueSeq(): IndexedSeq<V>;
126
+ entrySeq(): IndexedSeq<[K, V]>;
127
+
128
+ reverse(): this;
129
+ sort(comparator?: (valueA: V, valueB: V) => number): this;
130
+
131
+ sortBy<C>(
132
+ comparatorValueMapper: (value: V, key: K, iter: this) => C,
133
+ comparator?: (valueA: C, valueB: C) => number
134
+ ): this;
135
+
136
+ groupBy<G>(
137
+ grouper: (value: V, key: K, iter: this) => G,
138
+ context?: mixed
139
+ ): KeyedSeq<G, this>;
140
+
141
+ forEach(
142
+ sideEffect: (value: V, key: K, iter: this) => any,
143
+ context?: mixed
144
+ ): number;
145
+
146
+ slice(begin?: number, end?: number): this;
147
+ rest(): this;
148
+ butLast(): this;
149
+ skip(amount: number): this;
150
+ skipLast(amount: number): this;
151
+ skipWhile(
152
+ predicate: (value: V, key: K, iter: this) => mixed,
153
+ context?: mixed
154
+ ): this;
155
+ skipUntil(
156
+ predicate: (value: V, key: K, iter: this) => mixed,
157
+ context?: mixed
158
+ ): this;
159
+ take(amount: number): this;
160
+ takeLast(amount: number): this;
161
+ takeWhile(
162
+ predicate: (value: V, key: K, iter: this) => mixed,
163
+ context?: mixed
164
+ ): this;
165
+ takeUntil(
166
+ predicate: (value: V, key: K, iter: this) => mixed,
167
+ context?: mixed
168
+ ): this;
169
+
170
+ filterNot(
171
+ predicate: (value: V, key: K, iter: this) => mixed,
172
+ context?: mixed
173
+ ): this;
174
+
175
+ reduce<R>(
176
+ reducer: (reduction: R, value: V, key: K, iter: this) => R,
177
+ initialReduction: R,
178
+ context?: mixed
179
+ ): R;
180
+ reduce<R>(reducer: (reduction: V | R, value: V, key: K, iter: this) => R): R;
181
+
182
+ reduceRight<R>(
183
+ reducer: (reduction: R, value: V, key: K, iter: this) => R,
184
+ initialReduction: R,
185
+ context?: mixed
186
+ ): R;
187
+ reduceRight<R>(
188
+ reducer: (reduction: V | R, value: V, key: K, iter: this) => R
189
+ ): R;
190
+
191
+ every(
192
+ predicate: (value: V, key: K, iter: this) => mixed,
193
+ context?: mixed
194
+ ): boolean;
195
+ some(
196
+ predicate: (value: V, key: K, iter: this) => mixed,
197
+ context?: mixed
198
+ ): boolean;
199
+ join(separator?: string): string;
200
+ isEmpty(): boolean;
201
+ count(
202
+ predicate?: (value: V, key: K, iter: this) => mixed,
203
+ context?: mixed
204
+ ): number;
205
+ countBy<G>(
206
+ grouper: (value: V, key: K, iter: this) => G,
207
+ context?: mixed
208
+ ): Map<G, number>;
209
+
210
+ find<NSV>(
211
+ predicate: (value: V, key: K, iter: this) => mixed,
212
+ context?: mixed,
213
+ notSetValue?: NSV
214
+ ): V | NSV;
215
+ findLast<NSV>(
216
+ predicate: (value: V, key: K, iter: this) => mixed,
217
+ context?: mixed,
218
+ notSetValue?: NSV
219
+ ): V | NSV;
220
+
221
+ findEntry(predicate: (value: V, key: K, iter: this) => mixed): [K, V] | void;
222
+ findLastEntry(
223
+ predicate: (value: V, key: K, iter: this) => mixed
224
+ ): [K, V] | void;
225
+
226
+ findKey(
227
+ predicate: (value: V, key: K, iter: this) => mixed,
228
+ context?: mixed
229
+ ): K | void;
230
+ findLastKey(
231
+ predicate: (value: V, key: K, iter: this) => mixed,
232
+ context?: mixed
233
+ ): K | void;
234
+
235
+ keyOf(searchValue: V): K | void;
236
+ lastKeyOf(searchValue: V): K | void;
237
+
238
+ max(comparator?: (valueA: V, valueB: V) => number): V;
239
+ maxBy<C>(
240
+ comparatorValueMapper: (value: V, key: K, iter: this) => C,
241
+ comparator?: (valueA: C, valueB: C) => number
242
+ ): V;
243
+ min(comparator?: (valueA: V, valueB: V) => number): V;
244
+ minBy<C>(
245
+ comparatorValueMapper: (value: V, key: K, iter: this) => C,
246
+ comparator?: (valueA: C, valueB: C) => number
247
+ ): V;
248
+
249
+ isSubset(iter: Iterable<V>): boolean;
250
+ isSuperset(iter: Iterable<V>): boolean;
251
+ }
252
+
253
+ declare function isImmutable(
254
+ maybeImmutable: mixed
255
+ ): boolean %checks(maybeImmutable instanceof Collection);
256
+ declare function isCollection(
257
+ maybeCollection: mixed
258
+ ): boolean %checks(maybeCollection instanceof Collection);
259
+ declare function isKeyed(
260
+ maybeKeyed: mixed
261
+ ): boolean %checks(maybeKeyed instanceof KeyedCollection);
262
+ declare function isIndexed(
263
+ maybeIndexed: mixed
264
+ ): boolean %checks(maybeIndexed instanceof IndexedCollection);
265
+ declare function isAssociative(
266
+ maybeAssociative: mixed
267
+ ): boolean %checks(maybeAssociative instanceof KeyedCollection ||
268
+ maybeAssociative instanceof IndexedCollection);
269
+ declare function isOrdered(
270
+ maybeOrdered: mixed
271
+ ): boolean %checks(maybeOrdered instanceof IndexedCollection ||
272
+ maybeOrdered instanceof OrderedMap ||
273
+ maybeOrdered instanceof OrderedSet);
274
+ declare function isValueObject(maybeValue: mixed): boolean;
275
+
276
+ declare function isSeq(maybeSeq: any): boolean %checks(maybeSeq instanceof Seq);
277
+ declare function isList(maybeList: any): boolean %checks(maybeList instanceof
278
+ List);
279
+ declare function isMap(maybeMap: any): boolean %checks(maybeMap instanceof Map);
280
+ declare function isOrderedMap(
281
+ maybeOrderedMap: any
282
+ ): boolean %checks(maybeOrderedMap instanceof OrderedMap);
283
+ declare function isStack(maybeStack: any): boolean %checks(maybeStack instanceof
284
+ Stack);
285
+ declare function isSet(maybeSet: any): boolean %checks(maybeSet instanceof Set);
286
+ declare function isOrderedSet(
287
+ maybeOrderedSet: any
288
+ ): boolean %checks(maybeOrderedSet instanceof OrderedSet);
289
+ declare function isRecord(
290
+ maybeRecord: any
291
+ ): boolean %checks(maybeRecord instanceof Record);
292
+
293
+ declare interface ValueObject {
294
+ equals(other: mixed): boolean;
295
+ hashCode(): number;
296
+ }
297
+
298
+ declare class Collection<K, +V> extends _Collection<K, V> {
299
+ static Keyed: typeof KeyedCollection;
300
+ static Indexed: typeof IndexedCollection;
301
+ static Set: typeof SetCollection;
302
+
303
+ static isCollection: typeof isCollection;
304
+ static isKeyed: typeof isKeyed;
305
+ static isIndexed: typeof isIndexed;
306
+ static isAssociative: typeof isAssociative;
307
+ static isOrdered: typeof isOrdered;
308
+ }
309
+
310
+ declare class KeyedCollection<K, +V> extends Collection<K, V> {
311
+ static <K, V>(
312
+ values?: Iterable<[K, V]> | PlainObjInput<K, V>
313
+ ): KeyedCollection<K, V>;
314
+
315
+ toJS(): { [key: string]: mixed };
316
+ toJSON(): { [key: string]: V };
317
+ toArray(): Array<[K, V]>;
318
+ @@iterator(): Iterator<[K, V]>;
319
+ toSeq(): KeyedSeq<K, V>;
320
+ flip(): KeyedCollection<V, K>;
321
+
322
+ concat<KC, VC>(
323
+ ...iters: Array<Iterable<[KC, VC]> | PlainObjInput<KC, VC>>
324
+ ): KeyedCollection<K | KC, V | VC>;
325
+
326
+ filter(predicate: typeof Boolean): KeyedCollection<K, $NonMaybeType<V>>;
327
+ filter(
328
+ predicate: (value: V, key: K, iter: this) => mixed,
329
+ context?: mixed
330
+ ): KeyedCollection<K, V>;
331
+
332
+ map<M>(
333
+ mapper: (value: V, key: K, iter: this) => M,
334
+ context?: mixed
335
+ ): KeyedCollection<K, M>;
336
+
337
+ mapKeys<M>(
338
+ mapper: (key: K, value: V, iter: this) => M,
339
+ context?: mixed
340
+ ): KeyedCollection<M, V>;
341
+
342
+ mapEntries<KM, VM>(
343
+ mapper: (entry: [K, V], index: number, iter: this) => [KM, VM],
344
+ context?: mixed
345
+ ): KeyedCollection<KM, VM>;
346
+
347
+ flatMap<KM, VM>(
348
+ mapper: (value: V, key: K, iter: this) => Iterable<[KM, VM]>,
349
+ context?: mixed
350
+ ): KeyedCollection<KM, VM>;
351
+
352
+ flatten(depth?: number): KeyedCollection<any, any>;
353
+ flatten(shallow?: boolean): KeyedCollection<any, any>;
354
+ }
355
+
356
+ Collection.Keyed = KeyedCollection;
357
+
358
+ declare class IndexedCollection<+T> extends Collection<number, T> {
359
+ static <T>(iter?: Iterable<T>): IndexedCollection<T>;
360
+
361
+ toJS(): Array<mixed>;
362
+ toJSON(): Array<T>;
363
+ toArray(): Array<T>;
364
+ @@iterator(): Iterator<T>;
365
+ toSeq(): IndexedSeq<T>;
366
+ fromEntrySeq<K, V>(): KeyedSeq<K, V>;
367
+ interpose(separator: T): this;
368
+ interleave(...collections: Iterable<T>[]): this;
369
+ splice(index: number, removeNum: number, ...values: T[]): this;
370
+
371
+ zip<A>(a: Iterable<A>, ..._: []): IndexedCollection<[T, A]>;
372
+ zip<A, B>(
373
+ a: Iterable<A>,
374
+ b: Iterable<B>,
375
+ ..._: []
376
+ ): IndexedCollection<[T, A, B]>;
377
+ zip<A, B, C>(
378
+ a: Iterable<A>,
379
+ b: Iterable<B>,
380
+ c: Iterable<C>,
381
+ ..._: []
382
+ ): IndexedCollection<[T, A, B, C]>;
383
+ zip<A, B, C, D>(
384
+ a: Iterable<A>,
385
+ b: Iterable<B>,
386
+ c: Iterable<C>,
387
+ d: Iterable<D>,
388
+ ..._: []
389
+ ): IndexedCollection<[T, A, B, C, D]>;
390
+ zip<A, B, C, D, E>(
391
+ a: Iterable<A>,
392
+ b: Iterable<B>,
393
+ c: Iterable<C>,
394
+ d: Iterable<D>,
395
+ e: Iterable<E>,
396
+ ..._: []
397
+ ): IndexedCollection<[T, A, B, C, D, E]>;
398
+
399
+ zipAll<A>(a: Iterable<A>, ..._: []): IndexedCollection<[T | void, A | void]>;
400
+ zipAll<A, B>(
401
+ a: Iterable<A>,
402
+ b: Iterable<B>,
403
+ ..._: []
404
+ ): IndexedCollection<[T | void, A | void, B | void]>;
405
+ zipAll<A, B, C>(
406
+ a: Iterable<A>,
407
+ b: Iterable<B>,
408
+ c: Iterable<C>,
409
+ ..._: []
410
+ ): IndexedCollection<[T | void, A | void, B | void, C | void]>;
411
+ zipAll<A, B, C, D>(
412
+ a: Iterable<A>,
413
+ b: Iterable<B>,
414
+ c: Iterable<C>,
415
+ d: Iterable<D>,
416
+ ..._: []
417
+ ): IndexedCollection<[T | void, A | void, B | void, C | void, D | void]>;
418
+ zipAll<A, B, C, D, E>(
419
+ a: Iterable<A>,
420
+ b: Iterable<B>,
421
+ c: Iterable<C>,
422
+ d: Iterable<D>,
423
+ e: Iterable<E>,
424
+ ..._: []
425
+ ): IndexedCollection<
426
+ [T | void, A | void, B | void, C | void, D | void, E | void]
427
+ >;
428
+
429
+ zipWith<A, R>(
430
+ zipper: (value: T, a: A) => R,
431
+ a: Iterable<A>,
432
+ ..._: []
433
+ ): IndexedCollection<R>;
434
+ zipWith<A, B, R>(
435
+ zipper: (value: T, a: A, b: B) => R,
436
+ a: Iterable<A>,
437
+ b: Iterable<B>,
438
+ ..._: []
439
+ ): IndexedCollection<R>;
440
+ zipWith<A, B, C, R>(
441
+ zipper: (value: T, a: A, b: B, c: C) => R,
442
+ a: Iterable<A>,
443
+ b: Iterable<B>,
444
+ c: Iterable<C>,
445
+ ..._: []
446
+ ): IndexedCollection<R>;
447
+ zipWith<A, B, C, D, R>(
448
+ zipper: (value: T, a: A, b: B, c: C, d: D) => R,
449
+ a: Iterable<A>,
450
+ b: Iterable<B>,
451
+ c: Iterable<C>,
452
+ d: Iterable<D>,
453
+ ..._: []
454
+ ): IndexedCollection<R>;
455
+ zipWith<A, B, C, D, E, R>(
456
+ zipper: (value: T, a: A, b: B, c: C, d: D, e: E) => R,
457
+ a: Iterable<A>,
458
+ b: Iterable<B>,
459
+ c: Iterable<C>,
460
+ d: Iterable<D>,
461
+ e: Iterable<E>,
462
+ ..._: []
463
+ ): IndexedCollection<R>;
464
+
465
+ indexOf(searchValue: T): number;
466
+ lastIndexOf(searchValue: T): number;
467
+ findIndex(
468
+ predicate: (value: T, index: number, iter: this) => mixed,
469
+ context?: mixed
470
+ ): number;
471
+ findLastIndex(
472
+ predicate: (value: T, index: number, iter: this) => mixed,
473
+ context?: mixed
474
+ ): number;
475
+
476
+ concat<C>(...iters: Array<Iterable<C> | C>): IndexedCollection<T | C>;
477
+
478
+ filter(predicate: typeof Boolean): IndexedCollection<$NonMaybeType<T>>;
479
+ filter(
480
+ predicate: (value: T, index: number, iter: this) => mixed,
481
+ context?: mixed
482
+ ): IndexedCollection<T>;
483
+
484
+ map<M>(
485
+ mapper: (value: T, index: number, iter: this) => M,
486
+ context?: mixed
487
+ ): IndexedCollection<M>;
488
+
489
+ flatMap<M>(
490
+ mapper: (value: T, index: number, iter: this) => Iterable<M>,
491
+ context?: mixed
492
+ ): IndexedCollection<M>;
493
+
494
+ flatten(depth?: number): IndexedCollection<any>;
495
+ flatten(shallow?: boolean): IndexedCollection<any>;
496
+ }
497
+
498
+ declare class SetCollection<+T> extends Collection<T, T> {
499
+ static <T>(iter?: Iterable<T>): SetCollection<T>;
500
+
501
+ toJS(): Array<mixed>;
502
+ toJSON(): Array<T>;
503
+ toArray(): Array<T>;
504
+ @@iterator(): Iterator<T>;
505
+ toSeq(): SetSeq<T>;
506
+
507
+ concat<U>(...collections: Iterable<U>[]): SetCollection<T | U>;
508
+
509
+ // `filter`, `map` and `flatMap` cannot be defined further up the hierarchy,
510
+ // because the implementation for `KeyedCollection` allows the value type to
511
+ // change without constraining the key type. That does not work for
512
+ // `SetCollection` - the value and key types *must* match.
513
+ filter(predicate: typeof Boolean): SetCollection<$NonMaybeType<T>>;
514
+ filter(
515
+ predicate: (value: T, value: T, iter: this) => mixed,
516
+ context?: mixed
517
+ ): SetCollection<T>;
518
+
519
+ map<M>(
520
+ mapper: (value: T, value: T, iter: this) => M,
521
+ context?: mixed
522
+ ): SetCollection<M>;
523
+
524
+ flatMap<M>(
525
+ mapper: (value: T, value: T, iter: this) => Iterable<M>,
526
+ context?: mixed
527
+ ): SetCollection<M>;
528
+
529
+ flatten(depth?: number): SetCollection<any>;
530
+ flatten(shallow?: boolean): SetCollection<any>;
531
+ }
532
+
533
+ declare function isSeq(maybeSeq: mixed): boolean %checks(maybeSeq instanceof
534
+ Seq);
535
+ declare class Seq<K, +V> extends _Collection<K, V> {
536
+ static Keyed: typeof KeyedSeq;
537
+ static Indexed: typeof IndexedSeq;
538
+ static Set: typeof SetSeq;
539
+
540
+ static <K, V>(values: KeyedSeq<K, V>): KeyedSeq<K, V>;
541
+ static <T>(values: SetSeq<T>): SetSeq<K, V>;
542
+ static <T>(values: Iterable<T>): IndexedSeq<T>;
543
+ static <K, V>(values?: PlainObjInput<K, V>): KeyedSeq<K, V>;
544
+
545
+ static isSeq: typeof isSeq;
546
+
547
+ size: number | void;
548
+ cacheResult(): this;
549
+ toSeq(): this;
550
+ }
551
+
552
+ declare class KeyedSeq<K, +V> extends Seq<K, V> mixins KeyedCollection<K, V> {
553
+ static <K, V>(
554
+ values?: Iterable<[K, V]> | PlainObjInput<K, V>
555
+ ): KeyedSeq<K, V>;
556
+
557
+ // Override specialized return types
558
+ flip(): KeyedSeq<V, K>;
559
+
560
+ concat<KC, VC>(
561
+ ...iters: Array<Iterable<[KC, VC]> | PlainObjInput<KC, VC>>
562
+ ): KeyedSeq<K | KC, V | VC>;
563
+
564
+ filter(predicate: typeof Boolean): KeyedSeq<K, $NonMaybeType<V>>;
565
+ filter(
566
+ predicate: (value: V, key: K, iter: this) => mixed,
567
+ context?: mixed
568
+ ): KeyedSeq<K, V>;
569
+
570
+ map<M>(
571
+ mapper: (value: V, key: K, iter: this) => M,
572
+ context?: mixed
573
+ ): KeyedSeq<K, M>;
574
+
575
+ mapKeys<M>(
576
+ mapper: (key: K, value: V, iter: this) => M,
577
+ context?: mixed
578
+ ): KeyedSeq<M, V>;
579
+
580
+ mapEntries<KM, VM>(
581
+ mapper: (entry: [K, V], index: number, iter: this) => [KM, VM],
582
+ context?: mixed
583
+ ): KeyedSeq<KM, VM>;
584
+
585
+ flatMap<KM, VM>(
586
+ mapper: (value: V, key: K, iter: this) => Iterable<[KM, VM]>,
587
+ context?: mixed
588
+ ): KeyedSeq<KM, VM>;
589
+
590
+ flatten(depth?: number): KeyedSeq<any, any>;
591
+ flatten(shallow?: boolean): KeyedSeq<any, any>;
592
+ }
593
+
594
+ declare class IndexedSeq<+T>
595
+ extends Seq<number, T>
596
+ mixins IndexedCollection<T> {
597
+ static <T>(values?: Iterable<T>): IndexedSeq<T>;
598
+
599
+ static of<T>(...values: T[]): IndexedSeq<T>;
600
+
601
+ // Override specialized return types
602
+
603
+ concat<C>(...iters: Array<Iterable<C> | C>): IndexedSeq<T | C>;
604
+
605
+ filter(predicate: typeof Boolean): IndexedSeq<$NonMaybeType<T>>;
606
+ filter(
607
+ predicate: (value: T, index: number, iter: this) => mixed,
608
+ context?: mixed
609
+ ): IndexedSeq<T>;
610
+
611
+ map<M>(
612
+ mapper: (value: T, index: number, iter: this) => M,
613
+ context?: mixed
614
+ ): IndexedSeq<M>;
615
+
616
+ flatMap<M>(
617
+ mapper: (value: T, index: number, iter: this) => Iterable<M>,
618
+ context?: mixed
619
+ ): IndexedSeq<M>;
620
+
621
+ flatten(depth?: number): IndexedSeq<any>;
622
+ flatten(shallow?: boolean): IndexedSeq<any>;
623
+
624
+ zip<A>(a: Iterable<A>, ..._: []): IndexedSeq<[T, A]>;
625
+ zip<A, B>(a: Iterable<A>, b: Iterable<B>, ..._: []): IndexedSeq<[T, A, B]>;
626
+ zip<A, B, C>(
627
+ a: Iterable<A>,
628
+ b: Iterable<B>,
629
+ c: Iterable<C>,
630
+ ..._: []
631
+ ): IndexedSeq<[T, A, B, C]>;
632
+ zip<A, B, C, D>(
633
+ a: Iterable<A>,
634
+ b: Iterable<B>,
635
+ c: Iterable<C>,
636
+ d: Iterable<D>,
637
+ ..._: []
638
+ ): IndexedSeq<[T, A, B, C, D]>;
639
+ zip<A, B, C, D, E>(
640
+ a: Iterable<A>,
641
+ b: Iterable<B>,
642
+ c: Iterable<C>,
643
+ d: Iterable<D>,
644
+ e: Iterable<E>,
645
+ ..._: []
646
+ ): IndexedSeq<[T, A, B, C, D, E]>;
647
+
648
+ zipAll<A>(a: Iterable<A>, ..._: []): IndexedSeq<[T | void, A | void]>;
649
+ zipAll<A, B>(
650
+ a: Iterable<A>,
651
+ b: Iterable<B>,
652
+ ..._: []
653
+ ): IndexedSeq<[T | void, A | void, B | void]>;
654
+ zipAll<A, B, C>(
655
+ a: Iterable<A>,
656
+ b: Iterable<B>,
657
+ c: Iterable<C>,
658
+ ..._: []
659
+ ): IndexedSeq<[T | void, A | void, B | void, C | void]>;
660
+ zipAll<A, B, C, D>(
661
+ a: Iterable<A>,
662
+ b: Iterable<B>,
663
+ c: Iterable<C>,
664
+ d: Iterable<D>,
665
+ ..._: []
666
+ ): IndexedSeq<[T | void, A | void, B | void, C | void, D | void]>;
667
+ zipAll<A, B, C, D, E>(
668
+ a: Iterable<A>,
669
+ b: Iterable<B>,
670
+ c: Iterable<C>,
671
+ d: Iterable<D>,
672
+ e: Iterable<E>,
673
+ ..._: []
674
+ ): IndexedSeq<[T | void, A | void, B | void, C | void, D | void, E | void]>;
675
+
676
+ zipWith<A, R>(
677
+ zipper: (value: T, a: A) => R,
678
+ a: Iterable<A>,
679
+ ..._: []
680
+ ): IndexedSeq<R>;
681
+ zipWith<A, B, R>(
682
+ zipper: (value: T, a: A, b: B) => R,
683
+ a: Iterable<A>,
684
+ b: Iterable<B>,
685
+ ..._: []
686
+ ): IndexedSeq<R>;
687
+ zipWith<A, B, C, R>(
688
+ zipper: (value: T, a: A, b: B, c: C) => R,
689
+ a: Iterable<A>,
690
+ b: Iterable<B>,
691
+ c: Iterable<C>,
692
+ ..._: []
693
+ ): IndexedSeq<R>;
694
+ zipWith<A, B, C, D, R>(
695
+ zipper: (value: T, a: A, b: B, c: C, d: D) => R,
696
+ a: Iterable<A>,
697
+ b: Iterable<B>,
698
+ c: Iterable<C>,
699
+ d: Iterable<D>,
700
+ ..._: []
701
+ ): IndexedSeq<R>;
702
+ zipWith<A, B, C, D, E, R>(
703
+ zipper: (value: T, a: A, b: B, c: C, d: D, e: E) => R,
704
+ a: Iterable<A>,
705
+ b: Iterable<B>,
706
+ c: Iterable<C>,
707
+ d: Iterable<D>,
708
+ e: Iterable<E>,
709
+ ..._: []
710
+ ): IndexedSeq<R>;
711
+ }
712
+
713
+ declare class SetSeq<+T> extends Seq<T, T> mixins SetCollection<T> {
714
+ static <T>(values?: Iterable<T>): SetSeq<T>;
715
+
716
+ static of<T>(...values: T[]): SetSeq<T>;
717
+
718
+ // Override specialized return types
719
+
720
+ concat<U>(...collections: Iterable<U>[]): SetSeq<T | U>;
721
+
722
+ filter(predicate: typeof Boolean): SetSeq<$NonMaybeType<T>>;
723
+ filter(
724
+ predicate: (value: T, value: T, iter: this) => mixed,
725
+ context?: mixed
726
+ ): SetSeq<T>;
727
+
728
+ map<M>(
729
+ mapper: (value: T, value: T, iter: this) => M,
730
+ context?: mixed
731
+ ): SetSeq<M>;
732
+
733
+ flatMap<M>(
734
+ mapper: (value: T, value: T, iter: this) => Iterable<M>,
735
+ context?: mixed
736
+ ): SetSeq<M>;
737
+
738
+ flatten(depth?: number): SetSeq<any>;
739
+ flatten(shallow?: boolean): SetSeq<any>;
740
+ }
741
+
742
+ declare class UpdatableInCollection<K, +V> {
743
+ setIn<S>(keyPath: [], value: S): S;
744
+ setIn(keyPath: [K], value: V): this;
745
+ setIn<K2: $KeyOf<V>, S: $ValOf<V, K2>>(keyPath: [K, K2], value: S): this;
746
+ setIn<K2: $KeyOf<V>, K3: $KeyOf<$ValOf<V, K2>>, S: $ValOf<$ValOf<V, K2>, K3>>(
747
+ keyPath: [K, K2, K3],
748
+ value: S
749
+ ): this;
750
+ setIn<
751
+ K2: $KeyOf<V>,
752
+ K3: $KeyOf<$ValOf<V, K2>>,
753
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
754
+ S: $ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>
755
+ >(
756
+ keyPath: [K, K2, K3, K4],
757
+ value: S
758
+ ): this;
759
+ setIn<
760
+ K2: $KeyOf<V>,
761
+ K3: $KeyOf<$ValOf<V, K2>>,
762
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
763
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>>,
764
+ S: $ValOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>, K5>
765
+ >(
766
+ keyPath: [K, K2, K3, K4, K5],
767
+ value: S
768
+ ): this;
769
+
770
+ deleteIn(keyPath: []): void;
771
+ deleteIn(keyPath: [K]): this;
772
+ deleteIn<K2: $KeyOf<V>>(keyPath: [K, K2]): this;
773
+ deleteIn<K2: $KeyOf<V>, K3: $KeyOf<$ValOf<V, K2>>>(
774
+ keyPath: [K, K2, K3]
775
+ ): this;
776
+ deleteIn<
777
+ K2: $KeyOf<V>,
778
+ K3: $KeyOf<$ValOf<V, K2>>,
779
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>
780
+ >(
781
+ keyPath: [K, K2, K3, K4]
782
+ ): this;
783
+ deleteIn<
784
+ K2: $KeyOf<V>,
785
+ K3: $KeyOf<$ValOf<V, K2>>,
786
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
787
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>>
788
+ >(
789
+ keyPath: [K, K2, K3, K4, K5]
790
+ ): this;
791
+
792
+ removeIn(keyPath: []): void;
793
+ removeIn(keyPath: [K]): this;
794
+ removeIn<K2: $KeyOf<V>>(keyPath: [K, K2]): this;
795
+ removeIn<K2: $KeyOf<V>, K3: $KeyOf<$ValOf<V, K2>>>(
796
+ keyPath: [K, K2, K3]
797
+ ): this;
798
+ removeIn<
799
+ K2: $KeyOf<V>,
800
+ K3: $KeyOf<$ValOf<V, K2>>,
801
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>
802
+ >(
803
+ keyPath: [K, K2, K3, K4]
804
+ ): this;
805
+ removeIn<
806
+ K2: $KeyOf<V>,
807
+ K3: $KeyOf<$ValOf<V, K2>>,
808
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
809
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>>
810
+ >(
811
+ keyPath: [K, K2, K3, K4, K5]
812
+ ): this;
813
+
814
+ updateIn<U>(keyPath: [], notSetValue: mixed, updater: (value: this) => U): U;
815
+ updateIn<U>(keyPath: [], updater: (value: this) => U): U;
816
+ updateIn<NSV>(keyPath: [K], notSetValue: NSV, updater: (value: V) => V): this;
817
+ updateIn(keyPath: [K], updater: (value: V) => V): this;
818
+ updateIn<NSV, K2: $KeyOf<V>, S: $ValOf<V, K2>>(
819
+ keyPath: [K, K2],
820
+ notSetValue: NSV,
821
+ updater: (value: $ValOf<V, K2> | NSV) => S
822
+ ): this;
823
+ updateIn<K2: $KeyOf<V>, S: $ValOf<V, K2>>(
824
+ keyPath: [K, K2],
825
+ updater: (value: $ValOf<V, K2>) => S
826
+ ): this;
827
+ updateIn<
828
+ NSV,
829
+ K2: $KeyOf<V>,
830
+ K3: $KeyOf<$ValOf<V, K2>>,
831
+ S: $ValOf<$ValOf<V, K2>, K3>
832
+ >(
833
+ keyPath: [K, K2, K3],
834
+ notSetValue: NSV,
835
+ updater: (value: $ValOf<$ValOf<V, K2>, K3> | NSV) => S
836
+ ): this;
837
+ updateIn<
838
+ K2: $KeyOf<V>,
839
+ K3: $KeyOf<$ValOf<V, K2>>,
840
+ S: $ValOf<$ValOf<V, K2>, K3>
841
+ >(
842
+ keyPath: [K, K2, K3],
843
+ updater: (value: $ValOf<$ValOf<V, K2>, K3>) => S
844
+ ): this;
845
+ updateIn<
846
+ NSV,
847
+ K2: $KeyOf<V>,
848
+ K3: $KeyOf<$ValOf<V, K2>>,
849
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
850
+ S: $ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>
851
+ >(
852
+ keyPath: [K, K2, K3, K4],
853
+ notSetValue: NSV,
854
+ updater: (value: $ValOf<$ValOf<$ValOf<V, K2>, K3>, K4> | NSV) => S
855
+ ): this;
856
+ updateIn<
857
+ K2: $KeyOf<V>,
858
+ K3: $KeyOf<$ValOf<V, K2>>,
859
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
860
+ S: $ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>
861
+ >(
862
+ keyPath: [K, K2, K3, K4],
863
+ updater: (value: $ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>) => S
864
+ ): this;
865
+ updateIn<
866
+ NSV,
867
+ K2: $KeyOf<V>,
868
+ K3: $KeyOf<$ValOf<V, K2>>,
869
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
870
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>>,
871
+ S: $ValOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>, K5>
872
+ >(
873
+ keyPath: [K, K2, K3, K4, K5],
874
+ notSetValue: NSV,
875
+ updater: (
876
+ value: $ValOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>, K5> | NSV
877
+ ) => S
878
+ ): this;
879
+ updateIn<
880
+ K2: $KeyOf<V>,
881
+ K3: $KeyOf<$ValOf<V, K2>>,
882
+ K4: $KeyOf<$ValOf<$ValOf<V, K2>, K3>>,
883
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>>,
884
+ S: $ValOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>, K5>
885
+ >(
886
+ keyPath: [K, K2, K3, K4, K5],
887
+ updater: (value: $ValOf<$ValOf<$ValOf<$ValOf<V, K2>, K3>, K4>, K5>) => S
888
+ ): this;
889
+ }
890
+
891
+ declare function isList(maybeList: mixed): boolean %checks(maybeList instanceof
892
+ List);
893
+ declare class List<+T>
894
+ extends IndexedCollection<T>
895
+ mixins UpdatableInCollection<number, T> {
896
+ static (collection?: Iterable<T>): List<T>;
897
+
898
+ static of<T>(...values: T[]): List<T>;
899
+
900
+ static isList: typeof isList;
901
+
902
+ size: number;
903
+
904
+ set<U>(index: number, value: U): List<T | U>;
905
+ delete(index: number): this;
906
+ remove(index: number): this;
907
+ insert<U>(index: number, value: U): List<T | U>;
908
+ clear(): this;
909
+ push<U>(...values: U[]): List<T | U>;
910
+ pop(): this;
911
+ unshift<U>(...values: U[]): List<T | U>;
912
+ shift(): this;
913
+
914
+ update<U>(updater: (value: this) => U): U;
915
+ update<U>(index: number, updater: (value: T) => U): List<T | U>;
916
+ update<U>(
917
+ index: number,
918
+ notSetValue: U,
919
+ updater: (value: T) => U
920
+ ): List<T | U>;
921
+
922
+ merge<U>(...collections: Iterable<U>[]): List<T | U>;
923
+
924
+ setSize(size: number): this;
925
+
926
+ mergeIn(keyPath: Iterable<mixed>, ...collections: Iterable<mixed>[]): this;
927
+ mergeDeepIn(
928
+ keyPath: Iterable<mixed>,
929
+ ...collections: Iterable<mixed>[]
930
+ ): this;
931
+
932
+ withMutations(mutator: (mutable: this) => mixed): this;
933
+ asMutable(): this;
934
+ wasAltered(): boolean;
935
+ asImmutable(): this;
936
+
937
+ // Override specialized return types
938
+
939
+ concat<C>(...iters: Array<Iterable<C> | C>): List<T | C>;
940
+
941
+ filter(predicate: typeof Boolean): List<$NonMaybeType<T>>;
942
+ filter(
943
+ predicate: (value: T, index: number, iter: this) => mixed,
944
+ context?: mixed
945
+ ): List<T>;
946
+
947
+ map<M>(
948
+ mapper: (value: T, index: number, iter: this) => M,
949
+ context?: mixed
950
+ ): List<M>;
951
+
952
+ flatMap<M>(
953
+ mapper: (value: T, index: number, iter: this) => Iterable<M>,
954
+ context?: mixed
955
+ ): List<M>;
956
+
957
+ flatten(depth?: number): List<any>;
958
+ flatten(shallow?: boolean): List<any>;
959
+
960
+ zip<A>(a: Iterable<A>, ..._: []): List<[T, A]>;
961
+ zip<A, B>(a: Iterable<A>, b: Iterable<B>, ..._: []): List<[T, A, B]>;
962
+ zip<A, B, C>(
963
+ a: Iterable<A>,
964
+ b: Iterable<B>,
965
+ c: Iterable<C>,
966
+ ..._: []
967
+ ): List<[T, A, B, C]>;
968
+ zip<A, B, C, D>(
969
+ a: Iterable<A>,
970
+ b: Iterable<B>,
971
+ c: Iterable<C>,
972
+ d: Iterable<D>,
973
+ ..._: []
974
+ ): List<[T, A, B, C, D]>;
975
+ zip<A, B, C, D, E>(
976
+ a: Iterable<A>,
977
+ b: Iterable<B>,
978
+ c: Iterable<C>,
979
+ d: Iterable<D>,
980
+ e: Iterable<E>,
981
+ ..._: []
982
+ ): List<[T, A, B, C, D, E]>;
983
+
984
+ zipAll<A>(a: Iterable<A>, ..._: []): List<[T | void, A | void]>;
985
+ zipAll<A, B>(
986
+ a: Iterable<A>,
987
+ b: Iterable<B>,
988
+ ..._: []
989
+ ): List<[T | void, A | void, B | void]>;
990
+ zipAll<A, B, C>(
991
+ a: Iterable<A>,
992
+ b: Iterable<B>,
993
+ c: Iterable<C>,
994
+ ..._: []
995
+ ): List<[T | void, A | void, B | void, C | void]>;
996
+ zipAll<A, B, C, D>(
997
+ a: Iterable<A>,
998
+ b: Iterable<B>,
999
+ c: Iterable<C>,
1000
+ d: Iterable<D>,
1001
+ ..._: []
1002
+ ): List<[T | void, A | void, B | void, C | void, D | void]>;
1003
+ zipAll<A, B, C, D, E>(
1004
+ a: Iterable<A>,
1005
+ b: Iterable<B>,
1006
+ c: Iterable<C>,
1007
+ d: Iterable<D>,
1008
+ e: Iterable<E>,
1009
+ ..._: []
1010
+ ): List<[T | void, A | void, B | void, C | void, D | void, E | void]>;
1011
+
1012
+ zipWith<A, R>(
1013
+ zipper: (value: T, a: A) => R,
1014
+ a: Iterable<A>,
1015
+ ..._: []
1016
+ ): List<R>;
1017
+ zipWith<A, B, R>(
1018
+ zipper: (value: T, a: A, b: B) => R,
1019
+ a: Iterable<A>,
1020
+ b: Iterable<B>,
1021
+ ..._: []
1022
+ ): List<R>;
1023
+ zipWith<A, B, C, R>(
1024
+ zipper: (value: T, a: A, b: B, c: C) => R,
1025
+ a: Iterable<A>,
1026
+ b: Iterable<B>,
1027
+ c: Iterable<C>,
1028
+ ..._: []
1029
+ ): List<R>;
1030
+ zipWith<A, B, C, D, R>(
1031
+ zipper: (value: T, a: A, b: B, c: C, d: D) => R,
1032
+ a: Iterable<A>,
1033
+ b: Iterable<B>,
1034
+ c: Iterable<C>,
1035
+ d: Iterable<D>,
1036
+ ..._: []
1037
+ ): List<R>;
1038
+ zipWith<A, B, C, D, E, R>(
1039
+ zipper: (value: T, a: A, b: B, c: C, d: D, e: E) => R,
1040
+ a: Iterable<A>,
1041
+ b: Iterable<B>,
1042
+ c: Iterable<C>,
1043
+ d: Iterable<D>,
1044
+ e: Iterable<E>,
1045
+ ..._: []
1046
+ ): List<R>;
1047
+ }
1048
+
1049
+ declare function isMap(maybeMap: mixed): boolean %checks(maybeMap instanceof
1050
+ Map);
1051
+ declare class Map<K, +V>
1052
+ extends KeyedCollection<K, V>
1053
+ mixins UpdatableInCollection<K, V> {
1054
+ static <K, V>(values?: Iterable<[K, V]> | PlainObjInput<K, V>): Map<K, V>;
1055
+
1056
+ static isMap: typeof isMap;
1057
+
1058
+ size: number;
1059
+
1060
+ set<K_, V_>(key: K_, value: V_): Map<K | K_, V | V_>;
1061
+ delete(key: K): this;
1062
+ remove(key: K): this;
1063
+ clear(): this;
1064
+
1065
+ deleteAll(keys: Iterable<K>): Map<K, V>;
1066
+ removeAll(keys: Iterable<K>): Map<K, V>;
1067
+
1068
+ update<U>(updater: (value: this) => U): U;
1069
+ update<V_>(key: K, updater: (value: V) => V_): Map<K, V | V_>;
1070
+ update<V_>(
1071
+ key: K,
1072
+ notSetValue: V_,
1073
+ updater: (value: V) => V_
1074
+ ): Map<K, V | V_>;
1075
+
1076
+ merge<K_, V_>(
1077
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1078
+ ): Map<K | K_, V | V_>;
1079
+ concat<K_, V_>(
1080
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1081
+ ): Map<K | K_, V | V_>;
1082
+
1083
+ mergeWith<K_, W, X>(
1084
+ merger: (oldVal: V, newVal: W, key: K) => X,
1085
+ ...collections: (Iterable<[K_, W]> | PlainObjInput<K_, W>)[]
1086
+ ): Map<K | K_, V | W | X>;
1087
+
1088
+ mergeDeep<K_, V_>(
1089
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1090
+ ): Map<K | K_, V | V_>;
1091
+
1092
+ mergeDeepWith<K_, V_>(
1093
+ merger: (oldVal: any, newVal: any, key: any) => mixed,
1094
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1095
+ ): Map<K | K_, V | V_>;
1096
+
1097
+ mergeIn(
1098
+ keyPath: Iterable<mixed>,
1099
+ ...collections: (Iterable<mixed> | PlainObjInput<mixed, mixed>)[]
1100
+ ): this;
1101
+ mergeDeepIn(
1102
+ keyPath: Iterable<mixed>,
1103
+ ...collections: (Iterable<mixed> | PlainObjInput<mixed, mixed>)[]
1104
+ ): this;
1105
+
1106
+ withMutations(mutator: (mutable: this) => mixed): this;
1107
+ asMutable(): this;
1108
+ wasAltered(): boolean;
1109
+ asImmutable(): this;
1110
+
1111
+ // Override specialized return types
1112
+
1113
+ flip(): Map<V, K>;
1114
+
1115
+ filter(predicate: typeof Boolean): Map<K, $NonMaybeType<V>>;
1116
+ filter(
1117
+ predicate: (value: V, key: K, iter: this) => mixed,
1118
+ context?: mixed
1119
+ ): Map<K, V>;
1120
+
1121
+ map<M>(
1122
+ mapper: (value: V, key: K, iter: this) => M,
1123
+ context?: mixed
1124
+ ): Map<K, M>;
1125
+
1126
+ mapKeys<M>(
1127
+ mapper: (key: K, value: V, iter: this) => M,
1128
+ context?: mixed
1129
+ ): Map<M, V>;
1130
+
1131
+ mapEntries<KM, VM>(
1132
+ mapper: (entry: [K, V], index: number, iter: this) => [KM, VM],
1133
+ context?: mixed
1134
+ ): Map<KM, VM>;
1135
+
1136
+ flatMap<KM, VM>(
1137
+ mapper: (value: V, key: K, iter: this) => Iterable<[KM, VM]>,
1138
+ context?: mixed
1139
+ ): Map<KM, VM>;
1140
+
1141
+ flatten(depth?: number): Map<any, any>;
1142
+ flatten(shallow?: boolean): Map<any, any>;
1143
+ }
1144
+
1145
+ declare function isOrderedMap(
1146
+ maybeOrderedMap: mixed
1147
+ ): boolean %checks(maybeOrderedMap instanceof OrderedMap);
1148
+ declare class OrderedMap<K, +V>
1149
+ extends Map<K, V>
1150
+ mixins UpdatableInCollection<K, V> {
1151
+ static <K, V>(
1152
+ values?: Iterable<[K, V]> | PlainObjInput<K, V>
1153
+ ): OrderedMap<K, V>;
1154
+
1155
+ static isOrderedMap: typeof isOrderedMap;
1156
+
1157
+ size: number;
1158
+
1159
+ set<K_, V_>(key: K_, value: V_): OrderedMap<K | K_, V | V_>;
1160
+ delete(key: K): this;
1161
+ remove(key: K): this;
1162
+ clear(): this;
1163
+
1164
+ update<U>(updater: (value: this) => U): U;
1165
+ update<V_>(key: K, updater: (value: V) => V_): OrderedMap<K, V | V_>;
1166
+ update<V_>(
1167
+ key: K,
1168
+ notSetValue: V_,
1169
+ updater: (value: V) => V_
1170
+ ): OrderedMap<K, V | V_>;
1171
+
1172
+ merge<K_, V_>(
1173
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1174
+ ): OrderedMap<K | K_, V | V_>;
1175
+ concat<K_, V_>(
1176
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1177
+ ): OrderedMap<K | K_, V | V_>;
1178
+
1179
+ mergeWith<K_, W, X>(
1180
+ merger: (oldVal: V, newVal: W, key: K) => X,
1181
+ ...collections: (Iterable<[K_, W]> | PlainObjInput<K_, W>)[]
1182
+ ): OrderedMap<K | K_, V | W | X>;
1183
+
1184
+ mergeDeep<K_, V_>(
1185
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1186
+ ): OrderedMap<K | K_, V | V_>;
1187
+
1188
+ mergeDeepWith<K_, V_>(
1189
+ merger: (oldVal: any, newVal: any, key: any) => mixed,
1190
+ ...collections: (Iterable<[K_, V_]> | PlainObjInput<K_, V_>)[]
1191
+ ): OrderedMap<K | K_, V | V_>;
1192
+
1193
+ mergeIn(
1194
+ keyPath: Iterable<mixed>,
1195
+ ...collections: (Iterable<mixed> | PlainObjInput<mixed, mixed>)[]
1196
+ ): this;
1197
+ mergeDeepIn(
1198
+ keyPath: Iterable<mixed>,
1199
+ ...collections: (Iterable<mixed> | PlainObjInput<mixed, mixed>)[]
1200
+ ): this;
1201
+
1202
+ withMutations(mutator: (mutable: this) => mixed): this;
1203
+ asMutable(): this;
1204
+ wasAltered(): boolean;
1205
+ asImmutable(): this;
1206
+
1207
+ // Override specialized return types
1208
+
1209
+ flip(): OrderedMap<V, K>;
1210
+
1211
+ filter(predicate: typeof Boolean): OrderedMap<K, $NonMaybeType<V>>;
1212
+ filter(
1213
+ predicate: (value: V, key: K, iter: this) => mixed,
1214
+ context?: mixed
1215
+ ): OrderedMap<K, V>;
1216
+
1217
+ map<M>(
1218
+ mapper: (value: V, key: K, iter: this) => M,
1219
+ context?: mixed
1220
+ ): OrderedMap<K, M>;
1221
+
1222
+ mapKeys<M>(
1223
+ mapper: (key: K, value: V, iter: this) => M,
1224
+ context?: mixed
1225
+ ): OrderedMap<M, V>;
1226
+
1227
+ mapEntries<KM, VM>(
1228
+ mapper: (entry: [K, V], index: number, iter: this) => [KM, VM],
1229
+ context?: mixed
1230
+ ): OrderedMap<KM, VM>;
1231
+
1232
+ flatMap<KM, VM>(
1233
+ mapper: (value: V, key: K, iter: this) => Iterable<[KM, VM]>,
1234
+ context?: mixed
1235
+ ): OrderedMap<KM, VM>;
1236
+
1237
+ flatten(depth?: number): OrderedMap<any, any>;
1238
+ flatten(shallow?: boolean): OrderedMap<any, any>;
1239
+ }
1240
+
1241
+ declare function isSet(maybeSet: mixed): boolean %checks(maybeSet instanceof
1242
+ Set);
1243
+ declare class Set<+T> extends SetCollection<T> {
1244
+ static <T>(values?: Iterable<T>): Set<T>;
1245
+
1246
+ static of<T>(...values: T[]): Set<T>;
1247
+ static fromKeys<T>(
1248
+ values: Iterable<[T, mixed]> | PlainObjInput<T, mixed>
1249
+ ): Set<T>;
1250
+
1251
+ static intersect(sets: Iterable<Iterable<T>>): Set<T>;
1252
+ static union(sets: Iterable<Iterable<T>>): Set<T>;
1253
+
1254
+ static isSet: typeof isSet;
1255
+
1256
+ size: number;
1257
+
1258
+ add<U>(value: U): Set<T | U>;
1259
+ delete(value: T): this;
1260
+ remove(value: T): this;
1261
+ clear(): this;
1262
+ union<U>(...collections: Iterable<U>[]): Set<T | U>;
1263
+ merge<U>(...collections: Iterable<U>[]): Set<T | U>;
1264
+ concat<U>(...collections: Iterable<U>[]): Set<T | U>;
1265
+ intersect<U>(...collections: Iterable<U>[]): Set<T & U>;
1266
+ subtract(...collections: Iterable<mixed>[]): this;
1267
+
1268
+ withMutations(mutator: (mutable: this) => mixed): this;
1269
+ asMutable(): this;
1270
+ wasAltered(): boolean;
1271
+ asImmutable(): this;
1272
+
1273
+ // Override specialized return types
1274
+
1275
+ filter(predicate: typeof Boolean): Set<$NonMaybeType<T>>;
1276
+ filter(
1277
+ predicate: (value: T, value: T, iter: this) => mixed,
1278
+ context?: mixed
1279
+ ): Set<T>;
1280
+
1281
+ map<M>(
1282
+ mapper: (value: T, value: T, iter: this) => M,
1283
+ context?: mixed
1284
+ ): Set<M>;
1285
+
1286
+ flatMap<M>(
1287
+ mapper: (value: T, value: T, iter: this) => Iterable<M>,
1288
+ context?: mixed
1289
+ ): Set<M>;
1290
+
1291
+ flatten(depth?: number): Set<any>;
1292
+ flatten(shallow?: boolean): Set<any>;
1293
+ }
1294
+
1295
+ // Overrides except for `isOrderedSet` are for specialized return types
1296
+ declare function isOrderedSet(
1297
+ maybeOrderedSet: mixed
1298
+ ): boolean %checks(maybeOrderedSet instanceof OrderedSet);
1299
+ declare class OrderedSet<+T> extends Set<T> {
1300
+ static <T>(values?: Iterable<T>): OrderedSet<T>;
1301
+
1302
+ static of<T>(...values: T[]): OrderedSet<T>;
1303
+ static fromKeys<T>(
1304
+ values: Iterable<[T, mixed]> | PlainObjInput<T, mixed>
1305
+ ): OrderedSet<T>;
1306
+
1307
+ static isOrderedSet: typeof isOrderedSet;
1308
+
1309
+ size: number;
1310
+
1311
+ add<U>(value: U): OrderedSet<T | U>;
1312
+ union<U>(...collections: Iterable<U>[]): OrderedSet<T | U>;
1313
+ merge<U>(...collections: Iterable<U>[]): OrderedSet<T | U>;
1314
+ concat<U>(...collections: Iterable<U>[]): OrderedSet<T | U>;
1315
+ intersect<U>(...collections: Iterable<U>[]): OrderedSet<T & U>;
1316
+
1317
+ filter(predicate: typeof Boolean): OrderedSet<$NonMaybeType<T>>;
1318
+ filter(
1319
+ predicate: (value: T, value: T, iter: this) => mixed,
1320
+ context?: mixed
1321
+ ): OrderedSet<T>;
1322
+
1323
+ map<M>(
1324
+ mapper: (value: T, value: T, iter: this) => M,
1325
+ context?: mixed
1326
+ ): OrderedSet<M>;
1327
+
1328
+ flatMap<M>(
1329
+ mapper: (value: T, value: T, iter: this) => Iterable<M>,
1330
+ context?: mixed
1331
+ ): OrderedSet<M>;
1332
+
1333
+ flatten(depth?: number): OrderedSet<any>;
1334
+ flatten(shallow?: boolean): OrderedSet<any>;
1335
+
1336
+ zip<A>(a: Iterable<A>, ..._: []): OrderedSet<[T, A]>;
1337
+ zip<A, B>(a: Iterable<A>, b: Iterable<B>, ..._: []): OrderedSet<[T, A, B]>;
1338
+ zip<A, B, C>(
1339
+ a: Iterable<A>,
1340
+ b: Iterable<B>,
1341
+ c: Iterable<C>,
1342
+ ..._: []
1343
+ ): OrderedSet<[T, A, B, C]>;
1344
+ zip<A, B, C, D>(
1345
+ a: Iterable<A>,
1346
+ b: Iterable<B>,
1347
+ c: Iterable<C>,
1348
+ d: Iterable<D>,
1349
+ ..._: []
1350
+ ): OrderedSet<[T, A, B, C, D]>;
1351
+ zip<A, B, C, D, E>(
1352
+ a: Iterable<A>,
1353
+ b: Iterable<B>,
1354
+ c: Iterable<C>,
1355
+ d: Iterable<D>,
1356
+ e: Iterable<E>,
1357
+ ..._: []
1358
+ ): OrderedSet<[T, A, B, C, D, E]>;
1359
+
1360
+ zipAll<A>(a: Iterable<A>, ..._: []): OrderedSet<[T | void, A | void]>;
1361
+ zipAll<A, B>(
1362
+ a: Iterable<A>,
1363
+ b: Iterable<B>,
1364
+ ..._: []
1365
+ ): OrderedSet<[T | void, A | void, B | void]>;
1366
+ zipAll<A, B, C>(
1367
+ a: Iterable<A>,
1368
+ b: Iterable<B>,
1369
+ c: Iterable<C>,
1370
+ ..._: []
1371
+ ): OrderedSet<[T | void, A | void, B | void, C | void]>;
1372
+ zipAll<A, B, C, D>(
1373
+ a: Iterable<A>,
1374
+ b: Iterable<B>,
1375
+ c: Iterable<C>,
1376
+ d: Iterable<D>,
1377
+ ..._: []
1378
+ ): OrderedSet<[T | void, A | void, B | void, C | void, D | void]>;
1379
+ zipAll<A, B, C, D, E>(
1380
+ a: Iterable<A>,
1381
+ b: Iterable<B>,
1382
+ c: Iterable<C>,
1383
+ d: Iterable<D>,
1384
+ e: Iterable<E>,
1385
+ ..._: []
1386
+ ): OrderedSet<[T | void, A | void, B | void, C | void, D | void, E | void]>;
1387
+
1388
+ zipWith<A, R>(
1389
+ zipper: (value: T, a: A) => R,
1390
+ a: Iterable<A>,
1391
+ ..._: []
1392
+ ): OrderedSet<R>;
1393
+ zipWith<A, B, R>(
1394
+ zipper: (value: T, a: A, b: B) => R,
1395
+ a: Iterable<A>,
1396
+ b: Iterable<B>,
1397
+ ..._: []
1398
+ ): OrderedSet<R>;
1399
+ zipWith<A, B, C, R>(
1400
+ zipper: (value: T, a: A, b: B, c: C) => R,
1401
+ a: Iterable<A>,
1402
+ b: Iterable<B>,
1403
+ c: Iterable<C>,
1404
+ ..._: []
1405
+ ): OrderedSet<R>;
1406
+ zipWith<A, B, C, D, R>(
1407
+ zipper: (value: T, a: A, b: B, c: C, d: D) => R,
1408
+ a: Iterable<A>,
1409
+ b: Iterable<B>,
1410
+ c: Iterable<C>,
1411
+ d: Iterable<D>,
1412
+ ..._: []
1413
+ ): OrderedSet<R>;
1414
+ zipWith<A, B, C, D, E, R>(
1415
+ zipper: (value: T, a: A, b: B, c: C, d: D, e: E) => R,
1416
+ a: Iterable<A>,
1417
+ b: Iterable<B>,
1418
+ c: Iterable<C>,
1419
+ d: Iterable<D>,
1420
+ e: Iterable<E>,
1421
+ ..._: []
1422
+ ): OrderedSet<R>;
1423
+ }
1424
+
1425
+ declare function isStack(
1426
+ maybeStack: mixed
1427
+ ): boolean %checks(maybeStack instanceof Stack);
1428
+ declare class Stack<+T> extends IndexedCollection<T> {
1429
+ static <T>(collection?: Iterable<T>): Stack<T>;
1430
+
1431
+ static isStack(maybeStack: mixed): boolean;
1432
+ static of<T>(...values: T[]): Stack<T>;
1433
+
1434
+ static isStack: typeof isStack;
1435
+
1436
+ size: number;
1437
+
1438
+ peek(): T;
1439
+ clear(): this;
1440
+ unshift<U>(...values: U[]): Stack<T | U>;
1441
+ unshiftAll<U>(iter: Iterable<U>): Stack<T | U>;
1442
+ shift(): this;
1443
+ push<U>(...values: U[]): Stack<T | U>;
1444
+ pushAll<U>(iter: Iterable<U>): Stack<T | U>;
1445
+ pop(): this;
1446
+
1447
+ withMutations(mutator: (mutable: this) => mixed): this;
1448
+ asMutable(): this;
1449
+ wasAltered(): boolean;
1450
+ asImmutable(): this;
1451
+
1452
+ // Override specialized return types
1453
+
1454
+ concat<C>(...iters: Array<Iterable<C> | C>): Stack<T | C>;
1455
+
1456
+ filter(predicate: typeof Boolean): Stack<$NonMaybeType<T>>;
1457
+ filter(
1458
+ predicate: (value: T, index: number, iter: this) => mixed,
1459
+ context?: mixed
1460
+ ): Stack<T>;
1461
+
1462
+ map<M>(
1463
+ mapper: (value: T, index: number, iter: this) => M,
1464
+ context?: mixed
1465
+ ): Stack<M>;
1466
+
1467
+ flatMap<M>(
1468
+ mapper: (value: T, index: number, iter: this) => Iterable<M>,
1469
+ context?: mixed
1470
+ ): Stack<M>;
1471
+
1472
+ flatten(depth?: number): Stack<any>;
1473
+ flatten(shallow?: boolean): Stack<any>;
1474
+
1475
+ zip<A>(a: Iterable<A>, ..._: []): Stack<[T, A]>;
1476
+ zip<A, B>(a: Iterable<A>, b: Iterable<B>, ..._: []): Stack<[T, A, B]>;
1477
+ zip<A, B, C>(
1478
+ a: Iterable<A>,
1479
+ b: Iterable<B>,
1480
+ c: Iterable<C>,
1481
+ ..._: []
1482
+ ): Stack<[T, A, B, C]>;
1483
+ zip<A, B, C, D>(
1484
+ a: Iterable<A>,
1485
+ b: Iterable<B>,
1486
+ c: Iterable<C>,
1487
+ d: Iterable<D>,
1488
+ ..._: []
1489
+ ): Stack<[T, A, B, C, D]>;
1490
+ zip<A, B, C, D, E>(
1491
+ a: Iterable<A>,
1492
+ b: Iterable<B>,
1493
+ c: Iterable<C>,
1494
+ d: Iterable<D>,
1495
+ e: Iterable<E>,
1496
+ ..._: []
1497
+ ): Stack<[T, A, B, C, D, E]>;
1498
+
1499
+ zipAll<A>(a: Iterable<A>, ..._: []): Stack<[T | void, A | void]>;
1500
+ zipAll<A, B>(
1501
+ a: Iterable<A>,
1502
+ b: Iterable<B>,
1503
+ ..._: []
1504
+ ): Stack<[T | void, A | void, B | void]>;
1505
+ zipAll<A, B, C>(
1506
+ a: Iterable<A>,
1507
+ b: Iterable<B>,
1508
+ c: Iterable<C>,
1509
+ ..._: []
1510
+ ): Stack<[T | void, A | void, B | void, C | void]>;
1511
+ zipAll<A, B, C, D>(
1512
+ a: Iterable<A>,
1513
+ b: Iterable<B>,
1514
+ c: Iterable<C>,
1515
+ d: Iterable<D>,
1516
+ ..._: []
1517
+ ): Stack<[T | void, A | void, B | void, C | void, D | void]>;
1518
+ zipAll<A, B, C, D, E>(
1519
+ a: Iterable<A>,
1520
+ b: Iterable<B>,
1521
+ c: Iterable<C>,
1522
+ d: Iterable<D>,
1523
+ e: Iterable<E>,
1524
+ ..._: []
1525
+ ): Stack<[T | void, A | void, B | void, C | void, D | void, E | void]>;
1526
+
1527
+ zipWith<A, R>(
1528
+ zipper: (value: T, a: A) => R,
1529
+ a: Iterable<A>,
1530
+ ..._: []
1531
+ ): Stack<R>;
1532
+ zipWith<A, B, R>(
1533
+ zipper: (value: T, a: A, b: B) => R,
1534
+ a: Iterable<A>,
1535
+ b: Iterable<B>,
1536
+ ..._: []
1537
+ ): Stack<R>;
1538
+ zipWith<A, B, C, R>(
1539
+ zipper: (value: T, a: A, b: B, c: C) => R,
1540
+ a: Iterable<A>,
1541
+ b: Iterable<B>,
1542
+ c: Iterable<C>,
1543
+ ..._: []
1544
+ ): Stack<R>;
1545
+ zipWith<A, B, C, D, R>(
1546
+ zipper: (value: T, a: A, b: B, c: C, d: D) => R,
1547
+ a: Iterable<A>,
1548
+ b: Iterable<B>,
1549
+ c: Iterable<C>,
1550
+ d: Iterable<D>,
1551
+ ..._: []
1552
+ ): Stack<R>;
1553
+ zipWith<A, B, C, D, E, R>(
1554
+ zipper: (value: T, a: A, b: B, c: C, d: D, e: E) => R,
1555
+ a: Iterable<A>,
1556
+ b: Iterable<B>,
1557
+ c: Iterable<C>,
1558
+ d: Iterable<D>,
1559
+ e: Iterable<E>,
1560
+ ..._: []
1561
+ ): Stack<R>;
1562
+ }
1563
+
1564
+ declare function Range(
1565
+ start?: number,
1566
+ end?: number,
1567
+ step?: number
1568
+ ): IndexedSeq<number>;
1569
+ declare function Repeat<T>(value: T, times?: number): IndexedSeq<T>;
1570
+
1571
+ // The type of a Record factory function.
1572
+ type RecordFactory<Values: Object> = Class<RecordInstance<Values>>;
1573
+
1574
+ // The type of runtime Record instances.
1575
+ type RecordOf<Values: Object> = RecordInstance<Values> & $ReadOnly<Values>;
1576
+
1577
+ // The values of a Record instance.
1578
+ type _RecordValues<T, R: RecordInstance<T> | T> = R;
1579
+ type RecordValues<R> = _RecordValues<*, R>;
1580
+
1581
+ declare function isRecord(
1582
+ maybeRecord: any
1583
+ ): boolean %checks(maybeRecord instanceof RecordInstance);
1584
+ declare class Record {
1585
+ static <Values: Object>(spec: Values, name?: string): typeof RecordInstance;
1586
+ constructor<Values: Object>(
1587
+ spec: Values,
1588
+ name?: string
1589
+ ): typeof RecordInstance;
1590
+
1591
+ static isRecord: typeof isRecord;
1592
+
1593
+ static getDescriptiveName(record: RecordInstance<any>): string;
1594
+ }
1595
+
1596
+ declare class RecordInstance<T: Object = Object> {
1597
+ static (values?: Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>): RecordOf<T>;
1598
+ // Note: a constructor can only create an instance of RecordInstance<T>,
1599
+ // it's encouraged to not use `new` when creating Records.
1600
+ constructor(values?: Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>): void;
1601
+
1602
+ size: number;
1603
+
1604
+ has(key: string): boolean;
1605
+
1606
+ get<K: $Keys<T>>(key: K, ..._: []): $ElementType<T, K>;
1607
+ get<K: $Keys<T>, NSV>(key: K, notSetValue: NSV): $ElementType<T, K> | NSV;
1608
+
1609
+ hasIn(keyPath: Iterable<mixed>): boolean;
1610
+
1611
+ getIn(keyPath: [], notSetValue?: mixed): this & $ReadOnly<T>;
1612
+ getIn<K: $Keys<T>>(keyPath: [K], notSetValue?: mixed): $ElementType<T, K>;
1613
+ getIn<NSV, K: $Keys<T>, K2: $KeyOf<$ValOf<T, K>>>(
1614
+ keyPath: [K, K2],
1615
+ notSetValue: NSV
1616
+ ): $ValOf<$ValOf<T, K>, K2> | NSV;
1617
+ getIn<
1618
+ NSV,
1619
+ K: $Keys<T>,
1620
+ K2: $KeyOf<$ValOf<T, K>>,
1621
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>
1622
+ >(
1623
+ keyPath: [K, K2, K3],
1624
+ notSetValue: NSV
1625
+ ): $ValOf<$ValOf<$ValOf<T, K>, K2>, K3> | NSV;
1626
+ getIn<
1627
+ NSV,
1628
+ K: $Keys<T>,
1629
+ K2: $KeyOf<$ValOf<T, K>>,
1630
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1631
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>
1632
+ >(
1633
+ keyPath: [K, K2, K3, K4],
1634
+ notSetValue: NSV
1635
+ ): $ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4> | NSV;
1636
+ getIn<
1637
+ NSV,
1638
+ K: $Keys<T>,
1639
+ K2: $KeyOf<$ValOf<T, K>>,
1640
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1641
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1642
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>>
1643
+ >(
1644
+ keyPath: [K, K2, K3, K4, K5],
1645
+ notSetValue: NSV
1646
+ ): $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>, K5> | NSV;
1647
+
1648
+ equals(other: any): boolean;
1649
+ hashCode(): number;
1650
+
1651
+ set<K: $Keys<T>>(key: K, value: $ElementType<T, K>): this & $ReadOnly<T>;
1652
+ update<K: $Keys<T>>(
1653
+ key: K,
1654
+ updater: (value: $ElementType<T, K>) => $ElementType<T, K>
1655
+ ): this & $ReadOnly<T>;
1656
+ merge(
1657
+ ...collections: Array<Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>>
1658
+ ): this & $ReadOnly<T>;
1659
+ mergeDeep(
1660
+ ...collections: Array<Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>>
1661
+ ): this & $ReadOnly<T>;
1662
+
1663
+ mergeWith(
1664
+ merger: (oldVal: $ValOf<T>, newVal: $ValOf<T>, key: $Keys<T>) => $ValOf<T>,
1665
+ ...collections: Array<Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>>
1666
+ ): this & $ReadOnly<T>;
1667
+ mergeDeepWith(
1668
+ merger: (oldVal: any, newVal: any, key: any) => any,
1669
+ ...collections: Array<Iterable<[$Keys<T>, $ValOf<T>]> | $Shape<T>>
1670
+ ): this & $ReadOnly<T>;
1671
+
1672
+ delete<K: $Keys<T>>(key: K): this & $ReadOnly<T>;
1673
+ remove<K: $Keys<T>>(key: K): this & $ReadOnly<T>;
1674
+ clear(): this & $ReadOnly<T>;
1675
+
1676
+ setIn<S>(keyPath: [], value: S): S;
1677
+ setIn<K: $Keys<T>, S: $ValOf<T, K>>(
1678
+ keyPath: [K],
1679
+ value: S
1680
+ ): this & $ReadOnly<T>;
1681
+ setIn<K: $Keys<T>, K2: $KeyOf<$ValOf<T, K>>, S: $ValOf<$ValOf<T, K>, K2>>(
1682
+ keyPath: [K, K2],
1683
+ value: S
1684
+ ): this & $ReadOnly<T>;
1685
+ setIn<
1686
+ K: $Keys<T>,
1687
+ K2: $KeyOf<$ValOf<T, K>>,
1688
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1689
+ S: $ValOf<$ValOf<$ValOf<T, K>, K2>, K3>
1690
+ >(
1691
+ keyPath: [K, K2, K3],
1692
+ value: S
1693
+ ): this & $ReadOnly<T>;
1694
+ setIn<
1695
+ K: $Keys<T>,
1696
+ K2: $KeyOf<$ValOf<T, K>>,
1697
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1698
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1699
+ S: $ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>
1700
+ >(
1701
+ keyPath: [K, K2, K3, K4],
1702
+ value: S
1703
+ ): this & $ReadOnly<T>;
1704
+ setIn<
1705
+ K: $Keys<T>,
1706
+ K2: $KeyOf<$ValOf<T, K>>,
1707
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1708
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1709
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>>,
1710
+ S: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>, K5>
1711
+ >(
1712
+ keyPath: [K, K2, K3, K4, K5],
1713
+ value: S
1714
+ ): this & $ReadOnly<T>;
1715
+
1716
+ deleteIn(keyPath: []): void;
1717
+ deleteIn<K: $Keys<T>>(keyPath: [K]): this & $ReadOnly<T>;
1718
+ deleteIn<K: $Keys<T>, K2: $KeyOf<$ValOf<T, K>>>(
1719
+ keyPath: [K, K2]
1720
+ ): this & $ReadOnly<T>;
1721
+ deleteIn<
1722
+ K: $Keys<T>,
1723
+ K2: $KeyOf<$ValOf<T, K>>,
1724
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>
1725
+ >(
1726
+ keyPath: [K, K2, K3]
1727
+ ): this & $ReadOnly<T>;
1728
+ deleteIn<
1729
+ K: $Keys<T>,
1730
+ K2: $KeyOf<$ValOf<T, K>>,
1731
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1732
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>
1733
+ >(
1734
+ keyPath: [K, K2, K3, K4]
1735
+ ): this & $ReadOnly<T>;
1736
+ deleteIn<
1737
+ K: $Keys<T>,
1738
+ K2: $KeyOf<$ValOf<T, K>>,
1739
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1740
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1741
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>>
1742
+ >(
1743
+ keyPath: [K, K2, K3, K4, K5]
1744
+ ): this & $ReadOnly<T>;
1745
+
1746
+ removeIn(keyPath: []): void;
1747
+ removeIn<K: $Keys<T>>(keyPath: [K]): this & $ReadOnly<T>;
1748
+ removeIn<K: $Keys<T>, K2: $KeyOf<$ValOf<T, K>>>(
1749
+ keyPath: [K, K2]
1750
+ ): this & $ReadOnly<T>;
1751
+ removeIn<
1752
+ K: $Keys<T>,
1753
+ K2: $KeyOf<$ValOf<T, K>>,
1754
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>
1755
+ >(
1756
+ keyPath: [K, K2, K3]
1757
+ ): this & $ReadOnly<T>;
1758
+ removeIn<
1759
+ K: $Keys<T>,
1760
+ K2: $KeyOf<$ValOf<T, K>>,
1761
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1762
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>
1763
+ >(
1764
+ keyPath: [K, K2, K3, K4]
1765
+ ): this & $ReadOnly<T>;
1766
+ removeIn<
1767
+ K: $Keys<T>,
1768
+ K2: $KeyOf<$ValOf<T, K>>,
1769
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1770
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1771
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>>
1772
+ >(
1773
+ keyPath: [K, K2, K3, K4, K5]
1774
+ ): this & $ReadOnly<T>;
1775
+
1776
+ updateIn<U>(
1777
+ keyPath: [],
1778
+ notSetValue: mixed,
1779
+ updater: (value: this & T) => U
1780
+ ): U;
1781
+ updateIn<U>(keyPath: [], updater: (value: this & T) => U): U;
1782
+ updateIn<NSV, K: $Keys<T>, S: $ValOf<T, K>>(
1783
+ keyPath: [K],
1784
+ notSetValue: NSV,
1785
+ updater: (value: $ValOf<T, K>) => S
1786
+ ): this & $ReadOnly<T>;
1787
+ updateIn<K: $Keys<T>, S: $ValOf<T, K>>(
1788
+ keyPath: [K],
1789
+ updater: (value: $ValOf<T, K>) => S
1790
+ ): this & $ReadOnly<T>;
1791
+ updateIn<
1792
+ NSV,
1793
+ K: $Keys<T>,
1794
+ K2: $KeyOf<$ValOf<T, K>>,
1795
+ S: $ValOf<$ValOf<T, K>, K2>
1796
+ >(
1797
+ keyPath: [K, K2],
1798
+ notSetValue: NSV,
1799
+ updater: (value: $ValOf<$ValOf<T, K>, K2> | NSV) => S
1800
+ ): this & $ReadOnly<T>;
1801
+ updateIn<K: $Keys<T>, K2: $KeyOf<$ValOf<T, K>>, S: $ValOf<$ValOf<T, K>, K2>>(
1802
+ keyPath: [K, K2],
1803
+ updater: (value: $ValOf<$ValOf<T, K>, K2>) => S
1804
+ ): this & $ReadOnly<T>;
1805
+ updateIn<
1806
+ NSV,
1807
+ K: $Keys<T>,
1808
+ K2: $KeyOf<$ValOf<T, K>>,
1809
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1810
+ S: $ValOf<$ValOf<$ValOf<T, K>, K2>, K3>
1811
+ >(
1812
+ keyPath: [K, K2, K3],
1813
+ notSetValue: NSV,
1814
+ updater: (value: $ValOf<$ValOf<$ValOf<T, K>, K2>, K3> | NSV) => S
1815
+ ): this & $ReadOnly<T>;
1816
+ updateIn<
1817
+ K: $Keys<T>,
1818
+ K2: $KeyOf<$ValOf<T, K>>,
1819
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1820
+ S: $ValOf<$ValOf<$ValOf<T, K>, K2>, K3>
1821
+ >(
1822
+ keyPath: [K, K2, K3],
1823
+ updater: (value: $ValOf<$ValOf<$ValOf<T, K>, K2>, K3>) => S
1824
+ ): this & $ReadOnly<T>;
1825
+ updateIn<
1826
+ NSV,
1827
+ K: $Keys<T>,
1828
+ K2: $KeyOf<$ValOf<T, K>>,
1829
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1830
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1831
+ S: $ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>
1832
+ >(
1833
+ keyPath: [K, K2, K3, K4],
1834
+ notSetValue: NSV,
1835
+ updater: (
1836
+ value: $ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4> | NSV
1837
+ ) => S
1838
+ ): this & $ReadOnly<T>;
1839
+ updateIn<
1840
+ K: $Keys<T>,
1841
+ K2: $KeyOf<$ValOf<T, K>>,
1842
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1843
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1844
+ S: $ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>
1845
+ >(
1846
+ keyPath: [K, K2, K3, K4],
1847
+ updater: (value: $ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>) => S
1848
+ ): this & $ReadOnly<T>;
1849
+ updateIn<
1850
+ NSV,
1851
+ K: $Keys<T>,
1852
+ K2: $KeyOf<$ValOf<T, K>>,
1853
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1854
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1855
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>>,
1856
+ S: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>, K5>
1857
+ >(
1858
+ keyPath: [K, K2, K3, K4, K5],
1859
+ notSetValue: NSV,
1860
+ updater: (
1861
+ value: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>, K5> | NSV
1862
+ ) => S
1863
+ ): this & $ReadOnly<T>;
1864
+ updateIn<
1865
+ K: $Keys<T>,
1866
+ K2: $KeyOf<$ValOf<T, K>>,
1867
+ K3: $KeyOf<$ValOf<$ValOf<T, K>, K2>>,
1868
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>>,
1869
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>>,
1870
+ S: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>, K5>
1871
+ >(
1872
+ keyPath: [K, K2, K3, K4, K5],
1873
+ updater: (
1874
+ value: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<T, K>, K2>, K3>, K4>, K5>
1875
+ ) => S
1876
+ ): this & $ReadOnly<T>;
1877
+
1878
+ mergeIn(
1879
+ keyPath: Iterable<mixed>,
1880
+ ...collections: Array<any>
1881
+ ): this & $ReadOnly<T>;
1882
+ mergeDeepIn(
1883
+ keyPath: Iterable<mixed>,
1884
+ ...collections: Array<any>
1885
+ ): this & $ReadOnly<T>;
1886
+
1887
+ toSeq(): KeyedSeq<$Keys<T>, any>;
1888
+
1889
+ toJS(): { [key: $Keys<T>]: mixed };
1890
+ toJSON(): T;
1891
+ toObject(): T;
1892
+
1893
+ withMutations(mutator: (mutable: this & T) => mixed): this & $ReadOnly<T>;
1894
+ asMutable(): this & $ReadOnly<T>;
1895
+ wasAltered(): boolean;
1896
+ asImmutable(): this & $ReadOnly<T>;
1897
+
1898
+ @@iterator(): Iterator<[$Keys<T>, $ValOf<T>]>;
1899
+ }
1900
+
1901
+ declare function fromJS(
1902
+ jsValue: mixed,
1903
+ reviver?: (
1904
+ key: string | number,
1905
+ sequence: KeyedCollection<string, mixed> | IndexedCollection<mixed>,
1906
+ path?: Array<string | number>
1907
+ ) => mixed
1908
+ ): mixed;
1909
+
1910
+ declare function is(first: mixed, second: mixed): boolean;
1911
+ declare function hash(value: mixed): number;
1912
+
1913
+ declare function get<C: Object, K: $Keys<C>>(
1914
+ collection: C,
1915
+ key: K,
1916
+ notSetValue: mixed
1917
+ ): $ValOf<C, K>;
1918
+ declare function get<C, K: $KeyOf<C>, NSV>(
1919
+ collection: C,
1920
+ key: K,
1921
+ notSetValue: NSV
1922
+ ): $ValOf<C, K> | NSV;
1923
+
1924
+ declare function has(collection: Object, key: mixed): boolean;
1925
+ declare function remove<C>(collection: C, key: $KeyOf<C>): C;
1926
+ declare function set<C, K: $KeyOf<C>, V: $ValOf<C, K>>(
1927
+ collection: C,
1928
+ key: K,
1929
+ value: V
1930
+ ): C;
1931
+ declare function update<C, K: $KeyOf<C>, V: $ValOf<C, K>, NSV>(
1932
+ collection: C,
1933
+ key: K,
1934
+ notSetValue: NSV,
1935
+ updater: ($ValOf<C, K> | NSV) => V
1936
+ ): C;
1937
+ declare function update<C, K: $KeyOf<C>, V: $ValOf<C, K>>(
1938
+ collection: C,
1939
+ key: K,
1940
+ updater: ($ValOf<C, K>) => V
1941
+ ): C;
1942
+
1943
+ declare function getIn<C>(collection: C, keyPath: [], notSetValue?: mixed): C;
1944
+ declare function getIn<C, K: $KeyOf<C>, NSV>(
1945
+ collection: C,
1946
+ keyPath: [K],
1947
+ notSetValue: NSV
1948
+ ): $ValOf<C, K> | NSV;
1949
+ declare function getIn<C, K: $KeyOf<C>, K2: $KeyOf<$ValOf<C, K>>, NSV>(
1950
+ collection: C,
1951
+ keyPath: [K, K2],
1952
+ notSetValue: NSV
1953
+ ): $ValOf<$ValOf<C, K>, K2> | NSV;
1954
+ declare function getIn<
1955
+ C,
1956
+ K: $KeyOf<C>,
1957
+ K2: $KeyOf<$ValOf<C, K>>,
1958
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
1959
+ NSV
1960
+ >(
1961
+ collection: C,
1962
+ keyPath: [K, K2, K3],
1963
+ notSetValue: NSV
1964
+ ): $ValOf<$ValOf<$ValOf<C, K>, K2>, K3> | NSV;
1965
+ declare function getIn<
1966
+ C,
1967
+ K: $KeyOf<C>,
1968
+ K2: $KeyOf<$ValOf<C, K>>,
1969
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
1970
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
1971
+ NSV
1972
+ >(
1973
+ collection: C,
1974
+ keyPath: [K, K2, K3, K4],
1975
+ notSetValue: NSV
1976
+ ): $ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4> | NSV;
1977
+ declare function getIn<
1978
+ C,
1979
+ K: $KeyOf<C>,
1980
+ K2: $KeyOf<$ValOf<C, K>>,
1981
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
1982
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
1983
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>>,
1984
+ NSV
1985
+ >(
1986
+ collection: C,
1987
+ keyPath: [K, K2, K3, K4, K5],
1988
+ notSetValue: NSV
1989
+ ): $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>, K5> | NSV;
1990
+
1991
+ declare function hasIn(collection: Object, keyPath: Iterable<mixed>): boolean;
1992
+
1993
+ declare function removeIn<C>(collection: C, keyPath: []): void;
1994
+ declare function removeIn<C, K: $KeyOf<C>>(collection: C, keyPath: [K]): C;
1995
+ declare function removeIn<C, K: $KeyOf<C>, K2: $KeyOf<$ValOf<C>>>(
1996
+ collection: C,
1997
+ keyPath: [K, K2]
1998
+ ): C;
1999
+ declare function removeIn<
2000
+ C,
2001
+ K: $KeyOf<C>,
2002
+ K2: $KeyOf<$ValOf<C>>,
2003
+ K3: $KeyOf<$ValOf<$ValOf<C>, K2>>
2004
+ >(
2005
+ collection: C,
2006
+ keyPath: [K, K2, K3]
2007
+ ): C;
2008
+ declare function removeIn<
2009
+ C,
2010
+ K: $KeyOf<C>,
2011
+ K2: $KeyOf<$ValOf<C>>,
2012
+ K3: $KeyOf<$ValOf<$ValOf<C>, K2>>,
2013
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C>, K2>, K3>>
2014
+ >(
2015
+ collection: C,
2016
+ keyPath: [K, K2, K3, K4]
2017
+ ): C;
2018
+ declare function removeIn<
2019
+ C,
2020
+ K: $KeyOf<C>,
2021
+ K2: $KeyOf<$ValOf<C>>,
2022
+ K3: $KeyOf<$ValOf<$ValOf<C>, K2>>,
2023
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C>, K2>, K3>>,
2024
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<C>, K2>, K3>, K4>>
2025
+ >(
2026
+ collection: C,
2027
+ keyPath: [K, K2, K3, K4, K5]
2028
+ ): C;
2029
+
2030
+ declare function setIn<S>(collection: Object, keyPath: [], value: S): S;
2031
+ declare function setIn<C, K: $KeyOf<C>, S: $ValOf<C, K>>(
2032
+ collection: C,
2033
+ keyPath: [K],
2034
+ value: S
2035
+ ): C;
2036
+ declare function setIn<
2037
+ C,
2038
+ K: $KeyOf<C>,
2039
+ K2: $KeyOf<$ValOf<C, K>>,
2040
+ S: $ValOf<$ValOf<C, K>, K2>
2041
+ >(
2042
+ collection: C,
2043
+ keyPath: [K, K2],
2044
+ value: S
2045
+ ): C;
2046
+ declare function setIn<
2047
+ C,
2048
+ K: $KeyOf<C>,
2049
+ K2: $KeyOf<$ValOf<C, K>>,
2050
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2051
+ S: $ValOf<$ValOf<$ValOf<C, K>, K2>, K3>
2052
+ >(
2053
+ collection: C,
2054
+ keyPath: [K, K2, K3],
2055
+ value: S
2056
+ ): C;
2057
+ declare function setIn<
2058
+ C,
2059
+ K: $KeyOf<C>,
2060
+ K2: $KeyOf<$ValOf<C, K>>,
2061
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2062
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
2063
+ S: $ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>
2064
+ >(
2065
+ collection: C,
2066
+ keyPath: [K, K2, K3, K4],
2067
+ value: S
2068
+ ): C;
2069
+ declare function setIn<
2070
+ C,
2071
+ K: $KeyOf<C>,
2072
+ K2: $KeyOf<$ValOf<C, K>>,
2073
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2074
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
2075
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>>,
2076
+ S: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>, K5>
2077
+ >(
2078
+ collection: C,
2079
+ keyPath: [K, K2, K3, K4, K5],
2080
+ value: S
2081
+ ): C;
2082
+
2083
+ declare function updateIn<C, S>(
2084
+ collection: C,
2085
+ keyPath: [],
2086
+ notSetValue: mixed,
2087
+ updater: (value: C) => S
2088
+ ): S;
2089
+ declare function updateIn<C, S>(
2090
+ collection: C,
2091
+ keyPath: [],
2092
+ updater: (value: C) => S
2093
+ ): S;
2094
+ declare function updateIn<C, K: $KeyOf<C>, S: $ValOf<C, K>, NSV>(
2095
+ collection: C,
2096
+ keyPath: [K],
2097
+ notSetValue: NSV,
2098
+ updater: (value: $ValOf<C, K> | NSV) => S
2099
+ ): C;
2100
+ declare function updateIn<C, K: $KeyOf<C>, S: $ValOf<C, K>>(
2101
+ collection: C,
2102
+ keyPath: [K],
2103
+ updater: (value: $ValOf<C, K>) => S
2104
+ ): C;
2105
+ declare function updateIn<
2106
+ C,
2107
+ K: $KeyOf<C>,
2108
+ K2: $KeyOf<$ValOf<C, K>>,
2109
+ S: $ValOf<$ValOf<C, K>, K2>,
2110
+ NSV
2111
+ >(
2112
+ collection: C,
2113
+ keyPath: [K, K2],
2114
+ notSetValue: NSV,
2115
+ updater: (value: $ValOf<$ValOf<C, K>, K2> | NSV) => S
2116
+ ): C;
2117
+ declare function updateIn<
2118
+ C,
2119
+ K: $KeyOf<C>,
2120
+ K2: $KeyOf<$ValOf<C, K>>,
2121
+ S: $ValOf<$ValOf<C, K>, K2>
2122
+ >(
2123
+ collection: C,
2124
+ keyPath: [K, K2],
2125
+ updater: (value: $ValOf<$ValOf<C, K>, K2>) => S
2126
+ ): C;
2127
+ declare function updateIn<
2128
+ C,
2129
+ K: $KeyOf<C>,
2130
+ K2: $KeyOf<$ValOf<C, K>>,
2131
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2132
+ S: $ValOf<$ValOf<$ValOf<C, K>, K2>, K3>,
2133
+ NSV
2134
+ >(
2135
+ collection: C,
2136
+ keyPath: [K, K2, K3],
2137
+ notSetValue: NSV,
2138
+ updater: (value: $ValOf<$ValOf<$ValOf<C, K>, K2>, K3> | NSV) => S
2139
+ ): C;
2140
+ declare function updateIn<
2141
+ C,
2142
+ K: $KeyOf<C>,
2143
+ K2: $KeyOf<$ValOf<C, K>>,
2144
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2145
+ S: $ValOf<$ValOf<$ValOf<C, K>, K2>, K3>
2146
+ >(
2147
+ collection: C,
2148
+ keyPath: [K, K2, K3],
2149
+ updater: (value: $ValOf<$ValOf<$ValOf<C, K>, K2>, K3>) => S
2150
+ ): C;
2151
+ declare function updateIn<
2152
+ C,
2153
+ K: $KeyOf<C>,
2154
+ K2: $KeyOf<$ValOf<C, K>>,
2155
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2156
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
2157
+ S: $ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>,
2158
+ NSV
2159
+ >(
2160
+ collection: C,
2161
+ keyPath: [K, K2, K3, K4],
2162
+ notSetValue: NSV,
2163
+ updater: (value: $ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4> | NSV) => S
2164
+ ): C;
2165
+ declare function updateIn<
2166
+ C,
2167
+ K: $KeyOf<C>,
2168
+ K2: $KeyOf<$ValOf<C, K>>,
2169
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2170
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
2171
+ S: $ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>
2172
+ >(
2173
+ collection: C,
2174
+ keyPath: [K, K2, K3, K4],
2175
+ updater: (value: $ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>) => S
2176
+ ): C;
2177
+ declare function updateIn<
2178
+ C,
2179
+ K: $KeyOf<C>,
2180
+ K2: $KeyOf<$ValOf<C, K>>,
2181
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2182
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
2183
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>>,
2184
+ S: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>, K5>,
2185
+ NSV
2186
+ >(
2187
+ collection: C,
2188
+ keyPath: [K, K2, K3, K4, K5],
2189
+ notSetValue: NSV,
2190
+ updater: (
2191
+ value: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>, K5> | NSV
2192
+ ) => S
2193
+ ): C;
2194
+ declare function updateIn<
2195
+ C,
2196
+ K: $KeyOf<C>,
2197
+ K2: $KeyOf<$ValOf<C, K>>,
2198
+ K3: $KeyOf<$ValOf<$ValOf<C, K>, K2>>,
2199
+ K4: $KeyOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>>,
2200
+ K5: $KeyOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>>,
2201
+ S: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>, K5>
2202
+ >(
2203
+ collection: C,
2204
+ keyPath: [K, K2, K3, K4, K5],
2205
+ updater: (
2206
+ value: $ValOf<$ValOf<$ValOf<$ValOf<$ValOf<C, K>, K2>, K3>, K4>, K5>
2207
+ ) => S
2208
+ ): C;
2209
+
2210
+ declare function merge<C>(
2211
+ collection: C,
2212
+ ...collections: Array<
2213
+ | $IterableOf<C>
2214
+ | $Shape<RecordValues<C>>
2215
+ | PlainObjInput<$KeyOf<C>, $ValOf<C>>
2216
+ >
2217
+ ): C;
2218
+ declare function mergeWith<C>(
2219
+ merger: (oldVal: $ValOf<C>, newVal: $ValOf<C>, key: $KeyOf<C>) => $ValOf<C>,
2220
+ collection: C,
2221
+ ...collections: Array<
2222
+ | $IterableOf<C>
2223
+ | $Shape<RecordValues<C>>
2224
+ | PlainObjInput<$KeyOf<C>, $ValOf<C>>
2225
+ >
2226
+ ): C;
2227
+ declare function mergeDeep<C>(
2228
+ collection: C,
2229
+ ...collections: Array<
2230
+ | $IterableOf<C>
2231
+ | $Shape<RecordValues<C>>
2232
+ | PlainObjInput<$KeyOf<C>, $ValOf<C>>
2233
+ >
2234
+ ): C;
2235
+ declare function mergeDeepWith<C>(
2236
+ merger: (oldVal: any, newVal: any, key: any) => mixed,
2237
+ collection: C,
2238
+ ...collections: Array<
2239
+ | $IterableOf<C>
2240
+ | $Shape<RecordValues<C>>
2241
+ | PlainObjInput<$KeyOf<C>, $ValOf<C>>
2242
+ >
2243
+ ): C;
2244
+
2245
+ export {
2246
+ Collection,
2247
+ Seq,
2248
+ List,
2249
+ Map,
2250
+ OrderedMap,
2251
+ OrderedSet,
2252
+ Range,
2253
+ Repeat,
2254
+ Record,
2255
+ Set,
2256
+ Stack,
2257
+ fromJS,
2258
+ is,
2259
+ hash,
2260
+ isImmutable,
2261
+ isCollection,
2262
+ isKeyed,
2263
+ isIndexed,
2264
+ isAssociative,
2265
+ isOrdered,
2266
+ isRecord,
2267
+ isValueObject,
2268
+ get,
2269
+ has,
2270
+ remove,
2271
+ set,
2272
+ update,
2273
+ getIn,
2274
+ hasIn,
2275
+ removeIn,
2276
+ setIn,
2277
+ updateIn,
2278
+ merge,
2279
+ mergeWith,
2280
+ mergeDeep,
2281
+ mergeDeepWith,
2282
+ };
2283
+
2284
+ export default {
2285
+ Collection,
2286
+ Seq,
2287
+
2288
+ List,
2289
+ Map,
2290
+ OrderedMap,
2291
+ OrderedSet,
2292
+ Range,
2293
+ Repeat,
2294
+ Record,
2295
+ Set,
2296
+ Stack,
2297
+
2298
+ fromJS,
2299
+ is,
2300
+ hash,
2301
+
2302
+ isImmutable,
2303
+ isCollection,
2304
+ isKeyed,
2305
+ isIndexed,
2306
+ isAssociative,
2307
+ isOrdered,
2308
+ isRecord,
2309
+ isValueObject,
2310
+
2311
+ get,
2312
+ has,
2313
+ remove,
2314
+ set,
2315
+ update,
2316
+ getIn,
2317
+ hasIn,
2318
+ removeIn,
2319
+ setIn,
2320
+ updateIn,
2321
+ merge,
2322
+ mergeWith,
2323
+ mergeDeep,
2324
+ mergeDeepWith,
2325
+ };
2326
+
2327
+ export type {
2328
+ KeyedCollection,
2329
+ IndexedCollection,
2330
+ SetCollection,
2331
+ KeyedSeq,
2332
+ IndexedSeq,
2333
+ SetSeq,
2334
+ RecordFactory,
2335
+ RecordOf,
2336
+ RecordInstance,
2337
+ ValueObject,
2338
+ $KeyOf,
2339
+ $ValOf,
2340
+ };