@3kles/kles-material-dynamicforms 17.4.2 → 17.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/directive/dynamic-component.directive.mjs +3 -3
- package/esm2022/lib/directive/dynamic-field.directive.mjs +9 -5
- package/esm2022/lib/dynamic-form.component.mjs +31 -17
- package/esm2022/lib/fields/array.component.mjs +3 -3
- package/esm2022/lib/fields/badge.component.mjs +3 -3
- package/esm2022/lib/fields/button-fab.component.mjs +3 -3
- package/esm2022/lib/fields/button-form.component.mjs +3 -3
- package/esm2022/lib/fields/button-icon.component.mjs +3 -3
- package/esm2022/lib/fields/button-mini-fab.component.mjs +3 -3
- package/esm2022/lib/fields/button-toogle-group.component.mjs +3 -3
- package/esm2022/lib/fields/buttonchecker-form.component.mjs +3 -3
- package/esm2022/lib/fields/buttonfile-form.component.mjs +3 -3
- package/esm2022/lib/fields/checkbox.component.mjs +20 -9
- package/esm2022/lib/fields/chip.component.mjs +3 -3
- package/esm2022/lib/fields/clear.component.mjs +3 -3
- package/esm2022/lib/fields/color.component.mjs +3 -3
- package/esm2022/lib/fields/date-time.component.mjs +3 -3
- package/esm2022/lib/fields/date.component.mjs +3 -3
- package/esm2022/lib/fields/field.abstract.mjs +3 -3
- package/esm2022/lib/fields/group.component.mjs +3 -3
- package/esm2022/lib/fields/icon.component.mjs +3 -3
- package/esm2022/lib/fields/input.clearable.component.mjs +3 -3
- package/esm2022/lib/fields/input.component.mjs +3 -3
- package/esm2022/lib/fields/label.component.mjs +3 -3
- package/esm2022/lib/fields/line-break.component.mjs +3 -3
- package/esm2022/lib/fields/link.component.mjs +3 -3
- package/esm2022/lib/fields/list-field.component.mjs +3 -3
- package/esm2022/lib/fields/radio.component.mjs +3 -3
- package/esm2022/lib/fields/range.component.mjs +3 -3
- package/esm2022/lib/fields/select.component.mjs +3 -3
- package/esm2022/lib/fields/select.lazy-search.component.mjs +3 -3
- package/esm2022/lib/fields/select.search.component.mjs +3 -3
- package/esm2022/lib/fields/selection-list.component.mjs +3 -3
- package/esm2022/lib/fields/selection-list.search.component.mjs +3 -3
- package/esm2022/lib/fields/slide-toggle.component.mjs +3 -3
- package/esm2022/lib/fields/text.component.mjs +3 -3
- package/esm2022/lib/fields/textarea.component.mjs +3 -3
- package/esm2022/lib/forms/button-control-base.mjs +3 -3
- package/esm2022/lib/forms/button-control.component.mjs +3 -3
- package/esm2022/lib/forms/buttonchecker-control.component.mjs +3 -3
- package/esm2022/lib/forms/buttonfile-control.component.mjs +3 -3
- package/esm2022/lib/forms/fab-control.component.mjs +3 -3
- package/esm2022/lib/forms/icon-button-control.component.mjs +3 -3
- package/esm2022/lib/forms/mini-fab-control.component.mjs +3 -3
- package/esm2022/lib/interfaces/field.config.interface.mjs +1 -1
- package/esm2022/lib/kles-material-dynamicforms.module.mjs +4 -4
- package/esm2022/lib/matcher/form-error.matcher.mjs +3 -3
- package/esm2022/lib/modules/material.module.mjs +4 -4
- package/esm2022/lib/pipe/array.pipe.mjs +3 -3
- package/esm2022/lib/pipe/transform.pipe.mjs +3 -3
- package/fesm2022/3kles-kles-material-dynamicforms.mjs +194 -167
- package/fesm2022/3kles-kles-material-dynamicforms.mjs.map +1 -1
- package/lib/dynamic-form.component.d.ts +7 -4
- package/lib/interfaces/field.config.interface.d.ts +4 -1
- package/package.json +1 -1
|
@@ -14,8 +14,8 @@ let KlesFormTextComponent = class KlesFormTextComponent extends KlesFieldAbstrac
|
|
|
14
14
|
ngOnDestroy() {
|
|
15
15
|
super.ngOnDestroy();
|
|
16
16
|
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormTextComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.4", type: KlesFormTextComponent, selector: "kles-form-text", usesInheritance: true, ngImport: i0, template: `
|
|
19
19
|
<span matTooltip="{{field.tooltip}}" [attr.id]="field.id" [ngClass]="field.ngClass" [ngStyle]="field.ngStyle">
|
|
20
20
|
{{((field.property && group.controls[field.name].value) ? group.controls[field.name].value[field.property] : group.controls[field.name].value) | klesTransform:field.pipeTransform}}
|
|
21
21
|
</span>
|
|
@@ -25,7 +25,7 @@ KlesFormTextComponent = __decorate([
|
|
|
25
25
|
FieldMapper({ type: EnumType.text })
|
|
26
26
|
], KlesFormTextComponent);
|
|
27
27
|
export { KlesFormTextComponent };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormTextComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'kles-form-text',
|
|
@@ -15,8 +15,8 @@ export class KlesFormTextareaComponent extends KlesFieldAbstract {
|
|
|
15
15
|
ngOnDestroy() {
|
|
16
16
|
super.ngOnDestroy();
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
19
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormTextareaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.4", type: KlesFormTextareaComponent, selector: "kles-form-textarea", usesInheritance: true, ngImport: i0, template: `
|
|
20
20
|
<mat-form-field [subscriptSizing]="field.subscriptSizing" [formGroup]="group" [color]="field.color" class="form-element" [appearance]="field.appearance">
|
|
21
21
|
@if (field.label) {
|
|
22
22
|
<mat-label>{{field.label}}</mat-label>
|
|
@@ -50,7 +50,7 @@ export class KlesFormTextareaComponent extends KlesFieldAbstract {
|
|
|
50
50
|
</mat-form-field>
|
|
51
51
|
`, isInline: true, styles: ["mat-form-field{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i4.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "directive", type: i5.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "directive", type: i6.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] }); }
|
|
52
52
|
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormTextareaComponent, decorators: [{
|
|
54
54
|
type: Component,
|
|
55
55
|
args: [{ selector: 'kles-form-textarea', template: `
|
|
56
56
|
<mat-form-field [subscriptSizing]="field.subscriptSizing" [formGroup]="group" [color]="field.color" class="form-element" [appearance]="field.appearance">
|
|
@@ -56,10 +56,10 @@ export class KlesButtonBase {
|
|
|
56
56
|
setDisabledState(isDisabled) {
|
|
57
57
|
this.disabled = isDisabled;
|
|
58
58
|
}
|
|
59
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
60
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
59
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
60
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.4", type: KlesButtonBase, selector: "ng-component", inputs: { name: "name", label: "label", color: "color", icon: "icon", iconSvg: "iconSvg", disabled: "disabled", type: "type", classButton: "classButton", value: "value", tooltip: "tooltip" }, ngImport: i0, template: '', isInline: true }); }
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonBase, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
template: ''
|
|
@@ -37,8 +37,8 @@ export class KlesButtonComponent extends KlesButtonBase {
|
|
|
37
37
|
set attribute(attribute) {
|
|
38
38
|
this.mdcClasses.set(HOST_SELECTOR_MDC_CLASS_PAIR.find(selector => selector.attribute === attribute)?.mdcClasses || []);
|
|
39
39
|
}
|
|
40
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
41
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
40
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
41
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.4", type: KlesButtonComponent, selector: "kles-button", inputs: { attribute: "attribute" }, providers: [
|
|
42
42
|
{
|
|
43
43
|
provide: NG_VALUE_ACCESSOR,
|
|
44
44
|
useExisting: forwardRef(() => KlesButtonComponent),
|
|
@@ -59,7 +59,7 @@ export class KlesButtonComponent extends KlesButtonBase {
|
|
|
59
59
|
</button>
|
|
60
60
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i4.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonComponent, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: 'kles-button',
|
|
@@ -18,8 +18,8 @@ export class KlesButtonCheckerComponent extends KlesButtonBase {
|
|
|
18
18
|
countError() {
|
|
19
19
|
return (this.value.error) ? this.value.error.length : 0;
|
|
20
20
|
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonCheckerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.4", type: KlesButtonCheckerComponent, selector: "kles-button-checker", providers: [
|
|
23
23
|
{
|
|
24
24
|
provide: NG_VALUE_ACCESSOR,
|
|
25
25
|
useExisting: forwardRef(() => KlesButtonCheckerComponent),
|
|
@@ -54,7 +54,7 @@ export class KlesButtonCheckerComponent extends KlesButtonBase {
|
|
|
54
54
|
</span>
|
|
55
55
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.MatBadge, selector: "[matBadge]", inputs: ["matBadgeColor", "matBadgeOverlap", "matBadgeDisabled", "matBadgePosition", "matBadge", "matBadgeDescription", "matBadgeSize", "matBadgeHidden"] }, { kind: "component", type: i2.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i3.KlesButtonComponent, selector: "kles-button", inputs: ["attribute"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }] }); }
|
|
56
56
|
}
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonCheckerComponent, decorators: [{
|
|
58
58
|
type: Component,
|
|
59
59
|
args: [{
|
|
60
60
|
selector: 'kles-button-checker',
|
|
@@ -75,8 +75,8 @@ export class KlesButtonFileComponent extends KlesButtonBase {
|
|
|
75
75
|
temporaryFileReader.readAsArrayBuffer(inputFile);
|
|
76
76
|
});
|
|
77
77
|
}
|
|
78
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
79
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
78
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonFileComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.4", type: KlesButtonFileComponent, selector: "kles-button-file", inputs: { accept: "accept" }, providers: [
|
|
80
80
|
{
|
|
81
81
|
provide: NG_VALUE_ACCESSOR,
|
|
82
82
|
useExisting: forwardRef(() => KlesButtonFileComponent),
|
|
@@ -93,7 +93,7 @@ export class KlesButtonFileComponent extends KlesButtonBase {
|
|
|
93
93
|
</kles-button>
|
|
94
94
|
`, isInline: true, dependencies: [{ kind: "component", type: i1.KlesButtonComponent, selector: "kles-button", inputs: ["attribute"] }] }); }
|
|
95
95
|
}
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesButtonFileComponent, decorators: [{
|
|
97
97
|
type: Component,
|
|
98
98
|
args: [{
|
|
99
99
|
selector: 'kles-button-file',
|
|
@@ -8,8 +8,8 @@ import * as i3 from "@angular/material/icon";
|
|
|
8
8
|
import * as i4 from "@angular/material/tooltip";
|
|
9
9
|
import * as i5 from "@ngx-translate/core";
|
|
10
10
|
export class KlesFabComponent extends KlesButtonBase {
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFabComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.4", type: KlesFabComponent, selector: "kles-fab", providers: [
|
|
13
13
|
{
|
|
14
14
|
provide: NG_VALUE_ACCESSOR,
|
|
15
15
|
useExisting: forwardRef(() => KlesFabComponent),
|
|
@@ -30,7 +30,7 @@ export class KlesFabComponent extends KlesButtonBase {
|
|
|
30
30
|
</button>
|
|
31
31
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatFabButton, selector: "button[mat-fab]", inputs: ["extended"], exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i4.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFabComponent, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{
|
|
36
36
|
selector: 'kles-fab',
|
|
@@ -7,8 +7,8 @@ import * as i2 from "@angular/material/button";
|
|
|
7
7
|
import * as i3 from "@angular/material/icon";
|
|
8
8
|
import * as i4 from "@angular/material/tooltip";
|
|
9
9
|
export class KlesIconButtonComponent extends KlesButtonBase {
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesIconButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.4", type: KlesIconButtonComponent, selector: "kles-icon-button", providers: [
|
|
12
12
|
{
|
|
13
13
|
provide: NG_VALUE_ACCESSOR,
|
|
14
14
|
useExisting: forwardRef(() => KlesIconButtonComponent),
|
|
@@ -27,7 +27,7 @@ export class KlesIconButtonComponent extends KlesButtonBase {
|
|
|
27
27
|
</button>
|
|
28
28
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i4.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesIconButtonComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'kles-icon-button',
|
|
@@ -8,8 +8,8 @@ import * as i3 from "@angular/material/icon";
|
|
|
8
8
|
import * as i4 from "@angular/material/tooltip";
|
|
9
9
|
import * as i5 from "@ngx-translate/core";
|
|
10
10
|
export class KlesMiniFabComponent extends KlesButtonBase {
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesMiniFabComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.4", type: KlesMiniFabComponent, selector: "kles-mini-fab", providers: [
|
|
13
13
|
{
|
|
14
14
|
provide: NG_VALUE_ACCESSOR,
|
|
15
15
|
useExisting: forwardRef(() => KlesMiniFabComponent),
|
|
@@ -30,7 +30,7 @@ export class KlesMiniFabComponent extends KlesButtonBase {
|
|
|
30
30
|
</button>
|
|
31
31
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatMiniFabButton, selector: "button[mat-mini-fab]", exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i4.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesMiniFabComponent, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{
|
|
36
36
|
selector: 'kles-mini-fab',
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGQuY29uZmlnLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tsZXMtbWF0ZXJpYWwtZHluYW1pY2Zvcm1zL3NyYy9saWIvaW50ZXJmYWNlcy9maWVsZC5jb25maWcuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJS2xlc1ZhbGlkYXRvciB9IGZyb20gJy4vdmFsaWRhdG9yLmludGVyZmFjZSc7XG5pbXBvcnQgeyBWYWxpZGF0b3JGbiwgQXN5bmNWYWxpZGF0b3JGbiwgVW50eXBlZEZvcm1Hcm91cCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFBpcGVUcmFuc2Zvcm0sIFR5cGUsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEVudW1UeXBlIH0gZnJvbSAnLi4vZW51bXMvdHlwZS5lbnVtJztcbmltcG9ydCB7IElLbGVzRmllbGQgfSBmcm9tICcuL2ZpZWxkLmludGVyZmFjZSc7XG5pbXBvcnQgeyBJS2xlc0RpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBEYXRlQWRhcHRlciwgTWF0RGF0ZUZvcm1hdHMgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IEVudW1CdXR0b25BdHRyaWJ1dGUgfSBmcm9tICcuLi9lbnVtcy9idXR0b24tYXR0cmlidXRlLmVudW0nO1xuaW1wb3J0IHsgU3Vic2NyaXB0U2l6aW5nIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUtsZXNGaWVsZENvbmZpZyB7XG4gIHR5cGU/OiBFbnVtVHlwZTsvLyBNYXBwZXIgdHlwZSBpZih0eXBlICYmICFjb21wb25lbnQpPT50eXBlXG4gIG5hbWU6IHN0cmluZzsvLyBOYW1lIEZpZWxkIChrZXkgZm9yIEZvcm1Db250cm9sTmFtZSlcbiAgY29tcG9uZW50PzogVHlwZTxhbnk+O1xuICBpZD86IHN0cmluZzsvLyBBdHRyaWJ1dCBodG1sIGlkXG4gIGxhYmVsPzogc3RyaW5nOy8vIExhYmVsIGZpZWxkXG4gIHBsYWNlaG9sZGVyPzogYW55Oy8vIFBsYWNlaG9sZGVyIGZpZWxkXG4gIHRvb2x0aXA/OiBzdHJpbmc7Ly8gVG9vbHRpcCBmaWVsZFxuICBpbnB1dFR5cGU/
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGQuY29uZmlnLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tsZXMtbWF0ZXJpYWwtZHluYW1pY2Zvcm1zL3NyYy9saWIvaW50ZXJmYWNlcy9maWVsZC5jb25maWcuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJS2xlc1ZhbGlkYXRvciB9IGZyb20gJy4vdmFsaWRhdG9yLmludGVyZmFjZSc7XG5pbXBvcnQgeyBWYWxpZGF0b3JGbiwgQXN5bmNWYWxpZGF0b3JGbiwgVW50eXBlZEZvcm1Hcm91cCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFBpcGVUcmFuc2Zvcm0sIFR5cGUsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEVudW1UeXBlIH0gZnJvbSAnLi4vZW51bXMvdHlwZS5lbnVtJztcbmltcG9ydCB7IElLbGVzRmllbGQgfSBmcm9tICcuL2ZpZWxkLmludGVyZmFjZSc7XG5pbXBvcnQgeyBJS2xlc0RpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBEYXRlQWRhcHRlciwgTWF0RGF0ZUZvcm1hdHMgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IEVudW1CdXR0b25BdHRyaWJ1dGUgfSBmcm9tICcuLi9lbnVtcy9idXR0b24tYXR0cmlidXRlLmVudW0nO1xuaW1wb3J0IHsgU3Vic2NyaXB0U2l6aW5nIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSUtsZXNGaWVsZENvbmZpZyB7XG4gIHR5cGU/OiBFbnVtVHlwZTsvLyBNYXBwZXIgdHlwZSBpZih0eXBlICYmICFjb21wb25lbnQpPT50eXBlXG4gIG5hbWU6IHN0cmluZzsvLyBOYW1lIEZpZWxkIChrZXkgZm9yIEZvcm1Db250cm9sTmFtZSlcbiAgY29tcG9uZW50PzogVHlwZTxhbnk+O1xuICBpZD86IHN0cmluZzsvLyBBdHRyaWJ1dCBodG1sIGlkXG4gIGxhYmVsPzogc3RyaW5nOy8vIExhYmVsIGZpZWxkXG4gIHBsYWNlaG9sZGVyPzogYW55Oy8vIFBsYWNlaG9sZGVyIGZpZWxkXG4gIHRvb2x0aXA/OiBzdHJpbmc7Ly8gVG9vbHRpcCBmaWVsZFxuICBpbnB1dFR5cGU/OiAndGV4dCcgfCAnYnV0dG9uJyB8ICdjaGVja2JveCcgfCAnY29sb3InIHwgJ2RhdGUnIHwgJ2RhdGV0aW1lLWxvY2FsJyB8ICdlbWFpbCcgfCAnZmlsZScgfCAnaGlkZGVuJyB8ICdpbWFnZScgfCAnbW9udGgnIHwgJ251bWJlcicgfCAncGFzc3dvcmQnIHwgJ3JhZGlvJyB8ICdyYW5nZScgfCAncmVzZXQnIHwgJ3NlYXJjaCcgfCAnc3VibWl0JyB8ICd0ZWwnIHwgJ3RpbWUnIHwgJ3VybCcgfCAnd2Vlayc7Ly8gVHlwZVxuICBtaW4/OiBudW1iZXIgfCBEYXRlO1xuICBtYXg/OiBudW1iZXIgfCBEYXRlO1xuICBtYXhMZW5ndGg/OiBudW1iZXI7XG4gIHN0ZXA/OiBudW1iZXI7XG4gIG9wdGlvbnM/OiBhbnlbXSB8IFN1YmplY3Q8YW55W10+IHwgT2JzZXJ2YWJsZTxhbnlbXT4gfCAoKHZhbHVlPzogc3RyaW5nKSA9PiBPYnNlcnZhYmxlPGFueVtdPik7IC8vIExpc3Qgb3B0aW9ucyBmb3IgbGlzdCBjb21wb25lbnRcbiAgaG9zdENsYXNzPzogc3RyaW5nIHwgc3RyaW5nW10gfCBTZXQ8c3RyaW5nPiB8IHsgW2tsYXNzOiBzdHJpbmddOiBhbnk7IH0gLy8gbmdjbGFzcyBmb3IgaG9zdCBmaWVsZFxuICBuZ0NsYXNzPzogYW55OyAvLyBuZ2NsYXNzIGZvciBmaWVsZFxuICBuZ1N0eWxlPzogYW55OyAvLyBuZ1N0eWxlIGZvciBmaWVsZFxuICBwcm9wZXJ0eT86IHN0cmluZzsvLyBQcm9wZXJ0eSBmb3IgZmllbGRcbiAgY29sbGVjdGlvbnM/OiBhbnk7Ly8gQ29sbGVjdGlvbnMgZm9yIHN1YmZpZWxkXG4gIHZhbHVlPzogYW55Oy8vIFZhbHVlIGZpZWxkXG4gIGFzeW5jVmFsdWU/OiBPYnNlcnZhYmxlPGFueT47Ly8gVmFsdWUgZmllbGRcbiAgbXVsdGlwbGU/OiBib29sZWFuOy8vIE11bHRpcGxlIHNlbGVjdGlvbiBmaWVsZFxuICBkaXNhYmxlZD86IGJvb2xlYW47Ly8gRGlzYWJsZWQgZmllbGRcbiAgYXV0b2NvbXBsZXRlPzogYm9vbGVhbjsvLyBBdXRvY29tcGxldGUgaW5wdXQgZmllbGRcbiAgYXV0b2NvbXBsZXRlQ29tcG9uZW50PzogVHlwZTxhbnk+Oy8vQXV0b2NvbXBsZXRlIGNvbXBvbmVudCB0byBkaXNwbGF5IGluIGxpc3Qgb3B0aW9uXG4gIGRpc3BsYXlXaXRoPzogKCh2YWx1ZTogYW55KSA9PiBzdHJpbmcpIHwgbnVsbDsgLy8gQXV0b2NvbXBsZXRlIGRpc3BsYXkgZm9ybWF0XG4gIHBhbmVsV2lkdGg/OiBzdHJpbmcgfCBudW1iZXI7Ly9XaXRoIGZvciBwYW5lbCBsaXN0IG9wdGlvblxuICBpbmRldGVybWluYXRlPzogYm9vbGVhbjsvLyBJbmRldGVybWluYXRlIGNoZWNrYWJsZSBjb21wb25lbnRcbiAgY29sb3I/OiBzdHJpbmc7IC8vTWF0ZXJpYWwgY29sb3JcbiAgaWNvbj86IHN0cmluZzsvL01hdGVyaWFsIGljb25cbiAgaWNvblN2Zz86IHN0cmluZzsvL1N2ZyBJY29uXG4gIHRleHRhcmVhQXV0b1NpemU/OiB7IG1pblJvd3M/OiBudW1iZXI7IG1heFJvd3M/OiBudW1iZXIgfVxuICB2YWxpZGF0aW9ucz86IElLbGVzVmFsaWRhdG9yPFZhbGlkYXRvckZuPltdO1xuICBhc3luY1ZhbGlkYXRpb25zPzogSUtsZXNWYWxpZGF0b3I8QXN5bmNWYWxpZGF0b3JGbj5bXTtcbiAgcGlwZVRyYW5zZm9ybT86IHtcbiAgICBwaXBlOiBQaXBlVHJhbnNmb3JtLFxuICAgIG9wdGlvbnM/OiBhbnlbXVxuICB9W107XG4gIGRpcmVjdGlvbj86ICdyb3cnIHwgJ2NvbHVtbic7XG4gIHZhbHVlQ2hhbmdlcz86ICgoZmllbGQ6IElLbGVzRmllbGRDb25maWcsIGdyb3VwOiBVbnR5cGVkRm9ybUdyb3VwLCBzaWJsaW5nRmllbGQ/OiBJS2xlc0ZpZWxkQ29uZmlnW10sIHZhbHVlQ2hhbmdlZD86IGFueSkgPT4gdm9pZCk7XG4gIHRyaWdnZXJDb21wb25lbnQ/OiBUeXBlPGFueT47IC8vdHJpZ2dlciBjb21wb25lbnQgdG8gY3VzdG9taXplIHRyaWdnZXIgbGFiZWwgaW4gc2VsZWN0XG4gIHZpcnR1YWxTY3JvbGw/OiBib29sZWFuOyAvL1RvIGFjdGl2YXRlIHZpcnR1YWwgc2Nyb2xsXG4gIGl0ZW1TaXplPzogbnVtYmVyOyAvLyBpdGVtU2l6ZSBmb3IgdmlydHVhbCBzY3JvbGwgdmlld3BvcnRcbiAgcGVuZGluZz86IGJvb2xlYW47XG4gIHNlYXJjaEtleXM/OiBzdHJpbmdbXTsgLy9saXN0IG9mIGtleXMgZm9yIG11bHRpcGxlIHNlYXJjaGVzXG4gIHVwZGF0ZU9uPzogJ2NoYW5nZScgfCAnYmx1cicgfCAnc3VibWl0JztcbiAgZGVib3VuY2VUaW1lPzogbnVtYmVyO1xuICBkaXJlY3RpdmU/OiAobmV3IChyZWY6IFZpZXdDb250YWluZXJSZWYsIGZpZWxkOiBJS2xlc0ZpZWxkKSA9PiBJS2xlc0RpcmVjdGl2ZSk7XG4gIHZpc2libGU/OiBib29sZWFuO1xuICBsYXp5PzogYm9vbGVhbjtcbiAgYnV0dG9uVHlwZT86ICdzdWJtaXQnIHwgJ2J1dHRvbicgfCAncmVzZXQnO1xuICBhY2NlcHQ/OiBzdHJpbmc7XG4gIGRhdGVPcHRpb25zPzoge1xuICAgIGFkYXB0ZXI/OiB7XG4gICAgICBjbGFzczogVHlwZTxEYXRlQWRhcHRlcjxhbnk+PixcbiAgICAgIGRlcHM/OiBhbnlbXVxuICAgIH0sXG4gICAgbGFuZ3VhZ2U6IHN0cmluZyxcbiAgICBkYXRlRm9ybWF0OiBNYXREYXRlRm9ybWF0c1xuICB9LFxuICBoaW50Pzogc3RyaW5nO1xuICBjbGVhcmFibGU/OiBib29sZWFuOyAgICAvKmFjdGl2ZSBkZWZhdWx0IGNsZWFyIGNvbXBvbmVudCovXG4gIGNsZWFyYWJsZUNvbXBvbmVudD86IFR5cGU8YW55PjsgLypPdmVycmlkZSBkZWZhdWx0IGNsZWFyIGNvbXBvbmVudCovXG4gIHN1YkNvbXBvbmVudHM/OiBUeXBlPGFueT5bXTtcbiAgYXV0b2ZvY3VzPzogYm9vbGVhbjtcbiAgYXR0cmlidXRlPzogRW51bUJ1dHRvbkF0dHJpYnV0ZTtcbiAgc3Vic2NyaXB0U2l6aW5nPzogU3Vic2NyaXB0U2l6aW5nO1xuICBub25OdWxsYWJsZT86IGJvb2xlYW47XG4gIGFwcGVhcmFuY2U/OiAnZmlsbCcgfCAnb3V0bGluZScgLy8gTWF0Rm9ybSBmaWVsZCBhcHBlYXJhbmNlXG4gIGNvbG9yT3B0aW9uPzoge1xuICAgIGRpc2FibGU/OiBib29sZWFuLFxuICAgIHBvc2l0aW9uPzogJ2F1dG8nIHwgJ3RvcCcgfCAnYm90dG9tJyB8ICdsZWZ0JyB8ICdyaWdodCcgfCAndG9wLWxlZnQnIHwgJ3RvcC1yaWdodCcgfCAnYm90dG9tLWxlZnQnIHwgJ2JvdHRvbS1yaWdodCcsXG4gICAgcG9zaXRpb25PZmZzZXQ/OiBzdHJpbmc7XG4gICAgbW9kZT86ICdjb2xvcicgfCAnZ3JheXNjYWxlJyB8ICdwcmVzZXRzJyxcbiAgICBmb3JtYXQ/OiAnYXV0bycgfCAnaGV4JyB8ICdyZ2JhJyB8ICdoc2xhJ1xuICB9XG59XG4iXX0=
|
|
@@ -103,8 +103,8 @@ export class KlesMaterialDynamicformsModule {
|
|
|
103
103
|
directives,
|
|
104
104
|
pipes
|
|
105
105
|
]; }
|
|
106
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
107
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
106
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesMaterialDynamicformsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
107
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: KlesMaterialDynamicformsModule, declarations: [KlesDynamicFormComponent,
|
|
108
108
|
KlesFormLabelComponent,
|
|
109
109
|
KlesFormInputComponent,
|
|
110
110
|
KlesFormInputClearableComponent,
|
|
@@ -191,7 +191,7 @@ export class KlesMaterialDynamicformsModule {
|
|
|
191
191
|
KlesFormIconButtonComponent,
|
|
192
192
|
KlesFormSelectionListSearchComponent, KlesTransformPipe, ArrayFormatPipe, KlesDynamicFieldDirective, KlesComponentDirective, ColorPickerModule,
|
|
193
193
|
KlesMaterialDatepickerModule] }); }
|
|
194
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
194
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesMaterialDynamicformsModule, providers: [
|
|
195
195
|
{ provide: ErrorStateMatcher, useClass: KlesFormErrorStateMatcher },
|
|
196
196
|
pipes
|
|
197
197
|
], imports: [CommonModule,
|
|
@@ -204,7 +204,7 @@ export class KlesMaterialDynamicformsModule {
|
|
|
204
204
|
KlesMaterialDatepickerModule, ColorPickerModule,
|
|
205
205
|
KlesMaterialDatepickerModule] }); }
|
|
206
206
|
}
|
|
207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesMaterialDynamicformsModule, decorators: [{
|
|
208
208
|
type: NgModule,
|
|
209
209
|
args: [{
|
|
210
210
|
declarations: [
|
|
@@ -7,10 +7,10 @@ export class KlesFormErrorStateMatcher {
|
|
|
7
7
|
const isSubmitted = form && form.submitted;
|
|
8
8
|
return !!(control && control.invalid && (control.dirty || control.touched || isSubmitted));
|
|
9
9
|
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
11
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormErrorStateMatcher }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesFormErrorStateMatcher, decorators: [{
|
|
14
14
|
type: Injectable
|
|
15
15
|
}], ctorParameters: () => [] });
|
|
16
16
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1lcnJvci5tYXRjaGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2xlcy1tYXRlcmlhbC1keW5hbWljZm9ybXMvc3JjL2xpYi9tYXRjaGVyL2Zvcm0tZXJyb3IubWF0Y2hlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUczQyxNQUFNLE9BQU8seUJBQXlCO0lBRWxDO0lBQ0EsQ0FBQztJQUVELFlBQVksQ0FBQyxPQUFrQyxFQUFFLElBQXdDO1FBQ3JGLE1BQU0sV0FBVyxHQUFHLElBQUksSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQzNDLE9BQU8sQ0FBQyxDQUFDLENBQUMsT0FBTyxJQUFJLE9BQU8sQ0FBQyxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxJQUFJLE9BQU8sQ0FBQyxPQUFPLElBQUksV0FBVyxDQUFDLENBQUMsQ0FBQztJQUMvRixDQUFDOzhHQVJRLHlCQUF5QjtrSEFBekIseUJBQXlCOzsyRkFBekIseUJBQXlCO2tCQURyQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVW50eXBlZEZvcm1Db250cm9sLCBGb3JtR3JvdXBEaXJlY3RpdmUsIE5nRm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEVycm9yU3RhdGVNYXRjaGVyIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBLbGVzRm9ybUVycm9yU3RhdGVNYXRjaGVyIGltcGxlbWVudHMgRXJyb3JTdGF0ZU1hdGNoZXIge1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgfVxuXG4gICAgaXNFcnJvclN0YXRlKGNvbnRyb2w6IFVudHlwZWRGb3JtQ29udHJvbCB8IG51bGwsIGZvcm06IEZvcm1Hcm91cERpcmVjdGl2ZSB8IE5nRm9ybSB8IG51bGwpOiBib29sZWFuIHtcbiAgICAgICAgY29uc3QgaXNTdWJtaXR0ZWQgPSBmb3JtICYmIGZvcm0uc3VibWl0dGVkO1xuICAgICAgICByZXR1cm4gISEoY29udHJvbCAmJiBjb250cm9sLmludmFsaWQgJiYgKGNvbnRyb2wuZGlydHkgfHwgY29udHJvbC50b3VjaGVkIHx8IGlzU3VibWl0dGVkKSk7XG4gICAgfVxuXG59XG5cbiJdfQ==
|
|
@@ -39,8 +39,8 @@ import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
|
39
39
|
import { PortalModule } from '@angular/cdk/portal';
|
|
40
40
|
import * as i0 from "@angular/core";
|
|
41
41
|
export class MaterialModule {
|
|
42
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
43
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
42
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: MaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
43
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: MaterialModule, imports: [CommonModule,
|
|
44
44
|
MatSliderModule,
|
|
45
45
|
MatButtonModule,
|
|
46
46
|
MatToolbarModule,
|
|
@@ -113,7 +113,7 @@ export class MaterialModule {
|
|
|
113
113
|
CdkScrollable,
|
|
114
114
|
MatButtonToggleModule,
|
|
115
115
|
PortalModule] }); }
|
|
116
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
116
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: MaterialModule, providers: [
|
|
117
117
|
MatDatepickerModule,
|
|
118
118
|
MatDialogModule
|
|
119
119
|
], imports: [CommonModule,
|
|
@@ -189,7 +189,7 @@ export class MaterialModule {
|
|
|
189
189
|
MatButtonToggleModule,
|
|
190
190
|
PortalModule] }); }
|
|
191
191
|
}
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: MaterialModule, decorators: [{
|
|
193
193
|
type: NgModule,
|
|
194
194
|
args: [{
|
|
195
195
|
imports: [
|
|
@@ -12,10 +12,10 @@ export class ArrayFormatPipe {
|
|
|
12
12
|
}
|
|
13
13
|
return '';
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
16
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ArrayFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
16
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: ArrayFormatPipe, name: "arrayFormat" }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: ArrayFormatPipe, decorators: [{
|
|
19
19
|
type: Pipe,
|
|
20
20
|
args: [{ name: 'arrayFormat' }]
|
|
21
21
|
}] });
|
|
@@ -17,10 +17,10 @@ export class KlesTransformPipe {
|
|
|
17
17
|
}
|
|
18
18
|
return value;
|
|
19
19
|
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
21
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesTransformPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
21
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: KlesTransformPipe, name: "klesTransform" }); }
|
|
22
22
|
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: KlesTransformPipe, decorators: [{
|
|
24
24
|
type: Pipe,
|
|
25
25
|
args: [{ name: 'klesTransform' }]
|
|
26
26
|
}] });
|