@ckeditor/ckeditor5-ui 48.2.0-alpha.7 → 48.3.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 (117) hide show
  1. package/dist/arialiveannouncer.d.ts +90 -90
  2. package/dist/augmentation.d.ts +86 -86
  3. package/dist/autocomplete/autocompleteview.d.ts +70 -70
  4. package/dist/badge/badge.d.ts +119 -121
  5. package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
  6. package/dist/bindings/clickoutsidehandler.d.ts +25 -25
  7. package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
  8. package/dist/bindings/draggableviewmixin.d.ts +45 -37
  9. package/dist/bindings/preventdefault.d.ts +30 -30
  10. package/dist/bindings/submithandler.d.ts +49 -49
  11. package/dist/button/button.d.ts +167 -167
  12. package/dist/button/buttonlabel.d.ts +28 -28
  13. package/dist/button/buttonlabelview.d.ts +26 -26
  14. package/dist/button/buttonview.d.ts +192 -192
  15. package/dist/button/filedialogbuttonview.d.ts +107 -99
  16. package/dist/button/listitembuttonview.d.ts +73 -73
  17. package/dist/button/switchbuttonview.d.ts +40 -40
  18. package/dist/collapsible/collapsibleview.d.ts +63 -63
  19. package/dist/colorgrid/colorgridview.d.ts +117 -117
  20. package/dist/colorgrid/colortileview.d.ts +21 -21
  21. package/dist/colorgrid/utils.d.ts +35 -35
  22. package/dist/colorpicker/colorpickerview.d.ts +155 -157
  23. package/dist/colorpicker/utils.d.ts +37 -37
  24. package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
  25. package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
  26. package/dist/colorselector/colorselectorview.d.ts +227 -229
  27. package/dist/colorselector/documentcolorcollection.d.ts +52 -59
  28. package/dist/componentfactory.d.ts +76 -76
  29. package/dist/dialog/dialog.d.ts +311 -288
  30. package/dist/dialog/dialogactionsview.d.ts +62 -62
  31. package/dist/dialog/dialogcontentview.d.ts +22 -22
  32. package/dist/dialog/dialogview.d.ts +255 -251
  33. package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
  34. package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
  35. package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
  36. package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
  37. package/dist/dropdown/dropdownpanelview.d.ts +56 -56
  38. package/dist/dropdown/dropdownview.d.ts +326 -326
  39. package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
  40. package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
  41. package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
  42. package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
  43. package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
  44. package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
  45. package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
  46. package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
  47. package/dist/dropdown/menu/utils.d.ts +112 -112
  48. package/dist/dropdown/utils.d.ts +272 -272
  49. package/dist/editableui/editableuiview.d.ts +78 -78
  50. package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
  51. package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
  52. package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
  53. package/dist/editorui/bodycollection.d.ts +86 -86
  54. package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
  55. package/dist/editorui/editorui.d.ts +348 -351
  56. package/dist/editorui/editoruiview.d.ts +53 -53
  57. package/dist/editorui/evaluationbadge.d.ts +28 -28
  58. package/dist/editorui/poweredby.d.ts +25 -25
  59. package/dist/focuscycler.d.ts +265 -270
  60. package/dist/formheader/formheaderview.d.ts +53 -53
  61. package/dist/formrow/formrowview.d.ts +52 -52
  62. package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
  63. package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
  64. package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
  65. package/dist/icon/iconview.d.ts +83 -83
  66. package/dist/iframe/iframeview.d.ts +42 -42
  67. package/dist/index.css.map +1 -1
  68. package/dist/index.d.ts +136 -136
  69. package/dist/index.js +16467 -17751
  70. package/dist/index.js.map +1 -1
  71. package/dist/input/inputbase.d.ts +114 -114
  72. package/dist/input/inputview.d.ts +28 -28
  73. package/dist/inputnumber/inputnumberview.d.ts +44 -44
  74. package/dist/inputtext/inputtextview.d.ts +13 -13
  75. package/dist/label/labelview.d.ts +31 -31
  76. package/dist/labeledfield/labeledfieldview.d.ts +180 -180
  77. package/dist/labeledfield/utils.d.ts +112 -112
  78. package/dist/labeledinput/labeledinputview.d.ts +120 -120
  79. package/dist/legacyerrors.d.ts +0 -4
  80. package/dist/list/listitemgroupview.d.ts +54 -54
  81. package/dist/list/listitemview.d.ts +31 -31
  82. package/dist/list/listseparatorview.d.ts +13 -13
  83. package/dist/list/listview.d.ts +119 -119
  84. package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
  85. package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
  86. package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
  87. package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
  88. package/dist/menubar/menubarmenulistview.d.ts +24 -24
  89. package/dist/menubar/menubarmenupanelview.d.ts +47 -47
  90. package/dist/menubar/menubarmenuview.d.ts +113 -113
  91. package/dist/menubar/menubarview.d.ts +145 -145
  92. package/dist/menubar/utils.d.ts +455 -455
  93. package/dist/model.d.ts +19 -18
  94. package/dist/notification/notification.d.ts +200 -200
  95. package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
  96. package/dist/panel/balloon/contextualballoon.d.ts +298 -298
  97. package/dist/panel/sticky/stickypanelview.d.ts +151 -151
  98. package/dist/search/filteredview.d.ts +23 -23
  99. package/dist/search/filtergroupanditemnames.d.ts +11 -11
  100. package/dist/search/searchinfoview.d.ts +39 -39
  101. package/dist/search/searchresultsview.d.ts +49 -49
  102. package/dist/search/text/searchtextqueryview.d.ts +63 -63
  103. package/dist/search/text/searchtextview.d.ts +203 -203
  104. package/dist/spinner/spinnerview.d.ts +20 -20
  105. package/dist/template.d.ts +897 -902
  106. package/dist/textarea/textareaview.d.ts +96 -96
  107. package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
  108. package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
  109. package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
  110. package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
  111. package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
  112. package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
  113. package/dist/toolbar/toolbarview.d.ts +271 -271
  114. package/dist/tooltipmanager.d.ts +190 -193
  115. package/dist/view.d.ts +385 -388
  116. package/dist/viewcollection.d.ts +134 -134
  117. package/package.json +6 -6
