@atlaskit/editor-core 175.0.0 → 175.0.1

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 (1109) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/codemods/migrates/rename-unsafe-allowUndoRedoButtons-prop.ts +5 -4
  3. package/codemods/utils.ts +13 -11
  4. package/dist/cjs/plugins/annotation/toolbar.js +7 -7
  5. package/dist/cjs/plugins/card/pm-plugins/doc.js +2 -2
  6. package/dist/cjs/plugins/extension/pm-plugins/main.js +3 -0
  7. package/dist/cjs/version-wrapper.js +1 -1
  8. package/dist/cjs/version.json +1 -1
  9. package/dist/es2019/plugins/annotation/toolbar.js +7 -7
  10. package/dist/es2019/plugins/card/pm-plugins/doc.js +2 -2
  11. package/dist/es2019/plugins/extension/pm-plugins/main.js +3 -0
  12. package/dist/es2019/version-wrapper.js +1 -1
  13. package/dist/es2019/version.json +1 -1
  14. package/dist/esm/plugins/annotation/toolbar.js +7 -7
  15. package/dist/esm/plugins/card/pm-plugins/doc.js +2 -2
  16. package/dist/esm/plugins/extension/pm-plugins/main.js +3 -0
  17. package/dist/esm/version-wrapper.js +1 -1
  18. package/dist/esm/version.json +1 -1
  19. package/dist/types/insert-api/insert-content-handlers.d.ts +1 -1
  20. package/dist/types/plugins/type-ahead/commands/insert-type-ahead-item.d.ts +1 -1
  21. package/dist/types/plugins/type-ahead/transforms/open-typeahead-at-cursor.d.ts +1 -1
  22. package/dist/types/plugins/type-ahead/utils.d.ts +1 -1
  23. package/docs/3-annotations.tsx +2 -4
  24. package/package.json +10 -18
  25. package/report.api.md +5 -15
  26. package/dist/types-ts4.0/actions/index.d.ts +0 -49
  27. package/dist/types-ts4.0/analytics-api/api.d.ts +0 -9
  28. package/dist/types-ts4.0/analytics-api/attach-payload-into-transaction.d.ts +0 -10
  29. package/dist/types-ts4.0/analytics-api/editor-state-context.d.ts +0 -9
  30. package/dist/types-ts4.0/analytics-api/map-attributes.d.ts +0 -2
  31. package/dist/types-ts4.0/commands/index.d.ts +0 -23
  32. package/dist/types-ts4.0/create-editor/ErrorBoundary.d.ts +0 -42
  33. package/dist/types-ts4.0/create-editor/ReactEditorView.d.ts +0 -113
  34. package/dist/types-ts4.0/create-editor/ReactEditorViewContext.d.ts +0 -2
  35. package/dist/types-ts4.0/create-editor/WithEditorView.d.ts +0 -6
  36. package/dist/types-ts4.0/create-editor/consts.d.ts +0 -3
  37. package/dist/types-ts4.0/create-editor/create-editor.d.ts +0 -18
  38. package/dist/types-ts4.0/create-editor/create-plugins-list.d.ts +0 -18
  39. package/dist/types-ts4.0/create-editor/create-schema.d.ts +0 -6
  40. package/dist/types-ts4.0/create-editor/get-plugins.d.ts +0 -41
  41. package/dist/types-ts4.0/create-editor/get-ui-component.d.ts +0 -3
  42. package/dist/types-ts4.0/create-editor/index.d.ts +0 -3
  43. package/dist/types-ts4.0/create-editor/sort-by-order.d.ts +0 -5
  44. package/dist/types-ts4.0/editor.d.ts +0 -78
  45. package/dist/types-ts4.0/element-browser.d.ts +0 -1
  46. package/dist/types-ts4.0/event-dispatcher/index.d.ts +0 -2
  47. package/dist/types-ts4.0/extensibility.d.ts +0 -10
  48. package/dist/types-ts4.0/extensions.d.ts +0 -1
  49. package/dist/types-ts4.0/i18n/cs.d.ts +0 -228
  50. package/dist/types-ts4.0/i18n/da.d.ts +0 -227
  51. package/dist/types-ts4.0/i18n/de.d.ts +0 -228
  52. package/dist/types-ts4.0/i18n/en.d.ts +0 -231
  53. package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -231
  54. package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -231
  55. package/dist/types-ts4.0/i18n/es.d.ts +0 -228
  56. package/dist/types-ts4.0/i18n/et.d.ts +0 -168
  57. package/dist/types-ts4.0/i18n/fi.d.ts +0 -228
  58. package/dist/types-ts4.0/i18n/fr.d.ts +0 -228
  59. package/dist/types-ts4.0/i18n/hu.d.ts +0 -228
  60. package/dist/types-ts4.0/i18n/index.d.ts +0 -35
  61. package/dist/types-ts4.0/i18n/is.d.ts +0 -153
  62. package/dist/types-ts4.0/i18n/it.d.ts +0 -228
  63. package/dist/types-ts4.0/i18n/ja.d.ts +0 -228
  64. package/dist/types-ts4.0/i18n/ko.d.ts +0 -228
  65. package/dist/types-ts4.0/i18n/languages.d.ts +0 -33
  66. package/dist/types-ts4.0/i18n/nb.d.ts +0 -228
  67. package/dist/types-ts4.0/i18n/nl.d.ts +0 -228
  68. package/dist/types-ts4.0/i18n/pl.d.ts +0 -228
  69. package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -228
  70. package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -180
  71. package/dist/types-ts4.0/i18n/ro.d.ts +0 -153
  72. package/dist/types-ts4.0/i18n/ru.d.ts +0 -228
  73. package/dist/types-ts4.0/i18n/sk.d.ts +0 -168
  74. package/dist/types-ts4.0/i18n/sv.d.ts +0 -228
  75. package/dist/types-ts4.0/i18n/th.d.ts +0 -228
  76. package/dist/types-ts4.0/i18n/tr.d.ts +0 -228
  77. package/dist/types-ts4.0/i18n/uk.d.ts +0 -228
  78. package/dist/types-ts4.0/i18n/vi.d.ts +0 -228
  79. package/dist/types-ts4.0/i18n/zh.d.ts +0 -226
  80. package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -228
  81. package/dist/types-ts4.0/index.d.ts +0 -92
  82. package/dist/types-ts4.0/insert-api/api.d.ts +0 -9
  83. package/dist/types-ts4.0/insert-api/insert-content-handlers.d.ts +0 -9
  84. package/dist/types-ts4.0/insert-api/insert-node-helpers.d.ts +0 -30
  85. package/dist/types-ts4.0/insert-api/types.d.ts +0 -16
  86. package/dist/types-ts4.0/keymaps/consts.d.ts +0 -12
  87. package/dist/types-ts4.0/keymaps/index.d.ts +0 -2
  88. package/dist/types-ts4.0/labs/CollapsedEditor/index.d.ts +0 -26
  89. package/dist/types-ts4.0/labs/EditorWithActions/index.d.ts +0 -26
  90. package/dist/types-ts4.0/labs/next/ContentComponents.d.ts +0 -8
  91. package/dist/types-ts4.0/labs/next/Editor.d.ts +0 -27
  92. package/dist/types-ts4.0/labs/next/Toolbar.d.ts +0 -6
  93. package/dist/types-ts4.0/labs/next/full-page.d.ts +0 -9
  94. package/dist/types-ts4.0/labs/next/internal/components/EditorContent.d.ts +0 -7
  95. package/dist/types-ts4.0/labs/next/internal/components/EditorInternal.d.ts +0 -9
  96. package/dist/types-ts4.0/labs/next/internal/context/preset-context.d.ts +0 -5
  97. package/dist/types-ts4.0/labs/next/internal/context/shared-config.d.ts +0 -50
  98. package/dist/types-ts4.0/labs/next/internal/editor-props-type.d.ts +0 -29
  99. package/dist/types-ts4.0/labs/next/internal/hooks/use-analytics/index.d.ts +0 -8
  100. package/dist/types-ts4.0/labs/next/internal/hooks/use-editor/create-dispatch-transaction.d.ts +0 -6
  101. package/dist/types-ts4.0/labs/next/internal/hooks/use-editor/create-editor.d.ts +0 -19
  102. package/dist/types-ts4.0/labs/next/internal/hooks/use-editor/index.d.ts +0 -13
  103. package/dist/types-ts4.0/labs/next/mobile.d.ts +0 -12
  104. package/dist/types-ts4.0/labs/next/presets/cxhtml.d.ts +0 -12
  105. package/dist/types-ts4.0/labs/next/presets/default.d.ts +0 -45
  106. package/dist/types-ts4.0/labs/next/presets/mobile.d.ts +0 -17
  107. package/dist/types-ts4.0/labs/next/presets/preset.d.ts +0 -52
  108. package/dist/types-ts4.0/labs/next/presets/types.d.ts +0 -6
  109. package/dist/types-ts4.0/labs/next/presets/utils.d.ts +0 -3
  110. package/dist/types-ts4.0/labs-next.d.ts +0 -8
  111. package/dist/types-ts4.0/messages.d.ts +0 -59
  112. package/dist/types-ts4.0/nodeviews/ReactNodeView.d.ts +0 -52
  113. package/dist/types-ts4.0/nodeviews/SelectionBasedNodeView.d.ts +0 -53
  114. package/dist/types-ts4.0/nodeviews/context-adapter.d.ts +0 -3
  115. package/dist/types-ts4.0/nodeviews/getInlineNodeViewProducer.d.ts +0 -24
  116. package/dist/types-ts4.0/nodeviews/getInlineNodeViewProducer.styles.d.ts +0 -1
  117. package/dist/types-ts4.0/nodeviews/getPerformanceOptions.d.ts +0 -2
  118. package/dist/types-ts4.0/nodeviews/index.d.ts +0 -4
  119. package/dist/types-ts4.0/nodeviews/types.d.ts +0 -12
  120. package/dist/types-ts4.0/plugins/alignment/commands/index.d.ts +0 -4
  121. package/dist/types-ts4.0/plugins/alignment/index.d.ts +0 -5
  122. package/dist/types-ts4.0/plugins/alignment/pm-plugins/keymap.d.ts +0 -2
  123. package/dist/types-ts4.0/plugins/alignment/pm-plugins/main.d.ts +0 -7
  124. package/dist/types-ts4.0/plugins/alignment/pm-plugins/types.d.ts +0 -16
  125. package/dist/types-ts4.0/plugins/alignment/ui/ToolbarAlignment/icon-map.d.ts +0 -6
  126. package/dist/types-ts4.0/plugins/alignment/ui/ToolbarAlignment/index.d.ts +0 -30
  127. package/dist/types-ts4.0/plugins/alignment/ui/ToolbarAlignment/messages.d.ts +0 -22
  128. package/dist/types-ts4.0/plugins/alignment/ui/ToolbarAlignment/styles.d.ts +0 -4
  129. package/dist/types-ts4.0/plugins/alignment/utils/index.d.ts +0 -3
  130. package/dist/types-ts4.0/plugins/analytics/analytics-queue.d.ts +0 -10
  131. package/dist/types-ts4.0/plugins/analytics/consts.d.ts +0 -3
  132. package/dist/types-ts4.0/plugins/analytics/fire-analytics-event.d.ts +0 -9
  133. package/dist/types-ts4.0/plugins/analytics/index.d.ts +0 -11
  134. package/dist/types-ts4.0/plugins/analytics/plugin-key.d.ts +0 -2
  135. package/dist/types-ts4.0/plugins/analytics/plugin.d.ts +0 -15
  136. package/dist/types-ts4.0/plugins/analytics/types/dispatch-analytics-event.d.ts +0 -1
  137. package/dist/types-ts4.0/plugins/analytics/types/enums.d.ts +0 -1
  138. package/dist/types-ts4.0/plugins/analytics/types/events.d.ts +0 -1
  139. package/dist/types-ts4.0/plugins/analytics/types/experimental-events.d.ts +0 -1
  140. package/dist/types-ts4.0/plugins/analytics/types/extension-events.d.ts +0 -2
  141. package/dist/types-ts4.0/plugins/analytics/types/general-events.d.ts +0 -2
  142. package/dist/types-ts4.0/plugins/analytics/types/index.d.ts +0 -9
  143. package/dist/types-ts4.0/plugins/analytics/types/inline-comment-events.d.ts +0 -2
  144. package/dist/types-ts4.0/plugins/analytics/types/link-tool-bar-events.d.ts +0 -1
  145. package/dist/types-ts4.0/plugins/analytics/types/media-events.d.ts +0 -1
  146. package/dist/types-ts4.0/plugins/analytics/types/node-events.d.ts +0 -2
  147. package/dist/types-ts4.0/plugins/analytics/types/selection-events.d.ts +0 -1
  148. package/dist/types-ts4.0/plugins/analytics/types/smart-links.d.ts +0 -2
  149. package/dist/types-ts4.0/plugins/analytics/types/toolbar-button.d.ts +0 -2
  150. package/dist/types-ts4.0/plugins/analytics/types/type-ahead.d.ts +0 -1
  151. package/dist/types-ts4.0/plugins/analytics/utils.d.ts +0 -10
  152. package/dist/types-ts4.0/plugins/annotation/commands/index.d.ts +0 -14
  153. package/dist/types-ts4.0/plugins/annotation/commands/transform.d.ts +0 -11
  154. package/dist/types-ts4.0/plugins/annotation/index.d.ts +0 -7
  155. package/dist/types-ts4.0/plugins/annotation/nodeviews/index.d.ts +0 -10
  156. package/dist/types-ts4.0/plugins/annotation/pm-plugins/inline-comment.d.ts +0 -3
  157. package/dist/types-ts4.0/plugins/annotation/pm-plugins/keymap.d.ts +0 -2
  158. package/dist/types-ts4.0/plugins/annotation/pm-plugins/plugin-factory.d.ts +0 -2
  159. package/dist/types-ts4.0/plugins/annotation/pm-plugins/reducer.d.ts +0 -3
  160. package/dist/types-ts4.0/plugins/annotation/pm-plugins/types.d.ts +0 -68
  161. package/dist/types-ts4.0/plugins/annotation/toolbar.d.ts +0 -21
  162. package/dist/types-ts4.0/plugins/annotation/types.d.ts +0 -76
  163. package/dist/types-ts4.0/plugins/annotation/ui/AnnotationViewWrapper.d.ts +0 -10
  164. package/dist/types-ts4.0/plugins/annotation/ui/InlineCommentView.d.ts +0 -11
  165. package/dist/types-ts4.0/plugins/annotation/update-provider.d.ts +0 -8
  166. package/dist/types-ts4.0/plugins/annotation/utils.d.ts +0 -57
  167. package/dist/types-ts4.0/plugins/avatar-group/index.d.ts +0 -7
  168. package/dist/types-ts4.0/plugins/avatar-group/messages.d.ts +0 -7
  169. package/dist/types-ts4.0/plugins/avatar-group/ui/AvatarGroupPluginWrapper.d.ts +0 -13
  170. package/dist/types-ts4.0/plugins/base/index.d.ts +0 -13
  171. package/dist/types-ts4.0/plugins/base/pm-plugins/better-type-history.d.ts +0 -5
  172. package/dist/types-ts4.0/plugins/base/pm-plugins/composition.d.ts +0 -8
  173. package/dist/types-ts4.0/plugins/base/pm-plugins/context-identifier.d.ts +0 -12
  174. package/dist/types-ts4.0/plugins/base/pm-plugins/decoration.d.ts +0 -16
  175. package/dist/types-ts4.0/plugins/base/pm-plugins/disable-spell-checking.d.ts +0 -3
  176. package/dist/types-ts4.0/plugins/base/pm-plugins/filter-steps.d.ts +0 -4
  177. package/dist/types-ts4.0/plugins/base/pm-plugins/fix-chrome-88-selection.d.ts +0 -5
  178. package/dist/types-ts4.0/plugins/base/pm-plugins/focus-handler.d.ts +0 -6
  179. package/dist/types-ts4.0/plugins/base/pm-plugins/frozen-editor.d.ts +0 -12
  180. package/dist/types-ts4.0/plugins/base/pm-plugins/inline-cursor-target.d.ts +0 -17
  181. package/dist/types-ts4.0/plugins/base/pm-plugins/newline-preserve-marks.d.ts +0 -5
  182. package/dist/types-ts4.0/plugins/base/pm-plugins/react-nodeview.d.ts +0 -14
  183. package/dist/types-ts4.0/plugins/base/pm-plugins/scroll-gutter.d.ts +0 -23
  184. package/dist/types-ts4.0/plugins/base/utils/frozen-editor.d.ts +0 -2
  185. package/dist/types-ts4.0/plugins/base/utils/input-latency-tracking.d.ts +0 -44
  186. package/dist/types-ts4.0/plugins/before-primaryToolbar/index.d.ts +0 -5
  187. package/dist/types-ts4.0/plugins/before-primaryToolbar/ui/BeforePrimaryToolbarWrapper.d.ts +0 -5
  188. package/dist/types-ts4.0/plugins/block-type/commands/block-type.d.ts +0 -13
  189. package/dist/types-ts4.0/plugins/block-type/commands/index.d.ts +0 -4
  190. package/dist/types-ts4.0/plugins/block-type/commands/insert-block.d.ts +0 -5
  191. package/dist/types-ts4.0/plugins/block-type/commands/transform-to-code-block.d.ts +0 -3
  192. package/dist/types-ts4.0/plugins/block-type/index.d.ts +0 -6
  193. package/dist/types-ts4.0/plugins/block-type/messages.d.ts +0 -152
  194. package/dist/types-ts4.0/plugins/block-type/pm-plugins/input-rule.d.ts +0 -9
  195. package/dist/types-ts4.0/plugins/block-type/pm-plugins/keymap.d.ts +0 -4
  196. package/dist/types-ts4.0/plugins/block-type/pm-plugins/main.d.ts +0 -11
  197. package/dist/types-ts4.0/plugins/block-type/styles.d.ts +0 -2
  198. package/dist/types-ts4.0/plugins/block-type/types.d.ts +0 -43
  199. package/dist/types-ts4.0/plugins/block-type/ui/ToolbarBlockType/blocktype-button.d.ts +0 -22
  200. package/dist/types-ts4.0/plugins/block-type/ui/ToolbarBlockType/index.d.ts +0 -26
  201. package/dist/types-ts4.0/plugins/block-type/ui/ToolbarBlockType/styled.d.ts +0 -4
  202. package/dist/types-ts4.0/plugins/block-type/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
  203. package/dist/types-ts4.0/plugins/block-type/utils.d.ts +0 -2
  204. package/dist/types-ts4.0/plugins/breakout/commands/remove-breakout.d.ts +0 -2
  205. package/dist/types-ts4.0/plugins/breakout/commands/set-breakout-mode.d.ts +0 -3
  206. package/dist/types-ts4.0/plugins/breakout/constants.d.ts +0 -4
  207. package/dist/types-ts4.0/plugins/breakout/index.d.ts +0 -6
  208. package/dist/types-ts4.0/plugins/breakout/plugin-key.d.ts +0 -4
  209. package/dist/types-ts4.0/plugins/breakout/types.d.ts +0 -4
  210. package/dist/types-ts4.0/plugins/breakout/ui/LayoutButton.d.ts +0 -17
  211. package/dist/types-ts4.0/plugins/breakout/utils/find-breakout-node.d.ts +0 -9
  212. package/dist/types-ts4.0/plugins/breakout/utils/get-breakout-mode.d.ts +0 -7
  213. package/dist/types-ts4.0/plugins/breakout/utils/is-breakout-mark-allowed.d.ts +0 -9
  214. package/dist/types-ts4.0/plugins/breakout/utils/is-supported-node.d.ts +0 -6
  215. package/dist/types-ts4.0/plugins/caption/index.d.ts +0 -5
  216. package/dist/types-ts4.0/plugins/caption/nodeviews/index.d.ts +0 -16
  217. package/dist/types-ts4.0/plugins/caption/pm-plugins/keymap.d.ts +0 -2
  218. package/dist/types-ts4.0/plugins/caption/pm-plugins/main.d.ts +0 -6
  219. package/dist/types-ts4.0/plugins/caption/pm-plugins/plugin-key.d.ts +0 -2
  220. package/dist/types-ts4.0/plugins/card/index.d.ts +0 -4
  221. package/dist/types-ts4.0/plugins/card/messages.d.ts +0 -82
  222. package/dist/types-ts4.0/plugins/card/nodeviews/blockCard.d.ts +0 -31
  223. package/dist/types-ts4.0/plugins/card/nodeviews/embedCard.d.ts +0 -43
  224. package/dist/types-ts4.0/plugins/card/nodeviews/genericCard.d.ts +0 -33
  225. package/dist/types-ts4.0/plugins/card/nodeviews/inlineCard.d.ts +0 -22
  226. package/dist/types-ts4.0/plugins/card/pm-plugins/actions.d.ts +0 -12
  227. package/dist/types-ts4.0/plugins/card/pm-plugins/doc.d.ts +0 -16
  228. package/dist/types-ts4.0/plugins/card/pm-plugins/keymap.d.ts +0 -3
  229. package/dist/types-ts4.0/plugins/card/pm-plugins/main.d.ts +0 -5
  230. package/dist/types-ts4.0/plugins/card/pm-plugins/plugin-key.d.ts +0 -2
  231. package/dist/types-ts4.0/plugins/card/pm-plugins/reducers.d.ts +0 -3
  232. package/dist/types-ts4.0/plugins/card/pm-plugins/shouldReplaceLink.d.ts +0 -2
  233. package/dist/types-ts4.0/plugins/card/pm-plugins/util/resolve.d.ts +0 -6
  234. package/dist/types-ts4.0/plugins/card/pm-plugins/util/state.d.ts +0 -24
  235. package/dist/types-ts4.0/plugins/card/styles.d.ts +0 -2
  236. package/dist/types-ts4.0/plugins/card/toolbar.d.ts +0 -8
  237. package/dist/types-ts4.0/plugins/card/types.d.ts +0 -65
  238. package/dist/types-ts4.0/plugins/card/ui/EditLinkToolbar.d.ts +0 -29
  239. package/dist/types-ts4.0/plugins/card/ui/EditorSmartCardEvents.d.ts +0 -5
  240. package/dist/types-ts4.0/plugins/card/ui/LinkToolbarAppearance.d.ts +0 -24
  241. package/dist/types-ts4.0/plugins/card/ui/LinkToolbarButtonGroup.d.ts +0 -16
  242. package/dist/types-ts4.0/plugins/card/ui/LinkToolbarIconDropdown.d.ts +0 -25
  243. package/dist/types-ts4.0/plugins/card/ui/ResizableEmbedCard.d.ts +0 -60
  244. package/dist/types-ts4.0/plugins/card/ui/assets/card.d.ts +0 -3
  245. package/dist/types-ts4.0/plugins/card/ui/assets/embed.d.ts +0 -3
  246. package/dist/types-ts4.0/plugins/card/ui/assets/inline.d.ts +0 -3
  247. package/dist/types-ts4.0/plugins/card/ui/assets/url.d.ts +0 -3
  248. package/dist/types-ts4.0/plugins/card/ui/link-toolbar-button-group-options.d.ts +0 -5
  249. package/dist/types-ts4.0/plugins/card/ui/link-toolbar-icon-dropdown-options.d.ts +0 -5
  250. package/dist/types-ts4.0/plugins/card/ui/styled.d.ts +0 -2
  251. package/dist/types-ts4.0/plugins/card/ui/types.d.ts +0 -12
  252. package/dist/types-ts4.0/plugins/card/utils.d.ts +0 -20
  253. package/dist/types-ts4.0/plugins/clear-marks-on-change-to-empty-document/index.d.ts +0 -7
  254. package/dist/types-ts4.0/plugins/clipboard/index.d.ts +0 -3
  255. package/dist/types-ts4.0/plugins/clipboard/plugin-key.d.ts +0 -2
  256. package/dist/types-ts4.0/plugins/clipboard/pm-plugins/main.d.ts +0 -19
  257. package/dist/types-ts4.0/plugins/code-bidi-warning/index.d.ts +0 -5
  258. package/dist/types-ts4.0/plugins/code-bidi-warning/plugin-key.d.ts +0 -2
  259. package/dist/types-ts4.0/plugins/code-bidi-warning/pm-plugins/main.d.ts +0 -5
  260. package/dist/types-ts4.0/plugins/code-bidi-warning/pm-plugins/plugin-factory.d.ts +0 -8
  261. package/dist/types-ts4.0/plugins/code-bidi-warning/pm-plugins/reducer.d.ts +0 -3
  262. package/dist/types-ts4.0/plugins/code-bidi-warning/pm-plugins/types.d.ts +0 -6
  263. package/dist/types-ts4.0/plugins/code-block/actions.d.ts +0 -11
  264. package/dist/types-ts4.0/plugins/code-block/ide-ux/bracket-handling.d.ts +0 -12
  265. package/dist/types-ts4.0/plugins/code-block/ide-ux/commands.d.ts +0 -6
  266. package/dist/types-ts4.0/plugins/code-block/ide-ux/line-handling.d.ts +0 -25
  267. package/dist/types-ts4.0/plugins/code-block/ide-ux/paired-character-handling.d.ts +0 -2
  268. package/dist/types-ts4.0/plugins/code-block/ide-ux/quote-handling.d.ts +0 -12
  269. package/dist/types-ts4.0/plugins/code-block/index.d.ts +0 -4
  270. package/dist/types-ts4.0/plugins/code-block/language-list.d.ts +0 -1641
  271. package/dist/types-ts4.0/plugins/code-block/nodeviews/code-block.d.ts +0 -21
  272. package/dist/types-ts4.0/plugins/code-block/plugin-key.d.ts +0 -2
  273. package/dist/types-ts4.0/plugins/code-block/pm-plugins/actions.d.ts +0 -4
  274. package/dist/types-ts4.0/plugins/code-block/pm-plugins/codeBlockCopySelectionPlugin.d.ts +0 -14
  275. package/dist/types-ts4.0/plugins/code-block/pm-plugins/ide-ux.d.ts +0 -3
  276. package/dist/types-ts4.0/plugins/code-block/pm-plugins/keymaps.d.ts +0 -4
  277. package/dist/types-ts4.0/plugins/code-block/pm-plugins/main-state.d.ts +0 -11
  278. package/dist/types-ts4.0/plugins/code-block/pm-plugins/main.d.ts +0 -9
  279. package/dist/types-ts4.0/plugins/code-block/refresh-browser-selection.d.ts +0 -3
  280. package/dist/types-ts4.0/plugins/code-block/styles.d.ts +0 -2
  281. package/dist/types-ts4.0/plugins/code-block/toolbar.d.ts +0 -14
  282. package/dist/types-ts4.0/plugins/code-block/types.d.ts +0 -7
  283. package/dist/types-ts4.0/plugins/code-block/ui/class-names.d.ts +0 -6
  284. package/dist/types-ts4.0/plugins/code-block/utils.d.ts +0 -5
  285. package/dist/types-ts4.0/plugins/collab-edit/actions.d.ts +0 -10
  286. package/dist/types-ts4.0/plugins/collab-edit/analytics.d.ts +0 -4
  287. package/dist/types-ts4.0/plugins/collab-edit/events/handlers.d.ts +0 -22
  288. package/dist/types-ts4.0/plugins/collab-edit/events/initialize.d.ts +0 -12
  289. package/dist/types-ts4.0/plugins/collab-edit/events/send-transaction.d.ts +0 -11
  290. package/dist/types-ts4.0/plugins/collab-edit/get-participants-count.d.ts +0 -2
  291. package/dist/types-ts4.0/plugins/collab-edit/index.d.ts +0 -8
  292. package/dist/types-ts4.0/plugins/collab-edit/native-collab-provider-plugin.d.ts +0 -7
  293. package/dist/types-ts4.0/plugins/collab-edit/participants.d.ts +0 -18
  294. package/dist/types-ts4.0/plugins/collab-edit/plugin-key.d.ts +0 -3
  295. package/dist/types-ts4.0/plugins/collab-edit/plugin-state.d.ts +0 -23
  296. package/dist/types-ts4.0/plugins/collab-edit/plugin.d.ts +0 -10
  297. package/dist/types-ts4.0/plugins/collab-edit/provider/channel.d.ts +0 -48
  298. package/dist/types-ts4.0/plugins/collab-edit/provider/index.d.ts +0 -2
  299. package/dist/types-ts4.0/plugins/collab-edit/provider/logger.d.ts +0 -1
  300. package/dist/types-ts4.0/plugins/collab-edit/provider/mock-users.d.ts +0 -6
  301. package/dist/types-ts4.0/plugins/collab-edit/provider/types.d.ts +0 -36
  302. package/dist/types-ts4.0/plugins/collab-edit/styles.d.ts +0 -1
  303. package/dist/types-ts4.0/plugins/collab-edit/types.d.ts +0 -36
  304. package/dist/types-ts4.0/plugins/collab-edit/ui/avatars-with-plugin-state.d.ts +0 -19
  305. package/dist/types-ts4.0/plugins/collab-edit/ui/avatars.d.ts +0 -10
  306. package/dist/types-ts4.0/plugins/collab-edit/ui/colored-avatar-item.d.ts +0 -7
  307. package/dist/types-ts4.0/plugins/collab-edit/ui/index.d.ts +0 -2
  308. package/dist/types-ts4.0/plugins/collab-edit/ui/invite-to-edit.d.ts +0 -10
  309. package/dist/types-ts4.0/plugins/collab-edit/ui/styles.d.ts +0 -3
  310. package/dist/types-ts4.0/plugins/collab-edit/ui/to-avatar.d.ts +0 -4
  311. package/dist/types-ts4.0/plugins/collab-edit/utils.d.ts +0 -19
  312. package/dist/types-ts4.0/plugins/context-panel/index.d.ts +0 -12
  313. package/dist/types-ts4.0/plugins/context-panel/transforms.d.ts +0 -2
  314. package/dist/types-ts4.0/plugins/context-panel/types.d.ts +0 -1
  315. package/dist/types-ts4.0/plugins/copy-button/commands.d.ts +0 -8
  316. package/dist/types-ts4.0/plugins/copy-button/index.d.ts +0 -3
  317. package/dist/types-ts4.0/plugins/copy-button/pm-plugins/main.d.ts +0 -12
  318. package/dist/types-ts4.0/plugins/copy-button/pm-plugins/plugin-key.d.ts +0 -2
  319. package/dist/types-ts4.0/plugins/copy-button/toolbar.d.ts +0 -12
  320. package/dist/types-ts4.0/plugins/copy-button/utils.d.ts +0 -8
  321. package/dist/types-ts4.0/plugins/custom-autoformat/doc.d.ts +0 -6
  322. package/dist/types-ts4.0/plugins/custom-autoformat/index.d.ts +0 -6
  323. package/dist/types-ts4.0/plugins/custom-autoformat/input-rules.d.ts +0 -9
  324. package/dist/types-ts4.0/plugins/custom-autoformat/reducers.d.ts +0 -4
  325. package/dist/types-ts4.0/plugins/custom-autoformat/types.d.ts +0 -31
  326. package/dist/types-ts4.0/plugins/custom-autoformat/utils.d.ts +0 -5
  327. package/dist/types-ts4.0/plugins/data-consumer/index.d.ts +0 -5
  328. package/dist/types-ts4.0/plugins/data-consumer/plugin-key.d.ts +0 -2
  329. package/dist/types-ts4.0/plugins/date/actions.d.ts +0 -17
  330. package/dist/types-ts4.0/plugins/date/index.d.ts +0 -3
  331. package/dist/types-ts4.0/plugins/date/nodeviews/date.d.ts +0 -3
  332. package/dist/types-ts4.0/plugins/date/nodeviews/messages.d.ts +0 -7
  333. package/dist/types-ts4.0/plugins/date/pm-plugins/keymap.d.ts +0 -3
  334. package/dist/types-ts4.0/plugins/date/pm-plugins/main.d.ts +0 -6
  335. package/dist/types-ts4.0/plugins/date/pm-plugins/plugin-key.d.ts +0 -3
  336. package/dist/types-ts4.0/plugins/date/pm-plugins/types.d.ts +0 -12
  337. package/dist/types-ts4.0/plugins/date/pm-plugins/utils.d.ts +0 -5
  338. package/dist/types-ts4.0/plugins/date/styles.d.ts +0 -1
  339. package/dist/types-ts4.0/plugins/date/types.d.ts +0 -6
  340. package/dist/types-ts4.0/plugins/date/ui/DatePicker/date-picker-input.d.ts +0 -25
  341. package/dist/types-ts4.0/plugins/date/ui/DatePicker/index.d.ts +0 -35
  342. package/dist/types-ts4.0/plugins/date/utils/formatParse.d.ts +0 -27
  343. package/dist/types-ts4.0/plugins/date/utils/internal.d.ts +0 -34
  344. package/dist/types-ts4.0/plugins/editor-disabled/index.d.ts +0 -11
  345. package/dist/types-ts4.0/plugins/emoji/commands/insert-emoji.d.ts +0 -4
  346. package/dist/types-ts4.0/plugins/emoji/index.d.ts +0 -26
  347. package/dist/types-ts4.0/plugins/emoji/nodeviews/emoji.d.ts +0 -7
  348. package/dist/types-ts4.0/plugins/emoji/pm-plugins/ascii-input-rules.d.ts +0 -9
  349. package/dist/types-ts4.0/plugins/emoji/styles.d.ts +0 -1
  350. package/dist/types-ts4.0/plugins/emoji/types.d.ts +0 -10
  351. package/dist/types-ts4.0/plugins/emoji/ui/Emoji/index.d.ts +0 -4
  352. package/dist/types-ts4.0/plugins/emoji/ui/EmojiContextProvider/index.d.ts +0 -13
  353. package/dist/types-ts4.0/plugins/expand/commands.d.ts +0 -12
  354. package/dist/types-ts4.0/plugins/expand/index.d.ts +0 -11
  355. package/dist/types-ts4.0/plugins/expand/nodeviews/index.d.ts +0 -48
  356. package/dist/types-ts4.0/plugins/expand/pm-plugins/keymap.d.ts +0 -2
  357. package/dist/types-ts4.0/plugins/expand/pm-plugins/main.d.ts +0 -5
  358. package/dist/types-ts4.0/plugins/expand/pm-plugins/plugin-factory.d.ts +0 -3
  359. package/dist/types-ts4.0/plugins/expand/reducer.d.ts +0 -3
  360. package/dist/types-ts4.0/plugins/expand/toolbar.d.ts +0 -2
  361. package/dist/types-ts4.0/plugins/expand/types.d.ts +0 -9
  362. package/dist/types-ts4.0/plugins/expand/ui/ExpandIconButton.d.ts +0 -43
  363. package/dist/types-ts4.0/plugins/expand/ui/class-names.d.ts +0 -11
  364. package/dist/types-ts4.0/plugins/expand/ui/styles.d.ts +0 -2
  365. package/dist/types-ts4.0/plugins/expand/utils.d.ts +0 -1
  366. package/dist/types-ts4.0/plugins/extension/actions.d.ts +0 -16
  367. package/dist/types-ts4.0/plugins/extension/commands.d.ts +0 -10
  368. package/dist/types-ts4.0/plugins/extension/context-panel.d.ts +0 -6
  369. package/dist/types-ts4.0/plugins/extension/extension-api.d.ts +0 -14
  370. package/dist/types-ts4.0/plugins/extension/index.d.ts +0 -12
  371. package/dist/types-ts4.0/plugins/extension/nodeviews/extension.d.ts +0 -33
  372. package/dist/types-ts4.0/plugins/extension/plugin-factory.d.ts +0 -4
  373. package/dist/types-ts4.0/plugins/extension/plugin-key.d.ts +0 -3
  374. package/dist/types-ts4.0/plugins/extension/pm-plugins/keymap.d.ts +0 -2
  375. package/dist/types-ts4.0/plugins/extension/pm-plugins/main.d.ts +0 -17
  376. package/dist/types-ts4.0/plugins/extension/pm-plugins/unique-id.d.ts +0 -3
  377. package/dist/types-ts4.0/plugins/extension/reducer.d.ts +0 -2
  378. package/dist/types-ts4.0/plugins/extension/toolbar.d.ts +0 -19
  379. package/dist/types-ts4.0/plugins/extension/types.d.ts +0 -20
  380. package/dist/types-ts4.0/plugins/extension/ui/Extension/Extension/index.d.ts +0 -104
  381. package/dist/types-ts4.0/plugins/extension/ui/Extension/Extension/styles.d.ts +0 -6
  382. package/dist/types-ts4.0/plugins/extension/ui/Extension/ExtensionComponent.d.ts +0 -48
  383. package/dist/types-ts4.0/plugins/extension/ui/Extension/ExtensionNodeWrapper.d.ts +0 -7
  384. package/dist/types-ts4.0/plugins/extension/ui/Extension/InlineExtension/index.d.ts +0 -12
  385. package/dist/types-ts4.0/plugins/extension/ui/Extension/InlineExtension/styles.d.ts +0 -2
  386. package/dist/types-ts4.0/plugins/extension/ui/Extension/Lozenge.d.ts +0 -14
  387. package/dist/types-ts4.0/plugins/extension/ui/Extension/index.d.ts +0 -25
  388. package/dist/types-ts4.0/plugins/extension/ui/Extension/styles.d.ts +0 -8
  389. package/dist/types-ts4.0/plugins/extension/ui/SaveIndicator/SaveIndicator.d.ts +0 -4
  390. package/dist/types-ts4.0/plugins/extension/ui/SaveIndicator/messages.d.ts +0 -7
  391. package/dist/types-ts4.0/plugins/extension/ui/SaveIndicator/types.d.ts +0 -11
  392. package/dist/types-ts4.0/plugins/extension/ui/styles.d.ts +0 -1
  393. package/dist/types-ts4.0/plugins/extension/utils.d.ts +0 -10
  394. package/dist/types-ts4.0/plugins/fake-text-cursor/cursor.d.ts +0 -28
  395. package/dist/types-ts4.0/plugins/fake-text-cursor/index.d.ts +0 -7
  396. package/dist/types-ts4.0/plugins/fake-text-cursor/styles.d.ts +0 -1
  397. package/dist/types-ts4.0/plugins/feature-flags-context/feature-flags-from-props.d.ts +0 -7
  398. package/dist/types-ts4.0/plugins/feature-flags-context/get-enabled-feature-flag-keys.d.ts +0 -7
  399. package/dist/types-ts4.0/plugins/feature-flags-context/get-feature-flags.d.ts +0 -3
  400. package/dist/types-ts4.0/plugins/feature-flags-context/index.d.ts +0 -7
  401. package/dist/types-ts4.0/plugins/feature-flags-context/plugin-key.d.ts +0 -2
  402. package/dist/types-ts4.0/plugins/feedback-dialog/getBrowserInfo.d.ts +0 -6
  403. package/dist/types-ts4.0/plugins/feedback-dialog/getDeviceInfo.d.ts +0 -6
  404. package/dist/types-ts4.0/plugins/feedback-dialog/index.d.ts +0 -6
  405. package/dist/types-ts4.0/plugins/feedback-dialog/loadJiraCollectorDialogScript.d.ts +0 -8
  406. package/dist/types-ts4.0/plugins/find-replace/FindReplaceToolbarButtonWithState.d.ts +0 -15
  407. package/dist/types-ts4.0/plugins/find-replace/actions.d.ts +0 -64
  408. package/dist/types-ts4.0/plugins/find-replace/commands-with-analytics.d.ts +0 -27
  409. package/dist/types-ts4.0/plugins/find-replace/commands.d.ts +0 -12
  410. package/dist/types-ts4.0/plugins/find-replace/index.d.ts +0 -6
  411. package/dist/types-ts4.0/plugins/find-replace/keymap.d.ts +0 -3
  412. package/dist/types-ts4.0/plugins/find-replace/plugin.d.ts +0 -6
  413. package/dist/types-ts4.0/plugins/find-replace/reducer.d.ts +0 -4
  414. package/dist/types-ts4.0/plugins/find-replace/styles.d.ts +0 -3
  415. package/dist/types-ts4.0/plugins/find-replace/types.d.ts +0 -44
  416. package/dist/types-ts4.0/plugins/find-replace/ui/Find.d.ts +0 -70
  417. package/dist/types-ts4.0/plugins/find-replace/ui/FindReplace.d.ts +0 -43
  418. package/dist/types-ts4.0/plugins/find-replace/ui/FindReplaceToolbarButton.d.ts +0 -21
  419. package/dist/types-ts4.0/plugins/find-replace/ui/FindReplaceTooltipButton.d.ts +0 -18
  420. package/dist/types-ts4.0/plugins/find-replace/ui/Replace.d.ts +0 -26
  421. package/dist/types-ts4.0/plugins/find-replace/ui/styles.d.ts +0 -5
  422. package/dist/types-ts4.0/plugins/find-replace/utils/batch-decorations.d.ts +0 -36
  423. package/dist/types-ts4.0/plugins/find-replace/utils/index.d.ts +0 -49
  424. package/dist/types-ts4.0/plugins/floating-toolbar/index.d.ts +0 -19
  425. package/dist/types-ts4.0/plugins/floating-toolbar/pm-plugins/toolbar-data/commands.d.ts +0 -3
  426. package/dist/types-ts4.0/plugins/floating-toolbar/pm-plugins/toolbar-data/plugin-factory.d.ts +0 -1
  427. package/dist/types-ts4.0/plugins/floating-toolbar/pm-plugins/toolbar-data/plugin-key.d.ts +0 -3
  428. package/dist/types-ts4.0/plugins/floating-toolbar/pm-plugins/toolbar-data/plugin.d.ts +0 -3
  429. package/dist/types-ts4.0/plugins/floating-toolbar/pm-plugins/toolbar-data/reducer.d.ts +0 -2
  430. package/dist/types-ts4.0/plugins/floating-toolbar/pm-plugins/toolbar-data/types.d.ts +0 -11
  431. package/dist/types-ts4.0/plugins/floating-toolbar/types.d.ts +0 -1
  432. package/dist/types-ts4.0/plugins/floating-toolbar/ui/Button.d.ts +0 -27
  433. package/dist/types-ts4.0/plugins/floating-toolbar/ui/ConfirmationModal.d.ts +0 -13
  434. package/dist/types-ts4.0/plugins/floating-toolbar/ui/Dropdown.d.ts +0 -31
  435. package/dist/types-ts4.0/plugins/floating-toolbar/ui/DropdownMenu.d.ts +0 -18
  436. package/dist/types-ts4.0/plugins/floating-toolbar/ui/EditorEmojiAddIcon.d.ts +0 -2
  437. package/dist/types-ts4.0/plugins/floating-toolbar/ui/EmojiPickerButton.d.ts +0 -15
  438. package/dist/types-ts4.0/plugins/floating-toolbar/ui/ExtensionsPlaceholder.d.ts +0 -12
  439. package/dist/types-ts4.0/plugins/floating-toolbar/ui/Input.d.ts +0 -23
  440. package/dist/types-ts4.0/plugins/floating-toolbar/ui/ScrollButtons.d.ts +0 -13
  441. package/dist/types-ts4.0/plugins/floating-toolbar/ui/Select.d.ts +0 -19
  442. package/dist/types-ts4.0/plugins/floating-toolbar/ui/Separator.d.ts +0 -4
  443. package/dist/types-ts4.0/plugins/floating-toolbar/ui/Toolbar.d.ts +0 -36
  444. package/dist/types-ts4.0/plugins/floating-toolbar/ui/ToolbarLoader.d.ts +0 -4
  445. package/dist/types-ts4.0/plugins/floating-toolbar/ui/messages.d.ts +0 -38
  446. package/dist/types-ts4.0/plugins/floating-toolbar/ui/styles.d.ts +0 -20
  447. package/dist/types-ts4.0/plugins/floating-toolbar/ui/types.d.ts +0 -1
  448. package/dist/types-ts4.0/plugins/floating-toolbar/utils.d.ts +0 -7
  449. package/dist/types-ts4.0/plugins/fragment/index.d.ts +0 -5
  450. package/dist/types-ts4.0/plugins/fragment/plugin-key.d.ts +0 -2
  451. package/dist/types-ts4.0/plugins/fragment/pm-plugins/fragment-consistency.d.ts +0 -15
  452. package/dist/types-ts4.0/plugins/grid/index.d.ts +0 -16
  453. package/dist/types-ts4.0/plugins/grid/styles.d.ts +0 -2
  454. package/dist/types-ts4.0/plugins/grid/types.d.ts +0 -6
  455. package/dist/types-ts4.0/plugins/help-dialog/commands.d.ts +0 -4
  456. package/dist/types-ts4.0/plugins/help-dialog/index.d.ts +0 -6
  457. package/dist/types-ts4.0/plugins/help-dialog/plugin-key.d.ts +0 -2
  458. package/dist/types-ts4.0/plugins/help-dialog/ui/HelpDialogLoader.d.ts +0 -4
  459. package/dist/types-ts4.0/plugins/help-dialog/ui/index.d.ts +0 -27
  460. package/dist/types-ts4.0/plugins/help-dialog/ui/styles.d.ts +0 -33
  461. package/dist/types-ts4.0/plugins/history/actions.d.ts +0 -9
  462. package/dist/types-ts4.0/plugins/history/index.d.ts +0 -13
  463. package/dist/types-ts4.0/plugins/history/pm-history-types.d.ts +0 -18
  464. package/dist/types-ts4.0/plugins/history/reducer.d.ts +0 -4
  465. package/dist/types-ts4.0/plugins/history/types.d.ts +0 -4
  466. package/dist/types-ts4.0/plugins/history/utils.d.ts +0 -4
  467. package/dist/types-ts4.0/plugins/hyperlink/HyperlinkToolbarAppearance.d.ts +0 -28
  468. package/dist/types-ts4.0/plugins/hyperlink/Toolbar.d.ts +0 -3
  469. package/dist/types-ts4.0/plugins/hyperlink/analytics.d.ts +0 -2
  470. package/dist/types-ts4.0/plugins/hyperlink/commands.d.ts +0 -15
  471. package/dist/types-ts4.0/plugins/hyperlink/index.d.ts +0 -5
  472. package/dist/types-ts4.0/plugins/hyperlink/pm-plugins/fake-curor-for-toolbar-plugin-key.d.ts +0 -2
  473. package/dist/types-ts4.0/plugins/hyperlink/pm-plugins/fake-cursor-for-toolbar.d.ts +0 -3
  474. package/dist/types-ts4.0/plugins/hyperlink/pm-plugins/input-rule.d.ts +0 -7
  475. package/dist/types-ts4.0/plugins/hyperlink/pm-plugins/keymap.d.ts +0 -3
  476. package/dist/types-ts4.0/plugins/hyperlink/pm-plugins/main.d.ts +0 -44
  477. package/dist/types-ts4.0/plugins/hyperlink/styles.d.ts +0 -6
  478. package/dist/types-ts4.0/plugins/hyperlink/types.d.ts +0 -33
  479. package/dist/types-ts4.0/plugins/hyperlink/ui/EditorLinkPicker/index.d.ts +0 -7
  480. package/dist/types-ts4.0/plugins/hyperlink/ui/EditorLinkPicker/useEscapeClickaway.d.ts +0 -2
  481. package/dist/types-ts4.0/plugins/hyperlink/ui/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +0 -109
  482. package/dist/types-ts4.0/plugins/hyperlink/ui/HyperlinkAddToolbar/index.d.ts +0 -15
  483. package/dist/types-ts4.0/plugins/hyperlink/ui/HyperlinkAddToolbar/messages.d.ts +0 -32
  484. package/dist/types-ts4.0/plugins/hyperlink/ui/HyperlinkAddToolbar/utils.d.ts +0 -7
  485. package/dist/types-ts4.0/plugins/hyperlink/utils.d.ts +0 -25
  486. package/dist/types-ts4.0/plugins/image-upload/index.d.ts +0 -3
  487. package/dist/types-ts4.0/plugins/image-upload/pm-plugins/actions.d.ts +0 -2
  488. package/dist/types-ts4.0/plugins/image-upload/pm-plugins/commands.d.ts +0 -4
  489. package/dist/types-ts4.0/plugins/image-upload/pm-plugins/input-rule.d.ts +0 -5
  490. package/dist/types-ts4.0/plugins/image-upload/pm-plugins/main.d.ts +0 -3
  491. package/dist/types-ts4.0/plugins/image-upload/pm-plugins/plugin-key.d.ts +0 -3
  492. package/dist/types-ts4.0/plugins/image-upload/types.d.ts +0 -13
  493. package/dist/types-ts4.0/plugins/image-upload/utils.d.ts +0 -5
  494. package/dist/types-ts4.0/plugins/indentation/commands/index.d.ts +0 -8
  495. package/dist/types-ts4.0/plugins/indentation/commands/utils.d.ts +0 -36
  496. package/dist/types-ts4.0/plugins/indentation/index.d.ts +0 -3
  497. package/dist/types-ts4.0/plugins/indentation/messages.d.ts +0 -12
  498. package/dist/types-ts4.0/plugins/indentation/pm-plugins/keymap.d.ts +0 -3
  499. package/dist/types-ts4.0/plugins/index.d.ts +0 -69
  500. package/dist/types-ts4.0/plugins/insert-block/index.d.ts +0 -14
  501. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/block-insert-element-browser.d.ts +0 -21
  502. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/block-insert-menu-legacy.d.ts +0 -17
  503. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/block-insert-menu.d.ts +0 -25
  504. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/create-items.d.ts +0 -43
  505. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/dropdown-button.d.ts +0 -14
  506. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/index.d.ts +0 -44
  507. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/item.d.ts +0 -34
  508. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/messages.d.ts +0 -1
  509. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/shallow-equals.d.ts +0 -1
  510. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/sort-items.d.ts +0 -2
  511. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/styles.d.ts +0 -1
  512. package/dist/types-ts4.0/plugins/insert-block/ui/ToolbarInsertBlock/types.d.ts +0 -60
  513. package/dist/types-ts4.0/plugins/jira-issue/index.d.ts +0 -5
  514. package/dist/types-ts4.0/plugins/jira-issue/nodeviews/jira-issue.d.ts +0 -7
  515. package/dist/types-ts4.0/plugins/layout/actions.d.ts +0 -22
  516. package/dist/types-ts4.0/plugins/layout/index.d.ts +0 -6
  517. package/dist/types-ts4.0/plugins/layout/pm-plugins/main.d.ts +0 -5
  518. package/dist/types-ts4.0/plugins/layout/pm-plugins/plugin-key.d.ts +0 -3
  519. package/dist/types-ts4.0/plugins/layout/pm-plugins/types.d.ts +0 -14
  520. package/dist/types-ts4.0/plugins/layout/styles.d.ts +0 -3
  521. package/dist/types-ts4.0/plugins/layout/toolbar-messages.d.ts +0 -32
  522. package/dist/types-ts4.0/plugins/layout/toolbar.d.ts +0 -5
  523. package/dist/types-ts4.0/plugins/layout/types.d.ts +0 -13
  524. package/dist/types-ts4.0/plugins/layout/utils.d.ts +0 -1
  525. package/dist/types-ts4.0/plugins/list/actions/conversions.d.ts +0 -6
  526. package/dist/types-ts4.0/plugins/list/actions/indent-list-items-selected.d.ts +0 -2
  527. package/dist/types-ts4.0/plugins/list/actions/indent-list.d.ts +0 -2
  528. package/dist/types-ts4.0/plugins/list/actions/join-list-items-forward.d.ts +0 -16
  529. package/dist/types-ts4.0/plugins/list/actions/join-list-items-scenarios/index.d.ts +0 -5
  530. package/dist/types-ts4.0/plugins/list/actions/join-list-items-scenarios/join-list-item-with-paragraph.d.ts +0 -9
  531. package/dist/types-ts4.0/plugins/list/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.d.ts +0 -9
  532. package/dist/types-ts4.0/plugins/list/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.d.ts +0 -9
  533. package/dist/types-ts4.0/plugins/list/actions/join-list-items-scenarios/join-paragraph-with-list.d.ts +0 -9
  534. package/dist/types-ts4.0/plugins/list/actions/join-list-items-scenarios/join-sibling-list-items.d.ts +0 -9
  535. package/dist/types-ts4.0/plugins/list/actions/merge-lists.d.ts +0 -7
  536. package/dist/types-ts4.0/plugins/list/actions/outdent-list-items-selected.d.ts +0 -2
  537. package/dist/types-ts4.0/plugins/list/actions/wrap-and-join-lists.d.ts +0 -15
  538. package/dist/types-ts4.0/plugins/list/commands/indent-list.d.ts +0 -5
  539. package/dist/types-ts4.0/plugins/list/commands/index.d.ts +0 -15
  540. package/dist/types-ts4.0/plugins/list/commands/join-list-item-forward.d.ts +0 -2
  541. package/dist/types-ts4.0/plugins/list/commands/listBackspace.d.ts +0 -12
  542. package/dist/types-ts4.0/plugins/list/commands/outdent-list.d.ts +0 -5
  543. package/dist/types-ts4.0/plugins/list/index.d.ts +0 -3
  544. package/dist/types-ts4.0/plugins/list/messages.d.ts +0 -27
  545. package/dist/types-ts4.0/plugins/list/pm-plugins/input-rules/create-list-input-rule.d.ts +0 -7
  546. package/dist/types-ts4.0/plugins/list/pm-plugins/input-rules/index.d.ts +0 -4
  547. package/dist/types-ts4.0/plugins/list/pm-plugins/keymap.d.ts +0 -3
  548. package/dist/types-ts4.0/plugins/list/pm-plugins/main.d.ts +0 -9
  549. package/dist/types-ts4.0/plugins/list/styles.d.ts +0 -1
  550. package/dist/types-ts4.0/plugins/list/transforms.d.ts +0 -16
  551. package/dist/types-ts4.0/plugins/list/types.d.ts +0 -9
  552. package/dist/types-ts4.0/plugins/list/utils/analytics.d.ts +0 -4
  553. package/dist/types-ts4.0/plugins/list/utils/find.d.ts +0 -11
  554. package/dist/types-ts4.0/plugins/list/utils/indentation.d.ts +0 -8
  555. package/dist/types-ts4.0/plugins/list/utils/node.d.ts +0 -23
  556. package/dist/types-ts4.0/plugins/list/utils/replace-content.d.ts +0 -8
  557. package/dist/types-ts4.0/plugins/list/utils/selection.d.ts +0 -27
  558. package/dist/types-ts4.0/plugins/macro/actions.d.ts +0 -8
  559. package/dist/types-ts4.0/plugins/macro/index.d.ts +0 -11
  560. package/dist/types-ts4.0/plugins/macro/plugin-key.d.ts +0 -3
  561. package/dist/types-ts4.0/plugins/macro/types.d.ts +0 -4
  562. package/dist/types-ts4.0/plugins/max-content-size/index.d.ts +0 -11
  563. package/dist/types-ts4.0/plugins/media/commands/captions.d.ts +0 -4
  564. package/dist/types-ts4.0/plugins/media/commands/helpers.d.ts +0 -21
  565. package/dist/types-ts4.0/plugins/media/commands/index.d.ts +0 -1
  566. package/dist/types-ts4.0/plugins/media/commands/linking.d.ts +0 -10
  567. package/dist/types-ts4.0/plugins/media/index.d.ts +0 -8
  568. package/dist/types-ts4.0/plugins/media/media-plugin-options.d.ts +0 -18
  569. package/dist/types-ts4.0/plugins/media/nodeviews/__mocks__/mediaNodeUpdater.d.ts +0 -21
  570. package/dist/types-ts4.0/plugins/media/nodeviews/mediaGroup.d.ts +0 -33
  571. package/dist/types-ts4.0/plugins/media/nodeviews/mediaInline.d.ts +0 -47
  572. package/dist/types-ts4.0/plugins/media/nodeviews/mediaNodeUpdater.d.ts +0 -41
  573. package/dist/types-ts4.0/plugins/media/nodeviews/mediaNodeView/index.d.ts +0 -26
  574. package/dist/types-ts4.0/plugins/media/nodeviews/mediaNodeView/media.d.ts +0 -45
  575. package/dist/types-ts4.0/plugins/media/nodeviews/mediaSingle.d.ts +0 -58
  576. package/dist/types-ts4.0/plugins/media/nodeviews/messages.d.ts +0 -7
  577. package/dist/types-ts4.0/plugins/media/nodeviews/styles.d.ts +0 -14
  578. package/dist/types-ts4.0/plugins/media/nodeviews/types.d.ts +0 -39
  579. package/dist/types-ts4.0/plugins/media/picker-facade.d.ts +0 -44
  580. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/actions.d.ts +0 -10
  581. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/commands.d.ts +0 -3
  582. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/index.d.ts +0 -7
  583. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/keymap.d.ts +0 -3
  584. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/messages.d.ts +0 -37
  585. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/reducer.d.ts +0 -4
  586. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/style.d.ts +0 -3
  587. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/types.d.ts +0 -3
  588. package/dist/types-ts4.0/plugins/media/pm-plugins/alt-text/ui/AltTextEdit.d.ts +0 -41
  589. package/dist/types-ts4.0/plugins/media/pm-plugins/keymap-media-single.d.ts +0 -3
  590. package/dist/types-ts4.0/plugins/media/pm-plugins/keymap.d.ts +0 -4
  591. package/dist/types-ts4.0/plugins/media/pm-plugins/linking/actions.d.ts +0 -20
  592. package/dist/types-ts4.0/plugins/media/pm-plugins/linking/index.d.ts +0 -10
  593. package/dist/types-ts4.0/plugins/media/pm-plugins/linking/keymap.d.ts +0 -3
  594. package/dist/types-ts4.0/plugins/media/pm-plugins/linking/reducer.d.ts +0 -4
  595. package/dist/types-ts4.0/plugins/media/pm-plugins/linking/types.d.ts +0 -12
  596. package/dist/types-ts4.0/plugins/media/pm-plugins/main.d.ts +0 -108
  597. package/dist/types-ts4.0/plugins/media/pm-plugins/media-editor-plugin-factory.d.ts +0 -3
  598. package/dist/types-ts4.0/plugins/media/pm-plugins/mediaTaskManager.d.ts +0 -9
  599. package/dist/types-ts4.0/plugins/media/pm-plugins/plugin-key.d.ts +0 -3
  600. package/dist/types-ts4.0/plugins/media/pm-plugins/types.d.ts +0 -62
  601. package/dist/types-ts4.0/plugins/media/styles.d.ts +0 -1
  602. package/dist/types-ts4.0/plugins/media/toolbar/alt-text.d.ts +0 -11
  603. package/dist/types-ts4.0/plugins/media/toolbar/commands.d.ts +0 -4
  604. package/dist/types-ts4.0/plugins/media/toolbar/filePreviewItem.d.ts +0 -9
  605. package/dist/types-ts4.0/plugins/media/toolbar/index.d.ts +0 -5
  606. package/dist/types-ts4.0/plugins/media/toolbar/linking-toolbar-appearance.d.ts +0 -14
  607. package/dist/types-ts4.0/plugins/media/toolbar/linking.d.ts +0 -8
  608. package/dist/types-ts4.0/plugins/media/toolbar/toolbar-messages.d.ts +0 -7
  609. package/dist/types-ts4.0/plugins/media/toolbar/utils.d.ts +0 -6
  610. package/dist/types-ts4.0/plugins/media/types.d.ts +0 -97
  611. package/dist/types-ts4.0/plugins/media/ui/CaptionPlaceholder/index.d.ts +0 -7
  612. package/dist/types-ts4.0/plugins/media/ui/CaptionPlaceholder/messages.d.ts +0 -7
  613. package/dist/types-ts4.0/plugins/media/ui/Media/DropPlaceholder.d.ts +0 -8
  614. package/dist/types-ts4.0/plugins/media/ui/Media/drop-placeholder-messages.d.ts +0 -7
  615. package/dist/types-ts4.0/plugins/media/ui/MediaLinkingToolbar.d.ts +0 -35
  616. package/dist/types-ts4.0/plugins/media/ui/MediaPicker/BrowserWrapper.d.ts +0 -11
  617. package/dist/types-ts4.0/plugins/media/ui/MediaPicker/ClipboardWrapper.d.ts +0 -9
  618. package/dist/types-ts4.0/plugins/media/ui/MediaPicker/DropzoneWrapper.d.ts +0 -13
  619. package/dist/types-ts4.0/plugins/media/ui/MediaPicker/PickerFacadeProvider.d.ts +0 -28
  620. package/dist/types-ts4.0/plugins/media/ui/MediaPicker/index.d.ts +0 -21
  621. package/dist/types-ts4.0/plugins/media/ui/ResizableMediaSingle/index.d.ts +0 -44
  622. package/dist/types-ts4.0/plugins/media/ui/ResizableMediaSingle/styled.d.ts +0 -2
  623. package/dist/types-ts4.0/plugins/media/ui/ResizableMediaSingle/types.d.ts +0 -40
  624. package/dist/types-ts4.0/plugins/media/ui/ToolbarMedia/index.d.ts +0 -17
  625. package/dist/types-ts4.0/plugins/media/ui/ToolbarMedia/toolbar-media-messages.d.ts +0 -7
  626. package/dist/types-ts4.0/plugins/media/ui/media-linking-toolbar-messages.d.ts +0 -7
  627. package/dist/types-ts4.0/plugins/media/utils/check-media-type.d.ts +0 -4
  628. package/dist/types-ts4.0/plugins/media/utils/current-media-node.d.ts +0 -3
  629. package/dist/types-ts4.0/plugins/media/utils/is-image.d.ts +0 -1
  630. package/dist/types-ts4.0/plugins/media/utils/media-common.d.ts +0 -34
  631. package/dist/types-ts4.0/plugins/media/utils/media-files.d.ts +0 -30
  632. package/dist/types-ts4.0/plugins/media/utils/media-single.d.ts +0 -32
  633. package/dist/types-ts4.0/plugins/mentions/analytics.d.ts +0 -13
  634. package/dist/types-ts4.0/plugins/mentions/index.d.ts +0 -6
  635. package/dist/types-ts4.0/plugins/mentions/messages.d.ts +0 -17
  636. package/dist/types-ts4.0/plugins/mentions/nodeviews/mention.d.ts +0 -9
  637. package/dist/types-ts4.0/plugins/mentions/pm-plugins/key.d.ts +0 -3
  638. package/dist/types-ts4.0/plugins/mentions/pm-plugins/main.d.ts +0 -6
  639. package/dist/types-ts4.0/plugins/mentions/pm-plugins/utils.d.ts +0 -3
  640. package/dist/types-ts4.0/plugins/mentions/styles.d.ts +0 -1
  641. package/dist/types-ts4.0/plugins/mentions/type-ahead/index.d.ts +0 -17
  642. package/dist/types-ts4.0/plugins/mentions/types.d.ts +0 -26
  643. package/dist/types-ts4.0/plugins/mentions/ui/InviteItem/index.d.ts +0 -23
  644. package/dist/types-ts4.0/plugins/mentions/ui/InviteItem/styles.d.ts +0 -14
  645. package/dist/types-ts4.0/plugins/mentions/ui/Mention/index.d.ts +0 -18
  646. package/dist/types-ts4.0/plugins/mentions/ui/ToolbarMention/index.d.ts +0 -15
  647. package/dist/types-ts4.0/plugins/mentions/utils.d.ts +0 -8
  648. package/dist/types-ts4.0/plugins/mobile-dimensions/actions.d.ts +0 -23
  649. package/dist/types-ts4.0/plugins/mobile-dimensions/commands.d.ts +0 -4
  650. package/dist/types-ts4.0/plugins/mobile-dimensions/index.d.ts +0 -4
  651. package/dist/types-ts4.0/plugins/mobile-dimensions/plugin-factory.d.ts +0 -5
  652. package/dist/types-ts4.0/plugins/mobile-dimensions/reducer.d.ts +0 -3
  653. package/dist/types-ts4.0/plugins/mobile-dimensions/types.d.ts +0 -10
  654. package/dist/types-ts4.0/plugins/mobile-dimensions/utils.d.ts +0 -2
  655. package/dist/types-ts4.0/plugins/mobile-selection/content-in-selection.d.ts +0 -5
  656. package/dist/types-ts4.0/plugins/mobile-selection/index.d.ts +0 -2
  657. package/dist/types-ts4.0/plugins/mobile-selection/mobile-selection-plugin.d.ts +0 -7
  658. package/dist/types-ts4.0/plugins/mobile-selection/types.d.ts +0 -32
  659. package/dist/types-ts4.0/plugins/panel/actions.d.ts +0 -9
  660. package/dist/types-ts4.0/plugins/panel/index.d.ts +0 -4
  661. package/dist/types-ts4.0/plugins/panel/message.d.ts +0 -37
  662. package/dist/types-ts4.0/plugins/panel/nodeviews/panel.d.ts +0 -35
  663. package/dist/types-ts4.0/plugins/panel/pm-plugins/keymaps.d.ts +0 -3
  664. package/dist/types-ts4.0/plugins/panel/pm-plugins/main.d.ts +0 -11
  665. package/dist/types-ts4.0/plugins/panel/styles.d.ts +0 -2
  666. package/dist/types-ts4.0/plugins/panel/toolbar.d.ts +0 -13
  667. package/dist/types-ts4.0/plugins/panel/types.d.ts +0 -21
  668. package/dist/types-ts4.0/plugins/panel/utils.d.ts +0 -5
  669. package/dist/types-ts4.0/plugins/paste/actions.d.ts +0 -15
  670. package/dist/types-ts4.0/plugins/paste/commands.d.ts +0 -16
  671. package/dist/types-ts4.0/plugins/paste/edge-cases/index.d.ts +0 -7
  672. package/dist/types-ts4.0/plugins/paste/edge-cases/lists.d.ts +0 -18
  673. package/dist/types-ts4.0/plugins/paste/handlers.d.ts +0 -49
  674. package/dist/types-ts4.0/plugins/paste/index.d.ts +0 -9
  675. package/dist/types-ts4.0/plugins/paste/linkify-md-plugin.d.ts +0 -2
  676. package/dist/types-ts4.0/plugins/paste/md.d.ts +0 -2
  677. package/dist/types-ts4.0/plugins/paste/newline-md-plugin.d.ts +0 -2
  678. package/dist/types-ts4.0/plugins/paste/paragraph-md-plugin.d.ts +0 -2
  679. package/dist/types-ts4.0/plugins/paste/pm-plugins/analytics.d.ts +0 -35
  680. package/dist/types-ts4.0/plugins/paste/pm-plugins/clipboard-text-serializer.d.ts +0 -13
  681. package/dist/types-ts4.0/plugins/paste/pm-plugins/main.d.ts +0 -9
  682. package/dist/types-ts4.0/plugins/paste/pm-plugins/plugin-factory.d.ts +0 -3
  683. package/dist/types-ts4.0/plugins/paste/reducer.d.ts +0 -3
  684. package/dist/types-ts4.0/plugins/paste/types.d.ts +0 -6
  685. package/dist/types-ts4.0/plugins/paste/util/index.d.ts +0 -24
  686. package/dist/types-ts4.0/plugins/paste/util/tinyMCE.d.ts +0 -32
  687. package/dist/types-ts4.0/plugins/placeholder/index.d.ts +0 -14
  688. package/dist/types-ts4.0/plugins/placeholder/styles.d.ts +0 -2
  689. package/dist/types-ts4.0/plugins/placeholder-text/actions.d.ts +0 -4
  690. package/dist/types-ts4.0/plugins/placeholder-text/index.d.ts +0 -7
  691. package/dist/types-ts4.0/plugins/placeholder-text/placeholder-text-nodeview.d.ts +0 -17
  692. package/dist/types-ts4.0/plugins/placeholder-text/plugin-key.d.ts +0 -3
  693. package/dist/types-ts4.0/plugins/placeholder-text/selection-utils.d.ts +0 -2
  694. package/dist/types-ts4.0/plugins/placeholder-text/styles.d.ts +0 -1
  695. package/dist/types-ts4.0/plugins/placeholder-text/types.d.ts +0 -7
  696. package/dist/types-ts4.0/plugins/placeholder-text/ui/PlaceholderFloatingToolbar/index.d.ts +0 -25
  697. package/dist/types-ts4.0/plugins/quick-insert/api.d.ts +0 -6
  698. package/dist/types-ts4.0/plugins/quick-insert/assets/action.d.ts +0 -2
  699. package/dist/types-ts4.0/plugins/quick-insert/assets/code.d.ts +0 -2
  700. package/dist/types-ts4.0/plugins/quick-insert/assets/custom-panel.d.ts +0 -2
  701. package/dist/types-ts4.0/plugins/quick-insert/assets/date.d.ts +0 -2
  702. package/dist/types-ts4.0/plugins/quick-insert/assets/decision.d.ts +0 -2
  703. package/dist/types-ts4.0/plugins/quick-insert/assets/divider.d.ts +0 -2
  704. package/dist/types-ts4.0/plugins/quick-insert/assets/emoji.d.ts +0 -2
  705. package/dist/types-ts4.0/plugins/quick-insert/assets/expand.d.ts +0 -2
  706. package/dist/types-ts4.0/plugins/quick-insert/assets/fallback.d.ts +0 -2
  707. package/dist/types-ts4.0/plugins/quick-insert/assets/feedback.d.ts +0 -2
  708. package/dist/types-ts4.0/plugins/quick-insert/assets/heading1.d.ts +0 -2
  709. package/dist/types-ts4.0/plugins/quick-insert/assets/heading2.d.ts +0 -2
  710. package/dist/types-ts4.0/plugins/quick-insert/assets/heading3.d.ts +0 -2
  711. package/dist/types-ts4.0/plugins/quick-insert/assets/heading4.d.ts +0 -2
  712. package/dist/types-ts4.0/plugins/quick-insert/assets/heading5.d.ts +0 -2
  713. package/dist/types-ts4.0/plugins/quick-insert/assets/heading6.d.ts +0 -2
  714. package/dist/types-ts4.0/plugins/quick-insert/assets/images.d.ts +0 -2
  715. package/dist/types-ts4.0/plugins/quick-insert/assets/index.d.ts +0 -32
  716. package/dist/types-ts4.0/plugins/quick-insert/assets/layout.d.ts +0 -2
  717. package/dist/types-ts4.0/plugins/quick-insert/assets/link.d.ts +0 -2
  718. package/dist/types-ts4.0/plugins/quick-insert/assets/list-number.d.ts +0 -2
  719. package/dist/types-ts4.0/plugins/quick-insert/assets/list.d.ts +0 -2
  720. package/dist/types-ts4.0/plugins/quick-insert/assets/mention.d.ts +0 -2
  721. package/dist/types-ts4.0/plugins/quick-insert/assets/panel-error.d.ts +0 -2
  722. package/dist/types-ts4.0/plugins/quick-insert/assets/panel-note.d.ts +0 -2
  723. package/dist/types-ts4.0/plugins/quick-insert/assets/panel-success.d.ts +0 -2
  724. package/dist/types-ts4.0/plugins/quick-insert/assets/panel-warning.d.ts +0 -2
  725. package/dist/types-ts4.0/plugins/quick-insert/assets/panel.d.ts +0 -2
  726. package/dist/types-ts4.0/plugins/quick-insert/assets/quote.d.ts +0 -2
  727. package/dist/types-ts4.0/plugins/quick-insert/assets/status.d.ts +0 -2
  728. package/dist/types-ts4.0/plugins/quick-insert/commands.d.ts +0 -5
  729. package/dist/types-ts4.0/plugins/quick-insert/index.d.ts +0 -11
  730. package/dist/types-ts4.0/plugins/quick-insert/plugin-key.d.ts +0 -3
  731. package/dist/types-ts4.0/plugins/quick-insert/search.d.ts +0 -5
  732. package/dist/types-ts4.0/plugins/quick-insert/types.d.ts +0 -24
  733. package/dist/types-ts4.0/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +0 -8
  734. package/dist/types-ts4.0/plugins/rank.d.ts +0 -6
  735. package/dist/types-ts4.0/plugins/rule/commands.d.ts +0 -3
  736. package/dist/types-ts4.0/plugins/rule/index.d.ts +0 -3
  737. package/dist/types-ts4.0/plugins/rule/pm-plugins/input-rule.d.ts +0 -8
  738. package/dist/types-ts4.0/plugins/rule/pm-plugins/keymap.d.ts +0 -3
  739. package/dist/types-ts4.0/plugins/rule/styles.d.ts +0 -2
  740. package/dist/types-ts4.0/plugins/save-on-enter/index.d.ts +0 -7
  741. package/dist/types-ts4.0/plugins/scroll-into-view/index.d.ts +0 -14
  742. package/dist/types-ts4.0/plugins/selection/actions.d.ts +0 -17
  743. package/dist/types-ts4.0/plugins/selection/commands.d.ts +0 -8
  744. package/dist/types-ts4.0/plugins/selection/gap-cursor/actions.d.ts +0 -23
  745. package/dist/types-ts4.0/plugins/selection/gap-cursor/direction.d.ts +0 -10
  746. package/dist/types-ts4.0/plugins/selection/gap-cursor/selection.d.ts +0 -1
  747. package/dist/types-ts4.0/plugins/selection/gap-cursor/styles.d.ts +0 -2
  748. package/dist/types-ts4.0/plugins/selection/gap-cursor/utils/is-ignored.d.ts +0 -1
  749. package/dist/types-ts4.0/plugins/selection/gap-cursor/utils/is-valid-target-node.d.ts +0 -1
  750. package/dist/types-ts4.0/plugins/selection/gap-cursor/utils/place-gap-cursor.d.ts +0 -2
  751. package/dist/types-ts4.0/plugins/selection/gap-cursor/utils.d.ts +0 -7
  752. package/dist/types-ts4.0/plugins/selection/gap-cursor-selection.d.ts +0 -2
  753. package/dist/types-ts4.0/plugins/selection/index.d.ts +0 -4
  754. package/dist/types-ts4.0/plugins/selection/plugin-factory.d.ts +0 -2
  755. package/dist/types-ts4.0/plugins/selection/pm-plugins/gap-cursor-keymap.d.ts +0 -2
  756. package/dist/types-ts4.0/plugins/selection/pm-plugins/gap-cursor-main.d.ts +0 -3
  757. package/dist/types-ts4.0/plugins/selection/pm-plugins/gap-cursor-plugin-key.d.ts +0 -2
  758. package/dist/types-ts4.0/plugins/selection/pm-plugins/keymap.d.ts +0 -3
  759. package/dist/types-ts4.0/plugins/selection/pm-plugins/selection-main.d.ts +0 -7
  760. package/dist/types-ts4.0/plugins/selection/reducer.d.ts +0 -3
  761. package/dist/types-ts4.0/plugins/selection/types.d.ts +0 -14
  762. package/dist/types-ts4.0/plugins/selection/utils.d.ts +0 -64
  763. package/dist/types-ts4.0/plugins/status/actions.d.ts +0 -14
  764. package/dist/types-ts4.0/plugins/status/analytics.d.ts +0 -4
  765. package/dist/types-ts4.0/plugins/status/index.d.ts +0 -4
  766. package/dist/types-ts4.0/plugins/status/keymap.d.ts +0 -3
  767. package/dist/types-ts4.0/plugins/status/nodeviews/messages.d.ts +0 -17
  768. package/dist/types-ts4.0/plugins/status/nodeviews/status.d.ts +0 -24
  769. package/dist/types-ts4.0/plugins/status/plugin-key.d.ts +0 -4
  770. package/dist/types-ts4.0/plugins/status/plugin.d.ts +0 -7
  771. package/dist/types-ts4.0/plugins/status/styles.d.ts +0 -1
  772. package/dist/types-ts4.0/plugins/status/types.d.ts +0 -14
  773. package/dist/types-ts4.0/plugins/status/ui/statusPicker.d.ts +0 -52
  774. package/dist/types-ts4.0/plugins/status/utils.d.ts +0 -8
  775. package/dist/types-ts4.0/plugins/submit-editor/index.d.ts +0 -7
  776. package/dist/types-ts4.0/plugins/tasks-and-decisions/commands.d.ts +0 -16
  777. package/dist/types-ts4.0/plugins/tasks-and-decisions/index.d.ts +0 -4
  778. package/dist/types-ts4.0/plugins/tasks-and-decisions/nodeviews/decisionItem.d.ts +0 -5
  779. package/dist/types-ts4.0/plugins/tasks-and-decisions/nodeviews/taskItem.d.ts +0 -9
  780. package/dist/types-ts4.0/plugins/tasks-and-decisions/pm-plugins/commands.d.ts +0 -15
  781. package/dist/types-ts4.0/plugins/tasks-and-decisions/pm-plugins/helpers.d.ts +0 -54
  782. package/dist/types-ts4.0/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +0 -5
  783. package/dist/types-ts4.0/plugins/tasks-and-decisions/pm-plugins/keymaps.d.ts +0 -9
  784. package/dist/types-ts4.0/plugins/tasks-and-decisions/pm-plugins/main.d.ts +0 -11
  785. package/dist/types-ts4.0/plugins/tasks-and-decisions/pm-plugins/plugin-key.d.ts +0 -2
  786. package/dist/types-ts4.0/plugins/tasks-and-decisions/styles.d.ts +0 -1
  787. package/dist/types-ts4.0/plugins/tasks-and-decisions/types.d.ts +0 -23
  788. package/dist/types-ts4.0/plugins/tasks-and-decisions/ui/Decision/index.d.ts +0 -14
  789. package/dist/types-ts4.0/plugins/tasks-and-decisions/ui/Task/index.d.ts +0 -26
  790. package/dist/types-ts4.0/plugins/tasks-and-decisions/ui/Task/task-item-with-providers.d.ts +0 -27
  791. package/dist/types-ts4.0/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +0 -20
  792. package/dist/types-ts4.0/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +0 -20
  793. package/dist/types-ts4.0/plugins/tasks-and-decisions/utils.d.ts +0 -2
  794. package/dist/types-ts4.0/plugins/text-color/commands/change-color.d.ts +0 -2
  795. package/dist/types-ts4.0/plugins/text-color/commands/remove-color.d.ts +0 -2
  796. package/dist/types-ts4.0/plugins/text-color/commands/toggle-color.d.ts +0 -2
  797. package/dist/types-ts4.0/plugins/text-color/index.d.ts +0 -6
  798. package/dist/types-ts4.0/plugins/text-color/pm-plugins/main.d.ts +0 -37
  799. package/dist/types-ts4.0/plugins/text-color/ui/ToolbarTextColor/icon.d.ts +0 -2
  800. package/dist/types-ts4.0/plugins/text-color/ui/ToolbarTextColor/index.d.ts +0 -44
  801. package/dist/types-ts4.0/plugins/text-color/ui/ToolbarTextColor/styles.d.ts +0 -3
  802. package/dist/types-ts4.0/plugins/text-color/utils/color.d.ts +0 -6
  803. package/dist/types-ts4.0/plugins/text-color/utils/disabled.d.ts +0 -2
  804. package/dist/types-ts4.0/plugins/text-formatting/commands/clear-formatting.d.ts +0 -6
  805. package/dist/types-ts4.0/plugins/text-formatting/commands/text-formatting.d.ts +0 -35
  806. package/dist/types-ts4.0/plugins/text-formatting/commands/transform-to-code.d.ts +0 -2
  807. package/dist/types-ts4.0/plugins/text-formatting/index.d.ts +0 -4
  808. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/clear-formatting-keymap.d.ts +0 -3
  809. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/clear-formatting.d.ts +0 -9
  810. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/cursor.d.ts +0 -3
  811. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/input-rule.d.ts +0 -23
  812. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/keymap.d.ts +0 -3
  813. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/main.d.ts +0 -7
  814. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/plugin-key.d.ts +0 -3
  815. package/dist/types-ts4.0/plugins/text-formatting/pm-plugins/smart-input-rule.d.ts +0 -3
  816. package/dist/types-ts4.0/plugins/text-formatting/styles.d.ts +0 -2
  817. package/dist/types-ts4.0/plugins/text-formatting/types.d.ts +0 -30
  818. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/constants.d.ts +0 -6
  819. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/dropdown-menu.d.ts +0 -15
  820. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/hooks/clear-formatting-icon.d.ts +0 -2
  821. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/hooks/formatting-icons.d.ts +0 -9
  822. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/hooks/menu-state.d.ts +0 -5
  823. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/hooks/responsive-toolbar-buttons.d.ts +0 -20
  824. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/index.d.ts +0 -24
  825. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/more-button.d.ts +0 -12
  826. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/single-toolbar-buttons.d.ts +0 -9
  827. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/toolbar-messages.d.ts +0 -77
  828. package/dist/types-ts4.0/plugins/text-formatting/ui/Toolbar/types.d.ts +0 -32
  829. package/dist/types-ts4.0/plugins/text-formatting/utils.d.ts +0 -20
  830. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/index.d.ts +0 -6
  831. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/pm-plugins/indentation-buttons.d.ts +0 -14
  832. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/types.d.ts +0 -18
  833. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/ui/Toolbar.d.ts +0 -4
  834. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/ui/ToolbarDropdown.d.ts +0 -9
  835. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/ui/index.d.ts +0 -20
  836. package/dist/types-ts4.0/plugins/toolbar-lists-indentation/ui/onItemActivated.d.ts +0 -6
  837. package/dist/types-ts4.0/plugins/type-ahead/api.d.ts +0 -62
  838. package/dist/types-ts4.0/plugins/type-ahead/commands/insert-type-ahead-item.d.ts +0 -12
  839. package/dist/types-ts4.0/plugins/type-ahead/commands/update-list-items.d.ts +0 -3
  840. package/dist/types-ts4.0/plugins/type-ahead/commands/update-query.d.ts +0 -2
  841. package/dist/types-ts4.0/plugins/type-ahead/commands/update-selected-index.d.ts +0 -2
  842. package/dist/types-ts4.0/plugins/type-ahead/constants.d.ts +0 -12
  843. package/dist/types-ts4.0/plugins/type-ahead/index.d.ts +0 -19
  844. package/dist/types-ts4.0/plugins/type-ahead/insert-utils.d.ts +0 -18
  845. package/dist/types-ts4.0/plugins/type-ahead/messages.d.ts +0 -22
  846. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/actions.d.ts +0 -9
  847. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/decorations.d.ts +0 -24
  848. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/input-rules.d.ts +0 -6
  849. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/insert-item-plugin.d.ts +0 -2
  850. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/key.d.ts +0 -3
  851. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/main.d.ts +0 -14
  852. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/reducer.d.ts +0 -10
  853. package/dist/types-ts4.0/plugins/type-ahead/pm-plugins/utils.d.ts +0 -4
  854. package/dist/types-ts4.0/plugins/type-ahead/stats-modifier.d.ts +0 -20
  855. package/dist/types-ts4.0/plugins/type-ahead/transforms/close-type-ahead.d.ts +0 -2
  856. package/dist/types-ts4.0/plugins/type-ahead/transforms/open-typeahead-at-cursor.d.ts +0 -10
  857. package/dist/types-ts4.0/plugins/type-ahead/transforms/set-selection-before-query.d.ts +0 -2
  858. package/dist/types-ts4.0/plugins/type-ahead/types.d.ts +0 -65
  859. package/dist/types-ts4.0/plugins/type-ahead/ui/AssistiveText.d.ts +0 -33
  860. package/dist/types-ts4.0/plugins/type-ahead/ui/InputQuery.d.ts +0 -26
  861. package/dist/types-ts4.0/plugins/type-ahead/ui/TypeAheadList.d.ts +0 -23
  862. package/dist/types-ts4.0/plugins/type-ahead/ui/TypeAheadListItem.d.ts +0 -17
  863. package/dist/types-ts4.0/plugins/type-ahead/ui/TypeAheadPopup.d.ts +0 -23
  864. package/dist/types-ts4.0/plugins/type-ahead/ui/WrapperTypeAhead.d.ts +0 -20
  865. package/dist/types-ts4.0/plugins/type-ahead/ui/hooks/use-item-insert.d.ts +0 -7
  866. package/dist/types-ts4.0/plugins/type-ahead/ui/hooks/use-load-items.d.ts +0 -3
  867. package/dist/types-ts4.0/plugins/type-ahead/ui/hooks/use-on-force-select.d.ts +0 -11
  868. package/dist/types-ts4.0/plugins/type-ahead/utils.d.ts +0 -22
  869. package/dist/types-ts4.0/plugins/undo-redo/attach-input-meta.d.ts +0 -5
  870. package/dist/types-ts4.0/plugins/undo-redo/commands.d.ts +0 -4
  871. package/dist/types-ts4.0/plugins/undo-redo/enums.d.ts +0 -4
  872. package/dist/types-ts4.0/plugins/undo-redo/index.d.ts +0 -3
  873. package/dist/types-ts4.0/plugins/undo-redo/messages.d.ts +0 -12
  874. package/dist/types-ts4.0/plugins/undo-redo/pm-plugins/keymaps.d.ts +0 -2
  875. package/dist/types-ts4.0/plugins/undo-redo/pm-plugins/main.d.ts +0 -2
  876. package/dist/types-ts4.0/plugins/undo-redo/pm-plugins/plugin-key.d.ts +0 -2
  877. package/dist/types-ts4.0/plugins/undo-redo/ui/ToolbarUndoRedo/index.d.ts +0 -21
  878. package/dist/types-ts4.0/plugins/undo-redo/undo-redo-input-source.d.ts +0 -3
  879. package/dist/types-ts4.0/plugins/unsupported-content/index.d.ts +0 -5
  880. package/dist/types-ts4.0/plugins/unsupported-content/styles.d.ts +0 -5
  881. package/dist/types-ts4.0/plugins/unsupported-content/unsupported-inline-node-view.d.ts +0 -11
  882. package/dist/types-ts4.0/plugins/view-update-subscription/index.d.ts +0 -19
  883. package/dist/types-ts4.0/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.d.ts +0 -12
  884. package/dist/types-ts4.0/plugins/view-update-subscription/subscribe/type-ahead-updates.d.ts +0 -9
  885. package/dist/types-ts4.0/plugins/width/index.d.ts +0 -10
  886. package/dist/types-ts4.0/profiler/render-count.d.ts +0 -14
  887. package/dist/types-ts4.0/selection-api/api.d.ts +0 -11
  888. package/dist/types-ts4.0/stories/examples.d.ts +0 -9
  889. package/dist/types-ts4.0/test-utils.d.ts +0 -29
  890. package/dist/types-ts4.0/types/allowed-block-types.d.ts +0 -1
  891. package/dist/types-ts4.0/types/browser.d.ts +0 -1
  892. package/dist/types-ts4.0/types/command.d.ts +0 -5
  893. package/dist/types-ts4.0/types/dom-at-pos.d.ts +0 -4
  894. package/dist/types-ts4.0/types/editor-appearance-component.d.ts +0 -48
  895. package/dist/types-ts4.0/types/editor-appearance.d.ts +0 -1
  896. package/dist/types-ts4.0/types/editor-config.d.ts +0 -24
  897. package/dist/types-ts4.0/types/editor-instance.d.ts +0 -19
  898. package/dist/types-ts4.0/types/editor-onchange.d.ts +0 -4
  899. package/dist/types-ts4.0/types/editor-plugin.d.ts +0 -1
  900. package/dist/types-ts4.0/types/editor-props.d.ts +0 -238
  901. package/dist/types-ts4.0/types/editor-react-context.d.ts +0 -1
  902. package/dist/types-ts4.0/types/empty-state-handler.d.ts +0 -1
  903. package/dist/types-ts4.0/types/extension-config.d.ts +0 -6
  904. package/dist/types-ts4.0/types/feature-flags.d.ts +0 -1
  905. package/dist/types-ts4.0/types/i18n.d.ts +0 -5
  906. package/dist/types-ts4.0/types/index.d.ts +0 -18
  907. package/dist/types-ts4.0/types/performance-tracking.d.ts +0 -313
  908. package/dist/types-ts4.0/types/pm-config.d.ts +0 -1
  909. package/dist/types-ts4.0/types/pm-plugin-list.d.ts +0 -9
  910. package/dist/types-ts4.0/types/pm-plugin.d.ts +0 -1
  911. package/dist/types-ts4.0/types/ui-components.d.ts +0 -1
  912. package/dist/types-ts4.0/ui/Addon/ClickAreaBlock/index.d.ts +0 -13
  913. package/dist/types-ts4.0/ui/Addon/ClickAreaInline/index.d.ts +0 -11
  914. package/dist/types-ts4.0/ui/Addon/ClickAreaMobile/index.d.ts +0 -31
  915. package/dist/types-ts4.0/ui/Addon/Dropdown/index.d.ts +0 -14
  916. package/dist/types-ts4.0/ui/Addon/Dropdown/styles.d.ts +0 -1
  917. package/dist/types-ts4.0/ui/Addon/DropdownItem/index.d.ts +0 -5
  918. package/dist/types-ts4.0/ui/Addon/DropdownItem/styles.d.ts +0 -1
  919. package/dist/types-ts4.0/ui/Addon/click-area-helper.d.ts +0 -13
  920. package/dist/types-ts4.0/ui/Addon/index.d.ts +0 -6
  921. package/dist/types-ts4.0/ui/Addon/types.d.ts +0 -17
  922. package/dist/types-ts4.0/ui/Alignment/AlignmentButton/index.d.ts +0 -17
  923. package/dist/types-ts4.0/ui/Alignment/index.d.ts +0 -12
  924. package/dist/types-ts4.0/ui/Alignment/messages.d.ts +0 -17
  925. package/dist/types-ts4.0/ui/Alignment/styles.d.ts +0 -1
  926. package/dist/types-ts4.0/ui/Appearance/Chromeless.d.ts +0 -16
  927. package/dist/types-ts4.0/ui/Appearance/Comment/Comment.d.ts +0 -14
  928. package/dist/types-ts4.0/ui/Appearance/Comment/Toolbar.d.ts +0 -9
  929. package/dist/types-ts4.0/ui/Appearance/Comment/index.d.ts +0 -1
  930. package/dist/types-ts4.0/ui/Appearance/FullPage/FullPage.d.ts +0 -23
  931. package/dist/types-ts4.0/ui/Appearance/FullPage/FullPageContentArea.d.ts +0 -34
  932. package/dist/types-ts4.0/ui/Appearance/FullPage/FullPageToolbar.d.ts +0 -36
  933. package/dist/types-ts4.0/ui/Appearance/FullPage/MainToolbar.d.ts +0 -11
  934. package/dist/types-ts4.0/ui/Appearance/FullPage/StyledComponents.d.ts +0 -378
  935. package/dist/types-ts4.0/ui/Appearance/FullPage/index.d.ts +0 -1
  936. package/dist/types-ts4.0/ui/Appearance/FullPage/messages.d.ts +0 -18
  937. package/dist/types-ts4.0/ui/Appearance/Mobile.d.ts +0 -3
  938. package/dist/types-ts4.0/ui/AppearanceComponents/Mobile.d.ts +0 -15
  939. package/dist/types-ts4.0/ui/ChromeCollapsed/index.d.ts +0 -11
  940. package/dist/types-ts4.0/ui/ChromeCollapsed/messages.d.ts +0 -7
  941. package/dist/types-ts4.0/ui/ChromeCollapsed/styles.d.ts +0 -1
  942. package/dist/types-ts4.0/ui/CollapsedEditor/index.d.ts +0 -19
  943. package/dist/types-ts4.0/ui/ColorPalette/Color/index.d.ts +0 -2
  944. package/dist/types-ts4.0/ui/ColorPalette/Palettes/cellBackgroundColorPalette.d.ts +0 -2
  945. package/dist/types-ts4.0/ui/ColorPalette/Palettes/common.d.ts +0 -1
  946. package/dist/types-ts4.0/ui/ColorPalette/Palettes/index.d.ts +0 -2
  947. package/dist/types-ts4.0/ui/ColorPalette/Palettes/paletteMessages.d.ts +0 -2
  948. package/dist/types-ts4.0/ui/ColorPalette/Palettes/panelBackgroundPalette.d.ts +0 -1
  949. package/dist/types-ts4.0/ui/ColorPalette/Palettes/statusColorPalette.d.ts +0 -1
  950. package/dist/types-ts4.0/ui/ColorPalette/Palettes/textColorPalette.d.ts +0 -1
  951. package/dist/types-ts4.0/ui/ColorPalette/Palettes/type.d.ts +0 -1
  952. package/dist/types-ts4.0/ui/ColorPalette/index.d.ts +0 -2
  953. package/dist/types-ts4.0/ui/ColorPickerButton/index.d.ts +0 -21
  954. package/dist/types-ts4.0/ui/ConfigPanel/ConfigPanel.d.ts +0 -20
  955. package/dist/types-ts4.0/ui/ConfigPanel/ConfigPanelFieldsLoader.d.ts +0 -18
  956. package/dist/types-ts4.0/ui/ConfigPanel/ConfigPanelLoader.d.ts +0 -5
  957. package/dist/types-ts4.0/ui/ConfigPanel/ErrorMessage/ErrorImage.d.ts +0 -4
  958. package/dist/types-ts4.0/ui/ConfigPanel/ErrorMessage/index.d.ts +0 -10
  959. package/dist/types-ts4.0/ui/ConfigPanel/FieldDescription.d.ts +0 -6
  960. package/dist/types-ts4.0/ui/ConfigPanel/FieldMessages.d.ts +0 -12
  961. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Boolean.d.ts +0 -8
  962. package/dist/types-ts4.0/ui/ConfigPanel/Fields/CheckboxGroup.d.ts +0 -8
  963. package/dist/types-ts4.0/ui/ConfigPanel/Fields/ColorPicker.d.ts +0 -10
  964. package/dist/types-ts4.0/ui/ConfigPanel/Fields/CustomSelect.d.ts +0 -24
  965. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Date.d.ts +0 -20
  966. package/dist/types-ts4.0/ui/ConfigPanel/Fields/DateRange.d.ts +0 -20
  967. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Enum.d.ts +0 -10
  968. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Expand.d.ts +0 -18
  969. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Fieldset.d.ts +0 -19
  970. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Number.d.ts +0 -10
  971. package/dist/types-ts4.0/ui/ConfigPanel/Fields/RadioGroup.d.ts +0 -8
  972. package/dist/types-ts4.0/ui/ConfigPanel/Fields/Select.d.ts +0 -11
  973. package/dist/types-ts4.0/ui/ConfigPanel/Fields/SelectItem.d.ts +0 -5
  974. package/dist/types-ts4.0/ui/ConfigPanel/Fields/String.d.ts +0 -10
  975. package/dist/types-ts4.0/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -15
  976. package/dist/types-ts4.0/ui/ConfigPanel/Fields/UnhandledType.d.ts +0 -6
  977. package/dist/types-ts4.0/ui/ConfigPanel/Fields/UserSelect.d.ts +0 -10
  978. package/dist/types-ts4.0/ui/ConfigPanel/Fields/common/RequiredIndicator.d.ts +0 -1
  979. package/dist/types-ts4.0/ui/ConfigPanel/FormContent.d.ts +0 -25
  980. package/dist/types-ts4.0/ui/ConfigPanel/FormErrorBoundary.d.ts +0 -16
  981. package/dist/types-ts4.0/ui/ConfigPanel/Header.d.ts +0 -21
  982. package/dist/types-ts4.0/ui/ConfigPanel/LoadingState.d.ts +0 -4
  983. package/dist/types-ts4.0/ui/ConfigPanel/NestedForms/RemovableField.d.ts +0 -19
  984. package/dist/types-ts4.0/ui/ConfigPanel/index.d.ts +0 -2
  985. package/dist/types-ts4.0/ui/ConfigPanel/messages.d.ts +0 -87
  986. package/dist/types-ts4.0/ui/ConfigPanel/transformers.d.ts +0 -9
  987. package/dist/types-ts4.0/ui/ConfigPanel/types.d.ts +0 -18
  988. package/dist/types-ts4.0/ui/ConfigPanel/utils.d.ts +0 -15
  989. package/dist/types-ts4.0/ui/ContentStyles/index.d.ts +0 -12
  990. package/dist/types-ts4.0/ui/ContextPanel/context.d.ts +0 -23
  991. package/dist/types-ts4.0/ui/ContextPanel/index.d.ts +0 -41
  992. package/dist/types-ts4.0/ui/Dropdown/index.d.ts +0 -2
  993. package/dist/types-ts4.0/ui/DropdownMenu/index.d.ts +0 -2
  994. package/dist/types-ts4.0/ui/DropdownMenu/types.d.ts +0 -1
  995. package/dist/types-ts4.0/ui/EditorContext/index.d.ts +0 -18
  996. package/dist/types-ts4.0/ui/ElementBrowser/ElementBrowser.d.ts +0 -36
  997. package/dist/types-ts4.0/ui/ElementBrowser/InsertMenu.d.ts +0 -4
  998. package/dist/types-ts4.0/ui/ElementBrowser/ModalElementBrowser.d.ts +0 -20
  999. package/dist/types-ts4.0/ui/ElementBrowser/categories.d.ts +0 -5
  1000. package/dist/types-ts4.0/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
  1001. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
  1002. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
  1003. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
  1004. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
  1005. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
  1006. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
  1007. package/dist/types-ts4.0/ui/ElementBrowser/components/ElementSearch.d.ts +0 -17
  1008. package/dist/types-ts4.0/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -22
  1009. package/dist/types-ts4.0/ui/ElementBrowser/constants.d.ts +0 -21
  1010. package/dist/types-ts4.0/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
  1011. package/dist/types-ts4.0/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
  1012. package/dist/types-ts4.0/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -68
  1013. package/dist/types-ts4.0/ui/ElementBrowser/index.d.ts +0 -2
  1014. package/dist/types-ts4.0/ui/ElementBrowser/messages.d.ts +0 -7
  1015. package/dist/types-ts4.0/ui/ElementBrowser/types.d.ts +0 -33
  1016. package/dist/types-ts4.0/ui/ErrorBoundary/index.d.ts +0 -25
  1017. package/dist/types-ts4.0/ui/FloatingToolbar/index.d.ts +0 -26
  1018. package/dist/types-ts4.0/ui/FloatingToolbar/styles.d.ts +0 -1
  1019. package/dist/types-ts4.0/ui/FloatingToolbar/utils.d.ts +0 -13
  1020. package/dist/types-ts4.0/ui/LinkSearch/LinkSearchList.d.ts +0 -20
  1021. package/dist/types-ts4.0/ui/LinkSearch/LinkSearchListItem.d.ts +0 -22
  1022. package/dist/types-ts4.0/ui/LinkSearch/ToolbarComponents.d.ts +0 -6
  1023. package/dist/types-ts4.0/ui/LinkSearch/index.d.ts +0 -59
  1024. package/dist/types-ts4.0/ui/LinkSearch/listItemAlts.d.ts +0 -2
  1025. package/dist/types-ts4.0/ui/LinkSearch/transformTimeStamp.d.ts +0 -10
  1026. package/dist/types-ts4.0/ui/LinkSearch/types.d.ts +0 -49
  1027. package/dist/types-ts4.0/ui/LinkSearch/withActivityProvider.d.ts +0 -66
  1028. package/dist/types-ts4.0/ui/MediaAndEmbedsToolbar/index.d.ts +0 -7
  1029. package/dist/types-ts4.0/ui/MediaAndEmbedsToolbar/toolbar-messages.d.ts +0 -12
  1030. package/dist/types-ts4.0/ui/PanelTextInput/index.d.ts +0 -46
  1031. package/dist/types-ts4.0/ui/PanelTextInput/styles.d.ts +0 -2
  1032. package/dist/types-ts4.0/ui/PluginSlot/index.d.ts +0 -37
  1033. package/dist/types-ts4.0/ui/PortalProvider/PortalProviderThemesProvider.d.ts +0 -6
  1034. package/dist/types-ts4.0/ui/PortalProvider/index.d.ts +0 -51
  1035. package/dist/types-ts4.0/ui/Resizer/index.d.ts +0 -41
  1036. package/dist/types-ts4.0/ui/Resizer/styled.d.ts +0 -2
  1037. package/dist/types-ts4.0/ui/Resizer/types.d.ts +0 -26
  1038. package/dist/types-ts4.0/ui/Resizer/utils.d.ts +0 -7
  1039. package/dist/types-ts4.0/ui/Toolbar/Toolbar.d.ts +0 -3
  1040. package/dist/types-ts4.0/ui/Toolbar/ToolbarInner.d.ts +0 -8
  1041. package/dist/types-ts4.0/ui/Toolbar/ToolbarWithSizeDetector.d.ts +0 -4
  1042. package/dist/types-ts4.0/ui/Toolbar/hooks.d.ts +0 -4
  1043. package/dist/types-ts4.0/ui/Toolbar/index.d.ts +0 -4
  1044. package/dist/types-ts4.0/ui/Toolbar/toolbar-size.d.ts +0 -4
  1045. package/dist/types-ts4.0/ui/Toolbar/toolbar-types.d.ts +0 -34
  1046. package/dist/types-ts4.0/ui/Toolbar/types.d.ts +0 -2
  1047. package/dist/types-ts4.0/ui/ToolbarButton/index.d.ts +0 -4
  1048. package/dist/types-ts4.0/ui/ToolbarFeedback/index.d.ts +0 -45
  1049. package/dist/types-ts4.0/ui/ToolbarFeedback/styles.d.ts +0 -6
  1050. package/dist/types-ts4.0/ui/ToolbarHelp/index.d.ts +0 -11
  1051. package/dist/types-ts4.0/ui/ToolbarHelp/messages.d.ts +0 -7
  1052. package/dist/types-ts4.0/ui/WidthEmitter/index.d.ts +0 -7
  1053. package/dist/types-ts4.0/ui/WithEditorActions/index.d.ts +0 -18
  1054. package/dist/types-ts4.0/ui/WithFlash/index.d.ts +0 -11
  1055. package/dist/types-ts4.0/ui/WithHelpTrigger/index.d.ts +0 -11
  1056. package/dist/types-ts4.0/ui/WithPluginState/index.d.ts +0 -3
  1057. package/dist/types-ts4.0/ui/WithPluginState/types.d.ts +0 -10
  1058. package/dist/types-ts4.0/ui/styles.d.ts +0 -13
  1059. package/dist/types-ts4.0/ui/with-outer-listeners.d.ts +0 -2
  1060. package/dist/types-ts4.0/utils/action.d.ts +0 -10
  1061. package/dist/types-ts4.0/utils/announcer/announcer.d.ts +0 -22
  1062. package/dist/types-ts4.0/utils/array.d.ts +0 -2
  1063. package/dist/types-ts4.0/utils/cell-selection.d.ts +0 -3
  1064. package/dist/types-ts4.0/utils/clipboard.d.ts +0 -4
  1065. package/dist/types-ts4.0/utils/commands.d.ts +0 -75
  1066. package/dist/types-ts4.0/utils/count-nodes.d.ts +0 -8
  1067. package/dist/types-ts4.0/utils/deprecation-warnings.d.ts +0 -8
  1068. package/dist/types-ts4.0/utils/document-logger.d.ts +0 -6
  1069. package/dist/types-ts4.0/utils/document.d.ts +0 -56
  1070. package/dist/types-ts4.0/utils/dom.d.ts +0 -2
  1071. package/dist/types-ts4.0/utils/drag-drop.d.ts +0 -1
  1072. package/dist/types-ts4.0/utils/extensions.d.ts +0 -6
  1073. package/dist/types-ts4.0/utils/filter/privacy-filter.d.ts +0 -9
  1074. package/dist/types-ts4.0/utils/getAttrsWithChangesRecorder.d.ts +0 -23
  1075. package/dist/types-ts4.0/utils/index.d.ts +0 -148
  1076. package/dist/types-ts4.0/utils/input-rules.d.ts +0 -29
  1077. package/dist/types-ts4.0/utils/insert.d.ts +0 -24
  1078. package/dist/types-ts4.0/utils/is-full-page.d.ts +0 -2
  1079. package/dist/types-ts4.0/utils/is-text-input.d.ts +0 -2
  1080. package/dist/types-ts4.0/utils/keymap.d.ts +0 -11
  1081. package/dist/types-ts4.0/utils/linking-utils.d.ts +0 -14
  1082. package/dist/types-ts4.0/utils/list-commands.d.ts +0 -7
  1083. package/dist/types-ts4.0/utils/mark.d.ts +0 -15
  1084. package/dist/types-ts4.0/utils/node-width.d.ts +0 -7
  1085. package/dist/types-ts4.0/utils/nodes-by-localIds.d.ts +0 -8
  1086. package/dist/types-ts4.0/utils/nodes.d.ts +0 -1
  1087. package/dist/types-ts4.0/utils/performance/components/RenderTracking.d.ts +0 -13
  1088. package/dist/types-ts4.0/utils/performance/get-performance-timing.d.ts +0 -8
  1089. package/dist/types-ts4.0/utils/performance/instrumented-plugin.d.ts +0 -16
  1090. package/dist/types-ts4.0/utils/performance/measure-enum.d.ts +0 -8
  1091. package/dist/types-ts4.0/utils/performance/outlier.d.ts +0 -1
  1092. package/dist/types-ts4.0/utils/performance/percentile.d.ts +0 -1
  1093. package/dist/types-ts4.0/utils/performance/plugin-performance-observer.d.ts +0 -22
  1094. package/dist/types-ts4.0/utils/performance/plugin-performance-report.d.ts +0 -48
  1095. package/dist/types-ts4.0/utils/performance/safer-transactions.d.ts +0 -8
  1096. package/dist/types-ts4.0/utils/performance/simple-measure-to-entries.d.ts +0 -28
  1097. package/dist/types-ts4.0/utils/performance/track-transactions.d.ts +0 -30
  1098. package/dist/types-ts4.0/utils/pick-by.d.ts +0 -2
  1099. package/dist/types-ts4.0/utils/plugin-state-factory.d.ts +0 -2
  1100. package/dist/types-ts4.0/utils/prosemirror/autojoin.d.ts +0 -13
  1101. package/dist/types-ts4.0/utils/prosemirror/position.d.ts +0 -8
  1102. package/dist/types-ts4.0/utils/react-hooks/use-abortable-effect/index.d.ts +0 -16
  1103. package/dist/types-ts4.0/utils/react-hooks/use-state-from-promise/index.d.ts +0 -18
  1104. package/dist/types-ts4.0/utils/rich-media-utils.d.ts +0 -8
  1105. package/dist/types-ts4.0/utils/selection.d.ts +0 -11
  1106. package/dist/types-ts4.0/utils/sendLogs.d.ts +0 -1
  1107. package/dist/types-ts4.0/utils/slice.d.ts +0 -2
  1108. package/dist/types-ts4.0/utils/step.d.ts +0 -1
  1109. package/dist/types-ts4.0/version-wrapper.d.ts +0 -3
