@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,443 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.serialization = exports.reactAttributes = exports.parseStyleString = exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _slateEditTable = _interopRequireDefault(require("slate-edit-table"));
11
+
12
+ var _slate = require("slate");
13
+
14
+ var _debug = _interopRequireDefault(require("debug"));
15
+
16
+ var _GridOn = _interopRequireDefault(require("@material-ui/icons/GridOn"));
17
+
18
+ var _tableToolbar = _interopRequireDefault(require("./table-toolbar"));
19
+
20
+ var _propTypes = _interopRequireDefault(require("prop-types"));
21
+
22
+ var _slatePropTypes = _interopRequireDefault(require("slate-prop-types"));
23
+
24
+ var _styles = require("@material-ui/core/styles");
25
+
26
+ var _reactAttrConverter = _interopRequireDefault(require("react-attr-converter"));
27
+
28
+ var _toStyle = require("to-style");
29
+
30
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
31
+
32
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
33
+
34
+ var log = (0, _debug["default"])('@pie-lib:editable-html:plugins:table');
35
+ var Table = (0, _styles.withStyles)(function () {
36
+ return {
37
+ table: {}
38
+ };
39
+ })(function (props) {
40
+ var nodeAttributes = dataToAttributes(props.node.data);
41
+ return _react["default"].createElement("table", _extends({
42
+ className: props.classes.table
43
+ }, props.attributes, nodeAttributes, {
44
+ onFocus: props.onFocus,
45
+ onBlur: props.onBlur
46
+ }), _react["default"].createElement("tbody", null, props.children));
47
+ });
48
+ Table.propTypes = {
49
+ attributes: _propTypes["default"].object,
50
+ onFocus: _propTypes["default"].func,
51
+ onBlur: _propTypes["default"].func,
52
+ node: _slatePropTypes["default"].node,
53
+ children: _propTypes["default"].oneOfType([_propTypes["default"].arrayOf(_propTypes["default"].node), _propTypes["default"].node]).isRequired
54
+ };
55
+
56
+ var TableRow = function TableRow(props) {
57
+ return _react["default"].createElement("tr", props.attributes, props.children);
58
+ };
59
+
60
+ TableRow.propTypes = {
61
+ attributes: _propTypes["default"].object,
62
+ onFocus: _propTypes["default"].func,
63
+ onBlur: _propTypes["default"].func,
64
+ children: _propTypes["default"].oneOfType([_propTypes["default"].arrayOf(_propTypes["default"].node), _propTypes["default"].node]).isRequired
65
+ };
66
+ var TableCell = (0, _styles.withStyles)(function () {
67
+ return {
68
+ td: {
69
+ minWidth: '25px'
70
+ }
71
+ };
72
+ })(function (props) {
73
+ var Tag = props.node.data.get('header') ? 'th' : 'td';
74
+ var nodeAttributes = dataToAttributes(props.node.data);
75
+ delete nodeAttributes.header;
76
+ return _react["default"].createElement(Tag, _extends({}, props.attributes, nodeAttributes, {
77
+ colSpan: props.node.data.get('colspan'),
78
+ className: props.classes[Tag],
79
+ onFocus: props.onFocus,
80
+ onBlur: props.onBlur
81
+ }), props.children);
82
+ });
83
+ TableCell.propTypes = {
84
+ attributes: _propTypes["default"].object,
85
+ onFocus: _propTypes["default"].func,
86
+ onBlur: _propTypes["default"].func,
87
+ children: _propTypes["default"].oneOfType([_propTypes["default"].arrayOf(_propTypes["default"].node), _propTypes["default"].node]).isRequired
88
+ };
89
+
90
+ var _default = function _default(opts, toolbarPlugins
91
+ /* : {toolbar: {}}[] */
92
+ ) {
93
+ var core = (0, _slateEditTable["default"])({
94
+ typeContent: 'div'
95
+ }); // fix outdated schema
96
+
97
+ if (core.schema && core.schema.blocks) {
98
+ Object.keys(core.schema.blocks).forEach(function (key) {
99
+ var block = core.schema.blocks[key];
100
+
101
+ if (block.parent) {
102
+ if (block.nodes[0].types) {
103
+ block.nodes[0] = {
104
+ type: block.nodes[0].types[0]
105
+ };
106
+ }
107
+
108
+ if (block.nodes[0].objects) {
109
+ block.nodes[0] = {
110
+ object: block.nodes[0].objects[0]
111
+ };
112
+ }
113
+
114
+ block.parent = {
115
+ type: block.parent.types[0]
116
+ };
117
+ } else {
118
+ block.nodes[0] = {
119
+ type: block.nodes[0].types[0]
120
+ };
121
+ }
122
+ });
123
+ }
124
+
125
+ core.utils.getTableBlock = function (containerNode, key) {
126
+ var node = containerNode.getDescendant(key);
127
+ var ancestors = containerNode.getAncestors(key).push(node);
128
+ return ancestors.findLast(function (p) {
129
+ return p.type === 'table';
130
+ });
131
+ };
132
+
133
+ core.toolbar = {
134
+ icon: _react["default"].createElement(_GridOn["default"], null),
135
+ onClick: function onClick(value, onChange) {
136
+ log('insert table');
137
+ var c = core.changes.insertTable(value.change(), 2, 2);
138
+ onChange(c);
139
+ },
140
+ supports: function supports(node, value) {
141
+ return node && node.object === 'block' && core.utils.isSelectionInTable(value);
142
+ },
143
+
144
+ /**
145
+ * Note - the node may not be a table node - it may be a node inside a table.
146
+ */
147
+ customToolbar: function customToolbar(node, value, onToolbarDone) {
148
+ log('[customToolbar] node.data: ', node.data);
149
+ var tableBlock = core.utils.getTableBlock(value.document, node.key);
150
+ log('[customToolbar] tableBlock: ', tableBlock);
151
+
152
+ var hasBorder = function hasBorder() {
153
+ return tableBlock.data.get('border') && tableBlock.data.get('border') !== '0';
154
+ };
155
+
156
+ var addRow = function addRow() {
157
+ var change = core.changes.insertRow(value.change());
158
+ onToolbarDone(change, false);
159
+ };
160
+
161
+ var addColumn = function addColumn() {
162
+ var change = core.changes.insertColumn(value.change());
163
+ onToolbarDone(change, false);
164
+ };
165
+
166
+ var removeRow = function removeRow() {
167
+ var change = core.changes.removeRow(value.change());
168
+ onToolbarDone(change, false);
169
+ };
170
+
171
+ var removeColumn = function removeColumn() {
172
+ var change = core.changes.removeColumn(value.change());
173
+ onToolbarDone(change, false);
174
+ };
175
+
176
+ var removeTable = function removeTable() {
177
+ var change = core.changes.removeTable(value.change());
178
+ onToolbarDone(change, false);
179
+ };
180
+
181
+ var toggleBorder = function toggleBorder() {
182
+ var data = tableBlock.data;
183
+ var update = data.set('border', hasBorder() ? '0' : '1');
184
+ log('[toggleBorder] update: ', update);
185
+ var change = value.change().setNodeByKey(tableBlock.key, {
186
+ data: update
187
+ });
188
+ onToolbarDone(change, false);
189
+ };
190
+
191
+ var onDone = function onDone() {
192
+ log('[onDone] call onToolbarDone...');
193
+ onToolbarDone(null, true);
194
+ };
195
+
196
+ var Tb = function Tb() {
197
+ return _react["default"].createElement(_tableToolbar["default"], {
198
+ plugins: toolbarPlugins,
199
+ onChange: function onChange(c) {
200
+ return onToolbarDone(c, false);
201
+ },
202
+ value: value,
203
+ onAddRow: addRow,
204
+ onRemoveRow: removeRow,
205
+ onAddColumn: addColumn,
206
+ onRemoveColumn: removeColumn,
207
+ onRemoveTable: removeTable,
208
+ hasBorder: hasBorder(),
209
+ onToggleBorder: toggleBorder,
210
+ onDone: onDone
211
+ });
212
+ };
213
+
214
+ return Tb;
215
+ }
216
+ };
217
+
218
+ var Node = function Node(props) {
219
+ switch (props.node.type) {
220
+ case 'table':
221
+ return _react["default"].createElement(Table, _extends({}, props, {
222
+ onFocus: opts.onFocus,
223
+ onBlur: opts.onBlur
224
+ }));
225
+
226
+ case 'table_row':
227
+ return _react["default"].createElement(TableRow, props);
228
+
229
+ case 'table_cell':
230
+ return _react["default"].createElement(TableCell, _extends({}, props, {
231
+ onFocus: opts.onFocus,
232
+ onBlur: opts.onBlur
233
+ }));
234
+
235
+ default:
236
+ return null;
237
+ }
238
+ };
239
+
240
+ Node.propTypes = {
241
+ node: _propTypes["default"].object
242
+ };
243
+
244
+ core.normalizeNode = function (node) {
245
+ if (node.object !== 'document') {
246
+ return;
247
+ }
248
+
249
+ var shouldAddTextAfterNode = false;
250
+ var indexToNotHaveTableOn = node.nodes.size - 1;
251
+ var indexOfLastTable = node.nodes.findLastIndex(function (d) {
252
+ return d.type === 'table';
253
+ }); // if the last table in the document is of type table, we need to do the change
254
+
255
+ if (indexOfLastTable === indexToNotHaveTableOn) {
256
+ shouldAddTextAfterNode = true;
257
+ }
258
+
259
+ if (!shouldAddTextAfterNode) {
260
+ return;
261
+ }
262
+
263
+ var tableNode = node.nodes.get(indexOfLastTable);
264
+ return function (change) {
265
+ if (shouldAddTextAfterNode) {
266
+ var tableJSON = tableNode.toJSON(); // we remove the table node because otherwise we can't add the empty block after it
267
+ // we need a block that contains text in order to do it
268
+
269
+ change.removeNodeByKey(tableNode.key);
270
+
271
+ var newBlock = _slate.Block.create({
272
+ object: 'block',
273
+ type: 'div'
274
+ }); // we add an empty block but that it's going to be normalized
275
+ // because it will add the empty text to it like it should
276
+
277
+
278
+ change.insertBlock(newBlock);
279
+ change.withoutNormalization(function () {
280
+ // we do these changes without normalization
281
+ // we get the text previous to the new block added
282
+ var prevText = change.value.document.getPreviousText(newBlock.key);
283
+
284
+ if (prevText) {
285
+ // we move focus to the previous text
286
+ change.moveFocusTo(prevText.key, prevText.text.length).moveAnchorTo(prevText.key, prevText.text.length);
287
+ } // we insert the table block between the first block with text and the last block with text
288
+
289
+
290
+ change.insertBlock(tableJSON);
291
+ });
292
+ }
293
+ };
294
+ };
295
+
296
+ core.renderNode = Node;
297
+ return core;
298
+ };
299
+
300
+ exports["default"] = _default;
301
+
302
+ var parseStyleString = function parseStyleString(s) {
303
+ var regex = /([\w-]*)\s*:\s*([^;]*)/g;
304
+ var match;
305
+ var result = {};
306
+
307
+ while (match = regex.exec(s)) {
308
+ result[match[1]] = match[2].trim();
309
+ }
310
+
311
+ return result;
312
+ };
313
+
314
+ exports.parseStyleString = parseStyleString;
315
+
316
+ var reactAttributes = function reactAttributes(o) {
317
+ return (0, _toStyle.object)(o, {
318
+ camelize: true
319
+ });
320
+ };
321
+
322
+ exports.reactAttributes = reactAttributes;
323
+
324
+ var attributesToMap = function attributesToMap(el) {
325
+ return function (acc, attribute) {
326
+ var value = el.getAttribute(attribute);
327
+
328
+ if (value) {
329
+ if (attribute === 'style') {
330
+ var styleString = el.getAttribute(attribute);
331
+ var reactStyleObject = reactAttributes(parseStyleString(styleString));
332
+ acc['style'] = reactStyleObject;
333
+ } else {
334
+ acc[attribute] = el.getAttribute(attribute);
335
+ }
336
+ }
337
+
338
+ return acc;
339
+ };
340
+ };
341
+
342
+ var dataToAttributes = function dataToAttributes(data) {
343
+ if (!data || !data.get) {
344
+ return {};
345
+ }
346
+
347
+ return data.reduce(function (acc, v, name) {
348
+ if (v) {
349
+ acc[(0, _reactAttrConverter["default"])(name)] = v;
350
+ }
351
+
352
+ return acc;
353
+ }, {});
354
+ };
355
+
356
+ var attributes = ['border', 'cellpadding', 'cellspacing', 'class', 'style'];
357
+ var cellAttributes = ['colspan', 'rowspan', 'class', 'style'];
358
+ var serialization = {
359
+ deserialize: function deserialize(el, next) {
360
+ var tag = el.tagName.toLowerCase();
361
+
362
+ switch (tag) {
363
+ case 'table':
364
+ {
365
+ var children = el.children.length === 1 && el.children[0].tagName.toLowerCase() === 'tbody' ? el.children[0].children : el.children;
366
+ var c = Array.from(children);
367
+ return {
368
+ object: 'block',
369
+ type: 'table',
370
+ nodes: next(c),
371
+ data: attributes.reduce(attributesToMap(el), {})
372
+ };
373
+ }
374
+
375
+ case 'th':
376
+ {
377
+ return {
378
+ object: 'block',
379
+ type: 'table_cell',
380
+ nodes: next(el.childNodes),
381
+ data: cellAttributes.reduce(attributesToMap(el), {
382
+ header: true
383
+ })
384
+ };
385
+ }
386
+
387
+ case 'tr':
388
+ {
389
+ return {
390
+ object: 'block',
391
+ type: 'table_row',
392
+ nodes: next(Array.from(el.children))
393
+ };
394
+ }
395
+
396
+ case 'td':
397
+ {
398
+ return {
399
+ object: 'block',
400
+ type: 'table_cell',
401
+ nodes: next(Array.from(el.childNodes)),
402
+ data: cellAttributes.reduce(attributesToMap(el), {
403
+ header: false
404
+ })
405
+ };
406
+ }
407
+ }
408
+ },
409
+ serialize: function serialize(object, children) {
410
+ if (object.object !== 'block') {
411
+ return;
412
+ }
413
+
414
+ switch (object.type) {
415
+ case 'table':
416
+ {
417
+ var _attributes = dataToAttributes(object.data);
418
+
419
+ return _react["default"].createElement("table", _attributes, _react["default"].createElement("tbody", null, children));
420
+ }
421
+
422
+ case 'table_row':
423
+ {
424
+ return _react["default"].createElement("tr", null, children);
425
+ }
426
+
427
+ case 'table_cell':
428
+ {
429
+ var _attributes2 = dataToAttributes(object.data);
430
+
431
+ delete _attributes2.header;
432
+
433
+ if (object.data.get('header')) {
434
+ return _react["default"].createElement("th", _attributes2, children);
435
+ } else {
436
+ return _react["default"].createElement("td", _attributes2, children);
437
+ }
438
+ }
439
+ }
440
+ }
441
+ };
442
+ exports.serialization = serialization;
443
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/plugins/table/index.jsx"],"names":["log","Table","table","props","nodeAttributes","dataToAttributes","node","data","classes","attributes","onFocus","onBlur","children","propTypes","PropTypes","object","func","SlatePropTypes","oneOfType","arrayOf","isRequired","TableRow","TableCell","td","minWidth","Tag","get","header","opts","toolbarPlugins","core","typeContent","schema","blocks","Object","keys","forEach","key","block","parent","nodes","types","type","objects","utils","getTableBlock","containerNode","getDescendant","ancestors","getAncestors","push","findLast","p","toolbar","icon","onClick","value","onChange","c","changes","insertTable","change","supports","isSelectionInTable","customToolbar","onToolbarDone","tableBlock","document","hasBorder","addRow","insertRow","addColumn","insertColumn","removeRow","removeColumn","removeTable","toggleBorder","update","set","setNodeByKey","onDone","Tb","Node","normalizeNode","shouldAddTextAfterNode","indexToNotHaveTableOn","size","indexOfLastTable","findLastIndex","d","tableNode","tableJSON","toJSON","removeNodeByKey","newBlock","Block","create","insertBlock","withoutNormalization","prevText","getPreviousText","moveFocusTo","text","length","moveAnchorTo","renderNode","parseStyleString","s","regex","match","result","exec","trim","reactAttributes","o","camelize","attributesToMap","el","acc","attribute","getAttribute","styleString","reactStyleObject","reduce","v","name","cellAttributes","serialization","deserialize","next","tag","tagName","toLowerCase","Array","from","childNodes","serialize"],"mappings":"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","sourcesContent":["import React from 'react';\nimport EditTable from 'slate-edit-table';\nimport { Block, Inline } from 'slate';\nimport debug from 'debug';\nimport GridOn from '@material-ui/icons/GridOn';\nimport TableToolbar from './table-toolbar';\nimport PropTypes from 'prop-types';\nimport SlatePropTypes from 'slate-prop-types';\nimport { withStyles } from '@material-ui/core/styles';\nimport convert from 'react-attr-converter';\nimport { object as toStyleObject } from 'to-style';\n\nconst log = debug('@pie-lib:editable-html:plugins:table');\n\nconst Table = withStyles(() => ({\n table: {}\n}))(props => {\n const nodeAttributes = dataToAttributes(props.node.data);\n\n return (\n <table\n className={props.classes.table}\n {...props.attributes}\n {...nodeAttributes}\n onFocus={props.onFocus}\n onBlur={props.onBlur}\n >\n <tbody>{props.children}</tbody>\n </table>\n );\n});\n\nTable.propTypes = {\n attributes: PropTypes.object,\n onFocus: PropTypes.func,\n onBlur: PropTypes.func,\n node: SlatePropTypes.node,\n children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]).isRequired\n};\n\nconst TableRow = props => <tr {...props.attributes}>{props.children}</tr>;\n\nTableRow.propTypes = {\n attributes: PropTypes.object,\n onFocus: PropTypes.func,\n onBlur: PropTypes.func,\n children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]).isRequired\n};\n\nconst TableCell = withStyles(() => ({\n td: {\n minWidth: '25px'\n }\n}))(props => {\n const Tag = props.node.data.get('header') ? 'th' : 'td';\n\n const nodeAttributes = dataToAttributes(props.node.data);\n delete nodeAttributes.header;\n\n return (\n <Tag\n {...props.attributes}\n {...nodeAttributes}\n colSpan={props.node.data.get('colspan')}\n className={props.classes[Tag]}\n onFocus={props.onFocus}\n onBlur={props.onBlur}\n >\n {props.children}\n </Tag>\n );\n});\n\nTableCell.propTypes = {\n attributes: PropTypes.object,\n onFocus: PropTypes.func,\n onBlur: PropTypes.func,\n children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]).isRequired\n};\n\nexport default (opts, toolbarPlugins /* : {toolbar: {}}[] */) => {\n const core = EditTable({\n typeContent: 'div'\n });\n\n // fix outdated schema\n\n if (core.schema && core.schema.blocks) {\n Object.keys(core.schema.blocks).forEach(key => {\n const block = core.schema.blocks[key];\n\n if (block.parent) {\n if (block.nodes[0].types) {\n block.nodes[0] = {\n type: block.nodes[0].types[0]\n };\n }\n\n if (block.nodes[0].objects) {\n block.nodes[0] = {\n object: block.nodes[0].objects[0]\n };\n }\n\n block.parent = {\n type: block.parent.types[0]\n };\n } else {\n block.nodes[0] = { type: block.nodes[0].types[0] };\n }\n });\n }\n\n core.utils.getTableBlock = (containerNode, key) => {\n const node = containerNode.getDescendant(key);\n const ancestors = containerNode.getAncestors(key).push(node);\n return ancestors.findLast(p => p.type === 'table');\n };\n\n core.toolbar = {\n icon: <GridOn />,\n onClick: (value, onChange) => {\n log('insert table');\n const c = core.changes.insertTable(value.change(), 2, 2);\n onChange(c);\n },\n supports: (node, value) =>\n node && node.object === 'block' && core.utils.isSelectionInTable(value),\n /**\n * Note - the node may not be a table node - it may be a node inside a table.\n */\n customToolbar: (node, value, onToolbarDone) => {\n log('[customToolbar] node.data: ', node.data);\n\n const tableBlock = core.utils.getTableBlock(value.document, node.key);\n log('[customToolbar] tableBlock: ', tableBlock);\n\n const hasBorder = () =>\n tableBlock.data.get('border') && tableBlock.data.get('border') !== '0';\n const addRow = () => {\n const change = core.changes.insertRow(value.change());\n onToolbarDone(change, false);\n };\n\n const addColumn = () => {\n const change = core.changes.insertColumn(value.change());\n onToolbarDone(change, false);\n };\n\n const removeRow = () => {\n const change = core.changes.removeRow(value.change());\n onToolbarDone(change, false);\n };\n\n const removeColumn = () => {\n const change = core.changes.removeColumn(value.change());\n onToolbarDone(change, false);\n };\n\n const removeTable = () => {\n const change = core.changes.removeTable(value.change());\n onToolbarDone(change, false);\n };\n\n const toggleBorder = () => {\n const { data } = tableBlock;\n const update = data.set('border', hasBorder() ? '0' : '1');\n log('[toggleBorder] update: ', update);\n const change = value.change().setNodeByKey(tableBlock.key, { data: update });\n onToolbarDone(change, false);\n };\n\n const onDone = () => {\n log('[onDone] call onToolbarDone...');\n onToolbarDone(null, true);\n };\n\n const Tb = () => (\n <TableToolbar\n plugins={toolbarPlugins}\n onChange={c => onToolbarDone(c, false)}\n value={value}\n onAddRow={addRow}\n onRemoveRow={removeRow}\n onAddColumn={addColumn}\n onRemoveColumn={removeColumn}\n onRemoveTable={removeTable}\n hasBorder={hasBorder()}\n onToggleBorder={toggleBorder}\n onDone={onDone}\n />\n );\n return Tb;\n }\n };\n\n const Node = props => {\n switch (props.node.type) {\n case 'table':\n return <Table {...props} onFocus={opts.onFocus} onBlur={opts.onBlur} />;\n case 'table_row':\n return <TableRow {...props} />;\n case 'table_cell':\n return <TableCell {...props} onFocus={opts.onFocus} onBlur={opts.onBlur} />;\n default:\n return null;\n }\n };\n Node.propTypes = {\n node: PropTypes.object\n };\n\n core.normalizeNode = node => {\n if (node.object !== 'document') {\n return;\n }\n\n let shouldAddTextAfterNode = false;\n const indexToNotHaveTableOn = node.nodes.size - 1;\n const indexOfLastTable = node.nodes.findLastIndex(d => d.type === 'table');\n\n // if the last table in the document is of type table, we need to do the change\n if (indexOfLastTable === indexToNotHaveTableOn) {\n shouldAddTextAfterNode = true;\n }\n\n if (!shouldAddTextAfterNode) {\n return;\n }\n\n const tableNode = node.nodes.get(indexOfLastTable);\n\n return change => {\n if (shouldAddTextAfterNode) {\n const tableJSON = tableNode.toJSON();\n\n // we remove the table node because otherwise we can't add the empty block after it\n // we need a block that contains text in order to do it\n change.removeNodeByKey(tableNode.key);\n\n const newBlock = Block.create({\n object: 'block',\n type: 'div'\n });\n\n // we add an empty block but that it's going to be normalized\n // because it will add the empty text to it like it should\n change.insertBlock(newBlock);\n\n change.withoutNormalization(() => {\n // we do these changes without normalization\n\n // we get the text previous to the new block added\n const prevText = change.value.document.getPreviousText(newBlock.key);\n\n if (prevText) {\n // we move focus to the previous text\n change\n .moveFocusTo(prevText.key, prevText.text.length)\n .moveAnchorTo(prevText.key, prevText.text.length);\n }\n\n // we insert the table block between the first block with text and the last block with text\n change.insertBlock(tableJSON);\n });\n }\n };\n };\n\n core.renderNode = Node;\n\n return core;\n};\n\nexport const parseStyleString = s => {\n const regex = /([\\w-]*)\\s*:\\s*([^;]*)/g;\n let match;\n const result = {};\n while ((match = regex.exec(s))) {\n result[match[1]] = match[2].trim();\n }\n return result;\n};\n\nexport const reactAttributes = o => toStyleObject(o, { camelize: true });\n\nconst attributesToMap = el => (acc, attribute) => {\n const value = el.getAttribute(attribute);\n if (value) {\n if (attribute === 'style') {\n const styleString = el.getAttribute(attribute);\n const reactStyleObject = reactAttributes(parseStyleString(styleString));\n acc['style'] = reactStyleObject;\n } else {\n acc[attribute] = el.getAttribute(attribute);\n }\n }\n return acc;\n};\n\nconst dataToAttributes = data => {\n if (!data || !data.get) {\n return {};\n }\n\n return data.reduce((acc, v, name) => {\n if (v) {\n acc[convert(name)] = v;\n }\n return acc;\n }, {});\n};\n\nconst attributes = ['border', 'cellpadding', 'cellspacing', 'class', 'style'];\n\nconst cellAttributes = ['colspan', 'rowspan', 'class', 'style'];\n\nexport const serialization = {\n deserialize(el, next) {\n const tag = el.tagName.toLowerCase();\n\n switch (tag) {\n case 'table': {\n const children =\n el.children.length === 1 && el.children[0].tagName.toLowerCase() === 'tbody'\n ? el.children[0].children\n : el.children;\n const c = Array.from(children);\n\n return {\n object: 'block',\n type: 'table',\n nodes: next(c),\n data: attributes.reduce(attributesToMap(el), {})\n };\n }\n case 'th': {\n return {\n object: 'block',\n type: 'table_cell',\n nodes: next(el.childNodes),\n data: cellAttributes.reduce(attributesToMap(el), { header: true })\n };\n }\n case 'tr': {\n return {\n object: 'block',\n type: 'table_row',\n nodes: next(Array.from(el.children))\n };\n }\n case 'td': {\n return {\n object: 'block',\n type: 'table_cell',\n nodes: next(Array.from(el.childNodes)),\n data: cellAttributes.reduce(attributesToMap(el), { header: false })\n };\n }\n }\n },\n serialize(object, children) {\n if (object.object !== 'block') {\n return;\n }\n\n switch (object.type) {\n case 'table': {\n const attributes = dataToAttributes(object.data);\n return (\n <table {...attributes}>\n <tbody>{children}</tbody>\n </table>\n );\n }\n case 'table_row': {\n return <tr>{children}</tr>;\n }\n case 'table_cell': {\n const attributes = dataToAttributes(object.data);\n delete attributes.header;\n if (object.data.get('header')) {\n return <th {...attributes}>{children}</th>;\n } else {\n return <td {...attributes}>{children}</td>;\n }\n }\n }\n }\n};\n"],"file":"index.js"}
@@ -0,0 +1,167 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.TableToolbar = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _styles = require("@material-ui/core/styles");
11
+
12
+ var _toolbarButtons = require("../toolbar/toolbar-buttons");
13
+
14
+ var _doneButton = require("../toolbar/done-button");
15
+
16
+ var _BorderAll = _interopRequireDefault(require("@material-ui/icons/BorderAll"));
17
+
18
+ var _defaultToolbar = require("../toolbar/default-toolbar");
19
+
20
+ var _icons = require("./icons");
21
+
22
+ var _propTypes = _interopRequireDefault(require("prop-types"));
23
+
24
+ var _debug = _interopRequireDefault(require("debug"));
25
+
26
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
+
28
+ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
29
+
30
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
31
+
32
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
33
+
34
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
35
+
36
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
37
+
38
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
39
+
40
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
+
42
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
+
44
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
45
+
46
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
47
+
48
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
49
+
50
+ var log = (0, _debug["default"])('@pie-lib:editable-html:plugins:table-toolbar');
51
+
52
+ var TableToolbar =
53
+ /*#__PURE__*/
54
+ function (_React$Component) {
55
+ _inherits(TableToolbar, _React$Component);
56
+
57
+ function TableToolbar() {
58
+ var _getPrototypeOf2;
59
+
60
+ var _this;
61
+
62
+ _classCallCheck(this, TableToolbar);
63
+
64
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
65
+ args[_key] = arguments[_key];
66
+ }
67
+
68
+ _this = _possibleConstructorReturn(this, (_getPrototypeOf2 = _getPrototypeOf(TableToolbar)).call.apply(_getPrototypeOf2, [this].concat(args)));
69
+
70
+ _defineProperty(_assertThisInitialized(_this), "onDone", function (e) {
71
+ var onDone = _this.props.onDone;
72
+ e.preventDefault();
73
+ onDone();
74
+ });
75
+
76
+ return _this;
77
+ }
78
+
79
+ _createClass(TableToolbar, [{
80
+ key: "render",
81
+ value: function render() {
82
+ var _this$props = this.props,
83
+ plugins = _this$props.plugins,
84
+ value = _this$props.value,
85
+ onChange = _this$props.onChange,
86
+ onAddRow = _this$props.onAddRow,
87
+ onRemoveRow = _this$props.onRemoveRow,
88
+ onAddColumn = _this$props.onAddColumn,
89
+ onRemoveColumn = _this$props.onRemoveColumn,
90
+ onRemoveTable = _this$props.onRemoveTable,
91
+ onToggleBorder = _this$props.onToggleBorder,
92
+ hasBorder = _this$props.hasBorder,
93
+ classes = _this$props.classes;
94
+ log('[render] hasBorder:', hasBorder);
95
+ return _react["default"].createElement("div", {
96
+ className: classes.tableToolbar
97
+ }, _react["default"].createElement("div", {
98
+ className: classes.toolbarButtons
99
+ }, _react["default"].createElement(_toolbarButtons.Button, {
100
+ onClick: onAddRow
101
+ }, _react["default"].createElement(_icons.AddRow, null)), _react["default"].createElement(_toolbarButtons.Button, {
102
+ onClick: onRemoveRow
103
+ }, _react["default"].createElement(_icons.RemoveRow, null)), _react["default"].createElement(_toolbarButtons.Button, {
104
+ onClick: onAddColumn
105
+ }, _react["default"].createElement(_icons.AddColumn, null)), _react["default"].createElement(_toolbarButtons.Button, {
106
+ onClick: onRemoveColumn
107
+ }, _react["default"].createElement(_icons.RemoveColumn, null)), _react["default"].createElement(_toolbarButtons.Button, {
108
+ onClick: onRemoveTable
109
+ }, _react["default"].createElement(_icons.RemoveTable, null)), plugins.map(function (p, index) {
110
+ return _react["default"].createElement(_defaultToolbar.ToolbarButton, _extends({
111
+ key: "plugin-".concat(index)
112
+ }, p.toolbar, {
113
+ value: value,
114
+ onChange: onChange
115
+ }));
116
+ }), _react["default"].createElement(_toolbarButtons.Button, {
117
+ onClick: onToggleBorder,
118
+ active: hasBorder
119
+ }, _react["default"].createElement(_BorderAll["default"], null))), _react["default"].createElement(_doneButton.DoneButton, {
120
+ onClick: this.onDone
121
+ }));
122
+ }
123
+ }]);
124
+
125
+ return TableToolbar;
126
+ }(_react["default"].Component);
127
+
128
+ exports.TableToolbar = TableToolbar;
129
+
130
+ _defineProperty(TableToolbar, "propTypes", {
131
+ plugins: _propTypes["default"].array.isRequired,
132
+ value: _propTypes["default"].object.isRequired,
133
+ onChange: _propTypes["default"].func.isRequired,
134
+ onAddRow: _propTypes["default"].func.isRequired,
135
+ onRemoveRow: _propTypes["default"].func.isRequired,
136
+ onAddColumn: _propTypes["default"].func.isRequired,
137
+ onRemoveColumn: _propTypes["default"].func.isRequired,
138
+ onRemoveTable: _propTypes["default"].func.isRequired,
139
+ onToggleBorder: _propTypes["default"].func.isRequired,
140
+ hasBorder: _propTypes["default"].bool,
141
+ onDone: _propTypes["default"].func.isRequired,
142
+ classes: _propTypes["default"].object.isRequired
143
+ });
144
+
145
+ _defineProperty(TableToolbar, "defaultProps", {
146
+ plugins: [],
147
+ value: {},
148
+ onChange: function onChange() {}
149
+ });
150
+
151
+ var styles = function styles() {
152
+ return {
153
+ tableToolbar: {
154
+ width: '100%',
155
+ display: 'flex',
156
+ justifyContent: 'space-between'
157
+ },
158
+ toolbarButtons: {
159
+ display: 'flex'
160
+ }
161
+ };
162
+ };
163
+
164
+ var _default = (0, _styles.withStyles)(styles)(TableToolbar);
165
+
166
+ exports["default"] = _default;
167
+ //# sourceMappingURL=table-toolbar.js.map