cloud-ide-element 1.1.256 → 1.1.259
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.
|
@@ -9776,13 +9776,6 @@ const OPEN_AI_ASSISTANT_ACTION = new InjectionToken('OPEN_AI_ASSISTANT_ACTION');
|
|
|
9776
9776
|
*/
|
|
9777
9777
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
9778
9778
|
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
9779
|
|
|
9787
9780
|
/**
|
|
9788
9781
|
* Service to open the AI assistant drawer from header/shortcut without navigating.
|
|
@@ -15837,5 +15830,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
15837
15830
|
* Generated bundle index. Do not edit.
|
|
15838
15831
|
*/
|
|
15839
15832
|
|
|
15840
|
-
export { AiAssistantTriggerService, CIDE_AI_DRAWER_COMPONENT,
|
|
15833
|
+
export { AiAssistantTriggerService, 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
15834
|
//# sourceMappingURL=cloud-ide-element.mjs.map
|