@@ -1,25 +1,25 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
5
- import { type Locale } from '@ckeditor/ckeditor5-utils';
6
- import { ButtonView } from '../button/buttonview.js';
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
6
+ import { ButtonView } from "../button/buttonview.js";
7
7
  /**
8
- * This class represents a single color tile in the {@link module:ui/colorgrid/colorgridview~ColorGridView}.
9
- */
8
+ * This class represents a single color tile in the {@link module:ui/colorgrid/colorgridview~ColorGridView}.
9
+ */
10
10
  export declare class ColorTileView extends ButtonView {
11
- /**
12
- * String representing a color shown as tile's background.
13
- */
14
- color: string | undefined;
15
- /**
16
- * A flag that toggles a special CSS class responsible for displaying
17
- * a border around the button.
18
- */
19
- hasBorder: boolean;
20
- constructor(locale?: Locale);
21
- /**
22
- * @inheritDoc
23
- */
24
- render(): void;
11
+ /**
12
+ * String representing a color shown as tile's background.
13
+ */
14
+ color: string | undefined;
15
+ /**
16
+ * A flag that toggles a special CSS class responsible for displaying
17
+ * a border around the button.
18
+ */
19
+ hasBorder: boolean;
20
+ constructor(locale?: Locale);
21
+ /**
22
+ * @inheritDoc
23
+ */
24
+ override render(): void;
25
25
  }
@@ -1,47 +1,47 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module ui/colorgrid/utils
7
- */
8
- import type { Locale } from '@ckeditor/ckeditor5-utils';
6
+ * @module ui/colorgrid/utils
7
+ */
8
+ import type { Locale } from "@ckeditor/ckeditor5-utils";
9
9
  export type ColorOption = string | {
10
- color: string;
11
- label?: string;
12
- hasBorder?: boolean;
10
+ color: string;
11
+ label?: string;
12
+ hasBorder?: boolean;
13
13
  };
