cloud-ide-element 1.1.102 → 1.1.103
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/fesm2022/cloud-ide-element.mjs +11 -11
- package/fesm2022/cloud-ide-element.mjs.map +1 -1
- package/index.d.ts +62 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3806,6 +3806,67 @@ declare class CideEleFloatingContainerDynamicDirective implements OnInit, OnDest
|
|
|
3806
3806
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CideEleFloatingContainerDynamicDirective, "[cideEleFloatingDynamic]", never, { "componentId": { "alias": "componentId"; "required": false; }; "componentConfig": { "alias": "componentConfig"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; }, {}, never, never, true, never>;
|
|
3807
3807
|
}
|
|
3808
3808
|
|
|
3809
|
+
declare class FloatingContainerShortcutsService {
|
|
3810
|
+
private keyboardShortcutService;
|
|
3811
|
+
private containerService;
|
|
3812
|
+
private readonly Z_INDEX_LAYERS;
|
|
3813
|
+
constructor();
|
|
3814
|
+
/**
|
|
3815
|
+
* Register default floating container shortcuts
|
|
3816
|
+
*/
|
|
3817
|
+
private registerDefaultShortcuts;
|
|
3818
|
+
/**
|
|
3819
|
+
* Register number shortcuts (Alt + 1, Alt + 2, etc.)
|
|
3820
|
+
*/
|
|
3821
|
+
private registerNumberShortcuts;
|
|
3822
|
+
/**
|
|
3823
|
+
* Open new floating container
|
|
3824
|
+
*/
|
|
3825
|
+
private openNewContainer;
|
|
3826
|
+
/**
|
|
3827
|
+
* Focus previous container
|
|
3828
|
+
*/
|
|
3829
|
+
private focusPreviousContainer;
|
|
3830
|
+
/**
|
|
3831
|
+
* Hide all containers
|
|
3832
|
+
*/
|
|
3833
|
+
private hideAllContainers;
|
|
3834
|
+
/**
|
|
3835
|
+
* Show all containers
|
|
3836
|
+
*/
|
|
3837
|
+
private showAllContainers;
|
|
3838
|
+
/**
|
|
3839
|
+
* Minimize all containers
|
|
3840
|
+
*/
|
|
3841
|
+
private minimizeAllContainers;
|
|
3842
|
+
/**
|
|
3843
|
+
* Focus container by index
|
|
3844
|
+
*/
|
|
3845
|
+
private focusContainerByIndex;
|
|
3846
|
+
/**
|
|
3847
|
+
* Open file uploader
|
|
3848
|
+
*/
|
|
3849
|
+
private openFileUploader;
|
|
3850
|
+
/**
|
|
3851
|
+
* Open entity rights sharing
|
|
3852
|
+
*/
|
|
3853
|
+
private openEntityRightsSharing;
|
|
3854
|
+
/**
|
|
3855
|
+
* Duplicate current container
|
|
3856
|
+
*/
|
|
3857
|
+
private duplicateCurrentContainer;
|
|
3858
|
+
/**
|
|
3859
|
+
* Close current container
|
|
3860
|
+
*/
|
|
3861
|
+
private closeCurrentContainer;
|
|
3862
|
+
/**
|
|
3863
|
+
* Toggle container visibility
|
|
3864
|
+
*/
|
|
3865
|
+
private toggleContainerVisibility;
|
|
3866
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FloatingContainerShortcutsService, never>;
|
|
3867
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FloatingContainerShortcutsService>;
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3809
3870
|
interface JsonEditorConfig {
|
|
3810
3871
|
/** Enable syntax highlighting */
|
|
3811
3872
|
syntaxHighlighting?: boolean;
|
|
@@ -3931,5 +3992,5 @@ declare class CideEleSkeletonLoaderComponent {
|
|
|
3931
3992
|
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>;
|
|
3932
3993
|
}
|
|
3933
3994
|
|
|
3934
|
-
export { CapitalizePipe, CideCoreFileManagerService, CideEleBreadcrumbComponent, CideEleButtonComponent, 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, ICoreCyfmSave, KeyboardShortcutService, MFileManager, NotificationApiService, NotificationService, PortalService, TooltipDirective, WebSocketNotificationService, cidePath, hostManagerRoutesUrl, notificationRoutesUrl };
|
|
3995
|
+
export { CapitalizePipe, CideCoreFileManagerService, CideEleBreadcrumbComponent, CideEleButtonComponent, 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, PortalService, TooltipDirective, WebSocketNotificationService, cidePath, hostManagerRoutesUrl, notificationRoutesUrl };
|
|
3935
3996
|
export type { BreadcrumbConfig, BreadcrumbDropdownOption, BreadcrumbItem, BreadcrumbSeparator, BreadcrumbStyle, ButtonElevation, ButtonShape, ButtonSize, ButtonType, ButtonVariant, CideEleResizerDirection, CideEleResizerDirectionTo, CideTheme, CideThemeConfig, ColumnFilter, ColumnGroup, ColumnSort, ColumnType, ColumnWidth, ConfirmationOptions, ConfirmationRequest, ConnectionStatus, CoreFileManagerInsertUpdateResponse, CreateNotificationDto, CurrencyConfig, CurrencyDisplayFormat, DropdownConfig, DropdownInstance, DropdownItem, DropdownPosition, ErrorValidationStatus, FileUploadData, FileUploadOptions, FileUploaderData, FloatingComponentConfig, FloatingContainerConfig, FloatingContainerInstance, FloatingFileUploaderData, GridAction, GridColumn, GridColumnMenuConfig, GridConfiguration, GridCustomFormatter, GridCustomRenderer, GridDragDropConfig, GridEvent, GridEventHandler, GridExportConfig, GridFormatter, GridLoadingConfig, 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, TooltipPlacement, TooltipType, UnreadCountResponse, UploadProgress, ValidationStatus, controllerResponse, fileManagerControllerResponse, fileManagerResponseData, mongooseObjectIdCreateControllerResponse };
|