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.
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,31 +2801,17 @@ declare class CurrencyService {
|
|
|
2802
2801
|
}
|
|
2803
2802
|
|
|
2804
2803
|
/**
|
|
2805
|
-
* Injection token for the "open AI assistant" action.
|
|
2806
|
-
* Provide
|
|
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
|
|
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
2814
|
|
|
2817
|
-
/**
|
|
2818
|
-
* Service to open the AI assistant drawer from header/shortcut without navigating.
|
|
2819
|
-
* The drawer component subscribes to open$ and opens when requested.
|
|
2820
|
-
*/
|
|
2821
|
-
declare class AiAssistantTriggerService {
|
|
2822
|
-
private readonly openSubject;
|
|
2823
|
-
/** Emit to request opening the AI drawer (no navigation). */
|
|
2824
|
-
readonly open$: rxjs.Observable<void>;
|
|
2825
|
-
open(): void;
|
|
2826
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AiAssistantTriggerService, never>;
|
|
2827
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AiAssistantTriggerService>;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
2815
|
/**
|
|
2831
2816
|
* Directive to display images from file manager by ID
|
|
2832
2817
|
* Usage: <img cideEleFileImage [fileId]="yourFileId" [altText]="'Image'" class="your-css-classes" />
|
|
@@ -4169,5 +4154,5 @@ declare class CideEleSkeletonLoaderComponent {
|
|
|
4169
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>;
|
|
4170
4155
|
}
|
|
4171
4156
|
|
|
4172
|
-
export {
|
|
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 };
|
|
4173
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 };
|