cloud-ide-element 1.1.257 → 1.1.260
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.
|
@@ -9764,44 +9764,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
9764
9764
|
}], ctorParameters: () => [] });
|
|
9765
9765
|
|
|
9766
9766
|
/**
|
|
9767
|
-
* Injection token for the "open AI assistant" action.
|
|
9768
|
-
* Provide
|
|
9769
|
-
* the shortcut system and header can trigger it without importing the AI package.
|
|
9767
|
+
* Injection token for the "open AI assistant" action (e.g. Alt+A shortcut).
|
|
9768
|
+
* Provide in app to toggle AI in sidedrawer.
|
|
9770
9769
|
*/
|
|
9771
9770
|
const OPEN_AI_ASSISTANT_ACTION = new InjectionToken('OPEN_AI_ASSISTANT_ACTION');
|
|
9772
9771
|
/**
|
|
9773
|
-
* Injection token for the AI drawer
|
|
9772
|
+
* Injection token for the AI drawer component.
|
|
9774
9773
|
* Provide the component Type (e.g. AiDrawerComponent) in the app so that layout
|
|
9775
9774
|
* can render it without importing the AI package (avoids circular dependencies).
|
|
9776
9775
|
*/
|
|
9777
9776
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
9778
9777
|
const CIDE_AI_DRAWER_COMPONENT = new InjectionToken('CIDE_AI_DRAWER_COMPONENT');
|
|
9779
|
-
/**
|
|
9780
|
-
* Injection token for lazy-loading the AI drawer component.
|
|
9781
|
-
* Provide a factory that returns Promise<Type> so layout can lazy-load the chat
|
|
9782
|
-
* and show a skeleton until loaded.
|
|
9783
|
-
*/
|
|
9784
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
9785
|
-
const CIDE_AI_DRAWER_LOADER = new InjectionToken('CIDE_AI_DRAWER_LOADER');
|
|
9786
|
-
|
|
9787
|
-
/**
|
|
9788
|
-
* Service to open the AI assistant drawer from header/shortcut without navigating.
|
|
9789
|
-
* The drawer component subscribes to open$ and opens when requested.
|
|
9790
|
-
*/
|
|
9791
|
-
class AiAssistantTriggerService {
|
|
9792
|
-
openSubject = new Subject();
|
|
9793
|
-
/** Emit to request opening the AI drawer (no navigation). */
|
|
9794
|
-
open$ = this.openSubject.asObservable();
|
|
9795
|
-
open() {
|
|
9796
|
-
this.openSubject.next();
|
|
9797
|
-
}
|
|
9798
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AiAssistantTriggerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9799
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AiAssistantTriggerService, providedIn: 'root' });
|
|
9800
|
-
}
|
|
9801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AiAssistantTriggerService, decorators: [{
|
|
9802
|
-
type: Injectable,
|
|
9803
|
-
args: [{ providedIn: 'root' }]
|
|
9804
|
-
}] });
|
|
9805
9778
|
|
|
9806
9779
|
/**
|
|
9807
9780
|
* Directive to display images from file manager by ID
|
|
@@ -15837,5 +15810,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
15837
15810
|
* Generated bundle index. Do not edit.
|
|
15838
15811
|
*/
|
|
15839
15812
|
|
|
15840
|
-
export {
|
|
15813
|
+
export { CIDE_AI_DRAWER_COMPONENT, CapitalizePipe, CideCoreFileManagerService, CideEleBreadcrumbComponent, CideEleButtonComponent, CideEleCardComponent, CideEleConfirmationModalComponent, CideEleDataGridComponent, CideEleDropdownComponent, CideEleFileImageDirective, CideEleFileInputComponent, CideEleFileManagerService, CideEleFloatingContainerComponent, CideEleFloatingContainerDynamicDirective, CideEleFloatingContainerManagerComponent, CideEleFloatingContainerService, CideEleFloatingFeaturesService, CideEleFloatingFileUploaderComponent, CideEleFloatingFileUploaderService, CideEleGlobalNotificationsComponent, CideEleJsonEditorComponent, CideEleResizerDirective, CideEleSkeletonLoaderComponent, CideEleTabComponent, CideEleThemeToggleComponent, CideEleToastNotificationComponent, CideElementsService, CideFormFieldErrorComponent, CideIconComponent, CideInputComponent, CideSelectComponent, CideSelectOptionComponent, CideSpinnerComponent, CideTextareaComponent, CideThemeService, ConfirmationService, CoreFileManagerInsertUpdatePayload, CurrencyPipe, CurrencyService, DEFAULT_CURRENCY_CONFIG, DEFAULT_GRID_CONFIG, DropdownManagerService, ExportService, FloatingContainerShortcutsService, ICoreCyfmSave, KeyboardShortcutService, MFileManager, NotificationApiService, NotificationService, OPEN_AI_ASSISTANT_ACTION, PortalService, TooltipDirective, WebSocketNotificationService, cidePath, fetchCideIcon, getCideIconSvg, hostManagerRoutesUrl, notificationRoutesUrl };
|
|
15841
15814
|
//# sourceMappingURL=cloud-ide-element.mjs.map
|