cloud-ide-element 1.1.259 → 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,38 +9764,18 @@ 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 this in the app (e.g. navigate to AI chat or toggle AI drawer) so that
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/launcher component.
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
9778
 
9780
- /**
9781
- * Service to open the AI assistant drawer from header/shortcut without navigating.
9782
- * The drawer component subscribes to open$ and opens when requested.
9783
- */
9784
- class AiAssistantTriggerService {
9785
- openSubject = new Subject();
9786
- /** Emit to request opening the AI drawer (no navigation). */
9787
- open$ = this.openSubject.asObservable();
9788
- open() {
9789
- this.openSubject.next();
9790
- }
9791
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AiAssistantTriggerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9792
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AiAssistantTriggerService, providedIn: 'root' });
9793
- }
9794
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AiAssistantTriggerService, decorators: [{
9795
- type: Injectable,
9796
- args: [{ providedIn: 'root' }]
9797
- }] });
9798
-
9799
9779
  /**
9800
9780
  * Directive to display images from file manager by ID
9801
9781
  * Usage: <img cideEleFileImage [fileId]="yourFileId" [altText]="'Image'" class="your-css-classes" />
@@ -15830,5 +15810,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
15830
15810
  * Generated bundle index. Do not edit.
15831
15811
  */
15832
15812
 
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 };
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 };
15834
15814
  //# sourceMappingURL=cloud-ide-element.mjs.map