cat-documents-ng 1.0.36 → 1.0.37
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.
|
@@ -34,8 +34,8 @@ export declare class DocumentHistoryComponent implements OnChanges, OnInit, OnDe
|
|
|
34
34
|
*/
|
|
35
35
|
selectedDocument?: any;
|
|
36
36
|
/**
|
|
37
|
-
* When true, shows AI
|
|
38
|
-
* Set false to hide document intelligence UI
|
|
37
|
+
* When true, shows the AI entry point and sidebar.
|
|
38
|
+
* Set false to hide document intelligence UI.
|
|
39
39
|
*/
|
|
40
40
|
isDocumentIntelligence: boolean;
|
|
41
41
|
isDocumentAiFeatureEnabled: boolean;
|
|
@@ -134,7 +134,7 @@ export declare class DocumentHistoryComponent implements OnChanges, OnInit, OnDe
|
|
|
134
134
|
*/
|
|
135
135
|
closeActionsMenu(): void;
|
|
136
136
|
/**
|
|
137
|
-
* Open AI sidebar with selected section
|
|
137
|
+
* Open AI sidebar with selected section.
|
|
138
138
|
* @param {'Query'} section - AI section (Query only).
|
|
139
139
|
*/
|
|
140
140
|
openAiPanel(section: 'Query'): void;
|