@kms-ngx-ui/presentational 14.2.0 → 15.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 +4 -4
- package/esm2020/lib/directives/mousewheel.directive.mjs +3 -3
- package/esm2020/lib/directives/size.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 +3 -3
- package/esm2020/lib/kms-ngx-ui-presentational.module.mjs +4 -4
- 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 +3 -3
- package/esm2020/lib/parent-components/form.component.mjs +3 -3
- package/esm2020/lib/pipes/custom-pipes.module.mjs +4 -4
- 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 +3 -3
- package/esm2020/lib/ui/back-to-top/back-to-top.component.mjs +3 -3
- package/esm2020/lib/ui/button-with-confirm-dialog/button-with-confirm-dialog.component.mjs +3 -3
- package/esm2020/lib/ui/checkbox/checkbox.component.mjs +8 -8
- package/esm2020/lib/ui/color-input/color-input.component.mjs +4 -4
- package/esm2020/lib/ui/dropdown-from-data/dropdown-from-data.component.mjs +4 -4
- package/esm2020/lib/ui/enum-radiogroup/enum-radiogroup.component.mjs +3 -3
- package/esm2020/lib/ui/file-input/file-input.component.mjs +4 -4
- package/esm2020/lib/ui/flyout/flyout.component.mjs +3 -3
- package/esm2020/lib/ui/generic-dialog/generic-dialog.component.mjs +3 -3
- package/esm2020/lib/ui/icon/icon.component.mjs +3 -3
- package/esm2020/lib/ui/image-slider/image-slider.component.mjs +3 -3
- package/esm2020/lib/ui/kms-accordion-item/kms-accordion-item.component.mjs +7 -7
- package/esm2020/lib/ui/loader/loader.component.mjs +3 -3
- package/esm2020/lib/ui/map/map.component.mjs +3 -3
- package/esm2020/lib/ui/radiobutton/radiobutton.component.mjs +8 -8
- package/esm2020/lib/ui/salutation-dropdown/salutation-dropdown.component.mjs +4 -4
- package/esm2020/lib/ui/salutation-radiogroup/salutation-radiogroup.component.mjs +3 -3
- package/esm2020/lib/ui/time-input/time-input.component.mjs +3 -3
- package/esm2020/lib/ui/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/ui/tooltip-icon/tooltip-icon.component.mjs +3 -3
- package/esm2020/lib/ui/yes-no-radiogroup/yes-no-radiogroup.component.mjs +15 -15
- package/fesm2015/kms-ngx-ui-presentational.mjs +165 -164
- package/fesm2015/kms-ngx-ui-presentational.mjs.map +1 -1
- package/fesm2020/kms-ngx-ui-presentational.mjs +165 -164
- package/fesm2020/kms-ngx-ui-presentational.mjs.map +1 -1
- package/lib/directives/mousewheel.directive.d.ts +1 -1
- package/lib/directives/size.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/models/types/nullable.type.d.ts +1 -1
- package/lib/parent-components/actions.component.d.ts +1 -1
- package/lib/parent-components/form-control.component.d.ts +1 -1
- package/lib/parent-components/form.component.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 +1 -1
- package/lib/ui/dropdown-from-data/dropdown-from-data.component.d.ts +1 -1
- package/lib/ui/enum-radiogroup/enum-radiogroup.component.d.ts +1 -1
- package/lib/ui/file-input/file-input.component.d.ts +1 -1
- 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 +1 -1
- package/lib/ui/salutation-radiogroup/salutation-radiogroup.component.d.ts +1 -1
- package/lib/ui/time-input/time-input.component.d.ts +1 -1
- 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 +1 -1
- package/package.json +7 -7
|
@@ -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, never, false>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MouseWheelDirective, "[mouseWheel]", never, {}, { "mouseWheelUp": "mouseWheelUp"; "mouseWheelDown": "mouseWheelDown"; }, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SizeDirective {
|
|
|
6
6
|
constructor(elementRef: ElementRef);
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SizeDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SizeDirective, "[size]", never, { "size": "size"; }, {}, never, never, false>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SizeDirective, "[size]", never, { "size": "size"; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -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, never, false>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GetMaxHeightDirective, "[getMaxHeight]", never, { "cssClassName": "getMaxHeight"; }, { "maxHeightChanged": "maxHeightChanged"; "sumOfHeight": "sumOfHeight"; }, never, never, false, never>;
|
|
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, never, false>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SwipeDirective, "[swipeDirective]", never, { "config": "swipeDirective"; }, { "moveEvent": "moveEvent"; "releaseEvent": "releaseEvent"; }, never, never, false, never>;
|
|
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, never, false>;
|
|
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, never>;
|
|
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, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KmsUiPresentationalComponent, "lib-kms-ngx-ui-presentational", never, {}, {}, never, never, false, never>;
|
|
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, false>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsParentComponent, "kms-actions", never, { "disabled": "disabled"; "checked": "checked"; "label": "label"; "link": "link"; "initialValue": "initialValue"; }, { "select": "select"; }, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -23,5 +23,5 @@ export declare class FormControlParentComponent extends FormParentComponent {
|
|
|
23
23
|
setDisabledState?(isDisabled: boolean): void;
|
|
24
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, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormControlParentComponent, "kms-formControlParent", never, { "defaultDataOverride": "defaultDataOverride"; }, { "onSelectItemEmitter": "onSelectItemEmitter"; }, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -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, false>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormParentComponent, "kms-form", never, { "disabled": "disabled"; }, { "formDataChanged": "formDataChanged"; }, never, never, false, never>;
|
|
34
34
|
}
|
|
@@ -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, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BackToTopComponent, "kms-back-to-top", never, {}, {}, never, never, false, never>;
|
|
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, false>;
|
|
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, never>;
|
|
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, false>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "kms-checkbox", never, { "infoText": "infoText"; "name": "name"; }, { "select": "select"; }, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ColorInputComponent extends FormControlParentComponent impl
|
|
|
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, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorInputComponent, "kms-color-input", never, { "label": "label"; "tooltipText": "tooltipText"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -43,7 +43,7 @@ export declare class DropdownFromDataComponent extends FormControlParentComponen
|
|
|
43
43
|
setDisplayKey(key: any): any;
|
|
44
44
|
valueChanged(value: any): void;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownFromDataComponent, never>;
|
|
46
|
-
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"; "control": "control"; }, {}, never, never, false>;
|
|
46
|
+
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"; "control": "control"; }, {}, never, never, false, never>;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Interface that defines the translation object in template
|
|
@@ -13,5 +13,5 @@ export declare class EnumRadiogroupComponent extends FormControlParentComponent
|
|
|
13
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, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EnumRadiogroupComponent, "kms-enum-radiogroup", never, { "header": "header"; "optionsEnum": "optionsEnum"; "translationPrefix": "translationPrefix"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -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, false>;
|
|
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, never>;
|
|
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]", "*"], false>;
|
|
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, never>;
|
|
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, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericDialogComponent, "kms-generic-dialog", never, {}, {}, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -44,5 +44,5 @@ export declare class IconComponent implements OnInit {
|
|
|
44
44
|
constructor(sanitizer: DomSanitizer);
|
|
45
45
|
ngOnInit(): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kms-icon", never, { "icon": "icon"; "iconClass": "iconClass"; "iconStyle": "iconStyle"; "iconSize": "iconSize"; "size": "size"; "dontUseSprite": "dontUseSprite"; }, {}, never, never, false>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kms-icon", never, { "icon": "icon"; "iconClass": "iconClass"; "iconStyle": "iconStyle"; "iconSize": "iconSize"; "size": "size"; "dontUseSprite": "dontUseSprite"; }, {}, never, never, false, never>;
|
|
48
48
|
}
|
|
@@ -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]", "*"], false>;
|
|
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, never>;
|
|
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, { "showAsCard": "showAsCard"; "isSmall": "isSmall"; "expanded": "expanded"; "itemTitle": "itemTitle"; }, {}, never, ["[itemTitleElement]", "*"], false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KMSAccordionItemComponent, "kms-accordion-item", never, { "showAsCard": "showAsCard"; "isSmall": "isSmall"; "expanded": "expanded"; "itemTitle": "itemTitle"; }, {}, never, ["[itemTitleElement]", "*"], false, never>;
|
|
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, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "kms-loader", never, { "loading": "loading"; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="google.maps" />
|
|
2
2
|
/// <reference types="googlemaps" />
|
|
3
|
+
/// <reference types="googlemaps" />
|
|
3
4
|
/*!
|
|
4
5
|
* @copyright FLYACTS GmbH 2019
|
|
5
6
|
*/
|
|
@@ -66,5 +67,5 @@ export declare class MapComponent implements OnInit {
|
|
|
66
67
|
*/
|
|
67
68
|
zoomOut(): void;
|
|
68
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "kms-map", never, { "data": "data"; }, {}, never, never, false>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "kms-map", never, { "data": "data"; }, {}, never, never, false, never>;
|
|
70
71
|
}
|
|
@@ -23,5 +23,5 @@ export declare class RadioButtonComponent extends ActionsParentComponent impleme
|
|
|
23
23
|
registerOnChange(fn: any): void;
|
|
24
24
|
registerOnTouched(fn: any): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kms-radiobutton", never, { "name": "name"; "id": "id"; "radioButtonSize": "radioButtonSize"; "formControl": "formControl"; }, {}, never, ["*"], false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kms-radiobutton", never, { "name": "name"; "id": "id"; "radioButtonSize": "radioButtonSize"; "formControl": "formControl"; }, {}, never, ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SalutationDropdownComponent extends FormControlParentCompon
|
|
|
13
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, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SalutationDropdownComponent, "kms-salutation-dropdown", never, { "placeholder": "placeholder"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -11,5 +11,5 @@ export declare class SalutationRadiogroupComponent extends FormControlParentComp
|
|
|
11
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, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SalutationRadiogroupComponent, "kms-salutation-radiogroup", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -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, false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimeInputComponent, "kms-time-input", never, {}, {}, never, never, false, never>;
|
|
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, ["*"], false>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "kms-tooltip-element", never, { "tooltipTitle": "tooltipTitle"; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -9,5 +9,5 @@ export declare class TooltipIconComponent {
|
|
|
9
9
|
delay: number;
|
|
10
10
|
IconSizePx: typeof IconSizePx;
|
|
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, false>;
|
|
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, never>;
|
|
13
13
|
}
|
|
@@ -23,5 +23,5 @@ export declare class YesNoRadiogroupComponent implements OnInit, ControlValueAcc
|
|
|
23
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, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YesNoRadiogroupComponent, "kms-yesno-radiogroup", never, { "header": "header"; "disabled": "disabled"; "textYes": "textYes"; "textNo": "textNo"; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kms-ngx-ui/presentational",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/cdk": "
|
|
6
|
-
"@angular/common": "
|
|
7
|
-
"@angular/core": "
|
|
8
|
-
"@angular/forms": "
|
|
9
|
-
"@angular/google-maps": "
|
|
5
|
+
"@angular/cdk": "15.2.9",
|
|
6
|
+
"@angular/common": "15.2.9",
|
|
7
|
+
"@angular/core": "15.2.9",
|
|
8
|
+
"@angular/forms": "15.2.9",
|
|
9
|
+
"@angular/google-maps": "15.2.9",
|
|
10
10
|
"ngx-useful-swiper": "^9.0.5",
|
|
11
|
-
"@angular/material": "
|
|
11
|
+
"@angular/material": "15.2.9",
|
|
12
12
|
"swiper": "^5.4.5"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|