@ckeditor/ckeditor5-table 42.0.1 → 42.0.2-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/index-content.css +52 -46
- package/dist/index-editor.css +193 -172
- 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-gb.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/hy.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/nb.d.ts +1 -1
- package/dist/translations/ne.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/sl.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/tt.d.ts +1 -1
- package/dist/translations/ug.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 +8 -3
- /package/dist/{types/augmentation.d.ts → augmentation.d.ts} +0 -0
- /package/dist/{types/commands → commands}/insertcolumncommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/insertrowcommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/inserttablecommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/mergecellcommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/mergecellscommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/removecolumncommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/removerowcommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/selectcolumncommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/selectrowcommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/setheadercolumncommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/setheaderrowcommand.d.ts +0 -0
- /package/dist/{types/commands → commands}/splitcellcommand.d.ts +0 -0
- /package/dist/{types/converters → converters}/downcast.d.ts +0 -0
- /package/dist/{types/converters → converters}/table-caption-post-fixer.d.ts +0 -0
- /package/dist/{types/converters → converters}/table-cell-paragraph-post-fixer.d.ts +0 -0
- /package/dist/{types/converters → converters}/table-cell-refresh-handler.d.ts +0 -0
- /package/dist/{types/converters → converters}/table-headings-refresh-handler.d.ts +0 -0
- /package/dist/{types/converters → converters}/table-layout-post-fixer.d.ts +0 -0
- /package/dist/{types/converters → converters}/tableproperties.d.ts +0 -0
- /package/dist/{types/converters → converters}/upcasttable.d.ts +0 -0
- /package/dist/{types/index.d.ts → index.d.ts} +0 -0
- /package/dist/{types/plaintableoutput.d.ts → plaintableoutput.d.ts} +0 -0
- /package/dist/{types/table.d.ts → table.d.ts} +0 -0
- /package/dist/{types/tablecaption → tablecaption}/tablecaptionediting.d.ts +0 -0
- /package/dist/{types/tablecaption → tablecaption}/tablecaptionui.d.ts +0 -0
- /package/dist/{types/tablecaption → tablecaption}/toggletablecaptioncommand.d.ts +0 -0
- /package/dist/{types/tablecaption → tablecaption}/utils.d.ts +0 -0
- /package/dist/{types/tablecaption.d.ts → tablecaption.d.ts} +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellbackgroundcolorcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellbordercolorcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellborderstylecommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellborderwidthcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellheightcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellhorizontalalignmentcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellpaddingcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellpropertycommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/commands/tablecellverticalalignmentcommand.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/tablecellpropertiesediting.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/tablecellpropertiesui.d.ts +0 -0
- /package/dist/{types/tablecellproperties → tablecellproperties}/ui/tablecellpropertiesview.d.ts +0 -0
- /package/dist/{types/tablecellproperties.d.ts → tablecellproperties.d.ts} +0 -0
- /package/dist/{types/tablecellwidth → tablecellwidth}/commands/tablecellwidthcommand.d.ts +0 -0
- /package/dist/{types/tablecellwidth → tablecellwidth}/tablecellwidthediting.d.ts +0 -0
- /package/dist/{types/tableclipboard.d.ts → tableclipboard.d.ts} +0 -0
- /package/dist/{types/tablecolumnresize → tablecolumnresize}/constants.d.ts +0 -0
- /package/dist/{types/tablecolumnresize → tablecolumnresize}/converters.d.ts +0 -0
- /package/dist/{types/tablecolumnresize → tablecolumnresize}/tablecolumnresizeediting.d.ts +0 -0
- /package/dist/{types/tablecolumnresize → tablecolumnresize}/tablewidthscommand.d.ts +0 -0
- /package/dist/{types/tablecolumnresize → tablecolumnresize}/utils.d.ts +0 -0
- /package/dist/{types/tablecolumnresize.d.ts → tablecolumnresize.d.ts} +0 -0
- /package/dist/{types/tableconfig.d.ts → tableconfig.d.ts} +0 -0
- /package/dist/{types/tableediting.d.ts → tableediting.d.ts} +0 -0
- /package/dist/{types/tablekeyboard.d.ts → tablekeyboard.d.ts} +0 -0
- /package/dist/{types/tablemouse → tablemouse}/mouseeventsobserver.d.ts +0 -0
- /package/dist/{types/tablemouse.d.ts → tablemouse.d.ts} +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tablealignmentcommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tablebackgroundcolorcommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tablebordercolorcommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tableborderstylecommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tableborderwidthcommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tableheightcommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tablepropertycommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/commands/tablewidthcommand.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/tablepropertiesediting.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/tablepropertiesui.d.ts +0 -0
- /package/dist/{types/tableproperties → tableproperties}/ui/tablepropertiesview.d.ts +0 -0
- /package/dist/{types/tableproperties.d.ts → tableproperties.d.ts} +0 -0
- /package/dist/{types/tableselection.d.ts → tableselection.d.ts} +0 -0
- /package/dist/{types/tabletoolbar.d.ts → tabletoolbar.d.ts} +0 -0
- /package/dist/{types/tableui.d.ts → tableui.d.ts} +0 -0
- /package/dist/{types/tableutils.d.ts → tableutils.d.ts} +0 -0
- /package/dist/{types/tablewalker.d.ts → tablewalker.d.ts} +0 -0
- /package/dist/{types/ui → ui}/colorinputview.d.ts +0 -0
- /package/dist/{types/ui → ui}/formrowview.d.ts +0 -0
- /package/dist/{types/ui → ui}/inserttableview.d.ts +0 -0
- /package/dist/{types/utils → utils}/common.d.ts +0 -0
- /package/dist/{types/utils → utils}/structure.d.ts +0 -0
- /package/dist/{types/utils → utils}/table-properties.d.ts +0 -0
- /package/dist/{types/utils → utils}/ui/contextualballoon.d.ts +0 -0
- /package/dist/{types/utils → utils}/ui/table-properties.d.ts +0 -0
- /package/dist/{types/utils → utils}/ui/widget.d.ts +0 -0
package/dist/index-content.css
CHANGED
|
@@ -2,64 +2,70 @@
|
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
.ck-content .table{
|
|
6
|
+
margin:0.9em auto;
|
|
7
|
+
display:table;
|
|
8
8
|
}
|
|
9
|
-
.ck-content .table {
|
|
10
|
-
margin: 0.9em auto;
|
|
11
|
-
display: table;
|
|
12
9
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
border-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
.ck-content .table table td {
|
|
23
|
-
min-width: 2em;
|
|
24
|
-
padding: .4em;
|
|
25
|
-
border: 1px solid hsl(0, 0%, 75%);
|
|
10
|
+
.ck-content .table table{
|
|
11
|
+
border-collapse:collapse;
|
|
12
|
+
border-spacing:0;
|
|
13
|
+
width:100%;
|
|
14
|
+
height:100%;
|
|
15
|
+
border:1px double hsl(0, 0%, 70%);
|
|
16
|
+
}
|
|
26
17
|
|
|
27
|
-
|
|
28
|
-
.ck-content .table table th
|
|
29
|
-
|
|
30
|
-
|
|
18
|
+
.ck-content .table table td,
|
|
19
|
+
.ck-content .table table th{
|
|
20
|
+
min-width:2em;
|
|
21
|
+
padding:.4em;
|
|
22
|
+
border:1px solid hsl(0, 0%, 75%);
|
|
23
|
+
}
|
|
31
24
|
|
|
25
|
+
.ck-content .table table th{
|
|
26
|
+
font-weight:bold;
|
|
27
|
+
background:hsla(0, 0%, 0%, 5%);
|
|
28
|
+
}
|
|
29
|
+
.ck-content[dir="rtl"] .table th{
|
|
30
|
+
text-align:right;
|
|
32
31
|
}
|
|
33
|
-
.ck-content[dir="rtl"] .table th {
|
|
34
|
-
text-align: right;
|
|
35
32
|
|
|
33
|
+
.ck-content[dir="ltr"] .table th{
|
|
34
|
+
text-align:left;
|
|
36
35
|
}
|
|
37
|
-
.ck-content[dir="ltr"] .table th {
|
|
38
|
-
text-align: left;
|
|
39
36
|
|
|
37
|
+
:root{
|
|
38
|
+
--ck-color-selector-caption-background:hsl(0, 0%, 97%);
|
|
39
|
+
--ck-color-selector-caption-text:hsl(0, 0%, 20%);
|
|
40
40
|
}
|
|
41
|
-
.ck-content .table > figcaption
|
|
42
|
-
display:
|
|
43
|
-
caption-side:
|
|
44
|
-
word-break:
|
|
45
|
-
text-align:
|
|
46
|
-
color:
|
|
47
|
-
background-color:
|
|
48
|
-
padding
|
|
49
|
-
font-size
|
|
50
|
-
outline-offset
|
|
51
|
-
|
|
41
|
+
.ck-content .table > figcaption{
|
|
42
|
+
display:table-caption;
|
|
43
|
+
caption-side:top;
|
|
44
|
+
word-break:break-word;
|
|
45
|
+
text-align:center;
|
|
46
|
+
color:var(--ck-color-selector-caption-text);
|
|
47
|
+
background-color:var(--ck-color-selector-caption-background);
|
|
48
|
+
padding:.6em;
|
|
49
|
+
font-size:.75em;
|
|
50
|
+
outline-offset:-1px;
|
|
52
51
|
}
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
@media (forced-colors: active){
|
|
53
|
+
.ck-content .table > figcaption{
|
|
54
|
+
background-color:unset;
|
|
55
|
+
color:unset;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
55
58
|
|
|
59
|
+
.ck-content .table .ck-table-resized{
|
|
60
|
+
table-layout:fixed;
|
|
56
61
|
}
|
|
57
|
-
.ck-content .table table {
|
|
58
|
-
overflow: hidden;
|
|
59
62
|
|
|
63
|
+
.ck-content .table table{
|
|
64
|
+
overflow:hidden;
|
|
60
65
|
}
|
|
61
|
-
.ck-content .table td {
|
|
62
|
-
overflow-wrap: break-word;
|
|
63
|
-
position: relative;
|
|
64
66
|
|
|
65
|
-
|
|
67
|
+
.ck-content .table td,
|
|
68
|
+
.ck-content .table th{
|
|
69
|
+
overflow-wrap:break-word;
|
|
70
|
+
position:relative;
|
|
71
|
+
}
|
package/dist/index-editor.css
CHANGED
|
@@ -2,179 +2,200 @@
|
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
|
|
5
|
+
.ck-editor__editable .ck-table-bogus-paragraph{
|
|
6
|
+
display:inline-block;
|
|
7
|
+
width:100%;
|
|
9
8
|
}
|
|
10
|
-
.ck-editor__editable .ck-table-bogus-paragraph {
|
|
11
|
-
display: inline-block;
|
|
12
|
-
width: 100%;
|
|
13
9
|
|
|
10
|
+
.ck .ck-insert-table-dropdown__grid{
|
|
11
|
+
display:flex;
|
|
12
|
+
flex-direction:row;
|
|
13
|
+
flex-wrap:wrap;
|
|
14
14
|
}
|
|
15
|
-
.ck .ck-insert-table-dropdown__grid {
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: row;
|
|
18
|
-
flex-wrap: wrap;
|
|
19
15
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
flex-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
.ck.ck-form__row.ck-table-form__action-row .ck-button-
|
|
33
|
-
justify-content:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row
|
|
37
|
-
flex-wrap:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type
|
|
41
|
-
flex-grow:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type
|
|
45
|
-
flex-grow:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button
|
|
49
|
-
flex-grow:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.ck.ck-input-color
|
|
53
|
-
width:
|
|
54
|
-
display:
|
|
55
|
-
flex-direction:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
.ck.ck-input-color > input.ck.ck-input-text
|
|
59
|
-
min-width:
|
|
60
|
-
flex-grow:
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
.ck.ck-input-color > div.ck.ck-dropdown
|
|
64
|
-
min-width:
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow
|
|
68
|
-
display:
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
.ck.ck-input-color .ck.ck-input-color__button
|
|
72
|
-
display:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview
|
|
76
|
-
position:
|
|
77
|
-
overflow:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator
|
|
81
|
-
position:
|
|
82
|
-
display:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__border-row
|
|
86
|
-
flex-wrap:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__background-row
|
|
90
|
-
flex-wrap:
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row
|
|
94
|
-
flex-wrap:
|
|
95
|
-
align-items:
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view
|
|
99
|
-
display:
|
|
100
|
-
flex-direction:
|
|
101
|
-
align-items:
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown
|
|
105
|
-
flex-grow:
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator
|
|
109
|
-
flex-grow:
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
.ck.ck-table-form .ck.ck-labeled-field-view
|
|
113
|
-
position:
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status
|
|
117
|
-
position:
|
|
118
|
-
left:
|
|
119
|
-
bottom:
|
|
120
|
-
transform:
|
|
121
|
-
z-index:
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after
|
|
125
|
-
content:
|
|
126
|
-
position:
|
|
127
|
-
top:
|
|
128
|
-
left:
|
|
129
|
-
transform:
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row
|
|
133
|
-
flex-wrap:
|
|
134
|
-
flex-basis:
|
|
135
|
-
align-content:
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items
|
|
139
|
-
flex-wrap:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
right:
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
.ck.ck-editor__editable
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
16
|
+
.ck.ck-form__row{
|
|
17
|
+
display:flex;
|
|
18
|
+
flex-direction:row;
|
|
19
|
+
flex-wrap:nowrap;
|
|
20
|
+
justify-content:space-between;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.ck.ck-form__row > *:not(.ck-label){
|
|
24
|
+
flex-grow:1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.ck.ck-form__row.ck-table-form__action-row .ck-button-save,
|
|
28
|
+
.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel{
|
|
29
|
+
justify-content:center;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row{
|
|
33
|
+
flex-wrap:wrap;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type{
|
|
37
|
+
flex-grow:0.57;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type{
|
|
41
|
+
flex-grow:0.43;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button{
|
|
45
|
+
flex-grow:1;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ck.ck-input-color{
|
|
49
|
+
width:100%;
|
|
50
|
+
display:flex;
|
|
51
|
+
flex-direction:row-reverse;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ck.ck-input-color > input.ck.ck-input-text{
|
|
55
|
+
min-width:auto;
|
|
56
|
+
flex-grow:1;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ck.ck-input-color > div.ck.ck-dropdown{
|
|
60
|
+
min-width:auto;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow{
|
|
64
|
+
display:none;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ck.ck-input-color .ck.ck-input-color__button{
|
|
68
|
+
display:flex;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview{
|
|
72
|
+
position:relative;
|
|
73
|
+
overflow:hidden;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator{
|
|
77
|
+
position:absolute;
|
|
78
|
+
display:block;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__border-row{
|
|
82
|
+
flex-wrap:wrap;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__background-row{
|
|
86
|
+
flex-wrap:wrap;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{
|
|
90
|
+
flex-wrap:wrap;
|
|
91
|
+
align-items:center;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view{
|
|
95
|
+
display:flex;
|
|
96
|
+
flex-direction:column-reverse;
|
|
97
|
+
align-items:center;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown{
|
|
101
|
+
flex-grow:0;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{
|
|
105
|
+
flex-grow:0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ck.ck-table-form .ck.ck-labeled-field-view{
|
|
109
|
+
position:relative;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{
|
|
113
|
+
position:absolute;
|
|
114
|
+
left:50%;
|
|
115
|
+
bottom:calc( -1 * var(--ck-table-properties-error-arrow-size));
|
|
116
|
+
transform:translate(-50%,100%);
|
|
117
|
+
z-index:1;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after{
|
|
121
|
+
content:"";
|
|
122
|
+
position:absolute;
|
|
123
|
+
top:calc( -1 * var(--ck-table-properties-error-arrow-size));
|
|
124
|
+
left:50%;
|
|
125
|
+
transform:translateX( -50%);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{
|
|
129
|
+
flex-wrap:wrap;
|
|
130
|
+
flex-basis:0;
|
|
131
|
+
align-content:baseline;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items{
|
|
135
|
+
flex-wrap:nowrap;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
:root{
|
|
139
|
+
--ck-color-selector-caption-background:hsl(0, 0%, 97%);
|
|
140
|
+
--ck-color-selector-caption-text:hsl(0, 0%, 20%);
|
|
141
|
+
--ck-color-selector-caption-highlighted-background:hsl(52deg 100% 50%);
|
|
142
|
+
}
|
|
143
|
+
@media (forced-colors: none){
|
|
144
|
+
.ck.ck-editor__editable .table > figcaption.table__caption_highlighted{
|
|
145
|
+
animation:ck-table-caption-highlight .6s ease-out;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before{
|
|
149
|
+
padding-left:inherit;
|
|
150
|
+
padding-right:inherit;
|
|
151
|
+
white-space:nowrap;
|
|
152
|
+
overflow:hidden;
|
|
153
|
+
text-overflow:ellipsis;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@keyframes ck-table-caption-highlight{
|
|
157
|
+
0%{
|
|
158
|
+
background-color:var(--ck-color-selector-caption-highlighted-background);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
100%{
|
|
162
|
+
background-color:var(--ck-color-selector-caption-background);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
:root{
|
|
167
|
+
--ck-color-selector-column-resizer-hover:var(--ck-color-base-active);
|
|
168
|
+
--ck-table-column-resizer-width:7px;
|
|
169
|
+
--ck-table-column-resizer-position-offset:calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.ck.ck-editor__editable .table .ck-table-column-resizer{
|
|
173
|
+
position:absolute;
|
|
174
|
+
top:0;
|
|
175
|
+
bottom:0;
|
|
176
|
+
right:var(--ck-table-column-resizer-position-offset);
|
|
177
|
+
width:var(--ck-table-column-resizer-width);
|
|
178
|
+
cursor:col-resize;
|
|
179
|
+
user-select:none;
|
|
180
|
+
z-index:var(--ck-z-default);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer{
|
|
184
|
+
display:none;
|
|
185
|
+
}
|
|
186
|
+
.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer{
|
|
187
|
+
display:none;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.ck.ck-editor__editable .table .ck-table-column-resizer:hover,
|
|
191
|
+
.ck.ck-editor__editable .table .ck-table-column-resizer__active{
|
|
192
|
+
background-color:var(--ck-color-selector-column-resizer-hover);
|
|
193
|
+
opacity:0.25;
|
|
194
|
+
top:-999999px;
|
|
195
|
+
bottom:-999999px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer{
|
|
199
|
+
left:var(--ck-table-column-resizer-position-offset);
|
|
200
|
+
right:unset;
|
|
201
|
+
}
|
|
@@ -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;
|