@kms-ngx-ui/presentational 16.3.4 → 16.4.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/esm2022/lib/directives/sum-of-height.directive.mjs +4 -4
- package/esm2022/lib/directives/swipe.directive.mjs +21 -10
- package/esm2022/lib/directives/swipe.model.mjs +3 -3
- package/esm2022/lib/kms-ngx-ui-presentational.module.mjs +5 -10
- package/esm2022/lib/models/iconSize.enum.mjs +3 -3
- package/esm2022/lib/models/types/nullable.type.mjs +3 -3
- package/esm2022/lib/parent-components/form.component.mjs +3 -3
- package/esm2022/lib/pipes/safe-html.pipe.mjs +3 -3
- package/esm2022/lib/ui/checkbox/checkbox.component.mjs +18 -14
- package/esm2022/lib/ui/flyout/flyout.component.mjs +4 -4
- package/esm2022/lib/ui/icon/iconSize.enum.mjs +3 -3
- package/esm2022/lib/ui/image-slider/image-slider.component.mjs +3 -3
- package/esm2022/lib/ui/kms-accordion-item/kms-accordion-item.component.mjs +3 -3
- package/esm2022/lib/ui/map/map.component.mjs +4 -4
- package/esm2022/lib/ui/radiobutton/radiobutton.component.mjs +33 -43
- package/esm2022/public-api.mjs +1 -2
- package/fesm2022/kms-ngx-ui-presentational.mjs +89 -140
- package/fesm2022/kms-ngx-ui-presentational.mjs.map +1 -1
- package/lib/directives/sum-of-height.directive.d.ts +2 -2
- package/lib/directives/swipe.directive.d.ts +2 -2
- package/lib/directives/swipe.model.d.ts +2 -2
- package/lib/kms-ngx-ui-presentational.module.d.ts +40 -41
- package/lib/models/iconSize.enum.d.ts +2 -2
- package/lib/models/types/nullable.type.d.ts +2 -2
- package/lib/parent-components/form.component.d.ts +2 -2
- package/lib/pipes/safe-html.pipe.d.ts +2 -2
- package/lib/ui/checkbox/checkbox.component.d.ts +6 -6
- package/lib/ui/icon/iconSize.enum.d.ts +2 -2
- package/lib/ui/image-slider/image-slider.component.d.ts +2 -2
- package/lib/ui/kms-accordion-item/kms-accordion-item.component.d.ts +2 -2
- package/lib/ui/map/map.component.d.ts +2 -2
- package/lib/ui/radiobutton/radiobutton.component.d.ts +15 -20
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/src/lib/ui/radiobutton/radiobutton.component.scss +29 -23
- package/src/styles/styles.scss +18 -18
- package/esm2022/lib/parent-components/actions.component.mjs +0 -56
- package/lib/parent-components/actions.component.d.ts +0 -31
|
@@ -1,46 +1,45 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./ui/
|
|
4
|
-
import * as i3 from "./ui/
|
|
5
|
-
import * as i4 from "./ui/
|
|
6
|
-
import * as i5 from "./ui/
|
|
7
|
-
import * as i6 from "./ui/
|
|
8
|
-
import * as i7 from "./ui/
|
|
9
|
-
import * as i8 from "./ui/
|
|
10
|
-
import * as i9 from "./ui/
|
|
11
|
-
import * as i10 from "./ui/
|
|
12
|
-
import * as i11 from "./ui/
|
|
13
|
-
import * as i12 from "./ui/
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./ui/
|
|
17
|
-
import * as i16 from "./ui/
|
|
18
|
-
import * as i17 from "./ui/
|
|
19
|
-
import * as i18 from "./ui/salutation-
|
|
20
|
-
import * as i19 from "./ui/
|
|
21
|
-
import * as i20 from "./ui/
|
|
22
|
-
import * as i21 from "./ui/
|
|
23
|
-
import * as i22 from "./ui/
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "@angular/
|
|
26
|
-
import * as i25 from "@angular/
|
|
27
|
-
import * as i26 from "@angular/material/
|
|
28
|
-
import * as i27 from "@angular/material/
|
|
29
|
-
import * as i28 from "@angular/material/
|
|
30
|
-
import * as i29 from "@angular/
|
|
31
|
-
import * as i30 from "@angular/
|
|
32
|
-
import * as i31 from "@angular/material/
|
|
33
|
-
import * as i32 from "@angular/material/
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "@angular/
|
|
37
|
-
import * as i36 from "@angular/material/
|
|
38
|
-
import * as i37 from "@angular/material/
|
|
39
|
-
import * as i38 from "
|
|
40
|
-
import * as i39 from "
|
|
41
|
-
import * as i40 from "@ngx-translate/core";
|
|
2
|
+
import * as i1 from "./ui/back-to-top/back-to-top.component";
|
|
3
|
+
import * as i2 from "./ui/button-with-confirm-dialog/button-with-confirm-dialog.component";
|
|
4
|
+
import * as i3 from "./ui/checkbox/checkbox.component";
|
|
5
|
+
import * as i4 from "./ui/color-input/color-input.component";
|
|
6
|
+
import * as i5 from "./ui/dropdown-from-data/dropdown-from-data.component";
|
|
7
|
+
import * as i6 from "./ui/enum-radiogroup/enum-radiogroup.component";
|
|
8
|
+
import * as i7 from "./ui/file-input/file-input.component";
|
|
9
|
+
import * as i8 from "./ui/flyout/flyout.component";
|
|
10
|
+
import * as i9 from "./ui/generic-dialog/generic-dialog.component";
|
|
11
|
+
import * as i10 from "./ui/icon/icon.component";
|
|
12
|
+
import * as i11 from "./ui/image-slider/image-slider.component";
|
|
13
|
+
import * as i12 from "./ui/kms-accordion-item/kms-accordion-item.component";
|
|
14
|
+
import * as i13 from "./kms-ngx-ui-presentational.component";
|
|
15
|
+
import * as i14 from "./ui/loader/loader.component";
|
|
16
|
+
import * as i15 from "./ui/map/map.component";
|
|
17
|
+
import * as i16 from "./ui/radiobutton/radiobutton.component";
|
|
18
|
+
import * as i17 from "./ui/salutation-dropdown/salutation-dropdown.component";
|
|
19
|
+
import * as i18 from "./ui/salutation-radiogroup/salutation-radiogroup.component";
|
|
20
|
+
import * as i19 from "./ui/time-input/time-input.component";
|
|
21
|
+
import * as i20 from "./ui/tooltip-icon/tooltip-icon.component";
|
|
22
|
+
import * as i21 from "./ui/yes-no-radiogroup/yes-no-radiogroup.component";
|
|
23
|
+
import * as i22 from "./ui/tooltip/tooltip.component";
|
|
24
|
+
import * as i23 from "@angular/common";
|
|
25
|
+
import * as i24 from "@angular/cdk/drag-drop";
|
|
26
|
+
import * as i25 from "@angular/material/checkbox";
|
|
27
|
+
import * as i26 from "@angular/material/button";
|
|
28
|
+
import * as i27 from "@angular/material/radio";
|
|
29
|
+
import * as i28 from "@angular/material/dialog";
|
|
30
|
+
import * as i29 from "@angular/forms";
|
|
31
|
+
import * as i30 from "@angular/material/form-field";
|
|
32
|
+
import * as i31 from "@angular/material/input";
|
|
33
|
+
import * as i32 from "@angular/material/menu";
|
|
34
|
+
import * as i33 from "./pipes/custom-pipes.module";
|
|
35
|
+
import * as i34 from "@angular/google-maps";
|
|
36
|
+
import * as i35 from "@angular/material/expansion";
|
|
37
|
+
import * as i36 from "@angular/material/select";
|
|
38
|
+
import * as i37 from "@angular/material/progress-spinner";
|
|
39
|
+
import * as i38 from "./directives/directives.module";
|
|
40
|
+
import * as i39 from "@ngx-translate/core";
|
|
42
41
|
export declare class KmsUiPresentationalModule {
|
|
43
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<KmsUiPresentationalModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KmsUiPresentationalModule, [typeof i1.
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KmsUiPresentationalModule, [typeof i1.BackToTopComponent, typeof i2.ButtonWithConfirmDialogComponent, typeof i3.CheckboxComponent, typeof i4.ColorInputComponent, typeof i5.DropdownFromDataComponent, typeof i6.EnumRadiogroupComponent, typeof i6.EnumRadiogroupComponent, typeof i7.FileInputComponent, typeof i8.FlyoutComponent, typeof i9.GenericDialogComponent, typeof i10.IconComponent, typeof i11.ImageSliderComponent, typeof i12.KMSAccordionItemComponent, typeof i13.KmsUiPresentationalComponent, typeof i14.LoaderComponent, typeof i15.MapComponent, typeof i16.RadioButtonComponent, typeof i17.SalutationDropdownComponent, typeof i18.SalutationRadiogroupComponent, typeof i19.TimeInputComponent, typeof i20.TooltipIconComponent, typeof i21.YesNoRadiogroupComponent, typeof i22.TooltipComponent], [typeof i23.CommonModule, typeof i24.DragDropModule, typeof i25.MatCheckboxModule, typeof i26.MatButtonModule, typeof i27.MatRadioModule, typeof i28.MatDialogModule, typeof i29.FormsModule, typeof i29.ReactiveFormsModule, typeof i30.MatFormFieldModule, typeof i31.MatInputModule, typeof i32.MatMenuModule, typeof i33.CustomPipesModule, typeof i34.GoogleMapsModule, typeof i35.MatExpansionModule, typeof i36.MatSelectModule, typeof i37.MatProgressSpinnerModule, typeof i38.DirectivesModule, typeof i39.TranslateModule], [typeof i1.BackToTopComponent, typeof i2.ButtonWithConfirmDialogComponent, typeof i3.CheckboxComponent, typeof i4.ColorInputComponent, typeof i5.DropdownFromDataComponent, typeof i6.EnumRadiogroupComponent, typeof i6.EnumRadiogroupComponent, typeof i7.FileInputComponent, typeof i8.FlyoutComponent, typeof i9.GenericDialogComponent, typeof i10.IconComponent, typeof i11.ImageSliderComponent, typeof i12.KMSAccordionItemComponent, typeof i13.KmsUiPresentationalComponent, typeof i14.LoaderComponent, typeof i15.MapComponent, typeof i16.RadioButtonComponent, typeof i17.SalutationDropdownComponent, typeof i18.SalutationRadiogroupComponent, typeof i19.TimeInputComponent, typeof i20.TooltipIconComponent, typeof i21.YesNoRadiogroupComponent, typeof i22.TooltipComponent]>;
|
|
45
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<KmsUiPresentationalModule>;
|
|
46
45
|
}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
* @copyright
|
|
1
|
+
/**
|
|
2
|
+
* @copyright KMS GmbH
|
|
3
3
|
*/
|
|
4
4
|
import { EventEmitter } from '@angular/core';
|
|
5
5
|
import { ControlValueAccessor } from '@angular/forms';
|
|
6
6
|
import { NullAble } from '../../models';
|
|
7
|
-
import { ActionsParentComponent } from '../../parent-components/actions.component';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class CheckboxComponent
|
|
8
|
+
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
10
9
|
/**
|
|
11
10
|
* Additional description text that will be shown below the checkbox.
|
|
12
11
|
*/
|
|
13
12
|
infoText: NullAble<string>;
|
|
13
|
+
checked: boolean;
|
|
14
|
+
disabled: boolean;
|
|
14
15
|
/**
|
|
15
16
|
* Internal description name. All checkboxes with the same name belong to the same group.
|
|
16
17
|
* User can select none, one or all checkboxes with the same name.
|
|
@@ -18,7 +19,6 @@ export declare class CheckboxComponent extends ActionsParentComponent implements
|
|
|
18
19
|
name: string;
|
|
19
20
|
select: EventEmitter<any>;
|
|
20
21
|
selectAction(id: string): void;
|
|
21
|
-
constructor();
|
|
22
22
|
onChange: any;
|
|
23
23
|
onTouch: any;
|
|
24
24
|
get value(): boolean;
|
|
@@ -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": { "alias": "infoText"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "select": "select"; }, never, never, false, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "kms-checkbox", never, { "infoText": { "alias": "infoText"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "select": "select"; }, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="google.maps" />
|
|
2
2
|
/// <reference types="googlemaps" />
|
|
3
3
|
/// <reference types="googlemaps" />
|
|
4
|
-
|
|
5
|
-
* @copyright
|
|
4
|
+
/**
|
|
5
|
+
* @copyright KMS GmbH
|
|
6
6
|
*/
|
|
7
7
|
import { OnInit } from '@angular/core';
|
|
8
8
|
import { Subscription } from 'rxjs';
|
|
@@ -1,27 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright KMS GmbH
|
|
3
|
+
*/
|
|
4
|
+
import { EventEmitter } from '@angular/core';
|
|
1
5
|
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
-
import { ActionsParentComponent } from '../../parent-components/actions.component';
|
|
3
6
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RadioButtonComponent
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
id: string;
|
|
14
|
-
radioButtonSize: number;
|
|
15
|
-
formControl: any;
|
|
16
|
-
selectAction(id: string): void;
|
|
17
|
-
constructor();
|
|
18
|
-
onChange: any;
|
|
19
|
-
onTouch: any;
|
|
20
|
-
get value(): boolean;
|
|
21
|
-
set value(value: boolean);
|
|
7
|
+
export declare class RadioButtonComponent implements ControlValueAccessor {
|
|
8
|
+
label: string;
|
|
9
|
+
checked: boolean;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
value: any;
|
|
12
|
+
size: 'small' | 'medium' | 'large';
|
|
13
|
+
color: 'primary' | 'accent' | 'warn';
|
|
14
|
+
onChange: EventEmitter<void>;
|
|
15
|
+
onRadioChange(event: any): void;
|
|
22
16
|
writeValue(value: any): void;
|
|
23
17
|
registerOnChange(fn: any): void;
|
|
24
18
|
registerOnTouched(fn: any): void;
|
|
19
|
+
setDisabledState(isDisabled: boolean): void;
|
|
25
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kms-radiobutton", never, { "
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "kms-radiobutton", never, { "label": { "alias": "label"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "onChange": "onChange"; }, never, never, false, never>;
|
|
27
22
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -34,7 +34,6 @@ export * from './lib/pipes/safe-resource-url.pipe';
|
|
|
34
34
|
export * from './lib/pipes/safe-url.pipe';
|
|
35
35
|
export * from './lib/pipes/trim.pipe';
|
|
36
36
|
export * from './lib/pipes/typeof.pipe';
|
|
37
|
-
export * from './lib/parent-components/actions.component';
|
|
38
37
|
export * from './lib/parent-components/form.component';
|
|
39
38
|
export * from './lib/services/viewport.service';
|
|
40
39
|
export * from './lib/ui/generic-dialog/generic-dialog.component';
|
|
@@ -1,32 +1,38 @@
|
|
|
1
|
-
@mixin radiobutton-theme(){
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
display: inline-block;
|
|
5
|
-
padding-left: 35px;
|
|
6
|
-
cursor: pointer;
|
|
1
|
+
@mixin radiobutton-theme() {
|
|
2
|
+
.mat-mdc-radio-button {
|
|
3
|
+
padding: 0 !important;
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
&.small {
|
|
6
|
+
.mdc-form-field {
|
|
7
|
+
.mdc-radio {
|
|
8
|
+
transform: scale(0.75);
|
|
10
9
|
}
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
.mdc-label {
|
|
11
|
+
font-size: 14px;
|
|
13
12
|
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
height: 0;
|
|
21
|
-
width: 0;
|
|
16
|
+
&.medium {
|
|
17
|
+
.mdc-form-field {
|
|
18
|
+
.mdc-radio {
|
|
19
|
+
transform: scale(1);
|
|
22
20
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
.mdc-label {
|
|
22
|
+
font-size: 16px;
|
|
26
23
|
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
&.large {
|
|
28
|
+
.mdc-form-field {
|
|
29
|
+
.mdc-radio {
|
|
30
|
+
transform: scale(1.25);
|
|
31
|
+
}
|
|
32
|
+
.mdc-label {
|
|
33
|
+
font-size: 18px;
|
|
30
34
|
}
|
|
35
|
+
}
|
|
31
36
|
}
|
|
32
|
-
}
|
|
37
|
+
}
|
|
38
|
+
}
|
package/src/styles/styles.scss
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
1
|
+
@import "mixins.scss";
|
|
2
|
+
@import "animations.scss";
|
|
3
3
|
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
7
|
-
@import
|
|
8
|
-
@import
|
|
9
|
-
@import
|
|
10
|
-
@import
|
|
11
|
-
@import
|
|
12
|
-
@import
|
|
13
|
-
@import
|
|
14
|
-
@import
|
|
15
|
-
@import
|
|
16
|
-
@import
|
|
17
|
-
@import
|
|
18
|
-
@import
|
|
19
|
-
@import
|
|
4
|
+
@import "../lib/ui/back-to-top/back-to-top.component";
|
|
5
|
+
@import "../lib/ui/button-with-confirm-dialog/button-with-confirm-dialog.component";
|
|
6
|
+
@import "../lib/ui/checkbox/checkbox.component";
|
|
7
|
+
@import "../lib/ui/color-input/color-input.component";
|
|
8
|
+
@import "../lib/ui/file-input/file-input.component";
|
|
9
|
+
@import "../lib/ui/generic-dialog/generic-dialog.component";
|
|
10
|
+
@import "../lib/ui/icon/icon.component";
|
|
11
|
+
@import "../lib/ui/image-slider/image-slider.component";
|
|
12
|
+
@import "../lib/ui/kms-accordion-item/kms-accordion-item.component";
|
|
13
|
+
@import "../lib/ui/yes-no-radiogroup/yes-no-radiogroup.component";
|
|
14
|
+
@import "../lib/ui/loader/loader.component";
|
|
15
|
+
@import "../lib/ui/map/map.component";
|
|
16
|
+
@import "../lib/ui/radiobutton/radiobutton.component";
|
|
17
|
+
@import "../lib/ui/time-input/time-input.component";
|
|
18
|
+
@import "../lib/ui/tooltip-icon/tooltip-icon.component";
|
|
19
|
+
@import "../lib/ui/tooltip/tooltip.component";
|
|
20
20
|
|
|
21
21
|
@include back-to-top-theme();
|
|
22
22
|
@include button-with-confirm-theme();
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @copyright FLYACTS GmbH 2019
|
|
3
|
-
*/
|
|
4
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class ActionsParentComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
/**
|
|
9
|
-
* Defines the disabled property
|
|
10
|
-
*/
|
|
11
|
-
this.disabled = false;
|
|
12
|
-
/**
|
|
13
|
-
* Set button as selected. F.e. in multiselect component
|
|
14
|
-
*/
|
|
15
|
-
this.checked = false;
|
|
16
|
-
/**
|
|
17
|
-
* Displayed label.
|
|
18
|
-
*/
|
|
19
|
-
this.label = '';
|
|
20
|
-
/**
|
|
21
|
-
* Link
|
|
22
|
-
*/
|
|
23
|
-
this.link = '';
|
|
24
|
-
/**
|
|
25
|
-
* Internal value that will be send if a form is submitted.
|
|
26
|
-
*/
|
|
27
|
-
this.initialValue = '';
|
|
28
|
-
this.select = new EventEmitter();
|
|
29
|
-
}
|
|
30
|
-
selectAction(id) {
|
|
31
|
-
this.checked = !this.checked;
|
|
32
|
-
this.select.emit(id);
|
|
33
|
-
}
|
|
34
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionsParentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
35
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ActionsParentComponent, selector: "kms-actions", inputs: { disabled: "disabled", checked: "checked", label: "label", link: "link", initialValue: "initialValue" }, outputs: { select: "select" }, ngImport: i0, template: '', isInline: true }); }
|
|
36
|
-
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionsParentComponent, decorators: [{
|
|
38
|
-
type: Component,
|
|
39
|
-
args: [{
|
|
40
|
-
selector: 'kms-actions',
|
|
41
|
-
template: '',
|
|
42
|
-
}]
|
|
43
|
-
}], propDecorators: { disabled: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], checked: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], label: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], link: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], initialValue: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], select: [{
|
|
54
|
-
type: Output
|
|
55
|
-
}] } });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rbXMtbmd4LXVpLXByZXNlbnRhdGlvbmFsL3NyYy9saWIvcGFyZW50LWNvbXBvbmVudHMvYWN0aW9ucy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU12RSxNQUFNLE9BQU8sc0JBQXNCO0lBSm5DO1FBS0k7O1dBRUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRTFCOztXQUVHO1FBQ00sWUFBTyxHQUFHLEtBQUssQ0FBQztRQUV6Qjs7V0FFRztRQUNNLFVBQUssR0FBRyxFQUFFLENBQUM7UUFFcEI7O1dBRUc7UUFDTSxTQUFJLEdBQUcsRUFBRSxDQUFDO1FBRW5COztXQUVHO1FBQ00saUJBQVksR0FBRyxFQUFFLENBQUM7UUFFakIsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7S0FNekM7SUFKRyxZQUFZLENBQUMsRUFBVTtRQUNuQixJQUFJLENBQUMsT0FBTyxHQUFHLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQztRQUM3QixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUN6QixDQUFDOytHQS9CUSxzQkFBc0I7bUdBQXRCLHNCQUFzQixvTUFGckIsRUFBRTs7NEZBRUgsc0JBQXNCO2tCQUpsQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxhQUFhO29CQUN2QixRQUFRLEVBQUUsRUFBRTtpQkFDZjs4QkFLWSxRQUFRO3NCQUFoQixLQUFLO2dCQUtHLE9BQU87c0JBQWYsS0FBSztnQkFLRyxLQUFLO3NCQUFiLEtBQUs7Z0JBS0csSUFBSTtzQkFBWixLQUFLO2dCQUtHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBRUksTUFBTTtzQkFBZixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiLyohXG4gKiBAY29weXJpZ2h0IEZMWUFDVFMgR21iSCAyMDE5XG4gKi9cblxuaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdrbXMtYWN0aW9ucycsXG4gICAgdGVtcGxhdGU6ICcnLFxufSlcbmV4cG9ydCBjbGFzcyBBY3Rpb25zUGFyZW50Q29tcG9uZW50IHtcbiAgICAvKipcbiAgICAgKiBEZWZpbmVzIHRoZSBkaXNhYmxlZCBwcm9wZXJ0eVxuICAgICAqL1xuICAgIEBJbnB1dCgpIGRpc2FibGVkID0gZmFsc2U7XG5cbiAgICAvKipcbiAgICAgKiBTZXQgYnV0dG9uIGFzIHNlbGVjdGVkLiBGLmUuIGluIG11bHRpc2VsZWN0IGNvbXBvbmVudFxuICAgICAqL1xuICAgIEBJbnB1dCgpIGNoZWNrZWQgPSBmYWxzZTtcblxuICAgIC8qKlxuICAgICAqIERpc3BsYXllZCBsYWJlbC5cbiAgICAgKi9cbiAgICBASW5wdXQoKSBsYWJlbCA9ICcnO1xuXG4gICAgLyoqXG4gICAgICogTGlua1xuICAgICAqL1xuICAgIEBJbnB1dCgpIGxpbmsgPSAnJztcblxuICAgIC8qKlxuICAgICAqIEludGVybmFsIHZhbHVlIHRoYXQgd2lsbCBiZSBzZW5kIGlmIGEgZm9ybSBpcyBzdWJtaXR0ZWQuXG4gICAgICovXG4gICAgQElucHV0KCkgaW5pdGlhbFZhbHVlID0gJyc7XG5cbiAgICBAT3V0cHV0KCkgc2VsZWN0ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gICAgc2VsZWN0QWN0aW9uKGlkOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5jaGVja2VkID0gIXRoaXMuY2hlY2tlZDtcbiAgICAgICAgdGhpcy5zZWxlY3QuZW1pdChpZCk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @copyright FLYACTS GmbH 2019
|
|
3
|
-
*/
|
|
4
|
-
import { EventEmitter } from '@angular/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ActionsParentComponent {
|
|
7
|
-
/**
|
|
8
|
-
* Defines the disabled property
|
|
9
|
-
*/
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Set button as selected. F.e. in multiselect component
|
|
13
|
-
*/
|
|
14
|
-
checked: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Displayed label.
|
|
17
|
-
*/
|
|
18
|
-
label: string;
|
|
19
|
-
/**
|
|
20
|
-
* Link
|
|
21
|
-
*/
|
|
22
|
-
link: string;
|
|
23
|
-
/**
|
|
24
|
-
* Internal value that will be send if a form is submitted.
|
|
25
|
-
*/
|
|
26
|
-
initialValue: string;
|
|
27
|
-
select: EventEmitter<any>;
|
|
28
|
-
selectAction(id: string): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsParentComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsParentComponent, "kms-actions", never, { "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "label": { "alias": "label"; "required": false; }; "link": { "alias": "link"; "required": false; }; "initialValue": { "alias": "initialValue"; "required": false; }; }, { "select": "select"; }, never, never, false, never>;
|
|
31
|
-
}
|