chrv-components 1.12.71 → 1.12.73
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/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { OnInit, ViewContainerRef, AfterViewInit, Type, ApplicationRef, EnvironmentInjector, ComponentRef, OnDestroy, ElementRef, AfterViewChecked, AfterContentChecked, AfterContentInit, QueryList, EventEmitter, OutputEmitterRef, InputSignal, Injector, InjectionToken, Signal } from '@angular/core';
|
|
2
|
+
import { OnInit, ViewContainerRef, AfterViewInit, Type, ApplicationRef, EnvironmentInjector, ComponentRef, OnDestroy, ElementRef, AfterViewChecked, AfterContentChecked, AfterContentInit, QueryList, EventEmitter, OutputEmitterRef, InputSignal, TemplateRef, Injector, InjectionToken, Signal } from '@angular/core';
|
|
3
3
|
import { Router, UrlTree, CanDeactivateFn } from '@angular/router';
|
|
4
4
|
import * as rxjs from 'rxjs';
|
|
5
5
|
import { Observable, Subject, BehaviorSubject } from 'rxjs';
|
|
@@ -2119,7 +2119,7 @@ interface IPosition {
|
|
|
2119
2119
|
zIndex?: string | number;
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
|
-
declare class DataListComponent implements OnDestroy {
|
|
2122
|
+
declare class DataListComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
2123
2123
|
overlay: Overlay;
|
|
2124
2124
|
suggestions: _angular_core.InputSignal<any[]>;
|
|
2125
2125
|
for: _angular_core.InputSignal<string | null>;
|
|
@@ -2146,6 +2146,8 @@ declare class DataListComponent implements OnDestroy {
|
|
|
2146
2146
|
index: number;
|
|
2147
2147
|
}[]>;
|
|
2148
2148
|
constructor();
|
|
2149
|
+
ngOnInit(): void;
|
|
2150
|
+
ngAfterViewInit(): void;
|
|
2149
2151
|
ngOnDestroy(): void;
|
|
2150
2152
|
open(): void;
|
|
2151
2153
|
close(): void;
|
|
@@ -2385,6 +2387,30 @@ declare class ChrDebounceDirective implements OnInit, OnDestroy {
|
|
|
2385
2387
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ChrDebounceDirective, "[chrDebounce]", never, { "chrDebounceTime": { "alias": "chrDebounceTime"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2386
2388
|
}
|
|
2387
2389
|
|
|
2390
|
+
declare class ChrHoverDirective implements OnInit, OnDestroy {
|
|
2391
|
+
private el;
|
|
2392
|
+
private overlay;
|
|
2393
|
+
private vcr;
|
|
2394
|
+
private renderer;
|
|
2395
|
+
private eventListeners;
|
|
2396
|
+
template: TemplateRef<any>;
|
|
2397
|
+
chrHoverContext: _angular_core.InputSignal<any>;
|
|
2398
|
+
chrHoverSnap: _angular_core.InputSignal<boolean>;
|
|
2399
|
+
chrHoverPosition: _angular_core.InputSignal<"above" | "below" | "left" | "right">;
|
|
2400
|
+
private overlayRef;
|
|
2401
|
+
private portal?;
|
|
2402
|
+
constructor();
|
|
2403
|
+
ngOnInit(): void;
|
|
2404
|
+
ngOnDestroy(): void;
|
|
2405
|
+
private removeEventListeners;
|
|
2406
|
+
private open;
|
|
2407
|
+
private mousePositionStrategy;
|
|
2408
|
+
private snappedStrategy;
|
|
2409
|
+
private close;
|
|
2410
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChrHoverDirective, never>;
|
|
2411
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ChrHoverDirective, "[chrHover]", never, { "template": { "alias": "chrHover"; "required": false; }; "chrHoverContext": { "alias": "chrHoverContext"; "required": false; "isSignal": true; }; "chrHoverSnap": { "alias": "chrHoverSnap"; "required": false; "isSignal": true; }; "chrHoverPosition": { "alias": "chrHoverPosition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2388
2414
|
interface IExporter {
|
|
2389
2415
|
/**
|
|
2390
2416
|
* Exports the given data to a file
|
|
@@ -2794,5 +2820,5 @@ declare const provideDebounceEventPlugin: () => {
|
|
|
2794
2820
|
useClass: typeof DebounceEventPlugin;
|
|
2795
2821
|
}[];
|
|
2796
2822
|
|
|
2797
|
-
export { Aligments, AnonymousTable, AutoDataSource, AutoDataTable, AutofocusDirective, BaseErrorDisplays, BaseTable, BreadcrumbComponent, ButtonComponent, CHR_DEACTIVATION_MODAL, CHR_DEBOUNCE_DEFAULTS, CHR_MODAL_DATA, CHR_MODAL_REF, CacheService, CachingInterceptor, CarouselComponent, ChrBaseInputComponent, ChrButtonComponent, ChrCheckboxComponent, ChrColorInputComponent, ChrContextMenuComponent, ChrDataTable, ChrDateInputComponent, ChrDatetimeInputComponent, ChrDeactivationGuard, ChrDebounceDirective, ChrDefaultModalComponent, ChrDeleteModalComponent, ChrDropdownComponent, ChrFile, ChrFileInputComponent, ChrFormComponent, ChrHoverTitleComponent, ChrHoverTitleDirective, ChrModalComponent, ChrNiceFileInputComponent, ChrPaginatorComponent, ChrPreventReloadDirective, ChrSearchSelectComponent, ChrSearchbarComponent, ChrSeparatorComponent, ChrSpinnerComponent, ChrTableComponent, ChrTableHeaderCellComponent, ChrTagSelectComponent, ChrTextareaInputComponent, ChrToastComponent, ChrToggleInputComponent, Colors, ColorsVariables, ColumnFilter, ColumnGroup, ColumnMetadata, ContextMenuDirective, ControlClickDirective, CookiesService, CrossCellNavigationDirective, DEFAULTLIVEUPDATEMESSAGE, DEFAULT_TOAST_CONFIG, DGFilterMode, DGGroupAggregationEnum, DataExporterService, DataFormatterService, DataGrid, DataListComponent, DataService, DebounceDefaults, DebounceEventPlugin, DecimalValidatorDirective, DefaultLiveUpdateMessage, DropdownContent, DropdownTitle, ENABLE_CACHE, ENABLE_PROGRESS, EditableCell, FileService, HUBURL, INVALIDATE_CACHE, InlineSvgComponent, LegacyToastService, LiveUpdateService, LiveUpdateStatus, LoaderService, MaxDateValidatorDirective, MaxFileSizeValidator, MaxLengthValidatorDirective, MessageBanner, MinFileSizeValidator, MinLengthValidatorDirective, ModalRef, ModalService, OutsideClickAwareDirective, ProgressInterceptor, ProgressService, RequiredValidatorDirective, SHOW_SPINNER, ScrollIntoViewDirective, SpinnerInterceptor, SyncValidatorToAsync, TabComponent, TabGroupComponent, TabToEnterHandlerDirective, TabToInputHandlerDirective, TableConstraint, TableConstraintColumn, TableConstraintReference, ToastComponent, ToastDefaults, ToastRef, ToastService, TypeValidatorDirective, WaitAndStoreXsrfToken, XSRFCOOKIENAME, XSRFHEADERNAME, XsrfInterceptor, decimal, getAsyncValidators, getBackgroundColor, getBorderColor, getContrastBackgroundColor, getContrastBorderColor, getContrastTextColor, getSyncValidators, getTextColor, getValidators, getVariableColor, getVariableContrastColor, maxDate, maxFileSize, maxLength, minFileSize, minLength, provideDebounceEventPlugin, provideXsrfHttpClient, required, type };
|
|
2823
|
+
export { Aligments, AnonymousTable, AutoDataSource, AutoDataTable, AutofocusDirective, BaseErrorDisplays, BaseTable, BreadcrumbComponent, ButtonComponent, CHR_DEACTIVATION_MODAL, CHR_DEBOUNCE_DEFAULTS, CHR_MODAL_DATA, CHR_MODAL_REF, CacheService, CachingInterceptor, CarouselComponent, ChrBaseInputComponent, ChrButtonComponent, ChrCheckboxComponent, ChrColorInputComponent, ChrContextMenuComponent, ChrDataTable, ChrDateInputComponent, ChrDatetimeInputComponent, ChrDeactivationGuard, ChrDebounceDirective, ChrDefaultModalComponent, ChrDeleteModalComponent, ChrDropdownComponent, ChrFile, ChrFileInputComponent, ChrFormComponent, ChrHoverDirective, ChrHoverTitleComponent, ChrHoverTitleDirective, ChrModalComponent, ChrNiceFileInputComponent, ChrPaginatorComponent, ChrPreventReloadDirective, ChrSearchSelectComponent, ChrSearchbarComponent, ChrSeparatorComponent, ChrSpinnerComponent, ChrTableComponent, ChrTableHeaderCellComponent, ChrTagSelectComponent, ChrTextareaInputComponent, ChrToastComponent, ChrToggleInputComponent, Colors, ColorsVariables, ColumnFilter, ColumnGroup, ColumnMetadata, ContextMenuDirective, ControlClickDirective, CookiesService, CrossCellNavigationDirective, DEFAULTLIVEUPDATEMESSAGE, DEFAULT_TOAST_CONFIG, DGFilterMode, DGGroupAggregationEnum, DataExporterService, DataFormatterService, DataGrid, DataListComponent, DataService, DebounceDefaults, DebounceEventPlugin, DecimalValidatorDirective, DefaultLiveUpdateMessage, DropdownContent, DropdownTitle, ENABLE_CACHE, ENABLE_PROGRESS, EditableCell, FileService, HUBURL, INVALIDATE_CACHE, InlineSvgComponent, LegacyToastService, LiveUpdateService, LiveUpdateStatus, LoaderService, MaxDateValidatorDirective, MaxFileSizeValidator, MaxLengthValidatorDirective, MessageBanner, MinFileSizeValidator, MinLengthValidatorDirective, ModalRef, ModalService, OutsideClickAwareDirective, ProgressInterceptor, ProgressService, RequiredValidatorDirective, SHOW_SPINNER, ScrollIntoViewDirective, SpinnerInterceptor, SyncValidatorToAsync, TabComponent, TabGroupComponent, TabToEnterHandlerDirective, TabToInputHandlerDirective, TableConstraint, TableConstraintColumn, TableConstraintReference, ToastComponent, ToastDefaults, ToastRef, ToastService, TypeValidatorDirective, WaitAndStoreXsrfToken, XSRFCOOKIENAME, XSRFHEADERNAME, XsrfInterceptor, decimal, getAsyncValidators, getBackgroundColor, getBorderColor, getContrastBackgroundColor, getContrastBorderColor, getContrastTextColor, getSyncValidators, getTextColor, getValidators, getVariableColor, getVariableContrastColor, maxDate, maxFileSize, maxLength, minFileSize, minLength, provideDebounceEventPlugin, provideXsrfHttpClient, required, type };
|
|
2798
2824
|
export type { Alignment, Breadcrumb, Color, DataSourceConfig, IAction, IAnonymousTable, IBaseAction, ICacheEntry, ICacheOptions, ICanBeDeactivated, IChip, IChips, ICloseable, IClosureData, IColumn, IComputedColumn, IComputedRow, IContextMenuItem, IControl, IControlValidation, IDB2ColumnMetadata, IDGAddedEntry, IDGChangedEntry, IDGDeletedEntry, IDGFilter, IDGGroup, IDGRow, IDGSort, IDGTrackByMode, IDataTable, IDebounceDefaults, IDisplayableColumn, IDisplayableColumnMetadata, IFile, IFormSection, IFormatter, IInputSearchFilter, ILiveUpdateMessage, IMinimumColumnMetadata, IMinimumTableConstraint, IMinimumTableConstraintColumn, IMinimumTableConstraintReference, IModalRef, IPartialAction, IProgressStateEntry, ISearchFilter, IStaticValueAction, ITableConstraint, ITableConstraintColumn, ITableConstraintReference, IToast, IToastComponent, IToastConfig, IXsrfProviderParams, InputType, ModalData, ModalOptions, TColumn, TColumnType, Toast, ValidationResult };
|
|
Binary file
|