@ckeditor/ckeditor5-document-outline 41.2.0 → 41.3.0-alpha.2

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.
Files changed (118) hide show
  1. package/build/document-outline.js +1 -1
  2. package/dist/content-index.css +363 -0
  3. package/dist/editor-index.css +420 -0
  4. package/dist/index.css +1154 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/bg.d.ts +8 -0
  8. package/dist/translations/bg.js +23 -0
  9. package/dist/translations/bn.d.ts +8 -0
  10. package/dist/translations/bn.js +23 -0
  11. package/dist/translations/ca.d.ts +8 -0
  12. package/dist/translations/ca.js +23 -0
  13. package/dist/translations/cs.d.ts +8 -0
  14. package/dist/translations/cs.js +23 -0
  15. package/dist/translations/da.d.ts +8 -0
  16. package/dist/translations/da.js +23 -0
  17. package/dist/translations/de.d.ts +8 -0
  18. package/dist/translations/de.js +23 -0
  19. package/dist/translations/el.d.ts +8 -0
  20. package/dist/translations/el.js +23 -0
  21. package/dist/translations/en-au.d.ts +8 -0
  22. package/dist/translations/en-au.js +23 -0
  23. package/dist/translations/en.d.ts +8 -0
  24. package/dist/translations/en.js +23 -0
  25. package/dist/translations/es.d.ts +8 -0
  26. package/dist/translations/es.js +23 -0
  27. package/dist/translations/et.d.ts +8 -0
  28. package/dist/translations/et.js +23 -0
  29. package/dist/translations/fi.d.ts +8 -0
  30. package/dist/translations/fi.js +23 -0
  31. package/dist/translations/fr.d.ts +8 -0
  32. package/dist/translations/fr.js +23 -0
  33. package/dist/translations/gl.d.ts +8 -0
  34. package/dist/translations/gl.js +23 -0
  35. package/dist/translations/he.d.ts +8 -0
  36. package/dist/translations/he.js +23 -0
  37. package/dist/translations/hi.d.ts +8 -0
  38. package/dist/translations/hi.js +23 -0
  39. package/dist/translations/hr.d.ts +8 -0
  40. package/dist/translations/hr.js +23 -0
  41. package/dist/translations/hu.d.ts +8 -0
  42. package/dist/translations/hu.js +23 -0
  43. package/dist/translations/id.d.ts +8 -0
  44. package/dist/translations/id.js +23 -0
  45. package/dist/translations/it.d.ts +8 -0
  46. package/dist/translations/it.js +23 -0
  47. package/dist/translations/ja.d.ts +8 -0
  48. package/dist/translations/ja.js +23 -0
  49. package/dist/translations/ko.d.ts +8 -0
  50. package/dist/translations/ko.js +23 -0
  51. package/dist/translations/lt.d.ts +8 -0
  52. package/dist/translations/lt.js +23 -0
  53. package/dist/translations/lv.d.ts +8 -0
  54. package/dist/translations/lv.js +23 -0
  55. package/dist/translations/ms.d.ts +8 -0
  56. package/dist/translations/ms.js +23 -0
  57. package/dist/translations/nl.d.ts +8 -0
  58. package/dist/translations/nl.js +23 -0
  59. package/dist/translations/no.d.ts +8 -0
  60. package/dist/translations/no.js +23 -0
  61. package/dist/translations/pl.d.ts +8 -0
  62. package/dist/translations/pl.js +23 -0
  63. package/dist/translations/pt-br.d.ts +8 -0
  64. package/dist/translations/pt-br.js +23 -0
  65. package/dist/translations/pt.d.ts +8 -0
  66. package/dist/translations/pt.js +23 -0
  67. package/dist/translations/ro.d.ts +8 -0
  68. package/dist/translations/ro.js +23 -0
  69. package/dist/translations/ru.d.ts +8 -0
  70. package/dist/translations/ru.js +23 -0
  71. package/dist/translations/sk.d.ts +8 -0
  72. package/dist/translations/sk.js +23 -0
  73. package/dist/translations/sr-latn.d.ts +8 -0
  74. package/dist/translations/sr-latn.js +23 -0
  75. package/dist/translations/sr.d.ts +8 -0
  76. package/dist/translations/sr.js +23 -0
  77. package/dist/translations/sv.d.ts +8 -0
  78. package/dist/translations/sv.js +23 -0
  79. package/dist/translations/th.d.ts +8 -0
  80. package/dist/translations/th.js +23 -0
  81. package/dist/translations/tr.d.ts +8 -0
  82. package/dist/translations/tr.js +23 -0
  83. package/dist/translations/ug.d.ts +8 -0
  84. package/dist/translations/ug.js +23 -0
  85. package/dist/translations/uk.d.ts +8 -0
  86. package/dist/translations/uk.js +23 -0
  87. package/dist/translations/vi.d.ts +8 -0
  88. package/dist/translations/vi.js +23 -0
  89. package/dist/translations/zh-cn.d.ts +8 -0
  90. package/dist/translations/zh-cn.js +23 -0
  91. package/dist/translations/zh.d.ts +8 -0
  92. package/dist/translations/zh.js +23 -0
  93. package/dist/types/augmentation.d.ts +31 -0
  94. package/dist/types/documentoutline/documentoutlineui.d.ts +44 -0
  95. package/dist/types/documentoutline/documentoutlineutils.d.ts +70 -0
  96. package/dist/types/documentoutline/ui/documentoutlineitemview.d.ts +55 -0
  97. package/dist/types/documentoutline/ui/documentoutlineview.d.ts +56 -0
  98. package/dist/types/documentoutline/utils.d.ts +21 -0
  99. package/dist/types/documentoutline.d.ts +103 -0
  100. package/dist/types/index.d.ts +20 -0
  101. package/dist/types/tableofcontents/headingid.d.ts +22 -0
  102. package/dist/types/tableofcontents/tableofcontentscommand.d.ts +25 -0
  103. package/dist/types/tableofcontents/tableofcontentsediting.d.ts +41 -0
  104. package/dist/types/tableofcontents/tableofcontentsui.d.ts +31 -0
  105. package/dist/types/tableofcontents.d.ts +30 -0
  106. package/package.json +5 -4
  107. package/src/documentoutline/documentoutlineui.js +1 -1
  108. package/src/documentoutline/documentoutlineutils.js +1 -1
  109. package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
  110. package/src/documentoutline/ui/documentoutlineview.js +1 -1
  111. package/src/documentoutline/utils.js +1 -1
  112. package/src/documentoutline.js +1 -1
  113. package/src/index.js +1 -1
  114. package/src/tableofcontents/headingid.js +1 -1
  115. package/src/tableofcontents/tableofcontentscommand.js +1 -1
  116. package/src/tableofcontents/tableofcontentsediting.js +1 -1
  117. package/src/tableofcontents/tableofcontentsui.js +1 -1
  118. package/src/tableofcontents.js +1 -1
