@difizen/libro-toc 0.3.52 → 0.3.53
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.
|
@@ -5,7 +5,7 @@ import { CellTOCProviderContribution } from '../toc-protocol.js';
|
|
|
5
5
|
export declare class MarkDownCellTOCProvider implements CellTOCProviderContribution {
|
|
6
6
|
protected readonly markdownParser: MarkdownParser;
|
|
7
7
|
constructor(markdownParser: MarkdownParser);
|
|
8
|
-
canHandle(cell: CellView):
|
|
8
|
+
canHandle(cell: CellView): 100 | 0;
|
|
9
9
|
factory(cell: CellView): CellTOCProvider;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=markdown-toc-provider.d.ts.map
|
|
@@ -4,7 +4,7 @@ import type { CellTOCProvider } from '../toc-protocol.js';
|
|
|
4
4
|
import { CellTOCProviderContribution } from '../toc-protocol.js';
|
|
5
5
|
export declare class OutputTOCProvider implements CellTOCProviderContribution {
|
|
6
6
|
renderMimeRegistry: RenderMimeRegistry;
|
|
7
|
-
canHandle(cell: CellView):
|
|
7
|
+
canHandle(cell: CellView): 100 | 0;
|
|
8
8
|
factory(cell: CellView): CellTOCProvider;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=output-toc-provider.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-toc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.53",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@ant-design/icons": "^6.0.0",
|
|
37
|
-
"@difizen/libro-common": "^0.3.
|
|
38
|
-
"@difizen/libro-core": "^0.3.
|
|
39
|
-
"@difizen/libro-markdown": "^0.3.
|
|
40
|
-
"@difizen/libro-rendermime": "^0.3.
|
|
37
|
+
"@difizen/libro-common": "^0.3.53",
|
|
38
|
+
"@difizen/libro-core": "^0.3.53",
|
|
39
|
+
"@difizen/libro-markdown": "^0.3.53",
|
|
40
|
+
"@difizen/libro-rendermime": "^0.3.53",
|
|
41
41
|
"@difizen/mana-app": "latest",
|
|
42
42
|
"@difizen/mana-l10n": "latest"
|
|
43
43
|
},
|