@kms-ngx-ui/presentational 16.3.3 → 16.3.4
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/directives.module.mjs +1 -6
- package/esm2022/lib/kms-ngx-ui-presentational.component.mjs +2 -3
- package/esm2022/lib/kms-ngx-ui-presentational.module.mjs +12 -10
- package/esm2022/lib/pipes/custom-pipes.module.mjs +11 -31
- package/esm2022/lib/pipes/trim.pipe.mjs +1 -1
- package/esm2022/lib/ui/generic-dialog/generic-dialog.component.mjs +6 -7
- package/esm2022/lib/ui/image-slider/image-slider.component.mjs +10 -167
- package/esm2022/lib/ui/tooltip/tooltip.component.mjs +16 -0
- package/esm2022/public-api.mjs +2 -6
- package/fesm2022/kms-ngx-ui-presentational.mjs +65 -353
- package/fesm2022/kms-ngx-ui-presentational.mjs.map +1 -1
- package/lib/directives/directives.module.d.ts +5 -6
- package/lib/kms-ngx-ui-presentational.module.d.ts +19 -19
- package/lib/pipes/custom-pipes.module.d.ts +6 -10
- package/lib/ui/generic-dialog/generic-dialog.component.d.ts +1 -1
- package/lib/ui/image-slider/image-slider.component.d.ts +3 -50
- package/lib/ui/tooltip/tooltip.component.d.ts +6 -0
- package/package.json +2 -3
- package/public-api.d.ts +1 -5
- package/src/lib/ui/image-slider/image-slider.component.scss +42 -209
- package/src/lib/ui/tooltip/tooltip.component.scss +27 -0
- package/esm2022/lib/directives/mousewheel.directive.mjs +0 -56
- package/esm2022/lib/pipes/decode-uri.pipe.mjs +0 -19
- package/esm2022/lib/pipes/encode-uri.pipe.mjs +0 -19
- package/esm2022/lib/pipes/safe-style.pipe.mjs +0 -23
- package/esm2022/lib/pipes/to-number.pipe.mjs +0 -23
- package/lib/directives/mousewheel.directive.d.ts +0 -15
- package/lib/pipes/decode-uri.pipe.d.ts +0 -10
- package/lib/pipes/encode-uri.pipe.d.ts +0 -10
- package/lib/pipes/safe-style.pipe.d.ts +0 -13
- package/lib/pipes/to-number.pipe.d.ts +0 -10
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./swipe.directive";
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
3
|
+
import * as i2 from "./sum-of-height.directive";
|
|
4
|
+
import * as i3 from "./tooltip.directive";
|
|
5
|
+
import * as i4 from "./size.directive";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
8
7
|
export declare class DirectivesModule {
|
|
9
8
|
SizeDirective: any;
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectivesModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, [typeof i1.SwipeDirective, typeof i2.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, [typeof i1.SwipeDirective, typeof i2.GetMaxHeightDirective, typeof i3.TooltipDirective, typeof i4.SizeDirective], [typeof i5.CommonModule], [typeof i1.SwipeDirective, typeof i2.GetMaxHeightDirective, typeof i3.TooltipDirective, typeof i4.SizeDirective]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DirectivesModule>;
|
|
13
12
|
}
|
|
@@ -21,26 +21,26 @@ import * as i19 from "./ui/salutation-radiogroup/salutation-radiogroup.component
|
|
|
21
21
|
import * as i20 from "./ui/time-input/time-input.component";
|
|
22
22
|
import * as i21 from "./ui/tooltip-icon/tooltip-icon.component";
|
|
23
23
|
import * as i22 from "./ui/yes-no-radiogroup/yes-no-radiogroup.component";
|
|
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-
|
|
24
|
+
import * as i23 from "./ui/tooltip/tooltip.component";
|
|
25
|
+
import * as i24 from "@angular/common";
|
|
26
|
+
import * as i25 from "@angular/cdk/drag-drop";
|
|
27
|
+
import * as i26 from "@angular/material/checkbox";
|
|
28
|
+
import * as i27 from "@angular/material/button";
|
|
29
|
+
import * as i28 from "@angular/material/radio";
|
|
30
|
+
import * as i29 from "@angular/material/dialog";
|
|
31
|
+
import * as i30 from "@angular/forms";
|
|
32
|
+
import * as i31 from "@angular/material/form-field";
|
|
33
|
+
import * as i32 from "@angular/material/input";
|
|
34
|
+
import * as i33 from "@angular/material/menu";
|
|
35
|
+
import * as i34 from "./pipes/custom-pipes.module";
|
|
36
|
+
import * as i35 from "@angular/google-maps";
|
|
37
|
+
import * as i36 from "@angular/material/expansion";
|
|
38
|
+
import * as i37 from "@angular/material/select";
|
|
39
|
+
import * as i38 from "@angular/material/progress-spinner";
|
|
40
|
+
import * as i39 from "./directives/directives.module";
|
|
41
|
+
import * as i40 from "@ngx-translate/core";
|
|
42
42
|
export declare class KmsUiPresentationalModule {
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<KmsUiPresentationalModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KmsUiPresentationalModule, [typeof i1.ActionsParentComponent, typeof i2.BackToTopComponent, typeof i3.ButtonWithConfirmDialogComponent, typeof i4.CheckboxComponent, typeof i5.ColorInputComponent, typeof i6.DropdownFromDataComponent, typeof i7.EnumRadiogroupComponent, typeof i7.EnumRadiogroupComponent, typeof i8.FileInputComponent, typeof i9.FlyoutComponent, typeof i10.GenericDialogComponent, typeof i11.IconComponent, typeof i12.ImageSliderComponent, typeof i13.KMSAccordionItemComponent, typeof i14.KmsUiPresentationalComponent, typeof i15.LoaderComponent, typeof i16.MapComponent, typeof i17.RadioButtonComponent, typeof i18.SalutationDropdownComponent, typeof i19.SalutationRadiogroupComponent, typeof i20.TimeInputComponent, typeof i21.TooltipIconComponent, typeof i22.YesNoRadiogroupComponent
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KmsUiPresentationalModule, [typeof i1.ActionsParentComponent, typeof i2.BackToTopComponent, typeof i3.ButtonWithConfirmDialogComponent, typeof i4.CheckboxComponent, typeof i5.ColorInputComponent, typeof i6.DropdownFromDataComponent, typeof i7.EnumRadiogroupComponent, typeof i7.EnumRadiogroupComponent, typeof i8.FileInputComponent, typeof i9.FlyoutComponent, typeof i10.GenericDialogComponent, typeof i11.IconComponent, typeof i12.ImageSliderComponent, typeof i13.KMSAccordionItemComponent, typeof i14.KmsUiPresentationalComponent, typeof i15.LoaderComponent, typeof i16.MapComponent, typeof i17.RadioButtonComponent, typeof i18.SalutationDropdownComponent, typeof i19.SalutationRadiogroupComponent, typeof i20.TimeInputComponent, typeof i21.TooltipIconComponent, typeof i22.YesNoRadiogroupComponent, typeof i23.TooltipComponent], [typeof i24.CommonModule, typeof i25.DragDropModule, typeof i26.MatCheckboxModule, typeof i27.MatButtonModule, typeof i28.MatRadioModule, typeof i29.MatDialogModule, typeof i30.FormsModule, typeof i30.ReactiveFormsModule, typeof i31.MatFormFieldModule, typeof i32.MatInputModule, typeof i33.MatMenuModule, typeof i34.CustomPipesModule, typeof i35.GoogleMapsModule, typeof i36.MatExpansionModule, typeof i37.MatSelectModule, typeof i38.MatProgressSpinnerModule, typeof i39.DirectivesModule, typeof i40.TranslateModule], [typeof i1.ActionsParentComponent, typeof i2.BackToTopComponent, typeof i3.ButtonWithConfirmDialogComponent, typeof i4.CheckboxComponent, typeof i5.ColorInputComponent, typeof i6.DropdownFromDataComponent, typeof i7.EnumRadiogroupComponent, typeof i7.EnumRadiogroupComponent, typeof i8.FileInputComponent, typeof i9.FlyoutComponent, typeof i10.GenericDialogComponent, typeof i11.IconComponent, typeof i12.ImageSliderComponent, typeof i13.KMSAccordionItemComponent, typeof i14.KmsUiPresentationalComponent, typeof i15.LoaderComponent, typeof i16.MapComponent, typeof i17.RadioButtonComponent, typeof i18.SalutationDropdownComponent, typeof i19.SalutationRadiogroupComponent, typeof i20.TimeInputComponent, typeof i21.TooltipIconComponent, typeof i22.YesNoRadiogroupComponent, typeof i23.TooltipComponent]>;
|
|
45
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<KmsUiPresentationalModule>;
|
|
46
46
|
}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./integer-currency.pipe";
|
|
3
3
|
import * as i2 from "./safe-html.pipe";
|
|
4
|
-
import * as i3 from "./safe-
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./safe-url.pipe";
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "./typeof.pipe";
|
|
10
|
-
import * as i9 from "./trim.pipe";
|
|
11
|
-
import * as i10 from "./to-number.pipe";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
4
|
+
import * as i3 from "./safe-url.pipe";
|
|
5
|
+
import * as i4 from "./trim.pipe";
|
|
6
|
+
import * as i5 from "./safe-resource-url.pipe";
|
|
7
|
+
import * as i6 from "./typeof.pipe";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
13
9
|
export declare class CustomPipesModule {
|
|
14
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomPipesModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CustomPipesModule, [typeof i1.IntegerCurrency, typeof i2.SafeHtmlPipe, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CustomPipesModule, [typeof i1.IntegerCurrency, typeof i2.SafeHtmlPipe, typeof i3.SafeUrlPipe, typeof i4.TrimPipe, typeof i5.SafeResourceUrlPipe, typeof i6.TypeofPipe], [typeof i7.CommonModule], [typeof i1.IntegerCurrency, typeof i2.SafeHtmlPipe, typeof i3.SafeUrlPipe, typeof i4.TrimPipe, typeof i5.SafeResourceUrlPipe, typeof i6.TypeofPipe]>;
|
|
16
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CustomPipesModule>;
|
|
17
13
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @copyright KMS GmbH
|
|
3
3
|
*/
|
|
4
4
|
import { NgZone } from '@angular/core';
|
|
5
|
-
import {
|
|
5
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
6
6
|
import { ButtonResponseType } from '../button-with-confirm-dialog/button-response-types.enum';
|
|
7
7
|
import { DialogData, DialogDataButtons } from '../button-with-confirm-dialog/dialog-data.model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -1,62 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @copyright FLYACTS GmbH 2019
|
|
3
3
|
*/
|
|
4
|
-
import { EventEmitter
|
|
5
|
-
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
6
|
-
import { SwiperComponent } from 'ngx-useful-swiper';
|
|
7
|
-
import { SwiperOptions } from 'swiper';
|
|
8
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
4
|
+
import { EventEmitter } from '@angular/core';
|
|
9
5
|
import { ImageSnippet } from '../../models/image-snippet.model';
|
|
10
|
-
import { SwipeMoveEvent, SwipeOptions, SwipeReleaseEvent } from '../../directives/swipe.model';
|
|
11
6
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ImageSliderComponent
|
|
13
|
-
sanitizer: DomSanitizer;
|
|
7
|
+
export declare class ImageSliderComponent {
|
|
14
8
|
slides: string[] | undefined;
|
|
15
9
|
editMode: boolean;
|
|
16
10
|
imagesTOSave: ImageSnippet[] | undefined;
|
|
17
11
|
orderChanged: EventEmitter<ImageSnippet[]>;
|
|
18
12
|
deleteImageEvent: EventEmitter<number>;
|
|
19
|
-
/**
|
|
20
|
-
* Optional: Define Swipe behaviour configuration.
|
|
21
|
-
* Default is 10% for the threshold definition until a swipe triggers next/previous slide.
|
|
22
|
-
*/
|
|
23
|
-
swipeConfig: SwipeOptions;
|
|
24
|
-
selectedSlide: number;
|
|
25
|
-
checkedImageIndex?: number;
|
|
26
|
-
selectedSlideImage: SafeStyle | undefined;
|
|
27
|
-
isLastClickedInSliderImage: boolean;
|
|
28
|
-
usefulSwiper: SwiperComponent | undefined;
|
|
29
|
-
config: SwiperOptions;
|
|
30
|
-
constructor(sanitizer: DomSanitizer);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
|
33
|
-
/**
|
|
34
|
-
* Slide follows the finger or mouse according to it´s move delta.
|
|
35
|
-
* @param event SwipeMoveEvent
|
|
36
|
-
*/
|
|
37
|
-
handleMoveEvent(event: SwipeMoveEvent): void;
|
|
38
|
-
/**
|
|
39
|
-
* Mouse up or slide container was left.
|
|
40
|
-
* @param event SwipeReleaseEvent
|
|
41
|
-
*/
|
|
42
|
-
handleReleaseEvent(event: SwipeReleaseEvent): void;
|
|
43
|
-
lastClicked(): void;
|
|
44
|
-
noLastClicked(): void;
|
|
45
|
-
scrollLeft(): void;
|
|
46
|
-
scrollRight(): void;
|
|
47
|
-
nextSlide(): void;
|
|
48
|
-
previousSlide(): void;
|
|
49
|
-
slideTo(index: number): void;
|
|
50
|
-
openSlide(number: number): void;
|
|
51
|
-
ngOnChanges(_changes: SimpleChanges): void;
|
|
52
|
-
/**
|
|
53
|
-
* Re-order slides and notify parent component
|
|
54
|
-
*/
|
|
55
|
-
drop(event: CdkDragDrop<string[]>): void;
|
|
56
|
-
/**
|
|
57
|
-
* Send image index to parent to perform delete
|
|
58
|
-
*/
|
|
59
|
-
deleteImage(index: number): void;
|
|
60
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSliderComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSliderComponent, "kms-image-slider", never, { "slides": { "alias": "slides"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "imagesTOSave": { "alias": "imagesTOSave"; "required": false; };
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSliderComponent, "kms-image-slider", never, { "slides": { "alias": "slides"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "imagesTOSave": { "alias": "imagesTOSave"; "required": false; }; }, { "orderChanged": "orderChanged"; "deleteImageEvent": "deleteImageEvent"; }, never, ["[description]", "*"], false, never>;
|
|
62
15
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TooltipComponent {
|
|
3
|
+
tooltipTitle: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "kms-tooltip-element", never, { "tooltipTitle": { "alias": "tooltipTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kms-ngx-ui/presentational",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "16.2.12",
|
|
6
6
|
"@angular/common": "16.2.12",
|
|
7
7
|
"@angular/core": "16.2.12",
|
|
8
8
|
"@angular/forms": "16.2.12",
|
|
9
9
|
"@angular/google-maps": "16.2.12",
|
|
10
|
-
"ngx-useful-swiper": "^9.0.5",
|
|
11
10
|
"@angular/material": "16.2.12",
|
|
12
|
-
"swiper": "^
|
|
11
|
+
"swiper": "^11.1.1"
|
|
13
12
|
},
|
|
14
13
|
"dependencies": {
|
|
15
14
|
"ngx-translate": "0.0.1-security",
|
package/public-api.d.ts
CHANGED
|
@@ -25,21 +25,17 @@ export * from './lib/ui/salutation-radiogroup/salutation-radiogroup.component';
|
|
|
25
25
|
export * from './lib/ui/time-input/time-input.component';
|
|
26
26
|
export * from './lib/ui/tooltip-icon/tooltip-icon.component';
|
|
27
27
|
export * from './lib/ui/yes-no-radiogroup/yes-no-radiogroup.component';
|
|
28
|
-
export * from './lib/directives/mousewheel.directive';
|
|
29
28
|
export * from './lib/directives/sum-of-height.directive';
|
|
30
29
|
export * from './lib/directives/swipe.directive';
|
|
31
30
|
export * from './lib/directives/tooltip.directive';
|
|
32
|
-
export * from './lib/pipes/decode-uri.pipe';
|
|
33
|
-
export * from './lib/pipes/encode-uri.pipe';
|
|
34
31
|
export * from './lib/pipes/integer-currency.pipe';
|
|
35
32
|
export * from './lib/pipes/safe-html.pipe';
|
|
36
33
|
export * from './lib/pipes/safe-resource-url.pipe';
|
|
37
|
-
export * from './lib/pipes/safe-style.pipe';
|
|
38
34
|
export * from './lib/pipes/safe-url.pipe';
|
|
39
|
-
export * from './lib/pipes/to-number.pipe';
|
|
40
35
|
export * from './lib/pipes/trim.pipe';
|
|
41
36
|
export * from './lib/pipes/typeof.pipe';
|
|
42
37
|
export * from './lib/parent-components/actions.component';
|
|
43
38
|
export * from './lib/parent-components/form.component';
|
|
44
39
|
export * from './lib/services/viewport.service';
|
|
45
40
|
export * from './lib/ui/generic-dialog/generic-dialog.component';
|
|
41
|
+
export * from './lib/ui/tooltip/tooltip.component';
|
|
@@ -1,226 +1,59 @@
|
|
|
1
1
|
@mixin image-slider-theme() {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
.image-slider {
|
|
3
|
+
swiper-container {
|
|
4
|
+
width: 768px !important;
|
|
5
|
+
height: 100%;
|
|
6
|
+
max-width: 100vw;
|
|
7
|
+
max-height: 100vh;
|
|
8
|
+
margin-left: auto;
|
|
9
|
+
margin-right: auto;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
swiper-slide {
|
|
13
|
+
text-align: center;
|
|
14
|
+
font-size: 18px;
|
|
15
|
+
background: var(--white);
|
|
16
|
+
background-size: cover;
|
|
17
|
+
background-position: center;
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
align-items: center;
|
|
14
21
|
|
|
15
|
-
|
|
16
|
-
|
|
22
|
+
img {
|
|
23
|
+
display: block;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
object-fit: cover;
|
|
27
|
+
}
|
|
17
28
|
}
|
|
18
|
-
}
|
|
19
29
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
30
|
+
&__swiper-container {
|
|
31
|
+
--swiper-navigation-size: 20px;
|
|
32
|
+
--swiper-navigation-color: var(--black);
|
|
33
|
+
--swiper-pagination-color: var(--black);
|
|
23
34
|
|
|
24
|
-
|
|
25
|
-
height: auto;
|
|
26
|
-
padding-top: 75%; /* 4:3 Aspect Ratio */
|
|
27
|
-
position: relative;
|
|
28
|
-
|
|
29
|
-
@media (max-width: $responsive-breakpoint3) {
|
|
35
|
+
height: 80%;
|
|
30
36
|
width: 100%;
|
|
31
37
|
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.swiper-holder {
|
|
35
|
-
margin: 18px 0;
|
|
36
|
-
width: 796px;
|
|
37
|
-
@media (max-width: $responsive-breakpoint3) {
|
|
38
|
-
width: 100%;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.swiper-button {
|
|
42
|
-
&-next,
|
|
43
|
-
&-prev,
|
|
44
|
-
&-next2,
|
|
45
|
-
&-prev2 {
|
|
46
|
-
position: absolute;
|
|
47
|
-
width: 10px;
|
|
48
|
-
height: 20px;
|
|
49
|
-
top: calc((100% - 140px) / 2);
|
|
50
|
-
transform: translate(0, 50%);
|
|
51
|
-
color: $color-secondary;
|
|
52
|
-
&.swiper-button-disabled {
|
|
53
|
-
display: none;
|
|
54
|
-
}
|
|
55
|
-
&:after {
|
|
56
|
-
font-size: 20px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&-next,
|
|
61
|
-
&-prev {
|
|
62
|
-
color: $color-secondary !important;
|
|
63
|
-
background: transparent;
|
|
64
|
-
border: none;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&-next,
|
|
68
|
-
&-next2 {
|
|
69
|
-
right: 20px;
|
|
70
|
-
}
|
|
71
|
-
&-prev,
|
|
72
|
-
&-prev2 {
|
|
73
|
-
left: 20px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&-next,
|
|
77
|
-
&-prev {
|
|
78
|
-
top: auto;
|
|
79
|
-
bottom: calc((140px) / 2);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@media (max-width: $responsive-breakpoint2) {
|
|
83
|
-
&-next {
|
|
84
|
-
right: 20px;
|
|
85
|
-
}
|
|
86
|
-
&-prev {
|
|
87
|
-
left: 20px;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
@media (max-width: $responsive-breakpoint-1024) {
|
|
91
|
-
&-next {
|
|
92
|
-
right: 0;
|
|
93
|
-
}
|
|
94
|
-
&-prev {
|
|
95
|
-
left: 0;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
@media (max-width: $responsive-breakpoint1) {
|
|
99
|
-
&-next {
|
|
100
|
-
right: 10vw;
|
|
101
|
-
}
|
|
102
|
-
&-prev {
|
|
103
|
-
left: 10vw;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
swiper {
|
|
110
|
-
width: 560px;
|
|
111
|
-
margin: 0 auto;
|
|
112
|
-
position: relative;
|
|
113
|
-
@media (max-width: $responsive-breakpoint-1024) {
|
|
114
|
-
width: 400px;
|
|
115
|
-
}
|
|
116
|
-
@media (max-width: $responsive-breakpoint1) {
|
|
117
|
-
width: 60vw;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.swiper-wrapper {
|
|
121
|
-
display: flex;
|
|
122
|
-
|
|
123
|
-
.swiper-slide {
|
|
124
|
-
flex-basis: 0;
|
|
125
|
-
position: relative;
|
|
126
38
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
width: 158px;
|
|
133
|
-
height: auto;
|
|
134
|
-
padding-top: 75%; /* 4:3 Aspect Ratio */
|
|
135
|
-
|
|
136
|
-
cursor: pointer;
|
|
137
|
-
border: 1px solid #dbdbda;
|
|
138
|
-
border-radius: var(--defaultBorderRadius);
|
|
139
|
-
@media (max-width: $responsive-breakpoint-1024) {
|
|
140
|
-
width: 100px;
|
|
141
|
-
}
|
|
142
|
-
@media (max-width: $responsive-breakpoint1) {
|
|
143
|
-
width: 20vw;
|
|
144
|
-
}
|
|
145
|
-
&.active {
|
|
146
|
-
border: 1px solid var(--grey08);
|
|
147
|
-
background-color: var(--gray06);
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
button {
|
|
152
|
-
position: absolute;
|
|
153
|
-
width: 15px;
|
|
154
|
-
height: 15px;
|
|
155
|
-
right: 5px;
|
|
156
|
-
top: 5px;
|
|
157
|
-
background: none;
|
|
158
|
-
|
|
159
|
-
.icon {
|
|
160
|
-
width: 15px !important;
|
|
161
|
-
height: 15px !important;
|
|
162
|
-
|
|
163
|
-
svg {
|
|
164
|
-
width: 15px !important;
|
|
165
|
-
height: 15px !important;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
.cdk-drag-preview {
|
|
171
|
-
box-sizing: border-box;
|
|
172
|
-
border-radius: var(--defaultBorderRadius);
|
|
173
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
174
|
-
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
175
|
-
}
|
|
39
|
+
&__swiper-preview-container {
|
|
40
|
+
height: 20%;
|
|
41
|
+
box-sizing: border-box;
|
|
42
|
+
padding: 10px 0;
|
|
176
43
|
|
|
177
|
-
.
|
|
178
|
-
opacity:
|
|
179
|
-
border: 1px solid var(--grey07);
|
|
180
|
-
background-color: var(--gray05);
|
|
44
|
+
.swiper-slide-thumb-active {
|
|
45
|
+
opacity: 1;
|
|
181
46
|
}
|
|
182
47
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
48
|
+
swiper-slide {
|
|
49
|
+
width: 25%;
|
|
50
|
+
height: 100%;
|
|
51
|
+
opacity: 0.4;
|
|
186
52
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
border: solid var(--primaryColor);
|
|
53
|
+
img {
|
|
54
|
+
border: 1px solid var(--grey08);
|
|
190
55
|
border-radius: 8px;
|
|
191
56
|
}
|
|
192
|
-
|
|
193
|
-
.default-image {
|
|
194
|
-
visibility: visible !important;
|
|
195
|
-
text-align: center;
|
|
196
|
-
font: normal normal normal 14px/25px var(--fontName-text03);
|
|
197
|
-
letter-spacing: 0.22px;
|
|
198
|
-
color: var(--gray04);
|
|
199
|
-
opacity: 1;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.swiper-wrapper.cdk-drop-list-dragging
|
|
204
|
-
.swiper-slide:not(.cdk-drag-placeholder) {
|
|
205
|
-
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.swiper-container {
|
|
210
|
-
width: 100%;
|
|
211
|
-
overflow-y: hidden;
|
|
212
|
-
overflow-x: hidden;
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.cdk-drag-preview,
|
|
217
|
-
.cdk-drag-dragging {
|
|
218
|
-
&.swiper-slide {
|
|
219
|
-
.default-image {
|
|
220
|
-
visibility: hidden;
|
|
221
|
-
}
|
|
222
|
-
button {
|
|
223
|
-
visibility: hidden;
|
|
224
57
|
}
|
|
225
58
|
}
|
|
226
59
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@mixin tooltip-theme() {
|
|
2
|
+
.tooltip {
|
|
3
|
+
position: absolute;
|
|
4
|
+
max-width: 400px;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
text-align: left;
|
|
7
|
+
color: #43403E;
|
|
8
|
+
padding: 10px 10px;
|
|
9
|
+
border-radius: var(--defaultBorderRadius);
|
|
10
|
+
z-index: 1000;
|
|
11
|
+
background-color: var(--gray07);
|
|
12
|
+
box-shadow: 0px 3px 6px var(--gray12);
|
|
13
|
+
|
|
14
|
+
display: none;
|
|
15
|
+
|
|
16
|
+
b,a,div{
|
|
17
|
+
margin: 10px 0;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.tooltip-show {
|
|
21
|
+
display: block;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[kmsTooltip]{
|
|
26
|
+
position: relative;
|
|
27
|
+
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @copyright FLYACTS GmbH 2019
|
|
3
|
-
*/
|
|
4
|
-
import { Directive, EventEmitter, HostListener, Output } from '@angular/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class MouseWheelDirective {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.mouseWheelUp = new EventEmitter();
|
|
9
|
-
this.mouseWheelDown = new EventEmitter();
|
|
10
|
-
}
|
|
11
|
-
onMouseWheelChrome(event) {
|
|
12
|
-
this.mouseWheelFunc(event);
|
|
13
|
-
}
|
|
14
|
-
onMouseWheelFirefox(event) {
|
|
15
|
-
this.mouseWheelFunc(event);
|
|
16
|
-
}
|
|
17
|
-
onMouseWheelIE(event) {
|
|
18
|
-
this.mouseWheelFunc(event);
|
|
19
|
-
}
|
|
20
|
-
mouseWheelFunc(event) {
|
|
21
|
-
event = window.event || event; // old IE support
|
|
22
|
-
const delta = Math.max(-1, Math.min(1, (event.wheelDelta || -event.detail)));
|
|
23
|
-
if (delta > 0) {
|
|
24
|
-
this.mouseWheelUp.emit(event);
|
|
25
|
-
}
|
|
26
|
-
else if (delta < 0) {
|
|
27
|
-
this.mouseWheelDown.emit(event);
|
|
28
|
-
}
|
|
29
|
-
// for IE
|
|
30
|
-
event.returnValue = false;
|
|
31
|
-
// for Chrome and Firefox
|
|
32
|
-
if (event.preventDefault) {
|
|
33
|
-
event.preventDefault();
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MouseWheelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
37
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: MouseWheelDirective, selector: "[mouseWheel]", outputs: { mouseWheelUp: "mouseWheelUp", mouseWheelDown: "mouseWheelDown" }, host: { listeners: { "mousewheel": "onMouseWheelChrome($event)", "DOMMouseScroll": "onMouseWheelFirefox($event)", "onmousewheel": "onMouseWheelIE($event)" } }, ngImport: i0 }); }
|
|
38
|
-
}
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MouseWheelDirective, decorators: [{
|
|
40
|
-
type: Directive,
|
|
41
|
-
args: [{ selector: '[mouseWheel]' }]
|
|
42
|
-
}], propDecorators: { mouseWheelUp: [{
|
|
43
|
-
type: Output
|
|
44
|
-
}], mouseWheelDown: [{
|
|
45
|
-
type: Output
|
|
46
|
-
}], onMouseWheelChrome: [{
|
|
47
|
-
type: HostListener,
|
|
48
|
-
args: ['mousewheel', ['$event']]
|
|
49
|
-
}], onMouseWheelFirefox: [{
|
|
50
|
-
type: HostListener,
|
|
51
|
-
args: ['DOMMouseScroll', ['$event']]
|
|
52
|
-
}], onMouseWheelIE: [{
|
|
53
|
-
type: HostListener,
|
|
54
|
-
args: ['onmousewheel', ['$event']]
|
|
55
|
-
}] } });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW91c2V3aGVlbC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rbXMtbmd4LXVpLXByZXNlbnRhdGlvbmFsL3NyYy9saWIvZGlyZWN0aXZlcy9tb3VzZXdoZWVsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRzlFLE1BQU0sT0FBTyxtQkFBbUI7SUFEaEM7UUFFYyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFDbEMsbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO0tBaUNqRDtJQTlCMkMsa0JBQWtCLENBQUMsS0FBVTtRQUNqRSxJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7SUFHMkMsbUJBQW1CLENBQUMsS0FBVTtRQUN0RSxJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7SUFFNkMsY0FBYyxDQUFDLEtBQVU7UUFDbkUsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMvQixDQUFDO0lBR0QsY0FBYyxDQUFDLEtBQVU7UUFDckIsS0FBSyxHQUFHLE1BQU0sQ0FBQyxLQUFLLElBQUksS0FBSyxDQUFDLENBQUMsaUJBQWlCO1FBRWhELE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsVUFBVSxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUM3RSxJQUFJLEtBQUssR0FBRyxDQUFDLEVBQUU7WUFDWCxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNqQzthQUFNLElBQUksS0FBSyxHQUFHLENBQUMsRUFBRTtZQUNsQixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUNuQztRQUNELFNBQVM7UUFDVCxLQUFLLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztRQUMxQix5QkFBeUI7UUFDekIsSUFBSSxLQUFLLENBQUMsY0FBYyxFQUFFO1lBQ3RCLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztTQUMxQjtJQUNMLENBQUM7K0dBbENRLG1CQUFtQjttR0FBbkIsbUJBQW1COzs0RkFBbkIsbUJBQW1CO2tCQUQvQixTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLGNBQWMsRUFBRTs4QkFFekIsWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxjQUFjO3NCQUF2QixNQUFNO2dCQUdpQyxrQkFBa0I7c0JBQXpELFlBQVk7dUJBQUMsWUFBWSxFQUFFLENBQUMsUUFBUSxDQUFDO2dCQUtNLG1CQUFtQjtzQkFBOUQsWUFBWTt1QkFBQyxnQkFBZ0IsRUFBRSxDQUFDLFFBQVEsQ0FBQztnQkFJSSxjQUFjO3NCQUF2RCxZQUFZO3VCQUFDLGNBQWMsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qIVxuICogQGNvcHlyaWdodCBGTFlBQ1RTIEdtYkggMjAxOVxuICovXG5cbmltcG9ydCB7IERpcmVjdGl2ZSwgRXZlbnRFbWl0dGVyLCBIb3N0TGlzdGVuZXIsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICdbbW91c2VXaGVlbF0nIH0pXG5leHBvcnQgY2xhc3MgTW91c2VXaGVlbERpcmVjdGl2ZSB7XG4gICAgQE91dHB1dCgpIG1vdXNlV2hlZWxVcCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICBAT3V0cHV0KCkgbW91c2VXaGVlbERvd24gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgICBcbiAgICBASG9zdExpc3RlbmVyKCdtb3VzZXdoZWVsJywgWyckZXZlbnQnXSkgb25Nb3VzZVdoZWVsQ2hyb21lKGV2ZW50OiBhbnkpIHtcbiAgICAgICAgdGhpcy5tb3VzZVdoZWVsRnVuYyhldmVudCk7XG4gICAgfVxuXG4gICAgXG4gICAgQEhvc3RMaXN0ZW5lcignRE9NTW91c2VTY3JvbGwnLCBbJyRldmVudCddKSBvbk1vdXNlV2hlZWxGaXJlZm94KGV2ZW50OiBhbnkpIHtcbiAgICAgICAgdGhpcy5tb3VzZVdoZWVsRnVuYyhldmVudCk7XG4gICAgfVxuXG4gICAgICAgIEBIb3N0TGlzdGVuZXIoJ29ubW91c2V3aGVlbCcsIFsnJGV2ZW50J10pIG9uTW91c2VXaGVlbElFKGV2ZW50OiBhbnkpIHtcbiAgICAgICAgdGhpcy5tb3VzZVdoZWVsRnVuYyhldmVudCk7XG4gICAgfVxuXG4gICAgXG4gICAgbW91c2VXaGVlbEZ1bmMoZXZlbnQ6IGFueSkge1xuICAgICAgICBldmVudCA9IHdpbmRvdy5ldmVudCB8fCBldmVudDsgLy8gb2xkIElFIHN1cHBvcnRcbiAgICAgICAgXG4gICAgICAgIGNvbnN0IGRlbHRhID0gTWF0aC5tYXgoLTEsIE1hdGgubWluKDEsIChldmVudC53aGVlbERlbHRhIHx8IC1ldmVudC5kZXRhaWwpKSk7XG4gICAgICAgIGlmIChkZWx0YSA+IDApIHtcbiAgICAgICAgICAgIHRoaXMubW91c2VXaGVlbFVwLmVtaXQoZXZlbnQpO1xuICAgICAgICB9IGVsc2UgaWYgKGRlbHRhIDwgMCkge1xuICAgICAgICAgICAgdGhpcy5tb3VzZVdoZWVsRG93bi5lbWl0KGV2ZW50KTtcbiAgICAgICAgfVxuICAgICAgICAvLyBmb3IgSUVcbiAgICAgICAgZXZlbnQucmV0dXJuVmFsdWUgPSBmYWxzZTtcbiAgICAgICAgLy8gZm9yIENocm9tZSBhbmQgRmlyZWZveFxuICAgICAgICBpZiAoZXZlbnQucHJldmVudERlZmF1bHQpIHtcbiAgICAgICAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @copyright FLYACTS GmbH 2019
|
|
3
|
-
*/
|
|
4
|
-
import { Pipe } from '@angular/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class DecodeUriPipe {
|
|
7
|
-
transform(value, _args) {
|
|
8
|
-
return decodeURI(value);
|
|
9
|
-
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DecodeUriPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
11
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DecodeUriPipe, name: "kmsDecodeUri" }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DecodeUriPipe, decorators: [{
|
|
14
|
-
type: Pipe,
|
|
15
|
-
args: [{
|
|
16
|
-
name: 'kmsDecodeUri',
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVjb2RlLXVyaS5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva21zLW5neC11aS1wcmVzZW50YXRpb25hbC9zcmMvbGliL3BpcGVzL2RlY29kZS11cmkucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sYUFBYTtJQUV0QixTQUFTLENBQUMsS0FBVSxFQUFFLEtBQVc7UUFDN0IsT0FBTyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUIsQ0FBQzsrR0FKUSxhQUFhOzZHQUFiLGFBQWE7OzRGQUFiLGFBQWE7a0JBSHpCLElBQUk7bUJBQUM7b0JBQ0YsSUFBSSxFQUFFLGNBQWM7aUJBQ3ZCIiwic291cmNlc0NvbnRlbnQiOlsiLyohXG4gKiBAY29weXJpZ2h0IEZMWUFDVFMgR21iSCAyMDE5XG4gKi9cblxuaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gICAgbmFtZTogJ2ttc0RlY29kZVVyaScsXG59KVxuZXhwb3J0IGNsYXNzIERlY29kZVVyaVBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICAgIHRyYW5zZm9ybSh2YWx1ZTogYW55LCBfYXJncz86IGFueSk6IGFueSB7XG4gICAgICAgIHJldHVybiBkZWNvZGVVUkkodmFsdWUpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @copyright FLYACTS GmbH 2019
|
|
3
|
-
*/
|
|
4
|
-
import { Pipe } from '@angular/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EncodeUriPipe {
|
|
7
|
-
transform(value, _args) {
|
|
8
|
-
return encodeURI(value);
|
|
9
|
-
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EncodeUriPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
11
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EncodeUriPipe, name: "kmsEncodeUri" }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EncodeUriPipe, decorators: [{
|
|
14
|
-
type: Pipe,
|
|
15
|
-
args: [{
|
|
16
|
-
name: 'kmsEncodeUri',
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW5jb2RlLXVyaS5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva21zLW5neC11aS1wcmVzZW50YXRpb25hbC9zcmMvbGliL3BpcGVzL2VuY29kZS11cmkucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sYUFBYTtJQUN0QixTQUFTLENBQUMsS0FBVSxFQUFFLEtBQVc7UUFDN0IsT0FBTyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUIsQ0FBQzsrR0FIUSxhQUFhOzZHQUFiLGFBQWE7OzRGQUFiLGFBQWE7a0JBSHpCLElBQUk7bUJBQUM7b0JBQ0YsSUFBSSxFQUFFLGNBQWM7aUJBQ3ZCIiwic291cmNlc0NvbnRlbnQiOlsiLyohXG4gKiBAY29weXJpZ2h0IEZMWUFDVFMgR21iSCAyMDE5XG4gKi9cblxuaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gICAgbmFtZTogJ2ttc0VuY29kZVVyaScsXG59KVxuZXhwb3J0IGNsYXNzIEVuY29kZVVyaVBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICB0cmFuc2Zvcm0odmFsdWU6IGFueSwgX2FyZ3M/OiBhbnkpOiBhbnkge1xuICAgICAgICByZXR1cm4gZW5jb2RlVVJJKHZhbHVlKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @copyright KMS GmbH
|
|
3
|
-
*/
|
|
4
|
-
import { Pipe } from '@angular/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/platform-browser";
|
|
7
|
-
export class SafeStylePipe {
|
|
8
|
-
constructor(sanitizer) {
|
|
9
|
-
this.sanitizer = sanitizer;
|
|
10
|
-
}
|
|
11
|
-
transform(style) {
|
|
12
|
-
return this.sanitizer.bypassSecurityTrustStyle(style);
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeStylePipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
15
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeStylePipe, name: "kmsSafeStyle" }); }
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeStylePipe, decorators: [{
|
|
18
|
-
type: Pipe,
|
|
19
|
-
args: [{
|
|
20
|
-
name: 'kmsSafeStyle',
|
|
21
|
-
}]
|
|
22
|
-
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2FmZS1zdHlsZS5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva21zLW5neC11aS1wcmVzZW50YXRpb25hbC9zcmMvbGliL3BpcGVzL3NhZmUtc3R5bGUucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOzs7QUFNcEQsTUFBTSxPQUFPLGFBQWE7SUFDdEIsWUFBb0IsU0FBdUI7UUFBdkIsY0FBUyxHQUFULFNBQVMsQ0FBYztJQUFJLENBQUM7SUFFaEQsU0FBUyxDQUFDLEtBQWE7UUFDbkIsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLHdCQUF3QixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzFELENBQUM7K0dBTFEsYUFBYTs2R0FBYixhQUFhOzs0RkFBYixhQUFhO2tCQUh6QixJQUFJO21CQUFDO29CQUNGLElBQUksRUFBRSxjQUFjO2lCQUN2QiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGNvcHlyaWdodCBLTVMgR21iSFxuICovXG5cbmltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZVVybCB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuXG5AUGlwZSh7XG4gICAgbmFtZTogJ2ttc1NhZmVTdHlsZScsXG59KVxuZXhwb3J0IGNsYXNzIFNhZmVTdHlsZVBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyKSB7IH1cblxuICAgIHRyYW5zZm9ybShzdHlsZTogc3RyaW5nKTogU2FmZVVybCB7XG4gICAgICAgIHJldHVybiB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0U3R5bGUoc3R5bGUpO1xuICAgIH1cbn1cbiJdfQ==
|