@instructure/canvas-rce 5.15.4 → 5.15.5

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 (487) hide show
  1. package/es/bridge/Bridge.d.ts +179 -0
  2. package/es/bridge/index.d.ts +3 -0
  3. package/es/canvasFileBrowser/FileBrowser.d.ts +80 -0
  4. package/es/canvasFileBrowser/en-US.d.ts +0 -0
  5. package/es/common/FlashAlert.d.ts +41 -0
  6. package/es/common/browser.d.ts +5 -0
  7. package/es/common/fileUrl.d.ts +13 -0
  8. package/es/common/getCookie.d.ts +7 -0
  9. package/es/common/incremental-loading/LoadMoreButton.d.ts +12 -0
  10. package/es/common/incremental-loading/LoadingIndicator.d.ts +2 -0
  11. package/es/common/incremental-loading/LoadingStatus.d.ts +6 -0
  12. package/es/common/incremental-loading/index.d.ts +4 -0
  13. package/es/common/incremental-loading/useIncrementalLoading.d.ts +10 -0
  14. package/es/common/indicate.d.ts +1 -0
  15. package/es/common/mimeClass.d.ts +5 -0
  16. package/es/common/natcompare.d.ts +8 -0
  17. package/es/defaultTinymceConfig.d.ts +44 -0
  18. package/es/elementDenylist.d.ts +2 -0
  19. package/es/enhance-user-content/doc_previews.d.ts +10 -0
  20. package/es/enhance-user-content/enhance_user_content.d.ts +1 -0
  21. package/es/enhance-user-content/external_links.d.ts +2 -0
  22. package/es/enhance-user-content/index.d.ts +4 -0
  23. package/es/enhance-user-content/instructure_helper.d.ts +6 -0
  24. package/es/enhance-user-content/jqueryish_funcs.d.ts +9 -0
  25. package/es/enhance-user-content/mathml.d.ts +28 -0
  26. package/es/enhance-user-content/media_comment_thumbnail.d.ts +1 -0
  27. package/es/format-message.d.ts +3 -0
  28. package/es/getThemeVars.d.ts +5 -0
  29. package/es/getTranslations.d.ts +2 -0
  30. package/es/index.d.ts +59 -0
  31. package/es/rce/AlertMessageArea.d.ts +16 -0
  32. package/es/rce/DraggingBlocker.d.ts +8 -0
  33. package/es/rce/KeyboardShortcutModal.d.ts +12 -0
  34. package/es/rce/RCE.d.ts +130 -0
  35. package/es/rce/RCEGlobals.d.ts +21 -0
  36. package/es/rce/RCEVariants.d.ts +17 -0
  37. package/es/rce/RCEWrapper.d.ts +428 -0
  38. package/es/rce/RCEWrapper.utils.d.ts +24 -0
  39. package/es/rce/RCEWrapperProps.d.ts +175 -0
  40. package/es/rce/RceHtmlEditor.d.ts +8 -0
  41. package/es/rce/ResizeHandle.d.ts +15 -0
  42. package/es/rce/RestoreAutoSaveModal.d.ts +15 -0
  43. package/es/rce/ShowOnFocusButton/index.d.ts +22 -0
  44. package/es/rce/StatusBar.d.ts +38 -0
  45. package/es/rce/alertHandler.d.ts +19 -0
  46. package/es/rce/contentInsertion.d.ts +8 -0
  47. package/es/rce/contentInsertionUtils.d.ts +20 -0
  48. package/es/rce/contentRendering.d.ts +9 -0
  49. package/es/rce/customEvents.d.ts +1 -0
  50. package/es/rce/editorLanguage.d.ts +10 -0
  51. package/es/rce/indicatorRegion.d.ts +6 -0
  52. package/es/rce/normalizeLocale.d.ts +1 -0
  53. package/es/rce/normalizeProps.d.ts +3 -0
  54. package/es/rce/plugins/instructure-ui-icons/plugin.d.ts +1 -0
  55. package/es/rce/plugins/instructure_color/clickCallback.d.ts +7 -0
  56. package/es/rce/plugins/instructure_color/components/ColorPicker.d.ts +30 -0
  57. package/es/rce/plugins/instructure_color/components/ColorPopup.d.ts +12 -0
  58. package/es/rce/plugins/instructure_color/components/colorUtils.d.ts +4 -0
  59. package/es/rce/plugins/instructure_color/plugin.d.ts +1 -0
  60. package/es/rce/plugins/instructure_condensed_buttons/core/ListUtils.d.ts +16 -0
  61. package/es/rce/plugins/instructure_condensed_buttons/plugin.d.ts +1 -0
  62. package/es/rce/plugins/instructure_condensed_buttons/ui/alignment-button.d.ts +2 -0
  63. package/es/rce/plugins/instructure_condensed_buttons/ui/directionality-button.d.ts +1 -0
  64. package/es/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.d.ts +2 -0
  65. package/es/rce/plugins/instructure_condensed_buttons/ui/list-button.d.ts +8 -0
  66. package/es/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.d.ts +2 -0
  67. package/es/rce/plugins/instructure_documents/clickCallback.d.ts +1 -0
  68. package/es/rce/plugins/instructure_documents/components/DocumentsPanel.d.ts +18 -0
  69. package/es/rce/plugins/instructure_documents/components/Link.d.ts +28 -0
  70. package/es/rce/plugins/instructure_documents/plugin.d.ts +1 -0
  71. package/es/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.d.ts +2 -0
  72. package/es/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.d.ts +4 -0
  73. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.d.ts +51 -0
  74. package/es/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.d.ts +16 -0
  75. package/es/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.d.ts +12 -0
  76. package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.d.ts +6 -0
  77. package/es/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.d.ts +17 -0
  78. package/es/rce/plugins/instructure_equation/EquationEditorToolbar/index.d.ts +10 -0
  79. package/es/rce/plugins/instructure_equation/MathIcon/index.d.ts +10 -0
  80. package/es/rce/plugins/instructure_equation/MathIcon/svgs.d.ts +216 -0
  81. package/es/rce/plugins/instructure_equation/clickCallback.d.ts +1 -0
  82. package/es/rce/plugins/instructure_equation/mathlive/index.d.ts +1 -0
  83. package/es/rce/plugins/instructure_equation/plugin.d.ts +1 -0
  84. package/es/rce/plugins/instructure_fullscreen/plugin.d.ts +1 -0
  85. package/es/rce/plugins/instructure_html_view/clickCallback.d.ts +1 -0
  86. package/es/rce/plugins/instructure_html_view/plugin.d.ts +1 -0
  87. package/es/rce/plugins/instructure_icon_maker/clickCallback.d.ts +5 -0
  88. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.d.ts +6 -0
  89. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.d.ts +10 -0
  90. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.d.ts +11 -0
  91. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.d.ts +6 -0
  92. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.d.ts +8 -0
  93. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +29 -0
  94. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.d.ts +56 -0
  95. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.d.ts +20 -0
  96. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.d.ts +3 -0
  97. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.d.ts +23 -0
  98. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.d.ts +91 -0
  99. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.d.ts +154 -0
  100. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.d.ts +28 -0
  101. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.d.ts +29 -0
  102. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.d.ts +97 -0
  103. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.d.ts +26 -0
  104. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.d.ts +1 -0
  105. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.d.ts +21 -0
  106. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.d.ts +5 -0
  107. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.d.ts +4 -0
  108. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.d.ts +5 -0
  109. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.d.ts +5 -0
  110. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.d.ts +1 -0
  111. package/es/rce/plugins/instructure_icon_maker/components/IconMakerTray.d.ts +22 -0
  112. package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.d.ts +30 -0
  113. package/es/rce/plugins/instructure_icon_maker/plugin.d.ts +1 -0
  114. package/es/rce/plugins/instructure_icon_maker/reducers/imageSection.d.ts +97 -0
  115. package/es/rce/plugins/instructure_icon_maker/reducers/svgSettings.d.ts +40 -0
  116. package/es/rce/plugins/instructure_icon_maker/registerEditToolbar.d.ts +3 -0
  117. package/es/rce/plugins/instructure_icon_maker/svg/clipPath.d.ts +2 -0
  118. package/es/rce/plugins/instructure_icon_maker/svg/constants.d.ts +66 -0
  119. package/es/rce/plugins/instructure_icon_maker/svg/font.d.ts +2 -0
  120. package/es/rce/plugins/instructure_icon_maker/svg/image.d.ts +44 -0
  121. package/es/rce/plugins/instructure_icon_maker/svg/index.d.ts +9 -0
  122. package/es/rce/plugins/instructure_icon_maker/svg/metadata.d.ts +2 -0
  123. package/es/rce/plugins/instructure_icon_maker/svg/settings.d.ts +6 -0
  124. package/es/rce/plugins/instructure_icon_maker/svg/shape.d.ts +14 -0
  125. package/es/rce/plugins/instructure_icon_maker/svg/text.d.ts +28 -0
  126. package/es/rce/plugins/instructure_icon_maker/svg/utils.d.ts +3 -0
  127. package/es/rce/plugins/instructure_icon_maker/utils/IconMakerClose.d.ts +2 -0
  128. package/es/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.d.ts +35 -0
  129. package/es/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.d.ts +4 -0
  130. package/es/rce/plugins/instructure_icon_maker/utils/iconValidation.d.ts +6 -0
  131. package/es/rce/plugins/instructure_icon_maker/utils/iconsLabels.d.ts +356 -0
  132. package/es/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.d.ts +1 -0
  133. package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +49 -0
  134. package/es/rce/plugins/instructure_image/ImageList/Image.d.ts +33 -0
  135. package/es/rce/plugins/instructure_image/ImageList/index.d.ts +33 -0
  136. package/es/rce/plugins/instructure_image/ImageOptionsTray/TrayController.d.ts +17 -0
  137. package/es/rce/plugins/instructure_image/ImageOptionsTray/index.d.ts +29 -0
  138. package/es/rce/plugins/instructure_image/Images/index.d.ts +24 -0
  139. package/es/rce/plugins/instructure_image/clickCallback.d.ts +1 -0
  140. package/es/rce/plugins/instructure_image/plugin.d.ts +1 -0
  141. package/es/rce/plugins/instructure_links/clickCallback.d.ts +1 -0
  142. package/es/rce/plugins/instructure_links/components/AccordionSection.d.ts +18 -0
  143. package/es/rce/plugins/instructure_links/components/CollectionPanel.d.ts +113 -0
  144. package/es/rce/plugins/instructure_links/components/Link.d.ts +24 -0
  145. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.d.ts +18 -0
  146. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/index.d.ts +24 -0
  147. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.d.ts +14 -0
  148. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/index.d.ts +18 -0
  149. package/es/rce/plugins/instructure_links/components/LinkSet.d.ts +46 -0
  150. package/es/rce/plugins/instructure_links/components/LinksPanel.d.ts +107 -0
  151. package/es/rce/plugins/instructure_links/components/NavigationPanel.d.ts +17 -0
  152. package/es/rce/plugins/instructure_links/components/NoResults.d.ts +13 -0
  153. package/es/rce/plugins/instructure_links/components/propTypes.d.ts +102 -0
  154. package/es/rce/plugins/instructure_links/plugin.d.ts +1 -0
  155. package/es/rce/plugins/instructure_links/validateURL.d.ts +6 -0
  156. package/es/rce/plugins/instructure_media_embed/clickCallback.d.ts +1 -0
  157. package/es/rce/plugins/instructure_media_embed/components/Embed.d.ts +11 -0
  158. package/es/rce/plugins/instructure_media_embed/plugin.d.ts +1 -0
  159. package/es/rce/plugins/instructure_paste/pasteMenuCommand.d.ts +1 -0
  160. package/es/rce/plugins/instructure_paste/plugin.d.ts +1 -0
  161. package/es/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.d.ts +30 -0
  162. package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.d.ts +77 -0
  163. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +45 -0
  164. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +8 -0
  165. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.d.ts +14 -0
  166. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.d.ts +18 -0
  167. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.d.ts +12 -0
  168. package/es/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.d.ts +7 -0
  169. package/es/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.d.ts +10 -0
  170. package/es/rce/plugins/instructure_rce_external_tools/constants.d.ts +9 -0
  171. package/es/rce/plugins/instructure_rce_external_tools/dialog-helper.d.ts +3 -0
  172. package/es/rce/plugins/instructure_rce_external_tools/helpers/tags.d.ts +18 -0
  173. package/es/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.d.ts +27 -0
  174. package/es/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.d.ts +72 -0
  175. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.d.ts +55 -0
  176. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.d.ts +31 -0
  177. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.d.ts +19 -0
  178. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.d.ts +11 -0
  179. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.d.ts +17 -0
  180. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.d.ts +7 -0
  181. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.d.ts +9 -0
  182. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.d.ts +13 -0
  183. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.d.ts +12 -0
  184. package/es/rce/plugins/instructure_rce_external_tools/plugin.d.ts +9 -0
  185. package/es/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.d.ts +1 -0
  186. package/es/rce/plugins/instructure_rce_external_tools/util/externalToolsForToolbar.d.ts +2 -0
  187. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.d.ts +17 -0
  188. package/es/rce/plugins/instructure_record/AudioOptionsTray/index.d.ts +41 -0
  189. package/es/rce/plugins/instructure_record/MediaPanel/index.d.ts +18 -0
  190. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +27 -0
  191. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.d.ts +45 -0
  192. package/es/rce/plugins/instructure_record/clickCallback.d.ts +2 -0
  193. package/es/rce/plugins/instructure_record/mediaTranslations.d.ts +69 -0
  194. package/es/rce/plugins/instructure_record/plugin.d.ts +1 -0
  195. package/es/rce/plugins/instructure_search_and_replace/clickCallback.d.ts +2 -0
  196. package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTray.d.ts +14 -0
  197. package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTrayController.d.ts +12 -0
  198. package/es/rce/plugins/instructure_search_and_replace/getSelectionContext.d.ts +1 -0
  199. package/es/rce/plugins/instructure_search_and_replace/plugin.d.ts +1 -0
  200. package/es/rce/plugins/instructure_studio_media_options/plugin.d.ts +1 -0
  201. package/es/rce/plugins/instructure_wordcount/clickCallback.d.ts +6 -0
  202. package/es/rce/plugins/instructure_wordcount/components/WordCountModal.d.ts +8 -0
  203. package/es/rce/plugins/instructure_wordcount/plugin.d.ts +1 -0
  204. package/es/rce/plugins/instructure_wordcount/utils/countContent.d.ts +11 -0
  205. package/es/rce/plugins/instructure_wordcount/utils/tableContent.d.ts +12 -0
  206. package/es/rce/plugins/shared/CanvasContentTray.d.ts +66 -0
  207. package/es/rce/plugins/shared/CheckerboardStyling.d.ts +5 -0
  208. package/es/rce/plugins/shared/ColorInput.d.ts +11 -0
  209. package/es/rce/plugins/shared/ConditionalTooltip.d.ts +12 -0
  210. package/es/rce/plugins/shared/ContentSelection.d.ts +75 -0
  211. package/es/rce/plugins/shared/DimensionUtils.d.ts +14 -0
  212. package/es/rce/plugins/shared/DimensionsInput/DimensionInput.d.ts +13 -0
  213. package/es/rce/plugins/shared/DimensionsInput/index.d.ts +36 -0
  214. package/es/rce/plugins/shared/DimensionsInput/useDimensionsState.d.ts +25 -0
  215. package/es/rce/plugins/shared/ErrorBoundary.d.ts +16 -0
  216. package/es/rce/plugins/shared/EventUtils.d.ts +8 -0
  217. package/es/rce/plugins/shared/Filter.d.ts +18 -0
  218. package/es/rce/plugins/shared/FixedContentTray.d.ts +46 -0
  219. package/es/rce/plugins/shared/ImageCropper/DirectionRegion.d.ts +13 -0
  220. package/es/rce/plugins/shared/ImageCropper/Modal.d.ts +40 -0
  221. package/es/rce/plugins/shared/ImageCropper/Preview.d.ts +21 -0
  222. package/es/rce/plugins/shared/ImageCropper/constants.d.ts +22 -0
  223. package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.d.ts +30 -0
  224. package/es/rce/plugins/shared/ImageCropper/controls/ResetControls.d.ts +14 -0
  225. package/es/rce/plugins/shared/ImageCropper/controls/RotationControls.d.ts +18 -0
  226. package/es/rce/plugins/shared/ImageCropper/controls/ShapeControls.d.ts +12 -0
  227. package/es/rce/plugins/shared/ImageCropper/controls/ZoomControls.d.ts +18 -0
  228. package/es/rce/plugins/shared/ImageCropper/controls/index.d.ts +5 -0
  229. package/es/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.d.ts +7 -0
  230. package/es/rce/plugins/shared/ImageCropper/controls/utils.d.ts +4 -0
  231. package/es/rce/plugins/shared/ImageCropper/imageCropUtils.d.ts +8 -0
  232. package/es/rce/plugins/shared/ImageCropper/index.d.ts +1 -0
  233. package/es/rce/plugins/shared/ImageCropper/propTypes.d.ts +9 -0
  234. package/es/rce/plugins/shared/ImageCropper/reducers/imageCropper.d.ts +18 -0
  235. package/es/rce/plugins/shared/ImageCropper/shape.d.ts +10 -0
  236. package/es/rce/plugins/shared/ImageCropper/svg/index.d.ts +1 -0
  237. package/es/rce/plugins/shared/ImageCropper/svg/shape.d.ts +4 -0
  238. package/es/rce/plugins/shared/ImageCropper/svg/utils.d.ts +1 -0
  239. package/es/rce/plugins/shared/ImageCropper/useKeyMouseEvents.d.ts +1 -0
  240. package/es/rce/plugins/shared/ImageCropper/useMouseWheel.d.ts +1 -0
  241. package/es/rce/plugins/shared/ImageOptionsForm.d.ts +19 -0
  242. package/es/rce/plugins/shared/LinkDisplay.d.ts +9 -0
  243. package/es/rce/plugins/shared/PreviewIcon.d.ts +50 -0
  244. package/es/rce/plugins/shared/Previewable.d.ts +2 -0
  245. package/es/rce/plugins/shared/RceFileBrowser.d.ts +19 -0
  246. package/es/rce/plugins/shared/StoreContext.d.ts +15 -0
  247. package/es/rce/plugins/shared/StudioLtiSupportUtils.d.ts +37 -0
  248. package/es/rce/plugins/shared/UnknownFileTypePanel.d.ts +2 -0
  249. package/es/rce/plugins/shared/Upload/CanvasContentPanel.d.ts +29 -0
  250. package/es/rce/plugins/shared/Upload/CategoryProcessor.d.ts +3 -0
  251. package/es/rce/plugins/shared/Upload/ComputerPanel.d.ts +32 -0
  252. package/es/rce/plugins/shared/Upload/PanelFilter.d.ts +10 -0
  253. package/es/rce/plugins/shared/Upload/SvgCategoryProcessor.d.ts +4 -0
  254. package/es/rce/plugins/shared/Upload/UploadFile.d.ts +24 -0
  255. package/es/rce/plugins/shared/Upload/UploadFileModal.d.ts +3 -0
  256. package/es/rce/plugins/shared/Upload/UrlPanel.d.ts +12 -0
  257. package/es/rce/plugins/shared/Upload/UsageRightsSelectBox.d.ts +23 -0
  258. package/es/rce/plugins/shared/Upload/doFileUpload.d.ts +17 -0
  259. package/es/rce/plugins/shared/Upload/index.d.ts +2 -0
  260. package/es/rce/plugins/shared/ai_tools/AIResponseModal.d.ts +10 -0
  261. package/es/rce/plugins/shared/ai_tools/AIToolsTray.d.ts +18 -0
  262. package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +7 -0
  263. package/es/rce/plugins/shared/ai_tools/index.d.ts +3 -0
  264. package/es/rce/plugins/shared/buildDownloadUrl.d.ts +1 -0
  265. package/es/rce/plugins/shared/canvasContentUtils.d.ts +138 -0
  266. package/es/rce/plugins/shared/compressionUtils.d.ts +11 -0
  267. package/es/rce/plugins/shared/dateUtils.d.ts +1 -0
  268. package/es/rce/plugins/shared/do-fetch-api-effect/defaultFetchOptions.d.ts +4 -0
  269. package/es/rce/plugins/shared/do-fetch-api-effect/doFetchApi.d.ts +22 -0
  270. package/es/rce/plugins/shared/do-fetch-api-effect/get-cookie.d.ts +7 -0
  271. package/es/rce/plugins/shared/do-fetch-api-effect/index.d.ts +7 -0
  272. package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.d.ts +12 -0
  273. package/es/rce/plugins/shared/do-fetch-api-effect/query-string-encoding.d.ts +6 -0
  274. package/es/rce/plugins/shared/fileShape.d.ts +116 -0
  275. package/es/rce/plugins/shared/fileTypeUtils.d.ts +28 -0
  276. package/es/rce/plugins/shared/fileUtils.d.ts +1 -0
  277. package/es/rce/plugins/shared/linkUtils.d.ts +5 -0
  278. package/es/rce/plugins/shared/round.d.ts +1 -0
  279. package/es/rce/plugins/shared/trayUtils.d.ts +3 -0
  280. package/es/rce/plugins/shared/useDataUrl.d.ts +8 -0
  281. package/es/rce/plugins/shared/useFilterSettings.d.ts +10 -0
  282. package/es/rce/plugins/tinymce-a11y-checker/components/ColorField.d.ts +33 -0
  283. package/es/rce/plugins/tinymce-a11y-checker/components/checker.d.ts +53 -0
  284. package/es/rce/plugins/tinymce-a11y-checker/components/color-picker.d.ts +2 -0
  285. package/es/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.d.ts +2 -0
  286. package/es/rce/plugins/tinymce-a11y-checker/components/pointer.d.ts +2 -0
  287. package/es/rce/plugins/tinymce-a11y-checker/node-checker.d.ts +1 -0
  288. package/es/rce/plugins/tinymce-a11y-checker/plugin.d.ts +2 -0
  289. package/es/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.d.ts +19 -0
  290. package/es/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.d.ts +18 -0
  291. package/es/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.d.ts +28 -0
  292. package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.d.ts +25 -0
  293. package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.d.ts +18 -0
  294. package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt.d.ts +25 -0
  295. package/es/rce/plugins/tinymce-a11y-checker/rules/index.d.ts +198 -0
  296. package/es/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.d.ts +19 -0
  297. package/es/rce/plugins/tinymce-a11y-checker/rules/list-structure.d.ts +20 -0
  298. package/es/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.d.ts +18 -0
  299. package/es/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.d.ts +19 -0
  300. package/es/rce/plugins/tinymce-a11y-checker/rules/table-caption.d.ts +17 -0
  301. package/es/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.d.ts +18 -0
  302. package/es/rce/plugins/tinymce-a11y-checker/rules/table-header.d.ts +18 -0
  303. package/es/rce/plugins/tinymce-a11y-checker/utils/colors.d.ts +10 -0
  304. package/es/rce/plugins/tinymce-a11y-checker/utils/describe.d.ts +1 -0
  305. package/es/rce/plugins/tinymce-a11y-checker/utils/dom.d.ts +11 -0
  306. package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +7 -0
  307. package/es/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.d.ts +2 -0
  308. package/es/rce/plugins/tinymce-a11y-checker/utils/strings.d.ts +2 -0
  309. package/es/rce/root.d.ts +3 -0
  310. package/es/rce/sanitizePlugins.d.ts +1 -0
  311. package/es/rce/style.d.ts +64 -0
  312. package/es/rce/tinyRCE.d.ts +2 -0
  313. package/es/rce/tinymce.oxide.content.min.css.d.ts +2 -0
  314. package/es/rce/tinymce.oxide.skin.min.css.d.ts +2 -0
  315. package/es/rce/transformContent.d.ts +13 -0
  316. package/es/rce/types.d.ts +96 -0
  317. package/es/rce/userOS.d.ts +4 -0
  318. package/es/rce/wrapInitCb.d.ts +2 -0
  319. package/es/rcs/api.d.ts +117 -0
  320. package/es/rcs/buildError.d.ts +4 -0
  321. package/es/rcs/fake.d.ts +111 -0
  322. package/es/sidebar/actions/all_files.d.ts +5 -0
  323. package/es/sidebar/actions/data.d.ts +29 -0
  324. package/es/sidebar/actions/documents.d.ts +42 -0
  325. package/es/sidebar/actions/files.d.ts +66 -0
  326. package/es/sidebar/actions/filter.d.ts +25 -0
  327. package/es/sidebar/actions/flickr.d.ts +20 -0
  328. package/es/sidebar/actions/images.d.ts +63 -0
  329. package/es/sidebar/actions/links.d.ts +4 -0
  330. package/es/sidebar/actions/media.d.ts +46 -0
  331. package/es/sidebar/actions/session.d.ts +2 -0
  332. package/es/sidebar/actions/ui.d.ts +22 -0
  333. package/es/sidebar/actions/upload.d.ts +114 -0
  334. package/es/sidebar/containers/Sidebar.d.ts +1 -0
  335. package/es/sidebar/containers/sidebarHandlers.d.ts +33 -0
  336. package/es/sidebar/dragHtml.d.ts +1 -0
  337. package/es/sidebar/reducers/all_files.d.ts +1 -0
  338. package/es/sidebar/reducers/collection.d.ts +1 -0
  339. package/es/sidebar/reducers/collections.d.ts +9 -0
  340. package/es/sidebar/reducers/documents.d.ts +1 -0
  341. package/es/sidebar/reducers/files.d.ts +1 -0
  342. package/es/sidebar/reducers/filter.d.ts +7 -0
  343. package/es/sidebar/reducers/flickr.d.ts +1 -0
  344. package/es/sidebar/reducers/folder.d.ts +25 -0
  345. package/es/sidebar/reducers/folders.d.ts +1 -0
  346. package/es/sidebar/reducers/images.d.ts +1 -0
  347. package/es/sidebar/reducers/index.d.ts +44 -0
  348. package/es/sidebar/reducers/media.d.ts +1 -0
  349. package/es/sidebar/reducers/newPageLinkExpanded.d.ts +1 -0
  350. package/es/sidebar/reducers/noop.d.ts +1 -0
  351. package/es/sidebar/reducers/rootFolderId.d.ts +1 -0
  352. package/es/sidebar/reducers/session.d.ts +1 -0
  353. package/es/sidebar/reducers/ui.d.ts +6 -0
  354. package/es/sidebar/reducers/upload.d.ts +11 -0
  355. package/es/sidebar/store/configureStore.d.ts +3 -0
  356. package/es/sidebar/store/initialState.d.ts +22 -0
  357. package/es/translations/locales/ab.d.ts +1 -0
  358. package/es/translations/locales/ar.d.ts +1 -0
  359. package/es/translations/locales/ca.d.ts +1 -0
  360. package/es/translations/locales/cs.d.ts +1 -0
  361. package/es/translations/locales/cs_CZ.d.ts +1 -0
  362. package/es/translations/locales/cy.d.ts +1 -0
  363. package/es/translations/locales/da-x-k12.d.ts +1 -0
  364. package/es/translations/locales/da.d.ts +1 -0
  365. package/es/translations/locales/da_DK.d.ts +1 -0
  366. package/es/translations/locales/de.d.ts +1 -0
  367. package/es/translations/locales/el.d.ts +1 -0
  368. package/es/translations/locales/en-AU-x-unimelb.d.ts +1 -0
  369. package/es/translations/locales/en-GB-x-ukhe.d.ts +1 -0
  370. package/es/translations/locales/en.d.ts +1 -0
  371. package/es/translations/locales/en_AU.d.ts +1 -0
  372. package/es/translations/locales/en_CA.d.ts +1 -0
  373. package/es/translations/locales/en_CY.d.ts +1 -0
  374. package/es/translations/locales/en_GB.d.ts +1 -0
  375. package/es/translations/locales/en_NZ.d.ts +1 -0
  376. package/es/translations/locales/en_SE.d.ts +1 -0
  377. package/es/translations/locales/en_US.d.ts +1 -0
  378. package/es/translations/locales/es.d.ts +1 -0
  379. package/es/translations/locales/es_ES.d.ts +1 -0
  380. package/es/translations/locales/es_GT.d.ts +1 -0
  381. package/es/translations/locales/fa_IR.d.ts +1 -0
  382. package/es/translations/locales/fi.d.ts +1 -0
  383. package/es/translations/locales/fr.d.ts +1 -0
  384. package/es/translations/locales/fr_CA.d.ts +1 -0
  385. package/es/translations/locales/ga.d.ts +1 -0
  386. package/es/translations/locales/he.d.ts +1 -0
  387. package/es/translations/locales/hi.d.ts +1 -0
  388. package/es/translations/locales/ht.d.ts +1 -0
  389. package/es/translations/locales/hu.d.ts +1 -0
  390. package/es/translations/locales/hu_HU.d.ts +1 -0
  391. package/es/translations/locales/hy.d.ts +1 -0
  392. package/es/translations/locales/id.d.ts +1 -0
  393. package/es/translations/locales/id_ID.d.ts +1 -0
  394. package/es/translations/locales/is.d.ts +1 -0
  395. package/es/translations/locales/it.d.ts +1 -0
  396. package/es/translations/locales/ja.d.ts +1 -0
  397. package/es/translations/locales/ko.d.ts +1 -0
  398. package/es/translations/locales/ko_KR.d.ts +1 -0
  399. package/es/translations/locales/lt.d.ts +1 -0
  400. package/es/translations/locales/lt_LT.d.ts +1 -0
  401. package/es/translations/locales/mi.d.ts +1 -0
  402. package/es/translations/locales/mn_MN.d.ts +1 -0
  403. package/es/translations/locales/ms.d.ts +1 -0
  404. package/es/translations/locales/nb-x-k12.d.ts +1 -0
  405. package/es/translations/locales/nb.d.ts +1 -0
  406. package/es/translations/locales/nl.d.ts +1 -0
  407. package/es/translations/locales/nl_NL.d.ts +1 -0
  408. package/es/translations/locales/nn.d.ts +1 -0
  409. package/es/translations/locales/pl.d.ts +1 -0
  410. package/es/translations/locales/pt.d.ts +1 -0
  411. package/es/translations/locales/pt_BR.d.ts +1 -0
  412. package/es/translations/locales/ro.d.ts +1 -0
  413. package/es/translations/locales/ru.d.ts +1 -0
  414. package/es/translations/locales/se.d.ts +1 -0
  415. package/es/translations/locales/sl.d.ts +1 -0
  416. package/es/translations/locales/sv-x-k12.d.ts +1 -0
  417. package/es/translations/locales/sv.d.ts +1 -0
  418. package/es/translations/locales/sv_SE.d.ts +1 -0
  419. package/es/translations/locales/tg.d.ts +1 -0
  420. package/es/translations/locales/th.d.ts +1 -0
  421. package/es/translations/locales/th_TH.d.ts +1 -0
  422. package/es/translations/locales/tl_PH.d.ts +1 -0
  423. package/es/translations/locales/tr.d.ts +1 -0
  424. package/es/translations/locales/uk_UA.d.ts +1 -0
  425. package/es/translations/locales/vi.d.ts +1 -0
  426. package/es/translations/locales/vi_VN.d.ts +1 -0
  427. package/es/translations/locales/zh-Hans.d.ts +1 -0
  428. package/es/translations/locales/zh-Hant.d.ts +1 -0
  429. package/es/translations/locales/zh.d.ts +1 -0
  430. package/es/translations/locales/zh_HK.d.ts +1 -0
  431. package/es/translations/locales/zh_TW.Big5.d.ts +1 -0
  432. package/es/translations/locales/zh_TW.d.ts +1 -0
  433. package/es/translations/tinymce/ar_SA.d.ts +0 -0
  434. package/es/translations/tinymce/bg_BG.d.ts +0 -0
  435. package/es/translations/tinymce/ca.d.ts +0 -0
  436. package/es/translations/tinymce/cs.d.ts +0 -0
  437. package/es/translations/tinymce/cy.d.ts +0 -0
  438. package/es/translations/tinymce/da.d.ts +0 -0
  439. package/es/translations/tinymce/de.d.ts +0 -0
  440. package/es/translations/tinymce/el.d.ts +0 -0
  441. package/es/translations/tinymce/en_GB.d.ts +0 -0
  442. package/es/translations/tinymce/es.d.ts +0 -0
  443. package/es/translations/tinymce/fa_IR.d.ts +0 -0
  444. package/es/translations/tinymce/fi.d.ts +0 -0
  445. package/es/translations/tinymce/fr_FR.d.ts +0 -0
  446. package/es/translations/tinymce/ga.d.ts +0 -0
  447. package/es/translations/tinymce/he_IL.d.ts +0 -0
  448. package/es/translations/tinymce/hu_HU.d.ts +0 -0
  449. package/es/translations/tinymce/hy.d.ts +0 -0
  450. package/es/translations/tinymce/id.d.ts +0 -0
  451. package/es/translations/tinymce/it.d.ts +0 -0
  452. package/es/translations/tinymce/ja.d.ts +0 -0
  453. package/es/translations/tinymce/ko_KR.d.ts +0 -0
  454. package/es/translations/tinymce/nb_NO.d.ts +0 -0
  455. package/es/translations/tinymce/nl.d.ts +0 -0
  456. package/es/translations/tinymce/pl.d.ts +0 -0
  457. package/es/translations/tinymce/pt_BR.d.ts +0 -0
  458. package/es/translations/tinymce/pt_PT.d.ts +0 -0
  459. package/es/translations/tinymce/ro.d.ts +0 -0
  460. package/es/translations/tinymce/ru.d.ts +0 -0
  461. package/es/translations/tinymce/ru_RU.d.ts +0 -0
  462. package/es/translations/tinymce/sl.d.ts +0 -0
  463. package/es/translations/tinymce/sr.d.ts +0 -0
  464. package/es/translations/tinymce/sv_SE.d.ts +0 -0
  465. package/es/translations/tinymce/th.d.ts +0 -0
  466. package/es/translations/tinymce/tr_TR.d.ts +0 -0
  467. package/es/translations/tinymce/uk_UA.d.ts +0 -0
  468. package/es/translations/tinymce/vi_VN.d.ts +0 -0
  469. package/es/translations/tinymce/zh_CN.d.ts +0 -0
  470. package/es/translations/tinymce/zh_TW.d.ts +0 -0
  471. package/es/util/DeepPartialNullable.d.ts +15 -0
  472. package/es/util/ExtractRequired.d.ts +42 -0
  473. package/es/util/TypedDict.d.ts +99 -0
  474. package/es/util/assertNever.d.ts +24 -0
  475. package/es/util/elem-util.d.ts +6 -0
  476. package/es/util/encrypted-storage.d.ts +9 -0
  477. package/es/util/file-url-util.d.ts +1 -0
  478. package/es/util/fullscreenHelpers.d.ts +6 -0
  479. package/es/util/instui-icon-helper.d.ts +19 -0
  480. package/es/util/loadingPlaceholder.d.ts +39 -0
  481. package/es/util/simpleCache.d.ts +11 -0
  482. package/es/util/string-util.d.ts +20 -0
  483. package/es/util/textarea-editing-util.d.ts +35 -0
  484. package/es/util/tinymce-plugin-util.d.ts +16 -0
  485. package/es/util/url-util.d.ts +32 -0
  486. package/package.json +2 -3
  487. package/scripts/build.js +0 -40
