@instructure/canvas-rce 5.15.4 → 5.15.6

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 (489) hide show
  1. package/coverage/canvas-rce-jest.xml +7028 -0
  2. package/es/bridge/Bridge.d.ts +179 -0
  3. package/es/bridge/index.d.ts +3 -0
  4. package/es/canvasFileBrowser/FileBrowser.d.ts +80 -0
  5. package/es/canvasFileBrowser/en-US.d.ts +0 -0
  6. package/es/common/FlashAlert.d.ts +41 -0
  7. package/es/common/browser.d.ts +5 -0
  8. package/es/common/fileUrl.d.ts +13 -0
  9. package/es/common/getCookie.d.ts +7 -0
  10. package/es/common/incremental-loading/LoadMoreButton.d.ts +12 -0
  11. package/es/common/incremental-loading/LoadingIndicator.d.ts +2 -0
  12. package/es/common/incremental-loading/LoadingStatus.d.ts +6 -0
  13. package/es/common/incremental-loading/index.d.ts +4 -0
  14. package/es/common/incremental-loading/useIncrementalLoading.d.ts +10 -0
  15. package/es/common/indicate.d.ts +1 -0
  16. package/es/common/mimeClass.d.ts +5 -0
  17. package/es/common/natcompare.d.ts +8 -0
  18. package/es/defaultTinymceConfig.d.ts +44 -0
  19. package/es/elementDenylist.d.ts +2 -0
  20. package/es/enhance-user-content/doc_previews.d.ts +10 -0
  21. package/es/enhance-user-content/enhance_user_content.d.ts +1 -0
  22. package/es/enhance-user-content/external_links.d.ts +2 -0
  23. package/es/enhance-user-content/index.d.ts +4 -0
  24. package/es/enhance-user-content/instructure_helper.d.ts +6 -0
  25. package/es/enhance-user-content/jqueryish_funcs.d.ts +9 -0
  26. package/es/enhance-user-content/mathml.d.ts +28 -0
  27. package/es/enhance-user-content/media_comment_thumbnail.d.ts +1 -0
  28. package/es/format-message.d.ts +3 -0
  29. package/es/getThemeVars.d.ts +5 -0
  30. package/es/getTranslations.d.ts +2 -0
  31. package/es/index.d.ts +59 -0
  32. package/es/rce/AlertMessageArea.d.ts +16 -0
  33. package/es/rce/DraggingBlocker.d.ts +8 -0
  34. package/es/rce/KeyboardShortcutModal.d.ts +12 -0
  35. package/es/rce/RCE.d.ts +130 -0
  36. package/es/rce/RCEGlobals.d.ts +21 -0
  37. package/es/rce/RCEVariants.d.ts +17 -0
  38. package/es/rce/RCEWrapper.d.ts +428 -0
  39. package/es/rce/RCEWrapper.utils.d.ts +24 -0
  40. package/es/rce/RCEWrapperProps.d.ts +175 -0
  41. package/es/rce/RceHtmlEditor.d.ts +8 -0
  42. package/es/rce/ResizeHandle.d.ts +15 -0
  43. package/es/rce/RestoreAutoSaveModal.d.ts +15 -0
  44. package/es/rce/ShowOnFocusButton/index.d.ts +22 -0
  45. package/es/rce/StatusBar.d.ts +38 -0
  46. package/es/rce/alertHandler.d.ts +19 -0
  47. package/es/rce/contentInsertion.d.ts +8 -0
  48. package/es/rce/contentInsertionUtils.d.ts +20 -0
  49. package/es/rce/contentRendering.d.ts +9 -0
  50. package/es/rce/customEvents.d.ts +1 -0
  51. package/es/rce/editorLanguage.d.ts +10 -0
  52. package/es/rce/indicatorRegion.d.ts +6 -0
  53. package/es/rce/normalizeLocale.d.ts +1 -0
  54. package/es/rce/normalizeProps.d.ts +3 -0
  55. package/es/rce/plugins/instructure-ui-icons/plugin.d.ts +1 -0
  56. package/es/rce/plugins/instructure_color/clickCallback.d.ts +7 -0
  57. package/es/rce/plugins/instructure_color/components/ColorPicker.d.ts +30 -0
  58. package/es/rce/plugins/instructure_color/components/ColorPopup.d.ts +12 -0
  59. package/es/rce/plugins/instructure_color/components/colorUtils.d.ts +4 -0
  60. package/es/rce/plugins/instructure_color/plugin.d.ts +1 -0
  61. package/es/rce/plugins/instructure_condensed_buttons/core/ListUtils.d.ts +16 -0
  62. package/es/rce/plugins/instructure_condensed_buttons/plugin.d.ts +1 -0
  63. package/es/rce/plugins/instructure_condensed_buttons/ui/alignment-button.d.ts +2 -0
  64. package/es/rce/plugins/instructure_condensed_buttons/ui/directionality-button.d.ts +1 -0
  65. package/es/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.d.ts +2 -0
  66. package/es/rce/plugins/instructure_condensed_buttons/ui/list-button.d.ts +8 -0
  67. package/es/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.d.ts +2 -0
  68. package/es/rce/plugins/instructure_documents/clickCallback.d.ts +1 -0
  69. package/es/rce/plugins/instructure_documents/components/DocumentsPanel.d.ts +18 -0
  70. package/es/rce/plugins/instructure_documents/components/Link.d.ts +28 -0
  71. package/es/rce/plugins/instructure_documents/plugin.d.ts +1 -0
  72. package/es/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.d.ts +2 -0
  73. package/es/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.d.ts +4 -0
  74. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.d.ts +51 -0
  75. package/es/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.d.ts +16 -0
  76. package/es/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.d.ts +12 -0
  77. package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.d.ts +6 -0
  78. package/es/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.d.ts +17 -0
  79. package/es/rce/plugins/instructure_equation/EquationEditorToolbar/index.d.ts +10 -0
  80. package/es/rce/plugins/instructure_equation/MathIcon/index.d.ts +10 -0
  81. package/es/rce/plugins/instructure_equation/MathIcon/svgs.d.ts +216 -0
  82. package/es/rce/plugins/instructure_equation/clickCallback.d.ts +1 -0
  83. package/es/rce/plugins/instructure_equation/mathlive/index.d.ts +1 -0
  84. package/es/rce/plugins/instructure_equation/plugin.d.ts +1 -0
  85. package/es/rce/plugins/instructure_fullscreen/plugin.d.ts +1 -0
  86. package/es/rce/plugins/instructure_html_view/clickCallback.d.ts +1 -0
  87. package/es/rce/plugins/instructure_html_view/plugin.d.ts +1 -0
  88. package/es/rce/plugins/instructure_icon_maker/clickCallback.d.ts +5 -0
  89. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.d.ts +6 -0
  90. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.d.ts +10 -0
  91. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.d.ts +11 -0
  92. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.d.ts +6 -0
  93. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.d.ts +8 -0
  94. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +29 -0
  95. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.d.ts +56 -0
  96. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.d.ts +20 -0
  97. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.d.ts +3 -0
  98. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.d.ts +23 -0
  99. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.d.ts +91 -0
  100. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.d.ts +154 -0
  101. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.d.ts +28 -0
  102. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.d.ts +29 -0
  103. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.d.ts +97 -0
  104. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.d.ts +26 -0
  105. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.d.ts +1 -0
  106. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.d.ts +21 -0
  107. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.d.ts +5 -0
  108. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.d.ts +4 -0
  109. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.d.ts +5 -0
  110. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.d.ts +5 -0
  111. package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.d.ts +1 -0
  112. package/es/rce/plugins/instructure_icon_maker/components/IconMakerTray.d.ts +22 -0
  113. package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.d.ts +30 -0
  114. package/es/rce/plugins/instructure_icon_maker/plugin.d.ts +1 -0
  115. package/es/rce/plugins/instructure_icon_maker/reducers/imageSection.d.ts +97 -0
  116. package/es/rce/plugins/instructure_icon_maker/reducers/svgSettings.d.ts +40 -0
  117. package/es/rce/plugins/instructure_icon_maker/registerEditToolbar.d.ts +3 -0
  118. package/es/rce/plugins/instructure_icon_maker/svg/clipPath.d.ts +2 -0
  119. package/es/rce/plugins/instructure_icon_maker/svg/constants.d.ts +66 -0
  120. package/es/rce/plugins/instructure_icon_maker/svg/font.d.ts +2 -0
  121. package/es/rce/plugins/instructure_icon_maker/svg/image.d.ts +44 -0
  122. package/es/rce/plugins/instructure_icon_maker/svg/index.d.ts +9 -0
  123. package/es/rce/plugins/instructure_icon_maker/svg/metadata.d.ts +2 -0
  124. package/es/rce/plugins/instructure_icon_maker/svg/settings.d.ts +6 -0
  125. package/es/rce/plugins/instructure_icon_maker/svg/shape.d.ts +14 -0
  126. package/es/rce/plugins/instructure_icon_maker/svg/text.d.ts +28 -0
  127. package/es/rce/plugins/instructure_icon_maker/svg/utils.d.ts +3 -0
  128. package/es/rce/plugins/instructure_icon_maker/utils/IconMakerClose.d.ts +2 -0
  129. package/es/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.d.ts +35 -0
  130. package/es/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.d.ts +4 -0
  131. package/es/rce/plugins/instructure_icon_maker/utils/iconValidation.d.ts +6 -0
  132. package/es/rce/plugins/instructure_icon_maker/utils/iconsLabels.d.ts +356 -0
  133. package/es/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.d.ts +1 -0
  134. package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +49 -0
  135. package/es/rce/plugins/instructure_image/ImageList/Image.d.ts +33 -0
  136. package/es/rce/plugins/instructure_image/ImageList/index.d.ts +33 -0
  137. package/es/rce/plugins/instructure_image/ImageOptionsTray/TrayController.d.ts +17 -0
  138. package/es/rce/plugins/instructure_image/ImageOptionsTray/index.d.ts +29 -0
  139. package/es/rce/plugins/instructure_image/Images/index.d.ts +24 -0
  140. package/es/rce/plugins/instructure_image/clickCallback.d.ts +1 -0
  141. package/es/rce/plugins/instructure_image/plugin.d.ts +1 -0
  142. package/es/rce/plugins/instructure_links/clickCallback.d.ts +1 -0
  143. package/es/rce/plugins/instructure_links/components/AccordionSection.d.ts +18 -0
  144. package/es/rce/plugins/instructure_links/components/CollectionPanel.d.ts +113 -0
  145. package/es/rce/plugins/instructure_links/components/Link.d.ts +24 -0
  146. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.d.ts +18 -0
  147. package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/index.d.ts +24 -0
  148. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.d.ts +14 -0
  149. package/es/rce/plugins/instructure_links/components/LinkOptionsTray/index.d.ts +18 -0
  150. package/es/rce/plugins/instructure_links/components/LinkSet.d.ts +46 -0
  151. package/es/rce/plugins/instructure_links/components/LinksPanel.d.ts +107 -0
  152. package/es/rce/plugins/instructure_links/components/NavigationPanel.d.ts +17 -0
  153. package/es/rce/plugins/instructure_links/components/NoResults.d.ts +13 -0
  154. package/es/rce/plugins/instructure_links/components/propTypes.d.ts +102 -0
  155. package/es/rce/plugins/instructure_links/plugin.d.ts +1 -0
  156. package/es/rce/plugins/instructure_links/validateURL.d.ts +6 -0
  157. package/es/rce/plugins/instructure_media_embed/clickCallback.d.ts +1 -0
  158. package/es/rce/plugins/instructure_media_embed/components/Embed.d.ts +11 -0
  159. package/es/rce/plugins/instructure_media_embed/plugin.d.ts +1 -0
  160. package/es/rce/plugins/instructure_paste/pasteMenuCommand.d.ts +1 -0
  161. package/es/rce/plugins/instructure_paste/plugin.d.ts +1 -0
  162. package/es/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.d.ts +30 -0
  163. package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.d.ts +77 -0
  164. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +45 -0
  165. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +8 -0
  166. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.d.ts +14 -0
  167. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.d.ts +18 -0
  168. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.d.ts +12 -0
  169. package/es/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.d.ts +7 -0
  170. package/es/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.d.ts +10 -0
  171. package/es/rce/plugins/instructure_rce_external_tools/constants.d.ts +9 -0
  172. package/es/rce/plugins/instructure_rce_external_tools/dialog-helper.d.ts +3 -0
  173. package/es/rce/plugins/instructure_rce_external_tools/helpers/tags.d.ts +18 -0
  174. package/es/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.d.ts +27 -0
  175. package/es/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.d.ts +72 -0
  176. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.d.ts +55 -0
  177. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.d.ts +31 -0
  178. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.d.ts +19 -0
  179. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.d.ts +11 -0
  180. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.d.ts +17 -0
  181. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.d.ts +7 -0
  182. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.d.ts +9 -0
  183. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.d.ts +13 -0
  184. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.d.ts +12 -0
  185. package/es/rce/plugins/instructure_rce_external_tools/plugin.d.ts +9 -0
  186. package/es/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.d.ts +1 -0
  187. package/es/rce/plugins/instructure_rce_external_tools/util/externalToolsForToolbar.d.ts +2 -0
  188. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.d.ts +17 -0
  189. package/es/rce/plugins/instructure_record/AudioOptionsTray/index.d.ts +41 -0
  190. package/es/rce/plugins/instructure_record/MediaPanel/index.d.ts +18 -0
  191. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +27 -0
  192. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.d.ts +45 -0
  193. package/es/rce/plugins/instructure_record/clickCallback.d.ts +2 -0
  194. package/es/rce/plugins/instructure_record/mediaTranslations.d.ts +69 -0
  195. package/es/rce/plugins/instructure_record/plugin.d.ts +1 -0
  196. package/es/rce/plugins/instructure_search_and_replace/clickCallback.d.ts +2 -0
  197. package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTray.d.ts +14 -0
  198. package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTrayController.d.ts +12 -0
  199. package/es/rce/plugins/instructure_search_and_replace/getSelectionContext.d.ts +1 -0
  200. package/es/rce/plugins/instructure_search_and_replace/plugin.d.ts +1 -0
  201. package/es/rce/plugins/instructure_studio_media_options/plugin.d.ts +1 -0
  202. package/es/rce/plugins/instructure_wordcount/clickCallback.d.ts +6 -0
  203. package/es/rce/plugins/instructure_wordcount/components/WordCountModal.d.ts +8 -0
  204. package/es/rce/plugins/instructure_wordcount/plugin.d.ts +1 -0
  205. package/es/rce/plugins/instructure_wordcount/utils/countContent.d.ts +11 -0
  206. package/es/rce/plugins/instructure_wordcount/utils/tableContent.d.ts +12 -0
  207. package/es/rce/plugins/shared/CanvasContentTray.d.ts +66 -0
  208. package/es/rce/plugins/shared/CheckerboardStyling.d.ts +5 -0
  209. package/es/rce/plugins/shared/ColorInput.d.ts +11 -0
  210. package/es/rce/plugins/shared/ConditionalTooltip.d.ts +12 -0
  211. package/es/rce/plugins/shared/ContentSelection.d.ts +75 -0
  212. package/es/rce/plugins/shared/DimensionUtils.d.ts +14 -0
  213. package/es/rce/plugins/shared/DimensionsInput/DimensionInput.d.ts +13 -0
  214. package/es/rce/plugins/shared/DimensionsInput/index.d.ts +36 -0
  215. package/es/rce/plugins/shared/DimensionsInput/useDimensionsState.d.ts +25 -0
  216. package/es/rce/plugins/shared/ErrorBoundary.d.ts +16 -0
  217. package/es/rce/plugins/shared/EventUtils.d.ts +8 -0
  218. package/es/rce/plugins/shared/Filter.d.ts +18 -0
  219. package/es/rce/plugins/shared/FixedContentTray.d.ts +46 -0
  220. package/es/rce/plugins/shared/ImageCropper/DirectionRegion.d.ts +13 -0
  221. package/es/rce/plugins/shared/ImageCropper/Modal.d.ts +40 -0
  222. package/es/rce/plugins/shared/ImageCropper/Preview.d.ts +21 -0
  223. package/es/rce/plugins/shared/ImageCropper/constants.d.ts +22 -0
  224. package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.d.ts +30 -0
  225. package/es/rce/plugins/shared/ImageCropper/controls/ResetControls.d.ts +14 -0
  226. package/es/rce/plugins/shared/ImageCropper/controls/RotationControls.d.ts +18 -0
  227. package/es/rce/plugins/shared/ImageCropper/controls/ShapeControls.d.ts +12 -0
  228. package/es/rce/plugins/shared/ImageCropper/controls/ZoomControls.d.ts +18 -0
  229. package/es/rce/plugins/shared/ImageCropper/controls/index.d.ts +5 -0
  230. package/es/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.d.ts +7 -0
  231. package/es/rce/plugins/shared/ImageCropper/controls/utils.d.ts +4 -0
  232. package/es/rce/plugins/shared/ImageCropper/imageCropUtils.d.ts +8 -0
  233. package/es/rce/plugins/shared/ImageCropper/index.d.ts +1 -0
  234. package/es/rce/plugins/shared/ImageCropper/propTypes.d.ts +9 -0
  235. package/es/rce/plugins/shared/ImageCropper/reducers/imageCropper.d.ts +18 -0
  236. package/es/rce/plugins/shared/ImageCropper/shape.d.ts +10 -0
  237. package/es/rce/plugins/shared/ImageCropper/svg/index.d.ts +1 -0
  238. package/es/rce/plugins/shared/ImageCropper/svg/shape.d.ts +4 -0
  239. package/es/rce/plugins/shared/ImageCropper/svg/utils.d.ts +1 -0
  240. package/es/rce/plugins/shared/ImageCropper/useKeyMouseEvents.d.ts +1 -0
  241. package/es/rce/plugins/shared/ImageCropper/useMouseWheel.d.ts +1 -0
  242. package/es/rce/plugins/shared/ImageOptionsForm.d.ts +19 -0
  243. package/es/rce/plugins/shared/LinkDisplay.d.ts +9 -0
  244. package/es/rce/plugins/shared/PreviewIcon.d.ts +50 -0
  245. package/es/rce/plugins/shared/Previewable.d.ts +2 -0
  246. package/es/rce/plugins/shared/RceFileBrowser.d.ts +19 -0
  247. package/es/rce/plugins/shared/StoreContext.d.ts +15 -0
  248. package/es/rce/plugins/shared/StudioLtiSupportUtils.d.ts +37 -0
  249. package/es/rce/plugins/shared/UnknownFileTypePanel.d.ts +2 -0
  250. package/es/rce/plugins/shared/Upload/CanvasContentPanel.d.ts +29 -0
  251. package/es/rce/plugins/shared/Upload/CategoryProcessor.d.ts +3 -0
  252. package/es/rce/plugins/shared/Upload/ComputerPanel.d.ts +32 -0
  253. package/es/rce/plugins/shared/Upload/PanelFilter.d.ts +10 -0
  254. package/es/rce/plugins/shared/Upload/SvgCategoryProcessor.d.ts +4 -0
  255. package/es/rce/plugins/shared/Upload/UploadFile.d.ts +24 -0
  256. package/es/rce/plugins/shared/Upload/UploadFileModal.d.ts +3 -0
  257. package/es/rce/plugins/shared/Upload/UrlPanel.d.ts +12 -0
  258. package/es/rce/plugins/shared/Upload/UsageRightsSelectBox.d.ts +23 -0
  259. package/es/rce/plugins/shared/Upload/doFileUpload.d.ts +17 -0
  260. package/es/rce/plugins/shared/Upload/index.d.ts +2 -0
  261. package/es/rce/plugins/shared/ai_tools/AIResponseModal.d.ts +10 -0
  262. package/es/rce/plugins/shared/ai_tools/AIToolsTray.d.ts +18 -0
  263. package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +7 -0
  264. package/es/rce/plugins/shared/ai_tools/index.d.ts +3 -0
  265. package/es/rce/plugins/shared/buildDownloadUrl.d.ts +1 -0
  266. package/es/rce/plugins/shared/canvasContentUtils.d.ts +138 -0
  267. package/es/rce/plugins/shared/compressionUtils.d.ts +11 -0
  268. package/es/rce/plugins/shared/dateUtils.d.ts +1 -0
  269. package/es/rce/plugins/shared/do-fetch-api-effect/defaultFetchOptions.d.ts +4 -0
  270. package/es/rce/plugins/shared/do-fetch-api-effect/doFetchApi.d.ts +22 -0
  271. package/es/rce/plugins/shared/do-fetch-api-effect/get-cookie.d.ts +7 -0
  272. package/es/rce/plugins/shared/do-fetch-api-effect/index.d.ts +7 -0
  273. package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.d.ts +12 -0
  274. package/es/rce/plugins/shared/do-fetch-api-effect/query-string-encoding.d.ts +6 -0
  275. package/es/rce/plugins/shared/fileShape.d.ts +116 -0
  276. package/es/rce/plugins/shared/fileTypeUtils.d.ts +28 -0
  277. package/es/rce/plugins/shared/fileUtils.d.ts +1 -0
  278. package/es/rce/plugins/shared/linkUtils.d.ts +5 -0
  279. package/es/rce/plugins/shared/round.d.ts +1 -0
  280. package/es/rce/plugins/shared/trayUtils.d.ts +3 -0
  281. package/es/rce/plugins/shared/useDataUrl.d.ts +8 -0
  282. package/es/rce/plugins/shared/useFilterSettings.d.ts +10 -0
  283. package/es/rce/plugins/tinymce-a11y-checker/components/ColorField.d.ts +33 -0
  284. package/es/rce/plugins/tinymce-a11y-checker/components/checker.d.ts +53 -0
  285. package/es/rce/plugins/tinymce-a11y-checker/components/color-picker.d.ts +2 -0
  286. package/es/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.d.ts +2 -0
  287. package/es/rce/plugins/tinymce-a11y-checker/components/pointer.d.ts +2 -0
  288. package/es/rce/plugins/tinymce-a11y-checker/node-checker.d.ts +1 -0
  289. package/es/rce/plugins/tinymce-a11y-checker/plugin.d.ts +2 -0
  290. package/es/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.d.ts +19 -0
  291. package/es/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.d.ts +18 -0
  292. package/es/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.d.ts +28 -0
  293. package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.d.ts +25 -0
  294. package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.d.ts +18 -0
  295. package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt.d.ts +25 -0
  296. package/es/rce/plugins/tinymce-a11y-checker/rules/index.d.ts +198 -0
  297. package/es/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.d.ts +19 -0
  298. package/es/rce/plugins/tinymce-a11y-checker/rules/list-structure.d.ts +20 -0
  299. package/es/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.d.ts +18 -0
  300. package/es/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.d.ts +19 -0
  301. package/es/rce/plugins/tinymce-a11y-checker/rules/table-caption.d.ts +17 -0
  302. package/es/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.d.ts +18 -0
  303. package/es/rce/plugins/tinymce-a11y-checker/rules/table-header.d.ts +18 -0
  304. package/es/rce/plugins/tinymce-a11y-checker/utils/colors.d.ts +10 -0
  305. package/es/rce/plugins/tinymce-a11y-checker/utils/describe.d.ts +1 -0
  306. package/es/rce/plugins/tinymce-a11y-checker/utils/dom.d.ts +11 -0
  307. package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +7 -0
  308. package/es/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.d.ts +2 -0
  309. package/es/rce/plugins/tinymce-a11y-checker/utils/strings.d.ts +2 -0
  310. package/es/rce/root.d.ts +3 -0
  311. package/es/rce/sanitizePlugins.d.ts +1 -0
  312. package/es/rce/style.d.ts +64 -0
  313. package/es/rce/tinyRCE.d.ts +2 -0
  314. package/es/rce/tinymce.oxide.content.min.css.d.ts +2 -0
  315. package/es/rce/tinymce.oxide.skin.min.css.d.ts +2 -0
  316. package/es/rce/transformContent.d.ts +13 -0
  317. package/es/rce/types.d.ts +96 -0
  318. package/es/rce/userOS.d.ts +4 -0
  319. package/es/rce/wrapInitCb.d.ts +2 -0
  320. package/es/rcs/api.d.ts +117 -0
  321. package/es/rcs/buildError.d.ts +4 -0
  322. package/es/rcs/fake.d.ts +111 -0
  323. package/es/sidebar/actions/all_files.d.ts +5 -0
  324. package/es/sidebar/actions/data.d.ts +29 -0
  325. package/es/sidebar/actions/documents.d.ts +42 -0
  326. package/es/sidebar/actions/files.d.ts +66 -0
  327. package/es/sidebar/actions/filter.d.ts +25 -0
  328. package/es/sidebar/actions/flickr.d.ts +20 -0
  329. package/es/sidebar/actions/images.d.ts +63 -0
  330. package/es/sidebar/actions/links.d.ts +4 -0
  331. package/es/sidebar/actions/media.d.ts +46 -0
  332. package/es/sidebar/actions/session.d.ts +2 -0
  333. package/es/sidebar/actions/ui.d.ts +22 -0
  334. package/es/sidebar/actions/upload.d.ts +114 -0
  335. package/es/sidebar/containers/Sidebar.d.ts +1 -0
  336. package/es/sidebar/containers/sidebarHandlers.d.ts +33 -0
  337. package/es/sidebar/dragHtml.d.ts +1 -0
  338. package/es/sidebar/reducers/all_files.d.ts +1 -0
  339. package/es/sidebar/reducers/collection.d.ts +1 -0
  340. package/es/sidebar/reducers/collections.d.ts +9 -0
  341. package/es/sidebar/reducers/documents.d.ts +1 -0
  342. package/es/sidebar/reducers/files.d.ts +1 -0
  343. package/es/sidebar/reducers/filter.d.ts +7 -0
  344. package/es/sidebar/reducers/flickr.d.ts +1 -0
  345. package/es/sidebar/reducers/folder.d.ts +25 -0
  346. package/es/sidebar/reducers/folders.d.ts +1 -0
  347. package/es/sidebar/reducers/images.d.ts +1 -0
  348. package/es/sidebar/reducers/index.d.ts +44 -0
  349. package/es/sidebar/reducers/media.d.ts +1 -0
  350. package/es/sidebar/reducers/newPageLinkExpanded.d.ts +1 -0
  351. package/es/sidebar/reducers/noop.d.ts +1 -0
  352. package/es/sidebar/reducers/rootFolderId.d.ts +1 -0
  353. package/es/sidebar/reducers/session.d.ts +1 -0
  354. package/es/sidebar/reducers/ui.d.ts +6 -0
  355. package/es/sidebar/reducers/upload.d.ts +11 -0
  356. package/es/sidebar/store/configureStore.d.ts +3 -0
  357. package/es/sidebar/store/initialState.d.ts +22 -0
  358. package/es/translations/locales/ab.d.ts +1 -0
  359. package/es/translations/locales/ar.d.ts +1 -0
  360. package/es/translations/locales/ca.d.ts +1 -0
  361. package/es/translations/locales/cs.d.ts +1 -0
  362. package/es/translations/locales/cs_CZ.d.ts +1 -0
  363. package/es/translations/locales/cy.d.ts +1 -0
  364. package/es/translations/locales/da-x-k12.d.ts +1 -0
  365. package/es/translations/locales/da.d.ts +1 -0
  366. package/es/translations/locales/da_DK.d.ts +1 -0
  367. package/es/translations/locales/de.d.ts +1 -0
  368. package/es/translations/locales/el.d.ts +1 -0
  369. package/es/translations/locales/en-AU-x-unimelb.d.ts +1 -0
  370. package/es/translations/locales/en-GB-x-ukhe.d.ts +1 -0
  371. package/es/translations/locales/en.d.ts +1 -0
  372. package/es/translations/locales/en_AU.d.ts +1 -0
  373. package/es/translations/locales/en_CA.d.ts +1 -0
  374. package/es/translations/locales/en_CY.d.ts +1 -0
  375. package/es/translations/locales/en_GB.d.ts +1 -0
  376. package/es/translations/locales/en_NZ.d.ts +1 -0
  377. package/es/translations/locales/en_SE.d.ts +1 -0
  378. package/es/translations/locales/en_US.d.ts +1 -0
  379. package/es/translations/locales/es.d.ts +1 -0
  380. package/es/translations/locales/es_ES.d.ts +1 -0
  381. package/es/translations/locales/es_GT.d.ts +1 -0
  382. package/es/translations/locales/fa_IR.d.ts +1 -0
  383. package/es/translations/locales/fi.d.ts +1 -0
  384. package/es/translations/locales/fr.d.ts +1 -0
  385. package/es/translations/locales/fr_CA.d.ts +1 -0
  386. package/es/translations/locales/ga.d.ts +1 -0
  387. package/es/translations/locales/he.d.ts +1 -0
  388. package/es/translations/locales/hi.d.ts +1 -0
  389. package/es/translations/locales/ht.d.ts +1 -0
  390. package/es/translations/locales/hu.d.ts +1 -0
  391. package/es/translations/locales/hu_HU.d.ts +1 -0
  392. package/es/translations/locales/hy.d.ts +1 -0
  393. package/es/translations/locales/id.d.ts +1 -0
  394. package/es/translations/locales/id_ID.d.ts +1 -0
  395. package/es/translations/locales/is.d.ts +1 -0
  396. package/es/translations/locales/it.d.ts +1 -0
  397. package/es/translations/locales/ja.d.ts +1 -0
  398. package/es/translations/locales/ko.d.ts +1 -0
  399. package/es/translations/locales/ko_KR.d.ts +1 -0
  400. package/es/translations/locales/lt.d.ts +1 -0
  401. package/es/translations/locales/lt_LT.d.ts +1 -0
  402. package/es/translations/locales/mi.d.ts +1 -0
  403. package/es/translations/locales/mn_MN.d.ts +1 -0
  404. package/es/translations/locales/ms.d.ts +1 -0
  405. package/es/translations/locales/nb-x-k12.d.ts +1 -0
  406. package/es/translations/locales/nb.d.ts +1 -0
  407. package/es/translations/locales/nl.d.ts +1 -0
  408. package/es/translations/locales/nl_NL.d.ts +1 -0
  409. package/es/translations/locales/nn.d.ts +1 -0
  410. package/es/translations/locales/pl.d.ts +1 -0
  411. package/es/translations/locales/pt.d.ts +1 -0
  412. package/es/translations/locales/pt_BR.d.ts +1 -0
  413. package/es/translations/locales/ro.d.ts +1 -0
  414. package/es/translations/locales/ru.d.ts +1 -0
  415. package/es/translations/locales/se.d.ts +1 -0
  416. package/es/translations/locales/sl.d.ts +1 -0
  417. package/es/translations/locales/sv-x-k12.d.ts +1 -0
  418. package/es/translations/locales/sv.d.ts +1 -0
  419. package/es/translations/locales/sv_SE.d.ts +1 -0
  420. package/es/translations/locales/tg.d.ts +1 -0
  421. package/es/translations/locales/th.d.ts +1 -0
  422. package/es/translations/locales/th_TH.d.ts +1 -0
  423. package/es/translations/locales/tl_PH.d.ts +1 -0
  424. package/es/translations/locales/tr.d.ts +1 -0
  425. package/es/translations/locales/uk_UA.d.ts +1 -0
  426. package/es/translations/locales/vi.d.ts +1 -0
  427. package/es/translations/locales/vi_VN.d.ts +1 -0
  428. package/es/translations/locales/zh-Hans.d.ts +1 -0
  429. package/es/translations/locales/zh-Hant.d.ts +1 -0
  430. package/es/translations/locales/zh.d.ts +1 -0
  431. package/es/translations/locales/zh_HK.d.ts +1 -0
  432. package/es/translations/locales/zh_TW.Big5.d.ts +1 -0
  433. package/es/translations/locales/zh_TW.d.ts +1 -0
  434. package/es/translations/tinymce/ar_SA.d.ts +0 -0
  435. package/es/translations/tinymce/bg_BG.d.ts +0 -0
  436. package/es/translations/tinymce/ca.d.ts +0 -0
  437. package/es/translations/tinymce/cs.d.ts +0 -0
  438. package/es/translations/tinymce/cy.d.ts +0 -0
  439. package/es/translations/tinymce/da.d.ts +0 -0
  440. package/es/translations/tinymce/de.d.ts +0 -0
  441. package/es/translations/tinymce/el.d.ts +0 -0
  442. package/es/translations/tinymce/en_GB.d.ts +0 -0
  443. package/es/translations/tinymce/es.d.ts +0 -0
  444. package/es/translations/tinymce/fa_IR.d.ts +0 -0
  445. package/es/translations/tinymce/fi.d.ts +0 -0
  446. package/es/translations/tinymce/fr_FR.d.ts +0 -0
  447. package/es/translations/tinymce/ga.d.ts +0 -0
  448. package/es/translations/tinymce/he_IL.d.ts +0 -0
  449. package/es/translations/tinymce/hu_HU.d.ts +0 -0
  450. package/es/translations/tinymce/hy.d.ts +0 -0
  451. package/es/translations/tinymce/id.d.ts +0 -0
  452. package/es/translations/tinymce/it.d.ts +0 -0
  453. package/es/translations/tinymce/ja.d.ts +0 -0
  454. package/es/translations/tinymce/ko_KR.d.ts +0 -0
  455. package/es/translations/tinymce/nb_NO.d.ts +0 -0
  456. package/es/translations/tinymce/nl.d.ts +0 -0
  457. package/es/translations/tinymce/pl.d.ts +0 -0
  458. package/es/translations/tinymce/pt_BR.d.ts +0 -0
  459. package/es/translations/tinymce/pt_PT.d.ts +0 -0
  460. package/es/translations/tinymce/ro.d.ts +0 -0
  461. package/es/translations/tinymce/ru.d.ts +0 -0
  462. package/es/translations/tinymce/ru_RU.d.ts +0 -0
  463. package/es/translations/tinymce/sl.d.ts +0 -0
  464. package/es/translations/tinymce/sr.d.ts +0 -0
  465. package/es/translations/tinymce/sv_SE.d.ts +0 -0
  466. package/es/translations/tinymce/th.d.ts +0 -0
  467. package/es/translations/tinymce/tr_TR.d.ts +0 -0
  468. package/es/translations/tinymce/uk_UA.d.ts +0 -0
  469. package/es/translations/tinymce/vi_VN.d.ts +0 -0
  470. package/es/translations/tinymce/zh_CN.d.ts +0 -0
  471. package/es/translations/tinymce/zh_TW.d.ts +0 -0
  472. package/es/util/DeepPartialNullable.d.ts +15 -0
  473. package/es/util/ExtractRequired.d.ts +42 -0
  474. package/es/util/TypedDict.d.ts +99 -0
  475. package/es/util/assertNever.d.ts +24 -0
  476. package/es/util/elem-util.d.ts +6 -0
  477. package/es/util/encrypted-storage.d.ts +9 -0
  478. package/es/util/file-url-util.d.ts +1 -0
  479. package/es/util/fullscreenHelpers.d.ts +6 -0
  480. package/es/util/instui-icon-helper.d.ts +19 -0
  481. package/es/util/loadingPlaceholder.d.ts +39 -0
  482. package/es/util/simpleCache.d.ts +11 -0
  483. package/es/util/string-util.d.ts +20 -0
  484. package/es/util/textarea-editing-util.d.ts +35 -0
  485. package/es/util/tinymce-plugin-util.d.ts +16 -0
  486. package/es/util/url-util.d.ts +32 -0
  487. package/package.json +2 -3
  488. package/tsconfig.tsbuildinfo +1 -0
  489. package/scripts/build.js +0 -40
