@acrolinx/sidebar-interface
Advanced tools
Comparing version 14.28.7 to 14.29.0-beta.1
@@ -124,2 +124,3 @@ /** | ||
showServerSelector?: boolean; | ||
supportsDitaChecks?: boolean; | ||
/** | ||
@@ -221,2 +222,6 @@ * Tells the Sidebar, that this integration supports AcrolinxPlugin.log | ||
} | ||
export interface DitaRequestOptions { | ||
ditaTopicReference: string; | ||
topicDisplayName: string; | ||
} | ||
/** | ||
@@ -444,2 +449,19 @@ * Check options describe how the server should handle the checked document. | ||
checkGlobal(documentContent: string, options: CheckOptions): Check; | ||
/** | ||
* Experimental for Dita Checking | ||
* @param ditaReferences | ||
*/ | ||
initDitaCheck?(ditaReferences: DitaRequestOptions[]): void; | ||
/** | ||
* Experimental for Dita Checking | ||
* @param ditaTopicReference | ||
* @param documentContent | ||
* @param options | ||
*/ | ||
checkDitaTopic?(ditaTopicReference: string, documentContent: string, options: CheckOptions): void; | ||
/** | ||
* Experimental for Dita Checking | ||
* @param ditaTopicReference | ||
*/ | ||
onDitaTopicLoaded?(ditaTopicReference: string): void; | ||
onGlobalCheckRejected(): void; | ||
@@ -488,2 +510,12 @@ /** | ||
/** | ||
* Experimental for Dita Checking | ||
* @param ditaTopicReference | ||
*/ | ||
requestCheckDitaTopic?(ditaTopicReference: string): void; | ||
/** | ||
* Experimental for Dita Checking | ||
* @param ditaTopicReference | ||
*/ | ||
openDitaTopic?(ditaTopicReference: string): void; | ||
/** | ||
* Notifies the AcrolinxPlugin that a check has finished. If a global check has been performed, that's a good time | ||
@@ -490,0 +522,0 @@ * to clean up states belonging to previous checks. |
{ | ||
"name": "@acrolinx/sidebar-interface", | ||
"description": "The interface of the Acrolinx Sidebar", | ||
"version": "14.28.7", | ||
"version": "14.29.0-beta.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Acrolinx", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39585
625
2