@ckeditor/ckeditor5-widget 42.0.1 → 42.0.2-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index-editor.css +168 -160
- package/dist/translations/ar.d.ts +1 -1
- package/dist/translations/az.d.ts +1 -1
- package/dist/translations/bg.d.ts +1 -1
- package/dist/translations/bn.d.ts +1 -1
- package/dist/translations/ca.d.ts +1 -1
- package/dist/translations/cs.d.ts +1 -1
- package/dist/translations/da.d.ts +1 -1
- package/dist/translations/de-ch.d.ts +1 -1
- package/dist/translations/de.d.ts +1 -1
- package/dist/translations/el.d.ts +1 -1
- package/dist/translations/en-au.d.ts +1 -1
- package/dist/translations/en.d.ts +1 -1
- package/dist/translations/es.d.ts +1 -1
- package/dist/translations/et.d.ts +1 -1
- package/dist/translations/fa.d.ts +1 -1
- package/dist/translations/fi.d.ts +1 -1
- package/dist/translations/fr.d.ts +1 -1
- package/dist/translations/gl.d.ts +1 -1
- package/dist/translations/he.d.ts +1 -1
- package/dist/translations/hi.d.ts +1 -1
- package/dist/translations/hr.d.ts +1 -1
- package/dist/translations/hu.d.ts +1 -1
- package/dist/translations/id.d.ts +1 -1
- package/dist/translations/it.d.ts +1 -1
- package/dist/translations/ja.d.ts +1 -1
- package/dist/translations/ko.d.ts +1 -1
- package/dist/translations/ku.d.ts +1 -1
- package/dist/translations/lt.d.ts +1 -1
- package/dist/translations/lv.d.ts +1 -1
- package/dist/translations/ms.d.ts +1 -1
- package/dist/translations/nl.d.ts +1 -1
- package/dist/translations/no.d.ts +1 -1
- package/dist/translations/pl.d.ts +1 -1
- package/dist/translations/pt-br.d.ts +1 -1
- package/dist/translations/pt.d.ts +1 -1
- package/dist/translations/ro.d.ts +1 -1
- package/dist/translations/ru.d.ts +1 -1
- package/dist/translations/sk.d.ts +1 -1
- package/dist/translations/sq.d.ts +1 -1
- package/dist/translations/sr-latn.d.ts +1 -1
- package/dist/translations/sr.d.ts +1 -1
- package/dist/translations/sv.d.ts +1 -1
- package/dist/translations/th.d.ts +1 -1
- package/dist/translations/tk.d.ts +1 -1
- package/dist/translations/tr.d.ts +1 -1
- package/dist/translations/uk.d.ts +1 -1
- package/dist/translations/ur.d.ts +1 -1
- package/dist/translations/uz.d.ts +1 -1
- package/dist/translations/vi.d.ts +1 -1
- package/dist/translations/zh-cn.d.ts +1 -1
- package/dist/translations/zh.d.ts +1 -1
- package/package.json +7 -7
- /package/dist/{types/augmentation.d.ts → augmentation.d.ts} +0 -0
- /package/dist/{types/highlightstack.d.ts → highlightstack.d.ts} +0 -0
- /package/dist/{types/index.d.ts → index.d.ts} +0 -0
- /package/dist/{types/utils.d.ts → utils.d.ts} +0 -0
- /package/dist/{types/verticalnavigation.d.ts → verticalnavigation.d.ts} +0 -0
- /package/dist/{types/widget.d.ts → widget.d.ts} +0 -0
- /package/dist/{types/widgetresize → widgetresize}/resizer.d.ts +0 -0
- /package/dist/{types/widgetresize → widgetresize}/resizerstate.d.ts +0 -0
- /package/dist/{types/widgetresize → widgetresize}/sizeview.d.ts +0 -0
- /package/dist/{types/widgetresize.d.ts → widgetresize.d.ts} +0 -0
- /package/dist/{types/widgettoolbarrepository.d.ts → widgettoolbarrepository.d.ts} +0 -0
- /package/dist/{types/widgettypearound → widgettypearound}/utils.d.ts +0 -0
- /package/dist/{types/widgettypearound → widgettypearound}/widgettypearound.d.ts +0 -0
package/dist/index-editor.css
CHANGED
@@ -2,174 +2,182 @@
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
|
-
:root
|
6
|
-
--ck-color-resizer-
|
7
|
-
--ck-color-resizer-tooltip-
|
8
|
-
--ck-resizer-
|
9
|
-
--ck-resizer-tooltip-offset: 10px;
|
10
|
-
--ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px);
|
11
|
-
}
|
12
|
-
.ck .ck-widget {
|
13
|
-
position: relative;
|
14
|
-
|
15
|
-
}
|
16
|
-
.ck .ck-widget.ck-widget_with-selection-handle {
|
17
|
-
position: relative;
|
18
|
-
|
19
|
-
}
|
20
|
-
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
|
21
|
-
position: absolute;
|
22
|
-
|
23
|
-
}
|
24
|
-
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
|
25
|
-
display: block;
|
26
|
-
|
27
|
-
}
|
28
|
-
.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
|
29
|
-
visibility: visible;
|
30
|
-
|
31
|
-
}
|
32
|
-
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
|
33
|
-
visibility: visible;
|
34
|
-
|
35
|
-
}
|
36
|
-
.ck .ck-size-view {
|
37
|
-
background: var(--ck-color-resizer-tooltip-background);
|
38
|
-
color: var(--ck-color-resizer-tooltip-text);
|
39
|
-
border: 1px solid var(--ck-color-resizer-tooltip-text);
|
40
|
-
border-radius: var(--ck-resizer-border-radius);
|
41
|
-
font-size: var(--ck-font-size-tiny);
|
42
|
-
display: block;
|
43
|
-
padding: 0 var(--ck-spacing-small);
|
44
|
-
height: var(--ck-resizer-tooltip-height);
|
45
|
-
line-height: var(--ck-resizer-tooltip-height);
|
46
|
-
|
47
|
-
}
|
48
|
-
.ck .ck-size-view.ck-orientation-top-left {
|
49
|
-
position: absolute;
|
50
|
-
|
51
|
-
}
|
52
|
-
.ck .ck-size-view.ck-orientation-top-left {
|
53
|
-
top: var(--ck-resizer-tooltip-offset);
|
54
|
-
left: var(--ck-resizer-tooltip-offset);
|
55
|
-
|
56
|
-
}
|
57
|
-
.ck .ck-size-view.ck-orientation-top-right {
|
58
|
-
top: var(--ck-resizer-tooltip-offset);
|
59
|
-
right: var(--ck-resizer-tooltip-offset);
|
60
|
-
|
61
|
-
}
|
62
|
-
.ck .ck-size-view.ck-orientation-bottom-right {
|
63
|
-
bottom: var(--ck-resizer-tooltip-offset);
|
64
|
-
right: var(--ck-resizer-tooltip-offset);
|
65
|
-
|
66
|
-
}
|
67
|
-
.ck .ck-size-view.ck-orientation-bottom-left {
|
68
|
-
bottom: var(--ck-resizer-tooltip-offset);
|
69
|
-
left: var(--ck-resizer-tooltip-offset);
|
70
|
-
|
71
|
-
}
|
72
|
-
.ck .ck-size-view.ck-orientation-above-center {
|
73
|
-
top: calc(var(--ck-resizer-tooltip-height) * -1);
|
74
|
-
left: 50%;
|
75
|
-
transform: translate(-50%);
|
76
|
-
|
77
|
-
}
|
78
|
-
.ck .ck-widget_with-resizer {
|
79
|
-
position: relative;
|
80
|
-
|
81
|
-
}
|
82
|
-
.ck .ck-widget__resizer {
|
83
|
-
display: none;
|
84
|
-
position: absolute;
|
85
|
-
pointer-events: none;
|
86
|
-
left: 0;
|
87
|
-
top: 0;
|
88
|
-
|
89
|
-
}
|
90
|
-
.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
|
91
|
-
display: block;
|
92
|
-
|
93
|
-
}
|
94
|
-
.ck .ck-widget__resizer__handle {
|
95
|
-
position: absolute;
|
96
|
-
pointer-events: all;
|
97
|
-
|
98
|
-
}
|
99
|
-
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
|
100
|
-
cursor: nwse-resize;
|
101
|
-
|
102
|
-
}
|
103
|
-
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
|
104
|
-
cursor: nesw-resize;
|
105
|
-
|
106
|
-
}
|
107
|
-
.ck .ck-widget .ck-widget__type-around__button {
|
108
|
-
display: block;
|
109
|
-
position: absolute;
|
110
|
-
overflow: hidden;
|
111
|
-
z-index: var(--ck-z-default);
|
5
|
+
:root{
|
6
|
+
--ck-color-resizer:var(--ck-color-focus-border);
|
7
|
+
--ck-color-resizer-tooltip-background:hsl(0, 0%, 15%);
|
8
|
+
--ck-color-resizer-tooltip-text:hsl(0, 0%, 95%);
|
112
9
|
|
10
|
+
--ck-resizer-border-radius:var(--ck-border-radius);
|
11
|
+
--ck-resizer-tooltip-offset:10px;
|
12
|
+
--ck-resizer-tooltip-height:calc(var(--ck-spacing-small) * 2 + 10px);
|
113
13
|
}
|
114
|
-
.ck .ck-widget .ck-widget__type-around__button svg {
|
115
|
-
position: absolute;
|
116
|
-
top: 50%;
|
117
|
-
left: 50%;
|
118
|
-
z-index: calc(var(--ck-z-default) + 2);
|
119
14
|
|
15
|
+
.ck .ck-widget{
|
16
|
+
position:relative;
|
120
17
|
}
|
121
|
-
.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
|
122
|
-
top: calc(-0.5 * var(--ck-widget-outline-thickness));
|
123
|
-
left: min(10%, 30px);
|
124
|
-
transform: translateY(-50%);
|
125
18
|
|
19
|
+
.ck .ck-widget.ck-widget_with-selection-handle{
|
20
|
+
position:relative;
|
126
21
|
}
|
127
|
-
.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
|
128
|
-
bottom: calc(-0.5 * var(--ck-widget-outline-thickness));
|
129
|
-
right: min(10%, 30px);
|
130
|
-
transform: translateY(50%);
|
131
22
|
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
display: block;
|
136
|
-
position: absolute;
|
137
|
-
top: 1px;
|
138
|
-
left: 1px;
|
139
|
-
z-index: calc(var(--ck-z-default) + 1);
|
23
|
+
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{
|
24
|
+
position:absolute;
|
25
|
+
}
|
140
26
|
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
position: absolute;
|
145
|
-
left: 0;
|
146
|
-
right: 0;
|
27
|
+
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{
|
28
|
+
display:block;
|
29
|
+
}
|
147
30
|
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
right: calc( -1 * var(--ck-widget-outline-thickness) );
|
31
|
+
.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle{
|
32
|
+
visibility:visible;
|
33
|
+
}
|
152
34
|
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
display: block;
|
35
|
+
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle{
|
36
|
+
visibility:visible;
|
37
|
+
}
|
157
38
|
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
.ck.ck-
|
173
|
-
|
174
|
-
|
175
|
-
|
39
|
+
.ck .ck-size-view{
|
40
|
+
background:var(--ck-color-resizer-tooltip-background);
|
41
|
+
color:var(--ck-color-resizer-tooltip-text);
|
42
|
+
border:1px solid var(--ck-color-resizer-tooltip-text);
|
43
|
+
border-radius:var(--ck-resizer-border-radius);
|
44
|
+
font-size:var(--ck-font-size-tiny);
|
45
|
+
display:block;
|
46
|
+
padding:0 var(--ck-spacing-small);
|
47
|
+
height:var(--ck-resizer-tooltip-height);
|
48
|
+
line-height:var(--ck-resizer-tooltip-height);
|
49
|
+
}
|
50
|
+
|
51
|
+
.ck .ck-size-view.ck-orientation-top-left,
|
52
|
+
.ck .ck-size-view.ck-orientation-top-right,
|
53
|
+
.ck .ck-size-view.ck-orientation-bottom-right,
|
54
|
+
.ck .ck-size-view.ck-orientation-bottom-left,
|
55
|
+
.ck .ck-size-view.ck-orientation-above-center{
|
56
|
+
position:absolute;
|
57
|
+
}
|
58
|
+
|
59
|
+
.ck .ck-size-view.ck-orientation-top-left{
|
60
|
+
top:var(--ck-resizer-tooltip-offset);
|
61
|
+
left:var(--ck-resizer-tooltip-offset);
|
62
|
+
}
|
63
|
+
|
64
|
+
.ck .ck-size-view.ck-orientation-top-right{
|
65
|
+
top:var(--ck-resizer-tooltip-offset);
|
66
|
+
right:var(--ck-resizer-tooltip-offset);
|
67
|
+
}
|
68
|
+
|
69
|
+
.ck .ck-size-view.ck-orientation-bottom-right{
|
70
|
+
bottom:var(--ck-resizer-tooltip-offset);
|
71
|
+
right:var(--ck-resizer-tooltip-offset);
|
72
|
+
}
|
73
|
+
|
74
|
+
.ck .ck-size-view.ck-orientation-bottom-left{
|
75
|
+
bottom:var(--ck-resizer-tooltip-offset);
|
76
|
+
left:var(--ck-resizer-tooltip-offset);
|
77
|
+
}
|
78
|
+
|
79
|
+
.ck .ck-size-view.ck-orientation-above-center{
|
80
|
+
top:calc(var(--ck-resizer-tooltip-height) * -1);
|
81
|
+
left:50%;
|
82
|
+
transform:translate(-50%);
|
83
|
+
}
|
84
|
+
|
85
|
+
.ck .ck-widget_with-resizer{
|
86
|
+
position:relative;
|
87
|
+
}
|
88
|
+
|
89
|
+
.ck .ck-widget__resizer{
|
90
|
+
display:none;
|
91
|
+
position:absolute;
|
92
|
+
pointer-events:none;
|
93
|
+
|
94
|
+
left:0;
|
95
|
+
top:0;
|
96
|
+
}
|
97
|
+
|
98
|
+
.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer{
|
99
|
+
display:block;
|
100
|
+
}
|
101
|
+
|
102
|
+
.ck .ck-widget__resizer__handle{
|
103
|
+
position:absolute;
|
104
|
+
pointer-events:all;
|
105
|
+
}
|
106
|
+
|
107
|
+
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left,
|
108
|
+
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{
|
109
|
+
cursor:nwse-resize;
|
110
|
+
}
|
111
|
+
|
112
|
+
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right,
|
113
|
+
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{
|
114
|
+
cursor:nesw-resize;
|
115
|
+
}
|
116
|
+
|
117
|
+
.ck .ck-widget .ck-widget__type-around__button{
|
118
|
+
display:block;
|
119
|
+
position:absolute;
|
120
|
+
overflow:hidden;
|
121
|
+
z-index:var(--ck-z-default);
|
122
|
+
}
|
123
|
+
|
124
|
+
.ck .ck-widget .ck-widget__type-around__button svg{
|
125
|
+
position:absolute;
|
126
|
+
top:50%;
|
127
|
+
left:50%;
|
128
|
+
z-index:calc(var(--ck-z-default) + 2);
|
129
|
+
}
|
130
|
+
|
131
|
+
.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before{
|
132
|
+
top:calc(-0.5 * var(--ck-widget-outline-thickness));
|
133
|
+
left:min(10%, 30px);
|
134
|
+
|
135
|
+
transform:translateY(-50%);
|
136
|
+
}
|
137
|
+
|
138
|
+
.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after{
|
139
|
+
bottom:calc(-0.5 * var(--ck-widget-outline-thickness));
|
140
|
+
right:min(10%, 30px);
|
141
|
+
|
142
|
+
transform:translateY(50%);
|
143
|
+
}
|
144
|
+
|
145
|
+
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after{
|
146
|
+
content:"";
|
147
|
+
display:block;
|
148
|
+
position:absolute;
|
149
|
+
top:1px;
|
150
|
+
left:1px;
|
151
|
+
z-index:calc(var(--ck-z-default) + 1);
|
152
|
+
}
|
153
|
+
|
154
|
+
.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
|
155
|
+
display:none;
|
156
|
+
position:absolute;
|
157
|
+
left:0;
|
158
|
+
right:0;
|
159
|
+
}
|
160
|
+
|
161
|
+
.ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
|
162
|
+
left:calc( -1 * var(--ck-widget-outline-thickness));
|
163
|
+
right:calc( -1 * var(--ck-widget-outline-thickness));
|
164
|
+
}
|
165
|
+
|
166
|
+
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
|
167
|
+
top:calc( -1 * var(--ck-widget-outline-thickness) - 1px);
|
168
|
+
display:block;
|
169
|
+
}
|
170
|
+
|
171
|
+
.ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret{
|
172
|
+
bottom:calc( -1 * var(--ck-widget-outline-thickness) - 1px);
|
173
|
+
display:block;
|
174
|
+
}
|
175
|
+
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around{
|
176
|
+
display:none;
|
177
|
+
}
|
178
|
+
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around{
|
179
|
+
display:none;
|
180
|
+
}
|
181
|
+
.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around{
|
182
|
+
display:none;
|
183
|
+
}
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
@@ -3,6 +3,6 @@
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
|
-
import type { Translations } from 'ckeditor5';
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
7
|
declare const translations: Translations;
|
8
8
|
export default translations;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-widget",
|
3
|
-
"version": "42.0.1",
|
3
|
+
"version": "42.0.2-alpha.1",
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,12 +12,12 @@
|
|
12
12
|
"type": "module",
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-core": "42.0.1",
|
16
|
-
"@ckeditor/ckeditor5-engine": "42.0.1",
|
17
|
-
"@ckeditor/ckeditor5-enter": "42.0.1",
|
18
|
-
"@ckeditor/ckeditor5-ui": "42.0.1",
|
19
|
-
"@ckeditor/ckeditor5-utils": "42.0.1",
|
20
|
-
"@ckeditor/ckeditor5-typing": "42.0.1",
|
15
|
+
"@ckeditor/ckeditor5-core": "42.0.2-alpha.1",
|
16
|
+
"@ckeditor/ckeditor5-engine": "42.0.2-alpha.1",
|
17
|
+
"@ckeditor/ckeditor5-enter": "42.0.2-alpha.1",
|
18
|
+
"@ckeditor/ckeditor5-ui": "42.0.2-alpha.1",
|
19
|
+
"@ckeditor/ckeditor5-utils": "42.0.2-alpha.1",
|
20
|
+
"@ckeditor/ckeditor5-typing": "42.0.2-alpha.1",
|
21
21
|
"lodash-es": "4.17.21"
|
22
22
|
},
|
23
23
|
"author": "CKSource (http://cksource.com/)",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|