@simpleangularcontrols/sac-bootstrap5 13.0.0-rc.7 → 13.0.0-rc.9
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/controls/checkbox/checkbox.module.d.ts +2 -1
- package/controls/datetime/datetime.module.d.ts +2 -1
- package/controls/grid/gridbutton.d.ts +1 -10
- package/controls/input/input.module.d.ts +2 -1
- package/controls/list/dropdown.module.d.ts +2 -1
- package/controls/list/list.module.d.ts +2 -1
- package/controls/multilanguage/multilanguage.module.d.ts +2 -1
- package/controls/static/staticlabel.module.d.ts +2 -1
- package/controls/tinymce/tinymce.module.d.ts +2 -1
- package/controls/tooltip/tooltip.d.ts +37 -0
- package/controls/tooltip/tooltip.module.d.ts +8 -0
- package/controls/tooltip/tooltip.module.ngfactory.d.ts +3 -0
- package/controls/tooltip/tooltip.module.ngsummary.d.ts +1 -0
- package/controls/tooltip/tooltip.ngfactory.d.ts +3 -0
- package/controls/tooltip/tooltip.ngsummary.d.ts +1 -0
- package/controls/upload/upload.module.d.ts +2 -1
- package/esm2020/controls/checkbox/checkbox.mjs +8 -7
- package/esm2020/controls/checkbox/checkbox.module.mjs +15 -4
- package/esm2020/controls/checkbox/radiobuttons.mjs +8 -7
- package/esm2020/controls/datetime/date.mjs +11 -10
- package/esm2020/controls/datetime/datetime.mjs +11 -10
- package/esm2020/controls/datetime/datetime.module.mjs +18 -4
- package/esm2020/controls/datetime/time.mjs +11 -10
- package/esm2020/controls/grid/grid.mjs +3 -3
- package/esm2020/controls/grid/gridbutton.mjs +3 -11
- package/esm2020/controls/input/input.mjs +9 -8
- package/esm2020/controls/input/input.module.mjs +15 -4
- package/esm2020/controls/input/inputarea.mjs +9 -8
- package/esm2020/controls/input/inputcurrency.mjs +9 -8
- package/esm2020/controls/input/inputdecimal.mjs +9 -8
- package/esm2020/controls/input/inputemail.mjs +9 -8
- package/esm2020/controls/input/inputinteger.mjs +9 -8
- package/esm2020/controls/input/inputpassword.mjs +9 -8
- package/esm2020/controls/input/inputsearch.mjs +9 -8
- package/esm2020/controls/list/dropdown.mjs +8 -7
- package/esm2020/controls/list/dropdown.module.mjs +15 -4
- package/esm2020/controls/list/list.module.mjs +15 -4
- package/esm2020/controls/list/listbox.mjs +8 -7
- package/esm2020/controls/multilanguage/multilanguage.module.mjs +15 -4
- package/esm2020/controls/multilanguage/multilanguageinput.mjs +12 -11
- package/esm2020/controls/multilanguage/multilanguageinputarea.mjs +12 -11
- package/esm2020/controls/static/formcontainer.mjs +8 -7
- package/esm2020/controls/static/staticlabel.mjs +9 -8
- package/esm2020/controls/static/staticlabel.module.mjs +15 -4
- package/esm2020/controls/tinymce/tinymce.mjs +13 -12
- package/esm2020/controls/tinymce/tinymce.module.mjs +6 -2
- package/esm2020/controls/tooltip/tooltip.mjs +50 -0
- package/esm2020/controls/tooltip/tooltip.module.mjs +18 -0
- package/esm2020/controls/tooltip/tooltip.module.ngfactory.mjs +4 -0
- package/esm2020/controls/tooltip/tooltip.module.ngsummary.mjs +2 -0
- package/esm2020/controls/tooltip/tooltip.ngfactory.mjs +4 -0
- package/esm2020/controls/tooltip/tooltip.ngsummary.mjs +2 -0
- package/esm2020/controls/upload/dropzonemultiple.mjs +8 -7
- package/esm2020/controls/upload/dropzonesingle.mjs +8 -7
- package/esm2020/controls/upload/upload.mjs +9 -8
- package/esm2020/controls/upload/upload.module.mjs +18 -4
- package/esm2020/controls/upload/uploadmultiple.mjs +8 -7
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs +248 -107
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs +248 -107
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +2 -0
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.9.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.7.tgz +0 -0
|
@@ -4,8 +4,9 @@ import * as i2 from "./radiobutton";
|
|
|
4
4
|
import * as i3 from "./radiobuttons";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "../layout/layout.module";
|
|
7
|
+
import * as i6 from "../tooltip/tooltip.module";
|
|
7
8
|
export declare class SACBootstrap5CheckboxModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5CheckboxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5CheckboxModule, [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent], [typeof i4.CommonModule, typeof i5.SACBootstrap5LayoutModule], [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5CheckboxModule, [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent], [typeof i4.CommonModule, typeof i5.SACBootstrap5LayoutModule, typeof i6.SACBootstrap5TooltipModule], [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5CheckboxModule>;
|
|
11
12
|
}
|
|
@@ -6,8 +6,9 @@ import * as i4 from "./dateselector";
|
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "angular-imask";
|
|
8
8
|
import * as i7 from "../layout/layout.module";
|
|
9
|
+
import * as i8 from "../tooltip/tooltip.module";
|
|
9
10
|
export declare class SACBootstrap5DateTimeModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DateTimeModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DateTimeModule, [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent], [typeof i5.CommonModule, typeof i6.IMaskModule, typeof i7.SACBootstrap5LayoutModule], [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DateTimeModule, [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent], [typeof i5.CommonModule, typeof i6.IMaskModule, typeof i7.SACBootstrap5LayoutModule, typeof i8.SACBootstrap5TooltipModule], [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DateTimeModule>;
|
|
13
14
|
}
|
|
@@ -2,19 +2,10 @@ import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* Grid Action Button
|
|
5
|
-
*
|
|
6
|
-
* @example Standard Action
|
|
7
|
-
*
|
|
8
|
-
* <ngGridButton icon="edit" (clicked)="action('edit')" [isdisabled]="true"></ngGridButton>
|
|
9
|
-
*
|
|
10
|
-
* @example Custom Action
|
|
11
|
-
*
|
|
12
|
-
* <ngGridButton iconstyle="sprite" icon="icon-sprite-base-main_info" (clicked)="action("info")"></ngGridButton>
|
|
13
|
-
*
|
|
14
5
|
*/
|
|
15
6
|
export declare class SacGridButtonComponent extends SacGridButtonCommon {
|
|
16
7
|
/**
|
|
17
|
-
*
|
|
8
|
+
* Returns the icon for the button
|
|
18
9
|
*/
|
|
19
10
|
getIconClass(): string;
|
|
20
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridButtonComponent, never>;
|
|
@@ -9,8 +9,9 @@ import * as i7 from "./inputpassword";
|
|
|
9
9
|
import * as i8 from "./inputsearch";
|
|
10
10
|
import * as i9 from "@angular/common";
|
|
11
11
|
import * as i10 from "../layout/layout.module";
|
|
12
|
+
import * as i11 from "../tooltip/tooltip.module";
|
|
12
13
|
export declare class SACBootstrap5InputModule {
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5InputModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5InputModule, [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent], [typeof i9.CommonModule, typeof i10.SACBootstrap5LayoutModule], [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent]>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5InputModule, [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent], [typeof i9.CommonModule, typeof i10.SACBootstrap5LayoutModule, typeof i11.SACBootstrap5TooltipModule], [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent]>;
|
|
15
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5InputModule>;
|
|
16
17
|
}
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./dropdown";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../layout/layout.module";
|
|
5
|
+
import * as i4 from "../tooltip/tooltip.module";
|
|
5
6
|
export declare class SACBootstrap5DropdownModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DropdownModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DropdownModule, [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective], [typeof i2.CommonModule, typeof i3.SACBootstrap5LayoutModule], [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DropdownModule, [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective], [typeof i2.CommonModule, typeof i3.SACBootstrap5LayoutModule, typeof i4.SACBootstrap5TooltipModule], [typeof i1.SacDropdownComponent, typeof i1.SacDropdownOptionDirective]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DropdownModule>;
|
|
9
10
|
}
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./listbox";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../layout/layout.module";
|
|
5
|
+
import * as i4 from "../tooltip/tooltip.module";
|
|
5
6
|
export declare class SACBootstrap5ListModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5ListModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ListModule, [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective], [typeof i2.CommonModule, typeof i3.SACBootstrap5LayoutModule], [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ListModule, [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective], [typeof i2.CommonModule, typeof i3.SACBootstrap5LayoutModule, typeof i4.SACBootstrap5TooltipModule], [typeof i1.SacListboxComponent, typeof i1.SacListboxOptionDirective]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5ListModule>;
|
|
9
10
|
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "./multilanguagemenucontainer";
|
|
|
7
7
|
import * as i6 from "./multilanguagemenuitembutton";
|
|
8
8
|
import * as i7 from "@angular/common";
|
|
9
9
|
import * as i8 from "../layout/layout.module";
|
|
10
|
+
import * as i9 from "../tooltip/tooltip.module";
|
|
10
11
|
export declare class SACBootstrap5MultilanguageModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5MultilanguageModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5MultilanguageModule, [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent, typeof i3.SacMultilanguagemenuComponent, typeof i4.SacMultilanguagemenuAnchorDirective, typeof i5.SacMultilanguagemenuContainerDirective, typeof i6.SacMultilanguagemenuItemButtonComponent], [typeof i7.CommonModule, typeof i8.SACBootstrap5LayoutModule], [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5MultilanguageModule, [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent, typeof i3.SacMultilanguagemenuComponent, typeof i4.SacMultilanguagemenuAnchorDirective, typeof i5.SacMultilanguagemenuContainerDirective, typeof i6.SacMultilanguagemenuItemButtonComponent], [typeof i7.CommonModule, typeof i8.SACBootstrap5LayoutModule, typeof i9.SACBootstrap5TooltipModule], [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5MultilanguageModule>;
|
|
14
15
|
}
|
|
@@ -3,8 +3,9 @@ import * as i1 from "./staticlabel";
|
|
|
3
3
|
import * as i2 from "./formcontainer";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "../layout/layout.module";
|
|
6
|
+
import * as i5 from "../tooltip/tooltip.module";
|
|
6
7
|
export declare class SACBootstrap5StaticLabelModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5StaticLabelModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5StaticLabelModule, [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent], [typeof i3.CommonModule, typeof i4.SACBootstrap5LayoutModule], [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5StaticLabelModule, [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent], [typeof i3.CommonModule, typeof i4.SACBootstrap5LayoutModule, typeof i5.SACBootstrap5TooltipModule], [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5StaticLabelModule>;
|
|
10
11
|
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "../buttons/button.module";
|
|
|
7
7
|
import * as i6 from "../dialog/dialog.module";
|
|
8
8
|
import * as i7 from "../../components/browser/browser.module";
|
|
9
9
|
import * as i8 from "../layout/layout.module";
|
|
10
|
+
import * as i9 from "../tooltip/tooltip.module";
|
|
10
11
|
export declare class SACBootstrap5TinyMceModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5TinyMceModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5TinyMceModule, [typeof i1.SacTinyMceComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EditorModule, typeof i5.SACBootstrap5ButtonModule, typeof i6.SACBootstrap5DialogModule, typeof i7.SACBootstrap5BrowserModule, typeof i8.SACBootstrap5LayoutModule], [typeof i1.SacTinyMceComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5TinyMceModule, [typeof i1.SacTinyMceComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EditorModule, typeof i5.SACBootstrap5ButtonModule, typeof i6.SACBootstrap5DialogModule, typeof i7.SACBootstrap5BrowserModule, typeof i8.SACBootstrap5LayoutModule, typeof i9.SACBootstrap5TooltipModule], [typeof i1.SacTinyMceComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5TinyMceModule>;
|
|
14
15
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Tooltip Komponente
|
|
6
|
+
*
|
|
7
|
+
* @example ToolTip Control
|
|
8
|
+
*
|
|
9
|
+
* <ngTooltip tooltiptext="Mein Tooltip" [inlinemode]="true">
|
|
10
|
+
* <i class="tooltip"></i>
|
|
11
|
+
* </ngTooltip>
|
|
12
|
+
*
|
|
13
|
+
* @example ToolTip Control im Inline Mode. Style auf Icon kann auch in Klasse ausgelagert werden.
|
|
14
|
+
*
|
|
15
|
+
* <div class="form-inline">
|
|
16
|
+
* <ngInputSearch iconname="Suchen"></ngInputSearch>
|
|
17
|
+
* <ngTooltip tooltiptext="Mein Tooltip" [inlinemode]="true">
|
|
18
|
+
* <i class="tooltip" style="position: relative; left: 0; top: 3px; display: inline-block; margin-right: 10px;"></i>
|
|
19
|
+
* </ngTooltip>
|
|
20
|
+
* </div>
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export declare class SacTooltipComponent extends SacTooltipCommon {
|
|
24
|
+
/**
|
|
25
|
+
* Konstrukor
|
|
26
|
+
* @param parent SacFormular Instanz
|
|
27
|
+
* @param injector Component Injector
|
|
28
|
+
*/
|
|
29
|
+
constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
|
|
30
|
+
/**
|
|
31
|
+
* Padding Value for Bootstrap5 Tooltip Padding
|
|
32
|
+
* @returns Static Padding Value for BS5
|
|
33
|
+
*/
|
|
34
|
+
protected getTooltipOffset(): number;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacTooltipComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacTooltipComponent, "sac-tooltip", never, {}, {}, never, ["*"]>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tooltip";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class SACBootstrap5TooltipModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5TooltipModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5TooltipModule, [typeof i1.SacTooltipComponent], [typeof i2.CommonModule], [typeof i1.SacTooltipComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5TooltipModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SACBootstrap5TooltipModuleNgSummary: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SacTooltipComponentNgSummary: any;
|
|
@@ -6,8 +6,9 @@ import * as i4 from "./dropzonemultiple";
|
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
8
|
import * as i7 from "../layout/layout.module";
|
|
9
|
+
import * as i8 from "../tooltip/tooltip.module";
|
|
9
10
|
export declare class SACBootstrap5UploadModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5UploadModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5UploadModule, [typeof i1.SacUploadComponent, typeof i2.SacUploadMultipleComponent, typeof i3.SacDropzoneSingleComponent, typeof i4.SacDropzoneMultipleComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.SACBootstrap5LayoutModule], [typeof i1.SacUploadComponent, typeof i2.SacUploadMultipleComponent, typeof i3.SacDropzoneSingleComponent, typeof i4.SacDropzoneMultipleComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5UploadModule, [typeof i1.SacUploadComponent, typeof i2.SacUploadMultipleComponent, typeof i3.SacDropzoneSingleComponent, typeof i4.SacDropzoneMultipleComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.SACBootstrap5LayoutModule, typeof i8.SACBootstrap5TooltipModule], [typeof i1.SacUploadComponent, typeof i2.SacUploadMultipleComponent, typeof i3.SacDropzoneSingleComponent, typeof i4.SacDropzoneMultipleComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5UploadModule>;
|
|
13
14
|
}
|
|
@@ -4,10 +4,11 @@ import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
|
4
4
|
import { SacCheckboxCommon } from '@simpleangularcontrols/sac-common';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "../layout/formlayout.directive";
|
|
7
|
-
import * as i2 from "
|
|
8
|
-
import * as i3 from "
|
|
9
|
-
import * as i4 from "../layout/
|
|
10
|
-
import * as i5 from "../layout/
|
|
7
|
+
import * as i2 from "../tooltip/tooltip";
|
|
8
|
+
import * as i3 from "@angular/common";
|
|
9
|
+
import * as i4 from "../layout/tolabelwidthcss.pipe";
|
|
10
|
+
import * as i5 from "../layout/tolabelheight.pipe";
|
|
11
|
+
import * as i6 from "../layout/tocontrolwidthcss.pipe";
|
|
11
12
|
/**
|
|
12
13
|
* Checkbox Kompontente
|
|
13
14
|
*/
|
|
@@ -34,7 +35,7 @@ SacCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
34
35
|
useExisting: forwardRef(() => SacCheckboxComponent),
|
|
35
36
|
multi: true,
|
|
36
37
|
},
|
|
37
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"row\" [class.g-0]=\"disablelabel\" [class.mb-3]=\"!stacked\">\r\n <div\r\n class=\"col-12\"\r\n [ngClass]=\"[!disablelabel && !stacked ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n *ngIf=\"!disablelabel && !stacked\"\r\n for=\"{{name}}\"\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n >{{label}}</
|
|
38
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"row\" [class.g-0]=\"disablelabel\" [class.mb-3]=\"!stacked\">\r\n <div\r\n class=\"col-12\"\r\n [ngClass]=\"[!disablelabel && !stacked ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n *ngIf=\"!disablelabel && !stacked\"\r\n for=\"{{name}}\"\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n >{{label}}<sac-tooltip\r\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\r\n [tooltiptext]=\"helptext\"\r\n [inlinemode]=\"true\"\r\n ><span\r\n [ngClass]=\"HelptextTooltipIcon\"\r\n class=\"ms-1\"\r\n ></span> </sac-tooltip\r\n ></label>\r\n </div>\r\n <div\r\n class=\"align-self-center col-12\"\r\n [ngClass]=\"[!disablelabel && !stacked ? (this.labelSizes | toControlWidthCss) : '']\"\r\n >\r\n <div\r\n class=\"form-check\"\r\n [class.form-switch]=\"checkboxstyle === 'switch'\"\r\n [attr.role]=\"checkboxstyle === 'switch' ? 'switch' : null\"\r\n [class.form-check-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.form-check-lg]=\"componentHeight === ControlHeight.Large\"\r\n >\r\n <input\r\n class=\"form-check-input\"\r\n [class.form-check-input-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.form-check-input-lg]=\"componentHeight === ControlHeight.Large\"\r\n id=\"{{name}}\"\r\n name=\"{{name}}\"\r\n type=\"checkbox\"\r\n [checked]=\"value\"\r\n (blur)=\"onTouch()\"\r\n (change)=\"setValue($event.target.checked)\"\r\n [disabled]=\"isdisabled\"\r\n />\r\n <label\r\n for=\"{{name}}\"\r\n class=\"form-check-label\"\r\n [class.form-check-label-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.form-check-label-lg]=\"componentHeight === ControlHeight.Large\"\r\n >\r\n <ng-container *ngIf=\"checkboxtext\">{{checkboxtext}}</ng-container>\r\n </label>\r\n </div>\r\n <div *ngIf=\"helptextmode === 'text' && helptext\" class=\"form-text\">\r\n {{helptext}}\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".form-check-sm{font-size:.875em}.form-check-lg{font-size:1.25em}\n"], components: [{ type: i2.SacTooltipComponent, selector: "sac-tooltip" }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "toLabelWidthCss": i4.SacToLabelWidthCssPipe, "toLabelHeight": i5.SacToLabelHeightPipe, "toControlWidthCss": i6.SacToControlWidthCssPipe } });
|
|
38
39
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacCheckboxComponent, decorators: [{
|
|
39
40
|
type: Component,
|
|
40
41
|
args: [{ selector: 'sac-checkbox', providers: [
|
|
@@ -48,10 +49,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
48
49
|
useExisting: forwardRef(() => SacCheckboxComponent),
|
|
49
50
|
multi: true,
|
|
50
51
|
},
|
|
51
|
-
], template: "<div class=\"row\" [class.g-0]=\"disablelabel\" [class.mb-3]=\"!stacked\">\r\n <div\r\n class=\"col-12\"\r\n [ngClass]=\"[!disablelabel && !stacked ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n *ngIf=\"!disablelabel && !stacked\"\r\n for=\"{{name}}\"\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n >{{label}}</
|
|
52
|
+
], template: "<div class=\"row\" [class.g-0]=\"disablelabel\" [class.mb-3]=\"!stacked\">\r\n <div\r\n class=\"col-12\"\r\n [ngClass]=\"[!disablelabel && !stacked ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n *ngIf=\"!disablelabel && !stacked\"\r\n for=\"{{name}}\"\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n >{{label}}<sac-tooltip\r\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\r\n [tooltiptext]=\"helptext\"\r\n [inlinemode]=\"true\"\r\n ><span\r\n [ngClass]=\"HelptextTooltipIcon\"\r\n class=\"ms-1\"\r\n ></span> </sac-tooltip\r\n ></label>\r\n </div>\r\n <div\r\n class=\"align-self-center col-12\"\r\n [ngClass]=\"[!disablelabel && !stacked ? (this.labelSizes | toControlWidthCss) : '']\"\r\n >\r\n <div\r\n class=\"form-check\"\r\n [class.form-switch]=\"checkboxstyle === 'switch'\"\r\n [attr.role]=\"checkboxstyle === 'switch' ? 'switch' : null\"\r\n [class.form-check-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.form-check-lg]=\"componentHeight === ControlHeight.Large\"\r\n >\r\n <input\r\n class=\"form-check-input\"\r\n [class.form-check-input-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.form-check-input-lg]=\"componentHeight === ControlHeight.Large\"\r\n id=\"{{name}}\"\r\n name=\"{{name}}\"\r\n type=\"checkbox\"\r\n [checked]=\"value\"\r\n (blur)=\"onTouch()\"\r\n (change)=\"setValue($event.target.checked)\"\r\n [disabled]=\"isdisabled\"\r\n />\r\n <label\r\n for=\"{{name}}\"\r\n class=\"form-check-label\"\r\n [class.form-check-label-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.form-check-label-lg]=\"componentHeight === ControlHeight.Large\"\r\n >\r\n <ng-container *ngIf=\"checkboxtext\">{{checkboxtext}}</ng-container>\r\n </label>\r\n </div>\r\n <div *ngIf=\"helptextmode === 'text' && helptext\" class=\"form-text\">\r\n {{helptext}}\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".form-check-sm{font-size:.875em}.form-check-lg{font-size:1.25em}\n"] }]
|
|
52
53
|
}], ctorParameters: function () { return [{ type: i1.SacFormLayoutDirective, decorators: [{
|
|
53
54
|
type: Host
|
|
54
55
|
}, {
|
|
55
56
|
type: Optional
|
|
56
57
|
}] }, { type: i0.Injector }]; } });
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zYWMtYm9vdHN0cmFwNS9zcmMvY29udHJvbHMvY2hlY2tib3gvY2hlY2tib3gudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zYWMtYm9vdHN0cmFwNS9zcmMvY29udHJvbHMvY2hlY2tib3gvY2hlY2tib3guaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQVksUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSx1RUFBdUU7QUFDdkUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7Ozs7Ozs7O0FBR3RFOztHQUVHO0FBbUJILE1BQU0sT0FBTyxvQkFBcUIsU0FBUSxpQkFBaUI7SUFDekQsdUJBQXVCO0lBRXZCOzs7O09BSUc7SUFDSCxZQUNzQixVQUFrQyxFQUN0RCxRQUFrQjtRQUVsQixLQUFLLENBQUMsVUFBVSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0lBQzlCLENBQUM7O2lIQWJVLG9CQUFvQjtxR0FBcEIsb0JBQW9CLHVDQWJwQjtRQUNUO1lBQ0UsT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixLQUFLLEVBQUUsSUFBSTtZQUNYLFdBQVcsRUFBRSxvQkFBb0I7U0FDbEM7UUFDRDtZQUNFLE9BQU8sRUFBRSxhQUFhO1lBQ3RCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUM7WUFDbkQsS0FBSyxFQUFFLElBQUk7U0FDWjtLQUNGLGlEQ3pCSCw0b0VBeURBOzJGRDlCYSxvQkFBb0I7a0JBbEJoQyxTQUFTOytCQUNFLGNBQWMsYUFJYjt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixLQUFLLEVBQUUsSUFBSTs0QkFDWCxXQUFXLHNCQUFzQjt5QkFDbEM7d0JBQ0Q7NEJBQ0UsT0FBTyxFQUFFLGFBQWE7NEJBQ3RCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHFCQUFxQixDQUFDOzRCQUNuRCxLQUFLLEVBQUUsSUFBSTt5QkFDWjtxQkFDRjs7MEJBV0UsSUFBSTs7MEJBQUksUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgZm9yd2FyZFJlZiwgSG9zdCwgSW5qZWN0b3IsIE9wdGlvbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5HX1ZBTElEQVRPUlMsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG4vLyBpbXBvcnQgeyBTYWNCYXNlTW9kZWxDb250cm9sIH0gZnJvbSAnLi4vLi4vY29tbW9uL2Jhc2Vtb2RlbGNvbnRyb2wnO1xyXG5pbXBvcnQgeyBTYWNDaGVja2JveENvbW1vbiB9IGZyb20gJ0BzaW1wbGVhbmd1bGFyY29udHJvbHMvc2FjLWNvbW1vbic7XHJcbmltcG9ydCB7IFNhY0Zvcm1MYXlvdXREaXJlY3RpdmUgfSBmcm9tICcuLi9sYXlvdXQvZm9ybWxheW91dC5kaXJlY3RpdmUnO1xyXG5cclxuLyoqXHJcbiAqIENoZWNrYm94IEtvbXBvbnRlbnRlXHJcbiAqL1xyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NhYy1jaGVja2JveCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NoZWNrYm94Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2NoZWNrYm94LnNjc3MnXSxcclxuICAvLyBWYWx1ZSBBY2Nlc3MgUHJvdmlkZXIgcmVnaXN0cmllcmVuLCBkYW1pdCBXZXJ0IHZpYSBNb2RlbCBnZXNjaHJpZWJlbiB1bmQgZ2VsZXNlbiB3ZXJkZW4ga2FublxyXG4gIHByb3ZpZGVyczogW1xyXG4gICAge1xyXG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuICAgICAgbXVsdGk6IHRydWUsXHJcbiAgICAgIHVzZUV4aXN0aW5nOiBTYWNDaGVja2JveENvbXBvbmVudCxcclxuICAgIH0sXHJcbiAgICB7XHJcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTElEQVRPUlMsXHJcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFNhY0NoZWNrYm94Q29tcG9uZW50KSxcclxuICAgICAgbXVsdGk6IHRydWUsXHJcbiAgICB9LFxyXG4gIF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTYWNDaGVja2JveENvbXBvbmVudCBleHRlbmRzIFNhY0NoZWNrYm94Q29tbW9uIHtcclxuICAvLyAjcmVnaW9uIENvbnN0cnVjdG9yc1xyXG5cclxuICAvKipcclxuICAgKiBDb25zdHJ1Y3RvclxyXG4gICAqIEBwYXJhbSBmb3JtTGF5b3V0IFNhY0Zvcm1MYXlvdXQgdG8gZGVmaW5lIHNjb3BlZCBsYXlvdXQgc2V0dGluZ3NcclxuICAgKiBAcGFyYW0gaW5qZWN0b3IgSW5qZWN0b3IgZm9yIGluamVjdGluZyBzZXJ2aWNlc1xyXG4gICAqL1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgQEhvc3QoKSBAT3B0aW9uYWwoKSBmb3JtTGF5b3V0OiBTYWNGb3JtTGF5b3V0RGlyZWN0aXZlLFxyXG4gICAgaW5qZWN0b3I6IEluamVjdG9yXHJcbiAgKSB7XHJcbiAgICBzdXBlcihmb3JtTGF5b3V0LCBpbmplY3Rvcik7XHJcbiAgfVxyXG5cclxuICAvLyAjZW5kcmVnaW9uIENvbnN0cnVjdG9yc1xyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJyb3dcIiBbY2xhc3MuZy0wXT1cImRpc2FibGVsYWJlbFwiIFtjbGFzcy5tYi0zXT1cIiFzdGFja2VkXCI+XHJcbiAgPGRpdlxyXG4gICAgY2xhc3M9XCJjb2wtMTJcIlxyXG4gICAgW25nQ2xhc3NdPVwiWyFkaXNhYmxlbGFiZWwgJiYgIXN0YWNrZWQgPyAodGhpcy5sYWJlbFNpemVzIHwgdG9MYWJlbFdpZHRoQ3NzKSA6ICd2aXN1YWxseS1oaWRkZW4nIF1cIlxyXG4gID5cclxuICAgIDxsYWJlbFxyXG4gICAgICAqbmdJZj1cIiFkaXNhYmxlbGFiZWwgJiYgIXN0YWNrZWRcIlxyXG4gICAgICBmb3I9XCJ7e25hbWV9fVwiXHJcbiAgICAgIGNsYXNzPVwiY29sLWZvcm0tbGFiZWxcIlxyXG4gICAgICBbbmdDbGFzc109XCJjb21wb25lbnRIZWlnaHQgfCB0b0xhYmVsSGVpZ2h0XCJcclxuICAgICAgPnt7bGFiZWx9fTxzYWMtdG9vbHRpcFxyXG4gICAgICAgICpuZ0lmPVwiaGVscHRleHRtb2RlID09PSAndG9vbHRpcCcgJiYgaGVscHRleHRcIlxyXG4gICAgICAgIFt0b29sdGlwdGV4dF09XCJoZWxwdGV4dFwiXHJcbiAgICAgICAgW2lubGluZW1vZGVdPVwidHJ1ZVwiXHJcbiAgICAgICAgPjxzcGFuXHJcbiAgICAgICAgICBbbmdDbGFzc109XCJIZWxwdGV4dFRvb2x0aXBJY29uXCJcclxuICAgICAgICAgIGNsYXNzPVwibXMtMVwiXHJcbiAgICAgICAgPjwvc3Bhbj4gPC9zYWMtdG9vbHRpcFxyXG4gICAgPjwvbGFiZWw+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdlxyXG4gICAgY2xhc3M9XCJhbGlnbi1zZWxmLWNlbnRlciBjb2wtMTJcIlxyXG4gICAgW25nQ2xhc3NdPVwiWyFkaXNhYmxlbGFiZWwgJiYgIXN0YWNrZWQgPyAgKHRoaXMubGFiZWxTaXplcyB8IHRvQ29udHJvbFdpZHRoQ3NzKSA6ICcnXVwiXHJcbiAgPlxyXG4gICAgPGRpdlxyXG4gICAgICBjbGFzcz1cImZvcm0tY2hlY2tcIlxyXG4gICAgICBbY2xhc3MuZm9ybS1zd2l0Y2hdPVwiY2hlY2tib3hzdHlsZSA9PT0gJ3N3aXRjaCdcIlxyXG4gICAgICBbYXR0ci5yb2xlXT1cImNoZWNrYm94c3R5bGUgPT09ICdzd2l0Y2gnID8gJ3N3aXRjaCcgOiBudWxsXCJcclxuICAgICAgW2NsYXNzLmZvcm0tY2hlY2stc21dPVwiY29tcG9uZW50SGVpZ2h0ID09PSBDb250cm9sSGVpZ2h0LlNtYWxsXCJcclxuICAgICAgW2NsYXNzLmZvcm0tY2hlY2stbGddPVwiY29tcG9uZW50SGVpZ2h0ID09PSBDb250cm9sSGVpZ2h0LkxhcmdlXCJcclxuICAgID5cclxuICAgICAgPGlucHV0XHJcbiAgICAgICAgY2xhc3M9XCJmb3JtLWNoZWNrLWlucHV0XCJcclxuICAgICAgICBbY2xhc3MuZm9ybS1jaGVjay1pbnB1dC1zbV09XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuU21hbGxcIlxyXG4gICAgICAgIFtjbGFzcy5mb3JtLWNoZWNrLWlucHV0LWxnXT1cImNvbXBvbmVudEhlaWdodCA9PT0gQ29udHJvbEhlaWdodC5MYXJnZVwiXHJcbiAgICAgICAgaWQ9XCJ7e25hbWV9fVwiXHJcbiAgICAgICAgbmFtZT1cInt7bmFtZX19XCJcclxuICAgICAgICB0eXBlPVwiY2hlY2tib3hcIlxyXG4gICAgICAgIFtjaGVja2VkXT1cInZhbHVlXCJcclxuICAgICAgICAoYmx1cik9XCJvblRvdWNoKClcIlxyXG4gICAgICAgIChjaGFuZ2UpPVwic2V0VmFsdWUoJGV2ZW50LnRhcmdldC5jaGVja2VkKVwiXHJcbiAgICAgICAgW2Rpc2FibGVkXT1cImlzZGlzYWJsZWRcIlxyXG4gICAgICAvPlxyXG4gICAgICA8bGFiZWxcclxuICAgICAgICBmb3I9XCJ7e25hbWV9fVwiXHJcbiAgICAgICAgY2xhc3M9XCJmb3JtLWNoZWNrLWxhYmVsXCJcclxuICAgICAgICBbY2xhc3MuZm9ybS1jaGVjay1sYWJlbC1zbV09XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuU21hbGxcIlxyXG4gICAgICAgIFtjbGFzcy5mb3JtLWNoZWNrLWxhYmVsLWxnXT1cImNvbXBvbmVudEhlaWdodCA9PT0gQ29udHJvbEhlaWdodC5MYXJnZVwiXHJcbiAgICAgID5cclxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY2hlY2tib3h0ZXh0XCI+e3tjaGVja2JveHRleHR9fTwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L2xhYmVsPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2ICpuZ0lmPVwiaGVscHRleHRtb2RlID09PSAndGV4dCcgJiYgaGVscHRleHRcIiBjbGFzcz1cImZvcm0tdGV4dFwiPlxyXG4gICAgICB7e2hlbHB0ZXh0fX1cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { SACBootstrap5LayoutModule } from '../layout/layout.module';
|
|
4
|
+
import { SACBootstrap5TooltipModule } from '../tooltip/tooltip.module';
|
|
4
5
|
import { SacCheckboxComponent } from './checkbox';
|
|
5
6
|
import { SacRadiobuttonComponent } from './radiobutton';
|
|
6
7
|
import { SacRadiobuttonsComponent } from './radiobuttons';
|
|
@@ -10,10 +11,16 @@ export class SACBootstrap5CheckboxModule {
|
|
|
10
11
|
SACBootstrap5CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SACBootstrap5CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
12
|
SACBootstrap5CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SACBootstrap5CheckboxModule, declarations: [SacCheckboxComponent,
|
|
12
13
|
SacRadiobuttonComponent,
|
|
13
|
-
SacRadiobuttonsComponent], imports: [CommonModule,
|
|
14
|
+
SacRadiobuttonsComponent], imports: [CommonModule,
|
|
15
|
+
SACBootstrap5LayoutModule,
|
|
16
|
+
SACBootstrap5TooltipModule], exports: [SacCheckboxComponent,
|
|
14
17
|
SacRadiobuttonComponent,
|
|
15
18
|
SacRadiobuttonsComponent] });
|
|
16
|
-
SACBootstrap5CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SACBootstrap5CheckboxModule, imports: [[
|
|
19
|
+
SACBootstrap5CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SACBootstrap5CheckboxModule, imports: [[
|
|
20
|
+
CommonModule,
|
|
21
|
+
SACBootstrap5LayoutModule,
|
|
22
|
+
SACBootstrap5TooltipModule,
|
|
23
|
+
]] });
|
|
17
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SACBootstrap5CheckboxModule, decorators: [{
|
|
18
25
|
type: NgModule,
|
|
19
26
|
args: [{
|
|
@@ -22,7 +29,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
22
29
|
SacRadiobuttonComponent,
|
|
23
30
|
SacRadiobuttonsComponent,
|
|
24
31
|
],
|
|
25
|
-
imports: [
|
|
32
|
+
imports: [
|
|
33
|
+
CommonModule,
|
|
34
|
+
SACBootstrap5LayoutModule,
|
|
35
|
+
SACBootstrap5TooltipModule,
|
|
36
|
+
],
|
|
26
37
|
exports: [
|
|
27
38
|
SacCheckboxComponent,
|
|
28
39
|
SacRadiobuttonComponent,
|
|
@@ -30,4 +41,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
30
41
|
],
|
|
31
42
|
}]
|
|
32
43
|
}] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2FjLWJvb3RzdHJhcDUvc3JjL2NvbnRyb2xzL2NoZWNrYm94L2NoZWNrYm94Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNwRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxZQUFZLENBQUM7QUFDbEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQW1CMUQsTUFBTSxPQUFPLDJCQUEyQjs7d0hBQTNCLDJCQUEyQjt5SEFBM0IsMkJBQTJCLGlCQWZwQyxvQkFBb0I7UUFDcEIsdUJBQXVCO1FBQ3ZCLHdCQUF3QixhQUd4QixZQUFZO1FBQ1oseUJBQXlCO1FBQ3pCLDBCQUEwQixhQUcxQixvQkFBb0I7UUFDcEIsdUJBQXVCO1FBQ3ZCLHdCQUF3Qjt5SEFHZiwyQkFBMkIsWUFYN0I7WUFDUCxZQUFZO1lBQ1oseUJBQXlCO1lBQ3pCLDBCQUEwQjtTQUMzQjsyRkFPVSwyQkFBMkI7a0JBakJ2QyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixvQkFBb0I7d0JBQ3BCLHVCQUF1Qjt3QkFDdkIsd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWix5QkFBeUI7d0JBQ3pCLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIsdUJBQXVCO3dCQUN2Qix3QkFBd0I7cUJBQ3pCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgU0FDQm9vdHN0cmFwNUxheW91dE1vZHVsZSB9IGZyb20gJy4uL2xheW91dC9sYXlvdXQubW9kdWxlJztcclxuaW1wb3J0IHsgU0FDQm9vdHN0cmFwNVRvb2x0aXBNb2R1bGUgfSBmcm9tICcuLi90b29sdGlwL3Rvb2x0aXAubW9kdWxlJztcclxuaW1wb3J0IHsgU2FjQ2hlY2tib3hDb21wb25lbnQgfSBmcm9tICcuL2NoZWNrYm94JztcclxuaW1wb3J0IHsgU2FjUmFkaW9idXR0b25Db21wb25lbnQgfSBmcm9tICcuL3JhZGlvYnV0dG9uJztcclxuaW1wb3J0IHsgU2FjUmFkaW9idXR0b25zQ29tcG9uZW50IH0gZnJvbSAnLi9yYWRpb2J1dHRvbnMnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIFNhY0NoZWNrYm94Q29tcG9uZW50LFxyXG4gICAgU2FjUmFkaW9idXR0b25Db21wb25lbnQsXHJcbiAgICBTYWNSYWRpb2J1dHRvbnNDb21wb25lbnQsXHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBTQUNCb290c3RyYXA1TGF5b3V0TW9kdWxlLFxyXG4gICAgU0FDQm9vdHN0cmFwNVRvb2x0aXBNb2R1bGUsXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBTYWNDaGVja2JveENvbXBvbmVudCxcclxuICAgIFNhY1JhZGlvYnV0dG9uQ29tcG9uZW50LFxyXG4gICAgU2FjUmFkaW9idXR0b25zQ29tcG9uZW50LFxyXG4gIF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTQUNCb290c3RyYXA1Q2hlY2tib3hNb2R1bGUge31cclxuIl19
|
|
@@ -3,10 +3,11 @@ import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
|
3
3
|
import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "../layout/formlayout.directive";
|
|
6
|
-
import * as i2 from "
|
|
7
|
-
import * as i3 from "
|
|
8
|
-
import * as i4 from "../layout/
|
|
9
|
-
import * as i5 from "../layout/
|
|
6
|
+
import * as i2 from "../tooltip/tooltip";
|
|
7
|
+
import * as i3 from "@angular/common";
|
|
8
|
+
import * as i4 from "../layout/tolabelwidthcss.pipe";
|
|
9
|
+
import * as i5 from "../layout/tolabelheight.pipe";
|
|
10
|
+
import * as i6 from "../layout/tocontrolwidthcss.pipe";
|
|
10
11
|
/**
|
|
11
12
|
* Radiobuttons Group Komponente
|
|
12
13
|
*/
|
|
@@ -33,7 +34,7 @@ SacRadiobuttonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
33
34
|
useExisting: forwardRef(() => SacRadiobuttonsComponent),
|
|
34
35
|
multi: true,
|
|
35
36
|
},
|
|
36
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <div\r\n *ngIf=\"disablelabel === false\"\r\n class=\"col-12 pt-0\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n *ngIf=\"!disablelabel\"\r\n >{{label}}</
|
|
37
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <div\r\n *ngIf=\"disablelabel === false\"\r\n class=\"col-12 pt-0\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n *ngIf=\"!disablelabel\"\r\n >{{label}}<sac-tooltip\r\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\r\n [tooltiptext]=\"helptext\"\r\n [inlinemode]=\"true\"\r\n ><span\r\n [ngClass]=\"HelptextTooltipIcon\"\r\n class=\"ms-1\"\r\n ></span> </sac-tooltip\r\n ></label>\r\n </div>\r\n <div\r\n class=\"col-12\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\r\n [class.pt-1]=\"componentHeight === ControlHeight.Small\"\r\n [class.pt-2]=\"componentHeight !== ControlHeight.Small\"\r\n >\r\n <ng-content></ng-content>\r\n <div *ngIf=\"helptextmode === 'text' && helptext\" class=\"form-text\">\r\n {{helptext}}\r\n </div>\r\n </div>\r\n</div>\r\n", components: [{ type: i2.SacTooltipComponent, selector: "sac-tooltip" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "toLabelWidthCss": i4.SacToLabelWidthCssPipe, "toLabelHeight": i5.SacToLabelHeightPipe, "toControlWidthCss": i6.SacToControlWidthCssPipe } });
|
|
37
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacRadiobuttonsComponent, decorators: [{
|
|
38
39
|
type: Component,
|
|
39
40
|
args: [{ selector: 'sac-radiobuttons', providers: [
|
|
@@ -47,10 +48,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
47
48
|
useExisting: forwardRef(() => SacRadiobuttonsComponent),
|
|
48
49
|
multi: true,
|
|
49
50
|
},
|
|
50
|
-
], template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <div\r\n *ngIf=\"disablelabel === false\"\r\n class=\"col-12 pt-0\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n *ngIf=\"!disablelabel\"\r\n >{{label}}</
|
|
51
|
+
], template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <div\r\n *ngIf=\"disablelabel === false\"\r\n class=\"col-12 pt-0\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden' ]\"\r\n >\r\n <label\r\n class=\"col-form-label\"\r\n [ngClass]=\"componentHeight | toLabelHeight\"\r\n *ngIf=\"!disablelabel\"\r\n >{{label}}<sac-tooltip\r\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\r\n [tooltiptext]=\"helptext\"\r\n [inlinemode]=\"true\"\r\n ><span\r\n [ngClass]=\"HelptextTooltipIcon\"\r\n class=\"ms-1\"\r\n ></span> </sac-tooltip\r\n ></label>\r\n </div>\r\n <div\r\n class=\"col-12\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\r\n [class.pt-1]=\"componentHeight === ControlHeight.Small\"\r\n [class.pt-2]=\"componentHeight !== ControlHeight.Small\"\r\n >\r\n <ng-content></ng-content>\r\n <div *ngIf=\"helptextmode === 'text' && helptext\" class=\"form-text\">\r\n {{helptext}}\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
51
52
|
}], ctorParameters: function () { return [{ type: i1.SacFormLayoutDirective, decorators: [{
|
|
52
53
|
type: Host
|
|
53
54
|
}, {
|
|
54
55
|
type: Optional
|
|
55
56
|
}] }, { type: i0.Injector }]; } });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9idXR0b25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2FjLWJvb3RzdHJhcDUvc3JjL2NvbnRyb2xzL2NoZWNrYm94L3JhZGlvYnV0dG9ucy50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NhYy1ib290c3RyYXA1L3NyYy9jb250cm9scy9jaGVja2JveC9yYWRpb2J1dHRvbnMuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQVksUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7Ozs7QUFHMUU7O0dBRUc7QUFrQkgsTUFBTSxPQUFPLHdCQUF5QixTQUFRLHFCQUFxQjtJQUNqRSx1QkFBdUI7SUFFdkI7Ozs7T0FJRztJQUNILFlBQ3NCLFVBQWtDLEVBQ3RELFFBQWtCO1FBRWxCLEtBQUssQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUFDLENBQUM7SUFDOUIsQ0FBQzs7cUhBYlUsd0JBQXdCO3lHQUF4Qix3QkFBd0IsMkNBYnhCO1FBQ1Q7WUFDRSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsd0JBQXdCLENBQUM7WUFDdkQsS0FBSyxFQUFFLElBQUk7U0FDWjtRQUNEO1lBQ0UsT0FBTyxFQUFFLGFBQWE7WUFDdEIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQztZQUN2RCxLQUFLLEVBQUUsSUFBSTtTQUNaO0tBQ0YsaURDdkJILGduQ0FnQ0E7MkZEUGEsd0JBQXdCO2tCQWpCcEMsU0FBUzsrQkFDRSxrQkFBa0IsYUFHakI7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUseUJBQXlCLENBQUM7NEJBQ3ZELEtBQUssRUFBRSxJQUFJO3lCQUNaO3dCQUNEOzRCQUNFLE9BQU8sRUFBRSxhQUFhOzRCQUN0QixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSx5QkFBeUIsQ0FBQzs0QkFDdkQsS0FBSyxFQUFFLElBQUk7eUJBQ1o7cUJBQ0Y7OzBCQVdFLElBQUk7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGZvcndhcmRSZWYsIEhvc3QsIEluamVjdG9yLCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOR19WQUxJREFUT1JTLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgU2FjUmFkaW9idXR0b25zQ29tbW9uIH0gZnJvbSAnQHNpbXBsZWFuZ3VsYXJjb250cm9scy9zYWMtY29tbW9uJztcclxuaW1wb3J0IHsgU2FjRm9ybUxheW91dERpcmVjdGl2ZSB9IGZyb20gJy4uL2xheW91dC9mb3JtbGF5b3V0LmRpcmVjdGl2ZSc7XHJcblxyXG4vKipcclxuICogUmFkaW9idXR0b25zIEdyb3VwIEtvbXBvbmVudGVcclxuICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2FjLXJhZGlvYnV0dG9ucycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3JhZGlvYnV0dG9ucy5odG1sJyxcclxuICAvLyBWYWx1ZSBBY2Nlc3MgUHJvdmlkZXIgcmVnaXN0cmllcmVuLCBkYW1pdCBXZXJ0IHZpYSBNb2RlbCBnZXNjaHJpZWJlbiB1bmQgZ2VsZXNlbiB3ZXJkZW4ga2FublxyXG4gIHByb3ZpZGVyczogW1xyXG4gICAge1xyXG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gU2FjUmFkaW9idXR0b25zQ29tcG9uZW50KSxcclxuICAgICAgbXVsdGk6IHRydWUsXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBwcm92aWRlOiBOR19WQUxJREFUT1JTLFxyXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBTYWNSYWRpb2J1dHRvbnNDb21wb25lbnQpLFxyXG4gICAgICBtdWx0aTogdHJ1ZSxcclxuICAgIH0sXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNhY1JhZGlvYnV0dG9uc0NvbXBvbmVudCBleHRlbmRzIFNhY1JhZGlvYnV0dG9uc0NvbW1vbiB7XHJcbiAgLy8gI3JlZ2lvbiBDb25zdHJ1Y3RvcnNcclxuXHJcbiAgLyoqXHJcbiAgICogQ29uc3RydWN0b3JcclxuICAgKiBAcGFyYW0gZm9ybUxheW91dCBTYWNGb3JtTGF5b3V0IHRvIGRlZmluZSBzY29wZWQgbGF5b3V0IHNldHRpbmdzXHJcbiAgICogQHBhcmFtIGluamVjdG9yIEluamVjdG9yIGZvciBpbmplY3Rpbmcgc2VydmljZXNcclxuICAgKi9cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIEBIb3N0KCkgQE9wdGlvbmFsKCkgZm9ybUxheW91dDogU2FjRm9ybUxheW91dERpcmVjdGl2ZSxcclxuICAgIGluamVjdG9yOiBJbmplY3RvclxyXG4gICkge1xyXG4gICAgc3VwZXIoZm9ybUxheW91dCwgaW5qZWN0b3IpO1xyXG4gIH1cclxuXHJcbiAgLy8gI2VuZHJlZ2lvbiBDb25zdHJ1Y3RvcnNcclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwicm93IG1iLTNcIiBbY2xhc3MuZy0wXT1cImRpc2FibGVsYWJlbFwiPlxyXG4gIDxkaXZcclxuICAgICpuZ0lmPVwiZGlzYWJsZWxhYmVsID09PSBmYWxzZVwiXHJcbiAgICBjbGFzcz1cImNvbC0xMiBwdC0wXCJcclxuICAgIFtuZ0NsYXNzXT1cIltkaXNhYmxlbGFiZWwgPT09IGZhbHNlID8gKHRoaXMubGFiZWxTaXplcyB8IHRvTGFiZWxXaWR0aENzcykgOiAndmlzdWFsbHktaGlkZGVuJyBdXCJcclxuICA+XHJcbiAgICA8bGFiZWxcclxuICAgICAgY2xhc3M9XCJjb2wtZm9ybS1sYWJlbFwiXHJcbiAgICAgIFtuZ0NsYXNzXT1cImNvbXBvbmVudEhlaWdodCB8IHRvTGFiZWxIZWlnaHRcIlxyXG4gICAgICAqbmdJZj1cIiFkaXNhYmxlbGFiZWxcIlxyXG4gICAgICA+e3tsYWJlbH19PHNhYy10b29sdGlwXHJcbiAgICAgICAgKm5nSWY9XCJoZWxwdGV4dG1vZGUgPT09ICd0b29sdGlwJyAmJiBoZWxwdGV4dFwiXHJcbiAgICAgICAgW3Rvb2x0aXB0ZXh0XT1cImhlbHB0ZXh0XCJcclxuICAgICAgICBbaW5saW5lbW9kZV09XCJ0cnVlXCJcclxuICAgICAgICA+PHNwYW5cclxuICAgICAgICAgIFtuZ0NsYXNzXT1cIkhlbHB0ZXh0VG9vbHRpcEljb25cIlxyXG4gICAgICAgICAgY2xhc3M9XCJtcy0xXCJcclxuICAgICAgICA+PC9zcGFuPiA8L3NhYy10b29sdGlwXHJcbiAgICA+PC9sYWJlbD5cclxuICA8L2Rpdj5cclxuICA8ZGl2XHJcbiAgICBjbGFzcz1cImNvbC0xMlwiXHJcbiAgICBbbmdDbGFzc109XCJbZGlzYWJsZWxhYmVsID09PSBmYWxzZSA/ICAodGhpcy5sYWJlbFNpemVzIHwgdG9Db250cm9sV2lkdGhDc3MpIDogJyddXCJcclxuICAgIFtjbGFzcy5wdC0xXT1cImNvbXBvbmVudEhlaWdodCA9PT0gQ29udHJvbEhlaWdodC5TbWFsbFwiXHJcbiAgICBbY2xhc3MucHQtMl09XCJjb21wb25lbnRIZWlnaHQgIT09IENvbnRyb2xIZWlnaHQuU21hbGxcIlxyXG4gID5cclxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICAgIDxkaXYgKm5nSWY9XCJoZWxwdGV4dG1vZGUgPT09ICd0ZXh0JyAmJiBoZWxwdGV4dFwiIGNsYXNzPVwiZm9ybS10ZXh0XCI+XHJcbiAgICAgIHt7aGVscHRleHR9fVxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -5,13 +5,14 @@ import { SacDateCommon } from '@simpleangularcontrols/sac-common';
|
|
|
5
5
|
import * as moment_ from 'moment';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "../layout/formlayout.directive";
|
|
8
|
-
import * as i2 from "
|
|
9
|
-
import * as i3 from "
|
|
10
|
-
import * as i4 from "angular
|
|
11
|
-
import * as i5 from "
|
|
12
|
-
import * as i6 from "../layout/
|
|
13
|
-
import * as i7 from "../layout/
|
|
14
|
-
import * as i8 from "../layout/
|
|
8
|
+
import * as i2 from "../tooltip/tooltip";
|
|
9
|
+
import * as i3 from "./dateselector";
|
|
10
|
+
import * as i4 from "@angular/common";
|
|
11
|
+
import * as i5 from "angular-imask";
|
|
12
|
+
import * as i6 from "../layout/tolabelwidthcss.pipe";
|
|
13
|
+
import * as i7 from "../layout/tolabelheight.pipe";
|
|
14
|
+
import * as i8 from "../layout/tocontrolwidthcss.pipe";
|
|
15
|
+
import * as i9 from "../layout/tocontrolheight.pipe";
|
|
15
16
|
/**
|
|
16
17
|
* Referenz auf Moment.JS
|
|
17
18
|
*/
|
|
@@ -43,7 +44,7 @@ SacDateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
43
44
|
multi: true,
|
|
44
45
|
useExisting: forwardRef(() => SacDateComponent),
|
|
45
46
|
},
|
|
46
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <label\r\n for=\"{{name}}\"\r\n class=\"col-12 col-form-label\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\r\n >{{label}}</
|
|
47
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <label\r\n for=\"{{name}}\"\r\n class=\"col-12 col-form-label\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\r\n >{{label}}<sac-tooltip\r\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\r\n [tooltiptext]=\"helptext\"\r\n [inlinemode]=\"true\"\r\n ><span [ngClass]=\"HelptextTooltipIcon\" class=\"ms-1\"></span> </sac-tooltip\r\n ></label>\r\n <div\r\n class=\"col-12 position-relative\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\r\n >\r\n <div\r\n class=\"input-group\"\r\n [class.input-group-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.input-group-lg]=\"componentHeight === ControlHeight.Large\"\r\n [class.has-validation]=\"isinlineerrorenabled && invalid && (dirty || touched)\"\r\n >\r\n <input\r\n id=\"{{name}}\"\r\n name=\"{{name}}\"\r\n type=\"text\"\r\n class=\"form-control\"\r\n [imask]=\"imaskDate\"\r\n [attr.placeholder]=\"placeholder\"\r\n [value]=\"valuestring\"\r\n [class.is-invalid]=\"invalid && (dirty || touched)\"\r\n [ngClass]=\"[componentHeight | toControlHeight]\"\r\n (blur)=\"onTouch()\"\r\n (accept)=\"setValueString($event)\"\r\n [disabled]=\"isdisabled\"\r\n />\r\n <button\r\n class=\"btn btn-secondary\"\r\n type=\"button\"\r\n (click)=\"showDateSelector()\"\r\n [disabled]=\"isdisabled\"\r\n >\r\n <i [class]=\"IconSelector\"></i>\r\n </button>\r\n <div\r\n *ngIf=\"isinlineerrorenabled && invalid && (dirty || touched)\"\r\n class=\"invalid-feedback\"\r\n >\r\n {{ GetErrorMessage() | async }}\r\n </div>\r\n </div>\r\n <div *ngIf=\"helptextmode === 'text' && helptext\" class=\"form-text\">\r\n {{helptext}}\r\n </div>\r\n <div\r\n class=\"popover fade bs-popover-bottom show position-absolute\"\r\n role=\"tooltip\"\r\n *ngIf=\"_showselector\"\r\n style=\"\r\n display: block;\r\n left: unset;\r\n right: 0px;\r\n top: unset;\r\n max-width: 325px;\r\n margin-top: 7px;\r\n \"\r\n >\r\n <div\r\n class=\"popover-arrow position-absolute\"\r\n style=\"left: unset\"\r\n [style.right.rem]=\"componentHeight === ControlHeight.Small ? 1.1 : componentHeight === ControlHeight.Large ? 1.8 : 1.4\"\r\n ></div>\r\n <h3 class=\"popover-header\" style=\"display: none\"></h3>\r\n <div class=\"popover-body\">\r\n <sac-dateselector\r\n [initialvalue]=\"value\"\r\n (selectdate)=\"dateselect($event)\"\r\n dateselection=\"true\"\r\n ></sac-dateselector>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", components: [{ type: i2.SacTooltipComponent, selector: "sac-tooltip" }, { type: i3.SacDateSelectorComponent, selector: "sac-dateselector" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.IMaskDirective, selector: "[imask]", inputs: ["imaskElement", "imask", "unmask"], outputs: ["accept", "complete"], exportAs: ["imask"] }], pipes: { "toLabelWidthCss": i6.SacToLabelWidthCssPipe, "toLabelHeight": i7.SacToLabelHeightPipe, "toControlWidthCss": i8.SacToControlWidthCssPipe, "toControlHeight": i9.SacToControlHeightPipe, "async": i4.AsyncPipe } });
|
|
47
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateComponent, decorators: [{
|
|
48
49
|
type: Component,
|
|
49
50
|
args: [{ selector: 'sac-date', providers: [
|
|
@@ -57,10 +58,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
57
58
|
multi: true,
|
|
58
59
|
useExisting: forwardRef(() => SacDateComponent),
|
|
59
60
|
},
|
|
60
|
-
], template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <label\r\n for=\"{{name}}\"\r\n class=\"col-12 col-form-label\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\r\n >{{label}}</
|
|
61
|
+
], template: "<div class=\"row mb-3\" [class.g-0]=\"disablelabel\">\r\n <label\r\n for=\"{{name}}\"\r\n class=\"col-12 col-form-label\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\r\n >{{label}}<sac-tooltip\r\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\r\n [tooltiptext]=\"helptext\"\r\n [inlinemode]=\"true\"\r\n ><span [ngClass]=\"HelptextTooltipIcon\" class=\"ms-1\"></span> </sac-tooltip\r\n ></label>\r\n <div\r\n class=\"col-12 position-relative\"\r\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\r\n >\r\n <div\r\n class=\"input-group\"\r\n [class.input-group-sm]=\"componentHeight === ControlHeight.Small\"\r\n [class.input-group-lg]=\"componentHeight === ControlHeight.Large\"\r\n [class.has-validation]=\"isinlineerrorenabled && invalid && (dirty || touched)\"\r\n >\r\n <input\r\n id=\"{{name}}\"\r\n name=\"{{name}}\"\r\n type=\"text\"\r\n class=\"form-control\"\r\n [imask]=\"imaskDate\"\r\n [attr.placeholder]=\"placeholder\"\r\n [value]=\"valuestring\"\r\n [class.is-invalid]=\"invalid && (dirty || touched)\"\r\n [ngClass]=\"[componentHeight | toControlHeight]\"\r\n (blur)=\"onTouch()\"\r\n (accept)=\"setValueString($event)\"\r\n [disabled]=\"isdisabled\"\r\n />\r\n <button\r\n class=\"btn btn-secondary\"\r\n type=\"button\"\r\n (click)=\"showDateSelector()\"\r\n [disabled]=\"isdisabled\"\r\n >\r\n <i [class]=\"IconSelector\"></i>\r\n </button>\r\n <div\r\n *ngIf=\"isinlineerrorenabled && invalid && (dirty || touched)\"\r\n class=\"invalid-feedback\"\r\n >\r\n {{ GetErrorMessage() | async }}\r\n </div>\r\n </div>\r\n <div *ngIf=\"helptextmode === 'text' && helptext\" class=\"form-text\">\r\n {{helptext}}\r\n </div>\r\n <div\r\n class=\"popover fade bs-popover-bottom show position-absolute\"\r\n role=\"tooltip\"\r\n *ngIf=\"_showselector\"\r\n style=\"\r\n display: block;\r\n left: unset;\r\n right: 0px;\r\n top: unset;\r\n max-width: 325px;\r\n margin-top: 7px;\r\n \"\r\n >\r\n <div\r\n class=\"popover-arrow position-absolute\"\r\n style=\"left: unset\"\r\n [style.right.rem]=\"componentHeight === ControlHeight.Small ? 1.1 : componentHeight === ControlHeight.Large ? 1.8 : 1.4\"\r\n ></div>\r\n <h3 class=\"popover-header\" style=\"display: none\"></h3>\r\n <div class=\"popover-body\">\r\n <sac-dateselector\r\n [initialvalue]=\"value\"\r\n (selectdate)=\"dateselect($event)\"\r\n dateselection=\"true\"\r\n ></sac-dateselector>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
61
62
|
}], ctorParameters: function () { return [{ type: i1.SacFormLayoutDirective, decorators: [{
|
|
62
63
|
type: Host
|
|
63
64
|
}, {
|
|
64
65
|
type: Optional
|
|
65
66
|
}] }, { type: i0.Injector }, { type: i0.ElementRef }]; } });
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
67
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NhYy1ib290c3RyYXA1L3NyYy9jb250cm9scy9kYXRldGltZS9kYXRlLnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2FjLWJvb3RzdHJhcDUvc3JjL2NvbnRyb2xzL2RhdGV0aW1lL2RhdGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUVULFVBQVUsRUFDVixJQUFJLEVBRUosUUFBUSxHQUNULE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDbEUsbUJBQW1CO0FBQ25CLE9BQU8sS0FBSyxPQUFPLE1BQU0sUUFBUSxDQUFDOzs7Ozs7Ozs7OztBQUdsQzs7R0FFRztBQUNILE1BQU0sTUFBTSxHQUFHLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQztBQUVsQzs7R0FFRztBQWtCSCxNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsYUFBYTtJQUNqRCx1QkFBdUI7SUFFdkI7Ozs7O09BS0c7SUFDSCxZQUNzQixVQUFrQyxFQUN0RCxRQUFrQixFQUNsQixVQUFzQjtRQUV0QixLQUFLLENBQUMsVUFBVSxFQUFFLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztJQUMxQyxDQUFDOzs2R0FmVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixtQ0FiaEI7UUFDVDtZQUNFLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsS0FBSyxFQUFFLElBQUk7WUFDWCxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGdCQUFnQixDQUFDO1NBQ2hEO1FBQ0Q7WUFDRSxPQUFPLEVBQUUsYUFBYTtZQUN0QixLQUFLLEVBQUUsSUFBSTtZQUNYLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7U0FDaEQ7S0FDRixpRENyQ0gsazVGQWtGQTsyRkQzQ2EsZ0JBQWdCO2tCQWpCNUIsU0FBUzsrQkFDRSxVQUFVLGFBR1Q7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsS0FBSyxFQUFFLElBQUk7NEJBQ1gsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsaUJBQWlCLENBQUM7eUJBQ2hEO3dCQUNEOzRCQUNFLE9BQU8sRUFBRSxhQUFhOzRCQUN0QixLQUFLLEVBQUUsSUFBSTs0QkFDWCxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxpQkFBaUIsQ0FBQzt5QkFDaEQ7cUJBQ0Y7OzBCQVlFLElBQUk7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBFbGVtZW50UmVmLFxyXG4gIGZvcndhcmRSZWYsXHJcbiAgSG9zdCxcclxuICBJbmplY3RvcixcclxuICBPcHRpb25hbCxcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTkdfVkFMSURBVE9SUywgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IFNhY0RhdGVDb21tb24gfSBmcm9tICdAc2ltcGxlYW5ndWxhcmNvbnRyb2xzL3NhYy1jb21tb24nO1xyXG4vLyBJbXBvcnQgTW9tZW50LkpTXHJcbmltcG9ydCAqIGFzIG1vbWVudF8gZnJvbSAnbW9tZW50JztcclxuaW1wb3J0IHsgU2FjRm9ybUxheW91dERpcmVjdGl2ZSB9IGZyb20gJy4uL2xheW91dC9mb3JtbGF5b3V0LmRpcmVjdGl2ZSc7XHJcblxyXG4vKipcclxuICogUmVmZXJlbnogYXVmIE1vbWVudC5KU1xyXG4gKi9cclxuY29uc3QgbW9tZW50ID0gbW9tZW50X1snZGVmYXVsdCddO1xyXG5cclxuLyoqXHJcbiAqIEtvbXBvbmVudGUgZsO8ciBEYXR1bWF1c3dhaGxcclxuICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2FjLWRhdGUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9kYXRlLmh0bWwnLFxyXG4gIC8vIFZhbHVlIEFjY2VzcyBQcm92aWRlciByZWdpc3RyaWVyZW4sIGRhbWl0IFdlcnQgdmlhIE1vZGVsIGdlc2NocmllYmVuIHVuZCBnZWxlc2VuIHdlcmRlbiBrYW5uXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICB7XHJcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG4gICAgICBtdWx0aTogdHJ1ZSxcclxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gU2FjRGF0ZUNvbXBvbmVudCksXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBwcm92aWRlOiBOR19WQUxJREFUT1JTLFxyXG4gICAgICBtdWx0aTogdHJ1ZSxcclxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gU2FjRGF0ZUNvbXBvbmVudCksXHJcbiAgICB9LFxyXG4gIF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTYWNEYXRlQ29tcG9uZW50IGV4dGVuZHMgU2FjRGF0ZUNvbW1vbiB7XHJcbiAgLy8gI3JlZ2lvbiBDb25zdHJ1Y3RvcnNcclxuXHJcbiAgLyoqXHJcbiAgICogQ29uc3RydWN0b3JcclxuICAgKiBAcGFyYW0gZm9ybUxheW91dCBTYWNGb3JtTGF5b3V0IHRvIGRlZmluZSBzY29wZWQgbGF5b3V0IHNldHRpbmdzXHJcbiAgICogQHBhcmFtIGluamVjdG9yIEluamVjdG9yIGZvciBpbmplY3Rpbmcgc2VydmljZXNcclxuICAgKiBAcGFyYW0gZWxlbWVudFJlZiBSZWZlcmVuY2UgdG8gaHRtbCBkb20gZWxlbWVudFxyXG4gICAqL1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgQEhvc3QoKSBAT3B0aW9uYWwoKSBmb3JtTGF5b3V0OiBTYWNGb3JtTGF5b3V0RGlyZWN0aXZlLFxyXG4gICAgaW5qZWN0b3I6IEluamVjdG9yLFxyXG4gICAgZWxlbWVudFJlZjogRWxlbWVudFJlZlxyXG4gICkge1xyXG4gICAgc3VwZXIoZm9ybUxheW91dCwgaW5qZWN0b3IsIGVsZW1lbnRSZWYpO1xyXG4gIH1cclxuXHJcbiAgLy8gI2VuZHJlZ2lvbiBDb25zdHJ1Y3RvcnNcclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwicm93IG1iLTNcIiBbY2xhc3MuZy0wXT1cImRpc2FibGVsYWJlbFwiPlxyXG4gIDxsYWJlbFxyXG4gICAgZm9yPVwie3tuYW1lfX1cIlxyXG4gICAgY2xhc3M9XCJjb2wtMTIgY29sLWZvcm0tbGFiZWxcIlxyXG4gICAgW25nQ2xhc3NdPVwiW2Rpc2FibGVsYWJlbCA9PT0gZmFsc2UgPyAodGhpcy5sYWJlbFNpemVzIHwgdG9MYWJlbFdpZHRoQ3NzKSA6ICd2aXN1YWxseS1oaWRkZW4nLCBjb21wb25lbnRIZWlnaHQgfCB0b0xhYmVsSGVpZ2h0XVwiXHJcbiAgICA+e3tsYWJlbH19PHNhYy10b29sdGlwXHJcbiAgICAgICpuZ0lmPVwiaGVscHRleHRtb2RlID09PSAndG9vbHRpcCcgJiYgaGVscHRleHRcIlxyXG4gICAgICBbdG9vbHRpcHRleHRdPVwiaGVscHRleHRcIlxyXG4gICAgICBbaW5saW5lbW9kZV09XCJ0cnVlXCJcclxuICAgICAgPjxzcGFuIFtuZ0NsYXNzXT1cIkhlbHB0ZXh0VG9vbHRpcEljb25cIiBjbGFzcz1cIm1zLTFcIj48L3NwYW4+IDwvc2FjLXRvb2x0aXBcclxuICA+PC9sYWJlbD5cclxuICA8ZGl2XHJcbiAgICBjbGFzcz1cImNvbC0xMiBwb3NpdGlvbi1yZWxhdGl2ZVwiXHJcbiAgICBbbmdDbGFzc109XCJbZGlzYWJsZWxhYmVsID09PSBmYWxzZSA/ICAodGhpcy5sYWJlbFNpemVzIHwgdG9Db250cm9sV2lkdGhDc3MpIDogJyddXCJcclxuICA+XHJcbiAgICA8ZGl2XHJcbiAgICAgIGNsYXNzPVwiaW5wdXQtZ3JvdXBcIlxyXG4gICAgICBbY2xhc3MuaW5wdXQtZ3JvdXAtc21dPVwiY29tcG9uZW50SGVpZ2h0ID09PSBDb250cm9sSGVpZ2h0LlNtYWxsXCJcclxuICAgICAgW2NsYXNzLmlucHV0LWdyb3VwLWxnXT1cImNvbXBvbmVudEhlaWdodCA9PT0gQ29udHJvbEhlaWdodC5MYXJnZVwiXHJcbiAgICAgIFtjbGFzcy5oYXMtdmFsaWRhdGlvbl09XCJpc2lubGluZWVycm9yZW5hYmxlZCAmJiBpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiXHJcbiAgICA+XHJcbiAgICAgIDxpbnB1dFxyXG4gICAgICAgIGlkPVwie3tuYW1lfX1cIlxyXG4gICAgICAgIG5hbWU9XCJ7e25hbWV9fVwiXHJcbiAgICAgICAgdHlwZT1cInRleHRcIlxyXG4gICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICBbaW1hc2tdPVwiaW1hc2tEYXRlXCJcclxuICAgICAgICBbYXR0ci5wbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiXHJcbiAgICAgICAgW3ZhbHVlXT1cInZhbHVlc3RyaW5nXCJcclxuICAgICAgICBbY2xhc3MuaXMtaW52YWxpZF09XCJpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiXHJcbiAgICAgICAgW25nQ2xhc3NdPVwiW2NvbXBvbmVudEhlaWdodCB8IHRvQ29udHJvbEhlaWdodF1cIlxyXG4gICAgICAgIChibHVyKT1cIm9uVG91Y2goKVwiXHJcbiAgICAgICAgKGFjY2VwdCk9XCJzZXRWYWx1ZVN0cmluZygkZXZlbnQpXCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiaXNkaXNhYmxlZFwiXHJcbiAgICAgIC8+XHJcbiAgICAgIDxidXR0b25cclxuICAgICAgICBjbGFzcz1cImJ0biBidG4tc2Vjb25kYXJ5XCJcclxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAoY2xpY2spPVwic2hvd0RhdGVTZWxlY3RvcigpXCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiaXNkaXNhYmxlZFwiXHJcbiAgICAgID5cclxuICAgICAgICA8aSBbY2xhc3NdPVwiSWNvblNlbGVjdG9yXCI+PC9pPlxyXG4gICAgICA8L2J1dHRvbj5cclxuICAgICAgPGRpdlxyXG4gICAgICAgICpuZ0lmPVwiaXNpbmxpbmVlcnJvcmVuYWJsZWQgJiYgaW52YWxpZCAmJiAoZGlydHkgfHwgdG91Y2hlZClcIlxyXG4gICAgICAgIGNsYXNzPVwiaW52YWxpZC1mZWVkYmFja1wiXHJcbiAgICAgID5cclxuICAgICAgICB7eyBHZXRFcnJvck1lc3NhZ2UoKSB8IGFzeW5jIH19XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2ICpuZ0lmPVwiaGVscHRleHRtb2RlID09PSAndGV4dCcgJiYgaGVscHRleHRcIiBjbGFzcz1cImZvcm0tdGV4dFwiPlxyXG4gICAgICB7e2hlbHB0ZXh0fX1cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdlxyXG4gICAgICBjbGFzcz1cInBvcG92ZXIgZmFkZSBicy1wb3BvdmVyLWJvdHRvbSBzaG93IHBvc2l0aW9uLWFic29sdXRlXCJcclxuICAgICAgcm9sZT1cInRvb2x0aXBcIlxyXG4gICAgICAqbmdJZj1cIl9zaG93c2VsZWN0b3JcIlxyXG4gICAgICBzdHlsZT1cIlxyXG4gICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgICAgIGxlZnQ6IHVuc2V0O1xyXG4gICAgICAgIHJpZ2h0OiAwcHg7XHJcbiAgICAgICAgdG9wOiB1bnNldDtcclxuICAgICAgICBtYXgtd2lkdGg6IDMyNXB4O1xyXG4gICAgICAgIG1hcmdpbi10b3A6IDdweDtcclxuICAgICAgXCJcclxuICAgID5cclxuICAgICAgPGRpdlxyXG4gICAgICAgIGNsYXNzPVwicG9wb3Zlci1hcnJvdyBwb3NpdGlvbi1hYnNvbHV0ZVwiXHJcbiAgICAgICAgc3R5bGU9XCJsZWZ0OiB1bnNldFwiXHJcbiAgICAgICAgW3N0eWxlLnJpZ2h0LnJlbV09XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuU21hbGwgPyAxLjEgOiBjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuTGFyZ2UgPyAxLjggOiAxLjRcIlxyXG4gICAgICA+PC9kaXY+XHJcbiAgICAgIDxoMyBjbGFzcz1cInBvcG92ZXItaGVhZGVyXCIgc3R5bGU9XCJkaXNwbGF5OiBub25lXCI+PC9oMz5cclxuICAgICAgPGRpdiBjbGFzcz1cInBvcG92ZXItYm9keVwiPlxyXG4gICAgICAgIDxzYWMtZGF0ZXNlbGVjdG9yXHJcbiAgICAgICAgICBbaW5pdGlhbHZhbHVlXT1cInZhbHVlXCJcclxuICAgICAgICAgIChzZWxlY3RkYXRlKT1cImRhdGVzZWxlY3QoJGV2ZW50KVwiXHJcbiAgICAgICAgICBkYXRlc2VsZWN0aW9uPVwidHJ1ZVwiXHJcbiAgICAgICAgPjwvc2FjLWRhdGVzZWxlY3Rvcj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
|