@ckeditor/ckeditor5-document-outline 39.0.0 → 39.0.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.
- package/CHANGELOG.md +1 -1
- package/LICENSE.md +5 -5
- package/README.md +7 -7
- package/build/document-outline.js +1 -1
- package/lang/translations/ar.po +1 -0
- package/lang/translations/bg.po +1 -0
- package/lang/translations/bn.po +1 -0
- package/lang/translations/ca.po +1 -0
- package/lang/translations/cs.po +1 -0
- package/lang/translations/da.po +1 -0
- package/lang/translations/de.po +1 -0
- package/lang/translations/el.po +1 -0
- package/lang/translations/en-au.po +1 -0
- package/lang/translations/en.po +1 -0
- package/lang/translations/es.po +1 -0
- package/lang/translations/et.po +1 -0
- package/lang/translations/fi.po +1 -0
- package/lang/translations/fr.po +1 -0
- package/lang/translations/gl.po +1 -0
- package/lang/translations/he.po +1 -0
- package/lang/translations/hi.po +1 -0
- package/lang/translations/hr.po +1 -0
- package/lang/translations/hu.po +1 -0
- package/lang/translations/id.po +1 -0
- package/lang/translations/it.po +1 -0
- package/lang/translations/ja.po +1 -0
- package/lang/translations/ko.po +1 -0
- package/lang/translations/lt.po +1 -0
- package/lang/translations/lv.po +1 -0
- package/lang/translations/ms.po +1 -0
- package/lang/translations/nl.po +1 -0
- package/lang/translations/no.po +1 -0
- package/lang/translations/pl.po +1 -0
- package/lang/translations/pt-br.po +1 -0
- package/lang/translations/pt.po +1 -0
- package/lang/translations/ro.po +1 -0
- package/lang/translations/ru.po +1 -0
- package/lang/translations/sk.po +1 -0
- package/lang/translations/sr.po +1 -0
- package/lang/translations/sv.po +1 -0
- package/lang/translations/th.po +1 -0
- package/lang/translations/tr.po +1 -0
- package/lang/translations/ug.po +1 -0
- package/lang/translations/uk.po +1 -0
- package/lang/translations/vi.po +1 -0
- package/lang/translations/zh-cn.po +1 -0
- package/lang/translations/zh.po +1 -0
- package/package.json +3 -7
- package/src/documentoutline/documentoutlineui.d.ts +1 -0
- package/src/documentoutline/documentoutlineui.js +1 -1
- package/src/documentoutline/documentoutlineutils.js +1 -1
- package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
- package/src/documentoutline/ui/documentoutlineview.js +1 -1
- package/src/documentoutline/utils.js +1 -1
- package/src/documentoutline.js +1 -1
- package/src/index.js +1 -1
- package/src/tableofcontents/headingid.js +1 -1
- package/src/tableofcontents/tableofcontentscommand.js +1 -1
- package/src/tableofcontents/tableofcontentsediting.js +1 -1
- package/src/tableofcontents/tableofcontentsui.js +1 -1
- package/src/tableofcontents.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
All changes in the package are documented in the CKEditor
|
|
4
|
+
All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
package/LICENSE.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor
|
|
4
|
+
**CKEditor 5 document outline feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
5
5
|
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
|
-
CKEditor
|
|
7
|
+
CKEditor 5 document outline feature is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
9
9
|
|
|
10
|
-
Sources of Intellectual Property Included in CKEditor
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 document outline feature
|
|
11
11
|
---------------------------------------------------------------------
|
|
12
12
|
|
|
13
|
-
Where not otherwise indicated, all CKEditor
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 document outline feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
14
|
|
|
15
|
-
The following libraries are included in CKEditor
|
|
15
|
+
The following libraries are included in CKEditor 5 document outline feature under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
16
|
|
|
17
17
|
* Lo-Dash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas.
|
|
18
18
|
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
CKEditor
|
|
1
|
+
CKEditor 5 document outline feature
|
|
2
2
|
=================================
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-document-outline)
|
|
5
5
|
|
|
6
|
-
This package contains the document outline feature for CKEditor
|
|
6
|
+
This package contains the document outline feature for CKEditor 5. It provides two features for reflecting the structure of the document:
|
|
7
7
|
|
|
8
8
|
* The document outline feature displays a navigable list of sections (headings) of the document next to the editor.
|
|
9
9
|
* The table of contents feature inserts a widget with a list of headings (section titles) that reflects the structure of the document.
|
|
@@ -17,20 +17,20 @@ Check out the [demo in the Table of contents](https://ckeditor.com/docs/ckeditor
|
|
|
17
17
|
|
|
18
18
|
## Documentation
|
|
19
19
|
|
|
20
|
-
See the [`@ckeditor/ckeditor5-document-outline` package](https://ckeditor.com/docs/ckeditor5/latest/api/document-outline.html) page in [CKEditor
|
|
20
|
+
See the [`@ckeditor/ckeditor5-document-outline` package](https://ckeditor.com/docs/ckeditor5/latest/api/document-outline.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Document outline](https://ckeditor.com/docs/ckeditor5/latest/features/document-outline.html) and [Table of contents](https://ckeditor.com/docs/ckeditor5/latest/features/table-of-contents.html) feature guides.
|
|
21
21
|
|
|
22
22
|
## Getting support
|
|
23
23
|
|
|
24
|
-
The CKEditor
|
|
24
|
+
The CKEditor 5 document outline feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 document outline feature with your application.
|
|
25
25
|
|
|
26
|
-
As a licensed CKEditor
|
|
26
|
+
As a licensed CKEditor 5 document outline feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
27
27
|
|
|
28
28
|
## License
|
|
29
29
|
|
|
30
|
-
**CKEditor
|
|
30
|
+
**CKEditor 5 document outline** (https://ckeditor.com/ckeditor-5/)<br>
|
|
31
31
|
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
32
32
|
|
|
33
|
-
CKEditor
|
|
33
|
+
CKEditor 5 document outline feature is licensed under a commercial license and is protected by copyright law.
|
|
34
34
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
35
35
|
|
|
36
36
|
### Trademarks
|