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.
package/index.d.ts CHANGED
@@ -3,7 +3,6 @@ import { PipeTransform, OnChanges, OnInit, OnDestroy, EventEmitter, TemplateRef,
3
3
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, FormGroup } from '@angular/forms';
4
4
  import { elementStyleType, labelPlacementType, labelDirType, autocapitalizeType, autocompleteType, controlType, inputType, themeSize, selectSearchType, ICoreSype, GetElementDataRequest, iconType, spinnerType, fileManagerListByGroupIdControllerResponse } from 'cloud-ide-lms-model';
5
5
  import * as cloud_ide_element from 'cloud-ide-element';
6
- import * as rxjs from 'rxjs';
7
6
  import { BehaviorSubject, Observable } from 'rxjs';
8
7
  import { Router, NavigationExtras } from '@angular/router';
9
8
  import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
@@ -2802,36 +2801,16 @@ declare class CurrencyService {
2802
2801
  }
2803
2802
 
2804
2803
  /**
2805
- * Injection token for the "open AI assistant" action.
2806
- * Provide this in the app (e.g. navigate to AI chat or toggle AI drawer) so that
2807
- * the shortcut system and header can trigger it without importing the AI package.
2804
+ * Injection token for the "open AI assistant" action (e.g. Alt+A shortcut).
2805
+ * Provide in app to toggle AI in sidedrawer.
2808
2806
  */
2809
2807
  declare const OPEN_AI_ASSISTANT_ACTION: InjectionToken<() => void>;
2810
2808
  /**
2811
- * Injection token for the AI drawer/launcher component.
2809
+ * Injection token for the AI drawer component.
2812
2810
  * Provide the component Type (e.g. AiDrawerComponent) in the app so that layout
2813
2811
  * can render it without importing the AI package (avoids circular dependencies).
2814
2812
  */
2815
2813
  declare const CIDE_AI_DRAWER_COMPONENT: InjectionToken<Type<any>>;
2816
- /**
2817
- * Injection token for lazy-loading the AI drawer component.
2818
- * Provide a factory that returns Promise<Type> so layout can lazy-load the chat
2819
- * and show a skeleton until loaded.
2820
- */
2821
- declare const CIDE_AI_DRAWER_LOADER: InjectionToken<() => Promise<Type<any>>>;
2822
-
2823
- /**
2824
- * Service to open the AI assistant drawer from header/shortcut without navigating.
2825
- * The drawer component subscribes to open$ and opens when requested.
2826
- */
2827
- declare class AiAssistantTriggerService {
2828
- private readonly openSubject;
2829
- /** Emit to request opening the AI drawer (no navigation). */
2830
- readonly open$: rxjs.Observable<void>;
2831
- open(): void;
2832
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AiAssistantTriggerService, never>;
2833
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AiAssistantTriggerService>;
2834
- }
2835
2814
 
2836
2815
  /**
2837
2816
  * Directive to display images from file manager by ID
@@ -4175,5 +4154,5 @@ declare class CideEleSkeletonLoaderComponent {
4175
4154
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<CideEleSkeletonLoaderComponent, "cide-ele-skeleton-loader", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "count": { "alias": "count"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, {}, never, never, true, never>;
4176
4155
  }
4177
4156
 
4178
- export { AiAssistantTriggerService, CIDE_AI_DRAWER_COMPONENT, CIDE_AI_DRAWER_LOADER, 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 };
4157
+ 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 };
4179
4158
  export type { BreadcrumbConfig, BreadcrumbDropdownOption, BreadcrumbItem, BreadcrumbSeparator, BreadcrumbStyle, ButtonElevation, ButtonShape, ButtonSize, ButtonType, ButtonVariant, CardConfig, CardSize, CardState, CardVariant, CideEleResizerDirection, CideEleResizerDirectionTo, CideTheme, CideThemeConfig, ColumnFilter, ColumnGroup, ColumnSort, ColumnType, ColumnWidth, ConfirmationOptions, ConfirmationRequest, ConnectionStatus, CoreFileManagerInsertUpdateResponse, CreateNotificationDto, CurrencyConfig, CurrencyDisplayFormat, DeviceType, DropdownConfig, DropdownInstance, DropdownItem, DropdownPosition, ErrorValidationStatus, FileUploadData, FileUploadOptions, FileUploaderData, FloatingComponentConfig, FloatingContainerConfig, FloatingContainerInstance, FloatingFileUploaderData, GridAction, GridColumn, GridColumnMenuConfig, GridConfiguration, GridCustomFormatter, GridCustomRenderer, GridDragDropConfig, GridEvent, GridEventHandler, GridExportConfig, GridFormatter, GridLoadingConfig, GridMobileLayoutConfig, GridPaginationConfig, GridScrollConfig, GridSearchConfig, GridState, GridTreeConfig, ICoreCyfm, ICoreFileManager, IFileDeleteResponse, IFileFilterOptions, IFileGroupingOptions, IFileListRequest, IFileListResponse, IFileManagerErrorLogger, IFileUpdateRequest, IFileUpdateResponse, IFileUploadProgress, IFileUploadQueueItem, IFileUploadRequest, IFileUploadResponse, JsonEditorConfig, JsonEditorError, KeyboardShortcut, NotificationItem, NotificationListResponse, NotificationOptions, NotificationPayload, NotificationResponse, PortalConfig, PortalPosition, SelectOption, SelectOptionObject, ServerNotification, ServiceState, ShortcutOverride, StatusConfig, TabItem, TemplateContext, TemplatePortalConfig, TemplateRenderer, TextAlign, ThemeToggleSize, TooltipPlacement, TooltipType, UnreadCountResponse, UploadProgress, ValidationStatus, controllerResponse, fileManagerControllerResponse, fileManagerResponseData, mongooseObjectIdCreateControllerResponse };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.1.257",
3
+ "version": "1.1.260",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"