@kms-ngx-ui/presentational 13.0.0 → 14.0.0
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/esm2020/lib/directives/directives.module.mjs +5 -5
- package/esm2020/lib/directives/mousewheel.directive.mjs +3 -3
- package/esm2020/lib/directives/sum-of-height.directive.mjs +3 -3
- package/esm2020/lib/directives/swipe.directive.mjs +3 -3
- package/esm2020/lib/directives/tooltip.directive.mjs +3 -3
- package/esm2020/lib/kms-ngx-ui-presentational.component.mjs +6 -10
- package/esm2020/lib/kms-ngx-ui-presentational.module.mjs +24 -26
- package/esm2020/lib/kms-ngx-ui-presentational.service.mjs +3 -3
- package/esm2020/lib/parent-components/actions.component.mjs +3 -3
- package/esm2020/lib/parent-components/form-control.component.mjs +5 -5
- package/esm2020/lib/parent-components/form.component.mjs +5 -5
- package/esm2020/lib/pipes/custom-pipes.module.mjs +5 -5
- package/esm2020/lib/pipes/decode-uri.pipe.mjs +3 -3
- package/esm2020/lib/pipes/encode-uri.pipe.mjs +3 -3
- package/esm2020/lib/pipes/integer-currency.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe-html.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe-resource-url.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe-style.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe-url.pipe.mjs +3 -3
- package/esm2020/lib/pipes/to-number.pipe.mjs +3 -3
- package/esm2020/lib/pipes/trim.pipe.mjs +3 -3
- package/esm2020/lib/pipes/typeof.pipe.mjs +3 -3
- package/esm2020/lib/services/viewport.service.mjs +4 -4
- package/esm2020/lib/ui/back-to-top/back-to-top.component.mjs +6 -6
- package/esm2020/lib/ui/button-with-confirm-dialog/button-with-confirm-dialog.component.mjs +4 -4
- package/esm2020/lib/ui/checkbox/checkbox.component.mjs +8 -8
- package/esm2020/lib/ui/color-input/color-input.component.mjs +11 -11
- package/esm2020/lib/ui/dropdown-from-data/dropdown-from-data.component.mjs +10 -10
- package/esm2020/lib/ui/enum-radiogroup/enum-radiogroup.component.mjs +8 -8
- package/esm2020/lib/ui/file-input/file-input.component.mjs +15 -15
- package/esm2020/lib/ui/flyout/flyout.component.mjs +8 -8
- package/esm2020/lib/ui/generic-dialog/generic-dialog.component.mjs +4 -4
- package/esm2020/lib/ui/icon/icon.component.mjs +4 -4
- package/esm2020/lib/ui/image-slider/image-slider.component.mjs +9 -9
- package/esm2020/lib/ui/kms-accordion-item/kms-accordion-item.component.mjs +7 -7
- package/esm2020/lib/ui/loader/loader.component.mjs +6 -6
- package/esm2020/lib/ui/map/map.component.mjs +6 -6
- package/esm2020/lib/ui/radiobutton/radiobutton.component.mjs +7 -7
- package/esm2020/lib/ui/salutation-dropdown/salutation-dropdown.component.mjs +6 -6
- package/esm2020/lib/ui/salutation-radiogroup/salutation-radiogroup.component.mjs +6 -6
- package/esm2020/lib/ui/time-input/time-input.component.mjs +7 -7
- package/esm2020/lib/ui/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/ui/tooltip-icon/tooltip-icon.component.mjs +6 -6
- package/esm2020/lib/ui/yes-no-radiogroup/yes-no-radiogroup.component.mjs +6 -6
- package/fesm2015/kms-ngx-ui-presentational.mjs +276 -282
- package/fesm2015/kms-ngx-ui-presentational.mjs.map +1 -1
- package/fesm2020/kms-ngx-ui-presentational.mjs +276 -282
- package/fesm2020/kms-ngx-ui-presentational.mjs.map +1 -1
- package/lib/directives/mousewheel.directive.d.ts +1 -1
- package/lib/directives/sum-of-height.directive.d.ts +1 -1
- package/lib/directives/swipe.directive.d.ts +1 -1
- package/lib/directives/tooltip.directive.d.ts +1 -1
- package/lib/kms-ngx-ui-presentational.component.d.ts +1 -1
- package/lib/parent-components/actions.component.d.ts +1 -1
- package/lib/parent-components/form-control.component.d.ts +5 -5
- package/lib/parent-components/form.component.d.ts +6 -6
- package/lib/pipes/decode-uri.pipe.d.ts +1 -1
- package/lib/pipes/encode-uri.pipe.d.ts +1 -1
- package/lib/pipes/integer-currency.pipe.d.ts +1 -1
- package/lib/pipes/safe-html.pipe.d.ts +1 -1
- package/lib/pipes/safe-resource-url.pipe.d.ts +1 -1
- package/lib/pipes/safe-style.pipe.d.ts +1 -1
- package/lib/pipes/safe-url.pipe.d.ts +1 -1
- package/lib/pipes/to-number.pipe.d.ts +1 -1
- package/lib/pipes/trim.pipe.d.ts +1 -1
- package/lib/pipes/typeof.pipe.d.ts +1 -1
- package/lib/ui/back-to-top/back-to-top.component.d.ts +1 -1
- package/lib/ui/button-with-confirm-dialog/button-with-confirm-dialog.component.d.ts +1 -1
- package/lib/ui/checkbox/checkbox.component.d.ts +1 -1
- package/lib/ui/color-input/color-input.component.d.ts +5 -5
- package/lib/ui/dropdown-from-data/dropdown-from-data.component.d.ts +4 -4
- package/lib/ui/enum-radiogroup/enum-radiogroup.component.d.ts +4 -4
- package/lib/ui/file-input/file-input.component.d.ts +7 -7
- package/lib/ui/flyout/flyout.component.d.ts +1 -1
- package/lib/ui/generic-dialog/generic-dialog.component.d.ts +1 -1
- package/lib/ui/icon/icon.component.d.ts +1 -1
- package/lib/ui/image-slider/image-slider.component.d.ts +1 -1
- package/lib/ui/kms-accordion-item/kms-accordion-item.component.d.ts +1 -1
- package/lib/ui/loader/loader.component.d.ts +1 -1
- package/lib/ui/map/map.component.d.ts +2 -1
- package/lib/ui/radiobutton/radiobutton.component.d.ts +1 -1
- package/lib/ui/salutation-dropdown/salutation-dropdown.component.d.ts +4 -4
- package/lib/ui/salutation-radiogroup/salutation-radiogroup.component.d.ts +4 -4
- package/lib/ui/time-input/time-input.component.d.ts +5 -5
- package/lib/ui/tooltip/tooltip.component.d.ts +1 -1
- package/lib/ui/tooltip-icon/tooltip-icon.component.d.ts +1 -1
- package/lib/ui/yes-no-radiogroup/yes-no-radiogroup.component.d.ts +5 -5
- package/package.json +9 -9
- /package/{kms-ngx-ui-presentational.d.ts → index.d.ts} +0 -0
|
@@ -11,5 +11,5 @@ export declare class MouseWheelDirective {
|
|
|
11
11
|
onMouseWheelIE(event: any): void;
|
|
12
12
|
mouseWheelFunc(event: any): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MouseWheelDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MouseWheelDirective, "[mouseWheel]", never, {}, { "mouseWheelUp": "mouseWheelUp"; "mouseWheelDown": "mouseWheelDown"; }, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MouseWheelDirective, "[mouseWheel]", never, {}, { "mouseWheelUp": "mouseWheelUp"; "mouseWheelDown": "mouseWheelDown"; }, never, never, false>;
|
|
15
15
|
}
|
|
@@ -27,5 +27,5 @@ export declare class GetMaxHeightDirective implements AfterContentChecked {
|
|
|
27
27
|
ngAfterContentChecked(): void;
|
|
28
28
|
private checkHeightOfChildren;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetMaxHeightDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GetMaxHeightDirective, "[getMaxHeight]", never, { "cssClassName": "getMaxHeight"; }, { "maxHeightChanged": "maxHeightChanged"; "sumOfHeight": "sumOfHeight"; }, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GetMaxHeightDirective, "[getMaxHeight]", never, { "cssClassName": "getMaxHeight"; }, { "maxHeightChanged": "maxHeightChanged"; "sumOfHeight": "sumOfHeight"; }, never, never, false>;
|
|
31
31
|
}
|
|
@@ -41,5 +41,5 @@ export declare class SwipeDirective {
|
|
|
41
41
|
private getEasingCurve;
|
|
42
42
|
private reset;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwipeDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SwipeDirective, "[swipeDirective]", never, { "config": "swipeDirective"; }, { "moveEvent": "moveEvent"; "releaseEvent": "releaseEvent"; }, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SwipeDirective, "[swipeDirective]", never, { "config": "swipeDirective"; }, { "moveEvent": "moveEvent"; "releaseEvent": "releaseEvent"; }, never, never, false>;
|
|
45
45
|
}
|
|
@@ -25,5 +25,5 @@ export declare class TooltipDirective {
|
|
|
25
25
|
create(): void;
|
|
26
26
|
setPosition(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[kmsTooltip]", never, { "tooltipTitle": "tooltipTitle"; "tooltipText": "tooltipText"; "tooltipLinkText": "tooltipLinkText"; "tooltipLinkUrl": "tooltipLinkUrl"; "tooltipPlacement": "tooltipPlacement"; "tooltipDelay": "tooltipDelay"; "tooltipPlaceIntoHost": "tooltipPlaceIntoHost"; "tooltipOnlyonclick": "tooltipOnlyonclick"; }, {}, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[kmsTooltip]", never, { "tooltipTitle": "tooltipTitle"; "tooltipText": "tooltipText"; "tooltipLinkText": "tooltipLinkText"; "tooltipLinkUrl": "tooltipLinkUrl"; "tooltipPlacement": "tooltipPlacement"; "tooltipDelay": "tooltipDelay"; "tooltipPlaceIntoHost": "tooltipPlaceIntoHost"; "tooltipOnlyonclick": "tooltipOnlyonclick"; }, {}, never, never, false>;
|
|
29
29
|
}
|
|
@@ -4,5 +4,5 @@ export declare class KmsUiPresentationalComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KmsUiPresentationalComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KmsUiPresentationalComponent, "lib-kms-ngx-ui-presentational", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KmsUiPresentationalComponent, "lib-kms-ngx-ui-presentational", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -27,5 +27,5 @@ export declare class ActionsParentComponent {
|
|
|
27
27
|
select: EventEmitter<any>;
|
|
28
28
|
selectAction(id: string): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsParentComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsParentComponent, "kms-actions", never, { "disabled": "disabled"; "checked": "checked"; "label": "label"; "link": "link"; "initialValue": "initialValue"; }, { "select": "select"; }, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsParentComponent, "kms-actions", never, { "disabled": "disabled"; "checked": "checked"; "label": "label"; "link": "link"; "initialValue": "initialValue"; }, { "select": "select"; }, never, never, false>;
|
|
31
31
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { FormParentComponent } from './form.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FormControlParentComponent extends FormParentComponent {
|
|
6
|
-
formBuilder:
|
|
6
|
+
formBuilder: UntypedFormBuilder;
|
|
7
7
|
renderer: Renderer2;
|
|
8
8
|
defaultDataOverride: string;
|
|
9
9
|
onSelectItemEmitter: EventEmitter<string>;
|
|
10
10
|
child?: ElementRef<HTMLInputElement>;
|
|
11
11
|
internalValue: string;
|
|
12
|
-
constructor(formBuilder:
|
|
12
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
change(value: string): void;
|
|
15
15
|
onChange: any;
|
|
@@ -21,7 +21,7 @@ export declare class FormControlParentComponent extends FormParentComponent {
|
|
|
21
21
|
registerOnChange(fn: any): void;
|
|
22
22
|
registerOnTouched(fn: any): void;
|
|
23
23
|
setDisabledState?(isDisabled: boolean): void;
|
|
24
|
-
validate(_:
|
|
24
|
+
validate(_: UntypedFormControl): boolean;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormControlParentComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormControlParentComponent, "kms-formControlParent", never, { "defaultDataOverride": "defaultDataOverride"; }, { "onSelectItemEmitter": "onSelectItemEmitter"; }, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormControlParentComponent, "kms-formControlParent", never, { "defaultDataOverride": "defaultDataOverride"; }, { "onSelectItemEmitter": "onSelectItemEmitter"; }, never, never, false>;
|
|
27
27
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
* @copyright FLYACTS GmbH 2019
|
|
3
3
|
*/
|
|
4
4
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
5
|
-
import {
|
|
5
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FormParentComponent implements OnInit {
|
|
8
|
-
formBuilder:
|
|
9
|
-
form:
|
|
8
|
+
formBuilder: UntypedFormBuilder;
|
|
9
|
+
form: UntypedFormGroup;
|
|
10
10
|
formInitialized: boolean;
|
|
11
11
|
private allowedCharsOnlyNumbers;
|
|
12
|
-
formDataChanged: EventEmitter<
|
|
12
|
+
formDataChanged: EventEmitter<UntypedFormGroup>;
|
|
13
13
|
disabled: boolean;
|
|
14
|
-
constructor(formBuilder:
|
|
14
|
+
constructor(formBuilder: UntypedFormBuilder);
|
|
15
15
|
/**
|
|
16
16
|
* Returns if a number was pressed
|
|
17
17
|
* @param e
|
|
@@ -30,5 +30,5 @@ export declare class FormParentComponent implements OnInit {
|
|
|
30
30
|
removeNumbersOnPaste(event: ClipboardEvent): void;
|
|
31
31
|
ngOnInit(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormParentComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormParentComponent, "kms-form", never, { "disabled": "disabled"; }, { "formDataChanged": "formDataChanged"; }, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormParentComponent, "kms-form", never, { "disabled": "disabled"; }, { "formDataChanged": "formDataChanged"; }, never, never, false>;
|
|
34
34
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DecodeUriPipe implements PipeTransform {
|
|
7
7
|
transform(value: any, _args?: any): any;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DecodeUriPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DecodeUriPipe, "kmsDecodeUri">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DecodeUriPipe, "kmsDecodeUri", false>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class EncodeUriPipe implements PipeTransform {
|
|
7
7
|
transform(value: any, _args?: any): any;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EncodeUriPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EncodeUriPipe, "kmsEncodeUri">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EncodeUriPipe, "kmsEncodeUri", false>;
|
|
10
10
|
}
|
|
@@ -9,5 +9,5 @@ export declare class IntegerCurrency implements PipeTransform {
|
|
|
9
9
|
constructor(cp: CurrencyPipe);
|
|
10
10
|
transform(value: any, currencyCode?: string, display?: boolean, digitsInfo?: string): string | null;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IntegerCurrency, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IntegerCurrency, "kmsIntegerCurrency">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IntegerCurrency, "kmsIntegerCurrency", false>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SafeHtmlPipe implements PipeTransform {
|
|
|
9
9
|
constructor(sanitizer: DomSanitizer);
|
|
10
10
|
transform(html: string): SafeHtml;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "kmsSafeHtml">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "kmsSafeHtml", false>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SafeResourceUrlPipe implements PipeTransform {
|
|
|
9
9
|
constructor(sanitizer: DomSanitizer);
|
|
10
10
|
transform(url: string): SafeResourceUrl;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SafeResourceUrlPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeResourceUrlPipe, "kmsSafeResourceSUrl">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeResourceUrlPipe, "kmsSafeResourceSUrl", false>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SafeStylePipe implements PipeTransform {
|
|
|
9
9
|
constructor(sanitizer: DomSanitizer);
|
|
10
10
|
transform(style: string): SafeUrl;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SafeStylePipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeStylePipe, "kmsSafeStyle">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeStylePipe, "kmsSafeStyle", false>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SafeUrlPipe implements PipeTransform {
|
|
|
9
9
|
constructor(sanitizer: DomSanitizer);
|
|
10
10
|
transform(url: string): SafeUrl;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "kmsSafeSUrl">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "kmsSafeSUrl", false>;
|
|
13
13
|
}
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class ToNumberPipe implements PipeTransform {
|
|
7
7
|
transform(items: any): any;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToNumberPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ToNumberPipe, "kmsToNumber">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ToNumberPipe, "kmsToNumber", false>;
|
|
10
10
|
}
|
package/lib/pipes/trim.pipe.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class TrimPipe implements PipeTransform {
|
|
7
7
|
transform(value: any): any;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TrimPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TrimPipe, "kmsTrim">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TrimPipe, "kmsTrim", false>;
|
|
10
10
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TypeofPipe implements PipeTransform {
|
|
4
4
|
transform(value: any): any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TypeofPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TypeofPipe, "kmsTypeOf">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TypeofPipe, "kmsTypeOf", false>;
|
|
7
7
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BackToTopComponent {
|
|
|
6
6
|
onWindowScroll(): void;
|
|
7
7
|
scrollToTop(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackToTopComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackToTopComponent, "kms-back-to-top", never, {}, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BackToTopComponent, "kms-back-to-top", never, {}, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ButtonWithConfirmDialogComponent implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
start(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithConfirmDialogComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithConfirmDialogComponent, "kms-button-with-confirm-dialog", never, { "disabled": "disabled"; "buttonText": "buttonText"; "confirmTitle": "confirmTitle"; "confirmTextYes": "confirmTextYes"; "confirmTextNo": "confirmTextNo"; }, { "onConfirmClosed": "onConfirmClosed"; }, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithConfirmDialogComponent, "kms-button-with-confirm-dialog", never, { "disabled": "disabled"; "buttonText": "buttonText"; "confirmTitle": "confirmTitle"; "confirmTextYes": "confirmTextYes"; "confirmTextNo": "confirmTextNo"; }, { "onConfirmClosed": "onConfirmClosed"; }, never, never, false>;
|
|
19
19
|
}
|
|
@@ -27,5 +27,5 @@ export declare class CheckboxComponent extends ActionsParentComponent implements
|
|
|
27
27
|
registerOnChange(fn: any): void;
|
|
28
28
|
registerOnTouched(fn: any): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "kms-checkbox", never, { "infoText": "infoText"; "name": "name"; }, { "select": "select"; }, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "kms-checkbox", never, { "infoText": "infoText"; "name": "name"; }, { "select": "select"; }, never, never, false>;
|
|
31
31
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { FormControlParentComponent } from './../../parent-components/form-control.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ColorInputComponent extends FormControlParentComponent implements OnInit, ControlValueAccessor {
|
|
6
|
-
formBuilder:
|
|
6
|
+
formBuilder: UntypedFormBuilder;
|
|
7
7
|
renderer: Renderer2;
|
|
8
8
|
label: string;
|
|
9
9
|
tooltipText: string;
|
|
10
10
|
placeholder: string;
|
|
11
11
|
valid: boolean | null | undefined;
|
|
12
|
-
constructor(formBuilder:
|
|
12
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
13
13
|
ngOnInit(): void;
|
|
14
|
-
validate(_:
|
|
14
|
+
validate(_: UntypedFormControl): boolean;
|
|
15
15
|
matchesHex(match?: string): false | RegExpMatchArray;
|
|
16
16
|
updateSelectedColor(value: any): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorInputComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorInputComponent, "kms-color-input", never, { "label": "label"; "tooltipText": "tooltipText"; "placeholder": "placeholder"; }, {}, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorInputComponent, "kms-color-input", never, { "label": "label"; "tooltipText": "tooltipText"; "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnInit, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder } from '@angular/forms';
|
|
3
3
|
import { FormControlParentComponent } from '../../parent-components/form-control.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Dropdown from data component {@link https://leaseplan-dev.rentoffice.de/styleguide#ui-elements}
|
|
7
7
|
*/
|
|
8
8
|
export declare class DropdownFromDataComponent extends FormControlParentComponent implements OnInit, ControlValueAccessor, OnChanges {
|
|
9
|
-
formBuilder:
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
10
|
renderer: Renderer2;
|
|
11
11
|
optionsEnum: any;
|
|
12
12
|
optionsPlainArray: any;
|
|
@@ -23,7 +23,7 @@ export declare class DropdownFromDataComponent extends FormControlParentComponen
|
|
|
23
23
|
keys: any[];
|
|
24
24
|
values: any[];
|
|
25
25
|
Object: ObjectConstructor;
|
|
26
|
-
constructor(formBuilder:
|
|
26
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
27
27
|
/**
|
|
28
28
|
* Hook used to sync changes on set Label and Type
|
|
29
29
|
* @param changes
|
|
@@ -42,7 +42,7 @@ export declare class DropdownFromDataComponent extends FormControlParentComponen
|
|
|
42
42
|
setDisplayKey(key: any): any;
|
|
43
43
|
valueChanged(value: any): void;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownFromDataComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownFromDataComponent, "kms-dropdown-from-data", never, { "optionsEnum": "optionsEnum"; "optionsPlainArray": "optionsPlainArray"; "optionsObjArray": "optionsObjArray"; "mapKey": "mapKey"; "mapValue": "mapValue"; "hasNullOption": "hasNullOption"; "translation": "translation"; "placeholder": "placeholder"; "label": "label"; "required": "required"; "useEnumIndexAsValue": "useEnumIndexAsValue"; "multiple": "multiple"; }, {}, never, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownFromDataComponent, "kms-dropdown-from-data", never, { "optionsEnum": "optionsEnum"; "optionsPlainArray": "optionsPlainArray"; "optionsObjArray": "optionsObjArray"; "mapKey": "mapKey"; "mapValue": "mapValue"; "hasNullOption": "hasNullOption"; "translation": "translation"; "placeholder": "placeholder"; "label": "label"; "required": "required"; "useEnumIndexAsValue": "useEnumIndexAsValue"; "multiple": "multiple"; }, {}, never, never, false>;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* Interface that defines the translation object in template
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder } from '@angular/forms';
|
|
3
3
|
import { NullAble } from '../../models';
|
|
4
4
|
import { FormControlParentComponent } from './../../parent-components/form-control.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EnumRadiogroupComponent extends FormControlParentComponent implements OnInit, ControlValueAccessor {
|
|
7
|
-
formBuilder:
|
|
7
|
+
formBuilder: UntypedFormBuilder;
|
|
8
8
|
renderer: Renderer2;
|
|
9
9
|
header: NullAble<String>;
|
|
10
10
|
optionsEnum: any;
|
|
11
11
|
translationPrefix: string;
|
|
12
12
|
optionValues: any;
|
|
13
|
-
constructor(formBuilder:
|
|
13
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EnumRadiogroupComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EnumRadiogroupComponent, "kms-enum-radiogroup", never, { "header": "header"; "optionsEnum": "optionsEnum"; "translationPrefix": "translationPrefix"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumRadiogroupComponent, "kms-enum-radiogroup", never, { "header": "header"; "optionsEnum": "optionsEnum"; "translationPrefix": "translationPrefix"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnInit, Renderer2, EventEmitter, ApplicationRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import { IconSize } from '../../models/iconSize.enum';
|
|
5
5
|
import { AttachedFileDTO } from '../../models/types/attached-file-dto.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FileInputComponent implements ControlValueAccessor, OnInit {
|
|
8
|
-
formBuilder:
|
|
8
|
+
formBuilder: UntypedFormBuilder;
|
|
9
9
|
appRef: ApplicationRef;
|
|
10
10
|
cd: ChangeDetectorRef;
|
|
11
11
|
renderer: Renderer2;
|
|
@@ -17,11 +17,11 @@ export declare class FileInputComponent implements ControlValueAccessor, OnInit
|
|
|
17
17
|
maxSizeBytes: number;
|
|
18
18
|
resizePixels: number;
|
|
19
19
|
acceptedFileMimetypes: string;
|
|
20
|
-
form:
|
|
20
|
+
form: UntypedFormGroup;
|
|
21
21
|
subscriptions: Subscription[];
|
|
22
22
|
newImageLoading: boolean;
|
|
23
23
|
IconSize: typeof IconSize;
|
|
24
|
-
formDataChanged: EventEmitter<
|
|
24
|
+
formDataChanged: EventEmitter<UntypedFormGroup>;
|
|
25
25
|
/**
|
|
26
26
|
* Constructor
|
|
27
27
|
* @param formBuilder
|
|
@@ -30,7 +30,7 @@ export declare class FileInputComponent implements ControlValueAccessor, OnInit
|
|
|
30
30
|
* @param translateService
|
|
31
31
|
* @param renderer
|
|
32
32
|
*/
|
|
33
|
-
constructor(formBuilder:
|
|
33
|
+
constructor(formBuilder: UntypedFormBuilder, appRef: ApplicationRef, cd: ChangeDetectorRef, renderer: Renderer2);
|
|
34
34
|
/**
|
|
35
35
|
* Click on button triggers file-input to open OS file dialog
|
|
36
36
|
*/
|
|
@@ -75,7 +75,7 @@ export declare class FileInputComponent implements ControlValueAccessor, OnInit
|
|
|
75
75
|
registerOnChange(fn: any): void;
|
|
76
76
|
registerOnTouched(fn: any): void;
|
|
77
77
|
writeValue(value: AttachedFileDTO | null): void;
|
|
78
|
-
validate(_:
|
|
78
|
+
validate(_: UntypedFormControl): {
|
|
79
79
|
styles: {
|
|
80
80
|
valid: boolean;
|
|
81
81
|
};
|
|
@@ -85,5 +85,5 @@ export declare class FileInputComponent implements ControlValueAccessor, OnInit
|
|
|
85
85
|
*/
|
|
86
86
|
clearInputValue(ev: any): void;
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileInputComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "kms-file-input", never, { "label": "label"; "previewImage": "previewImage"; "allowRemove": "allowRemove"; "previewImageText": "previewImageText"; "maxSizeBytes": "maxSizeBytes"; "resizePixels": "resizePixels"; "acceptedFileMimetypes": "acceptedFileMimetypes"; }, { "formDataChanged": "formDataChanged"; }, never, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "kms-file-input", never, { "label": "label"; "previewImage": "previewImage"; "allowRemove": "allowRemove"; "previewImageText": "previewImageText"; "maxSizeBytes": "maxSizeBytes"; "resizePixels": "resizePixels"; "acceptedFileMimetypes": "acceptedFileMimetypes"; }, { "formDataChanged": "formDataChanged"; }, never, never, false>;
|
|
89
89
|
}
|
|
@@ -28,5 +28,5 @@ export declare class FlyoutComponent {
|
|
|
28
28
|
*/
|
|
29
29
|
setDropdownListHeight(contentHeight: number): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlyoutComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlyoutComponent, "kms-flyout", never, { "icon": "icon"; "headerCssClass": "headerCssClass"; "bodyCssClass": "bodyCssClass"; "headerTitle": "headerTitle"; "headerText": "headerText"; "hasButtonForMore": "hasButtonForMore"; "moreText": "moreText"; "lessText": "lessText"; }, {}, never, ["[header]", "*"]>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlyoutComponent, "kms-flyout", never, { "icon": "icon"; "headerCssClass": "headerCssClass"; "bodyCssClass": "bodyCssClass"; "headerTitle": "headerTitle"; "headerText": "headerText"; "hasButtonForMore": "hasButtonForMore"; "moreText": "moreText"; "lessText": "lessText"; }, {}, never, ["[header]", "*"], false>;
|
|
32
32
|
}
|
|
@@ -22,5 +22,5 @@ export declare class GenericDialogComponent {
|
|
|
22
22
|
*/
|
|
23
23
|
onClickAction(clickedButton: ButtonResponseType): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericDialogComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericDialogComponent, "kms-generic-dialog", never, {}, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericDialogComponent, "kms-generic-dialog", never, {}, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -38,5 +38,5 @@ export declare class IconComponent implements OnInit {
|
|
|
38
38
|
constructor(sanitizer: DomSanitizer);
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kms-icon", never, { "icon": "icon"; "iconClass": "iconClass"; "iconStyle": "iconStyle"; "iconSize": "iconSize"; "dontUseSprite": "dontUseSprite"; }, {}, never, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kms-icon", never, { "icon": "icon"; "iconClass": "iconClass"; "iconStyle": "iconStyle"; "iconSize": "iconSize"; "dontUseSprite": "dontUseSprite"; }, {}, never, never, false>;
|
|
42
42
|
}
|
|
@@ -58,5 +58,5 @@ export declare class ImageSliderComponent implements OnInit, OnChanges {
|
|
|
58
58
|
*/
|
|
59
59
|
deleteImage(index: number): void;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSliderComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSliderComponent, "kms-image-slider", never, { "slides": "slides"; "editMode": "editMode"; "imagesTOSave": "imagesTOSave"; "swipeConfig": "swipeConfig"; }, { "orderChanged": "orderChanged"; "deleteImageEvent": "deleteImageEvent"; }, never, ["[description]", "*"]>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSliderComponent, "kms-image-slider", never, { "slides": "slides"; "editMode": "editMode"; "imagesTOSave": "imagesTOSave"; "swipeConfig": "swipeConfig"; }, { "orderChanged": "orderChanged"; "deleteImageEvent": "deleteImageEvent"; }, never, ["[description]", "*"], false>;
|
|
62
62
|
}
|
|
@@ -18,5 +18,5 @@ export declare class KMSAccordionItemComponent implements OnInit {
|
|
|
18
18
|
constructor(sanitizer: DomSanitizer);
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<KMSAccordionItemComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KMSAccordionItemComponent, "kms-accordion-item", never, { "itemTitle": "itemTitle"; "showAsCard": "showAsCard"; "isSmall": "isSmall"; "expanded": "expanded"; }, {}, never, ["[itemTitleElement]", "*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KMSAccordionItemComponent, "kms-accordion-item", never, { "itemTitle": "itemTitle"; "showAsCard": "showAsCard"; "isSmall": "isSmall"; "expanded": "expanded"; }, {}, never, ["[itemTitleElement]", "*"], false>;
|
|
22
22
|
}
|
|
@@ -5,5 +5,5 @@ export declare class LoaderComponent implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "kms-loader", never, { "loading": "loading"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "kms-loader", never, { "loading": "loading"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="google.maps" />
|
|
1
2
|
/// <reference types="googlemaps" />
|
|
2
3
|
/*!
|
|
3
4
|
* @copyright FLYACTS GmbH 2019
|
|
@@ -65,5 +66,5 @@ export declare class MapComponent implements OnInit {
|
|
|
65
66
|
*/
|
|
66
67
|
zoomOut(): void;
|
|
67
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "kms-map", never, { "data": "data"; }, {}, never, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "kms-map", never, { "data": "data"; }, {}, never, never, false>;
|
|
69
70
|
}
|
|
@@ -22,5 +22,5 @@ export declare class RadioButtonComponent extends ActionsParentComponent impleme
|
|
|
22
22
|
registerOnChange(fn: any): void;
|
|
23
23
|
registerOnTouched(fn: any): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kms-radiobutton", never, { "name": "name"; "id": "id"; "formControl": "formControl"; }, {}, never, ["*"]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kms-radiobutton", never, { "name": "name"; "id": "id"; "formControl": "formControl"; }, {}, never, ["*"], false>;
|
|
26
26
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder } from '@angular/forms';
|
|
3
3
|
import { NullAble } from '../../models';
|
|
4
4
|
import { SalutationEnum } from '../../models/salutation.enum';
|
|
5
5
|
import { FormControlParentComponent } from './../../parent-components/form-control.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SalutationDropdownComponent extends FormControlParentComponent implements OnInit, ControlValueAccessor {
|
|
8
|
-
formBuilder:
|
|
8
|
+
formBuilder: UntypedFormBuilder;
|
|
9
9
|
renderer: Renderer2;
|
|
10
10
|
placeholder: NullAble<String>;
|
|
11
11
|
SalutationEnum: typeof SalutationEnum;
|
|
12
12
|
Object: ObjectConstructor;
|
|
13
|
-
constructor(formBuilder:
|
|
13
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SalutationDropdownComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SalutationDropdownComponent, "kms-salutation-dropdown", never, { "placeholder": "placeholder"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SalutationDropdownComponent, "kms-salutation-dropdown", never, { "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder } from '@angular/forms';
|
|
3
3
|
import { SalutationEnum } from '../../models/salutation.enum';
|
|
4
4
|
import { FormControlParentComponent } from '../../parent-components/form-control.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SalutationRadiogroupComponent extends FormControlParentComponent implements OnInit, ControlValueAccessor {
|
|
7
|
-
formBuilder:
|
|
7
|
+
formBuilder: UntypedFormBuilder;
|
|
8
8
|
renderer: Renderer2;
|
|
9
9
|
SalutationEnum: typeof SalutationEnum;
|
|
10
10
|
Object: ObjectConstructor;
|
|
11
|
-
constructor(formBuilder:
|
|
11
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SalutationRadiogroupComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SalutationRadiogroupComponent, "kms-salutation-radiogroup", never, {}, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SalutationRadiogroupComponent, "kms-salutation-radiogroup", never, {}, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TimeInputComponent implements OnInit, ControlValueAccessor {
|
|
5
|
-
formBuilder:
|
|
6
|
-
form:
|
|
5
|
+
formBuilder: UntypedFormBuilder;
|
|
6
|
+
form: UntypedFormGroup;
|
|
7
7
|
h: string;
|
|
8
8
|
m: string;
|
|
9
|
-
constructor(formBuilder:
|
|
9
|
+
constructor(formBuilder: UntypedFormBuilder);
|
|
10
10
|
get value(): string;
|
|
11
11
|
set value(value: string);
|
|
12
12
|
writeValue(value: string): void;
|
|
@@ -18,5 +18,5 @@ export declare class TimeInputComponent implements OnInit, ControlValueAccessor
|
|
|
18
18
|
onTouch: any;
|
|
19
19
|
onTouched: any;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeInputComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeInputComponent, "kms-time-input", never, {}, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimeInputComponent, "kms-time-input", never, {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class TooltipComponent {
|
|
3
3
|
tooltipTitle: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "kms-tooltip-element", never, { "tooltipTitle": "tooltipTitle"; }, {}, never, ["*"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "kms-tooltip-element", never, { "tooltipTitle": "tooltipTitle"; }, {}, never, ["*"], false>;
|
|
6
6
|
}
|
|
@@ -9,5 +9,5 @@ export declare class TooltipIconComponent {
|
|
|
9
9
|
delay: number;
|
|
10
10
|
IconSize: typeof IconSize;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipIconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipIconComponent, "kms-tooltip-icon", never, { "tooltipTitle": "tooltipTitle"; "tooltipText": "tooltipText"; "tooltipLinkText": "tooltipLinkText"; "tooltipLinkUrl": "tooltipLinkUrl"; "placement": "placement"; "delay": "delay"; }, {}, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipIconComponent, "kms-tooltip-icon", never, { "tooltipTitle": "tooltipTitle"; "tooltipText": "tooltipText"; "tooltipLinkText": "tooltipLinkText"; "tooltipLinkUrl": "tooltipLinkUrl"; "placement": "placement"; "delay": "delay"; }, {}, never, never, false>;
|
|
13
13
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { NullAble } from '../../models';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class YesNoRadiogroupComponent implements OnInit, ControlValueAccessor {
|
|
6
|
-
formBuilder:
|
|
6
|
+
formBuilder: UntypedFormBuilder;
|
|
7
7
|
renderer: Renderer2;
|
|
8
8
|
header: NullAble<String>;
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
textYes: string;
|
|
11
11
|
textNo: string;
|
|
12
|
-
form:
|
|
12
|
+
form: UntypedFormGroup;
|
|
13
13
|
child?: ElementRef<HTMLInputElement>;
|
|
14
14
|
internalValue: NullAble<boolean>;
|
|
15
15
|
onChange: any;
|
|
@@ -20,8 +20,8 @@ export declare class YesNoRadiogroupComponent implements OnInit, ControlValueAcc
|
|
|
20
20
|
registerOnChange(fn: any): void;
|
|
21
21
|
registerOnTouched(fn: any): void;
|
|
22
22
|
setDisabledState?(isDisabled: boolean): void;
|
|
23
|
-
constructor(formBuilder:
|
|
23
|
+
constructor(formBuilder: UntypedFormBuilder, renderer: Renderer2);
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<YesNoRadiogroupComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YesNoRadiogroupComponent, "kms-yesno-radiogroup", never, { "header": "header"; "disabled": "disabled"; "textYes": "textYes"; "textNo": "textNo"; }, {}, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YesNoRadiogroupComponent, "kms-yesno-radiogroup", never, { "header": "header"; "disabled": "disabled"; "textYes": "textYes"; "textNo": "textNo"; }, {}, never, never, false>;
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kms-ngx-ui/presentational",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/cdk": "
|
|
6
|
-
"@angular/common": "
|
|
7
|
-
"@angular/core": "
|
|
8
|
-
"@angular/forms": "
|
|
9
|
-
"@angular/google-maps": "^
|
|
5
|
+
"@angular/cdk": "14.2.7",
|
|
6
|
+
"@angular/common": "14.3.0",
|
|
7
|
+
"@angular/core": "14.3.0",
|
|
8
|
+
"@angular/forms": "14.3.0",
|
|
9
|
+
"@angular/google-maps": "^14.2.7",
|
|
10
10
|
"ngx-useful-swiper": "^9.0.5",
|
|
11
|
-
"@angular/material": "
|
|
11
|
+
"@angular/material": "14.2.7",
|
|
12
12
|
"swiper": "^5.4.5"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"esm2020": "esm2020/kms-ngx-ui-presentational.mjs",
|
|
21
21
|
"fesm2020": "fesm2020/kms-ngx-ui-presentational.mjs",
|
|
22
22
|
"fesm2015": "fesm2015/kms-ngx-ui-presentational.mjs",
|
|
23
|
-
"typings": "
|
|
23
|
+
"typings": "index.d.ts",
|
|
24
24
|
"exports": {
|
|
25
25
|
"./package.json": {
|
|
26
26
|
"default": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
".": {
|
|
29
|
-
"types": "./
|
|
29
|
+
"types": "./index.d.ts",
|
|
30
30
|
"esm2020": "./esm2020/kms-ngx-ui-presentational.mjs",
|
|
31
31
|
"es2020": "./fesm2020/kms-ngx-ui-presentational.mjs",
|
|
32
32
|
"es2015": "./fesm2015/kms-ngx-ui-presentational.mjs",
|
|
File without changes
|