@@ -0,0 +1,44 @@
1
+ export function buildImage(settings: any): any;
2
+ /**
3
+ * Calculates the transformation props for a given
4
+ * shape and size.
5
+ *
6
+ * A Transform takes the following shape:
7
+ * {
8
+ * x: string,
9
+ * y: string,
10
+ * width: number,
11
+ * height: number,
12
+ * translateX: number,
13
+ * translateY: number
14
+ * }
15
+ *
16
+ * @param {Shape} shape
17
+ * @param {Size} size
18
+ *
19
+ * @returns Transform
20
+ */
21
+ export function transformForShape(shape: {
22
+ Square: string;
23
+ Circle: string;
24
+ Triangle: string;
25
+ Diamond: string;
26
+ Pentagon: string;
27
+ Hexagon: string;
28
+ Octagon: string;
29
+ Star: string;
30
+ }, size: {
31
+ None: string;
32
+ ExtraSmall: string;
33
+ Small: string;
34
+ Medium: string;
35
+ Large: string;
36
+ ExtraLarge: string;
37
+ }): {
38
+ width: any;
39
+ height: any;
40
+ translateX: number;
41
+ translateY: number;
42
+ x: string;
43
+ y: string;
44
+ } | undefined;
@@ -0,0 +1,9 @@
1
+ export function buildSvg(settings: any, options?: {}): any;
2
+ export function buildStylesheet(): HTMLStyleElement;
3
+ export function buildSvgWrapper(settings: any): any;
4
+ export function buildSvgContainer(settings: any, options: any): any;
5
+ export function buildGroup({ color, outlineColor, outlineSize }: {
6
+ color: any;
7
+ outlineColor: any;
8
+ outlineSize: any;
9
+ }, options?: {}): any;
@@ -0,0 +1,2 @@
1
+ export function buildMetadata(settings: any): any;
2
+ export function parseMetadata(svg: any): any;
@@ -0,0 +1,6 @@
1
+ export function useSvgSettings(editor: any, editing: any, canvasOrigin: any): any[];
2
+ export namespace statuses {
3
+ let ERROR: string;
4
+ let LOADING: string;
5
+ let IDLE: string;
6
+ }
@@ -0,0 +1,14 @@
1
+ export function buildShape({ shape, size }: {
2
+ shape: any;
3
+ size: any;
4
+ }): any;
5
+ export namespace Shape {
6
+ let Square: string;
7
+ let Circle: string;
8
+ let Triangle: string;
9
+ let Diamond: string;
10
+ let Pentagon: string;
11
+ let Hexagon: string;
12
+ let Octagon: string;
13
+ let Star: string;
14
+ }
@@ -0,0 +1,28 @@
1
+ export function buildText({ text, textPosition, textSize, textColor, shape, size }: {
2
+ text: any;
3
+ textPosition: any;
4
+ textSize: any;
5
+ textColor: any;
6
+ shape: any;
7
+ size: any;
8
+ }): any;
9
+ export function buildTextBackground({ text, textPosition, textSize, textBackgroundColor, shape, size, }: {
10
+ text: any;
11
+ textPosition: any;
12
+ textSize: any;
13
+ textBackgroundColor: any;
14
+ shape: any;
15
+ size: any;
16
+ }): any;
17
+ export function getContainerWidth({ text, textSize, size }: {
18
+ text: any;
19
+ textSize: any;
20
+ size: any;
21
+ }): number;
22
+ export function getContainerHeight({ text, textPosition, textSize, shape, size }: {
23
+ text: any;
24
+ textPosition: any;
25
+ textSize: any;
26
+ shape: any;
27
+ size: any;
28
+ }): number;
@@ -0,0 +1,3 @@
1
+ export function createSvgElement(tag: any, attributes?: {}): any;
2
+ export function splitTextIntoLines(text: any, maxChars: any): string[];
3
+ export function decode(input: any): string | null;
@@ -0,0 +1,2 @@
1
+ export declare const ICON_MAKER_ADD_IMAGE_MENU_ID = "AddImageMenu";
2
+ export declare const shouldIgnoreClose: (target: HTMLElement, editorId?: string) => boolean;
@@ -0,0 +1,35 @@
1
+ interface IconMakerSettings {
2
+ name: string;
3
+ alt: string;
4
+ shape: string;
5
+ size: string;
6
+ color: string;
7
+ outlineSize: string;
8
+ outlineColor: string;
9
+ text: string;
10
+ textSize: string;
11
+ textColor: string;
12
+ textBackgroundColor: string;
13
+ textPosition: string;
14
+ imageSettings: object;
15
+ }
16
+ export declare class IconMakerFormHasChanges {
17
+ initialSettings: IconMakerSettings;
18
+ currentSettings: IconMakerSettings;
19
+ constructor(initSettings: IconMakerSettings, currSettings: IconMakerSettings);
20
+ hasNameChange(): boolean;
21
+ hasAltChange(): boolean;
22
+ hasShapeNameChange(): boolean;
23
+ hasShapeSizeChange(): boolean;
24
+ hasColorNameChange(): boolean;
25
+ hasOutlineSizeChange(): boolean;
26
+ hasOutlineColorChange(): boolean;
27
+ hasTextChange(): boolean;
28
+ hasTextSizeChange(): boolean;
29
+ hasTextColorChange(): boolean;
30
+ hasTextBackgroundColorChange(): boolean;
31
+ hasTextPositionChange(): boolean;
32
+ hasImageSettingsChange(): boolean;
33
+ hasChanges(): boolean;
34
+ }
35
+ export {};
@@ -0,0 +1,4 @@
1
+ declare const addIconMakerAttributes: (imageAttributes: {
2
+ src: string;
3
+ }) => void;
4
+ export default addIconMakerAttributes;
@@ -0,0 +1,6 @@
1
+ export function hasBackgroundColor(settings: any): boolean;
2
+ export function hasText(settings: any): boolean;
3
+ export function hasImage(settings: any): boolean;
4
+ export function hasOutline(settings: any): boolean;
5
+ export function validIcon(settings: any): boolean;
6
+ export default validIcon;
@@ -0,0 +1,356 @@
1
+ export default iconLabels;
2
+ declare const iconLabels: {
3
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0641\u0646\u0648\u0646': string;
4
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0647\u0646\u062F\u0633\u0629': string;
5
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629': string;
6
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u063A\u064A\u0631 \u0627\u0644\u0635\u0641\u064A\u0629': string;
7
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0635\u062D\u0629': string;
8
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0622\u062F\u0627\u0628 \u0627\u0644\u0644\u063A\u0629': string;
9
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0644\u063A\u0627\u062A': string;
10
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u0643\u062A\u0628\u0629': string;
11
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0631\u064A\u0627\u0636\u064A\u0627\u062A': string;
12
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u0648\u0633\u064A\u0642\u0649': string;
13
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0641\u0646\u0648\u0646 \u0627\u0644\u062A\u0639\u0628\u064A\u0631\u064A\u0629': string;
14
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u062A\u0631\u0628\u064A\u0629 \u0627\u0644\u0628\u062F\u0646\u064A\u0629': string;
15
+ '\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u062F\u064A\u0646': string;
16
+ 'Eicon Celf': string;
17
+ 'Eicon Peirianeg': string;
18
+ 'Eicon Saesneg': string;
19
+ 'Eicon Allgwricwlar': string;
20
+ 'Eicon Iechyd': string;
21
+ 'Eicon Celfyddydau Iaith': string;
22
+ 'Eicon Ieithoedd': string;
23
+ 'Eicon Llyfrgell': string;
24
+ 'Eicon Mathemateg': string;
25
+ 'Eicon Cerddoriaeth': string;
26
+ 'Eicon Celfyddydau Perfformio': string;
27
+ 'Eicon Addysg Gorfforol': string;
28
+ 'Eicon Crefydd': string;
29
+ "Icona d''art": string;
30
+ 'Icona d\u2019enginyeria': string;
31
+ 'Icona d\u2019angl\u00E8s': string;
32
+ 'Icona extracurricular': string;
33
+ 'Icona de salut': string;
34
+ "Icona d''arts ling\u00FC\u00EDstiques": string;
35
+ 'Icona d\u2019idiomes': string;
36
+ 'Icona de biblioteca': string;
37
+ 'Icona de matem\u00E0tiques': string;
38
+ 'Icona de m\u00FAsica': string;
39
+ "Icona d''arts interpretatives": string;
40
+ 'Icona d\u2019educaci\u00F3 f\u00EDsica': string;
41
+ 'Icona de religi\u00F3': string;
42
+ 'Kunst-ikon': string;
43
+ 'Teknik-ikon': string;
44
+ 'Engelsk-ikon': string;
45
+ 'Fritids-ikon': string;
46
+ 'Sundheds-ikon': string;
47
+ 'Sprogkunst-ikon': string;
48
+ 'Sprog-ikon': string;
49
+ 'Bibliotek-ikon': string;
50
+ 'Matematik-ikon': string;
51
+ 'Musik-ikon': string;
52
+ 'Scenekunst-ikon': string;
53
+ 'Idr\u00E6t-ikon': string;
54
+ 'Religion-ikon': string;
55
+ Kunstsymbol: string;
56
+ 'Engineering-Symbol': string;
57
+ 'Englisch-Symbol': string;
58
+ 'Au\u00DFerschulisches Symbol': string;
59
+ Gesundheitssymbol: string;
60
+ 'Symbol f\u00FCr \u201ESprachkunst\u201C': string;
61
+ 'Sprachen-Symbol': string;
62
+ Bibliothekssymbol: string;
63
+ 'Symbol \u201EMathematik\u201C': string;
64
+ Musiksymbol: string;
65
+ 'Symbol f\u00FCr \u201EDarstellende Kunst\u201C': string;
66
+ 'Symbol F\u00FCr K\u00F6rperert\u00FCchtigung': string;
67
+ Religionssymbol: string;
68
+ 'Art Icon': string;
69
+ 'Engineering Icon': string;
70
+ 'English Icon': string;
71
+ 'Extracurricular Icon': string;
72
+ 'Health Icon': string;
73
+ 'Language Arts Icon': string;
74
+ 'Languages Icon': string;
75
+ 'Library Icon': string;
76
+ 'Math Icon': string;
77
+ 'Music Icon': string;
78
+ 'Performing Arts Icon': string;
79
+ 'Physical Education Icon': string;
80
+ 'Religion Icon': string;
81
+ '\u00CDcono de arte': string;
82
+ '\u00CDcono de ingenier\u00EDa': string;
83
+ '\u00CDcono de ingles': string;
84
+ '\u00CDcono extracurricular': string;
85
+ '\u00CDcono de salud': string;
86
+ '\u00CDcono de artes del lenguaje': string;
87
+ '\u00CDcono de idiomas': string;
88
+ '\u00CDcono de biblioteca': string;
89
+ '\u00CDcono de matem\u00E1ticas': string;
90
+ '\u00CDcono de m\u00FAsica': string;
91
+ '\u00CDcono de artes esc\u00E9nicas': string;
92
+ '\u00CDcono de educaci\u00F3n f\u00EDsica': string;
93
+ '\u00CDcono de religi\u00F3n': string;
94
+ 'Icono pl\u00E1stica': string;
95
+ 'Icono tecnolog\u00EDa': string;
96
+ 'Icono ingl\u00E9s': string;
97
+ 'Icono extracurricular': string;
98
+ 'Icono ciencias': string;
99
+ 'Icono pl\u00E1stica e idiomas': string;
100
+ 'Icono idiomas': string;
101
+ 'Icono biblioteca': string;
102
+ 'Icono matem\u00E1ticas': string;
103
+ 'Icono m\u00FAsica': string;
104
+ 'Icono educaci\u00F3n f\u00EDsica': string;
105
+ 'Icono religi\u00F3n': string;
106
+ 'Taide-kuvake': string;
107
+ 'Suunnittelu-kuvake': string;
108
+ 'Englanninkielen kuvake': string;
109
+ 'Kouluajan ulkopuolisen kohteen kuvake': string;
110
+ 'Terveys-kuvake': string;
111
+ 'Kielen taiteiden kuvake': string;
112
+ 'Kielien kuvake': string;
113
+ 'Kirjaston kuvake': string;
114
+ 'Matematiikan kuvake': string;
115
+ 'Musiikki-kuvake': string;
116
+ 'Esitt\u00E4vien taiteiden kuvake': string;
117
+ 'Liikuntakasvatuksen kuvake': string;
118
+ 'Uskonnon kuvake': string;
119
+ 'Ic\u00F4ne d\u2019art': string;
120
+ 'Ic\u00F4ne Ing\u00E9nierie': string;
121
+ 'Ic\u00F4ne Anglais': string;
122
+ 'Ic\u00F4ne Parascolaire': string;
123
+ 'Ic\u00F4ne Sant\u00E9': string;
124
+ 'Ic\u00F4ne Arts de la langue': string;
125
+ 'Ic\u00F4ne Langues': string;
126
+ 'Ic\u00F4ne Biblioth\u00E8que': string;
127
+ 'Ic\u00F4ne Math\u00E9matique': string;
128
+ 'Ic\u00F4ne Musique': string;
129
+ 'Ic\u00F4ne Arts de la sc\u00E8ne': string;
130
+ 'Ic\u00F4ne \u00C9ducation physique': string;
131
+ 'Ic\u00F4ne Religion': string;
132
+ 'Ic\u00F4ne art': string;
133
+ 'Ic\u00F4ne ing\u00E9nierie': string;
134
+ 'Ic\u00F4ne anglais': string;
135
+ 'Ic\u00F4ne extrascolaire': string;
136
+ 'Ic\u00F4ne sant\u00E9': string;
137
+ 'Ic\u00F4ne langues': string;
138
+ 'Ic\u00F4ne biblioth\u00E8que': string;
139
+ 'Ic\u00F4ne maths': string;
140
+ 'Ic\u00F4ne musique': string;
141
+ 'Ic\u00F4ne arts du spectacle': string;
142
+ 'Ic\u00F4ne \u00E9ducation physique': string;
143
+ 'Ic\u00F4ne religion': string;
144
+ 'Ik\u00F2n la': string;
145
+ 'Ik\u00F2n Jeni': string;
146
+ 'Ik\u00F2n Angl\u00E8': string;
147
+ 'Ik\u00F2n Paraskol\u00E8': string;
148
+ 'Ik\u00F2n Sante': string;
149
+ 'Ik\u00F2n Langaj Da': string;
150
+ 'Ik\u00F2n Langaj': string;
151
+ 'Ik\u00F2n Bibliyot\u00E8k': string;
152
+ 'Ik\u00F2n Matematik': string;
153
+ 'Ik\u00F2n Mizik': string;
154
+ 'Ik\u00F2n P\u00E8f\u00F2mans Da': string;
155
+ 'Ik\u00F2n Edikasyon Fizik': string;
156
+ 'Ik\u00F2n Relijyon': string;
157
+ 'Lista t\u00E1kn': string;
158
+ 'Verkfr\u00E6\u00F0i t\u00E1kn': string;
159
+ 'Ensku t\u00E1kn': string;
160
+ 'Utansk\u00F3la t\u00E1kn': string;
161
+ 'Heilsu t\u00E1kn': string;
162
+ 'Tungum\u00E1lalistar t\u00E1kn': string;
163
+ 'Tungum\u00E1la t\u00E1kn': string;
164
+ 'B\u00F3ksafns t\u00E1kn': string;
165
+ 'St\u00E6r\u00F0fr\u00E6\u00F0i t\u00E1kn': string;
166
+ 'T\u00F3nlistar t\u00E1kn': string;
167
+ 'Svi\u00F0slista t\u00E1kn': string;
168
+ '\u00CD\u00FEr\u00F3tta t\u00E1kn': string;
169
+ 'Tr\u00FAar t\u00E1kn': string;
170
+ 'Icona art': string;
171
+ 'Icona Progettazione': string;
172
+ 'Icona Inglese': string;
173
+ 'Icona Extracurricolare': string;
174
+ 'Icona Salute': string;
175
+ 'Icona Studio della lingua': string;
176
+ 'Icona Lingue': string;
177
+ 'Icona Libreria': string;
178
+ 'Icona Matematica': string;
179
+ 'Icona Musica': string;
180
+ 'Icona Arti dello spettacolo': string;
181
+ 'Icona Educazione fisica': string;
182
+ 'Icona Religione': string;
183
+ Kunstikon: string;
184
+ 'Ingeni\u00F8r-ikon': string;
185
+ 'Utenomfaglig-ikon': string;
186
+ 'Helse-ikon': string;
187
+ 'Spr\u00E5kkunst-ikon': string;
188
+ 'Spr\u00E5k-ikon': string;
189
+ 'Matte-ikon': string;
190
+ 'Musikk-ikon': string;
191
+ 'Gymnastikk-ikon': string;
192
+ アートのアイコン: string;
193
+ エンジニアリングのアイコン: string;
194
+ 英語のアイコン: string;
195
+ 課外活動のアイコン: string;
196
+ 健康のアイコン: string;
197
+ 語学のアイコン: string;
198
+ 言語のアイコン: string;
199
+ ライブラリーのアイコン: string;
200
+ 数学のアイコン: string;
201
+ 音楽のアイコン: string;
202
+ パフォーミングアーツのアイコン: string;
203
+ 体育のアイコン: string;
204
+ 宗教学のアイコン: string;
205
+ Kunstpictogram: string;
206
+ 'Engineering-pictogram': string;
207
+ 'Engels-pictogram': string;
208
+ 'Extracurriculair-pictogram': string;
209
+ Gezondheidpictogram: string;
210
+ Linguïstiekpictogram: string;
211
+ Talenpictogram: string;
212
+ Bibliotheekpictogram: string;
213
+ Wiskundepictogram: string;
214
+ Muziekpictogram: string;
215
+ 'Pictogram voor uitvoerende kunsten': string;
216
+ 'Pictogram voor lichamelijke opvoeding': string;
217
+ Religiepictogram: string;
218
+ 'Ikona sztuki': string;
219
+ 'Ikona in\u017Cynierii': string;
220
+ 'Ikona angielskiego': string;
221
+ 'Ikona zaj\u0119\u0107 pozalekcyjnych': string;
222
+ 'Ikona zdrowia': string;
223
+ 'Ikona j\u0119zyk\u00F3w obcych': string;
224
+ 'Ikona j\u0119zyk\u00F3w': string;
225
+ 'Ikona biblioteki': string;
226
+ 'Ikona matematyki': string;
227
+ 'Ikona muzyki': string;
228
+ 'Ikona sztuk wizualnych': string;
229
+ 'Ikona wychowania fizycznego': string;
230
+ 'Ikona religii': string;
231
+ 'Toi Tohu': string;
232
+ 'Hangarau Tohu': string;
233
+ 'Ingarihi Tohu': string;
234
+ 'Extracurricular Tohu': string;
235
+ 'Hauora Tohu': string;
236
+ 'Reo Toi Tohu': string;
237
+ 'Nga reo Tohu': string;
238
+ 'Whare Pukapuka Tohu': string;
239
+ 'Math Tohu': string;
240
+ 'Puoro Tohu': string;
241
+ 'Performing Arts Tohu': string;
242
+ 'Tinana M\u0101tauranga Tohu': string;
243
+ 'Whakapono Tohu': string;
244
+ '\u00CDcone da Arte': string;
245
+ '\u00CDcone de engenharia': string;
246
+ '\u00CDcone ingl\u00EAs': string;
247
+ '\u00CDcone extracurricular': string;
248
+ '\u00CDcone de sa\u00FAde': string;
249
+ '\u00CDcone das Artes Lingu\u00EDsticas': string;
250
+ '\u00CDcone de Idiomas': string;
251
+ '\u00CDcone da biblioteca': string;
252
+ '\u00CDcone Matem\u00E1tica': string;
253
+ '\u00CDcone de m\u00FAsica': string;
254
+ '\u00CDcone das Artes Performativas': string;
255
+ '\u00CDcone de Educa\u00E7\u00E3o F\u00EDsica': string;
256
+ '\u00CDcone Religi\u00E3o': string;
257
+ '\u00CDcone de arte': string;
258
+ '\u00CDcone de ingl\u00EAs': string;
259
+ '\u00CDcone de artes lingu\u00EDsticas': string;
260
+ '\u00CDcone de idiomas': string;
261
+ '\u00CDcone de matem\u00E1tica': string;
262
+ '\u00CDcone de artes c\u00EAnicas': string;
263
+ '\u00CDcone de educa\u00E7\u00E3o f\u00EDsica': string;
264
+ '\u00CDcone de religi\u00E3o': string;
265
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0438\u0441\u043A\u0443\u0441\u0441\u0442\u0432\u0430': string;
266
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0442\u0435\u0445\u043D\u0438\u043A\u0438': string;
267
+ '\u0410\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439 \u0437\u043D\u0430\u0447\u043E\u043A': string;
268
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0444\u0430\u043A\u0443\u043B\u044C\u0442\u0430\u0442\u0438\u0432\u043D\u044B\u0445 \u0434\u0438\u0441\u0446\u0438\u043F\u043B\u0438\u043D': string;
269
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0437\u0434\u043E\u0440\u043E\u0432\u044C\u044F': string;
270
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u0434\u0438\u0441\u0446\u0438\u043F\u043B\u0438\u043D': string;
271
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u044F\u0437\u044B\u043A\u043E\u0432': string;
272
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0431\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0438': string;
273
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u043A\u0438': string;
274
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u043C\u0443\u0437\u044B\u043A\u0438': string;
275
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0438\u0441\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0432\u0438\u0434\u043E\u0432 \u0438\u0441\u043A\u0443\u0441\u0441\u0442\u0432\u0430': string;
276
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0444\u0438\u0437\u043A\u0443\u043B\u044C\u0442\u0443\u0440\u044B': string;
277
+ '\u0417\u043D\u0430\u0447\u043E\u043A \u0440\u0435\u043B\u0438\u0433\u0438\u0438': string;
278
+ Konstikon: string;
279
+ Ingenjörsikon: string;
280
+ 'Engelsk ikon': string;
281
+ Fritidsikon: string;
282
+ Hälsoikon: string;
283
+ Språkvetenskapsikon: string;
284
+ Språkikon: string;
285
+ Biblioteksikon: string;
286
+ Matteikon: string;
287
+ Musikikon: string;
288
+ Underhållningsikon: string;
289
+ 'Ikon f\u00F6r idrott och h\u00E4lsa': string;
290
+ 'Religi\u00F6s ikon': string;
291
+ 'Ikona umetnosti': string;
292
+ 'Ikona in\u017Eenirstva': string;
293
+ 'Angle\u0161ka ikona': string;
294
+ 'Zunaj\u0161tudijska ikona': string;
295
+ 'Ikona zdravstva': string;
296
+ 'Ikona za jezikovni predmet': string;
297
+ 'Ikona za jezike': string;
298
+ 'Ikona knji\u017Enice': string;
299
+ 'Ikona matematike': string;
300
+ 'Ikona glasbe': string;
301
+ 'Ikona odrskih umetnosti': string;
302
+ 'Ikona \u0161portne vzgoje': string;
303
+ 'Ikona religije': string;
304
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Ngh\u1EC7 Thu\u1EADt': string;
305
+ 'Bi\u1EC3u T\u01B0\u1EE3ng K\u1EF9 Thu\u1EADt': string;
306
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Ti\u1EBFng Anh': string;
307
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Ngo\u1EA1i Kh\u00F3a': string;
308
+ 'Bi\u1EC3u T\u01B0\u1EE3ng S\u1EE9c Kh\u1ECFe': string;
309
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Ngh\u1EC7 Thu\u1EADt Ng\u00F4n Ng\u1EEF': string;
310
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Ng\u00F4n Ng\u1EEF': string;
311
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Th\u01B0 Vi\u1EC7n': string;
312
+ 'Bi\u1EC3u T\u01B0\u1EE3ng To\u00E1n': string;
313
+ 'Bi\u1EC3u T\u01B0\u1EE3ng \u00C2m Nh\u1EA1c': string;
314
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Ngh\u1EC7 Thu\u1EADt Bi\u1EC3u Di\u1EC5n': string;
315
+ 'Bi\u1EC3u T\u01B0\u1EE3ng Gi\u00E1o D\u1EE5c Th\u1EC3 Ch\u1EA5t': string;
316
+ 'Bi\u1EC3u T\u01B0\u1EE3ng T\u00F4n Gi\u00E1o': string;
317
+ 艺术图标: string;
318
+ 工程设计图标: string;
319
+ 英语图标: string;
320
+ 课外图标: string;
321
+ 健康图标: string;
322
+ 语言艺术图标: string;
323
+ 语言图标: string;
324
+ 图书馆图标: string;
325
+ 数学图标: string;
326
+ 音乐图标: string;
327
+ 表演艺术图标: string;
328
+ 体育图标: string;
329
+ 宗教图标: string;
330
+ 藝術圖示: string;
331
+ 工程圖示: string;
332
+ 英文圖示: string;
333
+ 課外活動圖示: string;
334
+ 健康圖示: string;
335
+ 語言文學圖示: string;
336
+ 語言圖示: string;
337
+ 圖書館圖示: string;
338
+ 數學圖示: string;
339
+ 音樂圖示: string;
340
+ 表演藝術圖示: string;
341
+ 體育圖示: string;
342
+ 宗教圖示: string;
343
+ ไอคอนอาร์ตเวิร์ค: string;
344
+ ไอคอนวิศวกรรม: string;
345
+ ไอคอนอังกฤษ: string;
346
+ ไอคอนกิจกรรมนอกหลักสูตร: string;
347
+ ไอคอนสุขภาพ: string;
348
+ ไอคอนศิลปศาสตร์ด้านภาษา: string;
349
+ ไอคอนภาษา: string;
350
+ ไอคอนห้องสมุด: string;
351
+ ไอคอนคณิตศาสตร์: string;
352
+ ไอคอนดนตรี: string;
353
+ ไอคอนนาฏศิลป์: string;
354
+ ไอคอนพลศึกษา: string;
355
+ ไอคอนศาสนา: string;
356
+ };
@@ -0,0 +1 @@
1
+ export default function useDebouncedValue(currentValue: any, onChange: any, processValueCallback: any): any[];
@@ -0,0 +1,49 @@
1
+ export function fromImageEmbed($element: any): {
2
+ appliedWidth: number | null;
3
+ appliedHeight: number | null;
4
+ naturalWidth: any;
5
+ naturalHeight: any;
6
+ appliedPercentage: number;
7
+ usePercentageUnits: boolean;
8
+ altText: any;
9
+ isDecorativeImage: boolean;
10
+ url: any;
11
+ };
12
+ export function fromVideoEmbed($element: any): {
13
+ titleText: any;
14
+ appliedHeight: any;
15
+ appliedWidth: any;
16
+ naturalHeight: any;
17
+ naturalWidth: any;
18
+ source: any;
19
+ };
20
+ export function scaleImageForHeight(naturalWidth: any, naturalHeight: any, targetHeight: any): {
21
+ height: number;
22
+ width: number;
23
+ } | {
24
+ height: null;
25
+ width: null;
26
+ };
27
+ export function scaleImageForWidth(naturalWidth: any, naturalHeight: any, targetWidth: any): {
28
+ height: number;
29
+ width: number;
30
+ } | {
31
+ height: null;
32
+ width: null;
33
+ };
34
+ export function scaleToSize(imageSize: any, naturalWidth: any, naturalHeight: any): {
35
+ width: any;
36
+ height: any;
37
+ };
38
+ export function labelForImageSize(imageSize: any): string;
39
+ export const MIN_HEIGHT: 10;
40
+ export const MIN_WIDTH: 10;
41
+ export const MIN_WIDTH_VIDEO: 320;
42
+ export const MIN_PERCENTAGE: 10;
43
+ export const SMALL: "small";
44
+ export const MEDIUM: "medium";
45
+ export const LARGE: "large";
46
+ export const EXTRA_LARGE: "extra-large";
47
+ export const CUSTOM: "custom";
48
+ export const imageSizes: string[];
49
+ export const videoSizes: string[];
@@ -0,0 +1,33 @@
1
+ declare function Image({ focusRef, image, onClick, isIconMaker, canvasOrigin }: {
2
+ focusRef: any;
3
+ image: any;
4
+ onClick: any;
5
+ isIconMaker: any;
6
+ canvasOrigin: any;
7
+ }): React.JSX.Element;
8
+ declare namespace Image {
9
+ namespace propTypes {
10
+ export let focusRef: import("prop-types").Requireable<import("prop-types").InferProps<{
11
+ current: import("prop-types").Requireable<Element>;
12
+ }>>;
13
+ export let image: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
14
+ display_name: import("prop-types").Validator<string>;
15
+ filename: import("prop-types").Requireable<string>;
16
+ href: import("prop-types").Validator<string>;
17
+ id: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
18
+ preview_url: import("prop-types").Requireable<string>;
19
+ thumbnail_url: import("prop-types").Validator<string>;
20
+ }>>>;
21
+ export let onClick: import("prop-types").Validator<(...args: any[]) => any>;
22
+ export { bool as isIconMaker };
23
+ export let canvasOrigin: import("prop-types").Validator<string>;
24
+ }
25
+ namespace defaultProps {
26
+ let focusRef_1: null;
27
+ export { focusRef_1 as focusRef };
28
+ export let isIconMaker: boolean;
29
+ }
30
+ }
31
+ export default Image;
32
+ import React from 'react';
33
+ import { bool } from 'prop-types';
@@ -0,0 +1,33 @@
1
+ declare function ImageList({ images, lastItemRef, onImageClick, isIconMaker, canvasOrigin }: {
2
+ images: any;
3
+ lastItemRef: any;
4
+ onImageClick: any;
5
+ isIconMaker: any;
6
+ canvasOrigin: any;
7
+ }): React.JSX.Element;
8
+ declare namespace ImageList {
9
+ namespace propTypes {
10
+ export let images: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
11
+ display_name: import("prop-types").Validator<string>;
12
+ filename: import("prop-types").Requireable<string>;
13
+ href: import("prop-types").Validator<string>;
14
+ id: import("prop-types").Requireable<NonNullable<string | number | null | undefined>>;
15
+ preview_url: import("prop-types").Requireable<string>;
16
+ thumbnail_url: import("prop-types").Validator<string>;
17
+ }>>[]>;
18
+ export let lastItemRef: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
19
+ current: import("prop-types").Requireable<Element>;
20
+ }>>>;
21
+ export let onImageClick: import("prop-types").Validator<(...args: any[]) => any>;
22
+ export { bool as isIconMaker };
23
+ export let canvasOrigin: import("prop-types").Validator<string>;
24
+ }
25
+ namespace defaultProps {
26
+ let images_1: never[];
27
+ export { images_1 as images };
28
+ export let isIconMaker: boolean;
29
+ }
30
+ }
31
+ export default ImageList;
32
+ import React from 'react';
33
+ import { bool } from 'prop-types';
@@ -0,0 +1,17 @@
1
+ export const CONTAINER_ID: "instructure-image-options-tray-container";
2
+ export default class TrayController {
3
+ _editor: any;
4
+ _isOpen: boolean;
5
+ _shouldOpen: boolean;
6
+ _renderId: number;
7
+ _isIconMaker: boolean;
8
+ get $container(): HTMLElement;
9
+ get isOpen(): boolean;
10
+ showTrayForEditor(editor: any, isIconMaker?: boolean): void;
11
+ $img: any;
12
+ hideTrayForEditor(editor: any): void;
13
+ _applyImageOptions(imageOptions: any): void;
14
+ _applyIconAltTextChanges($img: any, editor: any, imageOptions: any): void;
15
+ _dismissTray(): void;
16
+ _renderTray(): void;
17
+ }