@ckeditor/ckeditor5-document-outline 40.0.0 → 40.2.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.
Files changed (32) hide show
  1. package/LICENSE.md +3 -3
  2. package/README.md +1 -1
  3. package/build/document-outline.js +1 -1
  4. package/build/translations/sr-latn.js +1 -0
  5. package/lang/translations/sr-latn.po +34 -0
  6. package/package.json +3 -3
  7. package/src/augmentation.d.ts +27 -27
  8. package/src/documentoutline/documentoutlineui.d.ts +40 -40
  9. package/src/documentoutline/documentoutlineui.js +1 -1
  10. package/src/documentoutline/documentoutlineutils.d.ts +66 -66
  11. package/src/documentoutline/documentoutlineutils.js +1 -1
  12. package/src/documentoutline/ui/documentoutlineitemview.d.ts +51 -51
  13. package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
  14. package/src/documentoutline/ui/documentoutlineview.d.ts +52 -52
  15. package/src/documentoutline/ui/documentoutlineview.js +1 -1
  16. package/src/documentoutline/utils.d.ts +17 -17
  17. package/src/documentoutline/utils.js +1 -1
  18. package/src/documentoutline.d.ts +99 -99
  19. package/src/documentoutline.js +1 -1
  20. package/src/index.d.ts +19 -19
  21. package/src/index.js +1 -1
  22. package/src/tableofcontents/headingid.d.ts +18 -18
  23. package/src/tableofcontents/headingid.js +1 -1
  24. package/src/tableofcontents/tableofcontentscommand.d.ts +21 -21
  25. package/src/tableofcontents/tableofcontentscommand.js +1 -1
  26. package/src/tableofcontents/tableofcontentsediting.d.ts +37 -37
  27. package/src/tableofcontents/tableofcontentsediting.js +1 -1
  28. package/src/tableofcontents/tableofcontentsui.d.ts +27 -27
  29. package/src/tableofcontents/tableofcontentsui.js +1 -1
  30. package/src/tableofcontents.d.ts +26 -26
  31. package/src/tableofcontents.js +1 -1
  32. package/theme/tableofcontents.css +3 -4
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 document outline feature** (https://ckeditor.com/ckeditor-5/)<br>
5
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  CKEditor&nbsp;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.
@@ -14,9 +14,9 @@ Where not otherwise indicated, all CKEditor&nbsp;5 document outline feature cont
14
14
 
15
15
  The following libraries are included in CKEditor&nbsp;5 document outline feature under the [MIT license](https://opensource.org/licenses/MIT):
16
16
 
17
- * Lo-Dash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas.
17
+ * Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
18
18
 
19
19
  Trademarks
20
20
  ----------
21
21
 
22
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
22
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
package/README.md CHANGED
@@ -28,7 +28,7 @@ As a licensed CKEditor&nbsp;5 document outline feature user you can report bugs
28
28
  ## License
29
29
 
30
30
  **CKEditor&nbsp;5 document outline** (https://ckeditor.com/ckeditor-5/)<br>
31
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
31
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
32
32
 
33
33
  CKEditor&nbsp;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.