@indigina/ui-kit 1.1.256 → 1.1.258
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/indigina-ui-kit.mjs +349 -863
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +140 -262
- package/package.json +1 -1
- package/styles/components/button-variants.scss +1 -0
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 {
|
|
@@ -267,7 +263,18 @@ declare class KitButtonComponent {
|
|
|
267
263
|
clicked: EventEmitter<MouseEvent>;
|
|
268
264
|
readonly kitSvgIconType: typeof KitSvgIconType;
|
|
269
265
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitButtonComponent, never>;
|
|
270
|
-
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>;
|
|
271
278
|
}
|
|
272
279
|
|
|
273
280
|
declare class KitSvgIconComponent {
|
|
@@ -289,23 +296,6 @@ declare class KitSvgIconModule {
|
|
|
289
296
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitSvgIconModule>;
|
|
290
297
|
}
|
|
291
298
|
|
|
292
|
-
declare class KitButtonModule {
|
|
293
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitButtonModule, never>;
|
|
294
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitButtonModule, [typeof KitButtonComponent], [typeof i2.ButtonModule, typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitButtonComponent]>;
|
|
295
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitButtonModule>;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
declare class KitSvgSpriteComponent {
|
|
299
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgSpriteComponent, never>;
|
|
300
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSvgSpriteComponent, "kit-svg-sprite", never, {}, {}, never, never, false, never>;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
declare class KitSvgSpriteModule {
|
|
304
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgSpriteModule, never>;
|
|
305
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSvgSpriteModule, [typeof KitSvgSpriteComponent], never, [typeof KitSvgSpriteComponent]>;
|
|
306
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitSvgSpriteModule>;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
299
|
declare class KitLoaderComponent {
|
|
310
300
|
/**
|
|
311
301
|
* An icon which will be used for loader
|
|
@@ -482,7 +472,7 @@ declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
482
472
|
/**
|
|
483
473
|
* Function that should be called every time the form control value changes
|
|
484
474
|
*/
|
|
485
|
-
onChange: (
|
|
475
|
+
onChange: (_value: string) => void;
|
|
486
476
|
/**
|
|
487
477
|
* Function that should be called when input lost focus and changed form control state to "touched"
|
|
488
478
|
*/
|
|
@@ -500,76 +490,7 @@ declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
500
490
|
*/
|
|
501
491
|
onInputChange(value: string): void;
|
|
502
492
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxComponent, never>;
|
|
503
|
-
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,
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
declare enum KitTooltipPosition {
|
|
507
|
-
TOP = "top",
|
|
508
|
-
BOTTOM = "bottom",
|
|
509
|
-
RIGHT = "right",
|
|
510
|
-
LEFT = "left"
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
declare class KitInputLabelComponent {
|
|
514
|
-
/**
|
|
515
|
-
* Defines the text content of the label
|
|
516
|
-
*/
|
|
517
|
-
text?: string;
|
|
518
|
-
/**
|
|
519
|
-
* Associates the label with a component by a template reference
|
|
520
|
-
*/
|
|
521
|
-
for?: ElementRef;
|
|
522
|
-
/**
|
|
523
|
-
* Defines the tooltip text
|
|
524
|
-
*/
|
|
525
|
-
tooltip?: string;
|
|
526
|
-
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
527
|
-
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
528
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelComponent, never>;
|
|
529
|
-
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>;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
declare class KitTooltipDirective extends TooltipDirective implements OnInit {
|
|
533
|
-
readonly kitTooltipPosition: InputSignal<KitTooltipPosition>;
|
|
534
|
-
readonly kitTooltipFilter: InputSignal<string>;
|
|
535
|
-
readonly kitTooltipTemplateRef: InputSignal<TemplateRef<HTMLElement> | undefined>;
|
|
536
|
-
readonly kitTooltipVisible: InputSignal<boolean>;
|
|
537
|
-
constructor();
|
|
538
|
-
ngOnInit(): void;
|
|
539
|
-
private getShowOption;
|
|
540
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTooltipDirective, never>;
|
|
541
|
-
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>;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
declare class KitInputLabelModule {
|
|
545
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelModule, never>;
|
|
546
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputLabelModule, [typeof KitInputLabelComponent], [typeof i2$1.CommonModule, typeof i3.LabelModule, typeof KitSvgIconModule, typeof KitTooltipDirective], [typeof KitInputLabelComponent]>;
|
|
547
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputLabelModule>;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
declare class KitInputMessageComponent {
|
|
551
|
-
/**
|
|
552
|
-
* An icon which will be used to the left of the info message
|
|
553
|
-
*/
|
|
554
|
-
icon?: KitSvgIcon;
|
|
555
|
-
/**
|
|
556
|
-
* Defines a value which going to be an info message text
|
|
557
|
-
*/
|
|
558
|
-
message: string;
|
|
559
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageComponent, never>;
|
|
560
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "icon": { "alias": "icon"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
declare class KitInputMessageModule {
|
|
564
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageModule, never>;
|
|
565
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputMessageModule, [typeof KitInputMessageComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitInputMessageComponent]>;
|
|
566
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputMessageModule>;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
declare class KitTextboxModule {
|
|
570
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxModule, never>;
|
|
571
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextboxModule, [typeof KitTextboxComponent], [typeof i2$1.CommonModule, typeof i3$1.TextBoxModule, typeof KitInputLabelModule, typeof KitInputMessageModule, typeof KitSvgIconModule], [typeof KitTextboxComponent]>;
|
|
572
|
-
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>;
|
|
573
494
|
}
|
|
574
495
|
|
|
575
496
|
declare enum KitNumericTextboxState {
|
|
@@ -670,9 +591,48 @@ declare class KitNumericTextboxComponent implements ControlValueAccessor {
|
|
|
670
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>;
|
|
671
592
|
}
|
|
672
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
|
+
|
|
673
633
|
declare class KitNumericTextboxModule {
|
|
674
634
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNumericTextboxModule, never>;
|
|
675
|
-
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]>;
|
|
676
636
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNumericTextboxModule>;
|
|
677
637
|
}
|
|
678
638
|
|
|
@@ -803,7 +763,7 @@ declare class KitTruncateTextComponent {
|
|
|
803
763
|
|
|
804
764
|
declare class KitDropdownModule {
|
|
805
765
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownModule, never>;
|
|
806
|
-
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]>;
|
|
807
767
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDropdownModule>;
|
|
808
768
|
}
|
|
809
769
|
|
|
@@ -960,13 +920,7 @@ declare class KitTextLabelComponent {
|
|
|
960
920
|
*/
|
|
961
921
|
state: KitTextLabelState;
|
|
962
922
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelComponent, never>;
|
|
963
|
-
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,
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
declare class KitTextLabelModule {
|
|
967
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelModule, never>;
|
|
968
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextLabelModule, [typeof KitTextLabelComponent], [typeof i2$1.CommonModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitTextLabelComponent]>;
|
|
969
|
-
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>;
|
|
970
924
|
}
|
|
971
925
|
|
|
972
926
|
declare enum KitUnitsTextboxDropdownPosition {
|
|
@@ -1098,13 +1052,7 @@ declare class KitUnitsTextboxComponent<T> {
|
|
|
1098
1052
|
*/
|
|
1099
1053
|
onDropdownBlur(): void;
|
|
1100
1054
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxComponent<any>, never>;
|
|
1101
|
-
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,
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
declare class KitUnitsTextboxModule {
|
|
1105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxModule, never>;
|
|
1106
|
-
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]>;
|
|
1107
|
-
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>;
|
|
1108
1056
|
}
|
|
1109
1057
|
|
|
1110
1058
|
declare class KitDatetimepickerComponent implements ControlValueAccessor {
|
|
@@ -1199,13 +1147,7 @@ declare class KitDatetimepickerComponent implements ControlValueAccessor {
|
|
|
1199
1147
|
registerOnTouched(fn: () => void): void;
|
|
1200
1148
|
setDisabledState(disabled: boolean): void;
|
|
1201
1149
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerComponent, never>;
|
|
1202
|
-
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,
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
declare class KitDatetimepickerModule {
|
|
1206
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerModule, never>;
|
|
1207
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatetimepickerModule, [typeof KitDatetimepickerComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitDatetimepickerComponent]>;
|
|
1208
|
-
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>;
|
|
1209
1151
|
}
|
|
1210
1152
|
|
|
1211
1153
|
declare enum KitNotificationType {
|
|
@@ -1272,9 +1214,21 @@ declare class KitLocationStepperComponent {
|
|
|
1272
1214
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitLocationStepperComponent, "kit-location-stepper", never, { "items": { "alias": "items"; "required": false; }; "toolTipPosition": { "alias": "toolTipPosition"; "required": false; }; }, {}, never, never, false, never>;
|
|
1273
1215
|
}
|
|
1274
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
|
+
|
|
1275
1229
|
declare class KitLocationStepperModule {
|
|
1276
1230
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitLocationStepperModule, never>;
|
|
1277
|
-
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]>;
|
|
1278
1232
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitLocationStepperModule>;
|
|
1279
1233
|
}
|
|
1280
1234
|
|
|
@@ -1438,11 +1392,11 @@ declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
1438
1392
|
/**
|
|
1439
1393
|
* Function that should be called every time the form control value changes
|
|
1440
1394
|
*/
|
|
1441
|
-
onChange: (
|
|
1395
|
+
onChange: (_value: boolean) => void;
|
|
1442
1396
|
/**
|
|
1443
1397
|
* Function that should be called when input lost focus and changed form control state to "touched"
|
|
1444
1398
|
*/
|
|
1445
|
-
onTouched: (
|
|
1399
|
+
onTouched: (_value: boolean) => void;
|
|
1446
1400
|
onInputStateChange(event: Event): void;
|
|
1447
1401
|
handleClick(event: MouseEvent): void;
|
|
1448
1402
|
registerOnChange(fn: CheckboxValueFn): void;
|
|
@@ -1451,13 +1405,7 @@ declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
1451
1405
|
setDisabledState(disabled: boolean): void;
|
|
1452
1406
|
setCssClasses(checkbox: HTMLInputElement): Record<string, boolean>;
|
|
1453
1407
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCheckboxComponent, never>;
|
|
1454
|
-
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,
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
declare class KitCheckboxModule {
|
|
1458
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCheckboxModule, never>;
|
|
1459
|
-
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]>;
|
|
1460
|
-
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>;
|
|
1461
1409
|
}
|
|
1462
1410
|
|
|
1463
1411
|
declare enum KitToggleSize {
|
|
@@ -1510,7 +1458,7 @@ declare class KitToggleComponent implements ControlValueAccessor {
|
|
|
1510
1458
|
/**
|
|
1511
1459
|
* Function that should be called every time the form control value changes
|
|
1512
1460
|
*/
|
|
1513
|
-
onChange: (
|
|
1461
|
+
onChange: (_value: boolean) => void;
|
|
1514
1462
|
/**
|
|
1515
1463
|
* Function that should be called when input lost focus and changed form control state to "touched"
|
|
1516
1464
|
*/
|
|
@@ -1759,13 +1707,7 @@ declare class KitDaterangeComponent {
|
|
|
1759
1707
|
onBlur(): void;
|
|
1760
1708
|
onClose(): void;
|
|
1761
1709
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeComponent, never>;
|
|
1762
|
-
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,
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
declare class KitDaterangeModule {
|
|
1766
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeModule, never>;
|
|
1767
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDaterangeModule, [typeof KitDaterangeComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitDaterangeComponent]>;
|
|
1768
|
-
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>;
|
|
1769
1711
|
}
|
|
1770
1712
|
|
|
1771
1713
|
interface KitCtaPanelItem {
|
|
@@ -1794,48 +1736,7 @@ declare class KitCtaPanelItemComponent {
|
|
|
1794
1736
|
readonly KitCtaPanelItemType: typeof KitCtaPanelItemType;
|
|
1795
1737
|
onButtonClick(): void;
|
|
1796
1738
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelItemComponent, never>;
|
|
1797
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelItemComponent, "kit-cta-panel-item", never, { "item": { "alias": "item"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "clicked": "clicked"; }, never, never,
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
declare enum KitCopyTextState {
|
|
1801
|
-
NOT_COPIED = "not-copied",
|
|
1802
|
-
COPIED = "copied"
|
|
1803
|
-
}
|
|
1804
|
-
declare class KitCopyTextComponent {
|
|
1805
|
-
private readonly document;
|
|
1806
|
-
/**
|
|
1807
|
-
Defines a value that is going to be the text to be copied
|
|
1808
|
-
*/
|
|
1809
|
-
textToCopy: string | null;
|
|
1810
|
-
/**
|
|
1811
|
-
Defines a value that is going to be displayed on hover as a hint before copying
|
|
1812
|
-
*/
|
|
1813
|
-
tooltipTextBefore: string | null;
|
|
1814
|
-
/**
|
|
1815
|
-
Defines a value that is going to be displayed on hover as a hint after copying
|
|
1816
|
-
*/
|
|
1817
|
-
tooltipTextAfter: string | null;
|
|
1818
|
-
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
1819
|
-
readonly CopyTextState: typeof KitCopyTextState;
|
|
1820
|
-
readonly copyTextState$: BehaviorSubject<KitCopyTextState>;
|
|
1821
|
-
copyText(): void;
|
|
1822
|
-
private setState;
|
|
1823
|
-
private handleCopyStateChange;
|
|
1824
|
-
private copyTextToClipboard;
|
|
1825
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCopyTextComponent, never>;
|
|
1826
|
-
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>;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
declare class KitCopyTextModule {
|
|
1830
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCopyTextModule, never>;
|
|
1831
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCopyTextModule, [typeof KitCopyTextComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitCopyTextComponent]>;
|
|
1832
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCopyTextModule>;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
declare class KitCtaPanelItemModule {
|
|
1836
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelItemModule, never>;
|
|
1837
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelItemModule, [typeof KitCtaPanelItemComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof i4.RouterModule, typeof KitCopyTextModule], [typeof KitCtaPanelItemComponent]>;
|
|
1838
|
-
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>;
|
|
1839
1740
|
}
|
|
1840
1741
|
|
|
1841
1742
|
declare class KitCtaPanelActionComponent {
|
|
@@ -1848,13 +1749,7 @@ declare class KitCtaPanelActionComponent {
|
|
|
1848
1749
|
readonly KitButtonKind: typeof KitButtonKind;
|
|
1849
1750
|
readonly KitButtonType: typeof KitButtonType;
|
|
1850
1751
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelActionComponent, never>;
|
|
1851
|
-
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,
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
declare class KitCtaPanelActionModule {
|
|
1855
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelActionModule, never>;
|
|
1856
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelActionModule, [typeof KitCtaPanelActionComponent], [typeof i2$1.CommonModule, typeof KitButtonModule], [typeof KitCtaPanelActionComponent]>;
|
|
1857
|
-
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>;
|
|
1858
1753
|
}
|
|
1859
1754
|
|
|
1860
1755
|
declare abstract class AbstractKitCtaPanelConfirmationComponent {
|
|
@@ -1893,13 +1788,7 @@ declare class KitCtaPanelConfirmationComponent<T> {
|
|
|
1893
1788
|
readonly form: UntypedFormGroup;
|
|
1894
1789
|
onConfirmButtonClick(): void;
|
|
1895
1790
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelConfirmationComponent<any>, never>;
|
|
1896
|
-
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,
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
declare class KitCtaPanelConfirmationModule {
|
|
1900
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelConfirmationModule, never>;
|
|
1901
|
-
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]>;
|
|
1902
|
-
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>;
|
|
1903
1792
|
}
|
|
1904
1793
|
|
|
1905
1794
|
declare class KitCtaPanelAbstractConfirmationComponent {
|
|
@@ -1909,13 +1798,7 @@ declare class KitCtaPanelAbstractConfirmationComponent {
|
|
|
1909
1798
|
quitClicked: EventEmitter<void>;
|
|
1910
1799
|
confirmClicked: EventEmitter<void>;
|
|
1911
1800
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelAbstractConfirmationComponent, never>;
|
|
1912
|
-
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"],
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
declare class KitCtaPanelAbstractConfirmationModule {
|
|
1916
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelAbstractConfirmationModule, never>;
|
|
1917
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelAbstractConfirmationModule, [typeof KitCtaPanelAbstractConfirmationComponent], [typeof KitCtaPanelActionModule, typeof KitSvgIconModule, typeof i2$1.CommonModule], [typeof KitCtaPanelAbstractConfirmationComponent]>;
|
|
1918
|
-
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>;
|
|
1919
1802
|
}
|
|
1920
1803
|
|
|
1921
1804
|
declare class KitNoteComponent {
|
|
@@ -1935,6 +1818,11 @@ declare class KitQueryParamsService {
|
|
|
1935
1818
|
static ɵprov: i0.ɵɵInjectableDeclaration<KitQueryParamsService>;
|
|
1936
1819
|
}
|
|
1937
1820
|
|
|
1821
|
+
declare enum KitRadioButtonType {
|
|
1822
|
+
DEFAULT = "default",
|
|
1823
|
+
ICON_LIST = "icon-list"
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1938
1826
|
interface KitRadioButton<T> {
|
|
1939
1827
|
label: string;
|
|
1940
1828
|
value: T;
|
|
@@ -1944,11 +1832,6 @@ interface KitRadioButton<T> {
|
|
|
1944
1832
|
icon?: KitSvgIcon;
|
|
1945
1833
|
}
|
|
1946
1834
|
|
|
1947
|
-
declare enum KitRadioButtonType {
|
|
1948
|
-
DEFAULT = "default",
|
|
1949
|
-
ICON_LIST = "icon-list"
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
1835
|
declare class KitRadioButtonComponent<T> implements ControlValueAccessor {
|
|
1953
1836
|
items: KitRadioButton<T>[];
|
|
1954
1837
|
label: string | null;
|
|
@@ -1963,7 +1846,7 @@ declare class KitRadioButtonComponent<T> implements ControlValueAccessor {
|
|
|
1963
1846
|
get isIconListType(): boolean;
|
|
1964
1847
|
buildLabelId(index: number): string;
|
|
1965
1848
|
handleClick(event: MouseEvent, clickedItem: KitRadioButton<T>): void;
|
|
1966
|
-
onChange(
|
|
1849
|
+
onChange(_value: T): void;
|
|
1967
1850
|
onTouched(): void;
|
|
1968
1851
|
writeValue(value: T): void;
|
|
1969
1852
|
registerOnChange(fn: (_: T) => void): void;
|
|
@@ -1974,13 +1857,7 @@ declare class KitRadioButtonComponent<T> implements ControlValueAccessor {
|
|
|
1974
1857
|
private getFirstPartOfUUID;
|
|
1975
1858
|
private needToPrevent;
|
|
1976
1859
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitRadioButtonComponent<any>, never>;
|
|
1977
|
-
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,
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
declare class KitRadioButtonModule {
|
|
1981
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitRadioButtonModule, never>;
|
|
1982
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitRadioButtonModule, [typeof KitRadioButtonComponent], [typeof i2$1.CommonModule, typeof i3$1.RadioButtonModule, typeof KitInputLabelModule, typeof KitSvgIconModule], [typeof KitRadioButtonComponent]>;
|
|
1983
|
-
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>;
|
|
1984
1861
|
}
|
|
1985
1862
|
|
|
1986
1863
|
declare const buildRandomUUID: () => string;
|
|
@@ -2016,7 +1893,7 @@ declare class KitNavigationTabsComponent {
|
|
|
2016
1893
|
|
|
2017
1894
|
declare class KitNavigationTabsModule {
|
|
2018
1895
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationTabsModule, never>;
|
|
2019
|
-
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]>;
|
|
2020
1897
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNavigationTabsModule>;
|
|
2021
1898
|
}
|
|
2022
1899
|
|
|
@@ -2111,7 +1988,7 @@ declare class KitTimepickerComponent implements ControlValueAccessor {
|
|
|
2111
1988
|
readonly longTimeFormat: string;
|
|
2112
1989
|
readonly shortTimeFormat: string;
|
|
2113
1990
|
readonly timepickerPopupSettings: PopupSettings;
|
|
2114
|
-
onChange(
|
|
1991
|
+
onChange(_value: Date): void;
|
|
2115
1992
|
onTouched(): void;
|
|
2116
1993
|
onInputBlur(): void;
|
|
2117
1994
|
onInputChange(value: Date): void;
|
|
@@ -2120,13 +1997,7 @@ declare class KitTimepickerComponent implements ControlValueAccessor {
|
|
|
2120
1997
|
registerOnTouched(fn: () => void): void;
|
|
2121
1998
|
setDisabledState(disabled: boolean): void;
|
|
2122
1999
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTimepickerComponent, never>;
|
|
2123
|
-
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,
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
|
-
declare class KitTimepickerModule {
|
|
2127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTimepickerModule, never>;
|
|
2128
|
-
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]>;
|
|
2129
|
-
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>;
|
|
2130
2001
|
}
|
|
2131
2002
|
|
|
2132
2003
|
declare enum KitSkeletonShape {
|
|
@@ -2229,7 +2100,7 @@ declare class KitFileUploadComponent {
|
|
|
2229
2100
|
|
|
2230
2101
|
declare class KitFileUploadModule {
|
|
2231
2102
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileUploadModule, never>;
|
|
2232
|
-
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]>;
|
|
2233
2104
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitFileUploadModule>;
|
|
2234
2105
|
}
|
|
2235
2106
|
|
|
@@ -2251,6 +2122,35 @@ declare class KitPermissionDirective implements OnInit {
|
|
|
2251
2122
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KitPermissionDirective, "[kitPermission]", never, { "kitPermission": { "alias": "kitPermission"; "required": false; }; "kitPermissionUser": { "alias": "kitPermissionUser"; "required": false; }; }, {}, never, never, true, never>;
|
|
2252
2123
|
}
|
|
2253
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
|
+
|
|
2254
2154
|
interface KitNavigationMenuItem {
|
|
2255
2155
|
title: string;
|
|
2256
2156
|
link?: string;
|
|
@@ -2464,13 +2364,7 @@ declare class KitMultiselectComponent<T> implements ControlValueAccessor, OnInit
|
|
|
2464
2364
|
private removeAllAsOption;
|
|
2465
2365
|
private subscribeToValueChanges;
|
|
2466
2366
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectComponent<any>, never>;
|
|
2467
|
-
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,
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
declare class KitMultiselectModule {
|
|
2471
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectModule, never>;
|
|
2472
|
-
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]>;
|
|
2473
|
-
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>;
|
|
2474
2368
|
}
|
|
2475
2369
|
|
|
2476
2370
|
interface KitPopupAlign {
|
|
@@ -2608,13 +2502,7 @@ declare class KitDatepickerComponent implements ControlValueAccessor {
|
|
|
2608
2502
|
registerOnTouched(fn: () => void): void;
|
|
2609
2503
|
setDisabledState(disabled: boolean): void;
|
|
2610
2504
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerComponent, never>;
|
|
2611
|
-
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,
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
declare class KitDatepickerModule {
|
|
2615
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerModule, never>;
|
|
2616
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatepickerModule, [typeof KitDatepickerComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitInputLabelModule, typeof KitInputMessageModule, typeof KitSvgIconModule], [typeof KitDatepickerComponent]>;
|
|
2617
|
-
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>;
|
|
2618
2506
|
}
|
|
2619
2507
|
|
|
2620
2508
|
interface KitProfileMenuItem {
|
|
@@ -3055,7 +2943,7 @@ declare class KitGridDetailTemplateDirective {
|
|
|
3055
2943
|
|
|
3056
2944
|
declare class KitGridModule {
|
|
3057
2945
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridModule, never>;
|
|
3058
|
-
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]>;
|
|
3059
2947
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitGridModule>;
|
|
3060
2948
|
}
|
|
3061
2949
|
|
|
@@ -3201,13 +3089,7 @@ declare class KitEntitySectionContainerComponent {
|
|
|
3201
3089
|
|
|
3202
3090
|
declare class KitEntityTitleComponent {
|
|
3203
3091
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntityTitleComponent, never>;
|
|
3204
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntityTitleComponent, "kit-entity-title", never, {}, {}, never, ["*"],
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
declare class KitEntityTitleModule {
|
|
3208
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitEntityTitleModule, never>;
|
|
3209
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitEntityTitleModule, [typeof KitEntityTitleComponent], [typeof i2$1.CommonModule], [typeof KitEntityTitleComponent]>;
|
|
3210
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitEntityTitleModule>;
|
|
3092
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitEntityTitleComponent, "kit-entity-title", never, {}, {}, never, ["*"], true, never>;
|
|
3211
3093
|
}
|
|
3212
3094
|
|
|
3213
3095
|
declare enum KitTimelineTheme {
|
|
@@ -3282,7 +3164,7 @@ declare class KitFileCardMessagesComponent {
|
|
|
3282
3164
|
*/
|
|
3283
3165
|
downloadButtonLabel: string;
|
|
3284
3166
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardMessagesComponent, never>;
|
|
3285
|
-
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>;
|
|
3286
3168
|
}
|
|
3287
3169
|
|
|
3288
3170
|
declare class KitFileCardComponent {
|
|
@@ -3330,13 +3212,7 @@ declare class KitFileCardComponent {
|
|
|
3330
3212
|
getFileIconByExtension(extension: string): string | null;
|
|
3331
3213
|
hasViewFileButton(fileType: string): boolean;
|
|
3332
3214
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardComponent, never>;
|
|
3333
|
-
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"], ["*"],
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
declare class KitFileCardModule {
|
|
3337
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileCardModule, never>;
|
|
3338
|
-
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]>;
|
|
3339
|
-
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>;
|
|
3340
3216
|
}
|
|
3341
3217
|
|
|
3342
3218
|
declare enum KitDataFieldState {
|
|
@@ -3608,12 +3484,14 @@ declare class KitPageLayoutComponent {
|
|
|
3608
3484
|
}
|
|
3609
3485
|
|
|
3610
3486
|
declare const KIT_BASE_PATH: InjectionToken<string>;
|
|
3611
|
-
declare const
|
|
3487
|
+
declare const trimTrailingSlash: (path: string) => string;
|
|
3612
3488
|
|
|
3613
3489
|
declare const KIT_USER_PATH: InjectionToken<string>;
|
|
3614
3490
|
|
|
3615
3491
|
declare const KIT_USER_PERMISSIONS_PATH: InjectionToken<string>;
|
|
3616
3492
|
|
|
3493
|
+
declare const KIT_USER_APPLICATIONS_PATH: InjectionToken<string>;
|
|
3494
|
+
|
|
3617
3495
|
declare class KitTranslateService {
|
|
3618
3496
|
private readonly translateService;
|
|
3619
3497
|
registerTranslations(): void;
|
|
@@ -4391,5 +4269,5 @@ declare const kitGetPermissionTypesByCategory: (category: string, permissions: K
|
|
|
4391
4269
|
|
|
4392
4270
|
declare const kitUserPermissionsGuard: CanActivateFn;
|
|
4393
4271
|
|
|
4394
|
-
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,
|
|
4272
|
+
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_APPLICATIONS_PATH, 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, findMatches, kitBuildFilterBooleanOptions, kitBuildFilterListOptions, kitBuildFilters, kitBuildGridColumn, kitBuildGridDataResults, kitBuildOdataFilter, kitBuildSortString, kitDataStateToODataString, kitEncodeViewNameToUrl, kitGetPermissionTypesByCategory, kitHasPermission, kitUserPermissionsGuard, mapGlobalSearchResult, trimTrailingSlash };
|
|
4395
4273
|
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 };
|