@ckeditor/ckeditor5-ui 48.3.1 → 48.4.0-alpha.0

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 (57) hide show
  1. package/dist/arialiveannouncer.d.ts +0 -1
  2. package/dist/autocomplete/autocompleteview.d.ts +0 -1
  3. package/dist/button/buttonview.d.ts +0 -1
  4. package/dist/button/listitembuttonview.d.ts +0 -1
  5. package/dist/button/switchbuttonview.d.ts +0 -1
  6. package/dist/collapsible/collapsibleview.d.ts +0 -1
  7. package/dist/colorgrid/colorgridview.d.ts +0 -1
  8. package/dist/colorpicker/colorpickerview.d.ts +0 -1
  9. package/dist/colorselector/colorselectorview.d.ts +0 -1
  10. package/dist/dialog/dialogactionsview.d.ts +0 -1
  11. package/dist/dialog/dialogview.d.ts +0 -1
  12. package/dist/dropdown/button/splitbuttonview.d.ts +0 -1
  13. package/dist/dropdown/dropdownview.d.ts +0 -1
  14. package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +0 -1
  15. package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +0 -1
  16. package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +0 -1
  17. package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +0 -1
  18. package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +0 -1
  19. package/dist/dropdown/utils.d.ts +0 -2
  20. package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +0 -1
  21. package/dist/editorui/editoruiview.d.ts +0 -1
  22. package/dist/formheader/formheaderview.d.ts +0 -1
  23. package/dist/formrow/formrowview.d.ts +0 -1
  24. package/dist/highlightedtext/highlightedtextview.d.ts +0 -1
  25. package/dist/icon/iconview.d.ts +0 -1
  26. package/dist/index-content.css +3 -0
  27. package/dist/index-content.css.map +1 -0
  28. package/dist/index-editor.css +1845 -1840
  29. package/dist/index-editor.css.map +1 -0
  30. package/dist/index.css +3 -2
  31. package/dist/index.css.map +1 -1
  32. package/dist/index.d.ts +3 -1
  33. package/dist/index.js +8 -6
  34. package/dist/index.js.map +1 -1
  35. package/dist/input/inputview.d.ts +0 -1
  36. package/dist/label/labelview.d.ts +0 -1
  37. package/dist/labeledfield/labeledfieldview.d.ts +0 -1
  38. package/dist/labeledinput/labeledinputview.d.ts +0 -1
  39. package/dist/list/listview.d.ts +0 -1
  40. package/dist/menubar/menubarmenubuttonview.d.ts +0 -1
  41. package/dist/menubar/menubarmenulistitembuttonview.d.ts +0 -1
  42. package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +0 -1
  43. package/dist/menubar/menubarmenulistitemview.d.ts +0 -1
  44. package/dist/menubar/menubarmenupanelview.d.ts +0 -1
  45. package/dist/menubar/menubarmenuview.d.ts +0 -1
  46. package/dist/menubar/menubarview.d.ts +0 -1
  47. package/dist/panel/balloon/balloonpanelview.d.ts +0 -1
  48. package/dist/panel/balloon/contextualballoon.d.ts +0 -2
  49. package/dist/panel/sticky/stickypanelview.d.ts +0 -1
  50. package/dist/search/text/searchtextview.d.ts +0 -1
  51. package/dist/spinner/spinnerview.d.ts +0 -1
  52. package/dist/textarea/textareaview.d.ts +0 -2
  53. package/dist/toolbar/block/blockbuttonview.d.ts +0 -1
  54. package/dist/toolbar/toolbarview.d.ts +0 -1
  55. package/dist/tooltipmanager.d.ts +0 -1
  56. package/dist/view.d.ts +0 -1
  57. package/package.json +7 -6
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { type Locale } from "@ckeditor/ckeditor5-utils";
9
9
  import { InputBase } from "./inputbase.js";
10
- import "../../theme/components/input/input.css";
11
10
  /**
12
11
  * The input view class.
13
12
  */
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { View } from "../view.js";
9
9
  import { type Locale } from "@ckeditor/ckeditor5-utils";
10
- import "../../theme/components/label/label.css";
11
10
  /**
12
11
  * The label view class.
13
12
  */
@@ -10,7 +10,6 @@ import { LabelView } from "../label/labelview.js";
10
10
  import type { FocusableView } from "../focuscycler.js";
11
11
  import { type ViewCollection } from "../viewcollection.js";
12
12
  import { type Locale } from "@ckeditor/ckeditor5-utils";
13
- import "../../theme/components/labeledfield/labeledfieldview.css";
14
13
  /**
15
14
  * The labeled field view class. It can be used to enhance any view with the following features:
16
15
  *
@@ -9,7 +9,6 @@ import { View } from "../view.js";
9
9
  import { LabelView } from "../label/labelview.js";
10
10
  import type { InputView } from "../input/inputview.js";
11
11
  import { type Locale } from "@ckeditor/ckeditor5-utils";
12
- import "../../theme/components/labeledinput/labeledinput.css";
13
12
  /**
14
13
  * The labeled input view class.
15
14
  */
