@ckeditor/ckeditor5-table 47.6.1 → 48.0.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/LICENSE.md +1 -1
- package/ckeditor5-metadata.json +35 -22
- package/{src → dist}/augmentation.d.ts +2 -30
- package/{src → dist}/commands/insertcolumncommand.d.ts +1 -1
- package/{src → dist}/commands/insertrowcommand.d.ts +1 -1
- package/{src → dist}/commands/inserttablecommand.d.ts +5 -1
- package/{src → dist}/commands/inserttablelayoutcommand.d.ts +1 -1
- package/{src → dist}/commands/mergecellcommand.d.ts +3 -3
- package/{src → dist}/commands/mergecellscommand.d.ts +1 -1
- package/{src → dist}/commands/removecolumncommand.d.ts +1 -1
- package/{src → dist}/commands/removerowcommand.d.ts +1 -1
- package/{src → dist}/commands/selectcolumncommand.d.ts +1 -1
- package/{src → dist}/commands/selectrowcommand.d.ts +1 -1
- package/dist/commands/setfooterrowcommand.d.ts +53 -0
- package/{src → dist}/commands/setheadercolumncommand.d.ts +1 -1
- package/{src → dist}/commands/setheaderrowcommand.d.ts +1 -1
- package/{src → dist}/commands/splitcellcommand.d.ts +1 -1
- package/{src → dist}/converters/downcast.d.ts +3 -3
- package/{src → dist}/converters/table-caption-post-fixer.d.ts +1 -1
- package/{src → dist}/converters/table-cell-paragraph-post-fixer.d.ts +1 -1
- package/{src → dist}/converters/table-cell-refresh-handler.d.ts +1 -1
- package/{src → dist}/converters/table-layout-post-fixer.d.ts +1 -1
- package/dist/converters/table-structure-post-fixer.d.ts +20 -0
- package/{src/converters/table-headings-refresh-handler.d.ts → dist/converters/table-structure-refresh-handler.d.ts} +3 -3
- package/{src → dist}/converters/tableproperties.d.ts +11 -2
- package/{src → dist}/converters/upcasttable.d.ts +6 -2
- package/dist/index-content.css +100 -110
- package/dist/index-editor.css +620 -289
- package/dist/index.css +692 -585
- package/dist/index.css.map +1 -1
- package/{src → dist}/index.d.ts +5 -7
- package/dist/index.js +11002 -12488
- package/dist/index.js.map +1 -1
- package/{src → dist}/plaintableoutput.d.ts +1 -1
- package/{src → dist}/table.d.ts +2 -2
- package/{src → dist}/tablecaption/tablecaptionediting.d.ts +2 -2
- package/{src → dist}/tablecaption/tablecaptionui.d.ts +1 -1
- package/{src → dist}/tablecaption/toggletablecaptioncommand.d.ts +1 -1
- package/{src → dist}/tablecaption/utils.d.ts +1 -1
- package/{src → dist}/tablecaption.d.ts +1 -1
- package/{src → dist}/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +1 -1
- package/{src → dist}/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +2 -2
- package/{src → dist}/tablecellproperties/commands/tablecellborderstylecommand.d.ts +2 -2
- package/{src → dist}/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +2 -2
- package/{src → dist}/tablecellproperties/commands/tablecellheightcommand.d.ts +1 -1
- package/{src → dist}/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +1 -1
- package/{src → dist}/tablecellproperties/commands/tablecellpaddingcommand.d.ts +2 -2
- package/{src → dist}/tablecellproperties/commands/tablecellpropertycommand.d.ts +2 -2
- package/{src → dist}/tablecellproperties/commands/tablecelltypecommand.d.ts +2 -6
- package/{src → dist}/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +1 -1
- package/{src → dist}/tablecellproperties/tablecellpropertiesediting.d.ts +1 -1
- package/{src → dist}/tablecellproperties/tablecellpropertiesui.d.ts +2 -2
- package/dist/tablecellproperties/tablecellpropertiesutils.d.ts +18 -0
- package/{src/tablecellproperties/ui/tablecellpropertiesviewexperimental.d.ts → dist/tablecellproperties/ui/tablecellpropertiesview.d.ts} +11 -13
- package/{src → dist}/tablecellproperties.d.ts +1 -1
- package/{src → dist}/tablecellwidth/commands/tablecellwidthcommand.d.ts +1 -1
- package/{src → dist}/tablecellwidth/tablecellwidthediting.d.ts +1 -1
- package/{src → dist}/tableclipboard.d.ts +3 -3
- package/{src → dist}/tablecolumnresize/converters.d.ts +1 -1
- package/{src → dist}/tablecolumnresize/tablecolumnresizeediting.d.ts +2 -2
- package/{src → dist}/tablecolumnresize/tablewidthscommand.d.ts +2 -2
- package/{src → dist}/tablecolumnresize/utils.d.ts +2 -2
- package/{src → dist}/tablecolumnresize.d.ts +1 -1
- package/{src → dist}/tableconfig.d.ts +57 -8
- package/{src → dist}/tableediting.d.ts +3 -3
- package/{src → dist}/tablekeyboard.d.ts +3 -3
- package/{src → dist}/tablelayout/commands/tabletypecommand.d.ts +1 -1
- package/{src → dist}/tablelayout/tablelayoutediting.d.ts +1 -1
- package/{src → dist}/tablelayout/tablelayoutui.d.ts +1 -1
- package/{src → dist}/tablelayout.d.ts +1 -1
- package/{src → dist}/tablemouse/mouseeventsobserver.d.ts +1 -1
- package/{src → dist}/tablemouse.d.ts +1 -1
- package/{src → dist}/tableproperties/commands/tablealignmentcommand.d.ts +1 -1
- package/{src → dist}/tableproperties/commands/tablebackgroundcolorcommand.d.ts +1 -1
- package/{src → dist}/tableproperties/commands/tablebordercolorcommand.d.ts +2 -2
- package/{src → dist}/tableproperties/commands/tableborderstylecommand.d.ts +2 -2
- package/{src → dist}/tableproperties/commands/tableborderwidthcommand.d.ts +2 -2
- package/{src → dist}/tableproperties/commands/tableheightcommand.d.ts +1 -1
- package/{src → dist}/tableproperties/commands/tablepropertycommand.d.ts +2 -2
- package/{src → dist}/tableproperties/commands/tablewidthcommand.d.ts +1 -1
- package/{src → dist}/tableproperties/tablepropertiesediting.d.ts +1 -1
- package/{src → dist}/tableproperties/tablepropertiesui.d.ts +2 -2
- package/{src → dist}/tableproperties/ui/tablepropertiesview.d.ts +10 -3
- package/{src → dist}/tableproperties.d.ts +1 -1
- package/{src → dist}/tableselection.d.ts +2 -2
- package/{src → dist}/tabletoolbar.d.ts +2 -2
- package/{src → dist}/tableui.d.ts +1 -1
- package/{src → dist}/tableutils.d.ts +69 -17
- package/{src → dist}/tablewalker.d.ts +1 -1
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/{src → dist}/ui/colorinputview.d.ts +2 -2
- package/{src → dist}/ui/inserttableview.d.ts +2 -2
- package/{src → dist}/utils/common.d.ts +2 -2
- package/{src → dist}/utils/structure.d.ts +1 -1
- package/{src → dist}/utils/table-properties.d.ts +1 -1
- package/{src → dist}/utils/ui/contextualballoon.d.ts +2 -2
- package/{src → dist}/utils/ui/table-properties.d.ts +2 -2
- package/{src → dist}/utils/ui/widget.d.ts +1 -1
- package/package.json +27 -50
- package/build/table.js +0 -5
- package/build/translations/af.js +0 -1
- package/build/translations/ar.js +0 -1
- package/build/translations/ast.js +0 -1
- package/build/translations/az.js +0 -1
- package/build/translations/be.js +0 -1
- package/build/translations/bg.js +0 -1
- package/build/translations/bn.js +0 -1
- package/build/translations/bs.js +0 -1
- package/build/translations/ca.js +0 -1
- package/build/translations/cs.js +0 -1
- package/build/translations/da.js +0 -1
- package/build/translations/de-ch.js +0 -1
- package/build/translations/de.js +0 -1
- package/build/translations/el.js +0 -1
- package/build/translations/en-au.js +0 -1
- package/build/translations/en-gb.js +0 -1
- package/build/translations/eo.js +0 -1
- package/build/translations/es-co.js +0 -1
- package/build/translations/es.js +0 -1
- package/build/translations/et.js +0 -1
- package/build/translations/eu.js +0 -1
- package/build/translations/fa.js +0 -1
- package/build/translations/fi.js +0 -1
- package/build/translations/fr.js +0 -1
- package/build/translations/gl.js +0 -1
- package/build/translations/gu.js +0 -1
- package/build/translations/he.js +0 -1
- package/build/translations/hi.js +0 -1
- package/build/translations/hr.js +0 -1
- package/build/translations/hu.js +0 -1
- package/build/translations/hy.js +0 -1
- package/build/translations/id.js +0 -1
- package/build/translations/it.js +0 -1
- package/build/translations/ja.js +0 -1
- package/build/translations/jv.js +0 -1
- package/build/translations/kk.js +0 -1
- package/build/translations/km.js +0 -1
- package/build/translations/kn.js +0 -1
- package/build/translations/ko.js +0 -1
- package/build/translations/ku.js +0 -1
- package/build/translations/lt.js +0 -1
- package/build/translations/lv.js +0 -1
- package/build/translations/ms.js +0 -1
- package/build/translations/nb.js +0 -1
- package/build/translations/ne.js +0 -1
- package/build/translations/nl.js +0 -1
- package/build/translations/no.js +0 -1
- package/build/translations/oc.js +0 -1
- package/build/translations/pl.js +0 -1
- package/build/translations/pt-br.js +0 -1
- package/build/translations/pt.js +0 -1
- package/build/translations/ro.js +0 -1
- package/build/translations/ru.js +0 -1
- package/build/translations/si.js +0 -1
- package/build/translations/sk.js +0 -1
- package/build/translations/sl.js +0 -1
- package/build/translations/sq.js +0 -1
- package/build/translations/sr-latn.js +0 -1
- package/build/translations/sr.js +0 -1
- package/build/translations/sv.js +0 -1
- package/build/translations/th.js +0 -1
- package/build/translations/ti.js +0 -1
- package/build/translations/tk.js +0 -1
- package/build/translations/tr.js +0 -1
- package/build/translations/tt.js +0 -1
- package/build/translations/ug.js +0 -1
- package/build/translations/uk.js +0 -1
- package/build/translations/ur.js +0 -1
- package/build/translations/uz.js +0 -1
- package/build/translations/vi.js +0 -1
- package/build/translations/zh-cn.js +0 -1
- package/build/translations/zh.js +0 -1
- package/lang/contexts.json +0 -82
- package/lang/translations/af.po +0 -332
- package/lang/translations/ar.po +0 -332
- package/lang/translations/ast.po +0 -332
- package/lang/translations/az.po +0 -332
- package/lang/translations/be.po +0 -332
- package/lang/translations/bg.po +0 -332
- package/lang/translations/bn.po +0 -334
- package/lang/translations/bs.po +0 -332
- package/lang/translations/ca.po +0 -332
- package/lang/translations/cs.po +0 -332
- package/lang/translations/da.po +0 -332
- package/lang/translations/de-ch.po +0 -332
- package/lang/translations/de.po +0 -332
- package/lang/translations/el.po +0 -332
- package/lang/translations/en-au.po +0 -332
- package/lang/translations/en-gb.po +0 -332
- package/lang/translations/en.po +0 -332
- package/lang/translations/eo.po +0 -332
- package/lang/translations/es-co.po +0 -332
- package/lang/translations/es.po +0 -332
- package/lang/translations/et.po +0 -332
- package/lang/translations/eu.po +0 -332
- package/lang/translations/fa.po +0 -332
- package/lang/translations/fi.po +0 -332
- package/lang/translations/fr.po +0 -332
- package/lang/translations/gl.po +0 -332
- package/lang/translations/gu.po +0 -332
- package/lang/translations/he.po +0 -332
- package/lang/translations/hi.po +0 -332
- package/lang/translations/hr.po +0 -332
- package/lang/translations/hu.po +0 -332
- package/lang/translations/hy.po +0 -332
- package/lang/translations/id.po +0 -332
- package/lang/translations/it.po +0 -332
- package/lang/translations/ja.po +0 -332
- package/lang/translations/jv.po +0 -332
- package/lang/translations/kk.po +0 -332
- package/lang/translations/km.po +0 -332
- package/lang/translations/kn.po +0 -332
- package/lang/translations/ko.po +0 -332
- package/lang/translations/ku.po +0 -332
- package/lang/translations/lt.po +0 -332
- package/lang/translations/lv.po +0 -332
- package/lang/translations/ms.po +0 -332
- package/lang/translations/nb.po +0 -332
- package/lang/translations/ne.po +0 -332
- package/lang/translations/nl.po +0 -332
- package/lang/translations/no.po +0 -332
- package/lang/translations/oc.po +0 -332
- package/lang/translations/pl.po +0 -332
- package/lang/translations/pt-br.po +0 -332
- package/lang/translations/pt.po +0 -332
- package/lang/translations/ro.po +0 -332
- package/lang/translations/ru.po +0 -332
- package/lang/translations/si.po +0 -332
- package/lang/translations/sk.po +0 -332
- package/lang/translations/sl.po +0 -332
- package/lang/translations/sq.po +0 -332
- package/lang/translations/sr-latn.po +0 -332
- package/lang/translations/sr.po +0 -332
- package/lang/translations/sv.po +0 -332
- package/lang/translations/th.po +0 -332
- package/lang/translations/ti.po +0 -332
- package/lang/translations/tk.po +0 -332
- package/lang/translations/tr.po +0 -332
- package/lang/translations/tt.po +0 -332
- package/lang/translations/ug.po +0 -332
- package/lang/translations/uk.po +0 -332
- package/lang/translations/ur.po +0 -332
- package/lang/translations/uz.po +0 -332
- package/lang/translations/vi.po +0 -332
- package/lang/translations/zh-cn.po +0 -332
- package/lang/translations/zh.po +0 -332
- package/src/augmentation.js +0 -5
- package/src/commands/insertcolumncommand.js +0 -71
- package/src/commands/insertrowcommand.js +0 -70
- package/src/commands/inserttablecommand.js +0 -69
- package/src/commands/inserttablelayoutcommand.js +0 -65
- package/src/commands/mergecellcommand.js +0 -206
- package/src/commands/mergecellscommand.js +0 -94
- package/src/commands/removecolumncommand.js +0 -109
- package/src/commands/removerowcommand.js +0 -82
- package/src/commands/selectcolumncommand.js +0 -60
- package/src/commands/selectrowcommand.js +0 -56
- package/src/commands/setheadercolumncommand.js +0 -76
- package/src/commands/setheaderrowcommand.js +0 -83
- package/src/commands/splitcellcommand.js +0 -58
- package/src/converters/downcast.js +0 -322
- package/src/converters/table-caption-post-fixer.js +0 -55
- package/src/converters/table-cell-paragraph-post-fixer.js +0 -109
- package/src/converters/table-cell-refresh-handler.js +0 -47
- package/src/converters/table-headings-refresh-handler.js +0 -51
- package/src/converters/table-layout-post-fixer.js +0 -369
- package/src/converters/tableproperties.js +0 -451
- package/src/converters/upcasttable.js +0 -385
- package/src/index.js +0 -98
- package/src/plaintableoutput.js +0 -49
- package/src/table.js +0 -50
- package/src/tablecaption/tablecaptionediting.js +0 -178
- package/src/tablecaption/tablecaptionui.js +0 -64
- package/src/tablecaption/toggletablecaptioncommand.js +0 -105
- package/src/tablecaption/utils.js +0 -61
- package/src/tablecaption.js +0 -34
- package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +0 -30
- package/src/tablecellproperties/commands/tablecellbordercolorcommand.js +0 -44
- package/src/tablecellproperties/commands/tablecellborderstylecommand.js +0 -44
- package/src/tablecellproperties/commands/tablecellborderwidthcommand.js +0 -64
- package/src/tablecellproperties/commands/tablecellheightcommand.js +0 -51
- package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +0 -30
- package/src/tablecellproperties/commands/tablecellpaddingcommand.js +0 -64
- package/src/tablecellproperties/commands/tablecellpropertycommand.js +0 -138
- package/src/tablecellproperties/commands/tablecelltypecommand.js +0 -167
- package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js +0 -38
- package/src/tablecellproperties/tablecellpropertiesediting.js +0 -412
- package/src/tablecellproperties/tablecellpropertiesui.js +0 -385
- package/src/tablecellproperties/tablecellpropertiesuiexperimental.d.ts +0 -128
- package/src/tablecellproperties/tablecellpropertiesuiexperimental.js +0 -408
- package/src/tablecellproperties/ui/tablecellpropertiesview.d.ts +0 -229
- package/src/tablecellproperties/ui/tablecellpropertiesview.js +0 -612
- package/src/tablecellproperties/ui/tablecellpropertiesviewexperimental.js +0 -744
- package/src/tablecellproperties.js +0 -40
- package/src/tablecellwidth/commands/tablecellwidthcommand.js +0 -51
- package/src/tablecellwidth/tablecellwidthediting.js +0 -53
- package/src/tableclipboard.js +0 -500
- package/src/tablecolumnresize/constants.js +0 -33
- package/src/tablecolumnresize/converters.js +0 -62
- package/src/tablecolumnresize/tablecolumnresizeediting.js +0 -734
- package/src/tablecolumnresize/tablewidthscommand.js +0 -61
- package/src/tablecolumnresize/utils.js +0 -370
- package/src/tablecolumnresize.js +0 -36
- package/src/tableconfig.js +0 -5
- package/src/tableediting.js +0 -246
- package/src/tablekeyboard.js +0 -273
- package/src/tablelayout/commands/tabletypecommand.js +0 -68
- package/src/tablelayout/tablelayoutediting.js +0 -295
- package/src/tablelayout/tablelayoutui.js +0 -196
- package/src/tablelayout.js +0 -36
- package/src/tablemouse/mouseeventsobserver.js +0 -34
- package/src/tablemouse.js +0 -178
- package/src/tableproperties/commands/tablealignmentcommand.js +0 -30
- package/src/tableproperties/commands/tablebackgroundcolorcommand.js +0 -30
- package/src/tableproperties/commands/tablebordercolorcommand.js +0 -44
- package/src/tableproperties/commands/tableborderstylecommand.js +0 -44
- package/src/tableproperties/commands/tableborderwidthcommand.js +0 -64
- package/src/tableproperties/commands/tableheightcommand.js +0 -54
- package/src/tableproperties/commands/tablepropertycommand.js +0 -103
- package/src/tableproperties/commands/tablewidthcommand.js +0 -54
- package/src/tableproperties/tablepropertiesediting.js +0 -546
- package/src/tableproperties/tablepropertiesui.js +0 -374
- package/src/tableproperties/tablepropertiesuiexperimental.d.ts +0 -136
- package/src/tableproperties/tablepropertiesuiexperimental.js +0 -375
- package/src/tableproperties/ui/tablepropertiesview.js +0 -520
- package/src/tableproperties/ui/tablepropertiesviewexperimental.d.ts +0 -216
- package/src/tableproperties/ui/tablepropertiesviewexperimental.js +0 -544
- package/src/tableproperties.js +0 -40
- package/src/tableselection.js +0 -323
- package/src/tabletoolbar.js +0 -63
- package/src/tableui.js +0 -335
- package/src/tableutils.js +0 -1282
- package/src/tablewalker.js +0 -489
- package/src/ui/colorinputview.js +0 -305
- package/src/ui/inserttableview.js +0 -192
- package/src/utils/common.js +0 -118
- package/src/utils/structure.js +0 -452
- package/src/utils/table-properties.js +0 -121
- package/src/utils/ui/contextualballoon.js +0 -111
- package/src/utils/ui/table-properties.js +0 -390
- package/src/utils/ui/table-propertiesexperimental.d.ts +0 -215
- package/src/utils/ui/table-propertiesexperimental.js +0 -391
- package/src/utils/ui/widget.js +0 -56
- package/theme/colorinput.css +0 -39
- package/theme/formrow-experimental.css +0 -15
- package/theme/formrow.css +0 -13
- package/theme/inserttable.css +0 -10
- package/theme/table.css +0 -144
- package/theme/tablecaption.css +0 -66
- package/theme/tablecellproperties-experimental.css +0 -4
- package/theme/tablecellproperties.css +0 -28
- package/theme/tablecolumnresize.css +0 -62
- package/theme/tableediting.css +0 -10
- package/theme/tableform-experimental.css +0 -61
- package/theme/tableform.css +0 -64
- package/theme/tablelayout.css +0 -74
- package/theme/tableproperties-experimental.css +0 -78
- package/theme/tableproperties.css +0 -18
- package/theme/tableselection.css +0 -10
- /package/{src → dist}/tablecolumnresize/constants.d.ts +0 -0
package/dist/index.css
CHANGED
|
@@ -2,748 +2,855 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
/*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/* Ensure that table header text is aligned to the start by default. See https://github.com/ckeditor/ckeditor5/issues/19454. */
|
|
11
|
-
|
|
12
5
|
.ck-content .table th {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/* Text alignment of the table header should match the editor settings and override the native browser styling,
|
|
17
|
-
when content is available outside the editor. See https://github.com/ckeditor/ckeditor5/issues/6638. */
|
|
6
|
+
text-align: start;
|
|
7
|
+
}
|
|
18
8
|
|
|
19
9
|
.ck-content[dir="rtl"] .table th {
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
text-align: right;
|
|
11
|
+
}
|
|
22
12
|
|
|
23
13
|
.ck-content[dir="ltr"] .table th {
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
text-align: left;
|
|
15
|
+
}
|
|
26
16
|
|
|
27
17
|
.ck-content figure.table:not(.layout-table) {
|
|
28
|
-
|
|
29
|
-
|
|
18
|
+
display: table;
|
|
19
|
+
}
|
|
30
20
|
|
|
31
21
|
.ck-content figure.table:not(.layout-table) > table {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
22
|
+
width: 100%;
|
|
23
|
+
height: 100%;
|
|
24
|
+
}
|
|
35
25
|
|
|
36
26
|
.ck-content .table:not(.layout-table) {
|
|
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
|
-
.ck-content table.table:not(.layout-table) > thead > tr > td,
|
|
66
|
-
.ck-content figure.table:not(.layout-table) > table > thead > tr > td,
|
|
67
|
-
.ck-content table.table:not(.layout-table) > tbody > tr > td,
|
|
68
|
-
.ck-content figure.table:not(.layout-table) > table > tbody > tr > td,
|
|
69
|
-
.ck-content table.table:not(.layout-table) > thead > tr > th,
|
|
70
|
-
.ck-content figure.table:not(.layout-table) > table > thead > tr > th,
|
|
71
|
-
.ck-content table.table:not(.layout-table) > tbody > tr > th,
|
|
72
|
-
.ck-content figure.table:not(.layout-table) > table > tbody > tr > th {
|
|
73
|
-
|
|
74
|
-
min-width: 2em;
|
|
75
|
-
padding: 0.4em;
|
|
76
|
-
|
|
77
|
-
/* The border is inherited from .ck-editor__nested-editable styles, so theoretically it's not necessary here.
|
|
78
|
-
However, the border is a content style, so it should use .ck-content (so it works outside the editor).
|
|
79
|
-
Hence, the duplication. See https://github.com/ckeditor/ckeditor5/issues/6314 */
|
|
80
|
-
border: 1px solid hsl(0, 0%, 75%);
|
|
81
|
-
/* Opinionated table content styling: prevents content from shifting
|
|
82
|
-
* when Enter is pressed in the first cell.
|
|
83
|
-
* See: https://github.com/ckeditor/ckeditor5/pull/18801
|
|
84
|
-
*/
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.ck-content table.table:not(.layout-table) > thead > tr > td > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > td > p:first-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > td > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > td > p:first-of-type, .ck-content table.table:not(.layout-table) > thead > tr > th > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > th > p:first-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > th > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > th > p:first-of-type {
|
|
88
|
-
margin-top: 0;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/* Mirrors the rule above for the last paragraph to keep the
|
|
92
|
-
* experience consistent with the first paragraph.
|
|
93
|
-
*
|
|
94
|
-
* Together, these rules prevent margins from appearing when a
|
|
95
|
-
* bogus paragraph becomes a real paragraph after it receives line
|
|
96
|
-
* height, text alignment, or other block style.
|
|
97
|
-
*
|
|
98
|
-
* See: https://github.com/ckeditor/ckeditor5/pull/18801
|
|
99
|
-
*/
|
|
100
|
-
|
|
101
|
-
.ck-content table.table:not(.layout-table) > thead > tr > td > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > td > p:last-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > td > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > td > p:last-of-type, .ck-content table.table:not(.layout-table) > thead > tr > th > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > th > p:last-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > th > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > th > p:last-of-type {
|
|
102
|
-
margin-bottom: 0;
|
|
103
|
-
}
|
|
27
|
+
margin: .9em auto;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table {
|
|
31
|
+
border-collapse: collapse;
|
|
32
|
+
border-spacing: 0;
|
|
33
|
+
border: 1px double #b3b3b3;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
:is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > th {
|
|
37
|
+
background: #0000000d;
|
|
38
|
+
font-weight: bold;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:is(:is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > td, :is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > th) > p:first-of-type {
|
|
42
|
+
margin-top: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
:is(:is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > td, :is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > th) > p:last-of-type {
|
|
46
|
+
margin-bottom: 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
:is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > td, :is(:is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > thead, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tfoot, :is(.ck-content table.table:not(.layout-table), .ck-content figure.table:not(.layout-table) > table) > tbody) > tr > th {
|
|
50
|
+
border: 1px solid #bfbfbf;
|
|
51
|
+
min-width: 2em;
|
|
52
|
+
padding: .4em;
|
|
53
|
+
}
|
|
104
54
|
|
|
105
55
|
@media print {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
* * The table is inside a figure element.
|
|
115
|
-
* * The table has `display: table` style set.
|
|
116
|
-
* * The block element is placed directly after the table.
|
|
117
|
-
*/
|
|
118
|
-
.ck-content figure.table:not(.layout-table) {
|
|
119
|
-
width: fit-content;
|
|
120
|
-
height: fit-content;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* Expanding the table to the full height of the parent container is necessary because tables
|
|
125
|
-
* are rendered inside <figure> elements, which is kinda buggy in table height calculation.
|
|
126
|
-
* While setting `height: 100%` fixes the issue in the editing mode described here:
|
|
127
|
-
* https://github.com/ckeditor/ckeditor5/issues/6186
|
|
128
|
-
*
|
|
129
|
-
* it's causing another issue with the table height in the print preview mode here:
|
|
130
|
-
* https://github.com/ckeditor/ckeditor5/issues/16856
|
|
131
|
-
*
|
|
132
|
-
* For now, resetting the height to `initial` in the print mode works as a workaround.
|
|
133
|
-
*/
|
|
134
|
-
.ck-content figure.table:not(.layout-table) > table {
|
|
135
|
-
height: initial;
|
|
136
|
-
}
|
|
56
|
+
.ck-content figure.table:not(.layout-table) {
|
|
57
|
+
width: fit-content;
|
|
58
|
+
height: fit-content;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.ck-content figure.table:not(.layout-table) > table {
|
|
62
|
+
height: initial;
|
|
63
|
+
}
|
|
137
64
|
}
|
|
138
65
|
|
|
139
66
|
.ck-editor__editable .ck-table-bogus-paragraph {
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
*/
|
|
144
|
-
display: inline-block;
|
|
67
|
+
width: 100%;
|
|
68
|
+
display: inline-block;
|
|
69
|
+
}
|
|
145
70
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
71
|
+
:root {
|
|
72
|
+
--ck-color-table-focused-cell-background: #9ec9fa4d;
|
|
73
|
+
--ck-table-content-default-border-color: #d4d4d4;
|
|
74
|
+
--ck-table-border-none-helper-line-color: #d4d4d4;
|
|
75
|
+
--ck-table-border-none-helper-line-style: dashed;
|
|
76
|
+
--ck-table-border-none-helper-line-width: 1px;
|
|
151
77
|
}
|
|
152
78
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
*/
|
|
79
|
+
.ck-widget.table table[style*="border:none"], .ck-widget.table table[style*="border-style:none"], .ck-widget.table table[style*="border:0"], .ck-widget.table table[style*="border-width:0"] {
|
|
80
|
+
outline: var(--ck-table-content-default-border-color) 1px dashed;
|
|
81
|
+
}
|
|
157
82
|
|
|
158
|
-
.ck.
|
|
159
|
-
|
|
160
|
-
|
|
83
|
+
:is(.ck-widget.table td, .ck-widget.table th).ck-editor__nested-editable {
|
|
84
|
+
outline: unset;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
:is(.ck-widget.table td, .ck-widget.table th).ck-editor__nested-editable:not(.ck-editor__editable_selected).ck-editor__nested-editable_focused, :is(.ck-widget.table td, .ck-widget.table th).ck-editor__nested-editable:not(.ck-editor__editable_selected):focus {
|
|
88
|
+
background: var(--ck-color-table-focused-cell-background);
|
|
89
|
+
outline: 1px solid var(--ck-color-focus-border);
|
|
90
|
+
outline-offset: -1px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) {
|
|
94
|
+
--ck-table-border-none-helper-line: var(--ck-table-border-none-helper-line-width)
|
|
95
|
+
var(--ck-table-border-none-helper-line-style)
|
|
96
|
+
var(--ck-table-border-none-helper-line-color);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(td, th):where([style*="border:none"], [style*="border:0"], [style*="border-style:none"], [style*="border-width:0"]) {
|
|
100
|
+
border: var(--ck-table-border-none-helper-line) !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(table, td, th):where([style*="border-top-style:none"], [style*="border-top-width:0"]) {
|
|
104
|
+
border-top: var(--ck-table-border-none-helper-line) !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(table, td, th):where([style*="border-right-style:none"], [style*="border-right-width:0"]) {
|
|
108
|
+
border-right: var(--ck-table-border-none-helper-line) !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(table, td, th):where([style*="border-bottom-style:none"], [style*="border-bottom-width:0"]) {
|
|
112
|
+
border-bottom: var(--ck-table-border-none-helper-line) !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(table, td, th):where([style*="border-left-style:none"], [style*="border-left-width:0"]) {
|
|
116
|
+
border-left: var(--ck-table-border-none-helper-line) !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.ck.ck-table-cell-properties-form {
|
|
120
|
+
width: 320px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row {
|
|
124
|
+
align-self: flex-end;
|
|
125
|
+
width: 25%;
|
|
126
|
+
padding: 0;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
|
|
130
|
+
margin-top: var(--ck-spacing-standard);
|
|
131
|
+
background: none;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar {
|
|
135
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
136
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
137
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
138
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
139
|
+
padding: 0;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar {
|
|
143
|
+
flex-grow: 1;
|
|
144
|
+
}
|
|
161
145
|
|
|
162
146
|
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
}
|
|
147
|
+
flex-grow: .57;
|
|
148
|
+
}
|
|
166
149
|
|
|
167
150
|
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
151
|
+
flex-grow: .43;
|
|
152
|
+
}
|
|
171
153
|
|
|
172
154
|
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button {
|
|
173
|
-
|
|
174
|
-
|
|
155
|
+
flex-grow: 1;
|
|
156
|
+
}
|
|
175
157
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
*/
|
|
158
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row {
|
|
159
|
+
flex-wrap: wrap;
|
|
160
|
+
}
|
|
180
161
|
|
|
181
|
-
.ck
|
|
182
|
-
|
|
183
|
-
|
|
162
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
163
|
+
font-size: var(--ck-font-size-tiny);
|
|
164
|
+
text-align: center;
|
|
165
|
+
}
|
|
184
166
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
167
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style, .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
168
|
+
width: 80px;
|
|
169
|
+
min-width: 80px;
|
|
170
|
+
max-width: 80px;
|
|
171
|
+
}
|
|
189
172
|
|
|
190
|
-
.ck
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
173
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row {
|
|
174
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
175
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
176
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
177
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
178
|
+
padding: 0;
|
|
179
|
+
}
|
|
195
180
|
|
|
196
|
-
.ck-
|
|
197
|
-
|
|
198
|
-
|
|
181
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width, .ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
182
|
+
width: var(--ck-table-form-default-input-width);
|
|
183
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
184
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
185
|
+
margin: 0;
|
|
186
|
+
}
|
|
199
187
|
|
|
200
|
-
|
|
201
|
-
|
|
188
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
189
|
+
width: 0;
|
|
190
|
+
height: var(--ck-ui-component-min-height);
|
|
191
|
+
line-height: var(--ck-ui-component-min-height);
|
|
192
|
+
margin: 0 var(--ck-spacing-small);
|
|
193
|
+
align-self: flex-end;
|
|
194
|
+
display: inline-block;
|
|
195
|
+
position: relative;
|
|
196
|
+
left: -.5ch;
|
|
197
|
+
overflow: visible;
|
|
198
|
+
}
|
|
202
199
|
|
|
203
|
-
.ck-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
z-index: var(--ck-z-default);
|
|
207
|
-
}
|
|
200
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button {
|
|
201
|
+
flex-grow: initial;
|
|
202
|
+
}
|
|
208
203
|
|
|
209
|
-
.ck-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
204
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
|
|
205
|
+
color: currentColor;
|
|
206
|
+
}
|
|
213
207
|
|
|
214
|
-
.ck-
|
|
215
|
-
|
|
216
|
-
|
|
208
|
+
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-form__cell-type-row {
|
|
209
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
210
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
211
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
212
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
213
|
+
padding: 0;
|
|
214
|
+
}
|
|
217
215
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
216
|
+
:root {
|
|
217
|
+
--ck-table-layout-widget-type-around-button-size: 16px;
|
|
218
|
+
--ck-table-layout-widget-type-around-icon-width: 10px;
|
|
219
|
+
--ck-table-layout-widget-type-around-icon-height: 8px;
|
|
220
|
+
--ck-table-layout-widget-handler-icon-size: 10px;
|
|
221
|
+
--ck-table-layout-default-border-color: #d4d4d4;
|
|
222
|
+
}
|
|
221
223
|
|
|
222
|
-
.ck-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
224
|
+
.ck-content table.table.layout-table, .ck-content figure.table.layout-table {
|
|
225
|
+
margin-top: 0;
|
|
226
|
+
margin-bottom: 0;
|
|
227
|
+
}
|
|
226
228
|
|
|
227
|
-
.ck-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
z-index: var(--ck-z-default);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.ck-content table.table.layout-table,
|
|
234
|
-
.ck-content figure.table.layout-table {
|
|
235
|
-
/* Do not reserve space above and below the layout table. */
|
|
236
|
-
margin-top: 0;
|
|
237
|
-
margin-bottom: 0;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.ck-content table.table.layout-table,
|
|
241
|
-
.ck-content figure.table.layout-table > table {
|
|
242
|
-
border-spacing: 0;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
/*
|
|
246
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
247
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
248
|
-
*/
|
|
229
|
+
.ck-content table.table.layout-table, .ck-content figure.table.layout-table > table {
|
|
230
|
+
border-spacing: 0;
|
|
231
|
+
}
|
|
249
232
|
|
|
250
|
-
.ck
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
233
|
+
.ck-editor__editable .table.layout-table > table {
|
|
234
|
+
border-collapse: revert;
|
|
235
|
+
width: 100%;
|
|
236
|
+
height: 100%;
|
|
237
|
+
}
|
|
254
238
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
239
|
+
.ck-editor__editable .table.layout-table > table:not([style*="border:"], [style*="border-top"], [style*="border-bottom"], [style*="border-left"], [style*="border-right"], [style*="border-width"], [style*="border-style"], [style*="border-color"]) {
|
|
240
|
+
border-width: 0;
|
|
241
|
+
border-color: #0000;
|
|
242
|
+
outline: none;
|
|
243
|
+
}
|
|
259
244
|
|
|
260
|
-
.ck
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
245
|
+
.ck-editor__editable .table.layout-table > table > tbody > tr > td {
|
|
246
|
+
box-shadow: revert;
|
|
247
|
+
padding: revert;
|
|
248
|
+
text-indent: 1px;
|
|
249
|
+
border-color: var(--ck-table-layout-default-border-color);
|
|
250
|
+
border-style: dashed;
|
|
251
|
+
min-width: 2em;
|
|
252
|
+
}
|
|
265
253
|
|
|
266
|
-
.ck.ck-table-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
align-items: center;
|
|
270
|
-
}
|
|
254
|
+
.ck-editor__editable .table.layout-table > table > tbody > tr > td[style^="width:"], .ck-editor__editable .table.layout-table > table > tbody > tr > td[style*=" width:"], .ck-editor__editable .table.layout-table > table > tbody > tr > td[style*=";width:"] {
|
|
255
|
+
min-width: auto;
|
|
256
|
+
}
|
|
271
257
|
|
|
272
|
-
.ck
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
align-items: center;
|
|
276
|
-
}
|
|
258
|
+
.ck-editor__editable .table.layout-table > table > tbody > tr > td:focus {
|
|
259
|
+
background-color: #0000;
|
|
260
|
+
}
|
|
277
261
|
|
|
278
|
-
.ck
|
|
279
|
-
|
|
280
|
-
|
|
262
|
+
.ck-editor__editable .table.layout-table > table > tbody > tr > td:not([style*="border:"], [style*="border-top"], [style*="border-bottom"], [style*="border-left"], [style*="border-right"], [style*="border-width"], [style*="border-style"], [style*="border-color"]) {
|
|
263
|
+
outline: var(--ck-table-layout-default-border-color) 1px dashed;
|
|
264
|
+
outline-offset: -1px;
|
|
265
|
+
border-width: 0;
|
|
266
|
+
border-color: #0000;
|
|
267
|
+
}
|
|
281
268
|
|
|
282
|
-
.ck
|
|
283
|
-
|
|
284
|
-
|
|
269
|
+
.ck-editor__editable .table.layout-table > table > tbody > tr > td:not([style*="border:"], [style*="border-top"], [style*="border-bottom"], [style*="border-left"], [style*="border-right"], [style*="border-width"], [style*="border-style"], [style*="border-color"]):focus {
|
|
270
|
+
outline: var(--ck-color-focus-border) 1px solid;
|
|
271
|
+
}
|
|
285
272
|
|
|
286
|
-
|
|
273
|
+
.ck-editor__editable .table.layout-table > table > tbody > tr > td > .ck-table-bogus-paragraph {
|
|
274
|
+
text-indent: 0;
|
|
275
|
+
width: calc(100% - 1px);
|
|
276
|
+
}
|
|
287
277
|
|
|
288
|
-
|
|
278
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around {
|
|
279
|
+
--ck-widget-type-around-button-size: var(--ck-table-layout-widget-type-around-button-size);
|
|
280
|
+
}
|
|
289
281
|
|
|
290
|
-
.ck.
|
|
291
|
-
|
|
292
|
-
|
|
282
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_before, .ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_after {
|
|
283
|
+
z-index: 2;
|
|
284
|
+
transform: translateY(0);
|
|
285
|
+
}
|
|
293
286
|
|
|
294
|
-
.ck.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
287
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_before {
|
|
288
|
+
margin-left: var(--ck-table-layout-widget-type-around-button-size);
|
|
289
|
+
border-radius: 0 0 100px 100px;
|
|
290
|
+
left: min(10%, 30px);
|
|
291
|
+
}
|
|
298
292
|
|
|
299
|
-
.ck.
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
|
|
303
|
-
transform: translate(-50%,100%);
|
|
304
|
-
|
|
305
|
-
/* Make sure the balloon status stays on top of other form elements. */
|
|
306
|
-
z-index: 1;
|
|
307
|
-
|
|
308
|
-
/* The arrow pointing towards the field. */
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
|
|
312
|
-
content: "";
|
|
313
|
-
position: absolute;
|
|
314
|
-
top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
|
|
315
|
-
left: 50%;
|
|
316
|
-
transform: translateX( -50% );
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/*
|
|
320
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
321
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
322
|
-
*/
|
|
293
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_before:after {
|
|
294
|
+
border-radius: 0 0 100px 100px;
|
|
295
|
+
}
|
|
323
296
|
|
|
324
|
-
.ck.
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
align-content: baseline;
|
|
328
|
-
}
|
|
297
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_after {
|
|
298
|
+
border-radius: 100px 100px 0 0;
|
|
299
|
+
}
|
|
329
300
|
|
|
330
|
-
.ck.
|
|
331
|
-
|
|
332
|
-
|
|
301
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_after:after {
|
|
302
|
+
border-radius: 100px 100px 0 0;
|
|
303
|
+
}
|
|
333
304
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
305
|
+
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button svg {
|
|
306
|
+
width: var(--ck-table-layout-widget-type-around-icon-width);
|
|
307
|
+
height: var(--ck-table-layout-widget-type-around-icon-height);
|
|
308
|
+
}
|
|
338
309
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
310
|
+
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_with-selection-handle > .ck-widget__selection-handle {
|
|
311
|
+
--ck-widget-handler-icon-size: var(--ck-table-layout-widget-handler-icon-size);
|
|
312
|
+
transform: translateY(calc(0px - var(--ck-widget-outline-thickness)));
|
|
313
|
+
z-index: 3;
|
|
314
|
+
}
|
|
343
315
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
--ck-content-color-table-caption-text: hsl(0, 0%, 20%);
|
|
347
|
-
--ck-color-table-caption-highlighted-background: hsl(52deg 100% 50%);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/* Content styles */
|
|
351
|
-
.ck-content .table > figcaption,
|
|
352
|
-
.ck-content figure.table > table > caption {
|
|
353
|
-
display: table-caption;
|
|
354
|
-
caption-side: top;
|
|
355
|
-
word-break: normal;
|
|
356
|
-
overflow-wrap: anywhere;
|
|
357
|
-
text-align: center;
|
|
358
|
-
color: var(--ck-content-color-table-caption-text);
|
|
359
|
-
background-color: var(--ck-content-color-table-caption-background);
|
|
360
|
-
padding: .6em;
|
|
361
|
-
font-size: .75em;
|
|
362
|
-
outline-offset: -1px;
|
|
363
|
-
|
|
364
|
-
/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
|
|
316
|
+
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
|
|
317
|
+
top: 0;
|
|
365
318
|
}
|
|
366
|
-
@media (forced-colors: active) {
|
|
367
|
-
.ck-content .table > figcaption, .ck-content figure.table > table > caption {
|
|
368
|
-
background-color: unset;
|
|
369
|
-
color: unset;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
319
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
animation: ck-table-caption-highlight .6s ease-out;
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before, .ck.ck-editor__editable figure.table > table > caption.ck-placeholder::before {
|
|
380
|
-
padding-left: inherit;
|
|
381
|
-
padding-right: inherit;
|
|
382
|
-
|
|
383
|
-
/*
|
|
384
|
-
* Make sure the table caption placeholder doesn't overflow the placeholder area.
|
|
385
|
-
* See https://github.com/ckeditor/ckeditor5/issues/9162.
|
|
386
|
-
*/
|
|
387
|
-
white-space: nowrap;
|
|
388
|
-
overflow: hidden;
|
|
389
|
-
text-overflow: ellipsis;
|
|
390
|
-
}
|
|
320
|
+
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
|
|
321
|
+
bottom: 0;
|
|
322
|
+
}
|
|
391
323
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
}
|
|
324
|
+
.ck-editor__editable .table.layout-table.ck-widget:hover {
|
|
325
|
+
z-index: var(--ck-z-default);
|
|
326
|
+
}
|
|
396
327
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
328
|
+
.ck-editor__editable .table.layout-table.ck-widget:hover > .ck-widget__selection-handle {
|
|
329
|
+
opacity: .75;
|
|
330
|
+
visibility: visible;
|
|
400
331
|
}
|
|
401
332
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
333
|
+
.ck-editor__editable .table.layout-table.ck-widget:hover > .ck-widget__selection-handle:hover {
|
|
334
|
+
opacity: 1;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.ck-editor__editable .table.layout-table.ck-widget:has(.ck-widget.table:hover) > .ck-widget__selection-handle {
|
|
338
|
+
opacity: 0;
|
|
339
|
+
visibility: hidden;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_selected {
|
|
343
|
+
z-index: var(--ck-z-default);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.ck-editor__editable .table.layout-table {
|
|
347
|
+
margin: 0;
|
|
348
|
+
display: table;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.ck-editor__editable.ck-editor__editable_inline > .ck-widget.ck-widget_with-selection-handle.layout-table:first-child {
|
|
352
|
+
margin-top: var(--ck-spacing-large);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.ck-editor__editable.ck-editor__editable_inline > .ck-widget.ck-widget_with-selection-handle.layout-table:last-child, .ck-editor__editable.ck-editor__editable_inline > .ck-widget.ck-widget_with-selection-handle.layout-table:nth-last-child(2):has( + .ck-fake-selection-container) {
|
|
356
|
+
margin-bottom: var(--ck-spacing-large);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.ck.ck-form__row > :not(.ck-label) + * {
|
|
360
|
+
margin-inline-start: var(--ck-spacing-large);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.ck.ck-form__row > .ck-label {
|
|
364
|
+
width: 100%;
|
|
365
|
+
min-width: 100%;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.ck.ck-form__row.ck-table-form__action-row {
|
|
369
|
+
margin-top: var(--ck-spacing-large);
|
|
370
|
+
justify-content: flex-end;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.ck.ck-form__row.ck-table-form__action-row .ck-button-save, .ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
|
|
374
|
+
justify-content: center;
|
|
375
|
+
}
|
|
406
376
|
|
|
407
377
|
:root {
|
|
408
|
-
|
|
409
|
-
|
|
378
|
+
--ck-table-properties-error-arrow-size: 6px;
|
|
379
|
+
--ck-table-properties-min-error-width: 150px;
|
|
380
|
+
}
|
|
410
381
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
|
|
382
|
+
.ck.ck-table-form {
|
|
383
|
+
--ck-table-form-default-input-width: 80px;
|
|
414
384
|
}
|
|
415
385
|
|
|
416
|
-
.ck-
|
|
417
|
-
|
|
386
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
387
|
+
font-size: var(--ck-font-size-tiny);
|
|
388
|
+
text-align: center;
|
|
418
389
|
}
|
|
419
390
|
|
|
420
|
-
.ck-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
overflow-wrap: break-word;
|
|
391
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style, .ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
392
|
+
width: var(--ck-table-form-default-input-width);
|
|
393
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
394
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
425
395
|
}
|
|
426
396
|
|
|
427
|
-
.ck.ck-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
397
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
|
|
398
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
399
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
400
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
401
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
402
|
+
padding: 0;
|
|
431
403
|
}
|
|
432
404
|
|
|
433
|
-
.ck.ck-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
width: var(--ck-table-column-resizer-width);
|
|
439
|
-
cursor: col-resize;
|
|
440
|
-
user-select: none;
|
|
441
|
-
z-index: var(--ck-z-default);
|
|
405
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width, .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
406
|
+
width: var(--ck-table-form-default-input-width);
|
|
407
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
408
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
409
|
+
margin: 0;
|
|
442
410
|
}
|
|
443
411
|
|
|
444
|
-
.ck.ck-
|
|
445
|
-
|
|
412
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
413
|
+
width: 0;
|
|
414
|
+
height: var(--ck-ui-component-min-height);
|
|
415
|
+
line-height: var(--ck-ui-component-min-height);
|
|
416
|
+
margin: 0 var(--ck-spacing-small);
|
|
417
|
+
align-self: flex-end;
|
|
418
|
+
display: inline-block;
|
|
419
|
+
position: relative;
|
|
420
|
+
left: -.5ch;
|
|
421
|
+
overflow: visible;
|
|
446
422
|
}
|
|
447
423
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer {
|
|
451
|
-
display: none;
|
|
424
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__border-row, .ck.ck-table-form .ck-form__row.ck-table-form__background-row, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
|
|
425
|
+
flex-wrap: wrap;
|
|
452
426
|
}
|
|
453
427
|
|
|
454
|
-
.ck.ck-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
opacity: 0.25;
|
|
428
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
|
|
429
|
+
flex-wrap: wrap;
|
|
430
|
+
align-items: center;
|
|
458
431
|
}
|
|
459
432
|
|
|
460
|
-
.ck.ck-
|
|
461
|
-
|
|
462
|
-
|
|
433
|
+
:is(.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row) .ck-labeled-field-view {
|
|
434
|
+
flex-direction: column-reverse;
|
|
435
|
+
align-items: center;
|
|
436
|
+
display: flex;
|
|
463
437
|
}
|
|
464
438
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
*/
|
|
439
|
+
:is(.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row) .ck-labeled-field-view .ck.ck-dropdown {
|
|
440
|
+
flex-grow: 0;
|
|
441
|
+
}
|
|
469
442
|
|
|
470
|
-
:
|
|
471
|
-
|
|
443
|
+
.ck.ck-table-form .ck-form__row:not(.ck-table-form__action-row) > :not(.ck-label, .ck-table-form__dimension-operator) {
|
|
444
|
+
flex-grow: 1;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.ck.ck-table-form .ck.ck-labeled-field-view {
|
|
448
|
+
padding-top: var(--ck-spacing-standard);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
452
|
+
border-radius: var(--ck-rounded-corners-radius);
|
|
453
|
+
background: var(--ck-color-base-error);
|
|
454
|
+
color: var(--ck-color-base-background);
|
|
455
|
+
padding: var(--ck-spacing-small) var(--ck-spacing-medium);
|
|
456
|
+
min-width: var(--ck-table-properties-min-error-width);
|
|
457
|
+
text-align: center;
|
|
458
|
+
left: 50%;
|
|
459
|
+
bottom: calc(-1 * var(--ck-table-properties-error-arrow-size));
|
|
460
|
+
animation: .15s both ck-table-form-labeled-view-status-appear;
|
|
461
|
+
position: absolute;
|
|
462
|
+
transform: translate(-50%, 100%);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after {
|
|
466
|
+
border-color: transparent transparent var(--ck-color-base-error) transparent;
|
|
467
|
+
border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
|
|
468
|
+
content: "";
|
|
469
|
+
top: calc(-1 * var(--ck-table-properties-error-arrow-size));
|
|
470
|
+
border-style: solid;
|
|
471
|
+
position: absolute;
|
|
472
|
+
left: 50%;
|
|
473
|
+
transform: translateX(-50%);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@media (prefers-reduced-motion: reduce) {
|
|
477
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
478
|
+
animation: none;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
483
|
+
z-index: 1;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
|
|
487
|
+
display: none;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.ck.ck-table-form .ck.ck-labeled-field-view {
|
|
491
|
+
position: relative;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
@keyframes ck-table-form-labeled-view-status-appear {
|
|
495
|
+
0% {
|
|
496
|
+
opacity: 0;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
100% {
|
|
500
|
+
opacity: 1;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.ck.ck-table-properties-form {
|
|
505
|
+
width: 320px;
|
|
472
506
|
}
|
|
473
507
|
|
|
474
508
|
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
509
|
+
flex-wrap: wrap;
|
|
510
|
+
flex-basis: 0;
|
|
511
|
+
align-content: baseline;
|
|
512
|
+
align-self: flex-end;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
|
|
516
|
+
margin-top: var(--ck-spacing-standard);
|
|
517
|
+
background: none;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
|
|
521
|
+
flex: 1;
|
|
522
|
+
}
|
|
479
523
|
|
|
480
524
|
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
|
|
481
|
-
|
|
482
|
-
|
|
525
|
+
flex-wrap: nowrap;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
:root {
|
|
529
|
+
--ck-content-table-style-spacing: 1.5em;
|
|
530
|
+
}
|
|
483
531
|
|
|
484
532
|
.ck-content .table.table-style-align-left {
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
533
|
+
float: left;
|
|
534
|
+
margin-right: var(--ck-content-table-style-spacing);
|
|
535
|
+
}
|
|
488
536
|
|
|
489
537
|
.ck-content .table.table-style-align-right {
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
538
|
+
float: right;
|
|
539
|
+
margin-left: var(--ck-content-table-style-spacing);
|
|
540
|
+
}
|
|
493
541
|
|
|
494
542
|
.ck-content .table.table-style-align-center {
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
543
|
+
margin-left: auto;
|
|
544
|
+
margin-right: auto;
|
|
545
|
+
}
|
|
498
546
|
|
|
499
547
|
.ck-content .table.table-style-block-align-left {
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
548
|
+
margin-left: 0;
|
|
549
|
+
margin-right: auto;
|
|
550
|
+
}
|
|
503
551
|
|
|
504
552
|
.ck-content .table.table-style-block-align-right {
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
553
|
+
margin-left: auto;
|
|
554
|
+
margin-right: 0;
|
|
555
|
+
}
|
|
508
556
|
|
|
509
557
|
.ck-editor__editable .table.layout-table.table-style-align-center {
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
558
|
+
margin-left: auto;
|
|
559
|
+
margin-right: auto;
|
|
560
|
+
}
|
|
513
561
|
|
|
514
562
|
.ck-editor__editable .table.layout-table.table-style-align-left {
|
|
515
|
-
|
|
516
|
-
|
|
563
|
+
margin-right: var(--ck-content-table-style-spacing);
|
|
564
|
+
}
|
|
517
565
|
|
|
518
566
|
.ck-editor__editable .table.layout-table.table-style-align-right {
|
|
519
|
-
|
|
520
|
-
|
|
567
|
+
margin-left: var(--ck-content-table-style-spacing);
|
|
568
|
+
}
|
|
521
569
|
|
|
522
570
|
.ck-editor__editable .table.layout-table.table-style-block-align-left {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
571
|
+
margin-left: 0;
|
|
572
|
+
margin-right: auto;
|
|
573
|
+
}
|
|
526
574
|
|
|
527
575
|
.ck-editor__editable .table.layout-table.table-style-block-align-right {
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
576
|
+
margin-left: auto;
|
|
577
|
+
margin-right: 0;
|
|
578
|
+
}
|
|
531
579
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
580
|
+
:root {
|
|
581
|
+
--ck-content-color-table-caption-background: #f7f7f7;
|
|
582
|
+
--ck-content-color-table-caption-text: #333;
|
|
583
|
+
--ck-color-table-caption-highlighted-background: #fd0;
|
|
584
|
+
}
|
|
536
585
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
586
|
+
.ck-content .table > figcaption, .ck-content figure.table > table > caption {
|
|
587
|
+
caption-side: top;
|
|
588
|
+
word-break: normal;
|
|
589
|
+
overflow-wrap: anywhere;
|
|
590
|
+
text-align: center;
|
|
591
|
+
color: var(--ck-content-color-table-caption-text);
|
|
592
|
+
background-color: var(--ck-content-color-table-caption-background);
|
|
593
|
+
outline-offset: -1px;
|
|
594
|
+
padding: .6em;
|
|
595
|
+
font-size: .75em;
|
|
596
|
+
display: table-caption;
|
|
597
|
+
}
|
|
545
598
|
|
|
546
|
-
:
|
|
547
|
-
|
|
599
|
+
@media (forced-colors: active) {
|
|
600
|
+
.ck-content .table > figcaption, .ck-content figure.table > table > caption {
|
|
601
|
+
background-color: unset;
|
|
602
|
+
color: unset;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
@media (forced-colors: none) {
|
|
607
|
+
:is(.ck.ck-editor__editable .table > figcaption, .ck.ck-editor__editable figure.table > table > caption).table__caption_highlighted {
|
|
608
|
+
animation: .6s ease-out ck-table-caption-highlight;
|
|
609
|
+
}
|
|
548
610
|
}
|
|
549
611
|
|
|
550
|
-
.ck.ck-
|
|
551
|
-
|
|
612
|
+
:is(.ck.ck-editor__editable .table > figcaption, .ck.ck-editor__editable figure.table > table > caption).ck-placeholder:before {
|
|
613
|
+
padding-left: inherit;
|
|
614
|
+
padding-right: inherit;
|
|
615
|
+
white-space: nowrap;
|
|
616
|
+
text-overflow: ellipsis;
|
|
617
|
+
overflow: hidden;
|
|
552
618
|
}
|
|
553
619
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
620
|
+
@keyframes ck-table-caption-highlight {
|
|
621
|
+
0% {
|
|
622
|
+
background-color: var(--ck-color-table-caption-highlighted-background);
|
|
623
|
+
}
|
|
557
624
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
625
|
+
100% {
|
|
626
|
+
background-color: var(--ck-content-color-table-caption-background);
|
|
627
|
+
}
|
|
628
|
+
}
|
|
561
629
|
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
width: 0;
|
|
566
|
-
}
|
|
630
|
+
:root {
|
|
631
|
+
--ck-table-selected-cell-background: #9ecffa4d;
|
|
632
|
+
}
|
|
567
633
|
|
|
568
|
-
.ck.ck-
|
|
569
|
-
|
|
570
|
-
|
|
634
|
+
.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected {
|
|
635
|
+
caret-color: #0000;
|
|
636
|
+
box-shadow: unset;
|
|
637
|
+
position: relative;
|
|
638
|
+
}
|
|
571
639
|
|
|
572
|
-
.ck.ck-
|
|
573
|
-
|
|
574
|
-
|
|
640
|
+
:is(.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected):after {
|
|
641
|
+
content: "";
|
|
642
|
+
pointer-events: none;
|
|
643
|
+
background-color: var(--ck-table-selected-cell-background);
|
|
644
|
+
position: absolute;
|
|
645
|
+
inset: 0;
|
|
646
|
+
}
|
|
575
647
|
|
|
576
|
-
.ck.ck-
|
|
577
|
-
|
|
578
|
-
|
|
648
|
+
:is(.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected) ::selection, :is(.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected):focus {
|
|
649
|
+
background-color: #0000;
|
|
650
|
+
}
|
|
579
651
|
|
|
580
|
-
|
|
652
|
+
:is(.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected) .ck-widget {
|
|
653
|
+
outline: unset;
|
|
654
|
+
}
|
|
581
655
|
|
|
582
|
-
|
|
656
|
+
:is(.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected) .ck-widget > .ck-widget__selection-handle {
|
|
657
|
+
display: none;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
:root {
|
|
661
|
+
--ck-color-table-column-resizer-hover: var(--ck-color-base-active);
|
|
662
|
+
--ck-table-column-resizer-width: 7px;
|
|
663
|
+
--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -.5 - .5px);
|
|
664
|
+
}
|
|
583
665
|
|
|
584
|
-
.ck
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
padding: 0;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
666
|
+
.ck-content .table .ck-table-resized {
|
|
667
|
+
table-layout: fixed;
|
|
668
|
+
}
|
|
590
669
|
|
|
591
|
-
|
|
670
|
+
.ck-content .table td, .ck-content .table th {
|
|
671
|
+
overflow-wrap: break-word;
|
|
672
|
+
}
|
|
592
673
|
|
|
593
|
-
.ck.ck-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
}
|
|
674
|
+
.ck.ck-editor__editable .table td, .ck.ck-editor__editable .table th {
|
|
675
|
+
position: relative;
|
|
676
|
+
}
|
|
597
677
|
|
|
598
|
-
|
|
678
|
+
.ck.ck-editor__editable .table .ck-table-column-resizer {
|
|
679
|
+
top: 0;
|
|
680
|
+
bottom: 0;
|
|
681
|
+
right: var(--ck-table-column-resizer-position-offset);
|
|
682
|
+
width: var(--ck-table-column-resizer-width);
|
|
683
|
+
cursor: col-resize;
|
|
684
|
+
user-select: none;
|
|
685
|
+
z-index: var(--ck-z-default);
|
|
686
|
+
position: absolute;
|
|
687
|
+
}
|
|
599
688
|
|
|
600
|
-
.ck.ck-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
}
|
|
689
|
+
.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer, .ck.ck-editor__editable .table[draggable] .ck-table-column-resizer {
|
|
690
|
+
display: none;
|
|
691
|
+
}
|
|
604
692
|
|
|
605
|
-
|
|
693
|
+
.ck.ck-editor__editable .table .ck-table-column-resizer:hover, .ck.ck-editor__editable .table .ck-table-column-resizer__active {
|
|
694
|
+
background-color: var(--ck-color-table-column-resizer-hover);
|
|
695
|
+
opacity: .25;
|
|
696
|
+
}
|
|
606
697
|
|
|
607
|
-
.ck.ck-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
698
|
+
.ck.ck-editor__editable[dir="rtl"] .table .ck-table-column-resizer {
|
|
699
|
+
left: var(--ck-table-column-resizer-position-offset);
|
|
700
|
+
right: unset;
|
|
701
|
+
}
|
|
611
702
|
|
|
612
|
-
[dir="ltr"] .ck.ck-
|
|
613
|
-
|
|
614
|
-
|
|
703
|
+
[dir="ltr"] :is(.ck.ck-input-color > .ck.ck-input-text) {
|
|
704
|
+
border-top-right-radius: 0;
|
|
705
|
+
border-bottom-right-radius: 0;
|
|
706
|
+
}
|
|
615
707
|
|
|
616
|
-
[dir="rtl"] .ck.ck-
|
|
617
|
-
|
|
618
|
-
|
|
708
|
+
[dir="rtl"] :is(.ck.ck-input-color > .ck.ck-input-text) {
|
|
709
|
+
border-top-left-radius: 0;
|
|
710
|
+
border-bottom-left-radius: 0;
|
|
711
|
+
}
|
|
619
712
|
|
|
620
|
-
|
|
713
|
+
.ck.ck-input-color > .ck.ck-input-text:focus {
|
|
714
|
+
z-index: 0;
|
|
715
|
+
}
|
|
621
716
|
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
717
|
+
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
|
|
718
|
+
padding: 0;
|
|
719
|
+
display: flex;
|
|
720
|
+
}
|
|
626
721
|
|
|
627
|
-
.ck.ck-
|
|
628
|
-
|
|
629
|
-
|
|
722
|
+
[dir="ltr"] :is(.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button) {
|
|
723
|
+
border-top-left-radius: 0;
|
|
724
|
+
border-bottom-left-radius: 0;
|
|
725
|
+
}
|
|
630
726
|
|
|
631
|
-
.ck.ck-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
}
|
|
727
|
+
[dir="ltr"] :is(.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button):not(:focus) {
|
|
728
|
+
border-left: 1px solid #0000;
|
|
729
|
+
}
|
|
635
730
|
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
731
|
+
[dir="rtl"] :is(.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button) {
|
|
732
|
+
border-top-right-radius: 0;
|
|
733
|
+
border-bottom-right-radius: 0;
|
|
734
|
+
}
|
|
640
735
|
|
|
641
|
-
.ck.ck-
|
|
642
|
-
|
|
643
|
-
|
|
736
|
+
[dir="rtl"] :is(.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button):not(:focus) {
|
|
737
|
+
border-right: 1px solid #0000;
|
|
738
|
+
}
|
|
644
739
|
|
|
645
|
-
.ck.ck-
|
|
646
|
-
|
|
647
|
-
|
|
740
|
+
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button.ck-disabled {
|
|
741
|
+
background: var(--ck-color-input-disabled-background);
|
|
742
|
+
}
|
|
648
743
|
|
|
649
|
-
.ck.ck-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
744
|
+
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {
|
|
745
|
+
border-radius: var(--ck-rounded-corners-radius);
|
|
746
|
+
border: 1px solid var(--ck-color-input-border);
|
|
747
|
+
width: 20px;
|
|
748
|
+
height: 20px;
|
|
749
|
+
position: relative;
|
|
750
|
+
overflow: hidden;
|
|
751
|
+
}
|
|
653
752
|
|
|
654
|
-
.ck.ck-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
753
|
+
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
|
|
754
|
+
transform-origin: 50%;
|
|
755
|
+
background: red;
|
|
756
|
+
border-radius: 2px;
|
|
757
|
+
width: 8%;
|
|
758
|
+
height: 150%;
|
|
759
|
+
display: block;
|
|
760
|
+
position: absolute;
|
|
761
|
+
top: -30%;
|
|
762
|
+
left: 50%;
|
|
763
|
+
transform: rotate(45deg);
|
|
764
|
+
}
|
|
659
765
|
|
|
660
|
-
.ck.ck-
|
|
661
|
-
|
|
662
|
-
|
|
766
|
+
.ck.ck-input-color .ck.ck-input-color__remove-color {
|
|
767
|
+
width: 100%;
|
|
768
|
+
padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
|
|
769
|
+
border-bottom-right-radius: 0;
|
|
770
|
+
border-bottom-left-radius: 0;
|
|
771
|
+
}
|
|
663
772
|
|
|
664
|
-
|
|
773
|
+
.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus) {
|
|
774
|
+
border-bottom: 1px solid var(--ck-color-input-border);
|
|
775
|
+
}
|
|
665
776
|
|
|
666
|
-
|
|
777
|
+
[dir="ltr"] :is(.ck.ck-input-color .ck.ck-input-color__remove-color) {
|
|
778
|
+
border-top-right-radius: 0;
|
|
779
|
+
}
|
|
667
780
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
781
|
+
[dir="rtl"] :is(.ck.ck-input-color .ck.ck-input-color__remove-color) {
|
|
782
|
+
border-top-left-radius: 0;
|
|
783
|
+
}
|
|
671
784
|
|
|
672
|
-
.ck.ck-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
}
|
|
785
|
+
.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
|
|
786
|
+
margin-right: var(--ck-spacing-standard);
|
|
787
|
+
}
|
|
676
788
|
|
|
677
|
-
.ck.ck-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
transform: translate(-50%,100%);
|
|
682
|
-
|
|
683
|
-
/* Make sure the balloon status stays on top of other form elements. */
|
|
684
|
-
z-index: 1;
|
|
685
|
-
|
|
686
|
-
/* The arrow pointing towards the field. */
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
|
|
690
|
-
content: "";
|
|
691
|
-
position: absolute;
|
|
692
|
-
top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
|
|
693
|
-
left: 50%;
|
|
694
|
-
transform: translateX( -50% );
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/*
|
|
698
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
699
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
700
|
-
*/
|
|
789
|
+
[dir="rtl"] :is(.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon) {
|
|
790
|
+
margin-right: 0;
|
|
791
|
+
margin-left: var(--ck-spacing-standard);
|
|
792
|
+
}
|
|
701
793
|
|
|
702
794
|
.ck.ck-input-color {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
795
|
+
flex-direction: row-reverse;
|
|
796
|
+
width: 100%;
|
|
797
|
+
display: flex;
|
|
706
798
|
}
|
|
707
799
|
|
|
708
800
|
.ck.ck-input-color > input.ck.ck-input-text {
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
801
|
+
flex-grow: 1;
|
|
802
|
+
min-width: auto;
|
|
803
|
+
}
|
|
712
804
|
|
|
713
805
|
.ck.ck-input-color > div.ck.ck-dropdown {
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
/* This dropdown has no arrow but a color preview instead. */
|
|
717
|
-
}
|
|
806
|
+
min-width: auto;
|
|
807
|
+
}
|
|
718
808
|
|
|
719
809
|
.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow {
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
position: relative;
|
|
730
|
-
overflow: hidden;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
|
|
734
|
-
position: absolute;
|
|
735
|
-
display: block;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/*
|
|
739
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
740
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
741
|
-
*/
|
|
810
|
+
display: none;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
:root {
|
|
814
|
+
--ck-insert-table-dropdown-padding: 10px;
|
|
815
|
+
--ck-insert-table-dropdown-box-height: 11px;
|
|
816
|
+
--ck-insert-table-dropdown-box-width: 12px;
|
|
817
|
+
--ck-insert-table-dropdown-box-margin: 1px;
|
|
818
|
+
}
|
|
742
819
|
|
|
743
820
|
.ck .ck-insert-table-dropdown__grid {
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
821
|
+
width: calc(var(--ck-insert-table-dropdown-box-width) * 10 + var(--ck-insert-table-dropdown-box-margin) * 20 + var(--ck-insert-table-dropdown-padding) * 2);
|
|
822
|
+
padding: var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0;
|
|
823
|
+
flex-flow: wrap;
|
|
824
|
+
display: flex;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.ck .ck-insert-table-dropdown__label, .ck[dir="rtl"] .ck-insert-table-dropdown__label {
|
|
828
|
+
text-align: center;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.ck .ck-insert-table-dropdown-grid-box {
|
|
832
|
+
min-width: var(--ck-insert-table-dropdown-box-width);
|
|
833
|
+
min-height: var(--ck-insert-table-dropdown-box-height);
|
|
834
|
+
margin: var(--ck-insert-table-dropdown-box-margin);
|
|
835
|
+
border: 1px solid var(--ck-color-base-border);
|
|
836
|
+
border-radius: 1px;
|
|
837
|
+
outline: none;
|
|
838
|
+
transition: none;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
@media (prefers-reduced-motion: reduce) {
|
|
842
|
+
.ck .ck-insert-table-dropdown-grid-box {
|
|
843
|
+
transition: none;
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.ck .ck-insert-table-dropdown-grid-box:focus {
|
|
848
|
+
box-shadow: none;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.ck .ck-insert-table-dropdown-grid-box.ck-on {
|
|
852
|
+
border-color: var(--ck-color-focus-border);
|
|
853
|
+
background: var(--ck-color-focus-outer-shadow);
|
|
747
854
|
}
|
|
748
855
|
|
|
749
856
|
/*# sourceMappingURL=index.css.map */
|