@ckeditor/ckeditor5-document-outline 38.1.0 → 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(): readonly [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 _0x317e=['pluginName','requires'];(function(_0x2bac08,_0x317ecb){var _0x405c5d=function(_0x493677){while(--_0x493677){_0x2bac08['push'](_0x2bac08['shift']());}};_0x405c5d(++_0x317ecb);}(_0x317e,0x11b));var _0x405c=function(_0x2bac08,_0x317ecb){_0x2bac08=_0x2bac08-0x0;var _0x405c5d=_0x317e[_0x2bac08];return _0x405c5d;};import{Plugin as _0x4909e8}from'ckeditor5/src/core';import _0x428306 from'./tableofcontents/tableofcontentsediting';import _0x408fe6 from'./tableofcontents/tableofcontentsui';export default class c extends _0x4909e8{static get[_0x405c('0x0')](){return[_0x428306,_0x408fe6];}static get[_0x405c('0x1')](){return'TableOfContents';}}
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';}}