@@ -13,7 +13,6 @@ import { type ListSeparatorView } from "./listseparatorview.js";
13
13
  import { type DropdownPanelFocusable } from "../dropdown/dropdownpanelfocusable.js";
14
14
  import { ViewCollection } from "../viewcollection.js";
15
15
  import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
16
- import "../../theme/components/list/list.css";
17
16
  /**
18
17
  * The list view class.
19
18
  */
@@ -5,7 +5,6 @@
5
5
  import { IconView } from "../icon/iconview.js";
6
6
  import { ListItemButtonView } from "../button/listitembuttonview.js";
7
7
  import type { Locale } from "@ckeditor/ckeditor5-utils";
8
- import "../../theme/components/menubar/menubarmenubutton.css";
9
8
  /**
10
9
  * A menu {@link module:ui/menubar/menubarmenuview~MenuBarMenuView#buttonView} class. Buttons like this one
11
10
  * open both top-level bar menus as well as sub-menus.
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import type { Locale } from "@ckeditor/ckeditor5-utils";
9
9
  import { ListItemButtonView } from "../button/listitembuttonview.js";
10
- import "../../theme/components/menubar/menubarmenulistitembutton.css";
11
10
  /**
12
11
  * A menu bar list button view. Buttons like this one execute user actions.
13
12
  */
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import type { Locale } from "@ckeditor/ckeditor5-utils";
9
9
  import { FileDialogListItemButtonView } from "../button/filedialogbuttonview.js";
10
- import "../../theme/components/menubar/menubarmenulistitembutton.css";
11
10
  /**
12
11
  * A menu bar list file dialog button view. Buttons like this one execute user actions.
13
12
  *
@@ -8,7 +8,6 @@
8
8
  import type { Locale } from "@ckeditor/ckeditor5-utils";
9
9
  import { ListItemView } from "../list/listitemview.js";
10
10
  import { type MenuBarMenuView } from "./menubarmenuview.js";
11
- import "../../theme/components/menubar/menubarmenulistitem.css";
12
11
  /**
13
12
  * A menu bar list item view, a child of {@link module:ui/menubar/menubarmenulistview~MenuBarMenuListView}.
14
13
  *
@@ -9,7 +9,6 @@ import { type Locale } from "@ckeditor/ckeditor5-utils";
9
9
  import type { FocusableView } from "../focuscycler.js";
10
10
  import { type ViewCollection } from "../viewcollection.js";
11
11
  import { View } from "../view.js";
12
- import "../../theme/components/menubar/menubarmenupanel.css";
13
12
  /**
14
13
  * A view representing a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView#panelView} of a menu.
15
14
  */
@@ -10,7 +10,6 @@ import { MenuBarMenuButtonView } from "./menubarmenubuttonview.js";
10
10
  import type { FocusableView } from "../focuscycler.js";
11
11
  import { View } from "../view.js";
12
12
  import { MenuBarMenuPanelView, type MenuBarMenuPanelPosition } from "./menubarmenupanelview.js";
13
- import "../../theme/components/menubar/menubarmenu.css";
14
13
  /**
15
14
  * A menu view for the {@link module:ui/menubar/menubarview~MenuBarView}. Menus are building blocks of the menu bar,
16
15
  * they host other sub-menus and menu items (buttons) that users can interact with.
@@ -11,7 +11,6 @@ import { View } from "../view.js";
11
11
  import { type ViewCollection } from "../viewcollection.js";
12
12
  import { type ComponentFactory } from "../componentfactory.js";
13
13
  import { MenuBarMenuView } from "./menubarmenuview.js";
14
- import "../../theme/components/menubar/menubar.css";
15
14
  /**
16
15
  * The application menu bar component. It brings a set of top-level menus (and sub-menus) that can be used
17
16
  * to organize and access a large number of buttons.
@@ -8,7 +8,6 @@
8
8
  import { View } from "../../view.js";
9
9
  import { type ViewCollection } from "../../viewcollection.js";
10
10
  import { type Locale, type DomOptimalPositionOptions, type PositioningFunction } from "@ckeditor/ckeditor5-utils";
11
- import "../../../theme/components/panel/balloonpanel.css";
12
11
  /**
13
12
  * The balloon panel view class.
14
13
  *
@@ -11,8 +11,6 @@ import { ButtonView } from "../../button/buttonview.js";
11
11
  import { type ViewCollection } from "../../viewcollection.js";
12
12
  import { Plugin, type Editor } from "@ckeditor/ckeditor5-core";
13
13
  import { FocusTracker, type Locale, type DomOptimalPositionOptions, type DecoratedMethodEvent } from "@ckeditor/ckeditor5-utils";
14
- import "../../../theme/components/panel/balloonrotator.css";
15
- import "../../../theme/components/panel/fakepanel.css";
16
14
  /**
17
15
  * Provides the common contextual balloon for the editor.
18
16
  *
@@ -8,7 +8,6 @@
8
8
  import { View } from "../../view.js";
9
9
  import { type ViewCollection } from "../../viewcollection.js";
10
10
  import { type Locale } from "@ckeditor/ckeditor5-utils";
11
- import "../../../theme/components/panel/stickypanel.css";
12
11
  /**
13
12
  * The sticky panel view class.
14
13
  */