@@ -0,0 +1,103 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module document-outline/documentoutline
11
+ * @publicApi
12
+ */
13
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
14
+ import DocumentOutlineUtils from './documentoutline/documentoutlineutils.js';
15
+ import DocumentOutlineUI from './documentoutline/documentoutlineui.js';
16
+ /**
17
+ * The document outline feature.
18
+ * It allows for an easy access to a predefined list of headings in the document.
19
+ */
20
+ export default class DocumentOutline extends Plugin {
21
+ licenseKey: string;
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get requires(): readonly [typeof DocumentOutlineUtils, typeof DocumentOutlineUI];
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get pluginName(): "DocumentOutline";
30
+ /**
31
+ * @inheritDoc
32
+ */
33
+ constructor(editor: Editor);
34
+ /**
35
+ * @inheritDoc
36
+ */
37
+ init(): void;
38
+ /**
39
+ * @inheritDoc
40
+ */
41
+ destroy(): void;
42
+ }
43
+ /**
44
+ * The configuration of the {@link module:document-outline/documentoutline~DocumentOutline document outline feature}.
45
+ *
46
+ * ```ts
47
+ * ClassicEditor
48
+ * .create( editorElement, {
49
+ * documentOutline: ... // Document outline feature configuration.
50
+ * } )
51
+ * .then( /* ... *\/ )
52
+ * .catch( /* ... *\/ );
53
+ * ```
54
+ *
55
+ * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
56
+ */
57
+ export interface DocumentOutlineConfig {
58
+ /**
59
+ * The container element for the document outline to render. This should be a reference to an existing
60
+ * container element in the DOM.
61
+ */
62
+ container?: HTMLElement;
63
+ /**
64
+ * An array of {@glink framework/architecture/editing-engine#model model} element names considered
65
+ * as headings in the document outline.
66
+ *
67
+ * The index of the heading in the array reflects the heading nesting level. It can be used e.g. for reducing
68
+ * the number of visible headings.
69
+ *
70
+ * ```ts
71
+ * ClassicEditor
72
+ * .create( editorElement, {
73
+ * plugins: [ DocumentOutline, /* ... *\/ ],
74
+ * documentOutline: {
75
+ * headings: [ 'heading1', 'heading2', /* ... *\/ ],
76
+ * // ...
77
+ * }
78
+ * } )
79
+ * .then( /* ... *\/ )
80
+ * .catch( /* ... *\/ );
81
+ * ```
82
+ *
83
+ * If this configuration is not defined, the feature will use the following defaults instead:
84
+ *
85
+ * 1. If the {@glink features/headings Headings feature} is loaded, it equals
86
+ * * {@link module:heading/headingconfig~HeadingConfig#options `config.heading.options`}.
87
+ * * `[ 'heading1', 'heading2', 'heading3' ]` if `config.heading.options` is not defined.
88
+ * 2. If the {@glink features/html/general-html-support General HTML Support} feature is loaded, it equals
89
+ * `[ 'htmlH1', 'htmlH2', 'htmlH3', 'htmlH4', 'htmlH5', 'htmlH6' ]`.
90
+ *
91
+ * **Note**: The Headings feature takes precedence over the General HTML Support feature when
92
+ * both are loaded.
93
+ */
94
+ headings?: Array<string>;
95
+ /**
96
+ * Allows you to display a placeholder text: [Empty heading] for empty headings.
97
+ *
98
+ * By default, the display of a placeholder is disabled. To enable it, set this parameter to true.
99
+ *
100
+ * **Note**: This setting also affects Table of contents feature.
101
+ */
102
+ showEmptyHeadings?: boolean;
103
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module document-outline
11
+ */
12
+ export { default as DocumentOutline, type DocumentOutlineConfig } from './documentoutline.js';
13
+ export { default as DocumentOutlineUI } from './documentoutline/documentoutlineui.js';
14
+ export { default as DocumentOutlineUtils } from './documentoutline/documentoutlineutils.js';
15
+ export { default as TableOfContents } from './tableofcontents.js';
16
+ export { default as TableOfContentsCommand } from './tableofcontents/tableofcontentscommand.js';
17
+ export { default as TableOfContentsEditing } from './tableofcontents/tableofcontentsediting.js';
18
+ export { default as TableOfContentsUI } from './tableofcontents/tableofcontentsui.js';
19
+ export { default as HeadingId } from './tableofcontents/headingid.js';
20
+ import './augmentation.js';
@@ -0,0 +1,22 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ /**
11
+ * The heading ID plugin. It adds support for the ID attribute on the heading[1-6] (model) and h[1-6] (data/view) elements.
12
+ */
13
+ export default class HeadingId extends Plugin {
14
+ /**
15
+ * @inheritDoc
16
+ */
17
+ static get pluginName(): "HeadingId";
18
+ /**
19
+ * @inheritDoc
20
+ */
21
+ afterInit(): void;
22
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module document-outline/tableofcontents/tableofcontentscommand
11
+ * @publicApi
12
+ */
13
+ import { Command } from 'ckeditor5/src/core.js';
14
+ export default class TableOfContentsCommand extends Command {
15
+ /**
16
+ * Executes the command. Inserts the table of content into the model.
17
+ *
18
+ * @fires execute
19
+ */
20
+ execute(): void;
21
+ /**
22
+ * If the selection is wrong, the command is not enabled.
23
+ */
24
+ refresh(): void;
25
+ }
@@ -0,0 +1,41 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module document-outline/tableofcontents/tableofcontentsediting
11
+ */
12
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
13
+ import { Widget } from 'ckeditor5/src/widget.js';
14
+ import '../../theme/tableofcontents.css';
15
+ import DocumentOutlineUtils from '../documentoutline/documentoutlineutils.js';
16
+ import HeadingId from './headingid.js';
17
+ /**
18
+ * The table of contents editing plugin.
19
+ */
20
+ export default class TableOfContentsEditing extends Plugin {
21
+ /**
22
+ * @inheritDoc
23
+ */
24
+ static get pluginName(): "TableOfContentsEditing";
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get requires(): readonly [typeof Widget, typeof DocumentOutlineUtils, typeof HeadingId];
29
+ /**
30
+ * @inheritDoc
31
+ */
32
+ constructor(editor: Editor);
33
+ /**
34
+ * @inheritDoc
35
+ */
36
+ init(): void;
37
+ /**
38
+ * @inheritDoc
39
+ */
40
+ afterInit(): void;
41
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
+ /**
11
+ * The UI plugin of the table of contents feature.
12
+ */
13
+ export default class TableOfContentsUI extends Plugin {
14
+ licenseKey: string;
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ static get pluginName(): "TableOfContentsUI";
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ constructor(editor: Editor);
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ init(): void;
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ destroy(): void;
31
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module document-outline/tableofcontents
11
+ * @publicApi
12
+ */
13
+ import { Plugin } from 'ckeditor5/src/core.js';
14
+ import TableOfContentsEditing from './tableofcontents/tableofcontentsediting.js';
15
+ import TableOfContentsUI from './tableofcontents/tableofcontentsui.js';
16
+ /**
17
+ * The table of contents feature.
18
+ *
19
+ * For a detailed overview, check the {@glink features/table-of-contents Table of contents} feature documentation.
20
+ */
21
+ export default class TableOfContents extends Plugin {
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get requires(): readonly [typeof TableOfContentsEditing, typeof TableOfContentsUI];
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get pluginName(): "TableOfContents";
30
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-document-outline",
3
- "version": "41.2.0",
3
+ "version": "41.3.0-alpha.2",
4
4
  "description": "Document outline feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,9 +13,9 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "41.2.0",
17
- "ckeditor5-collaboration": "41.2.0",
18
- "@ckeditor/ckeditor5-ui": "41.2.0",
16
+ "ckeditor5": "41.3.0-alpha.2",
17
+ "ckeditor5-collaboration": "41.3.0-alpha.2",
18
+ "@ckeditor/ckeditor5-ui": "41.3.0-alpha.2",
19
19
  "lodash-es": "4.17.21"
20
20
  },
21
21
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,6 +23,7 @@
23
23
  "homepage": "https://ckeditor.com/ckeditor-5",
24
24
  "bugs": "https://support.ckeditor.com/hc/en-us/requests/new",
25
25
  "files": [
26
+ "dist",
26
27
  "lang",
27
28
  "src/**/*.js",
28
29
  "src/**/*.d.ts",