Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing exports #17783

Closed
6 tasks done
FilipTokarski opened this issue Jan 20, 2025 · 0 comments · Fixed by #17784
Closed
6 tasks done

Add missing exports #17783

FilipTokarski opened this issue Jan 20, 2025 · 0 comments · Fixed by #17784
Labels
squad:core Issue to be handled by the Core team. support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior. type:improvement This issue reports a possible enhancement of an existing feature.
Milestone

Comments

@FilipTokarski
Copy link
Member

FilipTokarski commented Jan 20, 2025

📝 Provide detailed reproduction steps (if any)

Request to export the following from ckeditor5 package:

  • import type { ColorSelectorDropdownView } from '@ckeditor/ckeditor5-font/src/utils';
  • import DocumentColorCollection from '@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection';
  • import { SchemaCompiledItemDefinition } from '@ckeditor/ckeditor5-engine/src/model/schema';
  • import ClassicEditorUIView from '@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview';
  • import { DowncastAttributeEvent } from '@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher';
  • import { add } from '@ckeditor/ckeditor5-utils/src/translation-service';

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@FilipTokarski FilipTokarski added squad:core Issue to be handled by the Core team. support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior. type:improvement This issue reports a possible enhancement of an existing feature. labels Jan 20, 2025
@CKEditorBot CKEditorBot added the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Jan 20, 2025
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Jan 20, 2025
@CKEditorBot CKEditorBot added this to the iteration 82 milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad:core Issue to be handled by the Core team. support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior. type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants