@indigina/ui-kit 1.1.255 → 1.1.257
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/assets/icons/file-barcode.svg +14 -0
- package/fesm2022/indigina-ui-kit.mjs +342 -858
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +139 -262
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,36 +1,32 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InputSignal, EventEmitter, Predicate, TemplateRef, ElementRef,
|
|
3
|
-
import * as i2 from '@progress/kendo-angular-buttons';
|
|
4
|
-
import * as i2$1 from '@angular/common';
|
|
2
|
+
import { InputSignal, EventEmitter, Predicate, TemplateRef, ElementRef, WritableSignal, Signal, OnChanges, OnInit, OnDestroy, OutputEmitterRef, ModuleWithProviders, ModelSignal, SimpleChanges, AfterContentInit, QueryList, AfterViewInit, ViewContainerRef, PipeTransform, InjectionToken } from '@angular/core';
|
|
5
3
|
import * as i5 from '@angular/forms';
|
|
6
4
|
import { ControlValueAccessor, AbstractControl, UntypedFormGroup } from '@angular/forms';
|
|
7
|
-
import * as
|
|
5
|
+
import * as i2 from '@angular/common';
|
|
6
|
+
import * as i3 from '@progress/kendo-angular-inputs';
|
|
8
7
|
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
9
|
-
import * as
|
|
10
|
-
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
11
|
-
import * as i3$2 from '@progress/kendo-angular-dropdowns';
|
|
8
|
+
import * as i2$1 from '@progress/kendo-angular-dropdowns';
|
|
12
9
|
import { PopupSettings, DropDownListComponent, ItemDisabledFn, MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
|
|
13
|
-
import
|
|
10
|
+
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
14
11
|
import { DateTimePickerComponent, DateRangePopupComponent, DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
|
15
12
|
import { ToastrModule, ActiveToast } from 'ngx-toastr';
|
|
16
|
-
import * as
|
|
13
|
+
import * as i3$1 from '@angular/router';
|
|
17
14
|
import { NavigationExtras, CanActivateFn } from '@angular/router';
|
|
18
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
19
15
|
import { DialogRef, DialogSettings } from '@progress/kendo-angular-dialog';
|
|
20
16
|
export { DialogAction, DialogCloseResult, DialogContentBase, DialogRef, DialogResult } from '@progress/kendo-angular-dialog';
|
|
21
|
-
import * as i3$
|
|
17
|
+
import * as i3$2 from '@progress/kendo-angular-upload';
|
|
22
18
|
import { FileInfo } from '@progress/kendo-angular-upload';
|
|
23
|
-
import
|
|
24
|
-
import { TranslateLoader, TranslationObject } from '@ngx-translate/core';
|
|
19
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
25
20
|
import { PopupSettings as PopupSettings$1 } from '@progress/kendo-angular-popup';
|
|
26
21
|
import { SelectEvent } from '@progress/kendo-angular-layout';
|
|
27
|
-
import * as i4
|
|
22
|
+
import * as i4 from '@progress/kendo-angular-grid';
|
|
28
23
|
import { PageChangeEvent, DetailExpandEvent, DetailCollapseEvent, CellClickEvent, ExcelExportEvent, GridComponent, RowClassArgs, PagerSettings } from '@progress/kendo-angular-grid';
|
|
29
24
|
import { SortDescriptor, FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
30
25
|
import { PDFOptions, PaperSize } from '@progress/kendo-drawing/dist/npm/pdf';
|
|
31
26
|
import { Store, StateContext, StateToken } from '@ngxs/store';
|
|
32
27
|
import { DataMoveEvent } from '@progress/kendo-angular-sortable';
|
|
33
28
|
import { SchedulerEvent, EventClickEvent, SlotClickEvent, SchedulerComponent } from '@progress/kendo-angular-scheduler';
|
|
29
|
+
import { TranslateLoader, TranslationObject } from '@ngx-translate/core';
|
|
34
30
|
import { HttpClient } from '@angular/common/http';
|
|
35
31
|
|
|
36
32
|
declare enum KitSvgIcon {
|
|
@@ -193,7 +189,8 @@ declare enum KitSvgIcon {
|
|
|
193
189
|
MOBILE_USER = "mobile-user",
|
|
194
190
|
MANAGEMENT = "management",
|
|
195
191
|
INVENTORY = "inventory",
|
|
196
|
-
LOGO_DARK_THEME = "logo-dark-theme"
|
|
192
|
+
LOGO_DARK_THEME = "logo-dark-theme",
|
|
193
|
+
FILE_BARCODE = "file-barcode"
|
|
197
194
|
}
|
|
198
195
|
declare enum KitSvgIconType {
|
|
199
196
|
FILL = "fill",
|
|
@@ -266,7 +263,18 @@ declare class KitButtonComponent {
|
|
|
266
263
|
clicked: EventEmitter<MouseEvent>;
|
|
267
264
|
readonly kitSvgIconType: typeof KitSvgIconType;
|
|
268
265
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitButtonComponent, never>;
|
|
269
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitButtonComponent, "kit-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "kind": { "alias": "kind"; "required": false; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "clicked": "clicked"; }, never, never,
|
|
266
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitButtonComponent, "kit-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "kind": { "alias": "kind"; "required": false; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
declare class KitSvgSpriteComponent {
|
|
270
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgSpriteComponent, never>;
|
|
271
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSvgSpriteComponent, "kit-svg-sprite", never, {}, {}, never, never, false, never>;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
declare class KitSvgSpriteModule {
|
|
275
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgSpriteModule, never>;
|
|
276
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSvgSpriteModule, [typeof KitSvgSpriteComponent], never, [typeof KitSvgSpriteComponent]>;
|
|
277
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KitSvgSpriteModule>;
|
|
270
278
|
}
|
|
271
279
|
|
|
272
280
|
declare class KitSvgIconComponent {
|
|
@@ -288,23 +296,6 @@ declare class KitSvgIconModule {
|
|
|
288
296
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitSvgIconModule>;
|
|
289
297
|
}
|
|
290
298
|
|
|
291
|
-
declare class KitButtonModule {
|
|
292
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitButtonModule, never>;
|
|
293
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitButtonModule, [typeof KitButtonComponent], [typeof i2.ButtonModule, typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitButtonComponent]>;
|
|
294
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitButtonModule>;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
declare class KitSvgSpriteComponent {
|
|
298
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgSpriteComponent, never>;
|
|
299
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSvgSpriteComponent, "kit-svg-sprite", never, {}, {}, never, never, false, never>;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
declare class KitSvgSpriteModule {
|
|
303
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgSpriteModule, never>;
|
|
304
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSvgSpriteModule, [typeof KitSvgSpriteComponent], never, [typeof KitSvgSpriteComponent]>;
|
|
305
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitSvgSpriteModule>;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
299
|
declare class KitLoaderComponent {
|
|
309
300
|
/**
|
|
310
301
|
* An icon which will be used for loader
|
|
@@ -481,7 +472,7 @@ declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
481
472
|
/**
|
|
482
473
|
* Function that should be called every time the form control value changes
|
|
483
474
|
*/
|
|
484
|
-
onChange: (
|
|
475
|
+
onChange: (_value: string) => void;
|
|
485
476
|
/**
|
|
486
477
|
* Function that should be called when input lost focus and changed form control state to "touched"
|
|
487
478
|
*/
|
|
@@ -499,76 +490,7 @@ declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
499
490
|
*/
|
|
500
491
|
onInputChange(value: string): void;
|
|
501
492
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxComponent, never>;
|
|
502
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextboxComponent, "kit-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelTooltip": { "alias": "labelTooltip"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "messageTemplate": { "alias": "messageTemplate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "state": { "alias": "state"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "blured": "blured"; "changed": "changed"; }, never, never,
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
declare enum KitTooltipPosition {
|
|
506
|
-
TOP = "top",
|
|
507
|
-
BOTTOM = "bottom",
|
|
508
|
-
RIGHT = "right",
|
|
509
|
-
LEFT = "left"
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
declare class KitInputLabelComponent {
|
|
513
|
-
/**
|
|
514
|
-
* Defines the text content of the label
|
|
515
|
-
*/
|
|
516
|
-
text?: string;
|
|
517
|
-
/**
|
|
518
|
-
* Associates the label with a component by a template reference
|
|
519
|
-
*/
|
|
520
|
-
for?: ElementRef;
|
|
521
|
-
/**
|
|
522
|
-
* Defines the tooltip text
|
|
523
|
-
*/
|
|
524
|
-
tooltip?: string;
|
|
525
|
-
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
526
|
-
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
527
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelComponent, never>;
|
|
528
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputLabelComponent, "kit-input-label", never, { "text": { "alias": "text"; "required": false; }; "for": { "alias": "for"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
declare class KitTooltipDirective extends TooltipDirective implements OnInit {
|
|
532
|
-
readonly kitTooltipPosition: InputSignal<KitTooltipPosition>;
|
|
533
|
-
readonly kitTooltipFilter: InputSignal<string>;
|
|
534
|
-
readonly kitTooltipTemplateRef: InputSignal<TemplateRef<HTMLElement> | undefined>;
|
|
535
|
-
readonly kitTooltipVisible: InputSignal<boolean>;
|
|
536
|
-
constructor();
|
|
537
|
-
ngOnInit(): void;
|
|
538
|
-
private getShowOption;
|
|
539
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTooltipDirective, never>;
|
|
540
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTooltipDirective, "[kitTooltip]", never, { "kitTooltipPosition": { "alias": "kitTooltipPosition"; "required": false; "isSignal": true; }; "kitTooltipFilter": { "alias": "kitTooltipFilter"; "required": false; "isSignal": true; }; "kitTooltipTemplateRef": { "alias": "kitTooltipTemplateRef"; "required": false; "isSignal": true; }; "kitTooltipVisible": { "alias": "kitTooltipVisible"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
declare class KitInputLabelModule {
|
|
544
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelModule, never>;
|
|
545
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputLabelModule, [typeof KitInputLabelComponent], [typeof i2$1.CommonModule, typeof i3.LabelModule, typeof KitSvgIconModule, typeof KitTooltipDirective], [typeof KitInputLabelComponent]>;
|
|
546
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputLabelModule>;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
declare class KitInputMessageComponent {
|
|
550
|
-
/**
|
|
551
|
-
* An icon which will be used to the left of the info message
|
|
552
|
-
*/
|
|
553
|
-
icon?: KitSvgIcon;
|
|
554
|
-
/**
|
|
555
|
-
* Defines a value which going to be an info message text
|
|
556
|
-
*/
|
|
557
|
-
message: string;
|
|
558
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageComponent, never>;
|
|
559
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "icon": { "alias": "icon"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
declare class KitInputMessageModule {
|
|
563
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageModule, never>;
|
|
564
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputMessageModule, [typeof KitInputMessageComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitInputMessageComponent]>;
|
|
565
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputMessageModule>;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
declare class KitTextboxModule {
|
|
569
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxModule, never>;
|
|
570
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextboxModule, [typeof KitTextboxComponent], [typeof i2$1.CommonModule, typeof i3$1.TextBoxModule, typeof KitInputLabelModule, typeof KitInputMessageModule, typeof KitSvgIconModule], [typeof KitTextboxComponent]>;
|
|
571
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitTextboxModule>;
|
|
493
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextboxComponent, "kit-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelTooltip": { "alias": "labelTooltip"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "messageTemplate": { "alias": "messageTemplate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "state": { "alias": "state"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "blured": "blured"; "changed": "changed"; }, never, never, true, never>;
|
|
572
494
|
}
|
|
573
495
|
|
|
574
496
|
declare enum KitNumericTextboxState {
|
|
@@ -669,9 +591,48 @@ declare class KitNumericTextboxComponent implements ControlValueAccessor {
|
|
|
669
591
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitNumericTextboxComponent, "kit-numeric-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "state": { "alias": "state"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
670
592
|
}
|
|
671
593
|
|
|
594
|
+
declare class KitInputMessageComponent {
|
|
595
|
+
/**
|
|
596
|
+
* An icon which will be used to the left of the info message
|
|
597
|
+
*/
|
|
598
|
+
icon?: KitSvgIcon;
|
|
599
|
+
/**
|
|
600
|
+
* Defines a value which going to be an info message text
|
|
601
|
+
*/
|
|
602
|
+
message: string;
|
|
603
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageComponent, never>;
|
|
604
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "icon": { "alias": "icon"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
declare enum KitTooltipPosition {
|
|
608
|
+
TOP = "top",
|
|
609
|
+
BOTTOM = "bottom",
|
|
610
|
+
RIGHT = "right",
|
|
611
|
+
LEFT = "left"
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
declare class KitInputLabelComponent {
|
|
615
|
+
/**
|
|
616
|
+
* Defines the text content of the label
|
|
617
|
+
*/
|
|
618
|
+
text?: string;
|
|
619
|
+
/**
|
|
620
|
+
* Associates the label with a component by a template reference
|
|
621
|
+
*/
|
|
622
|
+
for?: ElementRef;
|
|
623
|
+
/**
|
|
624
|
+
* Defines the tooltip text
|
|
625
|
+
*/
|
|
626
|
+
tooltip?: string;
|
|
627
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
628
|
+
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
629
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelComponent, never>;
|
|
630
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputLabelComponent, "kit-input-label", never, { "text": { "alias": "text"; "required": false; }; "for": { "alias": "for"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
631
|
+
}
|
|
632
|
+
|
|
672
633
|
declare class KitNumericTextboxModule {
|
|
673
634
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNumericTextboxModule, never>;
|
|
674
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNumericTextboxModule, [typeof KitNumericTextboxComponent], [typeof i2
|
|
635
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNumericTextboxModule, [typeof KitNumericTextboxComponent], [typeof i2.CommonModule, typeof i3.NumericTextBoxModule, typeof KitInputMessageComponent, typeof KitSvgIconModule, typeof KitInputLabelComponent], [typeof KitNumericTextboxComponent]>;
|
|
675
636
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNumericTextboxModule>;
|
|
676
637
|
}
|
|
677
638
|
|
|
@@ -802,7 +763,7 @@ declare class KitTruncateTextComponent {
|
|
|
802
763
|
|
|
803
764
|
declare class KitDropdownModule {
|
|
804
765
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownModule, never>;
|
|
805
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof KitDropdownComponent], [typeof
|
|
766
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof KitDropdownComponent], [typeof i2$1.DropDownListModule, typeof i2.CommonModule, typeof KitInputMessageComponent, typeof i5.ReactiveFormsModule, typeof i5.FormsModule, typeof KitSvgIconModule, typeof KitInputLabelComponent, typeof KitDropdownItemTemplateDirective, typeof KitTruncateTextComponent], [typeof KitDropdownComponent, typeof KitDropdownItemTemplateDirective]>;
|
|
806
767
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDropdownModule>;
|
|
807
768
|
}
|
|
808
769
|
|
|
@@ -959,13 +920,7 @@ declare class KitTextLabelComponent {
|
|
|
959
920
|
*/
|
|
960
921
|
state: KitTextLabelState;
|
|
961
922
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelComponent, never>;
|
|
962
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextLabelComponent, "kit-text-label", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "htmlMode": { "alias": "htmlMode"; "required": false; }; "noValueMessage": { "alias": "noValueMessage"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never,
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
declare class KitTextLabelModule {
|
|
966
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelModule, never>;
|
|
967
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextLabelModule, [typeof KitTextLabelComponent], [typeof i2$1.CommonModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitTextLabelComponent]>;
|
|
968
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitTextLabelModule>;
|
|
923
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextLabelComponent, "kit-text-label", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "htmlMode": { "alias": "htmlMode"; "required": false; }; "noValueMessage": { "alias": "noValueMessage"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never, true, never>;
|
|
969
924
|
}
|
|
970
925
|
|
|
971
926
|
declare enum KitUnitsTextboxDropdownPosition {
|
|
@@ -1097,13 +1052,7 @@ declare class KitUnitsTextboxComponent<T> {
|
|
|
1097
1052
|
*/
|
|
1098
1053
|
onDropdownBlur(): void;
|
|
1099
1054
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxComponent<any>, never>;
|
|
1100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitUnitsTextboxComponent<any>, "kit-units-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabledTextBox": { "alias": "disabledTextBox"; "required": false; }; "disabledDropdown": { "alias": "disabledDropdown"; "required": false; }; "dropdownItems": { "alias": "dropdownItems"; "required": false; }; "selectedDropdownItem": { "alias": "selectedDropdownItem"; "required": false; }; "textBoxValue": { "alias": "textBoxValue"; "required": false; }; "textBoxFormControl": { "alias": "textBoxFormControl"; "required": false; }; "dropdownFormControl": { "alias": "dropdownFormControl"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "textboxType": { "alias": "textboxType"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "format": { "alias": "format"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, { "blured": "blured"; "selected": "selected"; "changed": "changed"; }, never, never,
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
declare class KitUnitsTextboxModule {
|
|
1104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxModule, never>;
|
|
1105
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitUnitsTextboxModule, [typeof KitUnitsTextboxComponent], [typeof i2$1.CommonModule, typeof i3$1.TextBoxModule, typeof i3$1.NumericTextBoxModule, typeof i3$2.DropDownListModule, typeof KitInputMessageModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof KitSvgIconModule, typeof KitInputLabelModule], [typeof KitUnitsTextboxComponent]>;
|
|
1106
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitUnitsTextboxModule>;
|
|
1055
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitUnitsTextboxComponent<any>, "kit-units-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabledTextBox": { "alias": "disabledTextBox"; "required": false; }; "disabledDropdown": { "alias": "disabledDropdown"; "required": false; }; "dropdownItems": { "alias": "dropdownItems"; "required": false; }; "selectedDropdownItem": { "alias": "selectedDropdownItem"; "required": false; }; "textBoxValue": { "alias": "textBoxValue"; "required": false; }; "textBoxFormControl": { "alias": "textBoxFormControl"; "required": false; }; "dropdownFormControl": { "alias": "dropdownFormControl"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "textboxType": { "alias": "textboxType"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "format": { "alias": "format"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, { "blured": "blured"; "selected": "selected"; "changed": "changed"; }, never, never, true, never>;
|
|
1107
1056
|
}
|
|
1108
1057
|
|
|
1109
1058
|
declare class KitDatetimepickerComponent implements ControlValueAccessor {
|
|
@@ -1198,13 +1147,7 @@ declare class KitDatetimepickerComponent implements ControlValueAccessor {
|
|
|
1198
1147
|
registerOnTouched(fn: () => void): void;
|
|
1199
1148
|
setDisabledState(disabled: boolean): void;
|
|
1200
1149
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerComponent, never>;
|
|
1201
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatetimepickerComponent, "kit-datetimepicker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "format": { "alias": "format"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "applyButtonText": { "alias": "applyButtonText"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; }, { "changed": "changed"; }, never, never,
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
declare class KitDatetimepickerModule {
|
|
1205
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerModule, never>;
|
|
1206
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatetimepickerModule, [typeof KitDatetimepickerComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitDatetimepickerComponent]>;
|
|
1207
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitDatetimepickerModule>;
|
|
1150
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatetimepickerComponent, "kit-datetimepicker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "format": { "alias": "format"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "applyButtonText": { "alias": "applyButtonText"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; }, { "changed": "changed"; }, never, never, true, never>;
|
|
1208
1151
|
}
|
|
1209
1152
|
|
|
1210
1153
|
declare enum KitNotificationType {
|
|
@@ -1271,9 +1214,21 @@ declare class KitLocationStepperComponent {
|
|
|
1271
1214
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitLocationStepperComponent, "kit-location-stepper", never, { "items": { "alias": "items"; "required": false; }; "toolTipPosition": { "alias": "toolTipPosition"; "required": false; }; }, {}, never, never, false, never>;
|
|
1272
1215
|
}
|
|
1273
1216
|
|
|
1217
|
+
declare class KitTooltipDirective extends TooltipDirective implements OnInit {
|
|
1218
|
+
readonly kitTooltipPosition: InputSignal<KitTooltipPosition>;
|
|
1219
|
+
readonly kitTooltipFilter: InputSignal<string>;
|
|
1220
|
+
readonly kitTooltipTemplateRef: InputSignal<TemplateRef<HTMLElement> | undefined>;
|
|
1221
|
+
readonly kitTooltipVisible: InputSignal<boolean>;
|
|
1222
|
+
constructor();
|
|
1223
|
+
ngOnInit(): void;
|
|
1224
|
+
private getShowOption;
|
|
1225
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitTooltipDirective, never>;
|
|
1226
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTooltipDirective, "[kitTooltip]", never, { "kitTooltipPosition": { "alias": "kitTooltipPosition"; "required": false; "isSignal": true; }; "kitTooltipFilter": { "alias": "kitTooltipFilter"; "required": false; "isSignal": true; }; "kitTooltipTemplateRef": { "alias": "kitTooltipTemplateRef"; "required": false; "isSignal": true; }; "kitTooltipVisible": { "alias": "kitTooltipVisible"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1274
1229
|
declare class KitLocationStepperModule {
|
|
1275
1230
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitLocationStepperModule, never>;
|
|
1276
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitLocationStepperModule, [typeof KitLocationStepperComponent], [typeof i2
|
|
1231
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitLocationStepperModule, [typeof KitLocationStepperComponent], [typeof i2.CommonModule, typeof KitSvgIconModule, typeof KitTooltipDirective], [typeof KitLocationStepperComponent]>;
|
|
1277
1232
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitLocationStepperModule>;
|
|
1278
1233
|
}
|
|
1279
1234
|
|
|
@@ -1437,11 +1392,11 @@ declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
1437
1392
|
/**
|
|
1438
1393
|
* Function that should be called every time the form control value changes
|
|
1439
1394
|
*/
|
|
1440
|
-
onChange: (
|
|
1395
|
+
onChange: (_value: boolean) => void;
|
|
1441
1396
|
/**
|
|
1442
1397
|
* Function that should be called when input lost focus and changed form control state to "touched"
|
|
1443
1398
|
*/
|
|
1444
|
-
onTouched: (
|
|
1399
|
+
onTouched: (_value: boolean) => void;
|
|
1445
1400
|
onInputStateChange(event: Event): void;
|
|
1446
1401
|
handleClick(event: MouseEvent): void;
|
|
1447
1402
|
registerOnChange(fn: CheckboxValueFn): void;
|
|
@@ -1450,13 +1405,7 @@ declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
1450
1405
|
setDisabledState(disabled: boolean): void;
|
|
1451
1406
|
setCssClasses(checkbox: HTMLInputElement): Record<string, boolean>;
|
|
1452
1407
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCheckboxComponent, never>;
|
|
1453
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCheckboxComponent, "kit-checkbox", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "state": { "alias": "state"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "changed": "changed"; }, never, never,
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
declare class KitCheckboxModule {
|
|
1457
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCheckboxModule, never>;
|
|
1458
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCheckboxModule, [typeof KitCheckboxComponent], [typeof i3.LabelModule, typeof i3$1.CheckBoxModule, typeof i2$1.CommonModule, typeof KitInputMessageModule, typeof KitSvgIconModule, typeof i5.FormsModule], [typeof KitCheckboxComponent]>;
|
|
1459
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCheckboxModule>;
|
|
1408
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCheckboxComponent, "kit-checkbox", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "state": { "alias": "state"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "changed": "changed"; }, never, never, true, never>;
|
|
1460
1409
|
}
|
|
1461
1410
|
|
|
1462
1411
|
declare enum KitToggleSize {
|
|
@@ -1509,7 +1458,7 @@ declare class KitToggleComponent implements ControlValueAccessor {
|
|
|
1509
1458
|
/**
|
|
1510
1459
|
* Function that should be called every time the form control value changes
|
|
1511
1460
|
*/
|
|
1512
|
-
onChange: (
|
|
1461
|
+
onChange: (_value: boolean) => void;
|
|
1513
1462
|
/**
|
|
1514
1463
|
* Function that should be called when input lost focus and changed form control state to "touched"
|
|
1515
1464
|
*/
|
|
@@ -1758,13 +1707,7 @@ declare class KitDaterangeComponent {
|
|
|
1758
1707
|
onBlur(): void;
|
|
1759
1708
|
onClose(): void;
|
|
1760
1709
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeComponent, never>;
|
|
1761
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDaterangeComponent, "kit-daterange", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "startLabel": { "alias": "startLabel"; "required": false; }; "endLabel": { "alias": "endLabel"; "required": false; }; "startPlaceholder": { "alias": "startPlaceholder"; "required": false; }; "endPlaceholder": { "alias": "endPlaceholder"; "required": false; }; "format": { "alias": "format"; "required": false; }; "defaultStartDate": { "alias": "defaultStartDate"; "required": false; }; "defaultEndDate": { "alias": "defaultEndDate"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "startDateControl": { "alias": "startDateControl"; "required": false; }; "endDateControl": { "alias": "endDateControl"; "required": false; }; }, { "startDateChanged": "startDateChanged"; "closed": "closed"; "endDateChanged": "endDateChanged"; }, never, never,
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
declare class KitDaterangeModule {
|
|
1765
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeModule, never>;
|
|
1766
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDaterangeModule, [typeof KitDaterangeComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitDaterangeComponent]>;
|
|
1767
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitDaterangeModule>;
|
|
1710
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDaterangeComponent, "kit-daterange", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "startLabel": { "alias": "startLabel"; "required": false; }; "endLabel": { "alias": "endLabel"; "required": false; }; "startPlaceholder": { "alias": "startPlaceholder"; "required": false; }; "endPlaceholder": { "alias": "endPlaceholder"; "required": false; }; "format": { "alias": "format"; "required": false; }; "defaultStartDate": { "alias": "defaultStartDate"; "required": false; }; "defaultEndDate": { "alias": "defaultEndDate"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "startDateControl": { "alias": "startDateControl"; "required": false; }; "endDateControl": { "alias": "endDateControl"; "required": false; }; }, { "startDateChanged": "startDateChanged"; "closed": "closed"; "endDateChanged": "endDateChanged"; }, never, never, true, never>;
|
|
1768
1711
|
}
|
|
1769
1712
|
|
|
1770
1713
|
interface KitCtaPanelItem {
|
|
@@ -1793,48 +1736,7 @@ declare class KitCtaPanelItemComponent {
|
|
|
1793
1736
|
readonly KitCtaPanelItemType: typeof KitCtaPanelItemType;
|
|
1794
1737
|
onButtonClick(): void;
|
|
1795
1738
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelItemComponent, never>;
|
|
1796
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelItemComponent, "kit-cta-panel-item", never, { "item": { "alias": "item"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "clicked": "clicked"; }, never, never,
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
declare enum KitCopyTextState {
|
|
1800
|
-
NOT_COPIED = "not-copied",
|
|
1801
|
-
COPIED = "copied"
|
|
1802
|
-
}
|
|
1803
|
-
declare class KitCopyTextComponent {
|
|
1804
|
-
private readonly document;
|
|
1805
|
-
/**
|
|
1806
|
-
Defines a value that is going to be the text to be copied
|
|
1807
|
-
*/
|
|
1808
|
-
textToCopy: string | null;
|
|
1809
|
-
/**
|
|
1810
|
-
Defines a value that is going to be displayed on hover as a hint before copying
|
|
1811
|
-
*/
|
|
1812
|
-
tooltipTextBefore: string | null;
|
|
1813
|
-
/**
|
|
1814
|
-
Defines a value that is going to be displayed on hover as a hint after copying
|
|
1815
|
-
*/
|
|
1816
|
-
tooltipTextAfter: string | null;
|
|
1817
|
-
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
1818
|
-
readonly CopyTextState: typeof KitCopyTextState;
|
|
1819
|
-
readonly copyTextState$: BehaviorSubject<KitCopyTextState>;
|
|
1820
|
-
copyText(): void;
|
|
1821
|
-
private setState;
|
|
1822
|
-
private handleCopyStateChange;
|
|
1823
|
-
private copyTextToClipboard;
|
|
1824
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCopyTextComponent, never>;
|
|
1825
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCopyTextComponent, "kit-copy-text", never, { "textToCopy": { "alias": "textToCopy"; "required": false; }; "tooltipTextBefore": { "alias": "tooltipTextBefore"; "required": false; }; "tooltipTextAfter": { "alias": "tooltipTextAfter"; "required": false; }; }, {}, never, never, false, never>;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
declare class KitCopyTextModule {
|
|
1829
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCopyTextModule, never>;
|
|
1830
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCopyTextModule, [typeof KitCopyTextComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitCopyTextComponent]>;
|
|
1831
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCopyTextModule>;
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
declare class KitCtaPanelItemModule {
|
|
1835
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelItemModule, never>;
|
|
1836
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelItemModule, [typeof KitCtaPanelItemComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof i4.RouterModule, typeof KitCopyTextModule], [typeof KitCtaPanelItemComponent]>;
|
|
1837
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCtaPanelItemModule>;
|
|
1739
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelItemComponent, "kit-cta-panel-item", never, { "item": { "alias": "item"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
1838
1740
|
}
|
|
1839
1741
|
|
|
1840
1742
|
declare class KitCtaPanelActionComponent {
|
|
@@ -1847,13 +1749,7 @@ declare class KitCtaPanelActionComponent {
|
|
|
1847
1749
|
readonly KitButtonKind: typeof KitButtonKind;
|
|
1848
1750
|
readonly KitButtonType: typeof KitButtonType;
|
|
1849
1751
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelActionComponent, never>;
|
|
1850
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelActionComponent, "kit-cta-panel-action", never, { "disabled": { "alias": "disabled"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never,
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
declare class KitCtaPanelActionModule {
|
|
1854
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelActionModule, never>;
|
|
1855
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelActionModule, [typeof KitCtaPanelActionComponent], [typeof i2$1.CommonModule, typeof KitButtonModule], [typeof KitCtaPanelActionComponent]>;
|
|
1856
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCtaPanelActionModule>;
|
|
1752
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelActionComponent, "kit-cta-panel-action", never, { "disabled": { "alias": "disabled"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never, true, never>;
|
|
1857
1753
|
}
|
|
1858
1754
|
|
|
1859
1755
|
declare abstract class AbstractKitCtaPanelConfirmationComponent {
|
|
@@ -1892,13 +1788,7 @@ declare class KitCtaPanelConfirmationComponent<T> {
|
|
|
1892
1788
|
readonly form: UntypedFormGroup;
|
|
1893
1789
|
onConfirmButtonClick(): void;
|
|
1894
1790
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelConfirmationComponent<any>, never>;
|
|
1895
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelConfirmationComponent<any>, "kit-cta-panel-confirmation", never, { "data": { "alias": "data"; "required": false; }; "confirmButtonDisabled": { "alias": "confirmButtonDisabled"; "required": false; }; "dropdownListHeight": { "alias": "dropdownListHeight"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never,
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
declare class KitCtaPanelConfirmationModule {
|
|
1899
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelConfirmationModule, never>;
|
|
1900
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelConfirmationModule, [typeof KitCtaPanelConfirmationComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof KitDropdownModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof KitSvgIconModule, typeof KitDropdownModule, typeof KitCtaPanelActionModule, typeof KitCheckboxModule], [typeof KitCtaPanelConfirmationComponent]>;
|
|
1901
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCtaPanelConfirmationModule>;
|
|
1791
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelConfirmationComponent<any>, "kit-cta-panel-confirmation", never, { "data": { "alias": "data"; "required": false; }; "confirmButtonDisabled": { "alias": "confirmButtonDisabled"; "required": false; }; "dropdownListHeight": { "alias": "dropdownListHeight"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never, true, never>;
|
|
1902
1792
|
}
|
|
1903
1793
|
|
|
1904
1794
|
declare class KitCtaPanelAbstractConfirmationComponent {
|
|
@@ -1908,13 +1798,7 @@ declare class KitCtaPanelAbstractConfirmationComponent {
|
|
|
1908
1798
|
quitClicked: EventEmitter<void>;
|
|
1909
1799
|
confirmClicked: EventEmitter<void>;
|
|
1910
1800
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelAbstractConfirmationComponent, never>;
|
|
1911
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelAbstractConfirmationComponent, "kit-cta-panel-abstract-confirmation", never, { "confirmButtonDisabled": { "alias": "confirmButtonDisabled"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, [".confirmation-head", ".confirmation-main"],
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
declare class KitCtaPanelAbstractConfirmationModule {
|
|
1915
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelAbstractConfirmationModule, never>;
|
|
1916
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelAbstractConfirmationModule, [typeof KitCtaPanelAbstractConfirmationComponent], [typeof KitCtaPanelActionModule, typeof KitSvgIconModule, typeof i2$1.CommonModule], [typeof KitCtaPanelAbstractConfirmationComponent]>;
|
|
1917
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCtaPanelAbstractConfirmationModule>;
|
|
1801
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelAbstractConfirmationComponent, "kit-cta-panel-abstract-confirmation", never, { "confirmButtonDisabled": { "alias": "confirmButtonDisabled"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, [".confirmation-head", ".confirmation-main"], true, never>;
|
|
1918
1802
|
}
|
|
1919
1803
|
|
|
1920
1804
|
declare class KitNoteComponent {
|
|
@@ -1934,6 +1818,11 @@ declare class KitQueryParamsService {
|
|
|
1934
1818
|
static ɵprov: i0.ɵɵInjectableDeclaration<KitQueryParamsService>;
|
|
1935
1819
|
}
|
|
1936
1820
|
|
|
1821
|
+
declare enum KitRadioButtonType {
|
|
1822
|
+
DEFAULT = "default",
|
|
1823
|
+
ICON_LIST = "icon-list"
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1937
1826
|
interface KitRadioButton<T> {
|
|
1938
1827
|
label: string;
|
|
1939
1828
|
value: T;
|
|
@@ -1943,11 +1832,6 @@ interface KitRadioButton<T> {
|
|
|
1943
1832
|
icon?: KitSvgIcon;
|
|
1944
1833
|
}
|
|
1945
1834
|
|
|
1946
|
-
declare enum KitRadioButtonType {
|
|
1947
|
-
DEFAULT = "default",
|
|
1948
|
-
ICON_LIST = "icon-list"
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
1835
|
declare class KitRadioButtonComponent<T> implements ControlValueAccessor {
|
|
1952
1836
|
items: KitRadioButton<T>[];
|
|
1953
1837
|
label: string | null;
|
|
@@ -1962,7 +1846,7 @@ declare class KitRadioButtonComponent<T> implements ControlValueAccessor {
|
|
|
1962
1846
|
get isIconListType(): boolean;
|
|
1963
1847
|
buildLabelId(index: number): string;
|
|
1964
1848
|
handleClick(event: MouseEvent, clickedItem: KitRadioButton<T>): void;
|
|
1965
|
-
onChange(
|
|
1849
|
+
onChange(_value: T): void;
|
|
1966
1850
|
onTouched(): void;
|
|
1967
1851
|
writeValue(value: T): void;
|
|
1968
1852
|
registerOnChange(fn: (_: T) => void): void;
|
|
@@ -1973,13 +1857,7 @@ declare class KitRadioButtonComponent<T> implements ControlValueAccessor {
|
|
|
1973
1857
|
private getFirstPartOfUUID;
|
|
1974
1858
|
private needToPrevent;
|
|
1975
1859
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitRadioButtonComponent<any>, never>;
|
|
1976
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitRadioButtonComponent<any>, "kit-radio-button", never, { "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "changed": "changed"; }, never, never,
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
declare class KitRadioButtonModule {
|
|
1980
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitRadioButtonModule, never>;
|
|
1981
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitRadioButtonModule, [typeof KitRadioButtonComponent], [typeof i2$1.CommonModule, typeof i3$1.RadioButtonModule, typeof KitInputLabelModule, typeof KitSvgIconModule], [typeof KitRadioButtonComponent]>;
|
|
1982
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitRadioButtonModule>;
|
|
1860
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitRadioButtonComponent<any>, "kit-radio-button", never, { "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "changed": "changed"; }, never, never, true, never>;
|
|
1983
1861
|
}
|
|
1984
1862
|
|
|
1985
1863
|
declare const buildRandomUUID: () => string;
|
|
@@ -2015,7 +1893,7 @@ declare class KitNavigationTabsComponent {
|
|
|
2015
1893
|
|
|
2016
1894
|
declare class KitNavigationTabsModule {
|
|
2017
1895
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationTabsModule, never>;
|
|
2018
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationTabsModule, [typeof KitNavigationTabsComponent], [typeof i2
|
|
1896
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationTabsModule, [typeof KitNavigationTabsComponent], [typeof i2.CommonModule, typeof i3$1.RouterModule, typeof KitSvgIconModule], [typeof KitNavigationTabsComponent]>;
|
|
2019
1897
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNavigationTabsModule>;
|
|
2020
1898
|
}
|
|
2021
1899
|
|
|
@@ -2110,7 +1988,7 @@ declare class KitTimepickerComponent implements ControlValueAccessor {
|
|
|
2110
1988
|
readonly longTimeFormat: string;
|
|
2111
1989
|
readonly shortTimeFormat: string;
|
|
2112
1990
|
readonly timepickerPopupSettings: PopupSettings;
|
|
2113
|
-
onChange(
|
|
1991
|
+
onChange(_value: Date): void;
|
|
2114
1992
|
onTouched(): void;
|
|
2115
1993
|
onInputBlur(): void;
|
|
2116
1994
|
onInputChange(value: Date): void;
|
|
@@ -2119,13 +1997,7 @@ declare class KitTimepickerComponent implements ControlValueAccessor {
|
|
|
2119
1997
|
registerOnTouched(fn: () => void): void;
|
|
2120
1998
|
setDisabledState(disabled: boolean): void;
|
|
2121
1999
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTimepickerComponent, never>;
|
|
2122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTimepickerComponent, "kit-timepicker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "longFormatEnabled": { "alias": "longFormatEnabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "applyButtonText": { "alias": "applyButtonText"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "popupOpened": "popupOpened"; "popupClosed": "popupClosed"; "changed": "changed"; "blured": "blured"; }, never, never,
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
declare class KitTimepickerModule {
|
|
2126
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTimepickerModule, never>;
|
|
2127
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTimepickerModule, [typeof KitTimepickerComponent], [typeof i3$3.TimePickerModule, typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof KitInputLabelModule, typeof i3$3.DateTimePickerModule, typeof KitInputMessageModule], [typeof KitTimepickerComponent]>;
|
|
2128
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitTimepickerModule>;
|
|
2000
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTimepickerComponent, "kit-timepicker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "longFormatEnabled": { "alias": "longFormatEnabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "applyButtonText": { "alias": "applyButtonText"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "popupOpened": "popupOpened"; "popupClosed": "popupClosed"; "changed": "changed"; "blured": "blured"; }, never, never, true, never>;
|
|
2129
2001
|
}
|
|
2130
2002
|
|
|
2131
2003
|
declare enum KitSkeletonShape {
|
|
@@ -2228,7 +2100,7 @@ declare class KitFileUploadComponent {
|
|
|
2228
2100
|
|
|
2229
2101
|
declare class KitFileUploadModule {
|
|
2230
2102
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileUploadModule, never>;
|
|
2231
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitFileUploadModule, [typeof KitFileUploadComponent], [typeof i2
|
|
2103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitFileUploadModule, [typeof KitFileUploadComponent], [typeof i2.CommonModule, typeof i3$2.UploadModule, typeof KitSvgIconModule, typeof i5.FormsModule, typeof KitButtonComponent], [typeof KitFileUploadComponent]>;
|
|
2232
2104
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitFileUploadModule>;
|
|
2233
2105
|
}
|
|
2234
2106
|
|
|
@@ -2250,6 +2122,35 @@ declare class KitPermissionDirective implements OnInit {
|
|
|
2250
2122
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KitPermissionDirective, "[kitPermission]", never, { "kitPermission": { "alias": "kitPermission"; "required": false; }; "kitPermissionUser": { "alias": "kitPermissionUser"; "required": false; }; }, {}, never, never, true, never>;
|
|
2251
2123
|
}
|
|
2252
2124
|
|
|
2125
|
+
declare enum KitCopyTextState {
|
|
2126
|
+
NOT_COPIED = "not-copied",
|
|
2127
|
+
COPIED = "copied"
|
|
2128
|
+
}
|
|
2129
|
+
declare class KitCopyTextComponent {
|
|
2130
|
+
private readonly document;
|
|
2131
|
+
/**
|
|
2132
|
+
Defines a value that is going to be the text to be copied
|
|
2133
|
+
*/
|
|
2134
|
+
textToCopy: string | null;
|
|
2135
|
+
/**
|
|
2136
|
+
Defines a value that is going to be displayed on hover as a hint before copying
|
|
2137
|
+
*/
|
|
2138
|
+
tooltipTextBefore: string | null;
|
|
2139
|
+
/**
|
|
2140
|
+
Defines a value that is going to be displayed on hover as a hint after copying
|
|
2141
|
+
*/
|
|
2142
|
+
tooltipTextAfter: string | null;
|
|
2143
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
2144
|
+
readonly CopyTextState: typeof KitCopyTextState;
|
|
2145
|
+
readonly copyTextState$: BehaviorSubject<KitCopyTextState>;
|
|
2146
|
+
copyText(): void;
|
|
2147
|
+
private setState;
|
|
2148
|
+
private handleCopyStateChange;
|
|
2149
|
+
private copyTextToClipboard;
|
|
2150
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitCopyTextComponent, never>;
|
|
2151
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCopyTextComponent, "kit-copy-text", never, { "textToCopy": { "alias": "textToCopy"; "required": false; }; "tooltipTextBefore": { "alias": "tooltipTextBefore"; "required": false; }; "tooltipTextAfter": { "alias": "tooltipTextAfter"; "required": false; }; }, {}, never, never, true, never>;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2253
2154
|
interface KitNavigationMenuItem {
|
|
2254
2155
|
title: string;
|
|
2255
2156
|
link?: string;
|
|
@@ -2463,13 +2364,7 @@ declare class KitMultiselectComponent<T> implements ControlValueAccessor, OnInit
|
|
|
2463
2364
|
private removeAllAsOption;
|
|
2464
2365
|
private subscribeToValueChanges;
|
|
2465
2366
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectComponent<any>, never>;
|
|
2466
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitMultiselectComponent<any>, "kit-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "shouldAddAllAsOption": { "alias": "shouldAddAllAsOption"; "required": false; "isSignal": true; }; "allOptionLabel": { "alias": "allOptionLabel"; "required": false; "isSignal": true; }; }, { "changed": "changed"; }, never, never,
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
declare class KitMultiselectModule {
|
|
2470
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectModule, never>;
|
|
2471
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitMultiselectModule, [typeof KitMultiselectComponent], [typeof i2$1.CommonModule, typeof i3$2.MultiSelectModule, typeof i3$2.DropDownListModule, typeof i5.FormsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule, typeof i8.TranslateModule], [typeof KitMultiselectComponent]>;
|
|
2472
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitMultiselectModule>;
|
|
2367
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitMultiselectComponent<any>, "kit-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "shouldAddAllAsOption": { "alias": "shouldAddAllAsOption"; "required": false; "isSignal": true; }; "allOptionLabel": { "alias": "allOptionLabel"; "required": false; "isSignal": true; }; }, { "changed": "changed"; }, never, never, true, never>;
|
|
2473
2368
|
}
|
|
2474
2369
|
|
|
2475
2370
|
interface KitPopupAlign {
|
|
@@ -2607,13 +2502,7 @@ declare class KitDatepickerComponent implements ControlValueAccessor {
|
|
|
2607
2502
|
registerOnTouched(fn: () => void): void;
|
|
2608
2503
|
setDisabledState(disabled: boolean): void;
|
|
2609
2504
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerComponent, never>;
|
|
2610
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatepickerComponent, "kit-datepicker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelTooltip": { "alias": "labelTooltip"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "changed": "changed"; }, never, never,
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
|
-
declare class KitDatepickerModule {
|
|
2614
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerModule, never>;
|
|
2615
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatepickerModule, [typeof KitDatepickerComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitInputLabelModule, typeof KitInputMessageModule, typeof KitSvgIconModule], [typeof KitDatepickerComponent]>;
|
|
2616
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitDatepickerModule>;
|
|
2505
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatepickerComponent, "kit-datepicker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelTooltip": { "alias": "labelTooltip"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "changed": "changed"; }, never, never, true, never>;
|
|
2617
2506
|
}
|
|
2618
2507
|
|
|
2619
2508
|
interface KitProfileMenuItem {
|
|
@@ -3054,7 +2943,7 @@ declare class KitGridDetailTemplateDirective {
|
|
|
3054
2943
|
|
|
3055
2944
|
declare class KitGridModule {
|
|
3056
2945
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridModule, never>;
|
|
3057
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitGridModule, [typeof KitGridComponent, typeof KitGridColumnComponent], [typeof i2
|
|
2946
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitGridModule, [typeof KitGridComponent, typeof KitGridColumnComponent], [typeof i2.CommonModule, typeof i4.GridModule, typeof KitSvgIconModule, typeof KitGridCellTemplateDirective, typeof KitGridDetailTemplateDirective, typeof i4.ExcelModule, typeof i4.PDFModule], [typeof KitGridComponent, typeof KitGridColumnComponent, typeof KitGridCellTemplateDirective, typeof KitGridDetailTemplateDirective]>;
|
|
3058
2947
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitGridModule>;
|
|
3059
2948
|
}
|
|
3060
2949
|
|
|
@@ -3200,13 +3089,7 @@ declare class KitEntitySectionContainerComponent {
|
|
|
3200
3089
|
|
|
3201
3090
|
declare class KitEntityTitleComponent {
|
|
3202
3091
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntityTitleComponent, never>;
|
|
3203
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntityTitleComponent, "kit-entity-title", never, {}, {}, never, ["*"],
|
|
3204
|
-
}
|
|
3205
|
-
|
|
3206
|
-
declare class KitEntityTitleModule {
|
|
3207
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntityTitleModule, never>;
|
|
3208
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitEntityTitleModule, [typeof KitEntityTitleComponent], [typeof i2$1.CommonModule], [typeof KitEntityTitleComponent]>;
|
|
3209
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitEntityTitleModule>;
|
|
3092
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntityTitleComponent, "kit-entity-title", never, {}, {}, never, ["*"], true, never>;
|
|
3210
3093
|
}
|
|
3211
3094
|
|
|
3212
3095
|
declare enum KitTimelineTheme {
|
|
@@ -3281,7 +3164,7 @@ declare class KitFileCardMessagesComponent {
|
|
|
3281
3164
|
*/
|
|
3282
3165
|
downloadButtonLabel: string;
|
|
3283
3166
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardMessagesComponent, never>;
|
|
3284
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileCardMessagesComponent, "kit-file-card-custom-messages", never, { "createDate": { "alias": "createDate"; "required": false; }; "createdBy": { "alias": "createdBy"; "required": false; }; "viewButtonLabel": { "alias": "viewButtonLabel"; "required": false; }; "downloadButtonLabel": { "alias": "downloadButtonLabel"; "required": false; }; }, {}, never, never,
|
|
3167
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileCardMessagesComponent, "kit-file-card-custom-messages", never, { "createDate": { "alias": "createDate"; "required": false; }; "createdBy": { "alias": "createdBy"; "required": false; }; "viewButtonLabel": { "alias": "viewButtonLabel"; "required": false; }; "downloadButtonLabel": { "alias": "downloadButtonLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
3285
3168
|
}
|
|
3286
3169
|
|
|
3287
3170
|
declare class KitFileCardComponent {
|
|
@@ -3329,13 +3212,7 @@ declare class KitFileCardComponent {
|
|
|
3329
3212
|
getFileIconByExtension(extension: string): string | null;
|
|
3330
3213
|
hasViewFileButton(fileType: string): boolean;
|
|
3331
3214
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardComponent, never>;
|
|
3332
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileCardComponent, "kit-file-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "fileType": { "alias": "fileType"; "required": false; }; "date": { "alias": "date"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "viewButtonClicked": "viewButtonClicked"; "downloadButtonClicked": "downloadButtonClicked"; }, ["customMessages"], ["*"],
|
|
3333
|
-
}
|
|
3334
|
-
|
|
3335
|
-
declare class KitFileCardModule {
|
|
3336
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardModule, never>;
|
|
3337
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitFileCardModule, [typeof KitFileCardComponent, typeof KitFileCardMessagesComponent], [typeof i2$1.CommonModule, typeof KitButtonModule, typeof KitSvgIconModule, typeof i2$1.DatePipe], [typeof KitFileCardComponent, typeof KitFileCardMessagesComponent]>;
|
|
3338
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitFileCardModule>;
|
|
3215
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileCardComponent, "kit-file-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "fileType": { "alias": "fileType"; "required": false; }; "date": { "alias": "date"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "viewButtonClicked": "viewButtonClicked"; "downloadButtonClicked": "downloadButtonClicked"; }, ["customMessages"], ["*"], true, never>;
|
|
3339
3216
|
}
|
|
3340
3217
|
|
|
3341
3218
|
declare enum KitDataFieldState {
|
|
@@ -4390,5 +4267,5 @@ declare const kitGetPermissionTypesByCategory: (category: string, permissions: K
|
|
|
4390
4267
|
|
|
4391
4268
|
declare const kitUserPermissionsGuard: CanActivateFn;
|
|
4392
4269
|
|
|
4393
|
-
export { AbstractKitCtaPanelConfirmationComponent, AddGridFilter, FetchUser, FetchUserPermissions, FetchUserSettings, HighlightPipe, KIT_BASE_PATH, KIT_DATETIME_FORMAT_LONG, KIT_DATE_FORMAT, KIT_GRID_CELL_DATE_FORMAT_CONFIG, KIT_GRID_STATE_TOKEN, KIT_USER_PATH, KIT_USER_PERMISSIONS_PATH, KIT_USER_PERMISSIONS_STATE_TOKEN, KIT_USER_STATE_TOKEN, KitAutocompleteComponent, KitAutocompleteDirective, KitAvatarComponent, KitAvatarSize, KitBadgeDirective, KitBadgeTheme, KitBreadcrumbsComponent, KitBreadcrumbsService, KitButtonComponent, KitButtonIconPosition, KitButtonKind,
|
|
4270
|
+
export { AbstractKitCtaPanelConfirmationComponent, AddGridFilter, FetchUser, FetchUserPermissions, FetchUserSettings, HighlightPipe, KIT_BASE_PATH, KIT_DATETIME_FORMAT_LONG, KIT_DATE_FORMAT, KIT_GRID_CELL_DATE_FORMAT_CONFIG, KIT_GRID_STATE_TOKEN, KIT_USER_PATH, KIT_USER_PERMISSIONS_PATH, KIT_USER_PERMISSIONS_STATE_TOKEN, KIT_USER_STATE_TOKEN, KitAutocompleteComponent, KitAutocompleteDirective, KitAvatarComponent, KitAvatarSize, KitBadgeDirective, KitBadgeTheme, KitBreadcrumbsComponent, KitBreadcrumbsService, KitButtonComponent, KitButtonIconPosition, KitButtonKind, KitButtonState, KitButtonType, KitCardComponent, KitCardTheme, KitCheckboxComponent, KitCheckboxState, KitCollapsedListComponent, KitCollapsedListDropdownAlign, KitCopyTextComponent, KitCtaPanelAbstractConfirmationComponent, KitCtaPanelActionComponent, KitCtaPanelConfirmationComponent, KitCtaPanelItemComponent, KitCtaPanelItemType, KitDataFieldComponent, KitDataFieldState, KitDatepickerComponent, KitDatepickerSize, KitDaterangeComponent, KitDaterangeType, KitDatetimepickerComponent, KitDialogActionsComponent, KitDialogComponent, KitDialogService, KitDropdownComponent, KitDropdownItemTemplateDirective, KitDropdownModule, KitDropdownSize, KitEmptySectionComponent, KitEntityGridComponent, KitEntitySectionComponent, KitEntitySectionContainerComponent, KitEntityTitleComponent, KitFileCardComponent, KitFileCardMessagesComponent, KitFileUploadComponent, KitFileUploadModule, KitFilterCheckboxComponent, KitFilterLogic, KitFilterOperator, KitFilterType, KitGlobalSearchComponent, KitGridCellComponent, KitGridCellService, KitGridCellTemplateDirective, KitGridColumnComponent, KitGridColumnManagerComponent, KitGridComponent, KitGridDetailTemplateDirective, KitGridDetailsButtonComponent, KitGridExportComponent, KitGridFiltersComponent, KitGridModule, KitGridSearchComponent, KitGridSortSettingsMode, KitGridState, KitGridUrlStateService, KitGridViewType, KitGridViewsComponent, KitGridViewsState, KitInputLabelComponent, KitInputMessageComponent, KitLoaderComponent, KitLocationStepperComponent, KitLocationStepperModule, KitMobileHeaderComponent, KitMobileMenuComponent, KitMobileMenuState, KitMultiselectComponent, KitNavigationMenuComponent, KitNavigationMenuService, KitNavigationMenuSubmenuComponent, KitNavigationTabsComponent, KitNavigationTabsModule, KitNavigationTabsType, KitNoteComponent, KitNotificationComponent, KitNotificationService, KitNotificationType, KitNumericTextboxComponent, KitNumericTextboxModule, KitNumericTextboxSize, KitNumericTextboxState, KitOptionToggleComponent, KitPageLayoutComponent, KitPermissionDirective, KitPillComponent, KitPillTheme, KitPillType, KitPopupAlignHorizontal, KitPopupAlignVertical, KitPopupComponent, KitPopupPositionMode, KitProfileMenuComponent, KitQueryParamsName, KitQueryParamsService, KitRadioButtonComponent, KitRadioButtonType, KitRoutePathComponent, KitSchedulerComponent, KitSchedulerMonthEventTemplateDirective, KitSchedulerWeekEventTemplateDirective, KitScrollNavigationComponent, KitScrollNavigationSectionComponent, KitSearchBarComponent, KitSidebarComponent, KitSkeletonAnimation, KitSkeletonComponent, KitSkeletonShape, KitSortDirection, KitSortableComponent, KitSvgIcon, KitSvgIconComponent, KitSvgIconModule, KitSvgIconType, KitSvgSpriteComponent, KitSvgSpriteModule, KitSwitchComponent, KitSwitchMode, KitSwitchState, KitTabComponent, KitTabContentDirective, KitTabsComponent, KitTabsSize, KitTabsType, KitTextLabelComponent, KitTextLabelState, KitTextareaAutoresizeDirective, KitTextareaComponent, KitTextareaState, KitTextboxComponent, KitTextboxSize, KitTextboxState, KitThemeService, KitThemes, KitTileLayoutComponent, KitTileLayoutItemComponent, KitTimelineCardComponent, KitTimelineComponent, KitTimelineTheme, KitTimelineType, KitTimepickerComponent, KitTitleTemplateDirective, KitToastrModule, KitToastrPosition, KitToastrService, KitToastrType, KitToggleComponent, KitToggleSize, KitTooltipDirective, KitTooltipPosition, KitTopBarComponent, KitTrackingCardComponent, KitTrackingTimelineComponent, KitTranslateLoader, KitTranslateService, KitTruncateTextComponent, KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxType, KitUserApplicationsState, KitUserPermissionsState, KitUserSettingsComponent, KitUserSettingsKeys, KitUserSettingsState, KitUserState, RemoveGridFilter, SetGridColumns, SetGridFilters, SetGridSearch, SetGridSkip, SetGridSort, SetGridTake, UpdateGridFilter, buildRandomUUID, changeFilterField, createDataFetcherFactory, ensureTrailingSlash, findMatches, kitBuildFilterBooleanOptions, kitBuildFilterListOptions, kitBuildFilters, kitBuildGridColumn, kitBuildGridDataResults, kitBuildOdataFilter, kitBuildSortString, kitDataStateToODataString, kitEncodeViewNameToUrl, kitGetPermissionTypesByCategory, kitHasPermission, kitUserPermissionsGuard, mapGlobalSearchResult };
|
|
4394
4271
|
export type { GlobalSearchFilter, GlobalSearchLineItem, GlobalSearchPrompt, GlobalSearchResult, GlobalSearchRouteConfig, GlobalSearchSelectedFilter, KitAutocompleteItem, KitBreadcrumbsItem, KitCard, KitCardItem, KitCardLink, KitCollapsedListItem, KitCompositeFilterDescriptor, KitCtaPanelConfirmation, KitCtaPanelConfirmationValue, KitCtaPanelCopyItem, KitCtaPanelItem, KitDataResult, KitDataState, KitDaterangeValue, KitDropdownItem, KitFileUploadFile, KitFileUploadFileRestrictions, KitFileUploadFileRestrictionsMessages, KitFilterDescriptor, KitFilterItem, KitFilterListConfig, KitFilterListOption, KitFilterValue, KitGridCellClickEvent, KitGridCellTranslationMap, KitGridColumn, KitGridColumnConfig, KitGridColumns, KitGridDataResult, KitGridDataState, KitGridDataStateChangeEvent, KitGridDetailCollapseEvent, KitGridDetailExpandEvent, KitGridPageChangeEvent, KitGridSortSettings, KitGridView, KitGridViewColumn, KitKendoDrawPdf, KitLocationStepperItem, KitLocationStepperItemDate, KitMainMenuItem, KitMobileMenuItem, KitMultiselectItem, KitNavigationMenuAppItem, KitNavigationMenuItem, KitNavigationTabsItem, KitNavigationTabsItemLink, KitOptionToggleOption, KitPDFOptions, KitPermission, KitPopupAlign, KitProfileMenuItem, KitQueryParams, KitRadioButton, KitScheduleEventClickEvent, KitScheduleSlotClickEvent, KitSchedulerEvent, KitSortDescriptor, KitSwitchItem, KitSwitchItemSelection, KitTabsSelectEvent, KitTileLayoutColumnsConfig, KitTimelineItem, KitTimelineItemDate, KitToastrConfig, KitTrackingCardTabs, KitTrackingTimelineItem, KitUserMenuItem, KitUserPermissions, KitUserSettings };
|