14
14
  export interface NormalizedColorOption {
15
- model: string;
16
- label: string;
17
- hasBorder: boolean;
18
- view: {
19
- name: string;
20
- styles: {
21
- color: string;
22
- };
23
- };
15
+ model: string;
16
+ label: string;
17
+ hasBorder: boolean;
18
+ view: {
19
+ name: string;
20
+ styles: {
21
+ color: string;
22
+ };
23
+ };
24
24
  }
25
25
  /**
26
- * Returns color configuration options as defined in `editor.config.(fontColor|fontBackgroundColor).colors` or
27
- * `editor.config.table.(tableProperties|tableCellProperties).(background|border).colors
28
- * but processed to account for editor localization in the correct language.
29
- *
30
- * Note: The reason behind this method is that there is no way to use {@link module:utils/locale~Locale#t}
31
- * when the user configuration is defined because the editor does not exist yet.
32
- *
33
- * @param locale The {@link module:core/editor/editor~Editor#locale} instance.
34
- */
26
+ * Returns color configuration options as defined in `editor.config.(fontColor|fontBackgroundColor).colors` or
27
+ * `editor.config.table.(tableProperties|tableCellProperties).(background|border).colors
28
+ * but processed to account for editor localization in the correct language.
29
+ *
30
+ * Note: The reason behind this method is that there is no way to use {@link module:utils/locale~Locale#t}
31
+ * when the user configuration is defined because the editor does not exist yet.
32
+ *
33
+ * @param locale The {@link module:core/editor/editor~Editor#locale} instance.
34
+ */
35
35
  export declare function getLocalizedColorOptions(locale: Locale, options: Array<NormalizedColorOption>): Array<NormalizedColorOption>;
36
36
  /**
37
- * Creates a unified color definition object from color configuration options.
38
- * The object contains the information necessary to both render the UI and initialize the conversion.
39
- */
37
+ * Creates a unified color definition object from color configuration options.
38
+ * The object contains the information necessary to both render the UI and initialize the conversion.
39
+ */
40
40
  export declare function normalizeColorOptions(options: Array<ColorOption>): Array<NormalizedColorOption>;
41
41
  /**
42
- * Creates a normalized color definition from the user-defined configuration.
43
- * The "normalization" means it will create full
44
- * {@link module:ui/colorgrid/colorgridview~ColorDefinition `ColorDefinition-like`}
45
- * object for string values, and add a `view` property, for each definition.
46
- */
42
+ * Creates a normalized color definition from the user-defined configuration.
43
+ * The "normalization" means it will create full
44
+ * {@link module:ui/colorgrid/colorgridview~ColorDefinition `ColorDefinition-like`}
45
+ * object for string values, and add a `view` property, for each definition.
46
+ */
47
47
  export declare function normalizeSingleColorDefinition(color: ColorOption): NormalizedColorOption;
@@ -1,173 +1,171 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module ui/colorpicker/colorpickerview
7
- */
8
- import { type ColorPickerViewConfig } from './utils.js';
9
- import type { HexColor } from '@ckeditor/ckeditor5-core';
10
- import { type Locale } from '@ckeditor/ckeditor5-utils';
11
- import { View } from '../view.js';
12
- import { type InputTextView } from '../inputtext/inputtextview.js';
13
- import { type ViewCollection } from '../viewcollection.js';
14
- import { LabeledFieldView } from '../labeledfield/labeledfieldview.js';
15
- import { HexBase } from 'vanilla-colorful/lib/entrypoints/hex';
16
- import '../../theme/components/colorpicker/colorpicker.css';
6
+ * @module ui/colorpicker/colorpickerview
7
+ */
8
+ import { type ColorPickerViewConfig } from "./utils.js";
9
+ import type { HexColor } from "@ckeditor/ckeditor5-core";
10
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
11
+ import { View } from "../view.js";
12
+ import { type InputTextView } from "../inputtext/inputtextview.js";
13
+ import { type ViewCollection } from "../viewcollection.js";
14
+ import { LabeledFieldView } from "../labeledfield/labeledfieldview.js";
15
+ import { HexBase } from "vanilla-colorful/lib/entrypoints/hex";
16
+ import "../../theme/components/colorpicker/colorpicker.css";
17
17
  declare global {
18
- interface HTMLElementTagNameMap {
19
- 'hex-color-picker': HexBase;
20
- }
18
+ interface HTMLElementTagNameMap {
19
+ "hex-color-picker": HexBase;
20
+ }
21
21
  }
22
22
  /**
23
- * A class which represents a color picker with an input field for defining custom colors.
24
- */
23
+ * A class which represents a color picker with an input field for defining custom colors.
24
+ */
25
25
  export declare class ColorPickerView extends View {
26
- /**
27
- * Element with saturation and hue sliders.
28
- */
29
- picker: HexBase;
30
- /**
31
- * Container for a `#` sign prefix and an input for displaying and defining custom colors
32
- * in HEX format.
33
- */
34
- hexInputRow: ColorPickerInputRowView;
35
- /**
36
- * Current color selected in the color picker. It can be set by the component itself
37
- * (through the palette or input) or from the outside (e.g. to reflect the current selection color).
38
- */
39
- color: string;
40
- /**
41
- * List of slider views of the color picker.
42
- */
43
- slidersView: ViewCollection<SliderView>;
44
- /**
45
- * An internal representation of a color.
46
- *
47
- * Since the picker uses a hex format, that's how we store it.
48
- *
49
- * Since this is unified color format it won't fire a change event if color is changed
50
- * from `#f00` to `#ff0000` (same value, different format).
51
- *
52
- * @observable
53
- * @private
54
- */
55
- _hexColor: string;
56
- /**
57
- * Debounced function updating the `color` property in the component
58
- * and firing the `ColorPickerColorSelectedEvent`. Executed whenever color in component
59
- * is changed by the user interaction (through the palette or input).
60
- *
61
- * @private
62
- */
63
- private _debounceColorPickerEvent;
64
- /**
65
- * A reference to the configuration of the color picker specified in the constructor.
66
- *
67
- * @private
68
- */
69
- private _config;
70
- /**
71
- * Creates a view of color picker.
72
- *
73
- * @param locale
74
- * @param config
75
- */
76
- constructor(locale: Locale | undefined, config?: ColorPickerViewConfig);
77
- /**
78
- * Renders color picker in the view.
79
- */
80
- render(): void;
81
- /**
82
- * Focuses the first pointer in color picker.
83
- *
84
- */
85
- focus(): void;
86
- /**
87
- * Creates collection of sliders in color picker.
88
- *
89
- * @private
90
- */
91
- private _createSlidersView;
92
- /**
93
- * Creates input row for defining custom colors in color picker.
94
- *
95
- * @private
96
- */
97
- private _createInputRow;
98
- /**
99
- * Creates the input where user can type or paste the color in hex format.
100
- *
101
- * @private
102
- */
103
- private _createColorInput;
104
- /**
105
- * Validates the view and returns `false` when some fields are invalid.
106
- */
107
- isValid(): boolean;
108
- /**
109
- * Cleans up the supplementary error and information text of input inside the {@link #hexInputRow}
110
- * bringing them back to the state when the form has been displayed for the first time.
111
- *
112
- * See {@link #isValid}.
113
- */
114
- resetValidationStatus(): void;
26
+ /**
27
+ * Element with saturation and hue sliders.
28
+ */
29
+ picker: HexBase;
30
+ /**
31
+ * Container for a `#` sign prefix and an input for displaying and defining custom colors
32
+ * in HEX format.
33
+ */
34
+ hexInputRow: ColorPickerInputRowView;
35
+ /**
36
+ * Current color selected in the color picker. It can be set by the component itself
37
+ * (through the palette or input) or from the outside (e.g. to reflect the current selection color).
38
+ */
39
+ color: string;
40
+ /**
41
+ * List of slider views of the color picker.
42
+ */
43
+ slidersView: ViewCollection<SliderView>;
44
+ /**
45
+ * An internal representation of a color.
46
+ *
47
+ * Since the picker uses a hex format, that's how we store it.
48
+ *
49
+ * Since this is unified color format it won't fire a change event if color is changed
50
+ * from `#f00` to `#ff0000` (same value, different format).
51
+ *
52
+ * @observable
53
+ * @private
54
+ */
55
+ _hexColor: string;
56
+ /**
57
+ * Debounced function updating the `color` property in the component
58
+ * and firing the `ColorPickerColorSelectedEvent`. Executed whenever color in component
59
+ * is changed by the user interaction (through the palette or input).
60
+ *
61
+ * @private
62
+ */
63
+ private _debounceColorPickerEvent;
64
+ /**
65
+ * A reference to the configuration of the color picker specified in the constructor.
66
+ *
67
+ * @private
68
+ */
69
+ private _config;
70
+ /**
71
+ * Creates a view of color picker.
72
+ *
73
+ * @param locale
74
+ * @param config
75
+ */
76
+ constructor(locale: Locale | undefined, config?: ColorPickerViewConfig);
77
+ /**
78
+ * Renders color picker in the view.
79
+ */
80
+ override render(): void;
81
+ /**
82
+ * Focuses the first pointer in color picker.
83
+ *
84
+ */
85
+ focus(): void;
86
+ /**
87
+ * Creates collection of sliders in color picker.
88
+ *
89
+ * @private
90
+ */
91
+ private _createSlidersView;
92
+ /**
93
+ * Creates input row for defining custom colors in color picker.
94
+ *
95
+ * @private
96
+ */
97
+ private _createInputRow;
98
+ /**
99
+ * Creates the input where user can type or paste the color in hex format.
100
+ *
101
+ * @private
102
+ */
103
+ private _createColorInput;
104
+ /**
105
+ * Validates the view and returns `false` when some fields are invalid.
106
+ */
107
+ isValid(): boolean;
108
+ /**
109
+ * Cleans up the supplementary error and information text of input inside the {@link #hexInputRow}
110
+ * bringing them back to the state when the form has been displayed for the first time.
111
+ *
112
+ * See {@link #isValid}.
113
+ */
114
+ resetValidationStatus(): void;
115
115
  }
