@ckeditor/ckeditor5-basic-styles 48.3.1-alpha.1 → 48.4.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/code/codeui.d.ts +0 -1
- package/dist/code.d.ts +0 -1
- package/dist/index-content.css +7 -5
- package/dist/index-content.css.map +1 -0
- package/dist/index-editor.css +5 -3
- package/dist/index-editor.css.map +1 -0
- package/dist/index.css +4 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/code/codeui.d.ts
CHANGED
package/dist/code.d.ts
CHANGED
package/dist/index-content.css
CHANGED
|
@@ -2,8 +2,10 @@
|
|
|
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
|
-
.ck-content code{
|
|
6
|
-
background-color
|
|
7
|
-
border-radius:2px;
|
|
8
|
-
padding
|
|
9
|
-
}
|
|
5
|
+
.ck-content code {
|
|
6
|
+
background-color: #c7c7c74d;
|
|
7
|
+
border-radius: 2px;
|
|
8
|
+
padding: .15em;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/*# sourceMappingURL=index-content.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../theme/index-content.css","index-content.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,OAAA,CAAA,IAAA,CAAA;ACJA,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;AAC7B,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG;AACpB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI;AAChB;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index-content.css.map","sourcesContent":["/*\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content code {\n\tbackground-color: hsla(0, 0%, 78%, 0.3);\n\tpadding: .15em;\n\tborder-radius: 2px;\n}\n",".ck-content code {\n background-color: #c7c7c74d;\n border-radius: 2px;\n padding: .15em;\n}\n\n/*# sourceMappingURL=index-content.css.map */"]}
|
package/dist/index-editor.css
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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
|
-
.ck.ck-editor__editable .ck-code_selected{
|
|
6
|
-
background-color
|
|
7
|
-
}
|
|
5
|
+
.ck.ck-editor__editable .ck-code_selected {
|
|
6
|
+
background-color: #c7c7c780;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/*# sourceMappingURL=index-editor.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../theme/code.css","index-editor.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,aAAA,CAAA;ACJA,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;AAC7B;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index-editor.css.map","sourcesContent":["/*\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck.ck-editor__editable .ck-code_selected {\n\tbackground-color: hsla(0, 0%, 78%, 0.5);\n}\n",".ck.ck-editor__editable .ck-code_selected {\n background-color: #c7c7c780;\n}\n\n/*# sourceMappingURL=index-editor.css.map */"]}
|
package/dist/index.css
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
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
|
+
.ck.ck-editor__editable .ck-code_selected {
|
|
6
|
+
background-color: #c7c7c780;
|
|
7
|
+
}
|
|
8
|
+
|
|
5
9
|
.ck-content code {
|
|
6
10
|
background-color: #c7c7c74d;
|
|
7
11
|
border-radius: 2px;
|
|
8
12
|
padding: .15em;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
|
-
.ck.ck-editor__editable .ck-code_selected {
|
|
12
|
-
background-color: #c7c7c780;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
15
|
/*# sourceMappingURL=index.css.map */
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../theme/code.css","index.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,
|
|
1
|
+
{"version":3,"sources":["../theme/code.css","index.css","../theme/index-content.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,aAAA,CAAA;ACJA,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;AAC7B;;ACGA,CAAA,EAAA,CAAA,OAAA,CAAA,IAAA,CAAA;ADAA,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;AAC7B,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG;AACpB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI;AAChB;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck.ck-editor__editable .ck-code_selected {\n\tbackground-color: hsla(0, 0%, 78%, 0.5);\n}\n",".ck.ck-editor__editable .ck-code_selected {\n background-color: #c7c7c780;\n}\n\n.ck-content code {\n background-color: #c7c7c74d;\n border-radius: 2px;\n padding: .15em;\n}\n\n/*# sourceMappingURL=index.css.map */","/*\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content code {\n\tbackground-color: hsla(0, 0%, 78%, 0.3);\n\tpadding: .15em;\n\tborder-radius: 2px;\n}\n"]}
|
package/dist/index.d.ts
CHANGED
|
@@ -28,4 +28,6 @@ export { UnderlineEditing } from "./underline/underlineediting.js";
|
|
|
28
28
|
export { UnderlineUI } from "./underline/underlineui.js";
|
|
29
29
|
export { AttributeCommand } from "./attributecommand.js";
|
|
30
30
|
export { getButtonCreator as _getBasicStylesButtonCreator } from "./utils.js";
|
|
31
|
+
import "../theme/index-editor.css";
|
|
32
|
+
import "../theme/index-content.css";
|
|
31
33
|
import "./augmentation.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.js","../src/attributecommand.ts","../src/bold/boldediting.ts","../src/utils.ts","../src/bold/boldui.ts","../src/bold.ts","../src/code/codeediting.ts","../src/code/codeui.ts","../src/code.ts","../src/italic/italicediting.ts","../src/italic/italicui.ts","../src/italic.ts","../src/strikethrough/strikethroughediting.ts","../src/strikethrough/strikethroughui.ts","../src/strikethrough.ts","../src/subscript/subscriptediting.ts","../src/subscript/subscriptui.ts","../src/subscript.ts","../src/superscript/superscriptediting.ts","../src/superscript/superscriptui.ts","../src/superscript.ts","../src/underline/underlineediting.ts","../src/underline/underlineui.ts","../src/underline.ts"],"names":["BOLD","CODE","ITALIC","STRIKETHROUGH","SUBSCRIPT","SUPERSCRIPT","UNDERLINE"],"mappings":"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","file":"index.js.map","sourcesContent":["import { Command, Plugin } from \"@ckeditor/ckeditor5-core\";\nimport { ModelDocumentSelection } from \"@ckeditor/ckeditor5-engine\";\nimport { IconBold, IconCode, IconItalic, IconStrikethrough, IconSubscript, IconSuperscript, IconUnderline } from \"@ckeditor/ckeditor5-icons\";\nimport { ButtonView, MenuBarMenuListItemButtonView } from \"@ckeditor/ckeditor5-ui\";\nimport { TwoStepCaretMovement, inlineHighlight } from \"@ckeditor/ckeditor5-typing\";\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/attributecommand\n*/\n/**\n* An extension of the base {@link module:core/command~Command} class, which provides utilities for a command\n* that toggles a single attribute on a text or an element.\n*\n* `AttributeCommand` uses {@link module:engine/model/document~ModelDocument#selection}\n* to decide which nodes (if any) should be changed, and applies or removes the attribute from them.\n*\n* The command checks the {@link module:engine/model/model~Model#schema} to decide if it can be enabled\n* for the current selection and to which nodes the attribute can be applied.\n*/\nvar AttributeCommand = class extends Command {\n\t/**\n\t* The attribute that will be set by the command.\n\t*/\n\tattributeKey;\n\t/**\n\t* @param attributeKey Attribute that will be set by the command.\n\t*/\n\tconstructor(editor, attributeKey) {\n\t\tsuper(editor);\n\t\tthis.attributeKey = attributeKey;\n\t}\n\t/**\n\t* Updates the command's {@link #value} and {@link #isEnabled} based on the current selection.\n\t*/\n\trefresh() {\n\t\tconst model = this.editor.model;\n\t\tconst doc = model.document;\n\t\tthis.value = this._getValueFromFirstAllowedNode();\n\t\tthis.isEnabled = model.schema.checkAttributeInSelection(doc.selection, this.attributeKey);\n\t}\n\t/**\n\t* Executes the command – applies the attribute to the selection or removes it from the selection.\n\t*\n\t* If the command is active (`value == true`), it will remove attributes. Otherwise, it will set attributes.\n\t*\n\t* The execution result differs, depending on the {@link module:engine/model/document~ModelDocument#selection}:\n\t*\n\t* * If the selection is on a range, the command applies the attribute to all nodes in that range\n\t* (if they are allowed to have this attribute by the {@link module:engine/model/schema~ModelSchema schema}).\n\t* * If the selection is collapsed in a non-empty node, the command applies the attribute to the\n\t* {@link module:engine/model/document~ModelDocument#selection} itself (note that typed characters copy attributes from the selection).\n\t* * If the selection is collapsed in an empty node, the command applies the attribute to the parent node of the selection (note\n\t* that the selection inherits all attributes from a node if it is in an empty node).\n\t*\n\t* @fires execute\n\t* @param options Command options.\n\t* @param options.forceValue If set, it will force the command behavior. If `true`,\n\t* the command will apply the attribute, otherwise the command will remove the attribute.\n\t* If not set, the command will look for its current value to decide what it should do.\n\t*/\n\texecute(options = {}) {\n\t\tconst model = this.editor.model;\n\t\tconst selection = model.document.selection;\n\t\tconst value = options.forceValue === void 0 ? !this.value : options.forceValue;\n\t\tmodel.change((writer) => {\n\t\t\tif (selection.isCollapsed) if (value) writer.setSelectionAttribute(this.attributeKey, true);\n\t\t\telse writer.removeSelectionAttribute(this.attributeKey);\n\t\t\telse {\n\t\t\t\tconst ranges = model.schema.getValidRanges(selection.getRanges(), this.attributeKey, { includeEmptyRanges: true });\n\t\t\t\tfor (const range of ranges) {\n\t\t\t\t\tlet itemOrRange = range;\n\t\t\t\t\tlet attributeKey = this.attributeKey;\n\t\t\t\t\tif (range.isCollapsed) {\n\t\t\t\t\t\titemOrRange = range.start.parent;\n\t\t\t\t\t\tattributeKey = ModelDocumentSelection._getStoreAttributeKey(this.attributeKey);\n\t\t\t\t\t}\n\t\t\t\t\tif (value) writer.setAttribute(attributeKey, value, itemOrRange);\n\t\t\t\t\telse writer.removeAttribute(attributeKey, itemOrRange);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\t/**\n\t* Checks the attribute value of the first node in the selection that allows the attribute.\n\t* For the collapsed selection returns the selection attribute.\n\t*\n\t* @returns The attribute value.\n\t*/\n\t_getValueFromFirstAllowedNode() {\n\t\tconst model = this.editor.model;\n\t\tconst schema = model.schema;\n\t\tconst selection = model.document.selection;\n\t\tif (selection.isCollapsed) return selection.hasAttribute(this.attributeKey);\n\t\tfor (const range of selection.getRanges()) for (const item of range.getItems()) if (schema.checkAttribute(item, this.attributeKey)) return item.hasAttribute(this.attributeKey);\n\t\treturn false;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/bold/boldediting\n*/\nconst BOLD$1 = \"bold\";\n/**\n* The bold editing feature.\n*\n* It registers the `'bold'` command and introduces the `bold` attribute in the model which renders to the view\n* as a `<strong>` element.\n*/\nvar BoldEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"BoldEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: BOLD$1 });\n\t\teditor.model.schema.setAttributeProperties(BOLD$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: BOLD$1,\n\t\t\tview: \"strong\",\n\t\t\tupcastAlso: [\"b\", (viewElement) => {\n\t\t\t\tconst fontWeight = viewElement.getStyle(\"font-weight\");\n\t\t\t\tif (!fontWeight) return null;\n\t\t\t\tif (fontWeight == \"bold\" || Number(fontWeight) >= 600) return {\n\t\t\t\t\tname: true,\n\t\t\t\t\tstyles: [\"font-weight\"]\n\t\t\t\t};\n\t\t\t\treturn null;\n\t\t\t}]\n\t\t});\n\t\teditor.commands.add(BOLD$1, new AttributeCommand(editor, BOLD$1));\n\t\teditor.keystrokes.set(\"CTRL+B\", BOLD$1);\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Bold text\"),\n\t\t\tkeystroke: \"CTRL+B\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* Returns a function that creates a (toolbar or menu bar) button for a basic style feature.\n*\n* @internal\n*/\nfunction getButtonCreator({ editor, commandName, plugin, icon, label, keystroke }) {\n\treturn (ButtonClass) => {\n\t\tconst command = editor.commands.get(commandName);\n\t\tconst view = new ButtonClass(editor.locale);\n\t\tview.set({\n\t\t\tlabel,\n\t\t\ticon,\n\t\t\tkeystroke,\n\t\t\tisToggleable: true\n\t\t});\n\t\tview.bind(\"isEnabled\").to(command, \"isEnabled\");\n\t\tview.bind(\"isOn\").to(command, \"value\");\n\t\tif (view instanceof MenuBarMenuListItemButtonView) view.set({ role: \"menuitemcheckbox\" });\n\t\telse view.set({ tooltip: true });\n\t\tplugin.listenTo(view, \"execute\", () => {\n\t\t\teditor.execute(commandName);\n\t\t\teditor.editing.view.focus();\n\t\t});\n\t\treturn view;\n\t};\n}\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/bold/boldui\n*/\nconst BOLD = \"bold\";\n/**\n* The bold UI feature. It introduces the Bold button.\n*/\nvar BoldUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"BoldUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: BOLD,\n\t\t\tplugin: this,\n\t\t\ticon: IconBold,\n\t\t\tlabel: t(\"Bold\"),\n\t\t\tkeystroke: \"CTRL+B\"\n\t\t});\n\t\teditor.ui.componentFactory.add(BOLD, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:bold\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/bold\n*/\n/**\n* The bold feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/bold/boldediting~BoldEditing bold editing feature}\n* and {@link module:basic-styles/bold/boldui~BoldUI bold UI feature}.\n*/\nvar Bold = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [BoldEditing, BoldUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Bold\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/code/codeediting\n*/\nconst CODE$1 = \"code\";\nconst HIGHLIGHT_CLASS = \"ck-code_selected\";\n/**\n* The code editing feature.\n*\n* It registers the `'code'` command and introduces the `code` attribute in the model which renders to the view\n* as a `<code>` element.\n*/\nvar CodeEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"CodeEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [TwoStepCaretMovement];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: CODE$1 });\n\t\teditor.model.schema.setAttributeProperties(CODE$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: false\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: CODE$1,\n\t\t\tview: \"code\"\n\t\t});\n\t\teditor.commands.add(CODE$1, new AttributeCommand(editor, CODE$1));\n\t\teditor.plugins.get(TwoStepCaretMovement).registerAttribute(CODE$1);\n\t\tinlineHighlight(editor, CODE$1, \"code\", HIGHLIGHT_CLASS);\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Move out of an inline code style\"),\n\t\t\tkeystroke: [[\"arrowleft\", \"arrowleft\"], [\"arrowright\", \"arrowright\"]]\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/code/codeui\n*/\nconst CODE = \"code\";\n/**\n* The code UI feature. It introduces the Code button.\n*/\nvar CodeUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"CodeUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: CODE,\n\t\t\tplugin: this,\n\t\t\ticon: IconCode,\n\t\t\tlabel: t(\"Code\")\n\t\t});\n\t\teditor.ui.componentFactory.add(CODE, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:code\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/code\n*/\n/**\n* The code feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/code/codeediting~CodeEditing code editing feature}\n* and {@link module:basic-styles/code/codeui~CodeUI code UI feature}.\n*/\nvar Code = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [CodeEditing, CodeUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Code\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/italic/italicediting\n*/\nconst ITALIC$1 = \"italic\";\n/**\n* The italic editing feature.\n*\n* It registers the `'italic'` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model\n* which renders to the view as an `<i>` element.\n*/\nvar ItalicEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"ItalicEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: ITALIC$1 });\n\t\teditor.model.schema.setAttributeProperties(ITALIC$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: ITALIC$1,\n\t\t\tview: \"i\",\n\t\t\tupcastAlso: [\"em\", { styles: { \"font-style\": \"italic\" } }]\n\t\t});\n\t\teditor.commands.add(ITALIC$1, new AttributeCommand(editor, ITALIC$1));\n\t\teditor.keystrokes.set(\"CTRL+I\", ITALIC$1);\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Italic text\"),\n\t\t\tkeystroke: \"CTRL+I\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/italic/italicui\n*/\nconst ITALIC = \"italic\";\n/**\n* The italic UI feature. It introduces the Italic button.\n*/\nvar ItalicUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"ItalicUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: ITALIC,\n\t\t\tplugin: this,\n\t\t\ticon: IconItalic,\n\t\t\tkeystroke: \"CTRL+I\",\n\t\t\tlabel: t(\"Italic\")\n\t\t});\n\t\teditor.ui.componentFactory.add(ITALIC, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:italic\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/italic\n*/\n/**\n* The italic feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/italic/italicediting~ItalicEditing} and\n* {@link module:basic-styles/italic/italicui~ItalicUI} plugins.\n*/\nvar Italic = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [ItalicEditing, ItalicUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Italic\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/strikethrough/strikethroughediting\n*/\nconst STRIKETHROUGH$1 = \"strikethrough\";\n/**\n* The strikethrough editing feature.\n*\n* It registers the `'strikethrough'` command, the <kbd>Ctrl+Shift+X</kbd> keystroke and introduces the\n* `strikethroughsthrough` attribute in the model which renders to the view\n* as a `<s>` element.\n*/\nvar StrikethroughEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"StrikethroughEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: STRIKETHROUGH$1 });\n\t\teditor.model.schema.setAttributeProperties(STRIKETHROUGH$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: STRIKETHROUGH$1,\n\t\t\tview: \"s\",\n\t\t\tupcastAlso: [\n\t\t\t\t\"del\",\n\t\t\t\t\"strike\",\n\t\t\t\t{ styles: { \"text-decoration\": \"line-through\" } }\n\t\t\t]\n\t\t});\n\t\teditor.commands.add(STRIKETHROUGH$1, new AttributeCommand(editor, STRIKETHROUGH$1));\n\t\teditor.keystrokes.set(\"CTRL+SHIFT+X\", \"strikethrough\");\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Strikethrough text\"),\n\t\t\tkeystroke: \"CTRL+SHIFT+X\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/strikethrough/strikethroughui\n*/\nconst STRIKETHROUGH = \"strikethrough\";\n/**\n* The strikethrough UI feature. It introduces the Strikethrough button.\n*/\nvar StrikethroughUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"StrikethroughUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: STRIKETHROUGH,\n\t\t\tplugin: this,\n\t\t\ticon: IconStrikethrough,\n\t\t\tkeystroke: \"CTRL+SHIFT+X\",\n\t\t\tlabel: t(\"Strikethrough\")\n\t\t});\n\t\teditor.ui.componentFactory.add(STRIKETHROUGH, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:strikethrough\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/strikethrough\n*/\n/**\n* The strikethrough feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/strikethrough/strikethroughediting~StrikethroughEditing} and\n* {@link module:basic-styles/strikethrough/strikethroughui~StrikethroughUI} plugins.\n*/\nvar Strikethrough = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [StrikethroughEditing, StrikethroughUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Strikethrough\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/subscript/subscriptediting\n*/\nconst SUBSCRIPT$1 = \"subscript\";\n/**\n* The subscript editing feature.\n*\n* It registers the `sub` command and introduces the `sub` attribute in the model which renders to the view\n* as a `<sub>` element.\n*/\nvar SubscriptEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SubscriptEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: SUBSCRIPT$1 });\n\t\teditor.model.schema.setAttributeProperties(SUBSCRIPT$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: SUBSCRIPT$1,\n\t\t\tview: \"sub\",\n\t\t\tupcastAlso: [{ styles: { \"vertical-align\": \"sub\" } }]\n\t\t});\n\t\teditor.commands.add(SUBSCRIPT$1, new AttributeCommand(editor, SUBSCRIPT$1));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/subscript/subscriptui\n*/\nconst SUBSCRIPT = \"subscript\";\n/**\n* The subscript UI feature. It introduces the Subscript button.\n*/\nvar SubscriptUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SubscriptUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: SUBSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSubscript,\n\t\t\tlabel: t(\"Subscript\")\n\t\t});\n\t\teditor.ui.componentFactory.add(SUBSCRIPT, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:subscript\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/subscript\n*/\n/**\n* The subscript feature.\n*\n* It loads the {@link module:basic-styles/subscript/subscriptediting~SubscriptEditing} and\n* {@link module:basic-styles/subscript/subscriptui~SubscriptUI} plugins.\n*/\nvar Subscript = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [SubscriptEditing, SubscriptUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Subscript\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/superscript/superscriptediting\n*/\nconst SUPERSCRIPT$1 = \"superscript\";\n/**\n* The superscript editing feature.\n*\n* It registers the `super` command and introduces the `super` attribute in the model which renders to the view\n* as a `<super>` element.\n*/\nvar SuperscriptEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SuperscriptEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: SUPERSCRIPT$1 });\n\t\teditor.model.schema.setAttributeProperties(SUPERSCRIPT$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: SUPERSCRIPT$1,\n\t\t\tview: \"sup\",\n\t\t\tupcastAlso: [{ styles: { \"vertical-align\": \"super\" } }]\n\t\t});\n\t\teditor.commands.add(SUPERSCRIPT$1, new AttributeCommand(editor, SUPERSCRIPT$1));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/superscript/superscriptui\n*/\nconst SUPERSCRIPT = \"superscript\";\n/**\n* The superscript UI feature. It introduces the Superscript button.\n*/\nvar SuperscriptUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SuperscriptUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: SUPERSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSuperscript,\n\t\t\tlabel: t(\"Superscript\")\n\t\t});\n\t\teditor.ui.componentFactory.add(SUPERSCRIPT, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:superscript\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/superscript\n*/\n/**\n* The superscript feature.\n*\n* It loads the {@link module:basic-styles/superscript/superscriptediting~SuperscriptEditing} and\n* {@link module:basic-styles/superscript/superscriptui~SuperscriptUI} plugins.\n*/\nvar Superscript = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [SuperscriptEditing, SuperscriptUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Superscript\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/underline/underlineediting\n*/\nconst UNDERLINE$1 = \"underline\";\n/**\n* The underline editing feature.\n*\n* It registers the `'underline'` command, the <kbd>Ctrl+U</kbd> keystroke\n* and introduces the `underline` attribute in the model which renders to the view as an `<u>` element.\n*/\nvar UnderlineEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"UnderlineEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: UNDERLINE$1 });\n\t\teditor.model.schema.setAttributeProperties(UNDERLINE$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: UNDERLINE$1,\n\t\t\tview: \"u\",\n\t\t\tupcastAlso: { styles: { \"text-decoration\": \"underline\" } }\n\t\t});\n\t\teditor.commands.add(UNDERLINE$1, new AttributeCommand(editor, UNDERLINE$1));\n\t\teditor.keystrokes.set(\"CTRL+U\", \"underline\");\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Underline text\"),\n\t\t\tkeystroke: \"CTRL+U\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/underline/underlineui\n*/\nconst UNDERLINE = \"underline\";\n/**\n* The underline UI feature. It introduces the Underline button.\n*/\nvar UnderlineUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"UnderlineUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: UNDERLINE,\n\t\t\tplugin: this,\n\t\t\ticon: IconUnderline,\n\t\t\tlabel: t(\"Underline\"),\n\t\t\tkeystroke: \"CTRL+U\"\n\t\t});\n\t\teditor.ui.componentFactory.add(UNDERLINE, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:underline\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/underline\n*/\n/**\n* The underline feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/underline/underlineediting~UnderlineEditing} and\n* {@link module:basic-styles/underline/underlineui~UnderlineUI} plugins.\n*/\nvar Underline = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [UnderlineEditing, UnderlineUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Underline\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n\nexport { AttributeCommand, Bold, BoldEditing, BoldUI, Code, CodeEditing, CodeUI, Italic, ItalicEditing, ItalicUI, Strikethrough, StrikethroughEditing, StrikethroughUI, Subscript, SubscriptEditing, SubscriptUI, Superscript, SuperscriptEditing, SuperscriptUI, Underline, UnderlineEditing, UnderlineUI, getButtonCreator as _getBasicStylesButtonCreator };\n//# sourceMappingURL=index.js.map","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/attributecommand\n */\n\nimport { Command, type Editor } from '@ckeditor/ckeditor5-core';\nimport { ModelDocumentSelection, type ModelRange, type ModelElement } from '@ckeditor/ckeditor5-engine';\n\n/**\n * An extension of the base {@link module:core/command~Command} class, which provides utilities for a command\n * that toggles a single attribute on a text or an element.\n *\n * `AttributeCommand` uses {@link module:engine/model/document~ModelDocument#selection}\n * to decide which nodes (if any) should be changed, and applies or removes the attribute from them.\n *\n * The command checks the {@link module:engine/model/model~Model#schema} to decide if it can be enabled\n * for the current selection and to which nodes the attribute can be applied.\n */\nexport class AttributeCommand extends Command {\n\t/**\n\t * Flag indicating whether the command is active. The command is active when the\n\t * {@link module:engine/model/selection~ModelSelection#hasAttribute selection has the attribute} which means that:\n\t *\n\t * * If the selection is not empty – That the attribute is set on the first node in the selection that allows this attribute.\n\t * * If the selection is empty – That the selection has the attribute itself (which means that newly typed\n\t * text will have this attribute, too).\n\t *\n\t * @observable\n\t * @readonly\n\t */\n\tdeclare public value: boolean;\n\n\t/**\n\t * The attribute that will be set by the command.\n\t */\n\tpublic readonly attributeKey: string;\n\n\t/**\n\t * @param attributeKey Attribute that will be set by the command.\n\t */\n\tconstructor( editor: Editor, attributeKey: string ) {\n\t\tsuper( editor );\n\n\t\tthis.attributeKey = attributeKey;\n\t}\n\n\t/**\n\t * Updates the command's {@link #value} and {@link #isEnabled} based on the current selection.\n\t */\n\tpublic override refresh(): void {\n\t\tconst model = this.editor.model;\n\t\tconst doc = model.document;\n\n\t\tthis.value = this._getValueFromFirstAllowedNode();\n\t\tthis.isEnabled = model.schema.checkAttributeInSelection( doc.selection, this.attributeKey );\n\t}\n\n\t/**\n\t * Executes the command – applies the attribute to the selection or removes it from the selection.\n\t *\n\t * If the command is active (`value == true`), it will remove attributes. Otherwise, it will set attributes.\n\t *\n\t * The execution result differs, depending on the {@link module:engine/model/document~ModelDocument#selection}:\n\t *\n\t * * If the selection is on a range, the command applies the attribute to all nodes in that range\n\t * (if they are allowed to have this attribute by the {@link module:engine/model/schema~ModelSchema schema}).\n\t * * If the selection is collapsed in a non-empty node, the command applies the attribute to the\n\t * {@link module:engine/model/document~ModelDocument#selection} itself (note that typed characters copy attributes from the selection).\n\t * * If the selection is collapsed in an empty node, the command applies the attribute to the parent node of the selection (note\n\t * that the selection inherits all attributes from a node if it is in an empty node).\n\t *\n\t * @fires execute\n\t * @param options Command options.\n\t * @param options.forceValue If set, it will force the command behavior. If `true`,\n\t * the command will apply the attribute, otherwise the command will remove the attribute.\n\t * If not set, the command will look for its current value to decide what it should do.\n\t */\n\tpublic override execute( options: { forceValue?: boolean } = {} ): void {\n\t\tconst model = this.editor.model;\n\t\tconst doc = model.document;\n\t\tconst selection = doc.selection;\n\t\tconst value = ( options.forceValue === undefined ) ? !this.value : options.forceValue;\n\n\t\tmodel.change( writer => {\n\t\t\tif ( selection.isCollapsed ) {\n\t\t\t\tif ( value ) {\n\t\t\t\t\twriter.setSelectionAttribute( this.attributeKey, true );\n\t\t\t\t} else {\n\t\t\t\t\twriter.removeSelectionAttribute( this.attributeKey );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst ranges = model.schema.getValidRanges( selection.getRanges(), this.attributeKey, {\n\t\t\t\t\tincludeEmptyRanges: true\n\t\t\t\t} );\n\n\t\t\t\tfor ( const range of ranges ) {\n\t\t\t\t\tlet itemOrRange: ModelRange | ModelElement = range;\n\t\t\t\t\tlet attributeKey = this.attributeKey;\n\n\t\t\t\t\tif ( range.isCollapsed ) {\n\t\t\t\t\t\titemOrRange = range.start.parent as ModelElement;\n\t\t\t\t\t\tattributeKey = ModelDocumentSelection._getStoreAttributeKey( this.attributeKey );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( value ) {\n\t\t\t\t\t\twriter.setAttribute( attributeKey, value, itemOrRange );\n\t\t\t\t\t} else {\n\t\t\t\t\t\twriter.removeAttribute( attributeKey, itemOrRange );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t}\n\n\t/**\n\t * Checks the attribute value of the first node in the selection that allows the attribute.\n\t * For the collapsed selection returns the selection attribute.\n\t *\n\t * @returns The attribute value.\n\t */\n\tprivate _getValueFromFirstAllowedNode(): boolean {\n\t\tconst model = this.editor.model;\n\t\tconst schema = model.schema;\n\t\tconst selection = model.document.selection;\n\n\t\tif ( selection.isCollapsed ) {\n\t\t\treturn selection.hasAttribute( this.attributeKey );\n\t\t}\n\n\t\tfor ( const range of selection.getRanges() ) {\n\t\t\tfor ( const item of range.getItems() ) {\n\t\t\t\tif ( schema.checkAttribute( item, this.attributeKey ) ) {\n\t\t\t\t\treturn item.hasAttribute( this.attributeKey );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/bold/boldediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst BOLD = 'bold';\n\n/**\n * The bold editing feature.\n *\n * It registers the `'bold'` command and introduces the `bold` attribute in the model which renders to the view\n * as a `<strong>` element.\n */\nexport class BoldEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'BoldEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow bold attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: BOLD } );\n\t\teditor.model.schema.setAttributeProperties( BOLD, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\t// Build converter from model to view for data and editing pipelines.\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: BOLD,\n\t\t\tview: 'strong',\n\t\t\tupcastAlso: [\n\t\t\t\t'b',\n\t\t\t\tviewElement => {\n\t\t\t\t\tconst fontWeight = viewElement.getStyle( 'font-weight' );\n\n\t\t\t\t\tif ( !fontWeight ) {\n\t\t\t\t\t\treturn null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Value of the `font-weight` attribute can be defined as a string or a number.\n\t\t\t\t\tif ( fontWeight == 'bold' || Number( fontWeight ) >= 600 ) {\n\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\tname: true,\n\t\t\t\t\t\t\tstyles: [ 'font-weight' ]\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create bold command.\n\t\teditor.commands.add( BOLD, new AttributeCommand( editor, BOLD ) );\n\n\t\t// Set the Ctrl+B keystroke.\n\t\teditor.keystrokes.set( 'CTRL+B', BOLD );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Bold text' ),\n\t\t\t\t\tkeystroke: 'CTRL+B'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/utils\n */\n\nimport type { Editor, Plugin } from '@ckeditor/ckeditor5-core';\nimport { type AttributeCommand } from './attributecommand.js';\nimport { MenuBarMenuListItemButtonView, type ButtonView } from '@ckeditor/ckeditor5-ui';\n\n/**\n * Returns a function that creates a (toolbar or menu bar) button for a basic style feature.\n *\n * @internal\n */\nexport function getButtonCreator( {\n\teditor, commandName, plugin, icon, label, keystroke\n}: {\n\teditor: Editor;\n\tcommandName: string;\n\ticon: string;\n\tlabel: string;\n\tplugin: Plugin;\n\tkeystroke?: string;\n} ) {\n\treturn <T extends typeof ButtonView | typeof MenuBarMenuListItemButtonView>( ButtonClass: T ): InstanceType<T> => {\n\t\tconst command = editor.commands.get( commandName )! as AttributeCommand;\n\t\tconst view = new ButtonClass( editor.locale ) as InstanceType<T>;\n\n\t\tview.set( {\n\t\t\tlabel,\n\t\t\ticon,\n\t\t\tkeystroke,\n\t\t\tisToggleable: true\n\t\t} );\n\n\t\tview.bind( 'isEnabled' ).to( command, 'isEnabled' );\n\t\tview.bind( 'isOn' ).to( command, 'value' );\n\n\t\tif ( view instanceof MenuBarMenuListItemButtonView ) {\n\t\t\tview.set( {\n\t\t\t\trole: 'menuitemcheckbox'\n\t\t\t} );\n\t\t} else {\n\t\t\tview.set( {\n\t\t\t\ttooltip: true\n\t\t\t} );\n\t\t}\n\n\t\t// Execute the command.\n\t\tplugin.listenTo( view, 'execute', () => {\n\t\t\teditor.execute( commandName );\n\t\t\teditor.editing.view.focus();\n\t\t} );\n\n\t\treturn view;\n\t};\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/bold/boldui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconBold } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst BOLD = 'bold';\n\n/**\n * The bold UI feature. It introduces the Bold button.\n */\nexport class BoldUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'BoldUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: BOLD,\n\t\t\tplugin: this,\n\t\t\ticon: IconBold,\n\t\t\tlabel: t( 'Bold' ),\n\t\t\tkeystroke: 'CTRL+B'\n\t\t} );\n\n\t\t// Add bold button to feature components.\n\t\teditor.ui.componentFactory.add( BOLD, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + BOLD, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/bold\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { BoldEditing } from './bold/boldediting.js';\nimport { BoldUI } from './bold/boldui.js';\n\n/**\n * The bold feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/bold/boldediting~BoldEditing bold editing feature}\n * and {@link module:basic-styles/bold/boldui~BoldUI bold UI feature}.\n */\nexport class Bold extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ BoldEditing, BoldUI ]> {\n\t\treturn [ BoldEditing, BoldUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Bold' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/code/codeediting\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { TwoStepCaretMovement, inlineHighlight } from '@ckeditor/ckeditor5-typing';\n\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst CODE = 'code';\nconst HIGHLIGHT_CLASS = 'ck-code_selected';\n\n/**\n * The code editing feature.\n *\n * It registers the `'code'` command and introduces the `code` attribute in the model which renders to the view\n * as a `<code>` element.\n */\nexport class CodeEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'CodeEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ TwoStepCaretMovement ]> {\n\t\treturn [ TwoStepCaretMovement ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow code attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: CODE } );\n\t\teditor.model.schema.setAttributeProperties( CODE, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: false\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: CODE,\n\t\t\tview: 'code'\n\t\t} );\n\n\t\t// Create code command.\n\t\teditor.commands.add( CODE, new AttributeCommand( editor, CODE ) );\n\n\t\t// Enable two-step caret movement for `code` attribute.\n\t\teditor.plugins.get( TwoStepCaretMovement ).registerAttribute( CODE );\n\n\t\t// Setup highlight over selected element.\n\t\tinlineHighlight( editor, CODE, 'code', HIGHLIGHT_CLASS );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Move out of an inline code style' ),\n\t\t\t\t\tkeystroke: [\n\t\t\t\t\t\t[ 'arrowleft', 'arrowleft' ],\n\t\t\t\t\t\t[ 'arrowright', 'arrowright' ]\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/code/codeui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconCode } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nimport '../../theme/code.css';\n\nconst CODE = 'code';\n\n/**\n * The code UI feature. It introduces the Code button.\n */\nexport class CodeUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'CodeUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: CODE,\n\t\t\tplugin: this,\n\t\t\ticon: IconCode,\n\t\t\tlabel: t( 'Code' )\n\t\t} );\n\n\t\t// Add code button to feature components.\n\t\teditor.ui.componentFactory.add( CODE, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + CODE, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/code\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { CodeEditing } from './code/codeediting.js';\nimport { CodeUI } from './code/codeui.js';\n\nimport '../theme/code.css';\n\n/**\n * The code feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/code/codeediting~CodeEditing code editing feature}\n * and {@link module:basic-styles/code/codeui~CodeUI code UI feature}.\n */\nexport class Code extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ CodeEditing, CodeUI ]> {\n\t\treturn [ CodeEditing, CodeUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Code' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/italic/italicediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst ITALIC = 'italic';\n\n/**\n * The italic editing feature.\n *\n * It registers the `'italic'` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model\n * which renders to the view as an `<i>` element.\n */\nexport class ItalicEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'ItalicEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow italic attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: ITALIC } );\n\t\teditor.model.schema.setAttributeProperties( ITALIC, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: ITALIC,\n\t\t\tview: 'i',\n\t\t\tupcastAlso: [\n\t\t\t\t'em',\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'font-style': 'italic'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create italic command.\n\t\teditor.commands.add( ITALIC, new AttributeCommand( editor, ITALIC ) );\n\n\t\t// Set the Ctrl+I keystroke.\n\t\teditor.keystrokes.set( 'CTRL+I', ITALIC );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Italic text' ),\n\t\t\t\t\tkeystroke: 'CTRL+I'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/italic/italicui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconItalic } from '@ckeditor/ckeditor5-icons';\nimport { MenuBarMenuListItemButtonView, ButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst ITALIC = 'italic';\n\n/**\n * The italic UI feature. It introduces the Italic button.\n */\nexport class ItalicUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'ItalicUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: ITALIC,\n\t\t\tplugin: this,\n\t\t\ticon: IconItalic,\n\t\t\tkeystroke: 'CTRL+I',\n\t\t\tlabel: t( 'Italic' )\n\t\t} );\n\n\t\t// Add bold button to feature components.\n\t\teditor.ui.componentFactory.add( ITALIC, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + ITALIC, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/italic\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { ItalicEditing } from './italic/italicediting.js';\nimport { ItalicUI } from './italic/italicui.js';\n\n/**\n * The italic feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/italic/italicediting~ItalicEditing} and\n * {@link module:basic-styles/italic/italicui~ItalicUI} plugins.\n */\nexport class Italic extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ ItalicEditing, ItalicUI ]> {\n\t\treturn [ ItalicEditing, ItalicUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Italic' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/strikethrough/strikethroughediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst STRIKETHROUGH = 'strikethrough';\n\n/**\n * The strikethrough editing feature.\n *\n * It registers the `'strikethrough'` command, the <kbd>Ctrl+Shift+X</kbd> keystroke and introduces the\n * `strikethroughsthrough` attribute in the model which renders to the view\n * as a `<s>` element.\n */\nexport class StrikethroughEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'StrikethroughEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow strikethrough attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: STRIKETHROUGH } );\n\t\teditor.model.schema.setAttributeProperties( STRIKETHROUGH, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: STRIKETHROUGH,\n\t\t\tview: 's',\n\t\t\tupcastAlso: [\n\t\t\t\t'del',\n\t\t\t\t'strike',\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'text-decoration': 'line-through'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create strikethrough command.\n\t\teditor.commands.add( STRIKETHROUGH, new AttributeCommand( editor, STRIKETHROUGH ) );\n\n\t\t// Set the Ctrl+Shift+X keystroke.\n\t\teditor.keystrokes.set( 'CTRL+SHIFT+X', 'strikethrough' );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Strikethrough text' ),\n\t\t\t\t\tkeystroke: 'CTRL+SHIFT+X'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/strikethrough/strikethroughui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconStrikethrough } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst STRIKETHROUGH = 'strikethrough';\n\n/**\n * The strikethrough UI feature. It introduces the Strikethrough button.\n */\nexport class StrikethroughUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'StrikethroughUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: STRIKETHROUGH,\n\t\t\tplugin: this,\n\t\t\ticon: IconStrikethrough,\n\t\t\tkeystroke: 'CTRL+SHIFT+X',\n\t\t\tlabel: t( 'Strikethrough' )\n\t\t} );\n\n\t\t// Add strikethrough button to feature components.\n\t\teditor.ui.componentFactory.add( STRIKETHROUGH, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + STRIKETHROUGH, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/strikethrough\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { StrikethroughEditing } from './strikethrough/strikethroughediting.js';\nimport { StrikethroughUI } from './strikethrough/strikethroughui.js';\n\n/**\n * The strikethrough feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/strikethrough/strikethroughediting~StrikethroughEditing} and\n * {@link module:basic-styles/strikethrough/strikethroughui~StrikethroughUI} plugins.\n */\nexport class Strikethrough extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ StrikethroughEditing, StrikethroughUI ]> {\n\t\treturn [ StrikethroughEditing, StrikethroughUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Strikethrough' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/subscript/subscriptediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst SUBSCRIPT = 'subscript';\n\n/**\n * The subscript editing feature.\n *\n * It registers the `sub` command and introduces the `sub` attribute in the model which renders to the view\n * as a `<sub>` element.\n */\nexport class SubscriptEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SubscriptEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\t// Allow sub attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: SUBSCRIPT } );\n\t\teditor.model.schema.setAttributeProperties( SUBSCRIPT, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\t// Build converter from model to view for data and editing pipelines.\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: SUBSCRIPT,\n\t\t\tview: 'sub',\n\t\t\tupcastAlso: [\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'vertical-align': 'sub'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create sub command.\n\t\teditor.commands.add( SUBSCRIPT, new AttributeCommand( editor, SUBSCRIPT ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/subscript/subscriptui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconSubscript } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst SUBSCRIPT = 'subscript';\n\n/**\n * The subscript UI feature. It introduces the Subscript button.\n */\nexport class SubscriptUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SubscriptUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: SUBSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSubscript,\n\t\t\tlabel: t( 'Subscript' )\n\t\t} );\n\n\t\t// Add subscript button to feature components.\n\t\teditor.ui.componentFactory.add( SUBSCRIPT, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + SUBSCRIPT, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/subscript\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { SubscriptEditing } from './subscript/subscriptediting.js';\nimport { SubscriptUI } from './subscript/subscriptui.js';\n\n/**\n * The subscript feature.\n *\n * It loads the {@link module:basic-styles/subscript/subscriptediting~SubscriptEditing} and\n * {@link module:basic-styles/subscript/subscriptui~SubscriptUI} plugins.\n */\nexport class Subscript extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ SubscriptEditing, SubscriptUI ]> {\n\t\treturn [ SubscriptEditing, SubscriptUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Subscript' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/superscript/superscriptediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst SUPERSCRIPT = 'superscript';\n\n/**\n * The superscript editing feature.\n *\n * It registers the `super` command and introduces the `super` attribute in the model which renders to the view\n * as a `<super>` element.\n */\nexport class SuperscriptEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SuperscriptEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\t// Allow super attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: SUPERSCRIPT } );\n\t\teditor.model.schema.setAttributeProperties( SUPERSCRIPT, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\t// Build converter from model to view for data and editing pipelines.\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: SUPERSCRIPT,\n\t\t\tview: 'sup',\n\t\t\tupcastAlso: [\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'vertical-align': 'super'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create super command.\n\t\teditor.commands.add( SUPERSCRIPT, new AttributeCommand( editor, SUPERSCRIPT ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/superscript/superscriptui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconSuperscript } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst SUPERSCRIPT = 'superscript';\n\n/**\n * The superscript UI feature. It introduces the Superscript button.\n */\nexport class SuperscriptUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SuperscriptUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: SUPERSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSuperscript,\n\t\t\tlabel: t( 'Superscript' )\n\t\t} );\n\n\t\t// Add superscript button to feature components.\n\t\teditor.ui.componentFactory.add( SUPERSCRIPT, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + SUPERSCRIPT, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/superscript\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { SuperscriptEditing } from './superscript/superscriptediting.js';\nimport { SuperscriptUI } from './superscript/superscriptui.js';\n\n/**\n * The superscript feature.\n *\n * It loads the {@link module:basic-styles/superscript/superscriptediting~SuperscriptEditing} and\n * {@link module:basic-styles/superscript/superscriptui~SuperscriptUI} plugins.\n */\nexport class Superscript extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ SuperscriptEditing, SuperscriptUI ]> {\n\t\treturn [ SuperscriptEditing, SuperscriptUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Superscript' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/underline/underlineediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst UNDERLINE = 'underline';\n\n/**\n * The underline editing feature.\n *\n * It registers the `'underline'` command, the <kbd>Ctrl+U</kbd> keystroke\n * and introduces the `underline` attribute in the model which renders to the view as an `<u>` element.\n */\nexport class UnderlineEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'UnderlineEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow strikethrough attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: UNDERLINE } );\n\t\teditor.model.schema.setAttributeProperties( UNDERLINE, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: UNDERLINE,\n\t\t\tview: 'u',\n\t\t\tupcastAlso: {\n\t\t\t\tstyles: {\n\t\t\t\t\t'text-decoration': 'underline'\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t// Create underline command.\n\t\teditor.commands.add( UNDERLINE, new AttributeCommand( editor, UNDERLINE ) );\n\n\t\t// Set the Ctrl+U keystroke.\n\t\teditor.keystrokes.set( 'CTRL+U', 'underline' );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Underline text' ),\n\t\t\t\t\tkeystroke: 'CTRL+U'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/underline/underlineui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconUnderline } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst UNDERLINE = 'underline';\n\n/**\n * The underline UI feature. It introduces the Underline button.\n */\nexport class UnderlineUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'UnderlineUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: UNDERLINE,\n\t\t\tplugin: this,\n\t\t\ticon: IconUnderline,\n\t\t\tlabel: t( 'Underline' ),\n\t\t\tkeystroke: 'CTRL+U'\n\t\t} );\n\n\t\t// Add bold button to feature components.\n\t\teditor.ui.componentFactory.add( UNDERLINE, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + UNDERLINE, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/underline\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { UnderlineEditing } from './underline/underlineediting.js';\nimport { UnderlineUI } from './underline/underlineui.js';\n\n/**\n * The underline feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/underline/underlineediting~UnderlineEditing} and\n * {@link module:basic-styles/underline/underlineui~UnderlineUI} plugins.\n */\nexport class Underline extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ UnderlineEditing, UnderlineUI ]> {\n\t\treturn [ UnderlineEditing, UnderlineUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Underline' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["index.js","../src/attributecommand.ts","../src/bold/boldediting.ts","../src/utils.ts","../src/bold/boldui.ts","../src/bold.ts","../src/code/codeediting.ts","../src/code/codeui.ts","../src/code.ts","../src/italic/italicediting.ts","../src/italic/italicui.ts","../src/italic.ts","../src/strikethrough/strikethroughediting.ts","../src/strikethrough/strikethroughui.ts","../src/strikethrough.ts","../src/subscript/subscriptediting.ts","../src/subscript/subscriptui.ts","../src/subscript.ts","../src/superscript/superscriptediting.ts","../src/superscript/superscriptui.ts","../src/superscript.ts","../src/underline/underlineediting.ts","../src/underline/underlineui.ts","../src/underline.ts"],"names":["BOLD","CODE","ITALIC","STRIKETHROUGH","SUBSCRIPT","SUPERSCRIPT","UNDERLINE"],"mappings":"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","file":"index.js.map","sourcesContent":["import { Command, Plugin } from \"@ckeditor/ckeditor5-core\";\nimport { ModelDocumentSelection } from \"@ckeditor/ckeditor5-engine\";\nimport { IconBold, IconCode, IconItalic, IconStrikethrough, IconSubscript, IconSuperscript, IconUnderline } from \"@ckeditor/ckeditor5-icons\";\nimport { ButtonView, MenuBarMenuListItemButtonView } from \"@ckeditor/ckeditor5-ui\";\nimport { TwoStepCaretMovement, inlineHighlight } from \"@ckeditor/ckeditor5-typing\";\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/attributecommand\n*/\n/**\n* An extension of the base {@link module:core/command~Command} class, which provides utilities for a command\n* that toggles a single attribute on a text or an element.\n*\n* `AttributeCommand` uses {@link module:engine/model/document~ModelDocument#selection}\n* to decide which nodes (if any) should be changed, and applies or removes the attribute from them.\n*\n* The command checks the {@link module:engine/model/model~Model#schema} to decide if it can be enabled\n* for the current selection and to which nodes the attribute can be applied.\n*/\nvar AttributeCommand = class extends Command {\n\t/**\n\t* The attribute that will be set by the command.\n\t*/\n\tattributeKey;\n\t/**\n\t* @param attributeKey Attribute that will be set by the command.\n\t*/\n\tconstructor(editor, attributeKey) {\n\t\tsuper(editor);\n\t\tthis.attributeKey = attributeKey;\n\t}\n\t/**\n\t* Updates the command's {@link #value} and {@link #isEnabled} based on the current selection.\n\t*/\n\trefresh() {\n\t\tconst model = this.editor.model;\n\t\tconst doc = model.document;\n\t\tthis.value = this._getValueFromFirstAllowedNode();\n\t\tthis.isEnabled = model.schema.checkAttributeInSelection(doc.selection, this.attributeKey);\n\t}\n\t/**\n\t* Executes the command – applies the attribute to the selection or removes it from the selection.\n\t*\n\t* If the command is active (`value == true`), it will remove attributes. Otherwise, it will set attributes.\n\t*\n\t* The execution result differs, depending on the {@link module:engine/model/document~ModelDocument#selection}:\n\t*\n\t* * If the selection is on a range, the command applies the attribute to all nodes in that range\n\t* (if they are allowed to have this attribute by the {@link module:engine/model/schema~ModelSchema schema}).\n\t* * If the selection is collapsed in a non-empty node, the command applies the attribute to the\n\t* {@link module:engine/model/document~ModelDocument#selection} itself (note that typed characters copy attributes from the selection).\n\t* * If the selection is collapsed in an empty node, the command applies the attribute to the parent node of the selection (note\n\t* that the selection inherits all attributes from a node if it is in an empty node).\n\t*\n\t* @fires execute\n\t* @param options Command options.\n\t* @param options.forceValue If set, it will force the command behavior. If `true`,\n\t* the command will apply the attribute, otherwise the command will remove the attribute.\n\t* If not set, the command will look for its current value to decide what it should do.\n\t*/\n\texecute(options = {}) {\n\t\tconst model = this.editor.model;\n\t\tconst selection = model.document.selection;\n\t\tconst value = options.forceValue === void 0 ? !this.value : options.forceValue;\n\t\tmodel.change((writer) => {\n\t\t\tif (selection.isCollapsed) if (value) writer.setSelectionAttribute(this.attributeKey, true);\n\t\t\telse writer.removeSelectionAttribute(this.attributeKey);\n\t\t\telse {\n\t\t\t\tconst ranges = model.schema.getValidRanges(selection.getRanges(), this.attributeKey, { includeEmptyRanges: true });\n\t\t\t\tfor (const range of ranges) {\n\t\t\t\t\tlet itemOrRange = range;\n\t\t\t\t\tlet attributeKey = this.attributeKey;\n\t\t\t\t\tif (range.isCollapsed) {\n\t\t\t\t\t\titemOrRange = range.start.parent;\n\t\t\t\t\t\tattributeKey = ModelDocumentSelection._getStoreAttributeKey(this.attributeKey);\n\t\t\t\t\t}\n\t\t\t\t\tif (value) writer.setAttribute(attributeKey, value, itemOrRange);\n\t\t\t\t\telse writer.removeAttribute(attributeKey, itemOrRange);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\t/**\n\t* Checks the attribute value of the first node in the selection that allows the attribute.\n\t* For the collapsed selection returns the selection attribute.\n\t*\n\t* @returns The attribute value.\n\t*/\n\t_getValueFromFirstAllowedNode() {\n\t\tconst model = this.editor.model;\n\t\tconst schema = model.schema;\n\t\tconst selection = model.document.selection;\n\t\tif (selection.isCollapsed) return selection.hasAttribute(this.attributeKey);\n\t\tfor (const range of selection.getRanges()) for (const item of range.getItems()) if (schema.checkAttribute(item, this.attributeKey)) return item.hasAttribute(this.attributeKey);\n\t\treturn false;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/bold/boldediting\n*/\nconst BOLD$1 = \"bold\";\n/**\n* The bold editing feature.\n*\n* It registers the `'bold'` command and introduces the `bold` attribute in the model which renders to the view\n* as a `<strong>` element.\n*/\nvar BoldEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"BoldEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: BOLD$1 });\n\t\teditor.model.schema.setAttributeProperties(BOLD$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: BOLD$1,\n\t\t\tview: \"strong\",\n\t\t\tupcastAlso: [\"b\", (viewElement) => {\n\t\t\t\tconst fontWeight = viewElement.getStyle(\"font-weight\");\n\t\t\t\tif (!fontWeight) return null;\n\t\t\t\tif (fontWeight == \"bold\" || Number(fontWeight) >= 600) return {\n\t\t\t\t\tname: true,\n\t\t\t\t\tstyles: [\"font-weight\"]\n\t\t\t\t};\n\t\t\t\treturn null;\n\t\t\t}]\n\t\t});\n\t\teditor.commands.add(BOLD$1, new AttributeCommand(editor, BOLD$1));\n\t\teditor.keystrokes.set(\"CTRL+B\", BOLD$1);\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Bold text\"),\n\t\t\tkeystroke: \"CTRL+B\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* Returns a function that creates a (toolbar or menu bar) button for a basic style feature.\n*\n* @internal\n*/\nfunction getButtonCreator({ editor, commandName, plugin, icon, label, keystroke }) {\n\treturn (ButtonClass) => {\n\t\tconst command = editor.commands.get(commandName);\n\t\tconst view = new ButtonClass(editor.locale);\n\t\tview.set({\n\t\t\tlabel,\n\t\t\ticon,\n\t\t\tkeystroke,\n\t\t\tisToggleable: true\n\t\t});\n\t\tview.bind(\"isEnabled\").to(command, \"isEnabled\");\n\t\tview.bind(\"isOn\").to(command, \"value\");\n\t\tif (view instanceof MenuBarMenuListItemButtonView) view.set({ role: \"menuitemcheckbox\" });\n\t\telse view.set({ tooltip: true });\n\t\tplugin.listenTo(view, \"execute\", () => {\n\t\t\teditor.execute(commandName);\n\t\t\teditor.editing.view.focus();\n\t\t});\n\t\treturn view;\n\t};\n}\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/bold/boldui\n*/\nconst BOLD = \"bold\";\n/**\n* The bold UI feature. It introduces the Bold button.\n*/\nvar BoldUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"BoldUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: BOLD,\n\t\t\tplugin: this,\n\t\t\ticon: IconBold,\n\t\t\tlabel: t(\"Bold\"),\n\t\t\tkeystroke: \"CTRL+B\"\n\t\t});\n\t\teditor.ui.componentFactory.add(BOLD, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:bold\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/bold\n*/\n/**\n* The bold feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/bold/boldediting~BoldEditing bold editing feature}\n* and {@link module:basic-styles/bold/boldui~BoldUI bold UI feature}.\n*/\nvar Bold = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [BoldEditing, BoldUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Bold\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/code/codeediting\n*/\nconst CODE$1 = \"code\";\nconst HIGHLIGHT_CLASS = \"ck-code_selected\";\n/**\n* The code editing feature.\n*\n* It registers the `'code'` command and introduces the `code` attribute in the model which renders to the view\n* as a `<code>` element.\n*/\nvar CodeEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"CodeEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [TwoStepCaretMovement];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: CODE$1 });\n\t\teditor.model.schema.setAttributeProperties(CODE$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: false\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: CODE$1,\n\t\t\tview: \"code\"\n\t\t});\n\t\teditor.commands.add(CODE$1, new AttributeCommand(editor, CODE$1));\n\t\teditor.plugins.get(TwoStepCaretMovement).registerAttribute(CODE$1);\n\t\tinlineHighlight(editor, CODE$1, \"code\", HIGHLIGHT_CLASS);\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Move out of an inline code style\"),\n\t\t\tkeystroke: [[\"arrowleft\", \"arrowleft\"], [\"arrowright\", \"arrowright\"]]\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/code/codeui\n*/\nconst CODE = \"code\";\n/**\n* The code UI feature. It introduces the Code button.\n*/\nvar CodeUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"CodeUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: CODE,\n\t\t\tplugin: this,\n\t\t\ticon: IconCode,\n\t\t\tlabel: t(\"Code\")\n\t\t});\n\t\teditor.ui.componentFactory.add(CODE, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:code\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/code\n*/\n/**\n* The code feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/code/codeediting~CodeEditing code editing feature}\n* and {@link module:basic-styles/code/codeui~CodeUI code UI feature}.\n*/\nvar Code = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [CodeEditing, CodeUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Code\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/italic/italicediting\n*/\nconst ITALIC$1 = \"italic\";\n/**\n* The italic editing feature.\n*\n* It registers the `'italic'` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model\n* which renders to the view as an `<i>` element.\n*/\nvar ItalicEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"ItalicEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: ITALIC$1 });\n\t\teditor.model.schema.setAttributeProperties(ITALIC$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: ITALIC$1,\n\t\t\tview: \"i\",\n\t\t\tupcastAlso: [\"em\", { styles: { \"font-style\": \"italic\" } }]\n\t\t});\n\t\teditor.commands.add(ITALIC$1, new AttributeCommand(editor, ITALIC$1));\n\t\teditor.keystrokes.set(\"CTRL+I\", ITALIC$1);\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Italic text\"),\n\t\t\tkeystroke: \"CTRL+I\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/italic/italicui\n*/\nconst ITALIC = \"italic\";\n/**\n* The italic UI feature. It introduces the Italic button.\n*/\nvar ItalicUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"ItalicUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: ITALIC,\n\t\t\tplugin: this,\n\t\t\ticon: IconItalic,\n\t\t\tkeystroke: \"CTRL+I\",\n\t\t\tlabel: t(\"Italic\")\n\t\t});\n\t\teditor.ui.componentFactory.add(ITALIC, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:italic\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/italic\n*/\n/**\n* The italic feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/italic/italicediting~ItalicEditing} and\n* {@link module:basic-styles/italic/italicui~ItalicUI} plugins.\n*/\nvar Italic = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [ItalicEditing, ItalicUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Italic\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/strikethrough/strikethroughediting\n*/\nconst STRIKETHROUGH$1 = \"strikethrough\";\n/**\n* The strikethrough editing feature.\n*\n* It registers the `'strikethrough'` command, the <kbd>Ctrl+Shift+X</kbd> keystroke and introduces the\n* `strikethroughsthrough` attribute in the model which renders to the view\n* as a `<s>` element.\n*/\nvar StrikethroughEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"StrikethroughEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: STRIKETHROUGH$1 });\n\t\teditor.model.schema.setAttributeProperties(STRIKETHROUGH$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: STRIKETHROUGH$1,\n\t\t\tview: \"s\",\n\t\t\tupcastAlso: [\n\t\t\t\t\"del\",\n\t\t\t\t\"strike\",\n\t\t\t\t{ styles: { \"text-decoration\": \"line-through\" } }\n\t\t\t]\n\t\t});\n\t\teditor.commands.add(STRIKETHROUGH$1, new AttributeCommand(editor, STRIKETHROUGH$1));\n\t\teditor.keystrokes.set(\"CTRL+SHIFT+X\", \"strikethrough\");\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Strikethrough text\"),\n\t\t\tkeystroke: \"CTRL+SHIFT+X\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/strikethrough/strikethroughui\n*/\nconst STRIKETHROUGH = \"strikethrough\";\n/**\n* The strikethrough UI feature. It introduces the Strikethrough button.\n*/\nvar StrikethroughUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"StrikethroughUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: STRIKETHROUGH,\n\t\t\tplugin: this,\n\t\t\ticon: IconStrikethrough,\n\t\t\tkeystroke: \"CTRL+SHIFT+X\",\n\t\t\tlabel: t(\"Strikethrough\")\n\t\t});\n\t\teditor.ui.componentFactory.add(STRIKETHROUGH, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:strikethrough\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/strikethrough\n*/\n/**\n* The strikethrough feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/strikethrough/strikethroughediting~StrikethroughEditing} and\n* {@link module:basic-styles/strikethrough/strikethroughui~StrikethroughUI} plugins.\n*/\nvar Strikethrough = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [StrikethroughEditing, StrikethroughUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Strikethrough\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/subscript/subscriptediting\n*/\nconst SUBSCRIPT$1 = \"subscript\";\n/**\n* The subscript editing feature.\n*\n* It registers the `sub` command and introduces the `sub` attribute in the model which renders to the view\n* as a `<sub>` element.\n*/\nvar SubscriptEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SubscriptEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: SUBSCRIPT$1 });\n\t\teditor.model.schema.setAttributeProperties(SUBSCRIPT$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: SUBSCRIPT$1,\n\t\t\tview: \"sub\",\n\t\t\tupcastAlso: [{ styles: { \"vertical-align\": \"sub\" } }]\n\t\t});\n\t\teditor.commands.add(SUBSCRIPT$1, new AttributeCommand(editor, SUBSCRIPT$1));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/subscript/subscriptui\n*/\nconst SUBSCRIPT = \"subscript\";\n/**\n* The subscript UI feature. It introduces the Subscript button.\n*/\nvar SubscriptUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SubscriptUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: SUBSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSubscript,\n\t\t\tlabel: t(\"Subscript\")\n\t\t});\n\t\teditor.ui.componentFactory.add(SUBSCRIPT, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:subscript\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/subscript\n*/\n/**\n* The subscript feature.\n*\n* It loads the {@link module:basic-styles/subscript/subscriptediting~SubscriptEditing} and\n* {@link module:basic-styles/subscript/subscriptui~SubscriptUI} plugins.\n*/\nvar Subscript = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [SubscriptEditing, SubscriptUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Subscript\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/superscript/superscriptediting\n*/\nconst SUPERSCRIPT$1 = \"superscript\";\n/**\n* The superscript editing feature.\n*\n* It registers the `super` command and introduces the `super` attribute in the model which renders to the view\n* as a `<super>` element.\n*/\nvar SuperscriptEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SuperscriptEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: SUPERSCRIPT$1 });\n\t\teditor.model.schema.setAttributeProperties(SUPERSCRIPT$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: SUPERSCRIPT$1,\n\t\t\tview: \"sup\",\n\t\t\tupcastAlso: [{ styles: { \"vertical-align\": \"super\" } }]\n\t\t});\n\t\teditor.commands.add(SUPERSCRIPT$1, new AttributeCommand(editor, SUPERSCRIPT$1));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/superscript/superscriptui\n*/\nconst SUPERSCRIPT = \"superscript\";\n/**\n* The superscript UI feature. It introduces the Superscript button.\n*/\nvar SuperscriptUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"SuperscriptUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: SUPERSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSuperscript,\n\t\t\tlabel: t(\"Superscript\")\n\t\t});\n\t\teditor.ui.componentFactory.add(SUPERSCRIPT, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:superscript\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/superscript\n*/\n/**\n* The superscript feature.\n*\n* It loads the {@link module:basic-styles/superscript/superscriptediting~SuperscriptEditing} and\n* {@link module:basic-styles/superscript/superscriptui~SuperscriptUI} plugins.\n*/\nvar Superscript = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [SuperscriptEditing, SuperscriptUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Superscript\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/underline/underlineediting\n*/\nconst UNDERLINE$1 = \"underline\";\n/**\n* The underline editing feature.\n*\n* It registers the `'underline'` command, the <kbd>Ctrl+U</kbd> keystroke\n* and introduces the `underline` attribute in the model which renders to the view as an `<u>` element.\n*/\nvar UnderlineEditing = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"UnderlineEditing\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\t\teditor.model.schema.extend(\"$text\", { allowAttributes: UNDERLINE$1 });\n\t\teditor.model.schema.setAttributeProperties(UNDERLINE$1, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t});\n\t\teditor.conversion.attributeToElement({\n\t\t\tmodel: UNDERLINE$1,\n\t\t\tview: \"u\",\n\t\t\tupcastAlso: { styles: { \"text-decoration\": \"underline\" } }\n\t\t});\n\t\teditor.commands.add(UNDERLINE$1, new AttributeCommand(editor, UNDERLINE$1));\n\t\teditor.keystrokes.set(\"CTRL+U\", \"underline\");\n\t\teditor.accessibility.addKeystrokeInfos({ keystrokes: [{\n\t\t\tlabel: t(\"Underline text\"),\n\t\t\tkeystroke: \"CTRL+U\"\n\t\t}] });\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/underline/underlineui\n*/\nconst UNDERLINE = \"underline\";\n/**\n* The underline UI feature. It introduces the Underline button.\n*/\nvar UnderlineUI = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"UnderlineUI\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tinit() {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator({\n\t\t\teditor,\n\t\t\tcommandName: UNDERLINE,\n\t\t\tplugin: this,\n\t\t\ticon: IconUnderline,\n\t\t\tlabel: t(\"Underline\"),\n\t\t\tkeystroke: \"CTRL+U\"\n\t\t});\n\t\teditor.ui.componentFactory.add(UNDERLINE, () => createButton(ButtonView));\n\t\teditor.ui.componentFactory.add(\"menuBar:underline\", () => createButton(MenuBarMenuListItemButtonView));\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n/**\n* @module basic-styles/underline\n*/\n/**\n* The underline feature.\n*\n* For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n* and the {@glink api/basic-styles package page}.\n*\n* This is a \"glue\" plugin which loads the {@link module:basic-styles/underline/underlineediting~UnderlineEditing} and\n* {@link module:basic-styles/underline/underlineui~UnderlineUI} plugins.\n*/\nvar Underline = class extends Plugin {\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get requires() {\n\t\treturn [UnderlineEditing, UnderlineUI];\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get pluginName() {\n\t\treturn \"Underline\";\n\t}\n\t/**\n\t* @inheritDoc\n\t*/\n\tstatic get isOfficialPlugin() {\n\t\treturn true;\n\t}\n};\n\n/**\n* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n*/\n\nexport { AttributeCommand, Bold, BoldEditing, BoldUI, Code, CodeEditing, CodeUI, Italic, ItalicEditing, ItalicUI, Strikethrough, StrikethroughEditing, StrikethroughUI, Subscript, SubscriptEditing, SubscriptUI, Superscript, SuperscriptEditing, SuperscriptUI, Underline, UnderlineEditing, UnderlineUI, getButtonCreator as _getBasicStylesButtonCreator };\n//# sourceMappingURL=index.js.map","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/attributecommand\n */\n\nimport { Command, type Editor } from '@ckeditor/ckeditor5-core';\nimport { ModelDocumentSelection, type ModelRange, type ModelElement } from '@ckeditor/ckeditor5-engine';\n\n/**\n * An extension of the base {@link module:core/command~Command} class, which provides utilities for a command\n * that toggles a single attribute on a text or an element.\n *\n * `AttributeCommand` uses {@link module:engine/model/document~ModelDocument#selection}\n * to decide which nodes (if any) should be changed, and applies or removes the attribute from them.\n *\n * The command checks the {@link module:engine/model/model~Model#schema} to decide if it can be enabled\n * for the current selection and to which nodes the attribute can be applied.\n */\nexport class AttributeCommand extends Command {\n\t/**\n\t * Flag indicating whether the command is active. The command is active when the\n\t * {@link module:engine/model/selection~ModelSelection#hasAttribute selection has the attribute} which means that:\n\t *\n\t * * If the selection is not empty – That the attribute is set on the first node in the selection that allows this attribute.\n\t * * If the selection is empty – That the selection has the attribute itself (which means that newly typed\n\t * text will have this attribute, too).\n\t *\n\t * @observable\n\t * @readonly\n\t */\n\tdeclare public value: boolean;\n\n\t/**\n\t * The attribute that will be set by the command.\n\t */\n\tpublic readonly attributeKey: string;\n\n\t/**\n\t * @param attributeKey Attribute that will be set by the command.\n\t */\n\tconstructor( editor: Editor, attributeKey: string ) {\n\t\tsuper( editor );\n\n\t\tthis.attributeKey = attributeKey;\n\t}\n\n\t/**\n\t * Updates the command's {@link #value} and {@link #isEnabled} based on the current selection.\n\t */\n\tpublic override refresh(): void {\n\t\tconst model = this.editor.model;\n\t\tconst doc = model.document;\n\n\t\tthis.value = this._getValueFromFirstAllowedNode();\n\t\tthis.isEnabled = model.schema.checkAttributeInSelection( doc.selection, this.attributeKey );\n\t}\n\n\t/**\n\t * Executes the command – applies the attribute to the selection or removes it from the selection.\n\t *\n\t * If the command is active (`value == true`), it will remove attributes. Otherwise, it will set attributes.\n\t *\n\t * The execution result differs, depending on the {@link module:engine/model/document~ModelDocument#selection}:\n\t *\n\t * * If the selection is on a range, the command applies the attribute to all nodes in that range\n\t * (if they are allowed to have this attribute by the {@link module:engine/model/schema~ModelSchema schema}).\n\t * * If the selection is collapsed in a non-empty node, the command applies the attribute to the\n\t * {@link module:engine/model/document~ModelDocument#selection} itself (note that typed characters copy attributes from the selection).\n\t * * If the selection is collapsed in an empty node, the command applies the attribute to the parent node of the selection (note\n\t * that the selection inherits all attributes from a node if it is in an empty node).\n\t *\n\t * @fires execute\n\t * @param options Command options.\n\t * @param options.forceValue If set, it will force the command behavior. If `true`,\n\t * the command will apply the attribute, otherwise the command will remove the attribute.\n\t * If not set, the command will look for its current value to decide what it should do.\n\t */\n\tpublic override execute( options: { forceValue?: boolean } = {} ): void {\n\t\tconst model = this.editor.model;\n\t\tconst doc = model.document;\n\t\tconst selection = doc.selection;\n\t\tconst value = ( options.forceValue === undefined ) ? !this.value : options.forceValue;\n\n\t\tmodel.change( writer => {\n\t\t\tif ( selection.isCollapsed ) {\n\t\t\t\tif ( value ) {\n\t\t\t\t\twriter.setSelectionAttribute( this.attributeKey, true );\n\t\t\t\t} else {\n\t\t\t\t\twriter.removeSelectionAttribute( this.attributeKey );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tconst ranges = model.schema.getValidRanges( selection.getRanges(), this.attributeKey, {\n\t\t\t\t\tincludeEmptyRanges: true\n\t\t\t\t} );\n\n\t\t\t\tfor ( const range of ranges ) {\n\t\t\t\t\tlet itemOrRange: ModelRange | ModelElement = range;\n\t\t\t\t\tlet attributeKey = this.attributeKey;\n\n\t\t\t\t\tif ( range.isCollapsed ) {\n\t\t\t\t\t\titemOrRange = range.start.parent as ModelElement;\n\t\t\t\t\t\tattributeKey = ModelDocumentSelection._getStoreAttributeKey( this.attributeKey );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( value ) {\n\t\t\t\t\t\twriter.setAttribute( attributeKey, value, itemOrRange );\n\t\t\t\t\t} else {\n\t\t\t\t\t\twriter.removeAttribute( attributeKey, itemOrRange );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t}\n\n\t/**\n\t * Checks the attribute value of the first node in the selection that allows the attribute.\n\t * For the collapsed selection returns the selection attribute.\n\t *\n\t * @returns The attribute value.\n\t */\n\tprivate _getValueFromFirstAllowedNode(): boolean {\n\t\tconst model = this.editor.model;\n\t\tconst schema = model.schema;\n\t\tconst selection = model.document.selection;\n\n\t\tif ( selection.isCollapsed ) {\n\t\t\treturn selection.hasAttribute( this.attributeKey );\n\t\t}\n\n\t\tfor ( const range of selection.getRanges() ) {\n\t\t\tfor ( const item of range.getItems() ) {\n\t\t\t\tif ( schema.checkAttribute( item, this.attributeKey ) ) {\n\t\t\t\t\treturn item.hasAttribute( this.attributeKey );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/bold/boldediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst BOLD = 'bold';\n\n/**\n * The bold editing feature.\n *\n * It registers the `'bold'` command and introduces the `bold` attribute in the model which renders to the view\n * as a `<strong>` element.\n */\nexport class BoldEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'BoldEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow bold attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: BOLD } );\n\t\teditor.model.schema.setAttributeProperties( BOLD, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\t// Build converter from model to view for data and editing pipelines.\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: BOLD,\n\t\t\tview: 'strong',\n\t\t\tupcastAlso: [\n\t\t\t\t'b',\n\t\t\t\tviewElement => {\n\t\t\t\t\tconst fontWeight = viewElement.getStyle( 'font-weight' );\n\n\t\t\t\t\tif ( !fontWeight ) {\n\t\t\t\t\t\treturn null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Value of the `font-weight` attribute can be defined as a string or a number.\n\t\t\t\t\tif ( fontWeight == 'bold' || Number( fontWeight ) >= 600 ) {\n\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\tname: true,\n\t\t\t\t\t\t\tstyles: [ 'font-weight' ]\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create bold command.\n\t\teditor.commands.add( BOLD, new AttributeCommand( editor, BOLD ) );\n\n\t\t// Set the Ctrl+B keystroke.\n\t\teditor.keystrokes.set( 'CTRL+B', BOLD );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Bold text' ),\n\t\t\t\t\tkeystroke: 'CTRL+B'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/utils\n */\n\nimport type { Editor, Plugin } from '@ckeditor/ckeditor5-core';\nimport { type AttributeCommand } from './attributecommand.js';\nimport { MenuBarMenuListItemButtonView, type ButtonView } from '@ckeditor/ckeditor5-ui';\n\n/**\n * Returns a function that creates a (toolbar or menu bar) button for a basic style feature.\n *\n * @internal\n */\nexport function getButtonCreator( {\n\teditor, commandName, plugin, icon, label, keystroke\n}: {\n\teditor: Editor;\n\tcommandName: string;\n\ticon: string;\n\tlabel: string;\n\tplugin: Plugin;\n\tkeystroke?: string;\n} ) {\n\treturn <T extends typeof ButtonView | typeof MenuBarMenuListItemButtonView>( ButtonClass: T ): InstanceType<T> => {\n\t\tconst command = editor.commands.get( commandName )! as AttributeCommand;\n\t\tconst view = new ButtonClass( editor.locale ) as InstanceType<T>;\n\n\t\tview.set( {\n\t\t\tlabel,\n\t\t\ticon,\n\t\t\tkeystroke,\n\t\t\tisToggleable: true\n\t\t} );\n\n\t\tview.bind( 'isEnabled' ).to( command, 'isEnabled' );\n\t\tview.bind( 'isOn' ).to( command, 'value' );\n\n\t\tif ( view instanceof MenuBarMenuListItemButtonView ) {\n\t\t\tview.set( {\n\t\t\t\trole: 'menuitemcheckbox'\n\t\t\t} );\n\t\t} else {\n\t\t\tview.set( {\n\t\t\t\ttooltip: true\n\t\t\t} );\n\t\t}\n\n\t\t// Execute the command.\n\t\tplugin.listenTo( view, 'execute', () => {\n\t\t\teditor.execute( commandName );\n\t\t\teditor.editing.view.focus();\n\t\t} );\n\n\t\treturn view;\n\t};\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/bold/boldui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconBold } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst BOLD = 'bold';\n\n/**\n * The bold UI feature. It introduces the Bold button.\n */\nexport class BoldUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'BoldUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: BOLD,\n\t\t\tplugin: this,\n\t\t\ticon: IconBold,\n\t\t\tlabel: t( 'Bold' ),\n\t\t\tkeystroke: 'CTRL+B'\n\t\t} );\n\n\t\t// Add bold button to feature components.\n\t\teditor.ui.componentFactory.add( BOLD, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + BOLD, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/bold\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { BoldEditing } from './bold/boldediting.js';\nimport { BoldUI } from './bold/boldui.js';\n\n/**\n * The bold feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/bold/boldediting~BoldEditing bold editing feature}\n * and {@link module:basic-styles/bold/boldui~BoldUI bold UI feature}.\n */\nexport class Bold extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ BoldEditing, BoldUI ]> {\n\t\treturn [ BoldEditing, BoldUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Bold' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/code/codeediting\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { TwoStepCaretMovement, inlineHighlight } from '@ckeditor/ckeditor5-typing';\n\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst CODE = 'code';\nconst HIGHLIGHT_CLASS = 'ck-code_selected';\n\n/**\n * The code editing feature.\n *\n * It registers the `'code'` command and introduces the `code` attribute in the model which renders to the view\n * as a `<code>` element.\n */\nexport class CodeEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'CodeEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ TwoStepCaretMovement ]> {\n\t\treturn [ TwoStepCaretMovement ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow code attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: CODE } );\n\t\teditor.model.schema.setAttributeProperties( CODE, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: false\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: CODE,\n\t\t\tview: 'code'\n\t\t} );\n\n\t\t// Create code command.\n\t\teditor.commands.add( CODE, new AttributeCommand( editor, CODE ) );\n\n\t\t// Enable two-step caret movement for `code` attribute.\n\t\teditor.plugins.get( TwoStepCaretMovement ).registerAttribute( CODE );\n\n\t\t// Setup highlight over selected element.\n\t\tinlineHighlight( editor, CODE, 'code', HIGHLIGHT_CLASS );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Move out of an inline code style' ),\n\t\t\t\t\tkeystroke: [\n\t\t\t\t\t\t[ 'arrowleft', 'arrowleft' ],\n\t\t\t\t\t\t[ 'arrowright', 'arrowright' ]\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/code/codeui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconCode } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst CODE = 'code';\n\n/**\n * The code UI feature. It introduces the Code button.\n */\nexport class CodeUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'CodeUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: CODE,\n\t\t\tplugin: this,\n\t\t\ticon: IconCode,\n\t\t\tlabel: t( 'Code' )\n\t\t} );\n\n\t\t// Add code button to feature components.\n\t\teditor.ui.componentFactory.add( CODE, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + CODE, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/code\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { CodeEditing } from './code/codeediting.js';\nimport { CodeUI } from './code/codeui.js';\n\n/**\n * The code feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/code/codeediting~CodeEditing code editing feature}\n * and {@link module:basic-styles/code/codeui~CodeUI code UI feature}.\n */\nexport class Code extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ CodeEditing, CodeUI ]> {\n\t\treturn [ CodeEditing, CodeUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Code' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/italic/italicediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst ITALIC = 'italic';\n\n/**\n * The italic editing feature.\n *\n * It registers the `'italic'` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model\n * which renders to the view as an `<i>` element.\n */\nexport class ItalicEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'ItalicEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow italic attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: ITALIC } );\n\t\teditor.model.schema.setAttributeProperties( ITALIC, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: ITALIC,\n\t\t\tview: 'i',\n\t\t\tupcastAlso: [\n\t\t\t\t'em',\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'font-style': 'italic'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create italic command.\n\t\teditor.commands.add( ITALIC, new AttributeCommand( editor, ITALIC ) );\n\n\t\t// Set the Ctrl+I keystroke.\n\t\teditor.keystrokes.set( 'CTRL+I', ITALIC );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Italic text' ),\n\t\t\t\t\tkeystroke: 'CTRL+I'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/italic/italicui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconItalic } from '@ckeditor/ckeditor5-icons';\nimport { MenuBarMenuListItemButtonView, ButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst ITALIC = 'italic';\n\n/**\n * The italic UI feature. It introduces the Italic button.\n */\nexport class ItalicUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'ItalicUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: ITALIC,\n\t\t\tplugin: this,\n\t\t\ticon: IconItalic,\n\t\t\tkeystroke: 'CTRL+I',\n\t\t\tlabel: t( 'Italic' )\n\t\t} );\n\n\t\t// Add bold button to feature components.\n\t\teditor.ui.componentFactory.add( ITALIC, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + ITALIC, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/italic\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { ItalicEditing } from './italic/italicediting.js';\nimport { ItalicUI } from './italic/italicui.js';\n\n/**\n * The italic feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/italic/italicediting~ItalicEditing} and\n * {@link module:basic-styles/italic/italicui~ItalicUI} plugins.\n */\nexport class Italic extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ ItalicEditing, ItalicUI ]> {\n\t\treturn [ ItalicEditing, ItalicUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Italic' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/strikethrough/strikethroughediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst STRIKETHROUGH = 'strikethrough';\n\n/**\n * The strikethrough editing feature.\n *\n * It registers the `'strikethrough'` command, the <kbd>Ctrl+Shift+X</kbd> keystroke and introduces the\n * `strikethroughsthrough` attribute in the model which renders to the view\n * as a `<s>` element.\n */\nexport class StrikethroughEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'StrikethroughEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow strikethrough attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: STRIKETHROUGH } );\n\t\teditor.model.schema.setAttributeProperties( STRIKETHROUGH, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: STRIKETHROUGH,\n\t\t\tview: 's',\n\t\t\tupcastAlso: [\n\t\t\t\t'del',\n\t\t\t\t'strike',\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'text-decoration': 'line-through'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create strikethrough command.\n\t\teditor.commands.add( STRIKETHROUGH, new AttributeCommand( editor, STRIKETHROUGH ) );\n\n\t\t// Set the Ctrl+Shift+X keystroke.\n\t\teditor.keystrokes.set( 'CTRL+SHIFT+X', 'strikethrough' );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Strikethrough text' ),\n\t\t\t\t\tkeystroke: 'CTRL+SHIFT+X'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/strikethrough/strikethroughui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconStrikethrough } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst STRIKETHROUGH = 'strikethrough';\n\n/**\n * The strikethrough UI feature. It introduces the Strikethrough button.\n */\nexport class StrikethroughUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'StrikethroughUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: STRIKETHROUGH,\n\t\t\tplugin: this,\n\t\t\ticon: IconStrikethrough,\n\t\t\tkeystroke: 'CTRL+SHIFT+X',\n\t\t\tlabel: t( 'Strikethrough' )\n\t\t} );\n\n\t\t// Add strikethrough button to feature components.\n\t\teditor.ui.componentFactory.add( STRIKETHROUGH, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + STRIKETHROUGH, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/strikethrough\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { StrikethroughEditing } from './strikethrough/strikethroughediting.js';\nimport { StrikethroughUI } from './strikethrough/strikethroughui.js';\n\n/**\n * The strikethrough feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/strikethrough/strikethroughediting~StrikethroughEditing} and\n * {@link module:basic-styles/strikethrough/strikethroughui~StrikethroughUI} plugins.\n */\nexport class Strikethrough extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ StrikethroughEditing, StrikethroughUI ]> {\n\t\treturn [ StrikethroughEditing, StrikethroughUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Strikethrough' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/subscript/subscriptediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst SUBSCRIPT = 'subscript';\n\n/**\n * The subscript editing feature.\n *\n * It registers the `sub` command and introduces the `sub` attribute in the model which renders to the view\n * as a `<sub>` element.\n */\nexport class SubscriptEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SubscriptEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\t// Allow sub attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: SUBSCRIPT } );\n\t\teditor.model.schema.setAttributeProperties( SUBSCRIPT, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\t// Build converter from model to view for data and editing pipelines.\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: SUBSCRIPT,\n\t\t\tview: 'sub',\n\t\t\tupcastAlso: [\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'vertical-align': 'sub'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create sub command.\n\t\teditor.commands.add( SUBSCRIPT, new AttributeCommand( editor, SUBSCRIPT ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/subscript/subscriptui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconSubscript } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst SUBSCRIPT = 'subscript';\n\n/**\n * The subscript UI feature. It introduces the Subscript button.\n */\nexport class SubscriptUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SubscriptUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: SUBSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSubscript,\n\t\t\tlabel: t( 'Subscript' )\n\t\t} );\n\n\t\t// Add subscript button to feature components.\n\t\teditor.ui.componentFactory.add( SUBSCRIPT, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + SUBSCRIPT, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/subscript\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { SubscriptEditing } from './subscript/subscriptediting.js';\nimport { SubscriptUI } from './subscript/subscriptui.js';\n\n/**\n * The subscript feature.\n *\n * It loads the {@link module:basic-styles/subscript/subscriptediting~SubscriptEditing} and\n * {@link module:basic-styles/subscript/subscriptui~SubscriptUI} plugins.\n */\nexport class Subscript extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ SubscriptEditing, SubscriptUI ]> {\n\t\treturn [ SubscriptEditing, SubscriptUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Subscript' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/superscript/superscriptediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst SUPERSCRIPT = 'superscript';\n\n/**\n * The superscript editing feature.\n *\n * It registers the `super` command and introduces the `super` attribute in the model which renders to the view\n * as a `<super>` element.\n */\nexport class SuperscriptEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SuperscriptEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\t// Allow super attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: SUPERSCRIPT } );\n\t\teditor.model.schema.setAttributeProperties( SUPERSCRIPT, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\t// Build converter from model to view for data and editing pipelines.\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: SUPERSCRIPT,\n\t\t\tview: 'sup',\n\t\t\tupcastAlso: [\n\t\t\t\t{\n\t\t\t\t\tstyles: {\n\t\t\t\t\t\t'vertical-align': 'super'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\n\t\t// Create super command.\n\t\teditor.commands.add( SUPERSCRIPT, new AttributeCommand( editor, SUPERSCRIPT ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/superscript/superscriptui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconSuperscript } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst SUPERSCRIPT = 'superscript';\n\n/**\n * The superscript UI feature. It introduces the Superscript button.\n */\nexport class SuperscriptUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'SuperscriptUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: SUPERSCRIPT,\n\t\t\tplugin: this,\n\t\t\ticon: IconSuperscript,\n\t\t\tlabel: t( 'Superscript' )\n\t\t} );\n\n\t\t// Add superscript button to feature components.\n\t\teditor.ui.componentFactory.add( SUPERSCRIPT, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + SUPERSCRIPT, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/superscript\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { SuperscriptEditing } from './superscript/superscriptediting.js';\nimport { SuperscriptUI } from './superscript/superscriptui.js';\n\n/**\n * The superscript feature.\n *\n * It loads the {@link module:basic-styles/superscript/superscriptediting~SuperscriptEditing} and\n * {@link module:basic-styles/superscript/superscriptui~SuperscriptUI} plugins.\n */\nexport class Superscript extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ SuperscriptEditing, SuperscriptUI ]> {\n\t\treturn [ SuperscriptEditing, SuperscriptUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Superscript' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/underline/underlineediting\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { AttributeCommand } from '../attributecommand.js';\n\nconst UNDERLINE = 'underline';\n\n/**\n * The underline editing feature.\n *\n * It registers the `'underline'` command, the <kbd>Ctrl+U</kbd> keystroke\n * and introduces the `underline` attribute in the model which renders to the view as an `<u>` element.\n */\nexport class UnderlineEditing extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'UnderlineEditing' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = this.editor.t;\n\n\t\t// Allow strikethrough attribute on text nodes.\n\t\teditor.model.schema.extend( '$text', { allowAttributes: UNDERLINE } );\n\t\teditor.model.schema.setAttributeProperties( UNDERLINE, {\n\t\t\tisFormatting: true,\n\t\t\tcopyOnEnter: true\n\t\t} );\n\n\t\teditor.conversion.attributeToElement( {\n\t\t\tmodel: UNDERLINE,\n\t\t\tview: 'u',\n\t\t\tupcastAlso: {\n\t\t\t\tstyles: {\n\t\t\t\t\t'text-decoration': 'underline'\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t// Create underline command.\n\t\teditor.commands.add( UNDERLINE, new AttributeCommand( editor, UNDERLINE ) );\n\n\t\t// Set the Ctrl+U keystroke.\n\t\teditor.keystrokes.set( 'CTRL+U', 'underline' );\n\n\t\t// Add the information about the keystroke to the accessibility database.\n\t\teditor.accessibility.addKeystrokeInfos( {\n\t\t\tkeystrokes: [\n\t\t\t\t{\n\t\t\t\t\tlabel: t( 'Underline text' ),\n\t\t\t\t\tkeystroke: 'CTRL+U'\n\t\t\t\t}\n\t\t\t]\n\t\t} );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/underline/underlineui\n */\n\nimport { Plugin } from '@ckeditor/ckeditor5-core';\nimport { IconUnderline } from '@ckeditor/ckeditor5-icons';\nimport { ButtonView, MenuBarMenuListItemButtonView } from '@ckeditor/ckeditor5-ui';\nimport { getButtonCreator } from '../utils.js';\n\nconst UNDERLINE = 'underline';\n\n/**\n * The underline UI feature. It introduces the Underline button.\n */\nexport class UnderlineUI extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'UnderlineUI' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic init(): void {\n\t\tconst editor = this.editor;\n\t\tconst t = editor.locale.t;\n\t\tconst createButton = getButtonCreator( {\n\t\t\teditor,\n\t\t\tcommandName: UNDERLINE,\n\t\t\tplugin: this,\n\t\t\ticon: IconUnderline,\n\t\t\tlabel: t( 'Underline' ),\n\t\t\tkeystroke: 'CTRL+U'\n\t\t} );\n\n\t\t// Add bold button to feature components.\n\t\teditor.ui.componentFactory.add( UNDERLINE, () => createButton( ButtonView ) );\n\t\teditor.ui.componentFactory.add( 'menuBar:' + UNDERLINE, () => createButton( MenuBarMenuListItemButtonView ) );\n\t}\n}\n","/**\n * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n/**\n * @module basic-styles/underline\n */\n\nimport { Plugin, type PluginDependenciesOf } from '@ckeditor/ckeditor5-core';\nimport { UnderlineEditing } from './underline/underlineediting.js';\nimport { UnderlineUI } from './underline/underlineui.js';\n\n/**\n * The underline feature.\n *\n * For a detailed overview check the {@glink features/basic-styles Basic styles feature} guide\n * and the {@glink api/basic-styles package page}.\n *\n * This is a \"glue\" plugin which loads the {@link module:basic-styles/underline/underlineediting~UnderlineEditing} and\n * {@link module:basic-styles/underline/underlineui~UnderlineUI} plugins.\n */\nexport class Underline extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get requires(): PluginDependenciesOf<[ UnderlineEditing, UnderlineUI ]> {\n\t\treturn [ UnderlineEditing, UnderlineUI ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static get pluginName() {\n\t\treturn 'Underline' as const;\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tpublic static override get isOfficialPlugin(): true {\n\t\treturn true;\n\t}\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-basic-styles",
|
|
3
|
-
"version": "48.
|
|
3
|
+
"version": "48.4.0-alpha.0",
|
|
4
4
|
"description": "Basic styles feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ckeditor/ckeditor5-core": "48.
|
|
30
|
-
"@ckeditor/ckeditor5-engine": "48.
|
|
31
|
-
"@ckeditor/ckeditor5-icons": "48.
|
|
32
|
-
"@ckeditor/ckeditor5-typing": "48.
|
|
33
|
-
"@ckeditor/ckeditor5-ui": "48.
|
|
34
|
-
"@ckeditor/ckeditor5-utils": "48.
|
|
29
|
+
"@ckeditor/ckeditor5-core": "48.4.0-alpha.0",
|
|
30
|
+
"@ckeditor/ckeditor5-engine": "48.4.0-alpha.0",
|
|
31
|
+
"@ckeditor/ckeditor5-icons": "48.4.0-alpha.0",
|
|
32
|
+
"@ckeditor/ckeditor5-typing": "48.4.0-alpha.0",
|
|
33
|
+
"@ckeditor/ckeditor5-ui": "48.4.0-alpha.0",
|
|
34
|
+
"@ckeditor/ckeditor5-utils": "48.4.0-alpha.0"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"dist",
|