@@ -1,4 +0,0 @@
1
- import { CustomAutoformatState, CustomAutoformatAction } from './types';
2
- declare type Reducer<ActionType> = (state: CustomAutoformatState, action: ActionType) => CustomAutoformatState;
3
- declare const reduce: Reducer<CustomAutoformatAction>;
4
- export default reduce;
@@ -1,31 +0,0 @@
1
- import { Node as ProsemirrorNode } from 'prosemirror-model';
2
- export type { AutoformatHandler, AutoformatReplacement, AutoformattingProvider, AutoformatRuleset as Ruleset, } from '@atlaskit/editor-common/provider-factory';
3
- export declare type AutoformatCandidate = {
4
- start: number;
5
- end: number;
6
- match: string[];
7
- };
8
- export declare type AutoformatMatch = {
9
- matchString: string;
10
- replacement?: ProsemirrorNode;
11
- };
12
- export declare type CustomAutoformatState = {
13
- resolving: Array<AutoformatCandidate>;
14
- matches: Array<AutoformatMatch>;
15
- };
16
- export declare type CustomAutoformatMatched = {
17
- action: 'matched';
18
- start: number;
19
- end: number;
20
- match: string[];
21
- };
22
- export declare type CustomAutoformatResolved = {
23
- action: 'resolved';
24
- matchString: string;
25
- replacement?: ProsemirrorNode;
26
- };
27
- export declare type CustomAutoformatFinish = {
28
- action: 'finish';
29
- matchString: string;
30
- };
31
- export declare type CustomAutoformatAction = CustomAutoformatMatched | CustomAutoformatResolved | CustomAutoformatFinish;
@@ -1,5 +0,0 @@
1
- import { PluginKey, EditorState, Transaction } from 'prosemirror-state';
2
- import { CustomAutoformatState, CustomAutoformatAction } from './types';
3
- export declare const pluginKey: PluginKey<any, any>;
4
- export declare const getPluginState: (editorState: EditorState) => CustomAutoformatState | undefined;
5
- export declare const autoformatAction: (tr: Transaction, action: CustomAutoformatAction) => Transaction;
@@ -1,5 +0,0 @@
1
- import { Plugin } from 'prosemirror-state';
2
- import { EditorPlugin } from '../../types';
3
- export declare function createPlugin(): Plugin | undefined;
4
- declare const dataConsumerMarkPlugin: () => EditorPlugin;
5
- export default dataConsumerMarkPlugin;
@@ -1,2 +0,0 @@
1
- import { PluginKey } from 'prosemirror-state';
2
- export declare const pluginKey: PluginKey<any, any>;
@@ -1,17 +0,0 @@
1
- import { EditorState, Transaction } from 'prosemirror-state';
2
- import { Command, CommandDispatch } from '../../types';
3
- import { DateType } from './types';
4
- import { TOOLBAR_MENU_TYPE } from '../insert-block/ui/ToolbarInsertBlock/types';
5
- import { INPUT_METHOD } from '../analytics';
6
- export declare const createDate: (isQuickInsertAction?: boolean | undefined) => (insert: (node: Node | Object | string, opts?: any) => Transaction, state: EditorState) => Transaction;
7
- /** Delete the date and close the datepicker */
8
- export declare const deleteDate: () => Command;
9
- /** Focus input */
10
- export declare const focusDateInput: () => (state: EditorState, dispatch: CommandDispatch | undefined) => boolean;
11
- export declare const insertDate: (date?: DateType | undefined, inputMethod?: TOOLBAR_MENU_TYPE | undefined, commitMethod?: INPUT_METHOD.KEYBOARD | INPUT_METHOD.PICKER | undefined, enterPressed?: boolean) => Command;
12
- export declare const setDatePickerAt: (showDatePickerAt: number | null) => (state: EditorState, dispatch: (tr: Transaction) => void) => boolean;
13
- export declare const closeDatePicker: () => Command;
14
- export declare const closeDatePickerWithAnalytics: ({ date, }: {
15
- date?: DateType | undefined;
16
- }) => Command;
17
- export declare const openDatePicker: () => Command;
@@ -1,3 +0,0 @@
1
- import { EditorPlugin } from '../../types';
2
- declare const datePlugin: () => EditorPlugin;
3
- export default datePlugin;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { InlineNodeViewComponentProps } from '../../../nodeviews/getInlineNodeViewProducer';
3
- export declare function DateNodeView(props: InlineNodeViewComponentProps): JSX.Element;
@@ -1,7 +0,0 @@
1
- export declare const messages: {
2
- editText: {
3
- id: string;
4
- defaultMessage: string;
5
- description: string;
6
- };
7
- };
@@ -1,3 +0,0 @@
1
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
2
- export declare function keymapPlugin(): SafePlugin;
3
- export default keymapPlugin;
@@ -1,6 +0,0 @@
1
- import { PMPluginFactory } from '../../../types';
2
- import { DatePluginState } from './types';
3
- declare const getPluginState: (state: import("prosemirror-state").EditorState<any>) => DatePluginState;
4
- declare const createPlugin: PMPluginFactory;
5
- export { getPluginState };
6
- export default createPlugin;
@@ -1,3 +0,0 @@
1
- import { PluginKey } from 'prosemirror-state';
2
- import { DatePluginState } from './types';
3
- export declare const pluginKey: PluginKey<DatePluginState, any>;
@@ -1,12 +0,0 @@
1
- export declare type DatePluginState = {
2
- isQuickInsertAction?: boolean;
3
- isNew: boolean;
4
- showDatePickerAt: number | null;
5
- isDateEmpty: boolean;
6
- focusDateInput: boolean;
7
- };
8
- export declare type DatePluginMeta = {
9
- isNew?: boolean;
10
- showDatePickerAt?: number | null;
11
- isDateEmpty?: boolean;
12
- };
@@ -1,5 +0,0 @@
1
- import { ReadonlyTransaction } from 'prosemirror-state';
2
- import { DatePluginState, DatePluginMeta } from './types';
3
- export declare function reducer(pluginState: DatePluginState, meta: DatePluginMeta): DatePluginState;
4
- export declare function mapping(tr: ReadonlyTransaction, pluginState: DatePluginState): DatePluginState;
5
- export declare function onSelectionChanged(tr: ReadonlyTransaction, pluginState: DatePluginState): DatePluginState;
@@ -1 +0,0 @@
1
- export declare const dateStyles: import("@emotion/react").SerializedStyles;
@@ -1,6 +0,0 @@
1
- export declare type DateType = {
2
- year: number;
3
- month: number;
4
- day?: number;
5
- };
6
- export declare type DateSegment = 'day' | 'month' | 'year';
@@ -1,25 +0,0 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { WrappedComponentProps } from 'react-intl-next';
4
- import { DispatchAnalyticsEvent } from '../../../analytics';
5
- import { DateType } from '../../types';
6
- export interface InputProps {
7
- /** Locale code string (eg. "en-AU") */
8
- locale: string;
9
- date: DateType;
10
- dispatchAnalyticsEvent?: DispatchAnalyticsEvent;
11
- onNewDate: (date: DateType) => void;
12
- onSubmitDate: (date: DateType | null) => void;
13
- onEmptySubmit: () => void;
14
- /** Automatically focus the text field */
15
- autoFocus?: boolean;
16
- /** Automatically select all text in the field. Requires autoFocus to be true. */
17
- autoSelectAll?: boolean;
18
- }
19
- export interface InputState {
20
- inputText: string;
21
- }
22
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<InputProps & WrappedComponentProps<"intl">>> & {
23
- WrappedComponent: React.ComponentType<InputProps & WrappedComponentProps<"intl">>;
24
- };
25
- export default _default;
@@ -1,35 +0,0 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { DateType } from '../../types';
4
- import { INPUT_METHOD } from '../../../analytics/types/enums';
5
- import { DispatchAnalyticsEvent } from '../../../analytics';
6
- import { WrappedComponentProps } from 'react-intl-next';
7
- export interface Props {
8
- element: HTMLElement | null;
9
- closeDatePicker: () => void;
10
- /** Whether the date is newly created, selcting and focusing the input */
11
- isNew: boolean;
12
- /** Whether to automatically focus the input */
13
- autoFocus?: boolean;
14
- onSelect: (date: DateType | null, commitMethod: INPUT_METHOD.PICKER | INPUT_METHOD.KEYBOARD) => void;
15
- onDelete: () => void;
16
- mountTo?: HTMLElement;
17
- boundariesElement?: HTMLElement;
18
- scrollableElement?: HTMLElement;
19
- closeDatePickerWithAnalytics: ({ date }: {
20
- date?: DateType;
21
- }) => void;
22
- onTextChanged: (date: DateType) => void;
23
- showTextField?: boolean;
24
- dispatchAnalyticsEvent?: DispatchAnalyticsEvent;
25
- }
26
- export interface State {
27
- date: DateType;
28
- selected: Array<string>;
29
- setInputSelectionPos?: number;
30
- latestValidDate: DateType;
31
- }
32
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
33
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
34
- };
35
- export default _default;
@@ -1,27 +0,0 @@
1
- import { DateType } from '../types';
2
- /**
3
- * Attempt to parse a string representing a date in a particular locale to a date object
4
- * @param dateString The string representing the date in the given locale, eg '02/12/2000'
5
- * @param l10n The localisation provider created by createLocalizationProvider
6
- * @returns Editor DateType when can parse, null when can't parse or invalid
7
- */
8
- export declare function parseDateType(dateString: string, locale: string): DateType | null;
9
- /**
10
- * Convert an EditorDateType to a date string string formatted for a particular locale
11
- * @param date The date object
12
- * @param locale The locale code string (eg. "en-AU")
13
- * @returns Date string, eg "25/5/20"
14
- */
15
- export declare function formatDateType(date: DateType, locale: string): string;
16
- /**
17
- * Convert an Editor DateType to a JavaScript Date object
18
- * @param date Editor DateType
19
- * @returns JavaScript Date object
20
- */
21
- export declare function dateTypeToDate(date: DateType): Date;
22
- /**
23
- * Convert a JavaScript Date to an editor DateType
24
- * @param date JavaScript Date object
25
- * @returns Editor DateType
26
- */
27
- export declare function dateToDateType(date: Date): DateType;
@@ -1,34 +0,0 @@
1
- import { DateType } from '../types';
2
- import { DateSegment } from '../types';
3
- export declare function padToTwo(number: number): string;
4
- /**
5
- * Inconclusively check if a date string is valid - a value of false means it is definitely
6
- * invalid, a value of true means it might be valid.
7
- * @param date Date string to be parsed
8
- */
9
- export declare function isDatePossiblyValid(date: string): boolean;
10
- /**
11
- * Find the segment of a date a position refers to. Eg: pos 2 in 29/03/2020 is in
12
- * the day segment.
13
- * @param position Cursor position, with 0 referring to the left of the first char
14
- * @param date The localised date string
15
- * @param locale The language to interpret the date string in
16
- */
17
- export declare function findDateSegmentByPosition(position: number, date: string, locale: string): DateSegment | undefined;
18
- /**
19
- * Generate a placeholder date string for a given locale
20
- * eg: locale 'hu-HU' -> 'yyyy. mm. dd.'
21
- * @param locale A locale string supported by Intl.DateTimeFormat
22
- * @returns A placeholder string. d=1 or 2 digit day, dd=zero padded
23
- * day, same for month but letter m, yyyy=year
24
- */
25
- export declare function getLocaleDatePlaceholder(locale: string): string | undefined;
26
- /**
27
- * Adjust date segment up or down. Eg. If day is the active segment and adjustment is -1,
28
- * reduce the day by one.
29
- * @param date Valid datetype
30
- * @param activeSegment which part of the date is selected/being adjusted
31
- * @param adjustment how many units the segment is being adjusted (can be pos or neg, usually 1 or -1)
32
- */
33
- export declare function adjustDate(date: DateType, activeSegment: DateSegment, adjustment: number): DateType;
34
- export declare function isToday(date: DateType | undefined): boolean;
@@ -1,11 +0,0 @@
1
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
2
- import { PluginKey } from 'prosemirror-state';
3
- import { EditorPlugin } from '../../types';
4
- import { Dispatch } from '../../event-dispatcher';
5
- export declare type EditorDisabledPluginState = {
6
- editorDisabled: boolean;
7
- };
8
- export declare const pluginKey: PluginKey<EditorDisabledPluginState, any>;
9
- export declare function createPlugin(dispatch: Dispatch<EditorDisabledPluginState>): SafePlugin | undefined;
10
- declare const editorDisabledPlugin: () => EditorPlugin;
11
- export default editorDisabledPlugin;
@@ -1,4 +0,0 @@
1
- import { EmojiId } from '@atlaskit/emoji';
2
- import { Command } from '../../../types';
3
- import { INPUT_METHOD } from '../../analytics';
4
- export declare function insertEmoji(emojiId: EmojiId, inputMethod?: INPUT_METHOD.PICKER | INPUT_METHOD.ASCII | INPUT_METHOD.TYPEAHEAD): Command;
@@ -1,26 +0,0 @@
1
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
2
- import { EditorState, PluginKey } from 'prosemirror-state';
3
- import { EmojiDescription, EmojiProvider } from '@atlaskit/emoji';
4
- import type { Command, EditorPlugin, PMPluginFactoryParams } from '../../types';
5
- import { TypeAheadItem } from '../type-ahead/types';
6
- import { EmojiPluginOptions, EmojiPluginState } from './types';
7
- export declare const emojiToTypeaheadItem: (emoji: EmojiDescription, emojiProvider?: EmojiProvider | undefined) => TypeAheadItem;
8
- export declare function memoize<ResultFn extends (emoji: EmojiDescription, emojiProvider?: EmojiProvider) => TypeAheadItem>(fn: ResultFn): {
9
- call: ResultFn;
10
- clear(): void;
11
- };
12
- export declare const defaultListLimit = 50;
13
- declare const emojiPlugin: (options?: EmojiPluginOptions | undefined) => EditorPlugin;
14
- export default emojiPlugin;
15
- /**
16
- * Actions
17
- */
18
- export declare const ACTIONS: {
19
- SET_PROVIDER: string;
20
- SET_RESULTS: string;
21
- SET_ASCII_MAP: string;
22
- };
23
- export declare const setProvider: (provider?: EmojiProvider | undefined) => Command;
24
- export declare const emojiPluginKey: PluginKey<EmojiPluginState, any>;
25
- export declare function getEmojiPluginState(state: EditorState): EmojiPluginState;
26
- export declare function createEmojiPlugin(pmPluginFactoryParams: PMPluginFactoryParams): SafePlugin<EmojiPluginState, any>;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
3
- import type { InlineNodeViewComponentProps } from '../../../nodeviews/getInlineNodeViewProducer';
4
- export declare type Props = InlineNodeViewComponentProps & {
5
- providerFactory: ProviderFactory;
6
- };
7
- export declare function EmojiNodeView(props: Props): JSX.Element;
@@ -1,9 +0,0 @@
1
- import { Schema } from 'prosemirror-model';
2
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
3
- import { PluginKey } from 'prosemirror-state';
4
- import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
5
- import { FeatureFlags } from '../../../types/feature-flags';
6
- export declare function inputRulePlugin(schema: Schema, providerFactory: ProviderFactory, featureFlags: FeatureFlags): SafePlugin | undefined;
7
- export declare const stateKey: PluginKey<any, any>;
8
- declare const plugins: (schema: Schema, providerFactory: ProviderFactory, featureFlags: FeatureFlags) => SafePlugin<any, any>[];
9
- export default plugins;
@@ -1 +0,0 @@
1
- export declare const emojiStyles: import("@emotion/react").SerializedStyles;
@@ -1,10 +0,0 @@
1
- import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
2
- import { EmojiProvider, EmojiDescription } from '@atlaskit/emoji';
3
- export interface EmojiPluginOptions {
4
- createAnalyticsEvent?: CreateUIAnalyticsEvent;
5
- headless?: boolean;
6
- }
7
- export declare type EmojiPluginState = {
8
- emojiProvider?: EmojiProvider;
9
- asciiMap?: Map<string, EmojiDescription>;
10
- };
@@ -1,4 +0,0 @@
1
- /** @jsx jsx */
2
- import { jsx } from '@emotion/react';
3
- import type { EmojiProps } from '@atlaskit/editor-common/emoji';
4
- export default function EmojiNode(props: EmojiProps): jsx.JSX.Element;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- export declare class EmojiContextProvider extends React.Component<any, any> {
4
- static childContextTypes: {
5
- emoji: PropTypes.Requireable<object>;
6
- };
7
- getChildContext(): {
8
- emoji: {
9
- emojiProvider: any;
10
- };
11
- };
12
- render(): React.ReactNode;
13
- }
@@ -1,12 +0,0 @@
1
- import { EditorState } from 'prosemirror-state';
2
- import { Node as PMNode, NodeType } from 'prosemirror-model';
3
- import { Command } from '../../types';
4
- export declare const setExpandRef: (ref?: HTMLDivElement | null | undefined) => Command;
5
- export declare const deleteExpandAtPos: (expandNodePos: number, expandNode: PMNode) => Command;
6
- export declare const deleteExpand: () => Command;
7
- export declare const updateExpandTitle: (title: string, pos: number, nodeType: NodeType) => Command;
8
- export declare const toggleExpandExpanded: (pos: number, nodeType: NodeType) => Command;
9
- export declare const createExpandNode: (state: EditorState) => PMNode;
10
- export declare const insertExpand: Command;
11
- export declare const focusTitle: (pos: number) => Command;
12
- export declare const setSelectionInsideExpand: Command;
@@ -1,11 +0,0 @@
1
- import { EditorPlugin, EditorProps } from '../../types';
2
- import { LongPressSelectionPluginOptions } from '../selection/types';
3
- interface ExpandPluginOptions extends LongPressSelectionPluginOptions {
4
- allowInsertion?: boolean;
5
- appearance?: EditorProps['appearance'];
6
- }
7
- declare const expandPlugin: (options?: ExpandPluginOptions) => EditorPlugin;
8
- export default expandPlugin;
9
- export type { ExpandPluginState } from './types';
10
- export declare function isExpandInsertionEnabled({ allowExpand }: EditorProps): boolean;
11
- export { pluginKey } from './pm-plugins/plugin-factory';
@@ -1,48 +0,0 @@
1
- import { IntlShape } from 'react-intl-next';
2
- import { EditorView, NodeView, Decoration } from 'prosemirror-view';
3
- import { Node as PmNode } from 'prosemirror-model';
4
- import { getPosHandlerNode, getPosHandler } from '../../../nodeviews/';
5
- export declare class ExpandNodeView implements NodeView {
6
- node: PmNode;
7
- view: EditorView;
8
- dom?: HTMLElement;
9
- contentDOM?: HTMLElement;
10
- icon?: HTMLElement | null;
11
- input?: HTMLInputElement | null;
12
- titleContainer?: HTMLElement | null;
13
- content?: HTMLElement | null;
14
- getPos: getPosHandlerNode;
15
- pos: number;
16
- intl: IntlShape;
17
- allowInteractiveExpand: boolean;
18
- isMobile: boolean;
19
- constructor(node: PmNode, view: EditorView, getPos: getPosHandlerNode, getIntl: () => IntlShape, isMobile: boolean);
20
- private initHandlers;
21
- private focusTitle;
22
- private handleIconKeyDown;
23
- private renderIcon;
24
- private isAllowInteractiveExpandEnabled;
25
- private handleClick;
26
- private handleInput;
27
- private handleFocus;
28
- private handleTitleKeydown;
29
- private deleteExpand;
30
- private toggleExpand;
31
- private moveToOutsideOfTitle;
32
- private isCollapsed;
33
- private setRightGapCursor;
34
- private setLeftGapCursor;
35
- private handleArrowRightFromTitle;
36
- private handleArrowLeftFromTitle;
37
- stopEvent(event: Event): boolean;
38
- ignoreMutation(mutationRecord: MutationRecord | {
39
- type: 'selection';
40
- target: Element;
41
- }): boolean;
42
- update(node: PmNode, _decorations: Array<Decoration>): boolean;
43
- destroy(): void;
44
- }
45
- export default function ({ getIntl, isMobile, }: {
46
- getIntl: () => IntlShape;
47
- isMobile: boolean;
48
- }): (node: PmNode, view: EditorView, getPos: getPosHandler) => NodeView;
@@ -1,2 +0,0 @@
1
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
2
- export declare function expandKeymap(): SafePlugin;
@@ -1,5 +0,0 @@
1
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
2
- import { Dispatch } from '../../../event-dispatcher';
3
- import { EditorProps } from '../../../types';
4
- import { IntlShape } from 'react-intl-next';
5
- export declare const createPlugin: (dispatch: Dispatch, getIntl: () => IntlShape, appearance?: EditorProps['appearance'], useLongPressSelection?: boolean) => SafePlugin<import("..").ExpandPluginState, import("prosemirror-model").Schema<any, any>>;
@@ -1,3 +0,0 @@
1
- import { PluginKey } from 'prosemirror-state';
2
- export declare const pluginKey: PluginKey<any, any>;
3
- export declare const createPluginState: (dispatch: import("@atlaskit/editor-common/event-dispatcher").Dispatch<any>, initialState: import("..").ExpandPluginState | ((state: import("prosemirror-state").EditorState<any>) => import("..").ExpandPluginState)) => import("prosemirror-state").SafeStateField<import("..").ExpandPluginState, import("prosemirror-model").Schema<any, any>>, createCommand: <A = import("../types").ExpandPluginAction>(action: A | ((state: Readonly<import("prosemirror-state").EditorState<any>>) => false | A), transform?: ((tr: import("prosemirror-state").Transaction<any>, state: import("prosemirror-state").EditorState<any>) => import("prosemirror-state").Transaction<any>) | undefined) => import("@atlaskit/editor-common/types").Command, getPluginState: (state: import("prosemirror-state").EditorState<any>) => import("..").ExpandPluginState;
@@ -1,3 +0,0 @@
1
- import { ExpandPluginState, ExpandPluginAction } from './types';
2
- declare const _default: (pluginState: ExpandPluginState, action: ExpandPluginAction) => ExpandPluginState;
3
- export default _default;
@@ -1,2 +0,0 @@
1
- import { FloatingToolbarHandler } from '../floating-toolbar/types';
2
- export declare const getToolbarConfig: FloatingToolbarHandler;
@@ -1,9 +0,0 @@
1
- export interface ExpandPluginState {
2
- expandRef?: HTMLDivElement | null;
3
- }
4
- export declare type ExpandPluginAction = {
5
- type: 'SET_EXPAND_REF';
6
- data: {
7
- ref?: HTMLDivElement | null;
8
- };
9
- };
@@ -1,43 +0,0 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { jsx } from '@emotion/react';
4
- import { IntlShape } from 'react-intl-next';
5
- interface ExpandIconButtonProps {
6
- allowInteractiveExpand: boolean;
7
- expanded: boolean;
8
- intl?: IntlShape;
9
- }
10
- interface ExpandIconButtonWithLabelProps extends ExpandIconButtonProps {
11
- label: string;
12
- }
13
- export declare const withTooltip: (WrapperComponent: React.ElementType) => {
14
- new (props: ExpandIconButtonWithLabelProps): {
15
- render(): jsx.JSX.Element;
16
- context: any;
17
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<ExpandIconButtonWithLabelProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
18
- forceUpdate(callBack?: (() => void) | undefined): void;
19
- readonly props: Readonly<ExpandIconButtonWithLabelProps> & Readonly<{
20
- children?: React.ReactNode;
21
- }>;
22
- state: Readonly<{}>;
23
- refs: {
24
- [key: string]: React.ReactInstance;
25
- };
26
- componentDidMount?(): void;
27
- shouldComponentUpdate?(nextProps: Readonly<ExpandIconButtonWithLabelProps>, nextState: Readonly<{}>, nextContext: any): boolean;
28
- componentWillUnmount?(): void;
29
- componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
30
- getSnapshotBeforeUpdate?(prevProps: Readonly<ExpandIconButtonWithLabelProps>, prevState: Readonly<{}>): any;
31
- componentDidUpdate?(prevProps: Readonly<ExpandIconButtonWithLabelProps>, prevState: Readonly<{}>, snapshot?: any): void;
32
- componentWillMount?(): void;
33
- UNSAFE_componentWillMount?(): void;
34
- componentWillReceiveProps?(nextProps: Readonly<ExpandIconButtonWithLabelProps>, nextContext: any): void;
35
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<ExpandIconButtonWithLabelProps>, nextContext: any): void;
36
- componentWillUpdate?(nextProps: Readonly<ExpandIconButtonWithLabelProps>, nextState: Readonly<{}>, nextContext: any): void;
37
- UNSAFE_componentWillUpdate?(nextProps: Readonly<ExpandIconButtonWithLabelProps>, nextState: Readonly<{}>, nextContext: any): void;
38
- };
39
- contextType?: React.Context<any> | undefined;
40
- };
41
- export declare const CustomButton: (props: ExpandIconButtonWithLabelProps) => jsx.JSX.Element;
42
- export declare const ExpandIconButton: (props: ExpandIconButtonProps) => jsx.JSX.Element;
43
- export {};
@@ -1,11 +0,0 @@
1
- export declare const expandClassNames: {
2
- prefix: string;
3
- expanded: string;
4
- titleContainer: string;
5
- inputContainer: string;
6
- iconContainer: string;
7
- icon: string;
8
- titleInput: string;
9
- content: string;
10
- type: (type: string) => string;
11
- };
@@ -1,2 +0,0 @@
1
- import { ThemeProps } from '@atlaskit/theme/types';
2
- export declare const expandStyles: (props: ThemeProps) => import("@emotion/react").SerializedStyles;
@@ -1 +0,0 @@
1
- export { findExpand, transformSliceToRemoveOpenExpand, transformSliceNestedExpandToExpand, } from '@atlaskit/editor-common/transforms';
@@ -1,16 +0,0 @@
1
- import { EditorView } from 'prosemirror-view';
2
- import { Schema, Node as PmNode, Fragment, Mark } from 'prosemirror-model';
3
- import { EditorState } from 'prosemirror-state';
4
- import { UpdateExtension, ExtensionAPI } from '@atlaskit/editor-common/extensions';
5
- import { MacroProvider } from '@atlaskit/editor-common/provider-factory';
6
- export { transformSliceToRemoveOpenBodiedExtension } from '@atlaskit/editor-common/transforms';
7
- import { Command, CommandDispatch } from '../../types';
8
- import EditorActions from '../../actions';
9
- export declare const buildExtensionNode: <S extends Schema<any, any>>(type: 'inlineExtension' | 'extension' | 'bodiedExtension', schema: S, attrs: object, content?: Fragment<any> | undefined, marks?: Mark<S>[] | undefined) => PmNode<Schema<any, any>>;
10
- export declare const performNodeUpdate: (type: 'inlineExtension' | 'extension' | 'bodiedExtension', newAttrs: object, content: Fragment<any>, marks: Mark[], shouldScrollIntoView: boolean) => Command;
11
- export declare const updateExtensionParams: (updateExtension: UpdateExtension<object>, node: {
12
- node: PmNode;
13
- pos: number;
14
- }, actions: ExtensionAPI) => (state: EditorState, dispatch?: CommandDispatch | undefined, view?: EditorView<any> | undefined) => Promise<boolean>;
15
- export declare const editSelectedExtension: (editorActions: EditorActions) => boolean;
16
- export declare const editExtension: (macroProvider: MacroProvider | null, updateExtension?: Promise<void | UpdateExtension<object>> | undefined) => Command;
@@ -1,10 +0,0 @@
1
- import { ExtensionLayout } from '@atlaskit/adf-schema';
2
- import { ExtensionState } from './types';
3
- import { Parameters, TransformBefore, TransformAfter } from '@atlaskit/editor-common/src/extensions';
4
- export declare function updateState(state: Partial<ExtensionState>): import("@atlaskit/editor-common/types").Command;
5
- export declare function setEditingContextToContextPanel<T extends Parameters = Parameters>(processParametersBefore: TransformBefore<T>, processParametersAfter: TransformAfter<T>): import("@atlaskit/editor-common/types").Command;
6
- export declare const clearEditingContext: import("@atlaskit/editor-common/types").Command;
7
- export declare const forceAutoSave: (resolve: () => void, reject?: ((reason?: any) => void) | undefined) => import("@atlaskit/editor-common/types").Command;
8
- export declare const showContextPanel: import("@atlaskit/editor-common/types").Command;
9
- export declare const updateExtensionLayout: (layout: ExtensionLayout) => import("@atlaskit/editor-common/types").Command;
10
- export declare const removeExtension: () => import("@atlaskit/editor-common/types").Command;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { EditorState } from 'prosemirror-state';
3
- import type { EditorView } from 'prosemirror-view';
4
- import type { ContentNodeWithPos } from 'prosemirror-utils';
5
- export declare const getContextPanel: (allowAutoSave?: boolean | undefined) => (state: EditorState) => JSX.Element | undefined;
6
- export declare function onChangeAction(editorView: EditorView, updatedParameters: object | undefined, oldParameters: object | undefined, nodeWithPos: ContentNodeWithPos, onSaving?: () => void): Promise<void>;
@@ -1,14 +0,0 @@
1
- import { ExtensionAPI } from '@atlaskit/editor-common/extensions';
2
- import type { EditorView } from 'prosemirror-view';
3
- import { MacroProvider } from '../macro';
4
- interface EditInLegacyMacroBrowserArgs {
5
- view: EditorView;
6
- macroProvider?: MacroProvider;
7
- }
8
- export declare const getEditInLegacyMacroBrowser: ({ view, macroProvider, }: EditInLegacyMacroBrowserArgs) => () => void;
9
- interface CreateExtensionAPIOptions {
10
- editorView: EditorView;
11
- editInLegacyMacroBrowser?: () => void;
12
- }
13
- export declare const createExtensionAPI: (options: CreateExtensionAPIOptions) => ExtensionAPI;
14
- export {};
@@ -1,12 +0,0 @@
1
- import { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
2
- import { EditorPlugin, EditorAppearance } from '../../types';
3
- import { LongPressSelectionPluginOptions } from '../selection/types';
4
- interface ExtensionPluginOptions extends LongPressSelectionPluginOptions {
5
- allowAutoSave?: boolean;
6
- breakoutEnabled?: boolean;
7
- extensionHandlers?: ExtensionHandlers;
8
- stickToolbarToBottom?: boolean;
9
- appearance?: EditorAppearance;
10
- }
11
- declare const extensionPlugin: (options?: ExtensionPluginOptions) => EditorPlugin;
12
- export default extensionPlugin;