@indigina/ui-kit 1.1.481 → 1.1.482
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 i0 from '@angular/core';
|
|
2
|
-
import { InputSignal, EventEmitter, OnInit, ModelSignal, OutputEmitterRef, Signal, TemplateRef, Predicate, OnDestroy, WritableSignal, OnChanges, ElementRef, ViewContainerRef, ModuleWithProviders, SimpleChanges, AfterContentInit, QueryList, AfterViewInit, DestroyRef, PipeTransform, InjectionToken } from '@angular/core';
|
|
2
|
+
import { InputSignal, EventEmitter, OnInit, ModelSignal, OutputEmitterRef, Signal, TemplateRef, Predicate, OnDestroy, WritableSignal, OnChanges, ElementRef, ViewContainerRef, ModuleWithProviders, SimpleChanges, AfterContentInit, QueryList, AfterViewInit, signal, DestroyRef, PipeTransform, InjectionToken } from '@angular/core';
|
|
3
3
|
import { ExpansionPanelComponent, SelectEvent, DrawerComponent } from '@progress/kendo-angular-layout';
|
|
4
4
|
import { ControlValueAccessor, ValidatorFn, FormControl, AbstractControl, UntypedFormGroup } from '@angular/forms';
|
|
5
5
|
import { InputType, TextBoxComponent, NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
@@ -3492,12 +3492,14 @@ interface KitTimelineCompactItem {
|
|
|
3492
3492
|
title: string;
|
|
3493
3493
|
icon: KitSvgIcon;
|
|
3494
3494
|
date: string;
|
|
3495
|
+
dateAdditionalText?: string;
|
|
3495
3496
|
iconType?: KitSvgIconType;
|
|
3496
3497
|
itemTheme?: KitTimelineCompactItemTheme;
|
|
3497
3498
|
description?: string;
|
|
3498
3499
|
descriptionIcon?: KitSvgIcon;
|
|
3499
3500
|
descriptionIconType?: KitSvgIconType;
|
|
3500
3501
|
label?: string;
|
|
3502
|
+
labelTooltip?: string;
|
|
3501
3503
|
labelColor?: KitStatusLabelColor;
|
|
3502
3504
|
status?: string;
|
|
3503
3505
|
statusColor?: KitStatusLabelColor;
|
|
@@ -3512,7 +3514,7 @@ declare class KitTimelineCompactComponent {
|
|
|
3512
3514
|
readonly kitButtonType: typeof KitButtonType;
|
|
3513
3515
|
readonly kitButtonKind: typeof KitButtonKind;
|
|
3514
3516
|
readonly kitStatusLabelColor: typeof KitStatusLabelColor;
|
|
3515
|
-
|
|
3517
|
+
readonly collapsedItems: ReturnType<typeof signal<Set<KitTimelineCompactItem>>>;
|
|
3516
3518
|
constructor();
|
|
3517
3519
|
isCollapsed(item: KitTimelineCompactItem): boolean;
|
|
3518
3520
|
toggleSubItems(item: KitTimelineCompactItem): void;
|
|
@@ -4193,13 +4195,14 @@ declare const isKitFilterDescriptor: (filter: KitCompositeFilterDescriptor | Kit
|
|
|
4193
4195
|
declare const kitFilterBy: <T>(data: T[], filter: KitCompositeFilterDescriptor | KitFilterDescriptor) => T[];
|
|
4194
4196
|
|
|
4195
4197
|
declare class KitTruncateTextComponent {
|
|
4198
|
+
readonly tooltipText: InputSignal<string | undefined>;
|
|
4196
4199
|
readonly tooltip: Signal<TooltipDirective>;
|
|
4197
4200
|
readonly anchor: Signal<ElementRef<HTMLDivElement>>;
|
|
4198
4201
|
readonly content: Signal<ElementRef<HTMLSpanElement>>;
|
|
4199
4202
|
onMouseEnter(): void;
|
|
4200
4203
|
onMouseOver(): void;
|
|
4201
4204
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTruncateTextComponent, never>;
|
|
4202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTruncateTextComponent, "kit-truncate-text", never, {}, {}, never, ["*"], true, never>;
|
|
4205
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTruncateTextComponent, "kit-truncate-text", never, { "tooltipText": { "alias": "tooltipText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
4203
4206
|
}
|
|
4204
4207
|
|
|
4205
4208
|
declare class HighlightPipe implements PipeTransform {
|
|
@@ -5105,8 +5108,10 @@ declare const kitUserPermissionsGuard: CanActivateFn;
|
|
|
5105
5108
|
declare class KitStatusLabelComponent {
|
|
5106
5109
|
readonly color: InputSignal<KitStatusLabelColor>;
|
|
5107
5110
|
readonly size: InputSignal<KitStatusLabelSize>;
|
|
5111
|
+
readonly tooltip: InputSignal<string | undefined>;
|
|
5112
|
+
readonly cssClasses: Signal<string[]>;
|
|
5108
5113
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitStatusLabelComponent, never>;
|
|
5109
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitStatusLabelComponent, "kit-status-label", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
5114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitStatusLabelComponent, "kit-status-label", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
5110
5115
|
}
|
|
5111
5116
|
|
|
5112
5117
|
interface KitUserIdentities {
|