@indigina/ui-kit 1.1.254 → 1.1.256
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 +239 -607
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +113 -204
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,32 +1,30 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InputSignal, EventEmitter, Predicate, ElementRef, OnInit,
|
|
2
|
+
import { InputSignal, EventEmitter, Predicate, TemplateRef, ElementRef, OnInit, WritableSignal, Signal, OnChanges, OnDestroy, OutputEmitterRef, ModuleWithProviders, ModelSignal, SimpleChanges, AfterContentInit, QueryList, AfterViewInit, ViewContainerRef, PipeTransform, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i2 from '@progress/kendo-angular-buttons';
|
|
4
4
|
import * as i2$1 from '@angular/common';
|
|
5
|
-
import * as i3 from '@progress/kendo-angular-label';
|
|
6
|
-
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
7
5
|
import * as i5 from '@angular/forms';
|
|
8
6
|
import { ControlValueAccessor, AbstractControl, UntypedFormGroup } from '@angular/forms';
|
|
9
7
|
import * as i3$1 from '@progress/kendo-angular-inputs';
|
|
10
8
|
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
11
|
-
import * as
|
|
9
|
+
import * as i3 from '@progress/kendo-angular-label';
|
|
10
|
+
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
11
|
+
import * as i3$2 from '@progress/kendo-angular-dropdowns';
|
|
12
12
|
import { PopupSettings, DropDownListComponent, ItemDisabledFn, MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
|
|
13
|
-
import * as i3$
|
|
13
|
+
import * as i3$3 from '@progress/kendo-angular-dateinputs';
|
|
14
14
|
import { DateTimePickerComponent, DateRangePopupComponent, DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
|
15
15
|
import { ToastrModule, ActiveToast } from 'ngx-toastr';
|
|
16
|
-
import * as
|
|
16
|
+
import * as i4 from '@angular/router';
|
|
17
17
|
import { NavigationExtras, CanActivateFn } from '@angular/router';
|
|
18
18
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
19
19
|
import { DialogRef, DialogSettings } from '@progress/kendo-angular-dialog';
|
|
20
20
|
export { DialogAction, DialogCloseResult, DialogContentBase, DialogRef, DialogResult } from '@progress/kendo-angular-dialog';
|
|
21
|
-
import * as i3$4 from '@progress/kendo-angular-
|
|
22
|
-
import * as i3$5 from '@progress/kendo-angular-upload';
|
|
21
|
+
import * as i3$4 from '@progress/kendo-angular-upload';
|
|
23
22
|
import { FileInfo } from '@progress/kendo-angular-upload';
|
|
24
23
|
import * as i8 from '@ngx-translate/core';
|
|
25
24
|
import { TranslateLoader, TranslationObject } from '@ngx-translate/core';
|
|
26
25
|
import { PopupSettings as PopupSettings$1 } from '@progress/kendo-angular-popup';
|
|
27
|
-
import * as i4$1 from '@progress/kendo-angular-layout';
|
|
28
26
|
import { SelectEvent } from '@progress/kendo-angular-layout';
|
|
29
|
-
import * as i4$
|
|
27
|
+
import * as i4$1 from '@progress/kendo-angular-grid';
|
|
30
28
|
import { PageChangeEvent, DetailExpandEvent, DetailCollapseEvent, CellClickEvent, ExcelExportEvent, GridComponent, RowClassArgs, PagerSettings } from '@progress/kendo-angular-grid';
|
|
31
29
|
import { SortDescriptor, FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
32
30
|
import { PDFOptions, PaperSize } from '@progress/kendo-drawing/dist/npm/pdf';
|
|
@@ -195,7 +193,8 @@ declare enum KitSvgIcon {
|
|
|
195
193
|
MOBILE_USER = "mobile-user",
|
|
196
194
|
MANAGEMENT = "management",
|
|
197
195
|
INVENTORY = "inventory",
|
|
198
|
-
LOGO_DARK_THEME = "logo-dark-theme"
|
|
196
|
+
LOGO_DARK_THEME = "logo-dark-theme",
|
|
197
|
+
FILE_BARCODE = "file-barcode"
|
|
199
198
|
}
|
|
200
199
|
declare enum KitSvgIconType {
|
|
201
200
|
FILL = "fill",
|
|
@@ -313,13 +312,7 @@ declare class KitLoaderComponent {
|
|
|
313
312
|
*/
|
|
314
313
|
readonly SvgIconLogo: string;
|
|
315
314
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitLoaderComponent, never>;
|
|
316
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitLoaderComponent, "kit-loader", never, {}, {}, never, never,
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
declare class KitLoaderModule {
|
|
320
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitLoaderModule, never>;
|
|
321
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitLoaderModule, [typeof KitLoaderComponent], [typeof KitSvgIconModule], [typeof KitLoaderComponent]>;
|
|
322
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitLoaderModule>;
|
|
315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitLoaderComponent, "kit-loader", never, {}, {}, never, never, true, never>;
|
|
323
316
|
}
|
|
324
317
|
|
|
325
318
|
interface KitSwitchItem {
|
|
@@ -413,76 +406,7 @@ declare class KitSwitchComponent {
|
|
|
413
406
|
*/
|
|
414
407
|
private isSingleMode;
|
|
415
408
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSwitchComponent, never>;
|
|
416
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSwitchComponent, "kit-switch", never, { "items": { "alias": "items"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "selected": "selected"; }, never, never,
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
declare class KitInputMessageComponent {
|
|
420
|
-
/**
|
|
421
|
-
* An icon which will be used to the left of the info message
|
|
422
|
-
*/
|
|
423
|
-
icon?: KitSvgIcon;
|
|
424
|
-
/**
|
|
425
|
-
* Defines a value which going to be an info message text
|
|
426
|
-
*/
|
|
427
|
-
message: string;
|
|
428
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageComponent, never>;
|
|
429
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "icon": { "alias": "icon"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
declare class KitInputMessageModule {
|
|
433
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageModule, never>;
|
|
434
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputMessageModule, [typeof KitInputMessageComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitInputMessageComponent]>;
|
|
435
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputMessageModule>;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
declare enum KitTooltipPosition {
|
|
439
|
-
TOP = "top",
|
|
440
|
-
BOTTOM = "bottom",
|
|
441
|
-
RIGHT = "right",
|
|
442
|
-
LEFT = "left"
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
declare class KitInputLabelComponent {
|
|
446
|
-
/**
|
|
447
|
-
* Defines the text content of the label
|
|
448
|
-
*/
|
|
449
|
-
text?: string;
|
|
450
|
-
/**
|
|
451
|
-
* Associates the label with a component by a template reference
|
|
452
|
-
*/
|
|
453
|
-
for?: ElementRef;
|
|
454
|
-
/**
|
|
455
|
-
* Defines the tooltip text
|
|
456
|
-
*/
|
|
457
|
-
tooltip?: string;
|
|
458
|
-
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
459
|
-
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
460
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelComponent, never>;
|
|
461
|
-
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>;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
declare class KitTooltipDirective extends TooltipDirective implements OnInit {
|
|
465
|
-
readonly kitTooltipPosition: InputSignal<KitTooltipPosition>;
|
|
466
|
-
readonly kitTooltipFilter: InputSignal<string>;
|
|
467
|
-
readonly kitTooltipTemplateRef: InputSignal<TemplateRef<HTMLElement> | undefined>;
|
|
468
|
-
readonly kitTooltipVisible: InputSignal<boolean>;
|
|
469
|
-
constructor();
|
|
470
|
-
ngOnInit(): void;
|
|
471
|
-
private getShowOption;
|
|
472
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTooltipDirective, never>;
|
|
473
|
-
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>;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
declare class KitInputLabelModule {
|
|
477
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelModule, never>;
|
|
478
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputLabelModule, [typeof KitInputLabelComponent], [typeof i2$1.CommonModule, typeof i3.LabelModule, typeof KitSvgIconModule, typeof KitTooltipDirective], [typeof KitInputLabelComponent]>;
|
|
479
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputLabelModule>;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
declare class KitSwitchModule {
|
|
483
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSwitchModule, never>;
|
|
484
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSwitchModule, [typeof KitSwitchComponent], [typeof i2.ButtonGroupModule, typeof i2.ButtonModule, typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitSwitchComponent]>;
|
|
485
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitSwitchModule>;
|
|
409
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSwitchComponent, "kit-switch", never, { "items": { "alias": "items"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
486
410
|
}
|
|
487
411
|
|
|
488
412
|
declare enum KitTextboxState {
|
|
@@ -579,6 +503,69 @@ declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
579
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, false, never>;
|
|
580
504
|
}
|
|
581
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
|
+
|
|
582
569
|
declare class KitTextboxModule {
|
|
583
570
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxModule, never>;
|
|
584
571
|
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextboxModule, [typeof KitTextboxComponent], [typeof i2$1.CommonModule, typeof i3$1.TextBoxModule, typeof KitInputLabelModule, typeof KitInputMessageModule, typeof KitSvgIconModule], [typeof KitTextboxComponent]>;
|
|
@@ -816,7 +803,7 @@ declare class KitTruncateTextComponent {
|
|
|
816
803
|
|
|
817
804
|
declare class KitDropdownModule {
|
|
818
805
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownModule, never>;
|
|
819
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof KitDropdownComponent], [typeof
|
|
806
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof KitDropdownComponent], [typeof i3$2.DropDownListModule, typeof i2$1.CommonModule, typeof KitInputMessageModule, typeof i5.ReactiveFormsModule, typeof i5.FormsModule, typeof KitSvgIconModule, typeof KitInputLabelModule, typeof KitDropdownItemTemplateDirective, typeof KitTruncateTextComponent], [typeof KitDropdownComponent, typeof KitDropdownItemTemplateDirective]>;
|
|
820
807
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDropdownModule>;
|
|
821
808
|
}
|
|
822
809
|
|
|
@@ -909,7 +896,7 @@ declare class KitTextareaComponent implements ControlValueAccessor, OnChanges {
|
|
|
909
896
|
/**
|
|
910
897
|
* Function that should be called every time the form control value changes
|
|
911
898
|
*/
|
|
912
|
-
onChange: (
|
|
899
|
+
onChange: (_value: string) => void;
|
|
913
900
|
/**
|
|
914
901
|
* Function that should be called when textarea lost focus and changed form control state to "touched"
|
|
915
902
|
*/
|
|
@@ -931,7 +918,7 @@ declare class KitTextareaComponent implements ControlValueAccessor, OnChanges {
|
|
|
931
918
|
*/
|
|
932
919
|
onTextareaChange(event: Event): void;
|
|
933
920
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextareaComponent, never>;
|
|
934
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextareaComponent, "kit-textarea", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minLines": { "alias": "minLines"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "focused": "focused"; "blured": "blured"; "changed": "changed"; }, never, never,
|
|
921
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextareaComponent, "kit-textarea", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minLines": { "alias": "minLines"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "focused": "focused"; "blured": "blured"; "changed": "changed"; }, never, never, true, never>;
|
|
935
922
|
}
|
|
936
923
|
|
|
937
924
|
declare class KitTextareaAutoresizeDirective implements OnInit {
|
|
@@ -940,13 +927,7 @@ declare class KitTextareaAutoresizeDirective implements OnInit {
|
|
|
940
927
|
ngOnInit(): void;
|
|
941
928
|
resize(): void;
|
|
942
929
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextareaAutoresizeDirective, never>;
|
|
943
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTextareaAutoresizeDirective, "[autoresize]", never, {}, {}, never, never,
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
declare class KitTextareaModule {
|
|
947
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextareaModule, never>;
|
|
948
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextareaModule, [typeof KitTextareaComponent, typeof KitTextareaAutoresizeDirective], [typeof i2$1.CommonModule, typeof KitInputMessageModule, typeof KitSvgIconModule, typeof KitInputLabelModule, typeof KitTooltipDirective], [typeof KitTextareaComponent, typeof KitTextareaAutoresizeDirective]>;
|
|
949
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitTextareaModule>;
|
|
930
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTextareaAutoresizeDirective, "[autoresize]", never, {}, {}, never, never, true, never>;
|
|
950
931
|
}
|
|
951
932
|
|
|
952
933
|
declare enum KitTextLabelState {
|
|
@@ -1122,7 +1103,7 @@ declare class KitUnitsTextboxComponent<T> {
|
|
|
1122
1103
|
|
|
1123
1104
|
declare class KitUnitsTextboxModule {
|
|
1124
1105
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxModule, never>;
|
|
1125
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitUnitsTextboxModule, [typeof KitUnitsTextboxComponent], [typeof i2$1.CommonModule, typeof i3$1.TextBoxModule, typeof i3$1.NumericTextBoxModule, typeof
|
|
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]>;
|
|
1126
1107
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitUnitsTextboxModule>;
|
|
1127
1108
|
}
|
|
1128
1109
|
|
|
@@ -1223,7 +1204,7 @@ declare class KitDatetimepickerComponent implements ControlValueAccessor {
|
|
|
1223
1204
|
|
|
1224
1205
|
declare class KitDatetimepickerModule {
|
|
1225
1206
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerModule, never>;
|
|
1226
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatetimepickerModule, [typeof KitDatetimepickerComponent], [typeof i2$1.CommonModule, typeof i3$
|
|
1207
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatetimepickerModule, [typeof KitDatetimepickerComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitDatetimepickerComponent]>;
|
|
1227
1208
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDatetimepickerModule>;
|
|
1228
1209
|
}
|
|
1229
1210
|
|
|
@@ -1405,20 +1386,14 @@ declare class KitAutocompleteComponent<T> implements ControlValueAccessor {
|
|
|
1405
1386
|
registerOnTouched(fn: () => void): void;
|
|
1406
1387
|
setDisabledState(disabled: boolean): void;
|
|
1407
1388
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitAutocompleteComponent<any>, never>;
|
|
1408
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitAutocompleteComponent<any>, "kit-autocomplete", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loaderVisible": { "alias": "loaderVisible"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "allowCustom": { "alias": "allowCustom"; "required": false; "isSignal": true; }; "closePopupIfDataNotFound": { "alias": "closePopupIfDataNotFound"; "required": false; "isSignal": true; }; }, { "filterChanged": "filterChanged"; "valueChanged": "valueChanged"; "selectionChanged": "selectionChanged"; "blured": "blured"; "focused": "focused"; }, never, never,
|
|
1389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitAutocompleteComponent<any>, "kit-autocomplete", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loaderVisible": { "alias": "loaderVisible"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "allowCustom": { "alias": "allowCustom"; "required": false; "isSignal": true; }; "closePopupIfDataNotFound": { "alias": "closePopupIfDataNotFound"; "required": false; "isSignal": true; }; }, { "filterChanged": "filterChanged"; "valueChanged": "valueChanged"; "selectionChanged": "selectionChanged"; "blured": "blured"; "focused": "focused"; }, never, never, true, never>;
|
|
1409
1390
|
}
|
|
1410
1391
|
|
|
1411
1392
|
declare class KitAutocompleteDirective<T> {
|
|
1412
1393
|
private readonly kitAutocompleteComponent;
|
|
1413
1394
|
togglePopup(): void;
|
|
1414
1395
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitAutocompleteDirective<any>, never>;
|
|
1415
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitAutocompleteDirective<any>, "[kitAutocomplete]", ["kitAutocomplete"], {}, {}, never, never,
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
declare class KitAutocompleteModule {
|
|
1419
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitAutocompleteModule, never>;
|
|
1420
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitAutocompleteModule, [typeof KitAutocompleteComponent, typeof KitAutocompleteDirective], [typeof i2$1.CommonModule, typeof i4.DropDownsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i3$1.InputsModule, typeof KitInputMessageModule, typeof KitLoaderModule, typeof KitSvgIconModule, typeof KitInputLabelModule], [typeof KitAutocompleteComponent, typeof KitAutocompleteDirective]>;
|
|
1421
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitAutocompleteModule>;
|
|
1396
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitAutocompleteDirective<any>, "[kitAutocomplete]", ["kitAutocomplete"], {}, {}, never, never, true, never>;
|
|
1422
1397
|
}
|
|
1423
1398
|
|
|
1424
1399
|
declare enum KitCheckboxState {
|
|
@@ -1789,7 +1764,7 @@ declare class KitDaterangeComponent {
|
|
|
1789
1764
|
|
|
1790
1765
|
declare class KitDaterangeModule {
|
|
1791
1766
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeModule, never>;
|
|
1792
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDaterangeModule, [typeof KitDaterangeComponent], [typeof i2$1.CommonModule, typeof i3$
|
|
1767
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDaterangeModule, [typeof KitDaterangeComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitSvgIconModule, typeof KitInputMessageModule, typeof KitInputLabelModule], [typeof KitDaterangeComponent]>;
|
|
1793
1768
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDaterangeModule>;
|
|
1794
1769
|
}
|
|
1795
1770
|
|
|
@@ -1859,7 +1834,7 @@ declare class KitCopyTextModule {
|
|
|
1859
1834
|
|
|
1860
1835
|
declare class KitCtaPanelItemModule {
|
|
1861
1836
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelItemModule, never>;
|
|
1862
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelItemModule, [typeof KitCtaPanelItemComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof
|
|
1837
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCtaPanelItemModule, [typeof KitCtaPanelItemComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof i4.RouterModule, typeof KitCopyTextModule], [typeof KitCtaPanelItemComponent]>;
|
|
1863
1838
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitCtaPanelItemModule>;
|
|
1864
1839
|
}
|
|
1865
1840
|
|
|
@@ -1945,13 +1920,7 @@ declare class KitCtaPanelAbstractConfirmationModule {
|
|
|
1945
1920
|
|
|
1946
1921
|
declare class KitNoteComponent {
|
|
1947
1922
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNoteComponent, never>;
|
|
1948
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNoteComponent, "kit-note", never, {}, {}, never, [".content", ".footer-content", ".footer-actions"],
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
declare class KitNoteModule {
|
|
1952
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitNoteModule, never>;
|
|
1953
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNoteModule, [typeof KitNoteComponent], never, [typeof KitNoteComponent]>;
|
|
1954
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitNoteModule>;
|
|
1923
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNoteComponent, "kit-note", never, {}, {}, never, [".content", ".footer-content", ".footer-actions"], true, never>;
|
|
1955
1924
|
}
|
|
1956
1925
|
|
|
1957
1926
|
declare enum KitQueryParamsName {
|
|
@@ -2047,7 +2016,7 @@ declare class KitNavigationTabsComponent {
|
|
|
2047
2016
|
|
|
2048
2017
|
declare class KitNavigationTabsModule {
|
|
2049
2018
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationTabsModule, never>;
|
|
2050
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationTabsModule, [typeof KitNavigationTabsComponent], [typeof i2$1.CommonModule, typeof
|
|
2019
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationTabsModule, [typeof KitNavigationTabsComponent], [typeof i2$1.CommonModule, typeof i4.RouterModule, typeof KitSvgIconModule], [typeof KitNavigationTabsComponent]>;
|
|
2051
2020
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNavigationTabsModule>;
|
|
2052
2021
|
}
|
|
2053
2022
|
|
|
@@ -2156,7 +2125,7 @@ declare class KitTimepickerComponent implements ControlValueAccessor {
|
|
|
2156
2125
|
|
|
2157
2126
|
declare class KitTimepickerModule {
|
|
2158
2127
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTimepickerModule, never>;
|
|
2159
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTimepickerModule, [typeof KitTimepickerComponent], [typeof i3$
|
|
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]>;
|
|
2160
2129
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitTimepickerModule>;
|
|
2161
2130
|
}
|
|
2162
2131
|
|
|
@@ -2187,13 +2156,7 @@ declare class KitSkeletonComponent {
|
|
|
2187
2156
|
*/
|
|
2188
2157
|
animation: KitSkeletonAnimation | false;
|
|
2189
2158
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSkeletonComponent, never>;
|
|
2190
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSkeletonComponent, "kit-skeleton", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, {}, never, never,
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
declare class KitSkeletonModule {
|
|
2194
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSkeletonModule, never>;
|
|
2195
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSkeletonModule, [typeof KitSkeletonComponent], [typeof i2$1.CommonModule, typeof i3$4.IndicatorsModule], [typeof KitSkeletonComponent]>;
|
|
2196
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitSkeletonModule>;
|
|
2159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSkeletonComponent, "kit-skeleton", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, {}, never, never, true, never>;
|
|
2197
2160
|
}
|
|
2198
2161
|
|
|
2199
2162
|
interface KitFileUploadFileRestrictions {
|
|
@@ -2266,7 +2229,7 @@ declare class KitFileUploadComponent {
|
|
|
2266
2229
|
|
|
2267
2230
|
declare class KitFileUploadModule {
|
|
2268
2231
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileUploadModule, never>;
|
|
2269
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitFileUploadModule, [typeof KitFileUploadComponent], [typeof i2$1.CommonModule, typeof i3$
|
|
2232
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitFileUploadModule, [typeof KitFileUploadComponent], [typeof i2$1.CommonModule, typeof i3$4.UploadModule, typeof KitSvgIconModule, typeof i5.FormsModule, typeof KitButtonModule], [typeof KitFileUploadComponent]>;
|
|
2270
2233
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitFileUploadModule>;
|
|
2271
2234
|
}
|
|
2272
2235
|
|
|
@@ -2285,13 +2248,7 @@ declare class KitPermissionDirective implements OnInit {
|
|
|
2285
2248
|
private updateView;
|
|
2286
2249
|
private hasPermissions;
|
|
2287
2250
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitPermissionDirective, never>;
|
|
2288
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitPermissionDirective, "[kitPermission]", never, { "kitPermission": { "alias": "kitPermission"; "required": false; }; "kitPermissionUser": { "alias": "kitPermissionUser"; "required": false; }; }, {}, never, never,
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
declare class KitPermissionModule {
|
|
2292
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitPermissionModule, never>;
|
|
2293
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitPermissionModule, [typeof KitPermissionDirective], never, [typeof KitPermissionDirective]>;
|
|
2294
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitPermissionModule>;
|
|
2251
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitPermissionDirective, "[kitPermission]", never, { "kitPermission": { "alias": "kitPermission"; "required": false; }; "kitPermissionUser": { "alias": "kitPermissionUser"; "required": false; }; }, {}, never, never, true, never>;
|
|
2295
2252
|
}
|
|
2296
2253
|
|
|
2297
2254
|
interface KitNavigationMenuItem {
|
|
@@ -2340,7 +2297,7 @@ declare class KitNavigationMenuComponent implements OnInit {
|
|
|
2340
2297
|
private toggleItem;
|
|
2341
2298
|
private updateMenuState;
|
|
2342
2299
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuComponent, never>;
|
|
2343
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuComponent, "kit-navigation-menu", never, { "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "appsMenuItems": { "alias": "appsMenuItems"; "required": false; "isSignal": true; }; "logoPath": { "alias": "logoPath"; "required": false; }; }, { "menuItems": "menuItemsChange"; }, never, never,
|
|
2300
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuComponent, "kit-navigation-menu", never, { "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "appsMenuItems": { "alias": "appsMenuItems"; "required": false; "isSignal": true; }; "logoPath": { "alias": "logoPath"; "required": false; }; }, { "menuItems": "menuItemsChange"; }, never, never, true, never>;
|
|
2344
2301
|
}
|
|
2345
2302
|
|
|
2346
2303
|
declare class KitNavigationMenuSubmenuComponent {
|
|
@@ -2355,19 +2312,7 @@ declare class KitNavigationMenuSubmenuComponent {
|
|
|
2355
2312
|
handleClick(item: KitNavigationMenuItem): void;
|
|
2356
2313
|
isAppItemActive(url: string | null): boolean;
|
|
2357
2314
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuSubmenuComponent, never>;
|
|
2358
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuSubmenuComponent, "kit-navigation-menu-submenu", never, { "menuItem": { "alias": "menuItem"; "required": false; }; "appsMenuItems": { "alias": "appsMenuItems"; "required": false; }; "logoPath": { "alias": "logoPath"; "required": false; }; }, { "logoClicked": "logoClicked"; }, never, never,
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
declare class KitNavigationMenuSubmenuModule {
|
|
2362
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuSubmenuModule, never>;
|
|
2363
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationMenuSubmenuModule, [typeof KitNavigationMenuSubmenuComponent], [typeof i2$1.CommonModule, typeof i3$3.RouterModule, typeof KitSvgIconModule], [typeof KitNavigationMenuSubmenuComponent]>;
|
|
2364
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitNavigationMenuSubmenuModule>;
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
declare class KitNavigationMenuModule {
|
|
2368
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuModule, never>;
|
|
2369
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNavigationMenuModule, [typeof KitNavigationMenuComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof i3$3.RouterModule, typeof KitNavigationMenuSubmenuModule, typeof KitTooltipDirective], [typeof KitNavigationMenuComponent]>;
|
|
2370
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitNavigationMenuModule>;
|
|
2315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuSubmenuComponent, "kit-navigation-menu-submenu", never, { "menuItem": { "alias": "menuItem"; "required": false; }; "appsMenuItems": { "alias": "appsMenuItems"; "required": false; }; "logoPath": { "alias": "logoPath"; "required": false; }; }, { "logoClicked": "logoClicked"; }, never, never, true, never>;
|
|
2371
2316
|
}
|
|
2372
2317
|
|
|
2373
2318
|
declare class KitNavigationMenuService {
|
|
@@ -2436,13 +2381,7 @@ declare class KitAvatarComponent {
|
|
|
2436
2381
|
readonly userIcon: KitSvgIcon;
|
|
2437
2382
|
getInitialsByName(name: string): string;
|
|
2438
2383
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitAvatarComponent, never>;
|
|
2439
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitAvatarComponent, "kit-avatar", never, { "name": { "alias": "name"; "required": false; }; "imageSrc": { "alias": "imageSrc"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never,
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
declare class KitAvatarModule {
|
|
2443
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitAvatarModule, never>;
|
|
2444
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitAvatarModule, [typeof KitAvatarComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule], [typeof KitAvatarComponent]>;
|
|
2445
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitAvatarModule>;
|
|
2384
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitAvatarComponent, "kit-avatar", never, { "name": { "alias": "name"; "required": false; }; "imageSrc": { "alias": "imageSrc"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
2446
2385
|
}
|
|
2447
2386
|
|
|
2448
2387
|
interface KitMultiselectItem<T> {
|
|
@@ -2530,7 +2469,7 @@ declare class KitMultiselectComponent<T> implements ControlValueAccessor, OnInit
|
|
|
2530
2469
|
|
|
2531
2470
|
declare class KitMultiselectModule {
|
|
2532
2471
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectModule, never>;
|
|
2533
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitMultiselectModule, [typeof KitMultiselectComponent], [typeof i2$1.CommonModule, typeof
|
|
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]>;
|
|
2534
2473
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitMultiselectModule>;
|
|
2535
2474
|
}
|
|
2536
2475
|
|
|
@@ -2674,7 +2613,7 @@ declare class KitDatepickerComponent implements ControlValueAccessor {
|
|
|
2674
2613
|
|
|
2675
2614
|
declare class KitDatepickerModule {
|
|
2676
2615
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerModule, never>;
|
|
2677
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatepickerModule, [typeof KitDatepickerComponent], [typeof i2$1.CommonModule, typeof i3$
|
|
2616
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatepickerModule, [typeof KitDatepickerComponent], [typeof i2$1.CommonModule, typeof i3$3.DateInputsModule, typeof KitInputLabelModule, typeof KitInputMessageModule, typeof KitSvgIconModule], [typeof KitDatepickerComponent]>;
|
|
2678
2617
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDatepickerModule>;
|
|
2679
2618
|
}
|
|
2680
2619
|
|
|
@@ -2746,7 +2685,7 @@ declare class KitTabComponent {
|
|
|
2746
2685
|
*/
|
|
2747
2686
|
kitTabContent: TemplateRef<HTMLElement> | null;
|
|
2748
2687
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTabComponent, never>;
|
|
2749
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTabComponent, "kit-tab", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["kitTitleTemplate", "kitTabContent"], never,
|
|
2688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTabComponent, "kit-tab", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["kitTitleTemplate", "kitTabContent"], never, true, never>;
|
|
2750
2689
|
}
|
|
2751
2690
|
|
|
2752
2691
|
declare enum KitTabsType {
|
|
@@ -2788,7 +2727,7 @@ declare class KitTabsComponent implements OnInit, OnDestroy {
|
|
|
2788
2727
|
interceptInputKeys: (event: KeyboardEvent) => void;
|
|
2789
2728
|
onTabSelect(event: SelectEvent): void;
|
|
2790
2729
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTabsComponent, never>;
|
|
2791
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTabsComponent, "kit-tabs", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; }, { "tabSelected": "tabSelected"; }, ["tabs"], never,
|
|
2730
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTabsComponent, "kit-tabs", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; }, { "tabSelected": "tabSelected"; }, ["tabs"], never, true, never>;
|
|
2792
2731
|
}
|
|
2793
2732
|
|
|
2794
2733
|
declare class KitTitleTemplateDirective {
|
|
@@ -2801,10 +2740,14 @@ declare class KitTabContentDirective {
|
|
|
2801
2740
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTabContentDirective, "[kitTabContent]", never, {}, {}, never, never, true, never>;
|
|
2802
2741
|
}
|
|
2803
2742
|
|
|
2804
|
-
declare
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2743
|
+
declare enum KitCardTheme {
|
|
2744
|
+
DEFAULT = "default",
|
|
2745
|
+
GREEN = "green",
|
|
2746
|
+
PINK = "pink",
|
|
2747
|
+
PURPLE = "purple",
|
|
2748
|
+
ORANGE = "orange",
|
|
2749
|
+
TEAL = "teal",
|
|
2750
|
+
GREY = "grey"
|
|
2808
2751
|
}
|
|
2809
2752
|
|
|
2810
2753
|
type KitCardLink = (string | number)[] | string | null;
|
|
@@ -2829,16 +2772,6 @@ interface KitCardItem {
|
|
|
2829
2772
|
disabled?: boolean;
|
|
2830
2773
|
}
|
|
2831
2774
|
|
|
2832
|
-
declare enum KitCardTheme {
|
|
2833
|
-
DEFAULT = "default",
|
|
2834
|
-
GREEN = "green",
|
|
2835
|
-
PINK = "pink",
|
|
2836
|
-
PURPLE = "purple",
|
|
2837
|
-
ORANGE = "orange",
|
|
2838
|
-
TEAL = "teal",
|
|
2839
|
-
GREY = "grey"
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2842
2775
|
declare class KitCardComponent {
|
|
2843
2776
|
/**
|
|
2844
2777
|
* Defines card data
|
|
@@ -2866,13 +2799,7 @@ declare class KitCardComponent {
|
|
|
2866
2799
|
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
2867
2800
|
toggleList(): void;
|
|
2868
2801
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCardComponent, never>;
|
|
2869
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCardComponent, "kit-card", never, { "data": { "alias": "data"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "itemsExpanded": { "alias": "itemsExpanded"; "required": false; }; }, { "buttonClicked": "buttonClicked"; "toggleClicked": "toggleClicked"; }, never, never,
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
declare class KitCardModule {
|
|
2873
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitCardModule, never>;
|
|
2874
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitCardModule, [typeof KitCardComponent], [typeof i2$1.CommonModule, typeof KitSvgIconModule, typeof KitButtonModule, typeof i3$3.RouterLink, typeof KitTooltipDirective, typeof i2$1.NgClass], [typeof KitCardComponent]>;
|
|
2875
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitCardModule>;
|
|
2802
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCardComponent, "kit-card", never, { "data": { "alias": "data"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "itemsExpanded": { "alias": "itemsExpanded"; "required": false; }; }, { "buttonClicked": "buttonClicked"; "toggleClicked": "toggleClicked"; }, never, never, true, never>;
|
|
2876
2803
|
}
|
|
2877
2804
|
|
|
2878
2805
|
interface KitBreadcrumbsItem {
|
|
@@ -2886,13 +2813,7 @@ declare class KitBreadcrumbsComponent {
|
|
|
2886
2813
|
*/
|
|
2887
2814
|
items: KitBreadcrumbsItem[];
|
|
2888
2815
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitBreadcrumbsComponent, never>;
|
|
2889
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitBreadcrumbsComponent, "kit-breadcrumbs", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never,
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
|
-
declare class KitBreadcrumbsModule {
|
|
2893
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitBreadcrumbsModule, never>;
|
|
2894
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitBreadcrumbsModule, [typeof KitBreadcrumbsComponent], [typeof i2$1.CommonModule, typeof i3$3.RouterLink], [typeof KitBreadcrumbsComponent]>;
|
|
2895
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitBreadcrumbsModule>;
|
|
2816
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitBreadcrumbsComponent, "kit-breadcrumbs", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
|
|
2896
2817
|
}
|
|
2897
2818
|
|
|
2898
2819
|
declare class KitBreadcrumbsService {
|
|
@@ -3134,14 +3055,14 @@ declare class KitGridDetailTemplateDirective {
|
|
|
3134
3055
|
|
|
3135
3056
|
declare class KitGridModule {
|
|
3136
3057
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridModule, never>;
|
|
3137
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitGridModule, [typeof KitGridComponent, typeof KitGridColumnComponent], [typeof i2$1.CommonModule, typeof i4$
|
|
3058
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitGridModule, [typeof KitGridComponent, typeof KitGridColumnComponent], [typeof i2$1.CommonModule, typeof i4$1.GridModule, typeof KitSvgIconModule, typeof KitGridCellTemplateDirective, typeof KitGridDetailTemplateDirective, typeof i4$1.ExcelModule, typeof i4$1.PDFModule], [typeof KitGridComponent, typeof KitGridColumnComponent, typeof KitGridCellTemplateDirective, typeof KitGridDetailTemplateDirective]>;
|
|
3138
3059
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitGridModule>;
|
|
3139
3060
|
}
|
|
3140
3061
|
|
|
3141
3062
|
declare class KitTileLayoutItemComponent {
|
|
3142
3063
|
template: TemplateRef<HTMLElement>;
|
|
3143
3064
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTileLayoutItemComponent, never>;
|
|
3144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTileLayoutItemComponent, "kit-tilelayout-item", never, {}, {}, never, ["*"],
|
|
3065
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTileLayoutItemComponent, "kit-tilelayout-item", never, {}, {}, never, ["*"], true, never>;
|
|
3145
3066
|
}
|
|
3146
3067
|
|
|
3147
3068
|
type KitTileLayoutColumnsConfig = Record<number, number>;
|
|
@@ -3158,13 +3079,7 @@ declare class KitTileLayoutComponent implements AfterContentInit {
|
|
|
3158
3079
|
onResize(): void;
|
|
3159
3080
|
setColumnsBasedOnScreenSize(): void;
|
|
3160
3081
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTileLayoutComponent, never>;
|
|
3161
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTileLayoutComponent, "kit-tilelayout", never, { "columnsConfig": { "alias": "columnsConfig"; "required": false; }; }, {}, ["tileItems"], never,
|
|
3162
|
-
}
|
|
3163
|
-
|
|
3164
|
-
declare class KitTileLayoutModule {
|
|
3165
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitTileLayoutModule, never>;
|
|
3166
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTileLayoutModule, [typeof KitTileLayoutComponent, typeof KitTileLayoutItemComponent], [typeof i2$1.CommonModule, typeof i4$1.TileLayoutModule], [typeof KitTileLayoutComponent, typeof KitTileLayoutItemComponent]>;
|
|
3167
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitTileLayoutModule>;
|
|
3082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTileLayoutComponent, "kit-tilelayout", never, { "columnsConfig": { "alias": "columnsConfig"; "required": false; }; }, {}, ["tileItems"], never, true, never>;
|
|
3168
3083
|
}
|
|
3169
3084
|
|
|
3170
3085
|
declare enum KitCollapsedListDropdownAlign {
|
|
@@ -3465,13 +3380,7 @@ declare class KitSearchBarComponent {
|
|
|
3465
3380
|
clearSearch(): void;
|
|
3466
3381
|
onCloseButtonClick(): void;
|
|
3467
3382
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSearchBarComponent, never>;
|
|
3468
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSearchBarComponent, "kit-search-bar", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "searchButtonLabel": { "alias": "searchButtonLabel"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "searchString": { "alias": "searchString"; "required": false; "isSignal": true; }; }, { "changed": "changed"; "searchButtonClick": "searchButtonClick"; "closeButtonClick": "closeButtonClick"; }, never, never,
|
|
3469
|
-
}
|
|
3470
|
-
|
|
3471
|
-
declare class KitSearchBarModule {
|
|
3472
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KitSearchBarModule, never>;
|
|
3473
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSearchBarModule, [typeof KitSearchBarComponent], [typeof i2$1.CommonModule, typeof KitButtonModule, typeof KitTextboxModule, typeof KitSvgIconModule], [typeof KitSearchBarComponent]>;
|
|
3474
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KitSearchBarModule>;
|
|
3383
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSearchBarComponent, "kit-search-bar", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "searchButtonLabel": { "alias": "searchButtonLabel"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "searchString": { "alias": "searchString"; "required": false; "isSignal": true; }; }, { "changed": "changed"; "searchButtonClick": "searchButtonClick"; "closeButtonClick": "closeButtonClick"; }, never, never, true, never>;
|
|
3475
3384
|
}
|
|
3476
3385
|
|
|
3477
3386
|
type KitUserPermissions = Record<string, string[]>;
|
|
@@ -4482,5 +4391,5 @@ declare const kitGetPermissionTypesByCategory: (category: string, permissions: K
|
|
|
4482
4391
|
|
|
4483
4392
|
declare const kitUserPermissionsGuard: CanActivateFn;
|
|
4484
4393
|
|
|
4485
|
-
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,
|
|
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, KitButtonModule, KitButtonState, KitButtonType, KitCardComponent, KitCardTheme, KitCheckboxComponent, KitCheckboxModule, KitCheckboxState, KitCollapsedListComponent, KitCollapsedListDropdownAlign, KitCopyTextComponent, KitCopyTextModule, KitCtaPanelAbstractConfirmationComponent, KitCtaPanelAbstractConfirmationModule, KitCtaPanelActionComponent, KitCtaPanelActionModule, KitCtaPanelConfirmationComponent, KitCtaPanelConfirmationModule, KitCtaPanelItemComponent, KitCtaPanelItemModule, KitCtaPanelItemType, KitDataFieldComponent, KitDataFieldState, KitDatepickerComponent, KitDatepickerModule, KitDatepickerSize, KitDaterangeComponent, KitDaterangeModule, KitDaterangeType, KitDatetimepickerComponent, KitDatetimepickerModule, KitDialogActionsComponent, KitDialogComponent, KitDialogService, KitDropdownComponent, KitDropdownItemTemplateDirective, KitDropdownModule, KitDropdownSize, KitEmptySectionComponent, KitEntityGridComponent, KitEntitySectionComponent, KitEntitySectionContainerComponent, KitEntityTitleComponent, KitEntityTitleModule, KitFileCardComponent, KitFileCardMessagesComponent, KitFileCardModule, 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, KitInputLabelModule, KitInputMessageComponent, KitInputMessageModule, KitLoaderComponent, KitLocationStepperComponent, KitLocationStepperModule, KitMobileHeaderComponent, KitMobileMenuComponent, KitMobileMenuState, KitMultiselectComponent, KitMultiselectModule, 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, KitRadioButtonModule, 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, KitTextLabelModule, KitTextLabelState, KitTextareaAutoresizeDirective, KitTextareaComponent, KitTextareaState, KitTextboxComponent, KitTextboxModule, KitTextboxSize, KitTextboxState, KitThemeService, KitThemes, KitTileLayoutComponent, KitTileLayoutItemComponent, KitTimelineCardComponent, KitTimelineComponent, KitTimelineTheme, KitTimelineType, KitTimepickerComponent, KitTimepickerModule, KitTitleTemplateDirective, KitToastrModule, KitToastrPosition, KitToastrService, KitToastrType, KitToggleComponent, KitToggleSize, KitTooltipDirective, KitTooltipPosition, KitTopBarComponent, KitTrackingCardComponent, KitTrackingTimelineComponent, KitTranslateLoader, KitTranslateService, KitTruncateTextComponent, KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxModule, 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 };
|
|
4486
4395
|
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 };
|