116
116
  export declare class SliderView extends View {
117
- /**
118
- * @param element HTML element of slider in color picker.
119
- */
120
- constructor(element: HTMLElement);
121
- /**
122
- * Focuses element.
123
- */
124
- focus(): void;
117
+ /**
118
+ * @param element HTML element of slider in color picker.
119
+ */
120
+ constructor(element: HTMLElement);
121
+ /**
122
+ * Focuses element.
123
+ */
124
+ focus(): void;
125
125
  }
126
126
  export declare class ColorPickerInputRowView extends View {
127
- /**
128
- * A collection of row items (buttons, dropdowns, etc.).
129
- */
130
- readonly children: ViewCollection;
131
- /**
132
- * Hex input view element.
133
- */
134
- readonly inputView: LabeledFieldView<InputTextView>;
135
- /**
136
- * Creates an instance of the form row class.
137
- *
138
- * @param locale The locale instance.
139
- * @param inputView Hex color input element.
140
- */
141
- constructor(locale: Locale, inputView: LabeledFieldView<InputTextView>);
142
- /**
143
- * Returns false if color input value is not in hex format.
144
- */
145
- getParsedColor(): HexColor | null;
127
+ /**
128
+ * A collection of row items (buttons, dropdowns, etc.).
129
+ */
130
+ readonly children: ViewCollection;
131
+ /**
132
+ * Hex input view element.
133
+ */
134
+ readonly inputView: LabeledFieldView<InputTextView>;
135
+ /**
136
+ * Creates an instance of the form row class.
137
+ *
138
+ * @param locale The locale instance.
139
+ * @param inputView Hex color input element.
140
+ */
141
+ constructor(locale: Locale, inputView: LabeledFieldView<InputTextView>);
142
+ /**
143
+ * Returns false if color input value is not in hex format.
144
+ */
145
+ getParsedColor(): HexColor | null;
146
146
  }
