@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.
- package/dist/arialiveannouncer.d.ts +90 -90
- package/dist/augmentation.d.ts +86 -86
- package/dist/autocomplete/autocompleteview.d.ts +70 -70
- package/dist/badge/badge.d.ts +119 -121
- package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
- package/dist/bindings/clickoutsidehandler.d.ts +25 -25
- package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
- package/dist/bindings/draggableviewmixin.d.ts +45 -37
- package/dist/bindings/preventdefault.d.ts +30 -30
- package/dist/bindings/submithandler.d.ts +49 -49
- package/dist/button/button.d.ts +167 -167
- package/dist/button/buttonlabel.d.ts +28 -28
- package/dist/button/buttonlabelview.d.ts +26 -26
- package/dist/button/buttonview.d.ts +192 -192
- package/dist/button/filedialogbuttonview.d.ts +107 -99
- package/dist/button/listitembuttonview.d.ts +73 -73
- package/dist/button/switchbuttonview.d.ts +40 -40
- package/dist/collapsible/collapsibleview.d.ts +63 -63
- package/dist/colorgrid/colorgridview.d.ts +117 -117
- package/dist/colorgrid/colortileview.d.ts +21 -21
- package/dist/colorgrid/utils.d.ts +35 -35
- package/dist/colorpicker/colorpickerview.d.ts +155 -157
- package/dist/colorpicker/utils.d.ts +37 -37
- package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
- package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
- package/dist/colorselector/colorselectorview.d.ts +227 -229
- package/dist/colorselector/documentcolorcollection.d.ts +52 -59
- package/dist/componentfactory.d.ts +76 -76
- package/dist/dialog/dialog.d.ts +311 -288
- package/dist/dialog/dialogactionsview.d.ts +62 -62
- package/dist/dialog/dialogcontentview.d.ts +22 -22
- package/dist/dialog/dialogview.d.ts +255 -251
- package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
- package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
- package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
- package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
- package/dist/dropdown/dropdownpanelview.d.ts +56 -56
- package/dist/dropdown/dropdownview.d.ts +326 -326
- package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
- package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
- package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
- package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
- package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
- package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
- package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
- package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
- package/dist/dropdown/menu/utils.d.ts +112 -112
- package/dist/dropdown/utils.d.ts +272 -272
- package/dist/editableui/editableuiview.d.ts +78 -78
- package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
- package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
- package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
- package/dist/editorui/bodycollection.d.ts +86 -86
- package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
- package/dist/editorui/editorui.d.ts +348 -351
- package/dist/editorui/editoruiview.d.ts +53 -53
- package/dist/editorui/evaluationbadge.d.ts +28 -28
- package/dist/editorui/poweredby.d.ts +25 -25
- package/dist/focuscycler.d.ts +265 -270
- package/dist/formheader/formheaderview.d.ts +53 -53
- package/dist/formrow/formrowview.d.ts +52 -52
- package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
- package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
- package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
- package/dist/icon/iconview.d.ts +83 -83
- package/dist/iframe/iframeview.d.ts +42 -42
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +136 -136
- package/dist/index.js +16467 -17751
- package/dist/index.js.map +1 -1
- package/dist/input/inputbase.d.ts +114 -114
- package/dist/input/inputview.d.ts +28 -28
- package/dist/inputnumber/inputnumberview.d.ts +44 -44
- package/dist/inputtext/inputtextview.d.ts +13 -13
- package/dist/label/labelview.d.ts +31 -31
- package/dist/labeledfield/labeledfieldview.d.ts +180 -180
- package/dist/labeledfield/utils.d.ts +112 -112
- package/dist/labeledinput/labeledinputview.d.ts +120 -120
- package/dist/legacyerrors.d.ts +0 -4
- package/dist/list/listitemgroupview.d.ts +54 -54
- package/dist/list/listitemview.d.ts +31 -31
- package/dist/list/listseparatorview.d.ts +13 -13
- package/dist/list/listview.d.ts +119 -119
- package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
- package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
- package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
- package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
- package/dist/menubar/menubarmenulistview.d.ts +24 -24
- package/dist/menubar/menubarmenupanelview.d.ts +47 -47
- package/dist/menubar/menubarmenuview.d.ts +113 -113
- package/dist/menubar/menubarview.d.ts +145 -145
- package/dist/menubar/utils.d.ts +455 -455
- package/dist/model.d.ts +19 -18
- package/dist/notification/notification.d.ts +200 -200
- package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
- package/dist/panel/balloon/contextualballoon.d.ts +298 -298
- package/dist/panel/sticky/stickypanelview.d.ts +151 -151
- package/dist/search/filteredview.d.ts +23 -23
- package/dist/search/filtergroupanditemnames.d.ts +11 -11
- package/dist/search/searchinfoview.d.ts +39 -39
- package/dist/search/searchresultsview.d.ts +49 -49
- package/dist/search/text/searchtextqueryview.d.ts +63 -63
- package/dist/search/text/searchtextview.d.ts +203 -203
- package/dist/spinner/spinnerview.d.ts +20 -20
- package/dist/template.d.ts +897 -902
- package/dist/textarea/textareaview.d.ts +96 -96
- package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
- package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
- package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
- package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
- package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
- package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
- package/dist/toolbar/toolbarview.d.ts +271 -271
- package/dist/tooltipmanager.d.ts +190 -193
- package/dist/view.d.ts +385 -388
- package/dist/viewcollection.d.ts +134 -134
- package/package.json +6 -6
|
@@ -1,243 +1,241 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import { FocusCycler, type FocusableView } from
|
|
9
|
-
import { View } from
|
|
10
|
-
import { ViewCollection } from
|
|
11
|
-
import { FocusTracker, KeystrokeHandler, type Locale } from
|
|
12
|
-
import type { ColorPickerViewConfig } from
|
|
13
|
-
import type { ColorDefinition } from
|
|
14
|
-
import type { Model } from
|
|
15
|
-
import { ColorGridsFragmentView } from
|
|
16
|
-
import { ColorPickerFragmentView } from
|
|
17
|
-
import
|
|
6
|
+
* @module ui/colorselector/colorselectorview
|
|
7
|
+
*/
|
|
8
|
+
import { FocusCycler, type FocusableView } from "../focuscycler.js";
|
|
9
|
+
import { View } from "../view.js";
|
|
10
|
+
import { ViewCollection } from "../viewcollection.js";
|
|
11
|
+
import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
|
|
12
|
+
import type { ColorPickerViewConfig } from "../colorpicker/utils.js";
|
|
13
|
+
import type { ColorDefinition } from "../colorgrid/colorgridview.js";
|
|
14
|
+
import type { Model } from "@ckeditor/ckeditor5-engine";
|
|
15
|
+
import { ColorGridsFragmentView } from "./colorgridsfragmentview.js";
|
|
16
|
+
import { ColorPickerFragmentView } from "./colorpickerfragmentview.js";
|
|
17
|
+
import "../../theme/components/colorselector/colorselector.css";
|
|
18
18
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
19
|
+
* The configurable color selector view class. It allows users to select colors from a predefined set of colors as well as from
|
|
20
|
+
* a color picker.
|
|
21
|
+
*
|
|
22
|
+
* This meta-view is is made of two components (fragments):
|
|
23
|
+
*
|
|
24
|
+
* * {@link module:ui/colorselector/colorselectorview~ColorSelectorView#colorGridsFragmentView},
|
|
25
|
+
* * {@link module:ui/colorselector/colorselectorview~ColorSelectorView#colorPickerFragmentView}.
|
|
26
|
+
*
|
|
27
|
+
* ```ts
|
|
28
|
+
* const colorDefinitions = [
|
|
29
|
+
* { color: '#000', label: 'Black', options: { hasBorder: false } },
|
|
30
|
+
* { color: 'rgb(255, 255, 255)', label: 'White', options: { hasBorder: true } },
|
|
31
|
+
* { color: 'red', label: 'Red', options: { hasBorder: false } }
|
|
32
|
+
* ];
|
|
33
|
+
*
|
|
34
|
+
* const selectorView = new ColorSelectorView( locale, {
|
|
35
|
+
* colors: colorDefinitions,
|
|
36
|
+
* columns: 5,
|
|
37
|
+
* removeButtonLabel: 'Remove color',
|
|
38
|
+
* documentColorsLabel: 'Document colors',
|
|
39
|
+
* documentColorsCount: 4,
|
|
40
|
+
* colorPickerViewConfig: {
|
|
41
|
+
* format: 'hsl'
|
|
42
|
+
* }
|
|
43
|
+
* } );
|
|
44
|
+
*
|
|
45
|
+
* selectorView.appendUI();
|
|
46
|
+
* selectorView.selectedColor = 'red';
|
|
47
|
+
* selectorView.updateSelectedColors();
|
|
48
|
+
*
|
|
49
|
+
* selectorView.on<ColorSelectorExecuteEvent>( 'execute', ( evt, data ) => {
|
|
50
|
+
* console.log( 'Color changed', data.value, data.source );
|
|
51
|
+
* } );
|
|
52
|
+
*
|
|
53
|
+
* selectorView.on<ColorSelectorColorPickerShowEvent>( 'colorPicker:show', ( evt ) => {
|
|
54
|
+
* console.log( 'Color picker showed up', evt );
|
|
55
|
+
* } );
|
|
56
|
+
*
|
|
57
|
+
* selectorView.on<ColorSelectorColorPickerCancelEvent>( 'colorPicker:cancel', ( evt ) => {
|
|
58
|
+
* console.log( 'Color picker cancel', evt );
|
|
59
|
+
* } );
|
|
60
|
+
*
|
|
61
|
+
* selectorView.render();
|
|
62
|
+
*
|
|
63
|
+
* document.body.appendChild( selectorView.element );
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
66
|
export declare class ColorSelectorView extends View {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
67
|
+
/**
|
|
68
|
+
* Tracks information about the DOM focus in the list.
|
|
69
|
+
*/
|
|
70
|
+
readonly focusTracker: FocusTracker;
|
|
71
|
+
/**
|
|
72
|
+
* An instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
|
|
73
|
+
*/
|
|
74
|
+
readonly keystrokes: KeystrokeHandler;
|
|
75
|
+
/**
|
|
76
|
+
* A collection of components.
|
|
77
|
+
*/
|
|
78
|
+
readonly items: ViewCollection;
|
|
79
|
+
/**
|
|
80
|
+
* A fragment that allows users to select colors from the a predefined set and from existing document colors.
|
|
81
|
+
*/
|
|
82
|
+
readonly colorGridsFragmentView: ColorGridsFragmentView;
|
|
83
|
+
/**
|
|
84
|
+
* A fragment that allows users to select a color from a color picker.
|
|
85
|
+
*/
|
|
86
|
+
readonly colorPickerFragmentView: ColorPickerFragmentView;
|
|
87
|
+
/**
|
|
88
|
+
* Keeps the value of the command associated with the component for the current selection.
|
|
89
|
+
*/
|
|
90
|
+
selectedColor?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Reflects the visibility state of the color grids fragment.
|
|
93
|
+
*
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
_isColorGridsFragmentVisible: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* Reflects the visibility state of the color picker fragment.
|
|
99
|
+
*
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
_isColorPickerFragmentVisible: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Helps cycling over focusable {@link #items} in the list.
|
|
105
|
+
*
|
|
106
|
+
* @readonly
|
|
107
|
+
*/
|
|
108
|
+
protected _focusCycler: FocusCycler;
|
|
109
|
+
/**
|
|
110
|
+
* A collection of views that can be focused in the view.
|
|
111
|
+
*
|
|
112
|
+
* @readonly
|
|
113
|
+
*/
|
|
114
|
+
protected _focusables: ViewCollection<FocusableView>;
|
|
115
|
+
/**
|
|
116
|
+
* The configuration of color picker sub-component.
|
|
117
|
+
*/
|
|
118
|
+
private _colorPickerViewConfig;
|
|
119
|
+
/**
|
|
120
|
+
* Creates a view to be inserted as a child of {@link module:ui/dropdown/dropdownview~DropdownView}.
|
|
121
|
+
*
|
|
122
|
+
* @param locale The localization services instance.
|
|
123
|
+
* @param options Constructor options.
|
|
124
|
+
* @param options.colors An array with definitions of colors to be displayed in the table.
|
|
125
|
+
* @param options.columns The number of columns in the color grid.
|
|
126
|
+
* @param options.removeButtonLabel The label of the button responsible for removing the color.
|
|
127
|
+
* @param options.colorPickerLabel The label of the button responsible for color picker appearing.
|
|
128
|
+
* @param options.documentColorsLabel The label for the section with the document colors.
|
|
129
|
+
* @param options.documentColorsCount The number of colors in the document colors section inside the color dropdown.
|
|
130
|
+
* @param options.colorPickerViewConfig The configuration of color picker feature. If set to `false`, the color picker will be hidden.
|
|
131
|
+
*/
|
|
132
|
+
constructor(locale: Locale, { colors, columns, removeButtonLabel, documentColorsLabel, documentColorsCount, colorPickerLabel, colorPickerViewConfig }: {
|
|
133
|
+
colors: Array<ColorDefinition>;
|
|
134
|
+
columns: number;
|
|
135
|
+
removeButtonLabel: string;
|
|
136
|
+
documentColorsLabel?: string;
|
|
137
|
+
documentColorsCount?: number;
|
|
138
|
+
colorPickerLabel: string;
|
|
139
|
+
colorPickerViewConfig: ColorPickerViewConfig | false;
|
|
140
|
+
});
|
|
141
|
+
/**
|
|
142
|
+
* @inheritDoc
|
|
143
|
+
*/
|
|
144
|
+
override render(): void;
|
|
145
|
+
/**
|
|
146
|
+
* @inheritDoc
|
|
147
|
+
*/
|
|
148
|
+
override destroy(): void;
|
|
149
|
+
/**
|
|
150
|
+
* Renders the internals of the component on demand:
|
|
151
|
+
* * {@link #colorPickerFragmentView},
|
|
152
|
+
* * {@link #colorGridsFragmentView}.
|
|
153
|
+
*
|
|
154
|
+
* It allows for deferring component initialization to improve the performance.
|
|
155
|
+
*
|
|
156
|
+
* See {@link #showColorPickerFragment}, {@link #showColorGridsFragment}.
|
|
157
|
+
*/
|
|
158
|
+
appendUI(): void;
|
|
159
|
+
/**
|
|
160
|
+
* Shows the {@link #colorPickerFragmentView} and hides the {@link #colorGridsFragmentView}.
|
|
161
|
+
*
|
|
162
|
+
* **Note**: It requires {@link #appendUI} to be called first.
|
|
163
|
+
*
|
|
164
|
+
* See {@link #showColorGridsFragment}, {@link ~ColorSelectorView#event:colorPicker:show}.
|
|
165
|
+
*/
|
|
166
|
+
showColorPickerFragment(): void;
|
|
167
|
+
/**
|
|
168
|
+
* Shows the {@link #colorGridsFragmentView} and hides the {@link #colorPickerFragmentView}.
|
|
169
|
+
*
|
|
170
|
+
* See {@link #showColorPickerFragment}.
|
|
171
|
+
*
|
|
172
|
+
* **Note**: It requires {@link #appendUI} to be called first.
|
|
173
|
+
*/
|
|
174
|
+
showColorGridsFragment(): void;
|
|
175
|
+
/**
|
|
176
|
+
* Focuses the first focusable element in {@link #items}.
|
|
177
|
+
*/
|
|
178
|
+
focus(): void;
|
|
179
|
+
/**
|
|
180
|
+
* Focuses the last focusable element in {@link #items}.
|
|
181
|
+
*/
|
|
182
|
+
focusLast(): void;
|
|
183
|
+
/**
|
|
184
|
+
* Scans through the editor model and searches for text node attributes with the given `attributeName`.
|
|
185
|
+
* Found entries are set as document colors in {@link #colorGridsFragmentView}.
|
|
186
|
+
*
|
|
187
|
+
* All the previously stored document colors will be lost in the process.
|
|
188
|
+
*
|
|
189
|
+
* @param model The model used as a source to obtain the document colors.
|
|
190
|
+
* @param attributeName Determines the name of the related model's attribute for a given dropdown.
|
|
191
|
+
*/
|
|
192
|
+
updateDocumentColors(model: Model, attributeName: string): void;
|
|
193
|
+
/**
|
|
194
|
+
* Refreshes the state of the selected color in one or both grids located in {@link #colorGridsFragmentView}.
|
|
195
|
+
*
|
|
196
|
+
* It guarantees that the selection will occur only in one of them.
|
|
197
|
+
*/
|
|
198
|
+
updateSelectedColors(): void;
|
|
199
|
+
/**
|
|
200
|
+
* Appends the view containing static and document color grid views.
|
|
201
|
+
*/
|
|
202
|
+
private _appendColorGridsFragment;
|
|
203
|
+
/**
|
|
204
|
+
* Appends the view with the color picker.
|
|
205
|
+
*/
|
|
206
|
+
private _appendColorPickerFragment;
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
209
|
+
* Fired whenever the color was changed. There are multiple sources of this event and you can distinguish them
|
|
210
|
+
* using the `source` property passed along this event.
|
|
211
|
+
*
|
|
212
|
+
* @eventName ~ColorSelectorView#execute
|
|
213
|
+
*/
|
|
214
214
|
export type ColorSelectorExecuteEvent = {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
];
|
|
215
|
+
name: "execute";
|
|
216
|
+
args: [{
|
|
217
|
+
value: string;
|
|
218
|
+
source: "staticColorsGrid" | "documentColorsGrid" | "removeColorButton" | "colorPicker" | "colorPickerSaveButton";
|
|
219
|
+
}];
|
|
222
220
|
};
|
|
223
221
|
/**
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
222
|
+
* Fired when the user pressed the "Cancel" button in the
|
|
223
|
+
* {@link module:ui/colorselector/colorselectorview~ColorSelectorView#colorPickerFragmentView}.
|
|
224
|
+
*
|
|
225
|
+
* @eventName ~ColorSelectorView#colorPicker:cancel
|
|
226
|
+
*/
|
|
229
227
|
export type ColorSelectorColorPickerCancelEvent = {
|
|
230
|
-
|
|
231
|
-
|
|
228
|
+
name: "colorPicker:cancel";
|
|
229
|
+
args: [];
|
|
232
230
|
};
|
|
233
231
|
/**
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
232
|
+
* Fired whenever {@link module:ui/colorselector/colorselectorview~ColorSelectorView#colorPickerFragmentView} is shown.
|
|
233
|
+
*
|
|
234
|
+
* See {@link ~ColorSelectorView#showColorPickerFragment}.
|
|
235
|
+
*
|
|
236
|
+
* @eventName ~ColorSelectorView#colorPicker:show
|
|
237
|
+
*/
|
|
240
238
|
export type ColorSelectorColorPickerShowEvent = {
|
|
241
|
-
|
|
242
|
-
|
|
239
|
+
name: "colorPicker:show";
|
|
240
|
+
args: [];
|
|
243
241
|
};
|
|
@@ -1,70 +1,63 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import type { ColorDefinition } from
|
|
9
|
-
import { Collection, type CollectionAddEvent, type CollectionRemoveEvent, type CollectionChangeEvent } from
|
|
10
|
-
declare const
|
|
11
|
-
new (options?: {
|
|
12
|
-
readonly idProperty?: string;
|
|
13
|
-
}): Collection<ColorDefinition>;
|
|
14
|
-
new (initialItems: Iterable<ColorDefinition>, options?: {
|
|
15
|
-
readonly idProperty?: string;
|
|
16
|
-
}): Collection<ColorDefinition>;
|
|
17
|
-
}, import("@ckeditor/ckeditor5-utils").Observable>;
|
|
6
|
+
* @module ui/colorselector/documentcolorcollection
|
|
7
|
+
*/
|
|
8
|
+
import type { ColorDefinition } from "../colorgrid/colorgridview.js";
|
|
9
|
+
import { Collection, type CollectionAddEvent, type CollectionRemoveEvent, type CollectionChangeEvent, type ObservableMixinConstructor } from "@ckeditor/ckeditor5-utils";
|
|
10
|
+
declare const DocumentColorCollectionBase: ObservableMixinConstructor<typeof Collection<ColorDefinition>>;
|
|
18
11
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export declare class DocumentColorCollection extends
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
12
|
+
* A collection to store document colors. It enforces colors to be unique.
|
|
13
|
+
*/
|
|
14
|
+
export declare class DocumentColorCollection extends DocumentColorCollectionBase {
|
|
15
|
+
/**
|
|
16
|
+
* Indicates whether the document color collection is empty.
|
|
17
|
+
*
|
|
18
|
+
* @observable
|
|
19
|
+
*/
|
|
20
|
+
readonly isEmpty: boolean;
|
|
21
|
+
constructor(options?: any);
|
|
22
|
+
/**
|
|
23
|
+
* Adds a color to the document color collection.
|
|
24
|
+
*
|
|
25
|
+
* This method ensures that no color duplicates are inserted (compared using
|
|
26
|
+
* the color value of the {@link module:ui/colorgrid/colorgridview~ColorDefinition}).
|
|
27
|
+
*
|
|
28
|
+
* If the item does not have an ID, it will be automatically generated and set on the item.
|
|
29
|
+
*
|
|
30
|
+
* @param index The position of the item in the collection. The item is pushed to the collection when `index` is not specified.
|
|
31
|
+
* @fires add
|
|
32
|
+
* @fires change
|
|
33
|
+
*/
|
|
34
|
+
override add(item: ColorDefinition, index?: number): this;
|
|
35
|
+
/**
|
|
36
|
+
* Checks if an object with given colors is present in the document color collection.
|
|
37
|
+
*/
|
|
38
|
+
hasColor(color: string): boolean;
|
|
46
39
|
}
|
|
47
40
|
/**
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
41
|
+
* Fired when the collection was changed due to adding or removing items.
|
|
42
|
+
*
|
|
43
|
+
* @eventName ~DocumentColorCollection#change
|
|
44
|
+
* @param data Changed items.
|
|
45
|
+
*/
|
|
53
46
|
export type DocumentColorCollectionChangeEvent = CollectionChangeEvent;
|
|
54
47
|
/**
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
48
|
+
* Fired when an item is added to the collection.
|
|
49
|
+
*
|
|
50
|
+
* @eventName ~DocumentColorCollection#add
|
|
51
|
+
* @param item The added item.
|
|
52
|
+
* @param index An index where the addition occurred.
|
|
53
|
+
*/
|
|
61
54
|
export type DocumentColorCollectionAddEvent = CollectionAddEvent;
|
|
62
55
|
/**
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
56
|
+
* Fired when an item is removed from the collection.
|
|
57
|
+
*
|
|
58
|
+
* @eventName ~DocumentColorCollection#remove
|
|
59
|
+
* @param item The removed item.
|
|
60
|
+
* @param index Index from which item was removed.
|
|
61
|
+
*/
|
|
69
62
|
export type DocumentColorCollectionRemoveEvent = CollectionRemoveEvent;
|
|
70
63
|
export {};
|