@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,2 @@
1
+ declare const _default: ".tox{box-shadow:none;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox :not(svg):not(rect){background:0 0;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:1px solid #ccc;border-radius:0;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;overflow:hidden;position:relative;visibility:inherit!important}.tox-tinymce-inline{border:none;box-shadow:none}.tox-tinymce-inline .tox-editor-header{background-color:transparent;border:1px solid #ccc;border-radius:0;box-shadow:none}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description{align-items:stretch;border:1px solid #ccc;border-radius:3px;display:flex;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>:last-child:not(:only-child){border-color:#ccc;border-style:solid}.tox .accessibility-issue__repair{margin-top:16px}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:rgba(32,122,183,.1);border-color:rgba(32,122,183,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description>:last-child{border-color:rgba(32,122,183,.4)}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{color:#207ab7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg{fill:#207ab7}.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon{color:#207ab7}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:rgba(255,165,0,.1);border-color:rgba(255,165,0,.5);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description>:last-child{border-color:rgba(255,165,0,.5)}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{color:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg{fill:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon{color:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:rgba(204,0,0,.1);border-color:rgba(204,0,0,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description>:last-child{border-color:rgba(204,0,0,.4)}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:rgba(120,171,70,.1);border-color:rgba(120,171,70,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{border-color:rgba(120,171,70,.4)}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#78ab46}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg{fill:#78ab46}.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon{color:#78ab46}.tox .tox-dialog__body-content .accessibility-issue__header h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:4px 4px 4px 8px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description>:last-child{border-left-width:1px;padding-left:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description>:last-child{border-right-width:1px;padding-right:4px}.tox .tox-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bar{display:flex;flex:0 0 auto}.tox .tox-button{background-color:#207ab7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#207ab7;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button[disabled]{background-color:#207ab7;background-image:none;border-color:#207ab7;box-shadow:none;color:rgba(255,255,255,.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#1c6ca1;background-image:none;border-color:#1c6ca1;box-shadow:none;color:#fff}.tox .tox-button:hover:not(:disabled){background-color:#1c6ca1;background-image:none;border-color:#1c6ca1;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#185d8c;background-image:none;border-color:#185d8c;box-shadow:none;color:#fff}.tox .tox-button--secondary{background-color:#f0f0f0;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#f0f0f0;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;text-decoration:none;text-transform:none}.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;border-color:#f0f0f0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:#f0f0f0;border-color:#f0f0f0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:#e3e3e3;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:#e3e3e3;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:#d6d6d6;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{align-items:center;border-radius:3px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:calc(4px - 1px);width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:rgba(34,47,62,.3)}.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#207ab7}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#207ab7}.tox .tox-checkbox--disabled{color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:rgba(34,47,62,.5)}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:3px;box-shadow:inset 0 0 0 1px #207ab7;padding:calc(4px - 1px)}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#ccc;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#e6e6e6;color:rgba(34,47,62,.7);cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;color:#222f3e;cursor:pointer;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#dee0e2}.tox .tox-collection--toolbar .tox-collection__item--enabled{background-color:#c8cbcf;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#dee0e2}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#c8cbcf;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#dee0e2;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;-ms-flex-preferred-size:auto;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:rgba(34,47,62,.7);display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret::after{content:'';font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:#222f3e}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:34px;margin:2px 0 3px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:flex}.tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{-ms-grid-row-align:center;align-self:center;flex:1 1 auto;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{-ms-grid-row-align:center;align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid #ccc}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid #ccc}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg{transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}.tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}.tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red!important}.tox .tox-rgb-form .tox-rgba-preview{border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-sv-palette{margin-left:15px}.tox[dir=rtl] .tox-hue-slider{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:2px 0 3px 4px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px 0}.tox .tox-swatches__row{display:flex}.tox .tox-swatch{height:30px;transition:transform .15s,box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{box-shadow:0 0 0 1px rgba(127,127,127,.3) inset;transform:scale(.8)}.tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#dee0e2}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 4px 8px 0 rgba(34,47,62,.1);padding:8px 8px 16px 8px;position:relative}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:rgba(34,47,62,.7);font-size:12px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:initial}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34,47,62,.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay::after{background:#fff;bottom:0;content:\"\";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient::after{background:linear-gradient(rgba(255,255,255,0),#fff);bottom:0;content:\"\";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:rgba(34,47,62,.7)}.tox .tox-user__name{color:rgba(34,47,62,.7);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase}.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:rgba(255,255,255,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#ccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0 16px;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;-ms-flex-preferred-size:auto;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;padding:16px 16px}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34,47,62,.7);display:inline-block;font-size:14px;line-height:1.3;margin-bottom:8px;text-decoration:none;white-space:nowrap}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(32,122,183,.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #207ab7;color:#207ab7}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto;max-height:650px;overflow:auto;-webkit-overflow-scrolling:touch;padding:16px 16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#207ab7;cursor:pointer;text-decoration:none}.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#185d8c;text-decoration:none}.tox .tox-dialog__body-content a:active{color:#185d8c;text-decoration:none}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content ul{display:block;list-style-type:disc;margin-bottom:16px;-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:1px solid #ccc;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:rgba(255,255,255,.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #ccc}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;-ms-flex-preferred-size:auto;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}.tox.tox-platform-ie .tox-dialog-wrap{position:-ms-device-fixed}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #ccc;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:rgba(34,47,62,.7);margin:0 0 16px 0}.tox .tox-edit-area{display:flex;flex:1;-ms-flex-preferred-size:auto;overflow:hidden;position:relative}.tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;-ms-flex-preferred-size:auto;height:100%;position:absolute;width:100%}.tox.tox-inline-edit-area{border:1px dotted #ccc}.tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-editor-header{z-index:1}.tox:not(.tox-tinymce-inline) .tox-editor-header{box-shadow:none;transition:box-shadow .5s}.tox.tox-tinymce--toolbar-bottom .tox-editor-header,.tox.tox-tinymce-inline .tox-editor-header{margin-bottom:-1px}.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:transparent;box-shadow:0 4px 4px -3px rgba(0,0,0,.25)}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{transition:visibility 0s linear .25s,opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}.tox .tox-control-wrap{flex:1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border-color:rgba(34,47,62,.2);border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#207ab7;cursor:pointer}.tox .tox-color-input span::before{background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:3px;box-sizing:border-box;content:'';height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34,47,62,.7);display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - (8px / 2))}.tox .tox-form__grid--3col>.tox-form__group{width:calc(100% / 3 - (8px / 2))}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - (8px / 2))}.tox .tox-form__controls-h-stack{align-items:center;display:flex}.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-textarea{flex:1;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;-ms-flex-preferred-size:auto;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#ccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 4.75px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea:focus,.tox .tox-textfield:focus{background-color:#fff;border-color:#207ab7;box-shadow:none;outline:0}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#207ab7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}.tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}.tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#ccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 4.75px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#207ab7;box-shadow:none;outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tox:not([dir=rtl]) .tox-selectfield select[size=\"0\"],.tox:not([dir=rtl]) .tox-selectfield select[size=\"1\"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size=\"0\"],.tox[dir=rtl] .tox-selectfield select[size=\"1\"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox-fullscreen{border:0;height:100%;left:0;margin:0;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:none;padding:0;position:fixed;top:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox.tox-tinymce.tox-fullscreen{background-color:transparent;z-index:1200}.tox-shadowhost.tox-fullscreen{z-index:1200}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-image-tools{width:100%}.tox .tox-image-tools__toolbar{align-items:center;display:flex;justify-content:center}.tox .tox-image-tools__image{background-color:#666;height:380px;overflow:auto;position:relative;width:100%}.tox .tox-image-tools__image,.tox .tox-image-tools__image+.tox-image-tools__toolbar{margin-top:8px}.tox .tox-image-tools__image-bg{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools__toolbar>.tox-spacer{flex:1;-ms-flex-preferred-size:auto}.tox .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-slider:not(:first-of-type){margin-left:8px}.tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-button+.tox-slider{margin-left:32px}.tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-slider+.tox-button{margin-left:32px}.tox[dir=rtl] .tox-image-tools__toolbar>.tox-slider:not(:first-of-type){margin-right:8px}.tox[dir=rtl] .tox-image-tools__toolbar>.tox-button+.tox-slider{margin-right:32px}.tox[dir=rtl] .tox-image-tools__toolbar>.tox-slider+.tox-button{margin-right:32px}.tox .tox-insert-table-picker{display:flex;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#ccc;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px 0}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:rgba(32,122,183,.5);border-color:rgba(32,122,183,.5)}.tox .tox-insert-table-picker__label{color:rgba(34,47,62,.7);display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox .tox-menu{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 4px 8px 0 rgba(34,47,62,.1);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0}.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:4px}.tox .tox-menu.tox-collection.tox-collection--grid{padding:4px}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{background:url(\"data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E\") left 0 top 0 #fff;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 4px 0 4px}.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar{border-top:1px solid #ccc}.tox .tox-mbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:34px;justify-content:center;margin:2px 0 3px 0;outline:0;overflow:hidden;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:transparent;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn--active{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}.tox .tox-notification{border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:-ms-grid;display:grid;font-size:14px;font-weight:400;-ms-grid-columns:minmax(40px,1fr) auto minmax(40px,1fr);grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in,opacity 150ms ease-in}.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification a{text-decoration:underline}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#547831}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f8dede;border-color:#f2bfbf;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#c00}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fffaea;border-color:#ffe89d;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#222f3e}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d9edf7;border-color:#779ecb;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#222f3e}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{-ms-grid-row-align:center;align-self:center;color:#222f3e;font-size:14px;-ms-grid-column-span:1;grid-column-end:3;-ms-grid-column:2;grid-column-start:2;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{-ms-grid-row-align:center;align-self:center;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:end;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{-ms-grid-row-align:start;align-self:start;-ms-grid-column-span:1;grid-column-end:4;-ms-grid-column:3;grid-column-start:3;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:end;justify-self:end}.tox .tox-notification .tox-progress-bar{-ms-grid-column-span:3;grid-column-end:4;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:3;-ms-grid-row:2;grid-row-start:2;-ms-grid-column-align:center;justify-self:center}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar{flex-wrap:nowrap}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop::after,.tox .tox-pop::before{border-style:solid;content:'';display:block;height:0;position:absolute;width:0}.tox .tox-pop.tox-pop--bottom::after,.tox .tox-pop.tox-pop--bottom::before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom::after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom::before{border-color:#ccc transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top::after,.tox .tox-pop.tox-pop--top::before{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top::after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top::before{border-color:transparent transparent #ccc transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left::after,.tox .tox-pop.tox-pop--left::before{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left::after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left::before{border-color:transparent #ccc transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right::after,.tox .tox-pop.tox-pop--right::before{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right::after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right::before{border-color:transparent transparent transparent #ccc;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left::after,.tox .tox-pop.tox-pop--align-left::before{left:20px}.tox .tox-pop.tox-pop--align-right::after,.tox .tox-pop.tox-pop--align-right::before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;-ms-flex-preferred-size:0;min-height:0}.tox .tox-sidebar{background-color:#fff;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container{display:flex}.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{align-items:center;display:flex;flex:1;-ms-flex-preferred-size:auto;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #ccc;border-radius:3px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#207ab7;border:2px solid #185d8c;border-radius:3px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:14px}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34,47,62,.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:nth-child(1){animation-delay:-.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-.16s}@keyframes tam-bouncing-dots{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{align-items:center;background-color:#fff;border-top:1px solid #ccc;color:rgba(34,47,62,.7);display:flex;flex:0 0 auto;font-size:12px;font-weight:400;height:18px;overflow:hidden;padding:0 8px;position:relative;text-transform:uppercase}.tox .tox-statusbar__text-container{display:flex;flex:1 1 auto;justify-content:flex-end;overflow:hidden}.tox .tox-statusbar__path{display:flex;flex:1 1 auto;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:rgba(34,47,62,.7);text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){cursor:pointer;text-decoration:underline}.tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:flex;flex:0 0 auto;justify-content:flex-end;margin-left:auto;margin-right:-8px;padding-left:1ch}.tox .tox-statusbar__resize-handle svg{display:block;fill:rgba(34,47,62,.7)}.tox .tox-statusbar__resize-handle:focus svg{background-color:#dee0e2;border-radius:1px;box-shadow:0 0 0 2px #dee0e2}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:1ch}.tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{align-items:center;background-color:rgba(255,255,255,.6);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:34px;justify-content:center;margin:2px 0 3px 0;outline:0;overflow:hidden;padding:0;text-transform:none;width:34px}.tox .tox-tbtn svg{display:block;fill:#222f3e}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#dee0e2;border:0;box-shadow:none}.tox .tox-tbtn:hover{background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{transform:none}.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:51px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:68px;width:68px}.tox .tox-tbtn--return{-ms-grid-row-align:stretch;align-self:stretch;height:unset;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:unset}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tbtn--select{margin:2px 0 3px 0;padding:0 4px;width:auto}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:2px 0 3px 0;overflow:hidden}.tox .tox-split-button:hover{box-shadow:0 0 0 1px #dee0e2 inset}.tox .tox-split-button:focus{background:#dee0e2;box-shadow:none;color:#222f3e}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-split-button .tox-tbtn{margin:0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:0 0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background:url(\"data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E\") left 0 top 0 #fff;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 0}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary{border-top:1px solid #ccc;margin-top:-1px}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary,.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child{border-top:1px solid #ccc}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15)}.tox[dir=rtl] .tox-tbtn__icon-rtl svg{transform:rotateY(180deg)}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 4px 0 4px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #ccc}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid #ccc}.tox .tox-tooltip{display:inline-block;padding:8px;position:relative}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:3px;box-shadow:0 2px 4px rgba(34,47,62,.3);color:rgba(255,255,255,.75);font-size:14px;font-style:normal;font-weight:400;padding:4px 8px;text-transform:none}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222f3e;bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translateX(-50%)}.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #222f3e;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #222f3e;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-well{border:1px solid #ccc;border-radius:3px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #ccc;border-radius:3px;display:flex;flex:1;position:relative}.tox .tox-dialog-loading::before{background-color:rgba(0,0,0,.5);content:\"\";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__content-js{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-content .tox-collection{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-image-tools-edit-panel{height:60px}.tox .tox-image-tools__sidebar{height:60px}";
2
+ export default _default;
@@ -0,0 +1,13 @@
1
+ export declare const attributeNamesToUrlRelativize: string[];
2
+ export declare const attributeNamesToRemove: string[];
3
+ /**
4
+ * Transforms a block of HTML for use within the Rich Content Editor, normalizing content to remove extraneous
5
+ * things added by the server.
6
+ *
7
+ * @param inputHtml
8
+ * @param options
9
+ */
10
+ export declare function transformRceContentForEditing(inputHtml: string | null | undefined, options: TransformRceContentForEditingOptions): string | null | undefined;
11
+ export interface TransformRceContentForEditingOptions {
12
+ origin: string;
13
+ }
@@ -0,0 +1,96 @@
1
+ import tinymce from 'tinymce';
2
+ import type { Editor } from 'tinymce';
3
+ export interface RCEWrapperInterface {
4
+ id: string;
5
+ tinymce?: typeof tinymce;
6
+ mceInstance?: () => any;
7
+ insertCode?: (code: string) => void;
8
+ replaceCode?: (code: string) => void;
9
+ getContentSelection?: () => string;
10
+ getContent?: () => string;
11
+ }
12
+ export type { RCEWrapperProps } from './RCEWrapperProps';
13
+ export type AlertVariant = 'info' | 'warning' | 'error' | 'success';
14
+ export type AlertMessage = {
15
+ id: number;
16
+ text: string;
17
+ variant: AlertVariant;
18
+ };
19
+ export type RCETrayProps = {
20
+ canUploadFiles: boolean;
21
+ contextId: string;
22
+ contextType: string;
23
+ host?: string;
24
+ jwt?: string;
25
+ containingContext?: {
26
+ contextType: string;
27
+ contextId: string;
28
+ userId: string;
29
+ };
30
+ filesTabDisabled?: boolean;
31
+ refreshToken?: () => void;
32
+ source?: {
33
+ fetchImages: () => void;
34
+ };
35
+ themeUrl?: string;
36
+ };
37
+ /**
38
+ * Subset of TinyMCE used by the ExternalTools dialog. Used to document the subset of the API that we use so
39
+ * it's easier to test.
40
+ */
41
+ export interface ExternalToolsEditor {
42
+ id: string;
43
+ selection?: {
44
+ getContent(): string;
45
+ };
46
+ getContent(): string;
47
+ focus(): void;
48
+ editorContainer: HTMLElement;
49
+ $: Editor['$'];
50
+ ui: Editor['ui'];
51
+ }
52
+ export interface ExternalToolData {
53
+ id: string | number;
54
+ on_by_default?: boolean | null;
55
+ favorite?: boolean | null;
56
+ }
57
+ declare global {
58
+ interface Document {
59
+ fullscreenElement?: HTMLElement | null;
60
+ webkitExitFullscreen(): Promise<void>;
61
+ webkitFullscreenElement?: HTMLElement | null;
62
+ webkitFullscreenEnabled?: boolean;
63
+ }
64
+ interface HTMLDivElement {
65
+ webkitRequestFullscreen(): Promise<void>;
66
+ }
67
+ }
68
+ export type InitInstanceCallback = (ed: Editor) => void;
69
+ export type ToolbarPropType = {
70
+ name: string;
71
+ items: string[];
72
+ };
73
+ export type HeightType = number | string;
74
+ export interface MenuItem {
75
+ title?: string;
76
+ items: string;
77
+ }
78
+ export type MenuPropType = Record<string, MenuItem>;
79
+ export type EditorOptions = {
80
+ editorOptions?: (tinyMCE: typeof tinymce) => EditorOptions;
81
+ height?: HeightType;
82
+ init_instance_callback?: InitInstanceCallback;
83
+ language?: string;
84
+ menu?: MenuPropType;
85
+ name?: string;
86
+ mirroredAttrs?: Record<string, string>;
87
+ plugins?: string[];
88
+ readonly?: boolean;
89
+ selector?: string;
90
+ textareaId?: string;
91
+ toolbar?: ToolbarPropType[];
92
+ };
93
+ export type NormalizedEditorOptions = Omit<EditorOptions, 'editorOptions'> & {
94
+ editorOptions: Record<string, unknown>;
95
+ tinymce: typeof tinymce;
96
+ };
@@ -0,0 +1,4 @@
1
+ export type UserOS = 'Mac' | 'Windows' | 'Other';
2
+ export type OSKey = 'OPTION' | 'ALT';
3
+ export declare const determineUserOS: () => UserOS;
4
+ export declare const determineOSDependentKey: () => OSKey;
@@ -0,0 +1,2 @@
1
+ import type { EditorOptions } from './types';
2
+ export default function wrapInitCb(mirroredAttrs: Record<string, string>, editorOptions: EditorOptions): EditorOptions;
@@ -0,0 +1,117 @@
1
+ export function headerFor(jwt: any): {
2
+ Authorization: string;
3
+ };
4
+ export function originFromHost(host: any, windowOverride: any): any;
5
+ export function getSearchParam(searchString: any): string;
6
+ export default RceApiSource;
7
+ declare class RceApiSource {
8
+ constructor(options?: {});
9
+ jwt: any;
10
+ host: any;
11
+ refreshToken: any;
12
+ hasSession: boolean;
13
+ alertFunc: any;
14
+ canvasOrigin: any;
15
+ getSession(): Promise<any>;
16
+ initializeCollection(endpoint: any, props: any): {
17
+ links: never[];
18
+ bookmark: string;
19
+ isLoading: boolean;
20
+ hasMore: boolean;
21
+ searchString: any;
22
+ };
23
+ initializeUpload(): {
24
+ uploading: boolean;
25
+ folders: {};
26
+ formExpanded: boolean;
27
+ };
28
+ initializeImages(props: any): {
29
+ [x: number]: {
30
+ files: never[];
31
+ bookmark: null;
32
+ isLoading: boolean;
33
+ hasMore: boolean;
34
+ };
35
+ searchString: string;
36
+ };
37
+ initializeDocuments(props: any): {
38
+ [x: number]: {
39
+ files: never[];
40
+ bookmark: null;
41
+ isLoading: boolean;
42
+ hasMore: boolean;
43
+ };
44
+ searchString: string;
45
+ };
46
+ initializeMedia(props: any): {
47
+ [x: number]: {
48
+ files: never[];
49
+ bookmark: null;
50
+ isLoading: boolean;
51
+ hasMore: boolean;
52
+ };
53
+ searchString: string;
54
+ };
55
+ initializeFlickr(): {
56
+ searchResults: never[];
57
+ searching: boolean;
58
+ formExpanded: boolean;
59
+ };
60
+ fetchPage(uri: any): Promise<any>;
61
+ fetchBookmarkedData(fetchFunction: any, properties: any, onSuccess: any, onError: any, bookmark: any): any;
62
+ fetchDocs(props: any): Promise<{
63
+ bookmark: any;
64
+ files: any;
65
+ }>;
66
+ fetchMedia(props: any): Promise<any>;
67
+ fetchFiles(uri: any): Promise<{
68
+ bookmark: any;
69
+ files: any;
70
+ }>;
71
+ fetchLinks(key: any, props: any): Promise<any>;
72
+ fetchRootFolder(props: any): Promise<any>;
73
+ mediaServerSession(): Promise<any>;
74
+ uploadMediaToCanvas(mediaObject: any): Promise<any>;
75
+ updateMediaObject(apiProps: any, { media_object_id, title, attachment_id }: {
76
+ media_object_id: any;
77
+ title: any;
78
+ attachment_id: any;
79
+ }): Promise<any>;
80
+ updateClosedCaptions(apiProps: any, { media_object_id, attachment_id, subtitles }: {
81
+ media_object_id: any;
82
+ attachment_id: any;
83
+ subtitles: any;
84
+ }, maxBytes?: 295000): Promise<any>;
85
+ fetchClosedCaptions(_mediaId: any): Promise<{
86
+ locale: string;
87
+ content: string;
88
+ }[]>;
89
+ fetchFolders(props: any, bookmark: any): Promise<any>;
90
+ fetchFilesForFolder(props: any, bookmark: any): Promise<any>;
91
+ fetchSubFolders(props: any, bookmark: any): Promise<any>;
92
+ fetchIconMakerFolder({ contextId, contextType }: {
93
+ contextId: any;
94
+ contextType: any;
95
+ }): Promise<any>;
96
+ fetchMediaFolder(props: any): Promise<any>;
97
+ fetchMediaObjectIframe(mediaObjectId: any): Promise<any>;
98
+ fetchImages(props: any): Promise<{
99
+ bookmark: any;
100
+ files: any;
101
+ searchString: any;
102
+ }>;
103
+ preflightUpload(fileProps: any, apiProps: any): Promise<any>;
104
+ uploadFRD(fileDomObject: any, preflightProps: any): Promise<any>;
105
+ finalizeUpload(preflightProps: any, uploadResults: any): Promise<any>;
106
+ setUsageRights(fileId: any, usageRights: any): Promise<any>;
107
+ searchFlickr(term: any, apiProps: any): Promise<any>;
108
+ getFile(id: any, options?: {}): Promise<any>;
109
+ addParamsIfPresent(uri: any, params: any): any;
110
+ apiFetch(uri: any, headers: any, options: any): Promise<any>;
111
+ apiReallyFetch(uri: any, headers: any, options?: {}): Promise<any>;
112
+ apiPost(uri: any, headers: any, body: any, method?: string): Promise<any>;
113
+ normalizeUriProtocol(uri: any, windowOverride: any): any;
114
+ buildRetryHeaders(headers: any): Promise<any>;
115
+ baseUri(endpoint: any, host: any, windowOverride: any): string;
116
+ uriFor(endpoint: any, props: any): string;
117
+ }
@@ -0,0 +1,4 @@
1
+ export default function buildError(errorContext: any, error: any): {
2
+ text: string;
3
+ variant: string;
4
+ };
@@ -0,0 +1,111 @@
1
+ export function buildImage(index: any, name: any, height: any, width: any): {
2
+ display_name: any;
3
+ href: string;
4
+ id: any;
5
+ preview_url: string;
6
+ thumbnail_url: string;
7
+ content_type: string;
8
+ date: string;
9
+ filename: any;
10
+ };
11
+ export function getSession(): Promise<{
12
+ contextType: string;
13
+ contextId: number;
14
+ canUploadFiles: boolean;
15
+ usageRightsRequired: boolean;
16
+ }>;
17
+ export function initializeFolders(): {};
18
+ export function initializeImages(props: any): {
19
+ [x: number]: {
20
+ files: never[];
21
+ bookmark: undefined;
22
+ hasMore: boolean;
23
+ isLoading: boolean;
24
+ };
25
+ };
26
+ export function initializeUpload(): {
27
+ uploading: boolean;
28
+ folders: {};
29
+ formExpanded: boolean;
30
+ };
31
+ export function initializeFlickr(): {
32
+ searchResults: never[];
33
+ searching: boolean;
34
+ formExpanded: boolean;
35
+ };
36
+ export function initializeCollection(endpoint: any): {
37
+ links: never[];
38
+ bookmark: any;
39
+ loading: boolean;
40
+ };
41
+ export function initializeDocuments(_props: any): {
42
+ course: {
43
+ files: never[];
44
+ bookmark: string;
45
+ isLoading: boolean;
46
+ hasMore: boolean;
47
+ };
48
+ user: {
49
+ files: never[];
50
+ bookmark: string;
51
+ isLoading: boolean;
52
+ hasMore: boolean;
53
+ };
54
+ };
55
+ export function initializeMedia(_props: any): {
56
+ course: {
57
+ files: never[];
58
+ bookmark: string;
59
+ isLoading: boolean;
60
+ hasMore: boolean;
61
+ };
62
+ user: {
63
+ files: never[];
64
+ bookmark: string;
65
+ isLoading: boolean;
66
+ hasMore: boolean;
67
+ };
68
+ };
69
+ export function fetchFolders(): Promise<any>;
70
+ export function fetchFiles(uri?: string): Promise<any>;
71
+ export function fetchImages(props: any): Promise<any>;
72
+ export function fetchMediaFolder(): Promise<{
73
+ folders: {
74
+ id: number;
75
+ name: string;
76
+ parentId: number;
77
+ filesUrl: string;
78
+ foldersUrl: string;
79
+ }[];
80
+ bookmark: string;
81
+ }>;
82
+ export function preflightUpload(): Promise<any>;
83
+ export function uploadFRD(): Promise<any>;
84
+ export function fetchRootFolder(props: any): Promise<{
85
+ folders: {
86
+ id: number;
87
+ name: string;
88
+ filesUrl: string;
89
+ foldersUrl: string;
90
+ }[];
91
+ }>;
92
+ export function fetchPage(uri: any): Promise<any>;
93
+ export function searchFlickr(term: any): Promise<any>;
94
+ export function setUsageRights(id: any, usageRights: any): void;
95
+ export function getFile(id: any): Promise<{
96
+ id: any;
97
+ type: string;
98
+ name: string;
99
+ url: string;
100
+ embed: {
101
+ type: string;
102
+ };
103
+ }>;
104
+ export function fetchDocs(state: any): Promise<any>;
105
+ export function fetchMedia(state: any): Promise<any>;
106
+ export function updateMediaObject(state: any, { media_object_id, title }: {
107
+ media_object_id: any;
108
+ title: any;
109
+ }): Promise<any>;
110
+ export function updateMediaObjectFailure(): Promise<any>;
111
+ export function updateClosedCaptions(): Promise<any>;
@@ -0,0 +1,5 @@
1
+ export function allFilesLoading(isLoading: any): {
2
+ type: string;
3
+ payload: any;
4
+ };
5
+ export const ALL_FILES_LOADING: "ALL_FILES_LOADING";
@@ -0,0 +1,29 @@
1
+ export function requestInitialPage(key: any, cancel: any, searchString: any): {
2
+ type: string;
3
+ key: any;
4
+ cancel: any;
5
+ searchString: any;
6
+ };
7
+ export function requestPage(key: any, cancel: any): {
8
+ type: string;
9
+ key: any;
10
+ cancel: any;
11
+ };
12
+ export function receivePage(key: any, page: any): {
13
+ type: string;
14
+ key: any;
15
+ links: any;
16
+ bookmark: any;
17
+ };
18
+ export function failPage(key: any, error: any): {
19
+ type: string;
20
+ key: any;
21
+ error: any;
22
+ };
23
+ export function fetchPage(key: any, isInitial: any, searchString: any): (dispatch: any, getState: any) => any;
24
+ export function fetchNextPage(key: any): (dispatch: any, getState: any) => any;
25
+ export function fetchInitialPage(key: any): (dispatch: any, getState: any) => any;
26
+ export const REQUEST_INITIAL_PAGE: "REQUEST_INITIAL_PAGE";
27
+ export const REQUEST_PAGE: "REQUEST_PAGE";
28
+ export const RECEIVE_PAGE: "RECEIVE_PAGE";
29
+ export const FAIL_PAGE: "FAIL_PAGE";
@@ -0,0 +1,42 @@
1
+ export function requestInitialDocs(contextType: any): {
2
+ type: string;
3
+ payload: {
4
+ contextType: any;
5
+ };
6
+ };
7
+ export function requestDocs(contextType: any): {
8
+ type: string;
9
+ payload: {
10
+ contextType: any;
11
+ };
12
+ };
13
+ export function receiveDocs({ response, contextType, contextId }: {
14
+ response: any;
15
+ contextType: any;
16
+ contextId: any;
17
+ }): {
18
+ type: string;
19
+ payload: {
20
+ files: any;
21
+ bookmark: any;
22
+ contextType: any;
23
+ contextId: any;
24
+ };
25
+ };
26
+ export function failDocs({ error, contextType }: {
27
+ error: any;
28
+ contextType: any;
29
+ }): {
30
+ type: string;
31
+ payload: {
32
+ error: any;
33
+ contextType: any;
34
+ };
35
+ };
36
+ export function fetchDocs(): (dispatch: any, getState: any) => any;
37
+ export function fetchNextDocs(): (dispatch: any, getState: any) => any;
38
+ export function fetchInitialDocs(): (dispatch: any, getState: any) => any;
39
+ export const REQUEST_INITIAL_DOCS: "REQUEST_INITIAL_DOCS";
40
+ export const REQUEST_DOCS: "REQUEST_NEXT_DOCS";
41
+ export const RECEIVE_DOCS: "RECEIVE_DOCS";
42
+ export const FAIL_DOCS: "FAIL_DOCS";
@@ -0,0 +1,66 @@
1
+ export function createToggle(id: any): {
2
+ type: string;
3
+ id: any;
4
+ };
5
+ export function createAddFile({ id, name, url, type, embed }: {
6
+ id: any;
7
+ name: any;
8
+ url: any;
9
+ type: any;
10
+ embed: any;
11
+ }): {
12
+ type: string;
13
+ id: any;
14
+ name: any;
15
+ url: any;
16
+ embed: any;
17
+ fileType: any;
18
+ };
19
+ export function createRequestFiles(id: any): {
20
+ type: string;
21
+ id: any;
22
+ };
23
+ export function createReceiveFiles(id: any, files: any): {
24
+ type: string;
25
+ id: any;
26
+ fileIds: any;
27
+ };
28
+ export function createInsertFile(id: any, fileId: any): {
29
+ type: string;
30
+ id: any;
31
+ fileId: any;
32
+ };
33
+ export function requestFiles(id: any, bookmark: any): (dispatch: any, getState: any) => any;
34
+ export function createAddFolder(folder: any): {
35
+ type: string;
36
+ id: any;
37
+ name: any;
38
+ parentId: any;
39
+ filesUrl: any;
40
+ foldersUrl: any;
41
+ };
42
+ export function createRequestSubfolders(id: any): {
43
+ type: string;
44
+ id: any;
45
+ };
46
+ export function createReceiveSubfolders(id: any, folders: any): {
47
+ type: string;
48
+ id: any;
49
+ folderIds: any;
50
+ };
51
+ export function requestSubfolders(id: any, bookmark: any): (dispatch: any, getState: any) => any;
52
+ export function toggle(id: any): (dispatch: any, getState: any) => void;
53
+ export function createSetRoot(id: any): {
54
+ type: string;
55
+ id: any;
56
+ };
57
+ export function init(dispatch: any, getState: any): any;
58
+ export const ADD_FILE: "action.files.add_file";
59
+ export const ADD_FOLDER: "action.files.add_folder";
60
+ export const RECEIVE_FILES: "action.files.receive_files";
61
+ export const INSERT_FILE: "action.files.insert_file";
62
+ export const RECEIVE_SUBFOLDERS: "action.files.receive_subfolders";
63
+ export const REQUEST_FILES: "action.files.request_files";
64
+ export const REQUEST_SUBFOLDERS: "action.files.request_subfolders";
65
+ export const TOGGLE: "action.files.toggle";
66
+ export const SET_ROOT: "action.files.set_root";
@@ -0,0 +1,25 @@
1
+ export function changeContext({ contextType, contextId }: {
2
+ contextType: any;
3
+ contextId: any;
4
+ }): (dispatch: any) => void;
5
+ export function changeContextType(contextType: any): {
6
+ type: string;
7
+ payload: any;
8
+ };
9
+ export function changeContextId(contextId: any): {
10
+ type: string;
11
+ payload: any;
12
+ };
13
+ export function changeSearchString(searchString: any): {
14
+ type: string;
15
+ payload: any;
16
+ };
17
+ export function changeSortBy(sortBy: any): {
18
+ type: string;
19
+ payload: any;
20
+ };
21
+ export const CHANGE_CONTEXT: "CHANGE_CONTEXT";
22
+ export const CHANGE_CONTEXT_TYPE: "CHANGE_CONTEXT_TYPE";
23
+ export const CHANGE_CONTEXT_ID: "CHANGE_CONTEXT_ID";
24
+ export const CHANGE_SEARCH_STRING: "CHANGE_SEARCH_STRING";
25
+ export const CHANGE_SORT_BY: "CHANGE_SORT_BY";