@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.
- package/coverage/canvas-rce-jest.xml +7028 -0
- package/es/bridge/Bridge.d.ts +179 -0
- package/es/bridge/index.d.ts +3 -0
- package/es/canvasFileBrowser/FileBrowser.d.ts +80 -0
- package/es/canvasFileBrowser/en-US.d.ts +0 -0
- package/es/common/FlashAlert.d.ts +41 -0
- package/es/common/browser.d.ts +5 -0
- package/es/common/fileUrl.d.ts +13 -0
- package/es/common/getCookie.d.ts +7 -0
- package/es/common/incremental-loading/LoadMoreButton.d.ts +12 -0
- package/es/common/incremental-loading/LoadingIndicator.d.ts +2 -0
- package/es/common/incremental-loading/LoadingStatus.d.ts +6 -0
- package/es/common/incremental-loading/index.d.ts +4 -0
- package/es/common/incremental-loading/useIncrementalLoading.d.ts +10 -0
- package/es/common/indicate.d.ts +1 -0
- package/es/common/mimeClass.d.ts +5 -0
- package/es/common/natcompare.d.ts +8 -0
- package/es/defaultTinymceConfig.d.ts +44 -0
- package/es/elementDenylist.d.ts +2 -0
- package/es/enhance-user-content/doc_previews.d.ts +10 -0
- package/es/enhance-user-content/enhance_user_content.d.ts +1 -0
- package/es/enhance-user-content/external_links.d.ts +2 -0
- package/es/enhance-user-content/index.d.ts +4 -0
- package/es/enhance-user-content/instructure_helper.d.ts +6 -0
- package/es/enhance-user-content/jqueryish_funcs.d.ts +9 -0
- package/es/enhance-user-content/mathml.d.ts +28 -0
- package/es/enhance-user-content/media_comment_thumbnail.d.ts +1 -0
- package/es/format-message.d.ts +3 -0
- package/es/getThemeVars.d.ts +5 -0
- package/es/getTranslations.d.ts +2 -0
- package/es/index.d.ts +59 -0
- package/es/rce/AlertMessageArea.d.ts +16 -0
- package/es/rce/DraggingBlocker.d.ts +8 -0
- package/es/rce/KeyboardShortcutModal.d.ts +12 -0
- package/es/rce/RCE.d.ts +130 -0
- package/es/rce/RCEGlobals.d.ts +21 -0
- package/es/rce/RCEVariants.d.ts +17 -0
- package/es/rce/RCEWrapper.d.ts +428 -0
- package/es/rce/RCEWrapper.utils.d.ts +24 -0
- package/es/rce/RCEWrapperProps.d.ts +175 -0
- package/es/rce/RceHtmlEditor.d.ts +8 -0
- package/es/rce/ResizeHandle.d.ts +15 -0
- package/es/rce/RestoreAutoSaveModal.d.ts +15 -0
- package/es/rce/ShowOnFocusButton/index.d.ts +22 -0
- package/es/rce/StatusBar.d.ts +38 -0
- package/es/rce/alertHandler.d.ts +19 -0
- package/es/rce/contentInsertion.d.ts +8 -0
- package/es/rce/contentInsertionUtils.d.ts +20 -0
- package/es/rce/contentRendering.d.ts +9 -0
- package/es/rce/customEvents.d.ts +1 -0
- package/es/rce/editorLanguage.d.ts +10 -0
- package/es/rce/indicatorRegion.d.ts +6 -0
- package/es/rce/normalizeLocale.d.ts +1 -0
- package/es/rce/normalizeProps.d.ts +3 -0
- package/es/rce/plugins/instructure-ui-icons/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_color/clickCallback.d.ts +7 -0
- package/es/rce/plugins/instructure_color/components/ColorPicker.d.ts +30 -0
- package/es/rce/plugins/instructure_color/components/ColorPopup.d.ts +12 -0
- package/es/rce/plugins/instructure_color/components/colorUtils.d.ts +4 -0
- package/es/rce/plugins/instructure_color/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_condensed_buttons/core/ListUtils.d.ts +16 -0
- package/es/rce/plugins/instructure_condensed_buttons/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_condensed_buttons/ui/alignment-button.d.ts +2 -0
- package/es/rce/plugins/instructure_condensed_buttons/ui/directionality-button.d.ts +1 -0
- package/es/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.d.ts +2 -0
- package/es/rce/plugins/instructure_condensed_buttons/ui/list-button.d.ts +8 -0
- package/es/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.d.ts +2 -0
- package/es/rce/plugins/instructure_documents/clickCallback.d.ts +1 -0
- package/es/rce/plugins/instructure_documents/components/DocumentsPanel.d.ts +18 -0
- package/es/rce/plugins/instructure_documents/components/Link.d.ts +28 -0
- package/es/rce/plugins/instructure_documents/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.d.ts +2 -0
- package/es/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.d.ts +4 -0
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.d.ts +51 -0
- package/es/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.d.ts +16 -0
- package/es/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.d.ts +12 -0
- package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.d.ts +6 -0
- package/es/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.d.ts +17 -0
- package/es/rce/plugins/instructure_equation/EquationEditorToolbar/index.d.ts +10 -0
- package/es/rce/plugins/instructure_equation/MathIcon/index.d.ts +10 -0
- package/es/rce/plugins/instructure_equation/MathIcon/svgs.d.ts +216 -0
- package/es/rce/plugins/instructure_equation/clickCallback.d.ts +1 -0
- package/es/rce/plugins/instructure_equation/mathlive/index.d.ts +1 -0
- package/es/rce/plugins/instructure_equation/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_fullscreen/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_html_view/clickCallback.d.ts +1 -0
- package/es/rce/plugins/instructure_html_view/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_icon_maker/clickCallback.d.ts +5 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.d.ts +6 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.d.ts +10 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.d.ts +11 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.d.ts +6 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.d.ts +8 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.d.ts +29 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.d.ts +56 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.d.ts +20 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.d.ts +3 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.d.ts +23 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.d.ts +91 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.d.ts +154 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.d.ts +28 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.d.ts +29 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.d.ts +97 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.d.ts +26 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.d.ts +1 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.d.ts +21 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.d.ts +5 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.d.ts +4 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.d.ts +5 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.d.ts +5 -0
- package/es/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.d.ts +1 -0
- package/es/rce/plugins/instructure_icon_maker/components/IconMakerTray.d.ts +22 -0
- package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.d.ts +30 -0
- package/es/rce/plugins/instructure_icon_maker/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_icon_maker/reducers/imageSection.d.ts +97 -0
- package/es/rce/plugins/instructure_icon_maker/reducers/svgSettings.d.ts +40 -0
- package/es/rce/plugins/instructure_icon_maker/registerEditToolbar.d.ts +3 -0
- package/es/rce/plugins/instructure_icon_maker/svg/clipPath.d.ts +2 -0
- package/es/rce/plugins/instructure_icon_maker/svg/constants.d.ts +66 -0
- package/es/rce/plugins/instructure_icon_maker/svg/font.d.ts +2 -0
- package/es/rce/plugins/instructure_icon_maker/svg/image.d.ts +44 -0
- package/es/rce/plugins/instructure_icon_maker/svg/index.d.ts +9 -0
- package/es/rce/plugins/instructure_icon_maker/svg/metadata.d.ts +2 -0
- package/es/rce/plugins/instructure_icon_maker/svg/settings.d.ts +6 -0
- package/es/rce/plugins/instructure_icon_maker/svg/shape.d.ts +14 -0
- package/es/rce/plugins/instructure_icon_maker/svg/text.d.ts +28 -0
- package/es/rce/plugins/instructure_icon_maker/svg/utils.d.ts +3 -0
- package/es/rce/plugins/instructure_icon_maker/utils/IconMakerClose.d.ts +2 -0
- package/es/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.d.ts +35 -0
- package/es/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.d.ts +4 -0
- package/es/rce/plugins/instructure_icon_maker/utils/iconValidation.d.ts +6 -0
- package/es/rce/plugins/instructure_icon_maker/utils/iconsLabels.d.ts +356 -0
- package/es/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.d.ts +1 -0
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.d.ts +49 -0
- package/es/rce/plugins/instructure_image/ImageList/Image.d.ts +33 -0
- package/es/rce/plugins/instructure_image/ImageList/index.d.ts +33 -0
- package/es/rce/plugins/instructure_image/ImageOptionsTray/TrayController.d.ts +17 -0
- package/es/rce/plugins/instructure_image/ImageOptionsTray/index.d.ts +29 -0
- package/es/rce/plugins/instructure_image/Images/index.d.ts +24 -0
- package/es/rce/plugins/instructure_image/clickCallback.d.ts +1 -0
- package/es/rce/plugins/instructure_image/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_links/clickCallback.d.ts +1 -0
- package/es/rce/plugins/instructure_links/components/AccordionSection.d.ts +18 -0
- package/es/rce/plugins/instructure_links/components/CollectionPanel.d.ts +113 -0
- package/es/rce/plugins/instructure_links/components/Link.d.ts +24 -0
- package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.d.ts +18 -0
- package/es/rce/plugins/instructure_links/components/LinkOptionsDialog/index.d.ts +24 -0
- package/es/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.d.ts +14 -0
- package/es/rce/plugins/instructure_links/components/LinkOptionsTray/index.d.ts +18 -0
- package/es/rce/plugins/instructure_links/components/LinkSet.d.ts +46 -0
- package/es/rce/plugins/instructure_links/components/LinksPanel.d.ts +107 -0
- package/es/rce/plugins/instructure_links/components/NavigationPanel.d.ts +17 -0
- package/es/rce/plugins/instructure_links/components/NoResults.d.ts +13 -0
- package/es/rce/plugins/instructure_links/components/propTypes.d.ts +102 -0
- package/es/rce/plugins/instructure_links/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_links/validateURL.d.ts +6 -0
- package/es/rce/plugins/instructure_media_embed/clickCallback.d.ts +1 -0
- package/es/rce/plugins/instructure_media_embed/components/Embed.d.ts +11 -0
- package/es/rce/plugins/instructure_media_embed/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_paste/pasteMenuCommand.d.ts +1 -0
- package/es/rce/plugins/instructure_paste/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.d.ts +30 -0
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.d.ts +77 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.d.ts +45 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.d.ts +8 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.d.ts +14 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.d.ts +18 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.d.ts +12 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.d.ts +7 -0
- package/es/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.d.ts +10 -0
- package/es/rce/plugins/instructure_rce_external_tools/constants.d.ts +9 -0
- package/es/rce/plugins/instructure_rce_external_tools/dialog-helper.d.ts +3 -0
- package/es/rce/plugins/instructure_rce_external_tools/helpers/tags.d.ts +18 -0
- package/es/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.d.ts +27 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.d.ts +72 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.d.ts +55 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.d.ts +31 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.d.ts +19 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.d.ts +11 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.d.ts +17 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.d.ts +7 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.d.ts +9 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.d.ts +13 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.d.ts +12 -0
- package/es/rce/plugins/instructure_rce_external_tools/plugin.d.ts +9 -0
- package/es/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.d.ts +1 -0
- package/es/rce/plugins/instructure_rce_external_tools/util/externalToolsForToolbar.d.ts +2 -0
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.d.ts +17 -0
- package/es/rce/plugins/instructure_record/AudioOptionsTray/index.d.ts +41 -0
- package/es/rce/plugins/instructure_record/MediaPanel/index.d.ts +18 -0
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.d.ts +27 -0
- package/es/rce/plugins/instructure_record/VideoOptionsTray/index.d.ts +45 -0
- package/es/rce/plugins/instructure_record/clickCallback.d.ts +2 -0
- package/es/rce/plugins/instructure_record/mediaTranslations.d.ts +69 -0
- package/es/rce/plugins/instructure_record/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_search_and_replace/clickCallback.d.ts +2 -0
- package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTray.d.ts +14 -0
- package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTrayController.d.ts +12 -0
- package/es/rce/plugins/instructure_search_and_replace/getSelectionContext.d.ts +1 -0
- package/es/rce/plugins/instructure_search_and_replace/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_studio_media_options/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_wordcount/clickCallback.d.ts +6 -0
- package/es/rce/plugins/instructure_wordcount/components/WordCountModal.d.ts +8 -0
- package/es/rce/plugins/instructure_wordcount/plugin.d.ts +1 -0
- package/es/rce/plugins/instructure_wordcount/utils/countContent.d.ts +11 -0
- package/es/rce/plugins/instructure_wordcount/utils/tableContent.d.ts +12 -0
- package/es/rce/plugins/shared/CanvasContentTray.d.ts +66 -0
- package/es/rce/plugins/shared/CheckerboardStyling.d.ts +5 -0
- package/es/rce/plugins/shared/ColorInput.d.ts +11 -0
- package/es/rce/plugins/shared/ConditionalTooltip.d.ts +12 -0
- package/es/rce/plugins/shared/ContentSelection.d.ts +75 -0
- package/es/rce/plugins/shared/DimensionUtils.d.ts +14 -0
- package/es/rce/plugins/shared/DimensionsInput/DimensionInput.d.ts +13 -0
- package/es/rce/plugins/shared/DimensionsInput/index.d.ts +36 -0
- package/es/rce/plugins/shared/DimensionsInput/useDimensionsState.d.ts +25 -0
- package/es/rce/plugins/shared/ErrorBoundary.d.ts +16 -0
- package/es/rce/plugins/shared/EventUtils.d.ts +8 -0
- package/es/rce/plugins/shared/Filter.d.ts +18 -0
- package/es/rce/plugins/shared/FixedContentTray.d.ts +46 -0
- package/es/rce/plugins/shared/ImageCropper/DirectionRegion.d.ts +13 -0
- package/es/rce/plugins/shared/ImageCropper/Modal.d.ts +40 -0
- package/es/rce/plugins/shared/ImageCropper/Preview.d.ts +21 -0
- package/es/rce/plugins/shared/ImageCropper/constants.d.ts +22 -0
- package/es/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.d.ts +30 -0
- package/es/rce/plugins/shared/ImageCropper/controls/ResetControls.d.ts +14 -0
- package/es/rce/plugins/shared/ImageCropper/controls/RotationControls.d.ts +18 -0
- package/es/rce/plugins/shared/ImageCropper/controls/ShapeControls.d.ts +12 -0
- package/es/rce/plugins/shared/ImageCropper/controls/ZoomControls.d.ts +18 -0
- package/es/rce/plugins/shared/ImageCropper/controls/index.d.ts +5 -0
- package/es/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.d.ts +7 -0
- package/es/rce/plugins/shared/ImageCropper/controls/utils.d.ts +4 -0
- package/es/rce/plugins/shared/ImageCropper/imageCropUtils.d.ts +8 -0
- package/es/rce/plugins/shared/ImageCropper/index.d.ts +1 -0
- package/es/rce/plugins/shared/ImageCropper/propTypes.d.ts +9 -0
- package/es/rce/plugins/shared/ImageCropper/reducers/imageCropper.d.ts +18 -0
- package/es/rce/plugins/shared/ImageCropper/shape.d.ts +10 -0
- package/es/rce/plugins/shared/ImageCropper/svg/index.d.ts +1 -0
- package/es/rce/plugins/shared/ImageCropper/svg/shape.d.ts +4 -0
- package/es/rce/plugins/shared/ImageCropper/svg/utils.d.ts +1 -0
- package/es/rce/plugins/shared/ImageCropper/useKeyMouseEvents.d.ts +1 -0
- package/es/rce/plugins/shared/ImageCropper/useMouseWheel.d.ts +1 -0
- package/es/rce/plugins/shared/ImageOptionsForm.d.ts +19 -0
- package/es/rce/plugins/shared/LinkDisplay.d.ts +9 -0
- package/es/rce/plugins/shared/PreviewIcon.d.ts +50 -0
- package/es/rce/plugins/shared/Previewable.d.ts +2 -0
- package/es/rce/plugins/shared/RceFileBrowser.d.ts +19 -0
- package/es/rce/plugins/shared/StoreContext.d.ts +15 -0
- package/es/rce/plugins/shared/StudioLtiSupportUtils.d.ts +37 -0
- package/es/rce/plugins/shared/UnknownFileTypePanel.d.ts +2 -0
- package/es/rce/plugins/shared/Upload/CanvasContentPanel.d.ts +29 -0
- package/es/rce/plugins/shared/Upload/CategoryProcessor.d.ts +3 -0
- package/es/rce/plugins/shared/Upload/ComputerPanel.d.ts +32 -0
- package/es/rce/plugins/shared/Upload/PanelFilter.d.ts +10 -0
- package/es/rce/plugins/shared/Upload/SvgCategoryProcessor.d.ts +4 -0
- package/es/rce/plugins/shared/Upload/UploadFile.d.ts +24 -0
- package/es/rce/plugins/shared/Upload/UploadFileModal.d.ts +3 -0
- package/es/rce/plugins/shared/Upload/UrlPanel.d.ts +12 -0
- package/es/rce/plugins/shared/Upload/UsageRightsSelectBox.d.ts +23 -0
- package/es/rce/plugins/shared/Upload/doFileUpload.d.ts +17 -0
- package/es/rce/plugins/shared/Upload/index.d.ts +2 -0
- package/es/rce/plugins/shared/ai_tools/AIResponseModal.d.ts +10 -0
- package/es/rce/plugins/shared/ai_tools/AIToolsTray.d.ts +18 -0
- package/es/rce/plugins/shared/ai_tools/aiicons.d.ts +7 -0
- package/es/rce/plugins/shared/ai_tools/index.d.ts +3 -0
- package/es/rce/plugins/shared/buildDownloadUrl.d.ts +1 -0
- package/es/rce/plugins/shared/canvasContentUtils.d.ts +138 -0
- package/es/rce/plugins/shared/compressionUtils.d.ts +11 -0
- package/es/rce/plugins/shared/dateUtils.d.ts +1 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/defaultFetchOptions.d.ts +4 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/doFetchApi.d.ts +22 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/get-cookie.d.ts +7 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/index.d.ts +7 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/parse-link-header.d.ts +12 -0
- package/es/rce/plugins/shared/do-fetch-api-effect/query-string-encoding.d.ts +6 -0
- package/es/rce/plugins/shared/fileShape.d.ts +116 -0
- package/es/rce/plugins/shared/fileTypeUtils.d.ts +28 -0
- package/es/rce/plugins/shared/fileUtils.d.ts +1 -0
- package/es/rce/plugins/shared/linkUtils.d.ts +5 -0
- package/es/rce/plugins/shared/round.d.ts +1 -0
- package/es/rce/plugins/shared/trayUtils.d.ts +3 -0
- package/es/rce/plugins/shared/useDataUrl.d.ts +8 -0
- package/es/rce/plugins/shared/useFilterSettings.d.ts +10 -0
- package/es/rce/plugins/tinymce-a11y-checker/components/ColorField.d.ts +33 -0
- package/es/rce/plugins/tinymce-a11y-checker/components/checker.d.ts +53 -0
- package/es/rce/plugins/tinymce-a11y-checker/components/color-picker.d.ts +2 -0
- package/es/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.d.ts +2 -0
- package/es/rce/plugins/tinymce-a11y-checker/components/pointer.d.ts +2 -0
- package/es/rce/plugins/tinymce-a11y-checker/node-checker.d.ts +1 -0
- package/es/rce/plugins/tinymce-a11y-checker/plugin.d.ts +2 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.d.ts +19 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.d.ts +18 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.d.ts +28 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.d.ts +25 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.d.ts +18 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/img-alt.d.ts +25 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/index.d.ts +198 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.d.ts +19 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/list-structure.d.ts +20 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.d.ts +18 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.d.ts +19 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/table-caption.d.ts +17 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.d.ts +18 -0
- package/es/rce/plugins/tinymce-a11y-checker/rules/table-header.d.ts +18 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/colors.d.ts +10 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/describe.d.ts +1 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/dom.d.ts +11 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.d.ts +7 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.d.ts +2 -0
- package/es/rce/plugins/tinymce-a11y-checker/utils/strings.d.ts +2 -0
- package/es/rce/root.d.ts +3 -0
- package/es/rce/sanitizePlugins.d.ts +1 -0
- package/es/rce/style.d.ts +64 -0
- package/es/rce/tinyRCE.d.ts +2 -0
- package/es/rce/tinymce.oxide.content.min.css.d.ts +2 -0
- package/es/rce/tinymce.oxide.skin.min.css.d.ts +2 -0
- package/es/rce/transformContent.d.ts +13 -0
- package/es/rce/types.d.ts +96 -0
- package/es/rce/userOS.d.ts +4 -0
- package/es/rce/wrapInitCb.d.ts +2 -0
- package/es/rcs/api.d.ts +117 -0
- package/es/rcs/buildError.d.ts +4 -0
- package/es/rcs/fake.d.ts +111 -0
- package/es/sidebar/actions/all_files.d.ts +5 -0
- package/es/sidebar/actions/data.d.ts +29 -0
- package/es/sidebar/actions/documents.d.ts +42 -0
- package/es/sidebar/actions/files.d.ts +66 -0
- package/es/sidebar/actions/filter.d.ts +25 -0
- package/es/sidebar/actions/flickr.d.ts +20 -0
- package/es/sidebar/actions/images.d.ts +63 -0
- package/es/sidebar/actions/links.d.ts +4 -0
- package/es/sidebar/actions/media.d.ts +46 -0
- package/es/sidebar/actions/session.d.ts +2 -0
- package/es/sidebar/actions/ui.d.ts +22 -0
- package/es/sidebar/actions/upload.d.ts +114 -0
- package/es/sidebar/containers/Sidebar.d.ts +1 -0
- package/es/sidebar/containers/sidebarHandlers.d.ts +33 -0
- package/es/sidebar/dragHtml.d.ts +1 -0
- package/es/sidebar/reducers/all_files.d.ts +1 -0
- package/es/sidebar/reducers/collection.d.ts +1 -0
- package/es/sidebar/reducers/collections.d.ts +9 -0
- package/es/sidebar/reducers/documents.d.ts +1 -0
- package/es/sidebar/reducers/files.d.ts +1 -0
- package/es/sidebar/reducers/filter.d.ts +7 -0
- package/es/sidebar/reducers/flickr.d.ts +1 -0
- package/es/sidebar/reducers/folder.d.ts +25 -0
- package/es/sidebar/reducers/folders.d.ts +1 -0
- package/es/sidebar/reducers/images.d.ts +1 -0
- package/es/sidebar/reducers/index.d.ts +44 -0
- package/es/sidebar/reducers/media.d.ts +1 -0
- package/es/sidebar/reducers/newPageLinkExpanded.d.ts +1 -0
- package/es/sidebar/reducers/noop.d.ts +1 -0
- package/es/sidebar/reducers/rootFolderId.d.ts +1 -0
- package/es/sidebar/reducers/session.d.ts +1 -0
- package/es/sidebar/reducers/ui.d.ts +6 -0
- package/es/sidebar/reducers/upload.d.ts +11 -0
- package/es/sidebar/store/configureStore.d.ts +3 -0
- package/es/sidebar/store/initialState.d.ts +22 -0
- package/es/translations/locales/ab.d.ts +1 -0
- package/es/translations/locales/ar.d.ts +1 -0
- package/es/translations/locales/ca.d.ts +1 -0
- package/es/translations/locales/cs.d.ts +1 -0
- package/es/translations/locales/cs_CZ.d.ts +1 -0
- package/es/translations/locales/cy.d.ts +1 -0
- package/es/translations/locales/da-x-k12.d.ts +1 -0
- package/es/translations/locales/da.d.ts +1 -0
- package/es/translations/locales/da_DK.d.ts +1 -0
- package/es/translations/locales/de.d.ts +1 -0
- package/es/translations/locales/el.d.ts +1 -0
- package/es/translations/locales/en-AU-x-unimelb.d.ts +1 -0
- package/es/translations/locales/en-GB-x-ukhe.d.ts +1 -0
- package/es/translations/locales/en.d.ts +1 -0
- package/es/translations/locales/en_AU.d.ts +1 -0
- package/es/translations/locales/en_CA.d.ts +1 -0
- package/es/translations/locales/en_CY.d.ts +1 -0
- package/es/translations/locales/en_GB.d.ts +1 -0
- package/es/translations/locales/en_NZ.d.ts +1 -0
- package/es/translations/locales/en_SE.d.ts +1 -0
- package/es/translations/locales/en_US.d.ts +1 -0
- package/es/translations/locales/es.d.ts +1 -0
- package/es/translations/locales/es_ES.d.ts +1 -0
- package/es/translations/locales/es_GT.d.ts +1 -0
- package/es/translations/locales/fa_IR.d.ts +1 -0
- package/es/translations/locales/fi.d.ts +1 -0
- package/es/translations/locales/fr.d.ts +1 -0
- package/es/translations/locales/fr_CA.d.ts +1 -0
- package/es/translations/locales/ga.d.ts +1 -0
- package/es/translations/locales/he.d.ts +1 -0
- package/es/translations/locales/hi.d.ts +1 -0
- package/es/translations/locales/ht.d.ts +1 -0
- package/es/translations/locales/hu.d.ts +1 -0
- package/es/translations/locales/hu_HU.d.ts +1 -0
- package/es/translations/locales/hy.d.ts +1 -0
- package/es/translations/locales/id.d.ts +1 -0
- package/es/translations/locales/id_ID.d.ts +1 -0
- package/es/translations/locales/is.d.ts +1 -0
- package/es/translations/locales/it.d.ts +1 -0
- package/es/translations/locales/ja.d.ts +1 -0
- package/es/translations/locales/ko.d.ts +1 -0
- package/es/translations/locales/ko_KR.d.ts +1 -0
- package/es/translations/locales/lt.d.ts +1 -0
- package/es/translations/locales/lt_LT.d.ts +1 -0
- package/es/translations/locales/mi.d.ts +1 -0
- package/es/translations/locales/mn_MN.d.ts +1 -0
- package/es/translations/locales/ms.d.ts +1 -0
- package/es/translations/locales/nb-x-k12.d.ts +1 -0
- package/es/translations/locales/nb.d.ts +1 -0
- package/es/translations/locales/nl.d.ts +1 -0
- package/es/translations/locales/nl_NL.d.ts +1 -0
- package/es/translations/locales/nn.d.ts +1 -0
- package/es/translations/locales/pl.d.ts +1 -0
- package/es/translations/locales/pt.d.ts +1 -0
- package/es/translations/locales/pt_BR.d.ts +1 -0
- package/es/translations/locales/ro.d.ts +1 -0
- package/es/translations/locales/ru.d.ts +1 -0
- package/es/translations/locales/se.d.ts +1 -0
- package/es/translations/locales/sl.d.ts +1 -0
- package/es/translations/locales/sv-x-k12.d.ts +1 -0
- package/es/translations/locales/sv.d.ts +1 -0
- package/es/translations/locales/sv_SE.d.ts +1 -0
- package/es/translations/locales/tg.d.ts +1 -0
- package/es/translations/locales/th.d.ts +1 -0
- package/es/translations/locales/th_TH.d.ts +1 -0
- package/es/translations/locales/tl_PH.d.ts +1 -0
- package/es/translations/locales/tr.d.ts +1 -0
- package/es/translations/locales/uk_UA.d.ts +1 -0
- package/es/translations/locales/vi.d.ts +1 -0
- package/es/translations/locales/vi_VN.d.ts +1 -0
- package/es/translations/locales/zh-Hans.d.ts +1 -0
- package/es/translations/locales/zh-Hant.d.ts +1 -0
- package/es/translations/locales/zh.d.ts +1 -0
- package/es/translations/locales/zh_HK.d.ts +1 -0
- package/es/translations/locales/zh_TW.Big5.d.ts +1 -0
- package/es/translations/locales/zh_TW.d.ts +1 -0
- package/es/translations/tinymce/ar_SA.d.ts +0 -0
- package/es/translations/tinymce/bg_BG.d.ts +0 -0
- package/es/translations/tinymce/ca.d.ts +0 -0
- package/es/translations/tinymce/cs.d.ts +0 -0
- package/es/translations/tinymce/cy.d.ts +0 -0
- package/es/translations/tinymce/da.d.ts +0 -0
- package/es/translations/tinymce/de.d.ts +0 -0
- package/es/translations/tinymce/el.d.ts +0 -0
- package/es/translations/tinymce/en_GB.d.ts +0 -0
- package/es/translations/tinymce/es.d.ts +0 -0
- package/es/translations/tinymce/fa_IR.d.ts +0 -0
- package/es/translations/tinymce/fi.d.ts +0 -0
- package/es/translations/tinymce/fr_FR.d.ts +0 -0
- package/es/translations/tinymce/ga.d.ts +0 -0
- package/es/translations/tinymce/he_IL.d.ts +0 -0
- package/es/translations/tinymce/hu_HU.d.ts +0 -0
- package/es/translations/tinymce/hy.d.ts +0 -0
- package/es/translations/tinymce/id.d.ts +0 -0
- package/es/translations/tinymce/it.d.ts +0 -0
- package/es/translations/tinymce/ja.d.ts +0 -0
- package/es/translations/tinymce/ko_KR.d.ts +0 -0
- package/es/translations/tinymce/nb_NO.d.ts +0 -0
- package/es/translations/tinymce/nl.d.ts +0 -0
- package/es/translations/tinymce/pl.d.ts +0 -0
- package/es/translations/tinymce/pt_BR.d.ts +0 -0
- package/es/translations/tinymce/pt_PT.d.ts +0 -0
- package/es/translations/tinymce/ro.d.ts +0 -0
- package/es/translations/tinymce/ru.d.ts +0 -0
- package/es/translations/tinymce/ru_RU.d.ts +0 -0
- package/es/translations/tinymce/sl.d.ts +0 -0
- package/es/translations/tinymce/sr.d.ts +0 -0
- package/es/translations/tinymce/sv_SE.d.ts +0 -0
- package/es/translations/tinymce/th.d.ts +0 -0
- package/es/translations/tinymce/tr_TR.d.ts +0 -0
- package/es/translations/tinymce/uk_UA.d.ts +0 -0
- package/es/translations/tinymce/vi_VN.d.ts +0 -0
- package/es/translations/tinymce/zh_CN.d.ts +0 -0
- package/es/translations/tinymce/zh_TW.d.ts +0 -0
- package/es/util/DeepPartialNullable.d.ts +15 -0
- package/es/util/ExtractRequired.d.ts +42 -0
- package/es/util/TypedDict.d.ts +99 -0
- package/es/util/assertNever.d.ts +24 -0
- package/es/util/elem-util.d.ts +6 -0
- package/es/util/encrypted-storage.d.ts +9 -0
- package/es/util/file-url-util.d.ts +1 -0
- package/es/util/fullscreenHelpers.d.ts +6 -0
- package/es/util/instui-icon-helper.d.ts +19 -0
- package/es/util/loadingPlaceholder.d.ts +39 -0
- package/es/util/simpleCache.d.ts +11 -0
- package/es/util/string-util.d.ts +20 -0
- package/es/util/textarea-editing-util.d.ts +35 -0
- package/es/util/tinymce-plugin-util.d.ts +16 -0
- package/es/util/url-util.d.ts +32 -0
- package/package.json +2 -3
- package/tsconfig.tsbuildinfo +1 -0
- 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,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,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,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,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;
|