@@ -14,7 +14,6 @@ import { type FilteredView } from "../filteredview.js";
14
14
  import { type ViewCollection } from "../../viewcollection.js";
15
15
  import { type InputBase } from "../../input/inputbase.js";
16
16
  import { type InputTextView } from "../../inputtext/inputtextview.js";
17
- import "../../../theme/components/search/search.css";
18
17
  /**
19
18
  * A search component that allows filtering of an arbitrary view based on a search query
20
19
  * specified by the user in a text field.
@@ -6,7 +6,6 @@
6
6
  * @module ui/spinner/spinnerview
7
7
  */
8
8
  import { View } from "../view.js";
9
- import "../../theme/components/spinner/spinner.css";
10
9
  /**
11
10
  * The spinner view class.
12
11
  */
@@ -7,8 +7,6 @@
7
7
  */
8
8
  import { type Locale } from "@ckeditor/ckeditor5-utils";
9
9
  import { InputBase } from "../input/inputbase.js";
10
- import "../../theme/components/input/input.css";
11
- import "../../theme/components/textarea/textarea.css";
12
10
  /**
13
11
  * The textarea view class.
14
12
  *
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { ButtonView } from "../../button/buttonview.js";
9
9
  import { type Locale } from "@ckeditor/ckeditor5-utils";
10
- import "../../../theme/components/toolbar/blocktoolbar.css";
11
10
  /**
12
11
  * The block button view class.
13
12
  *
@@ -12,7 +12,6 @@ import { type ViewCollection } from "../viewcollection.js";
12
12
  import { type DropdownPanelFocusable } from "../dropdown/dropdownpanelfocusable.js";
13
13
  import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
14
14
  import type { ToolbarConfig } from "@ckeditor/ckeditor5-core";
15
- import "../../theme/components/toolbar/toolbar.css";
16
15
  /**
17
16
  * @internal
18
17
  */
@@ -9,7 +9,6 @@ import { View } from "./view.js";
9
9
  import { BalloonPanelView } from "./panel/balloon/balloonpanelview.js";
10
10
  import { type PositioningFunction, type DomEmitterMixinConstructor } from "@ckeditor/ckeditor5-utils";
11
11
  import type { Editor } from "@ckeditor/ckeditor5-core";
12
- import "../theme/components/tooltip/tooltip.css";
13
12
  declare const TooltipManagerBase: DomEmitterMixinConstructor;
14
13
  /**
15
14
  * A tooltip manager class for the UI of the editor.
package/dist/view.d.ts CHANGED
@@ -8,7 +8,6 @@
8
8
  import { ViewCollection } from "./viewcollection.js";
9
9
  import { Template, type BindChain, type TemplateDefinition } from "./template.js";
10
10
  import { Collection, type DecoratedMethodEvent, type Locale, type LocaleTranslate, type ObservableMixinConstructor, type DomEmitterMixinConstructor } from "@ckeditor/ckeditor5-utils";
11
- import "../theme/index.css";
12
11
  declare const ViewBase: DomEmitterMixinConstructor<ObservableMixinConstructor>;
13
12
  /**
14
13
  * The basic view class, which represents an HTML element created out of a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ui",
3
- "version": "48.3.1",
3
+ "version": "48.4.0-alpha.0",
4
4
  "description": "The UI framework and standard UI library of CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,14 +26,15 @@
26
26
  },
27
27
  "sideEffects": [
28
28
  "*.css",
29
+ "src/index.ts",
29
30
  "dist/translations/*.umd.js"
30
31
  ],
31
32
  "dependencies": {
32
- "@ckeditor/ckeditor5-core": "48.3.1",
33
- "@ckeditor/ckeditor5-editor-multi-root": "48.3.1",
34
- "@ckeditor/ckeditor5-engine": "48.3.1",
35
- "@ckeditor/ckeditor5-icons": "48.3.1",
36
- "@ckeditor/ckeditor5-utils": "48.3.1",
33
+ "@ckeditor/ckeditor5-core": "48.4.0-alpha.0",
34
+ "@ckeditor/ckeditor5-editor-multi-root": "48.4.0-alpha.0",
35
+ "@ckeditor/ckeditor5-engine": "48.4.0-alpha.0",
36
+ "@ckeditor/ckeditor5-icons": "48.4.0-alpha.0",
37
+ "@ckeditor/ckeditor5-utils": "48.4.0-alpha.0",
37
38
  "@types/color-convert": "2.0.4",
38
39
  "color-convert": "3.1.0",
39
40
  "color-parse": "2.0.2",