147
147
  /**
148
- * An event fired whenever the color was selected through the color picker palette
149
- * or the color picker input.
150
- *
151
- * This even fires only when the user changes the color. It does not fire when the color
152
- * is changed programmatically, e.g. via
153
- * {@link module:ui/colorpicker/colorpickerview~ColorPickerView#color}.
154
- *
155
- * @eventName ~ColorPickerView#colorSelected
156
- */
148
+ * An event fired whenever the color was selected through the color picker palette
149
+ * or the color picker input.
150
+ *
151
+ * This even fires only when the user changes the color. It does not fire when the color
152
+ * is changed programmatically, e.g. via
153
+ * {@link module:ui/colorpicker/colorpickerview~ColorPickerView#color}.
154
+ *
155
+ * @eventName ~ColorPickerView#colorSelected
156
+ */
157
157
  export type ColorPickerColorSelectedEvent = {
158
- name: 'colorSelected';
159
- args: [
160
- {
161
- color: string;
162
- }
163
- ];
158
+ name: "colorSelected";
159
+ args: [{
160
+ color: string;
161
+ }];
164
162
  };
165
163
  /**
166
- * Trim spaces from provided color and check if hex is valid.
167
- *
168
- * @param color Unsafe color string.
169
- * @returns Null if provided color is not hex value.
170
- * @export
171
- * @internal
172
- */
164
+ * Trim spaces from provided color and check if hex is valid.
165
+ *
166
+ * @param color Unsafe color string.
167
+ * @returns Null if provided color is not hex value.
168
+ * @export
169
+ * @internal
170
+ */
173
171
  export declare function tryParseHexColor<S extends string>(color: S | null | undefined): HexColor<S> | null;
@@ -1,51 +1,51 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * Color formats handled by color converter.
7
- */
8
- export type ColorPickerOutputFormat = 'hex' | 'rgb' | 'hsl' | 'hwb' | 'lab' | 'lch';
6
+ * Color formats handled by color converter.
7
+ */
8
+ export type ColorPickerOutputFormat = "hex" | "rgb" | "hsl" | "hwb" | "lab" | "lch";
9
9
  /**
10
- * Configuration of the color picker feature.
11
- *
12
- * It can be forced to apply colors in the editor in a particular format.
13
- *
14
- * @default `{
15
- * format: 'hsl'
16
- * }`
17
- */
10
+ * Configuration of the color picker feature.
11
+ *
12
+ * It can be forced to apply colors in the editor in a particular format.
13
+ *
14
+ * @default `{
15
+ * format: 'hsl'
16
+ * }`
17
+ */
18
18
  export type ColorPickerConfig = {
19
- format?: ColorPickerOutputFormat;
19
+ format?: ColorPickerOutputFormat;
20
20
  };
21
21
  /**
22
- * Configuration of the color picker view.
23
- *
24
- * It can be used to enforce a particular color format or hide the color input.
25
- */
22
+ * Configuration of the color picker view.
23
+ *
24
+ * It can be used to enforce a particular color format or hide the color input.
25
+ */
26
26
  export type ColorPickerViewConfig = ColorPickerConfig & {
27
- hideInput?: boolean;
27
+ hideInput?: boolean;
28
28
  };
29
29
  /**
30
- * Parses and converts the color string to requested format. Handles variety of color spaces
31
- * like `hsl`, `hex` or `rgb`.
32
- *
33
- * @param color
34
- * @returns A color string.
35
- * @internal
36
- */
30
+ * Parses and converts the color string to requested format. Handles variety of color spaces
31
+ * like `hsl`, `hex` or `rgb`.
32
+ *
33
+ * @param color
34
+ * @returns A color string.
35
+ * @internal
36
+ */
37
37
  export declare function convertColor(color: string, outputFormat: ColorPickerOutputFormat): string;
38
38
  /**
39
- * Converts a color string to hex format.
40
- *
41
- * @param color
42
- * @returns A color string.
43
- * @internal
44
- */
39
+ * Converts a color string to hex format.
40
+ *
41
+ * @param color
42
+ * @returns A color string.
43
+ * @internal
44
+ */
45
45
  export declare function convertToHex(color: string): string;
46
46
  /**
47
- * Registers the custom element in the
48
- * [CustomElementsRegistry](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry).
49
- * @internal
50
- */
47
+ * Registers the custom element in the
48
+ * [CustomElementsRegistry](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry).
49
+ * @internal
50
+ */
51
51
  export declare function registerCustomElement(elementName: string, constructor: CustomElementConstructor): void;