@ckeditor/ckeditor5-document-outline 38.0.1 → 38.1.1

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.
@@ -1,26 +1,26 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module document-outline/tableofcontents
7
- * @publicApi
8
- */
9
- import { Plugin } from 'ckeditor5/src/core';
10
- import TableOfContentsEditing from './tableofcontents/tableofcontentsediting';
11
- import TableOfContentsUI from './tableofcontents/tableofcontentsui';
12
- /**
13
- * The table of contents feature.
14
- *
15
- * For a detailed overview, check the {@glink features/table-of-contents Table of contents} feature documentation.
16
- */
17
- export default class TableOfContents extends Plugin {
18
- /**
19
- * @inheritDoc
20
- */
21
- static get requires(): (typeof TableOfContentsEditing | typeof TableOfContentsUI)[];
22
- /**
23
- * @inheritDoc
24
- */
25
- static get pluginName(): 'TableOfContents';
26
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module document-outline/tableofcontents
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core';
10
+ import TableOfContentsEditing from './tableofcontents/tableofcontentsediting';
11
+ import TableOfContentsUI from './tableofcontents/tableofcontentsui';
12
+ /**
13
+ * The table of contents feature.
14
+ *
15
+ * For a detailed overview, check the {@glink features/table-of-contents Table of contents} feature documentation.
16
+ */
17
+ export default class TableOfContents extends Plugin {
18
+ /**
19
+ * @inheritDoc
20
+ */
21
+ static get requires(): readonly [typeof TableOfContentsEditing, typeof TableOfContentsUI];
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get pluginName(): "TableOfContents";
26
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x4ace=['requires','TableOfContents','pluginName'];(function(_0x613970,_0x4ace01){var _0x131472=function(_0x5cf968){while(--_0x5cf968){_0x613970['push'](_0x613970['shift']());}};_0x131472(++_0x4ace01);}(_0x4ace,0x7d));var _0x1314=function(_0x613970,_0x4ace01){_0x613970=_0x613970-0x0;var _0x131472=_0x4ace[_0x613970];return _0x131472;};import{Plugin as _0x4e587c}from'ckeditor5/src/core';import _0x1266ca from'./tableofcontents/tableofcontentsediting';import _0x4fed16 from'./tableofcontents/tableofcontentsui';export default class c extends _0x4e587c{static get[_0x1314('0x1')](){return[_0x1266ca,_0x4fed16];}static get[_0x1314('0x0')](){return _0x1314('0x2');}}
23
+ var _0x15ab=['pluginName','requires'];(function(_0x38da24,_0x15ab23){var _0x5d4ee0=function(_0x17552e){while(--_0x17552e){_0x38da24['push'](_0x38da24['shift']());}};_0x5d4ee0(++_0x15ab23);}(_0x15ab,0x153));var _0x5d4e=function(_0x38da24,_0x15ab23){_0x38da24=_0x38da24-0x0;var _0x5d4ee0=_0x15ab[_0x38da24];return _0x5d4ee0;};import{Plugin as _0x58b9f3}from'ckeditor5/src/core';import _0x5dd23b from'./tableofcontents/tableofcontentsediting';import _0x4d32dc from'./tableofcontents/tableofcontentsui';export default class c extends _0x58b9f3{static get[_0x5d4e('0x0')](){return[_0x5dd23b,_0x4d32dc];}static get[_0x5d4e('0x1')](){return'TableOfContents';}}