@@ -0,0 +1,17 @@
1
+ declare const _default: {
2
+ name: string;
3
+ commands: ({
4
+ displayName: string;
5
+ command: string;
6
+ advancedCommand: string;
7
+ svgCommand: string;
8
+ label: string;
9
+ } | {
10
+ command: string;
11
+ label: string;
12
+ displayName?: undefined;
13
+ advancedCommand?: undefined;
14
+ svgCommand?: undefined;
15
+ })[];
16
+ }[];
17
+ export default _default;
@@ -0,0 +1,10 @@
1
+ export default MemoizedEquationEditorToolbar;
2
+ declare const MemoizedEquationEditorToolbar: React.MemoExoticComponent<typeof EquationEditorToolbar>;
3
+ declare function EquationEditorToolbar(props: any): React.JSX.Element;
4
+ declare namespace EquationEditorToolbar {
5
+ namespace propTypes {
6
+ let executeCommand: PropTypes.Validator<(...args: any[]) => any>;
7
+ }
8
+ }
9
+ import React from 'react';
10
+ import PropTypes from 'prop-types';
@@ -0,0 +1,10 @@
1
+ declare function MathIcon({ command }: {
2
+ command: any;
3
+ }): React.JSX.Element;
4
+ declare namespace MathIcon {
5
+ namespace propTypes {
6
+ let command: import("prop-types").Validator<string>;
7
+ }
8
+ }
9
+ export default MathIcon;
10
+ import React from 'react';
@@ -0,0 +1,216 @@
1
+ declare const _default: {
2
+ '_{\\placeholder{}}': string;
3
+ '^{\\placeholder{}}': string;
4
+ '\\frac{\\placeholder{}}{\\placeholder{}}': string;
5
+ '\\sqrt{\\placeholder{}}': string;
6
+ '\\sqrt[\\placeholder{}]{\\placeholder{}}': string;
7
+ '\\langle': string;
8
+ '\\rangle': string;
9
+ '\\binom{\\placeholder{}}{\\placeholder{}}': string;
10
+ f: string;
11
+ '\\prime': string;
12
+ '+': string;
13
+ '-': string;
14
+ '\\pm': string;
15
+ '\\mp': string;
16
+ '\\cdot': string;
17
+ '=': string;
18
+ '\\times': string;
19
+ '\\div': string;
20
+ '\\ast': string;
21
+ '\\therefore': string;
22
+ '\\because': string;
23
+ '\\sum_{\\placeholder{}}^{\\placeholder{}}': string;
24
+ '\\prod_{\\placeholder{}}^{\\placeholder{}}': string;
25
+ '\\coprod_{\\placeholder{}}^{\\placeholder{}}': string;
26
+ '\\int_{\\placeholder{}}^{\\placeholder{}}': string;
27
+ '\\int': string;
28
+ '\\mathbb{N}': string;
29
+ '\\mathbb{P}': string;
30
+ '\\mathbb{Z}': string;
31
+ '\\mathbb{Q}': string;
32
+ '\\mathbb{R}': string;
33
+ '\\mathbb{C}': string;
34
+ '\\mathbb{H}': string;
35
+ '\\overline{\\placeholder{}}': string;
36
+ '\\hat{\\placeholder{}}': string;
37
+ '\\vec{\\placeholder{}}': string;
38
+ '\\alpha': string;
39
+ '\\beta': string;
40
+ '\\gamma': string;
41
+ '\\delta': string;
42
+ '\\epsilon': string;
43
+ '\\zeta': string;
44
+ '\\eta': string;
45
+ '\\theta': string;
46
+ '\\iota': string;
47
+ '\\kappa': string;
48
+ '\\lambda': string;
49
+ '\\mu': string;
50
+ '\\nu': string;
51
+ '\\xi': string;
52
+ '\\pi': string;
53
+ '\\rho': string;
54
+ '\\sigma': string;
55
+ '\\tau': string;
56
+ '\\upsilon': string;
57
+ '\\phi': string;
58
+ '\\chi': string;
59
+ '\\psi': string;
60
+ '\\omega': string;
61
+ '\\digamma': string;
62
+ '\\varepsilon': string;
63
+ '\\vartheta': string;
64
+ '\\varkappa': string;
65
+ '\\varpi': string;
66
+ '\\varrho': string;
67
+ '\\varsigma': string;
68
+ '\\varphi': string;
69
+ '\\Gamma': string;
70
+ '\\Delta': string;
71
+ '\\Theta': string;
72
+ '\\Lambda': string;
73
+ '\\Xi': string;
74
+ '\\Pi': string;
75
+ '\\Sigma': string;
76
+ '\\Upsilon': string;
77
+ '\\Phi': string;
78
+ '\\Psi': string;
79
+ '\\Omega': string;
80
+ '\\wedge': string;
81
+ '\\vee': string;
82
+ '\\cup': string;
83
+ '\\cap': string;
84
+ '\\diamond': string;
85
+ '\\bigtriangleup': string;
86
+ '\\ominus': string;
87
+ '\\uplus': string;
88
+ '\\otimes': string;
89
+ '\\oplus': string;
90
+ '\\bigtriangledown': string;
91
+ '\\sqcap': string;
92
+ '\\triangleleft': string;
93
+ '\\sqcup': string;
94
+ '\\triangleright': string;
95
+ '\\odot': string;
96
+ '\\bigcirc': string;
97
+ '\\dagger': string;
98
+ '\\ddagger': string;
99
+ '\\wr': string;
100
+ '\\amalg': string;
101
+ '<': string;
102
+ '>': string;
103
+ '\\equiv': string;
104
+ '\\cong': string;
105
+ '\\sim': string;
106
+ '\\notin': string;
107
+ '\\ne': string;
108
+ '\\propto': string;
109
+ '\\approx': string;
110
+ '\\le': string;
111
+ '\\ge': string;
112
+ '\\in': string;
113
+ '\\ni': string;
114
+ '\\subset': string;
115
+ '\\supset': string;
116
+ '\\not\\subset': string;
117
+ '\\not\\supset': string;
118
+ '\\subseteq': string;
119
+ '\\supseteq': string;
120
+ '\\not\\subseteq': string;
121
+ '\\not\\supseteq': string;
122
+ '\\models': string;
123
+ '\\prec': string;
124
+ '\\succ': string;
125
+ '\\preceq': string;
126
+ '\\succeq': string;
127
+ '\\simeq': string;
128
+ '\\mid': string;
129
+ '\\ll': string;
130
+ '\\gg': string;
131
+ '\\parallel': string;
132
+ '\\bowtie': string;
133
+ '\\sqsubset': string;
134
+ '\\sqsupset': string;
135
+ '\\smile': string;
136
+ '\\sqsubseteq': string;
137
+ '\\sqsupseteq': string;
138
+ '\\doteq': string;
139
+ '\\frown': string;
140
+ '\\vdash': string;
141
+ '\\dashv': string;
142
+ '\\exists': string;
143
+ '\\varnothing': string;
144
+ '\\longleftarrow': string;
145
+ '\\longrightarrow': string;
146
+ '\\Longleftarrow': string;
147
+ '\\Longrightarrow': string;
148
+ '\\longleftrightarrow': string;
149
+ '\\updownarrow': string;
150
+ '\\Longleftrightarrow': string;
151
+ '\\Updownarrow': string;
152
+ '\\mapsto': string;
153
+ '\\nearrow': string;
154
+ '\\hookleftarrow': string;
155
+ '\\hookrightarrow': string;
156
+ '\\searrow': string;
157
+ '\\leftharpoonup': string;
158
+ '\\rightharpoonup': string;
159
+ '\\swarrow': string;
160
+ '\\leftharpoondown': string;
161
+ '\\rightharpoondown': string;
162
+ '\\nwarrow': string;
163
+ '\\downarrow': string;
164
+ '\\Downarrow': string;
165
+ '\\uparrow': string;
166
+ '\\Uparrow': string;
167
+ '\\rightarrow': string;
168
+ '\\Rightarrow': string;
169
+ '\\leftarrow': string;
170
+ '\\Leftarrow': string;
171
+ '\\leftrightarrow': string;
172
+ '\\Leftrightarrow': string;
173
+ '\\rightleftharpoons': string;
174
+ '\\lfloor': string;
175
+ '\\rfloor': string;
176
+ '\\lceil': string;
177
+ '\\rceil': string;
178
+ '/': string;
179
+ '\\lbrace': string;
180
+ '\\rbrace': string;
181
+ '\\forall': string;
182
+ '\\ldots': string;
183
+ '\\cdots': string;
184
+ '\\vdots': string;
185
+ '\\ddots': string;
186
+ '\\surd': string;
187
+ '\\triangle': string;
188
+ '\\ell': string;
189
+ '\\top': string;
190
+ '\\flat': string;
191
+ '\\natural': string;
192
+ '\\sharp': string;
193
+ '\\wp': string;
194
+ '\\bot': string;
195
+ '\\clubsuit': string;
196
+ '\\diamondsuit': string;
197
+ '\\heartsuit': string;
198
+ '\\spadesuit': string;
199
+ '\\backslash': string;
200
+ '\\vert': string;
201
+ '\\perp': string;
202
+ '\\nabla': string;
203
+ '\\hbar': string;
204
+ '\\circ': string;
205
+ '\\bullet': string;
206
+ '\\setminus': string;
207
+ '\\neg': string;
208
+ '\\Re': string;
209
+ '\\Im': string;
210
+ '\\partial': string;
211
+ '\\infty': string;
212
+ '\\aleph': string;
213
+ '^\\circ': string;
214
+ '\\angle': string;
215
+ };
216
+ export default _default;
@@ -0,0 +1 @@
1
+ export default function _default(ed: any, document: any, _trayProps: any): Promise<void>;
@@ -0,0 +1 @@
1
+ export * from "mathlive";
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export default function _default(): void;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ export default function _default(ed: any, document: any, type: any): Promise<void>;
2
+ export const CREATE_ICON_MAKER: "create_icon_maker_icon";
3
+ export const LIST_ICON_MAKER: "list_icon_maker_icons";
4
+ export const EDIT_ICON_MAKER: "edit_icon_maker_icon";
5
+ export const ICONS_TRAY_CONTAINER_ID: "instructure-rce-icons-tray-container";
@@ -0,0 +1,6 @@
1
+ export const COLOR_SECTION_ID: "icons-tray-color-section";
2
+ export function ColorSection({ settings, onChange }: {
3
+ settings: any;
4
+ onChange: any;
5
+ }): React.JSX.Element;
6
+ import React from 'react';
@@ -0,0 +1,10 @@
1
+ export function CreateIconMakerForm({ settings, dispatch, editor, editing, allowNameChange, nameRef, canvasOrigin, }: {
2
+ settings: any;
3
+ dispatch: any;
4
+ editor: any;
5
+ editing: any;
6
+ allowNameChange: any;
7
+ nameRef: any;
8
+ canvasOrigin: any;
9
+ }): React.JSX.Element;
10
+ import React from 'react';
@@ -0,0 +1,11 @@
1
+ export function Footer({ disabled, onCancel, onSubmit, replaceAll, onReplaceAllChanged, editing, isModified, applyRef, }: {
2
+ disabled: any;
3
+ onCancel: any;
4
+ onSubmit: any;
5
+ replaceAll: any;
6
+ onReplaceAllChanged: any;
7
+ editing: any;
8
+ isModified: any;
9
+ applyRef: any;
10
+ }): React.JSX.Element;
11
+ import React from 'react';
@@ -0,0 +1,6 @@
1
+ export function Group({ children, summary, ...props }: {
2
+ [x: string]: any;
3
+ children: any;
4
+ summary: any;
5
+ }): React.JSX.Element;
6
+ import React from 'react';
@@ -0,0 +1,8 @@
1
+ export function Header({ settings, onChange, allowNameChange, nameRef, editing }: {
2
+ settings: any;
3
+ onChange: any;
4
+ allowNameChange: any;
5
+ nameRef: any;
6
+ editing: any;
7
+ }): React.JSX.Element;
8
+ import React from 'react';
@@ -0,0 +1,29 @@
1
+ export default Course;
2
+ declare function Course({ dispatch, onChange, onLoading, onLoaded, canvasOrigin }: {
3
+ dispatch: any;
4
+ onChange: any;
5
+ onLoading: any;
6
+ onLoaded: any;
7
+ canvasOrigin: any;
8
+ }): React.JSX.Element;
9
+ declare namespace Course {
10
+ namespace propTypes {
11
+ let dispatch: PropTypes.Requireable<(...args: any[]) => any>;
12
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
13
+ let onLoading: PropTypes.Requireable<(...args: any[]) => any>;
14
+ let onLoaded: PropTypes.Requireable<(...args: any[]) => any>;
15
+ let canvasOrigin: PropTypes.Validator<string>;
16
+ }
17
+ namespace defaultProps {
18
+ export function dispatch_1(): void;
19
+ export { dispatch_1 as dispatch };
20
+ export function onChange_1(): void;
21
+ export { onChange_1 as onChange };
22
+ export function onLoading_1(): void;
23
+ export { onLoading_1 as onLoading };
24
+ export function onLoaded_1(): void;
25
+ export { onLoaded_1 as onLoaded };
26
+ }
27
+ }
28
+ import React from 'react';
29
+ import PropTypes from 'prop-types';
@@ -0,0 +1,56 @@
1
+ export function ImageOptions({ state, settings, dispatch, mountNode, trayDispatch }: {
2
+ state: any;
3
+ settings: any;
4
+ dispatch: any;
5
+ mountNode: any;
6
+ trayDispatch: any;
7
+ }): React.JSX.Element;
8
+ export namespace ImageOptions {
9
+ namespace propTypes {
10
+ let state: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
11
+ image: PropTypes.Requireable<string>;
12
+ imageName: PropTypes.Requireable<string>;
13
+ mode: PropTypes.Requireable<string>;
14
+ loading: PropTypes.Validator<boolean>;
15
+ cropperOpen: PropTypes.Validator<boolean>;
16
+ cropperSettings: PropTypes.Requireable<PropTypes.InferProps<{
17
+ shape: PropTypes.Requireable<string>;
18
+ rotation: PropTypes.Requireable<number>;
19
+ scaleRatio: PropTypes.Requireable<number>;
20
+ translateX: PropTypes.Requireable<number>;
21
+ translateY: PropTypes.Requireable<number>;
22
+ direction: PropTypes.Requireable<number>;
23
+ }>>;
24
+ compressed: PropTypes.Validator<boolean>;
25
+ }>>>;
26
+ let settings: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
27
+ shape: PropTypes.Requireable<string>;
28
+ embedImage: PropTypes.Requireable<string>;
29
+ imageSettings: PropTypes.Requireable<PropTypes.InferProps<{
30
+ mode: PropTypes.Requireable<string>;
31
+ image: PropTypes.Requireable<string>;
32
+ imageName: PropTypes.Requireable<string>;
33
+ icon: PropTypes.Requireable<string>;
34
+ iconFillColor: PropTypes.Requireable<string>;
35
+ collectionOpen: PropTypes.Requireable<boolean>;
36
+ loading: PropTypes.Requireable<boolean>;
37
+ error: PropTypes.Requireable<string>;
38
+ cropperOpen: PropTypes.Requireable<boolean>;
39
+ cropperSettings: PropTypes.Requireable<PropTypes.InferProps<{
40
+ shape: PropTypes.Requireable<string>;
41
+ rotation: PropTypes.Requireable<number>;
42
+ scaleRatio: PropTypes.Requireable<number>;
43
+ translateX: PropTypes.Requireable<number>;
44
+ translateY: PropTypes.Requireable<number>;
45
+ direction: PropTypes.Requireable<number>;
46
+ }>>;
47
+ compressed: PropTypes.Requireable<boolean>;
48
+ }>>;
49
+ }>>>;
50
+ let dispatch: PropTypes.Validator<(...args: any[]) => any>;
51
+ let trayDispatch: PropTypes.Validator<(...args: any[]) => any>;
52
+ let mountNode: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.ReactElementLike | null | undefined>>;
53
+ }
54
+ }
55
+ import React from 'react';
56
+ import PropTypes from 'prop-types';
@@ -0,0 +1,20 @@
1
+ export function ImageSection({ settings, onChange, editor, canvasOrigin }: {
2
+ settings: any;
3
+ onChange: any;
4
+ editor: any;
5
+ canvasOrigin: any;
6
+ }): React.JSX.Element;
7
+ export namespace ImageSection {
8
+ namespace propTypes {
9
+ let settings: PropTypes.Validator<object>;
10
+ let editor: PropTypes.Validator<object>;
11
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
12
+ let canvasOrigin: PropTypes.Requireable<string>;
13
+ }
14
+ namespace defaultProps {
15
+ export function onChange_1(): void;
16
+ export { onChange_1 as onChange };
17
+ }
18
+ }
19
+ import React from 'react';
20
+ import PropTypes from 'prop-types';
@@ -0,0 +1,3 @@
1
+ export default ModeSelect;
2
+ declare const ModeSelect: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
+ import React from 'react';
@@ -0,0 +1,23 @@
1
+ export default MultiColor;
2
+ declare function MultiColor({ dispatch, onChange, onLoaded }: {
3
+ dispatch: any;
4
+ onChange: any;
5
+ onLoaded: any;
6
+ }): React.JSX.Element;
7
+ declare namespace MultiColor {
8
+ namespace propTypes {
9
+ let dispatch: PropTypes.Requireable<(...args: any[]) => any>;
10
+ let onChange: PropTypes.Requireable<(...args: any[]) => any>;
11
+ let onLoaded: PropTypes.Requireable<(...args: any[]) => any>;
12
+ }
13
+ namespace defaultProps {
14
+ export function dispatch_1(): void;
15
+ export { dispatch_1 as dispatch };
16
+ let onChange_1: PropTypes.Requireable<(...args: any[]) => any>;
17
+ export { onChange_1 as onChange };
18
+ export function onLoaded_1(): void;
19
+ export { onLoaded_1 as onLoaded };
20
+ }
21
+ }
22
+ import React from 'react';
23
+ import PropTypes from 'prop-types';
@@ -0,0 +1,91 @@
1
+ declare namespace _default {
2
+ namespace art {
3
+ function source(): string;
4
+ let label: string;
5
+ }
6
+ namespace engineering {
7
+ export function source_1(): string;
8
+ export { source_1 as source };
9
+ let label_1: string;
10
+ export { label_1 as label };
11
+ }
12
+ namespace english {
13
+ export function source_2(): string;
14
+ export { source_2 as source };
15
+ let label_2: string;
16
+ export { label_2 as label };
17
+ }
18
+ namespace health {
19
+ export function source_3(): string;
20
+ export { source_3 as source };
21
+ let label_3: string;
22
+ export { label_3 as label };
23
+ }
24
+ namespace languageArts {
25
+ export function source_4(): string;
26
+ export { source_4 as source };
27
+ let label_4: string;
28
+ export { label_4 as label };
29
+ }
30
+ namespace languages {
31
+ export function source_5(): string;
32
+ export { source_5 as source };
33
+ let label_5: string;
34
+ export { label_5 as label };
35
+ }
36
+ namespace library {
37
+ export function source_6(): string;
38
+ export { source_6 as source };
39
+ let label_6: string;
40
+ export { label_6 as label };
41
+ }
42
+ namespace math {
43
+ export function source_7(): string;
44
+ export { source_7 as source };
45
+ let label_7: string;
46
+ export { label_7 as label };
47
+ }
48
+ namespace music {
49
+ export function source_8(): string;
50
+ export { source_8 as source };
51
+ let label_8: string;
52
+ export { label_8 as label };
53
+ }
54
+ namespace performingArts {
55
+ export function source_9(): string;
56
+ export { source_9 as source };
57
+ let label_9: string;
58
+ export { label_9 as label };
59
+ }
60
+ namespace physicalEducation {
61
+ export function source_10(): string;
62
+ export { source_10 as source };
63
+ let label_10: string;
64
+ export { label_10 as label };
65
+ }
66
+ namespace religion {
67
+ export function source_11(): string;
68
+ export { source_11 as source };
69
+ let label_11: string;
70
+ export { label_11 as label };
71
+ }
72
+ namespace science {
73
+ export function source_12(): string;
74
+ export { source_12 as source };
75
+ let label_12: string;
76
+ export { label_12 as label };
77
+ }
78
+ namespace socialStudies {
79
+ export function source_13(): string;
80
+ export { source_13 as source };
81
+ let label_13: string;
82
+ export { label_13 as label };
83
+ }
84
+ namespace technology {
85
+ export function source_14(): string;
86
+ export { source_14 as source };
87
+ let label_14: string;
88
+ export { label_14 as label };
89
+ }
90
+ }
91
+ export default _default;