Skip to content

Commit

Permalink
Validator fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumluregn committed Jan 24, 2025
1 parent 25b1810 commit 3a8bc6d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 13 deletions.
28 changes: 22 additions & 6 deletions packages/ckeditor5-full-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,42 @@
"type": "module",
"main": "src/index.ts",
"dependencies": {
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@ckeditor/ckeditor5-ui": "44.1.0",
"@ckeditor/ckeditor5-utils": "44.1.0",
"@ckeditor/ckeditor5-editor-classic": "44.1.0",
"@ckeditor/ckeditor5-editor-decoupled": "44.1.0",
"ckeditor5": "44.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "44.1.0",
"@ckeditor/ckeditor5-basic-styles": "44.1.0",
"@ckeditor/ckeditor5-block-quote": "44.1.0",
"@ckeditor/ckeditor5-bookmark": "44.1.0",
"@ckeditor/ckeditor5-cloud-services": "44.1.0",
"@ckeditor/ckeditor5-code-block": "44.1.0",
"@ckeditor/ckeditor5-dev-utils": "^45.0.0",
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-dev-utils": "^46.0.0",
"@ckeditor/ckeditor5-easy-image": "44.1.0",
"@ckeditor/ckeditor5-editor-decoupled": "44.1.0",
"@ckeditor/ckeditor5-find-and-replace": "44.1.0",
"@ckeditor/ckeditor5-font": "44.1.0",
"@ckeditor/ckeditor5-highlight": "44.1.0",
"@ckeditor/ckeditor5-horizontal-line": "44.1.0",
"@ckeditor/ckeditor5-html-embed": "44.1.0",
"@ckeditor/ckeditor5-html-support": "44.1.0",
"@ckeditor/ckeditor5-image": "44.1.0",
"@ckeditor/ckeditor5-indent": "44.1.0",
"@ckeditor/ckeditor5-language": "44.1.0",
"@ckeditor/ckeditor5-link": "44.1.0",
"@ckeditor/ckeditor5-list": "44.1.0",
"@ckeditor/ckeditor5-mention": "44.1.0",
"@ckeditor/ckeditor5-page-break": "44.1.0",
"@ckeditor/ckeditor5-paste-from-office": "44.1.0",
"@ckeditor/ckeditor5-remove-format": "44.1.0",
"@ckeditor/ckeditor5-show-blocks": "44.1.0",
"@ckeditor/ckeditor5-source-editing": "44.1.0",
"@ckeditor/ckeditor5-special-characters": "44.1.0",
"@ckeditor/ckeditor5-style": "44.1.0",
"@ckeditor/ckeditor5-table": "44.1.0",
"@ckeditor/ckeditor5-theme-lark": "44.1.0",
"@ckeditor/ckeditor5-typing": "44.1.0",
"typescript": "5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-full-screen/src/augmentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*/

import type {
Fullscreen,
FullScreen,
FullScreenEditing,
FullScreenUI,
FullScreenCommand
} from './index.js';

declare module '@ckeditor/ckeditor5-core' {
interface PluginsMap {
[ Fullscreen.pluginName ]: Fullscreen;
[ FullScreen.pluginName ]: FullScreen;
[ FullScreenEditing.pluginName ]: FullScreenEditing;
[ FullScreenUI.pluginName ]: FullScreenUI;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-full-screen/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @module full-screen
*/

export { default as Fullscreen } from './fullscreen.js';
export { default as FullScreen } from './fullscreen.js';
export { default as FullScreenEditing } from './fullscreenediting.js';
export { default as FullScreenUI } from './fullscreenui.js';
export type { default as FullScreenCommand } from './fullscreencommand.js';
Expand Down
6 changes: 3 additions & 3 deletions packages/ckeditor5-full-screen/tests/manual/fullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment.js';
import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset.js';
import AutoImage from '@ckeditor/ckeditor5-image/src/autoimage.js';
import AutoLink from '@ckeditor/ckeditor5-link/src/autolink.js';
import BlockQuote from '@ckeditor/ckeditor5-block-quote/src/blockquote.js';
import Code from '@ckeditor/ckeditor5-basic-styles/src/code.js';
import CodeBlock from '@ckeditor/ckeditor5-code-block/src/codeblock.js';
import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage.js';
Expand Down Expand Up @@ -48,7 +49,6 @@ import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformatio
import TextPartLanguage from '@ckeditor/ckeditor5-language/src/textpartlanguage.js';
import TodoList from '@ckeditor/ckeditor5-list/src/todolist.js';
import Underline from '@ckeditor/ckeditor5-basic-styles/src/underline.js';
import WordCount from '@ckeditor/ckeditor5-word-count/src/wordcount.js';
import CloudServices from '@ckeditor/ckeditor5-cloud-services/src/cloudservices.js';
import Style from '@ckeditor/ckeditor5-style/src/style.js';
import GeneralHtmlSupport from '@ckeditor/ckeditor5-html-support/src/generalhtmlsupport.js';
Expand All @@ -71,9 +71,9 @@ const commonConfig = {
CodeBlock, TodoList, ListProperties, TableProperties, TableCellProperties, TableCaption, TableColumnResize,
EasyImage, ImageResize, ImageInsert, LinkImage, AutoImage, HtmlEmbed, HtmlComment,
AutoLink, Mention, TextTransformation,
Alignment, IndentBlock, Bookmark,
Alignment, IndentBlock, Bookmark, BlockQuote,
PasteFromOffice, PageBreak, HorizontalLine, ShowBlocks,
SpecialCharacters, SpecialCharactersEssentials, WordCount,
SpecialCharacters, SpecialCharactersEssentials,
CloudServices, TextPartLanguage, SourceEditing, Style, GeneralHtmlSupport, FullScreen
],
toolbar: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-full-screen/theme/icons/fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a8bc6d

Please sign in to comment.