@falcon-ng/core 0.0.23 → 0.0.25
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/falcon-core/component/textarea/textarea.component.mjs +36 -7
- package/fesm2022/{falcon-ng-core-datepicker.component-B0gZLW04.mjs → falcon-ng-core-datepicker.component-DQUm71DG.mjs} +5 -5
- package/fesm2022/falcon-ng-core-datepicker.component-DQUm71DG.mjs.map +1 -0
- package/fesm2022/{falcon-ng-core-falcon-ng-core-B4vPC16W.mjs → falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs} +22 -22
- package/fesm2022/{falcon-ng-core-falcon-ng-core-B4vPC16W.mjs.map → falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs.map} +1 -1
- package/fesm2022/{falcon-ng-core-textarea.component-C_5QOZbO.mjs → falcon-ng-core-textarea.component-IWcVvnAH.mjs} +36 -7
- package/fesm2022/falcon-ng-core-textarea.component-IWcVvnAH.mjs.map +1 -0
- package/fesm2022/{falcon-ng-core-textbox.component-DgCl72DN.mjs → falcon-ng-core-textbox.component-DfRYlQIK.mjs} +5 -5
- package/fesm2022/falcon-ng-core-textbox.component-DfRYlQIK.mjs.map +1 -0
- package/fesm2022/falcon-ng-core.mjs +1 -1
- package/package.json +1 -1
- package/fesm2022/falcon-ng-core-datepicker.component-B0gZLW04.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-textarea.component-C_5QOZbO.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-textbox.component-DgCl72DN.mjs.map +0 -1
|
@@ -4,9 +4,10 @@ import { BaseControlBuilder, controlProvider, sharedControlDeps, } from '../../c
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/material/input";
|
|
6
6
|
import * as i2 from "@angular/material/form-field";
|
|
7
|
-
import * as i3 from "@angular/
|
|
8
|
-
import * as i4 from "@angular/
|
|
9
|
-
import * as i5 from "
|
|
7
|
+
import * as i3 from "@angular/cdk/text-field";
|
|
8
|
+
import * as i4 from "@angular/common";
|
|
9
|
+
import * as i5 from "@angular/forms";
|
|
10
|
+
import * as i6 from "../validation-error/validation-message.directive";
|
|
10
11
|
export class TextareaComponent extends BaseControlBuilder {
|
|
11
12
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: TextareaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
13
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: TextareaComponent, isStandalone: true, selector: "fal-textarea", usesInheritance: true, ngImport: i0, template: `
|
|
@@ -15,9 +16,23 @@ export class TextareaComponent extends BaseControlBuilder {
|
|
|
15
16
|
<textarea
|
|
16
17
|
matInput
|
|
17
18
|
[formControlName]="control.formControlName"
|
|
18
|
-
[placeholder]="control.config.placeHolder"
|
|
19
|
+
[placeholder]="control.config.placeHolder"
|
|
20
|
+
[ngStyle]="control.config.style"
|
|
21
|
+
[ngClass]="control.config.class"
|
|
22
|
+
[cdkTextareaAutosize]="
|
|
23
|
+
control.config.textAreaProperty.cdkTextareaAutosize
|
|
24
|
+
"
|
|
25
|
+
[cdkAutosizeMinRows]="
|
|
26
|
+
control.config.textAreaProperty.cdkAutosizeMinRows
|
|
27
|
+
"
|
|
28
|
+
[cdkAutosizeMaxRows]="
|
|
29
|
+
control.config.textAreaProperty.cdkAutosizeMaxRows
|
|
30
|
+
"
|
|
31
|
+
[rows]="control.config.textAreaProperty.rows"
|
|
32
|
+
[cols]="control.config.textAreaProperty.cols"
|
|
33
|
+
[disabled]="control.config.disabled"></textarea>
|
|
19
34
|
</mat-form-field>
|
|
20
|
-
`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "
|
|
35
|
+
`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "ngmodule", type: i4.CommonModule }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: i5.ReactiveFormsModule }, { kind: "directive", type: i5.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: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i6.ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }], viewProviders: [controlProvider] }); }
|
|
21
36
|
}
|
|
22
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: TextareaComponent, decorators: [{
|
|
23
38
|
type: Component,
|
|
@@ -27,8 +42,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
27
42
|
<textarea
|
|
28
43
|
matInput
|
|
29
44
|
[formControlName]="control.formControlName"
|
|
30
|
-
[placeholder]="control.config.placeHolder"
|
|
45
|
+
[placeholder]="control.config.placeHolder"
|
|
46
|
+
[ngStyle]="control.config.style"
|
|
47
|
+
[ngClass]="control.config.class"
|
|
48
|
+
[cdkTextareaAutosize]="
|
|
49
|
+
control.config.textAreaProperty.cdkTextareaAutosize
|
|
50
|
+
"
|
|
51
|
+
[cdkAutosizeMinRows]="
|
|
52
|
+
control.config.textAreaProperty.cdkAutosizeMinRows
|
|
53
|
+
"
|
|
54
|
+
[cdkAutosizeMaxRows]="
|
|
55
|
+
control.config.textAreaProperty.cdkAutosizeMaxRows
|
|
56
|
+
"
|
|
57
|
+
[rows]="control.config.textAreaProperty.rows"
|
|
58
|
+
[cols]="control.config.textAreaProperty.cols"
|
|
59
|
+
[disabled]="control.config.disabled"></textarea>
|
|
31
60
|
</mat-form-field>
|
|
32
61
|
`, styles: [".w-full{width:100%}\n"] }]
|
|
33
62
|
}] });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZmFsY29uLW5nL2NvcmUvc3JjL2xpYi9mYWxjb24tY29yZS9jb21wb25lbnQvdGV4dGFyZWEvdGV4dGFyZWEuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFDTCxrQkFBa0IsRUFDbEIsZUFBZSxFQUNmLGlCQUFpQixHQUNsQixNQUFNLDRDQUE0QyxDQUFDOzs7Ozs7OztBQWdDcEQsTUFBTSxPQUFPLGlCQUFrQixTQUFRLGtCQUFrQjs4R0FBNUMsaUJBQWlCO2tHQUFqQixpQkFBaUIsK0ZBekJsQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQXNCVCw4RkF4QlMsY0FBYywwM0RBQ1QsQ0FBQyxlQUFlLENBQUM7OzJGQTBCckIsaUJBQWlCO2tCQTlCN0IsU0FBUzsrQkFDRSxjQUFjLGNBQ1osSUFBSSxXQUNQLENBQUMsY0FBYyxFQUFFLEdBQUcsaUJBQWlCLENBQUMsaUJBQ2hDLENBQUMsZUFBZSxDQUFDLFlBQ3RCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBc0JUIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcbmltcG9ydCB7XG4gIEJhc2VDb250cm9sQnVpbGRlcixcbiAgY29udHJvbFByb3ZpZGVyLFxuICBzaGFyZWRDb250cm9sRGVwcyxcbn0gZnJvbSAnLi4vLi4vY29udHJvbC1idWlsZGVyL2Jhc2UtY29udHJvbC1idWlsZGVyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZmFsLXRleHRhcmVhJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW01hdElucHV0TW9kdWxlLCAuLi5zaGFyZWRDb250cm9sRGVwc10sXG4gIHZpZXdQcm92aWRlcnM6IFtjb250cm9sUHJvdmlkZXJdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwib3V0bGluZVwiIGNsYXNzPVwidy1mdWxsXCI+XG4gICAgICA8bWF0LWxhYmVsPnt7IGNvbnRyb2wuY29uZmlnLmxhYmVsIH19PC9tYXQtbGFiZWw+XG4gICAgICA8dGV4dGFyZWFcbiAgICAgICAgbWF0SW5wdXRcbiAgICAgICAgW2Zvcm1Db250cm9sTmFtZV09XCJjb250cm9sLmZvcm1Db250cm9sTmFtZVwiXG4gICAgICAgIFtwbGFjZWhvbGRlcl09XCJjb250cm9sLmNvbmZpZy5wbGFjZUhvbGRlclwiXG4gICAgICAgIFtuZ1N0eWxlXT1cImNvbnRyb2wuY29uZmlnLnN0eWxlXCJcbiAgICAgICAgW25nQ2xhc3NdPVwiY29udHJvbC5jb25maWcuY2xhc3NcIlxuICAgICAgICBbY2RrVGV4dGFyZWFBdXRvc2l6ZV09XCJcbiAgICAgICAgICBjb250cm9sLmNvbmZpZy50ZXh0QXJlYVByb3BlcnR5LmNka1RleHRhcmVhQXV0b3NpemVcbiAgICAgICAgXCJcbiAgICAgICAgW2Nka0F1dG9zaXplTWluUm93c109XCJcbiAgICAgICAgICBjb250cm9sLmNvbmZpZy50ZXh0QXJlYVByb3BlcnR5LmNka0F1dG9zaXplTWluUm93c1xuICAgICAgICBcIlxuICAgICAgICBbY2RrQXV0b3NpemVNYXhSb3dzXT1cIlxuICAgICAgICAgIGNvbnRyb2wuY29uZmlnLnRleHRBcmVhUHJvcGVydHkuY2RrQXV0b3NpemVNYXhSb3dzXG4gICAgICAgIFwiXG4gICAgICAgIFtyb3dzXT1cImNvbnRyb2wuY29uZmlnLnRleHRBcmVhUHJvcGVydHkucm93c1wiXG4gICAgICAgIFtjb2xzXT1cImNvbnRyb2wuY29uZmlnLnRleHRBcmVhUHJvcGVydHkuY29sc1wiXG4gICAgICAgIFtkaXNhYmxlZF09XCJjb250cm9sLmNvbmZpZy5kaXNhYmxlZFwiPjwvdGV4dGFyZWE+XG4gICAgPC9tYXQtZm9ybS1maWVsZD5cbiAgYCxcbiAgc3R5bGVzOiBgLnctZnVsbHt3aWR0aDogMTAwJX1gLFxufSlcbmV4cG9ydCBjbGFzcyBUZXh0YXJlYUNvbXBvbmVudCBleHRlbmRzIEJhc2VDb250cm9sQnVpbGRlciB7fVxuIl19
|
|
@@ -7,9 +7,9 @@ import * as i2 from '@angular/material/form-field';
|
|
|
7
7
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
8
8
|
import * as i1 from '@angular/material/input';
|
|
9
9
|
import { MatInputModule } from '@angular/material/input';
|
|
10
|
-
import { B as BaseControlBuilder, V as ValidationMessageDirective, c as controlProvider, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
10
|
+
import { B as BaseControlBuilder, V as ValidationMessageDirective, c as controlProvider, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs';
|
|
11
|
+
import * as i4 from '@angular/common';
|
|
12
|
+
import * as i5 from '@angular/forms';
|
|
13
13
|
import '@angular/cdk/scrolling';
|
|
14
14
|
import '@angular/cdk/portal';
|
|
15
15
|
import '@angular/cdk/overlay';
|
|
@@ -63,7 +63,7 @@ class DatepickerComponent extends BaseControlBuilder {
|
|
|
63
63
|
[placeholder]="control.config.placeHolder" />
|
|
64
64
|
<mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
|
|
65
65
|
<mat-datepicker #picker></mat-datepicker>
|
|
66
|
-
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i3.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i3.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i3.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "ngmodule", type:
|
|
66
|
+
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i3.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i3.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i3.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "ngmodule", type: i4.CommonModule }, { kind: "ngmodule", type: i5.ReactiveFormsModule }, { kind: "directive", type: i5.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: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }], viewProviders: [controlProvider] }); }
|
|
67
67
|
}
|
|
68
68
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: DatepickerComponent, decorators: [{
|
|
69
69
|
type: Component,
|
|
@@ -85,4 +85,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
85
85
|
}] });
|
|
86
86
|
|
|
87
87
|
export { DatepickerComponent };
|
|
88
|
-
//# sourceMappingURL=falcon-ng-core-datepicker.component-
|
|
88
|
+
//# sourceMappingURL=falcon-ng-core-datepicker.component-DQUm71DG.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-datepicker.component-DQUm71DG.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/datepicker/datepicker.component.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { provideNativeDateAdapter } from '@angular/material/core';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-datepicker',\n standalone: true,\n providers: [provideNativeDateAdapter()],\n imports: [\n MatFormFieldModule,\n MatInputModule,\n MatDatepickerModule,\n ...sharedControlDeps,\n ],\n viewProviders: [controlProvider],\n template: `<mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <input\n matInput\n [matDatepicker]=\"picker\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\" />\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n </mat-form-field>`,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class DatepickerComponent extends BaseControlBuilder {}\n"],"names":["i2","i6.ValidationMessageDirective"],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { NgModule, InjectionToken, inject, Injector, Pipe, Component, ChangeDetectionStrategy, Input, Injectable, ElementRef, ViewContainerRef, Directive, EventEmitter, Output } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i4 from '@angular/common';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import { ScrollingModule } from '@angular/cdk/scrolling';
|
|
6
6
|
import { PortalModule } from '@angular/cdk/portal';
|
|
@@ -15,7 +15,7 @@ import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
|
15
15
|
import { MatSlideToggleModule } from '@angular/material/slide-toggle';
|
|
16
16
|
import { MatSliderModule } from '@angular/material/slider';
|
|
17
17
|
import { MatSidenavModule } from '@angular/material/sidenav';
|
|
18
|
-
import * as i2$
|
|
18
|
+
import * as i2$1 from '@angular/material/select';
|
|
19
19
|
import { MatSelectModule } from '@angular/material/select';
|
|
20
20
|
import * as i3 from '@angular/material/core';
|
|
21
21
|
import { MatNativeDateModule, MatRippleModule } from '@angular/material/core';
|
|
@@ -49,10 +49,10 @@ import { CdkTableModule } from '@angular/cdk/table';
|
|
|
49
49
|
import { CdkStepperModule } from '@angular/cdk/stepper';
|
|
50
50
|
import { ClipboardModule } from '@angular/cdk/clipboard';
|
|
51
51
|
import { A11yModule } from '@angular/cdk/a11y';
|
|
52
|
-
import * as
|
|
52
|
+
import * as i5 from '@angular/forms';
|
|
53
53
|
import { NgControl, ControlContainer, NgModel, ReactiveFormsModule, FormControl, Validators } from '@angular/forms';
|
|
54
54
|
import { merge, fromEvent, iif, EMPTY, startWith, skip, of, from, tap } from 'rxjs';
|
|
55
|
-
import * as i2
|
|
55
|
+
import * as i2 from '@angular/material/form-field';
|
|
56
56
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
57
57
|
|
|
58
58
|
class AngularmaterialModule {
|
|
@@ -281,7 +281,7 @@ class ValidationErrorComponent {
|
|
|
281
281
|
<mat-error>{{ error.key | errorMessage:error.value }}</mat-error>
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type:
|
|
284
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i4.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "pipe", type: ErrorMessagePipe, name: "errorMessage" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
285
285
|
}
|
|
286
286
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ValidationErrorComponent, decorators: [{
|
|
287
287
|
type: Component,
|
|
@@ -417,20 +417,20 @@ class ComponentResolver {
|
|
|
417
417
|
constructor() {
|
|
418
418
|
this.loadedControlCompoments = new Map();
|
|
419
419
|
this.lazyControlComponents = {
|
|
420
|
-
textbox: () => import('./falcon-ng-core-textbox.component-
|
|
421
|
-
textarea: () => import('./falcon-ng-core-textarea.component-
|
|
420
|
+
textbox: () => import('./falcon-ng-core-textbox.component-DfRYlQIK.mjs').then(c => c.TextboxComponent),
|
|
421
|
+
textarea: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
422
422
|
select: () => Promise.resolve().then(function () { return select_component; }).then(c => c.SelectComponent),
|
|
423
|
-
datepicker: () => import('./falcon-ng-core-datepicker.component-
|
|
424
|
-
radio: () => import('./falcon-ng-core-textarea.component-
|
|
425
|
-
checkbox: () => import('./falcon-ng-core-textarea.component-
|
|
426
|
-
button: () => import('./falcon-ng-core-textarea.component-
|
|
427
|
-
slideToggle: () => import('./falcon-ng-core-textarea.component-
|
|
428
|
-
slider: () => import('./falcon-ng-core-textarea.component-
|
|
429
|
-
buttonToggle: () => import('./falcon-ng-core-textarea.component-
|
|
430
|
-
autocomplete: () => import('./falcon-ng-core-textarea.component-
|
|
431
|
-
chip: () => import('./falcon-ng-core-textarea.component-
|
|
432
|
-
editor: () => import('./falcon-ng-core-textarea.component-
|
|
433
|
-
divider: () => import('./falcon-ng-core-textarea.component-
|
|
423
|
+
datepicker: () => import('./falcon-ng-core-datepicker.component-DQUm71DG.mjs').then(c => c.DatepickerComponent),
|
|
424
|
+
radio: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
425
|
+
checkbox: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
426
|
+
button: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
427
|
+
slideToggle: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
428
|
+
slider: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
429
|
+
buttonToggle: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
430
|
+
autocomplete: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
431
|
+
chip: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
432
|
+
editor: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
433
|
+
divider: () => import('./falcon-ng-core-textarea.component-IWcVvnAH.mjs').then(c => c.TextareaComponent),
|
|
434
434
|
};
|
|
435
435
|
}
|
|
436
436
|
resolver(controlType) {
|
|
@@ -459,7 +459,7 @@ class ControlBuilderComponent {
|
|
|
459
459
|
}
|
|
460
460
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ControlBuilderComponent, deps: [{ token: ComponentResolver }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
461
461
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: ControlBuilderComponent, selector: "falcon-control", inputs: { control: "control" }, ngImport: i0, template: `<ng-container class="w-full" [ngComponentOutlet]="componentResolver.resolver(control.controlType) | async"
|
|
462
|
-
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
462
|
+
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: ControlInjectionPipe, name: "controlInjection" }], viewProviders: [controlProvider] }); }
|
|
463
463
|
}
|
|
464
464
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ControlBuilderComponent, decorators: [{
|
|
465
465
|
type: Component,
|
|
@@ -486,7 +486,7 @@ class CardComponent {
|
|
|
486
486
|
<ng-content></ng-content>
|
|
487
487
|
</mat-card-content>
|
|
488
488
|
</mat-card>
|
|
489
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1.MatCardContent, selector: "mat-card-content" }, { kind: "directive", type:
|
|
489
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1.MatCardContent, selector: "mat-card-content" }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
490
490
|
}
|
|
491
491
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: CardComponent, decorators: [{
|
|
492
492
|
type: Component,
|
|
@@ -774,7 +774,7 @@ class SelectComponent extends BaseControlBuilder {
|
|
|
774
774
|
<mat-option [value]="option.key">{{ option.value }}</mat-option>
|
|
775
775
|
}
|
|
776
776
|
</mat-select>
|
|
777
|
-
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i2
|
|
777
|
+
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i2$1.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i3.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "ngmodule", type: i4.CommonModule }, { kind: "ngmodule", type: i5.ReactiveFormsModule }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }], viewProviders: [controlProvider] }); }
|
|
778
778
|
}
|
|
779
779
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: SelectComponent, decorators: [{
|
|
780
780
|
type: Component,
|
|
@@ -811,4 +811,4 @@ var select_component = /*#__PURE__*/Object.freeze({
|
|
|
811
811
|
*/
|
|
812
812
|
|
|
813
813
|
export { AutoComplete as A, BaseControlBuilder as B, CheckBox as C, DatePicker as D, Editor as E, FalconCoreModule as F, Radio as R, Select as S, Textarea as T, ValidationMessageDirective as V, ValidationMessageContainerDirective as a, BaseControl as b, controlProvider as c, Button as d, ButtonToggle as e, Chip as f, Divider as g, RichTextEditor as h, Slider as i, SliderToggle as j, Textbox as k, ControlBuilderComponent as l, AngularmaterialModule as m, CardComponent as n, ButtonComponent as o, SelectComponent as p, sharedControlDeps as s };
|
|
814
|
-
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-
|
|
814
|
+
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-falcon-ng-core-B4vPC16W.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/angularmaterial.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-data-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-injection.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error-message-token.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-message.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-state-matcher.service.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message-container.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/base-control-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component-resolver.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-builder.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/card/card.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/button/button.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/falcon-core.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/model/base-control.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/AutoComplete.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Button.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/ButtonToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/CheckBox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Chip.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/DatePicker.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Divider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Editor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Radio.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/RichTextEditor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Select.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Slider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/SlideToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textarea.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textbox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/select/select.component.ts","../../../../projects/falcon-ng/core/src/public-api.ts","../../../../projects/falcon-ng/core/src/falcon-ng-core.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport {ScrollingModule} from \"@angular/cdk/scrolling\";\nimport {PortalModule} from \"@angular/cdk/portal\";\nimport {OverlayModule} from \"@angular/cdk/overlay\";\nimport {MatTreeModule} from \"@angular/material/tree\";\nimport {MatTooltipModule} from \"@angular/material/tooltip\";\nimport {MatToolbarModule} from \"@angular/material/toolbar\";\nimport {MatTabsModule} from \"@angular/material/tabs\";\nimport {MatTableModule} from \"@angular/material/table\";\nimport {MatSortModule} from \"@angular/material/sort\";\nimport {MatSnackBarModule} from \"@angular/material/snack-bar\";\nimport {MatSlideToggleModule} from \"@angular/material/slide-toggle\";\nimport {MatSliderModule} from \"@angular/material/slider\";\nimport {MatSidenavModule} from \"@angular/material/sidenav\";\nimport {MatSelectModule} from \"@angular/material/select\";\nimport {MatNativeDateModule, MatRippleModule} from \"@angular/material/core\";\nimport {MatRadioModule} from \"@angular/material/radio\";\nimport {MatProgressSpinnerModule} from \"@angular/material/progress-spinner\";\nimport {MatProgressBarModule} from \"@angular/material/progress-bar\";\nimport {MatPaginatorModule} from \"@angular/material/paginator\";\nimport {MatMenuModule} from \"@angular/material/menu\";\nimport {MatListModule} from \"@angular/material/list\";\nimport {MatInputModule} from \"@angular/material/input\";\nimport {MatIconModule} from \"@angular/material/icon\";\nimport {MatGridListModule} from \"@angular/material/grid-list\";\nimport {MatExpansionModule} from \"@angular/material/expansion\";\nimport {MatDividerModule} from \"@angular/material/divider\";\nimport {MatDialogModule} from \"@angular/material/dialog\";\nimport {MatDatepickerModule} from \"@angular/material/datepicker\";\nimport {MatStepperModule} from \"@angular/material/stepper\";\nimport {MatChipsModule} from \"@angular/material/chips\";\nimport {MatCheckboxModule} from \"@angular/material/checkbox\";\nimport {MatCardModule} from \"@angular/material/card\";\nimport {MatButtonToggleModule} from \"@angular/material/button-toggle\";\nimport {MatButtonModule} from \"@angular/material/button\";\nimport {MatBottomSheetModule} from \"@angular/material/bottom-sheet\";\nimport {MatBadgeModule} from \"@angular/material/badge\";\nimport {MatAutocompleteModule} from \"@angular/material/autocomplete\";\nimport {DragDropModule} from \"@angular/cdk/drag-drop\";\nimport {CdkTreeModule} from \"@angular/cdk/tree\";\nimport {CdkTableModule} from \"@angular/cdk/table\";\nimport {CdkStepperModule} from \"@angular/cdk/stepper\";\nimport {ClipboardModule} from \"@angular/cdk/clipboard\";\nimport {A11yModule} from \"@angular/cdk/a11y\";\n\n\n\n@NgModule({\n declarations: [],\n exports: [\n A11yModule,\n ClipboardModule,\n CdkStepperModule,\n CdkTableModule,\n CdkTreeModule,\n DragDropModule,\n MatAutocompleteModule,\n MatBadgeModule,\n MatBottomSheetModule,\n MatButtonModule,\n MatButtonToggleModule,\n MatCardModule,\n MatCheckboxModule,\n MatChipsModule,\n MatStepperModule,\n MatDatepickerModule,\n MatDialogModule,\n MatDividerModule,\n MatExpansionModule,\n MatGridListModule,\n MatIconModule,\n MatInputModule,\n MatListModule,\n MatMenuModule,\n MatNativeDateModule,\n MatPaginatorModule,\n MatProgressBarModule,\n MatProgressSpinnerModule,\n MatRadioModule,\n MatRippleModule,\n MatSelectModule,\n MatSidenavModule,\n MatSliderModule,\n MatSlideToggleModule,\n MatSnackBarModule,\n MatSortModule,\n MatTableModule,\n MatTabsModule,\n MatToolbarModule,\n MatTooltipModule,\n MatTreeModule,\n OverlayModule,\n PortalModule,\n ScrollingModule\n ]\n})\nexport class AngularmaterialModule { }\n","import { InjectionToken } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\n\nexport interface ControlData {\n formControlName: string;\n config: BaseControl<any>;\n}\nexport const CONTROL_DATA = new InjectionToken<ControlData>('Control Data');\n","import { inject, Injector, Pipe, PipeTransform } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\nimport { CONTROL_DATA, ControlData } from './control-data-builder';\n\n@Pipe({\n name: 'controlInjection',\n standalone: true\n})\nexport class ControlInjectionPipe<T> implements PipeTransform {\n injector = inject(Injector);\n transform(formControlName: string, config: BaseControl<T>): Injector {\n return Injector.create({\n parent: this.injector,\n providers: [\n {\n provide: CONTROL_DATA,\n useValue: { formControlName, config } as ControlData\n }\n ]\n });\n }\n}\n","import { InjectionToken } from \"@angular/core\"\n\nexport const ERROR_MESSAGES: { [key: string]: (args?: any) => string } = {\n required: () => `This field is required`,\n requiredTrue: () => `This field is required`,\n email: () => `It should be a valid email`,\n minlength: ({ requiredLength }) => `The length should be at least ${requiredLength} characters`,\n banWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appBanWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appPasswordShouldMatch: () => `Password should match`,\n passwordShouldMatch: () => `Password should match`,\n pattern: () => `Wrong format`,\n appUniqueNickname: () => `Nickname is taken`,\n uniqueName: () => `Nickname is taken`,\n}\n\nexport const VALIDATION_ERROR_MESSAGES = new InjectionToken(`Validation Messages`, {\n providedIn: 'root',\n factory: () => ERROR_MESSAGES\n})\n","import { inject, Pipe, PipeTransform } from '@angular/core';\nimport { VALIDATION_ERROR_MESSAGES } from './validation-error-message-token';\n\n@Pipe({\n name: 'errorMessage',\n standalone: true\n})\nexport class ErrorMessagePipe implements PipeTransform {\n private errorMessages = inject(VALIDATION_ERROR_MESSAGES);\n transform(key: string, errorValue: any): string {\n if (!this.errorMessages[key]){\n console.warn(`Missing message for ${ key } validator...`);\n return '';\n }\n return this.errorMessages[key](errorValue);\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { ValidationErrors } from '@angular/forms';\nimport { CommonModule, KeyValue } from '@angular/common';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorMessagePipe } from './error-message.pipe';\n\n@Component({\n selector: 'falcon-error',\n standalone: true,\n imports: [CommonModule, MatInputModule, ErrorMessagePipe],\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n @if (errors) {\n @for (error of errors | keyvalue; track trackByFn) {\n <mat-error>{{ error.key | errorMessage:error.value }}</mat-error>\n }\n }\n `,\n})\nexport class ValidationErrorComponent {\n @Input() errors: ValidationErrors | undefined | null = null;\n trackByFn(item: KeyValue<string, any>) {\n return item.key;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';\nimport { ErrorStateMatcher } from '@angular/material/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ErrorStateMatcherService implements ErrorStateMatcher{\n isErrorState(control: AbstractControl<any, any> | null, form: NgForm | FormGroupDirective | null): boolean {\n return Boolean(control && control.invalid && (form && form.submitted));\n }\n}\n","import { ComponentRef, Directive, ElementRef, inject, Input, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';\nimport { ControlContainer, FormGroupDirective, NgControl, NgForm, NgModel } from '@angular/forms';\nimport { EMPTY, fromEvent, iif, merge, skip, startWith, Subscription } from 'rxjs';\nimport { ValidationErrorComponent } from './validation-error.component';\nimport { ErrorStateMatcherService } from './error-state-matcher.service';\n\n@Directive({\n standalone: true,\n selector: '[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))',\n})\nexport class ValidationMessageDirective implements OnInit, OnDestroy {\n ngControl = inject(NgControl, { self: true, optional: true }) || inject(ControlContainer, { self: true });\n elementRef = inject(ElementRef);\n\n @Input() errorStateMatcher = inject(ErrorStateMatcherService);\n @Input() container = inject(ViewContainerRef);\n\n private parentContainer = inject(ControlContainer, { optional: true });\n private errorMessageTrigger!: Subscription;\n private componentRef: ComponentRef<ValidationErrorComponent> | null = null;\n\n get form() {\n return this.parentContainer?.formDirective as NgForm | FormGroupDirective | null;\n }\n\n ngOnInit() {\n if (!this.ngControl.control)\n throw Error(`No control model for ${this.ngControl.name} control...`);\n this.errorMessageTrigger = merge(\n this.ngControl.control.statusChanges,\n fromEvent(this.elementRef.nativeElement, 'blur'),\n iif(() => !!this.form, this.form!.ngSubmit, EMPTY),\n ).pipe(\n startWith(this.ngControl.control.status),\n skip(this.ngControl instanceof NgModel ? 1 : 0),\n ).subscribe(() => {\n if (this.errorStateMatcher.isErrorState(this.ngControl.control, this.form)) {\n if (!this.componentRef) {\n this.componentRef = this.container.createComponent(ValidationErrorComponent);\n this.componentRef.changeDetectorRef.markForCheck();\n }\n this.componentRef.setInput('errors', this.ngControl.errors);\n } else {\n this.componentRef?.destroy();\n this.componentRef = null;\n }\n });\n }\n\n ngOnDestroy() {\n this.errorMessageTrigger.unsubscribe();\n }\n\n}\n","import { Directive, inject, ViewContainerRef } from '@angular/core';\n\n@Directive({\n selector: '[falconValidationMessageContainer]',\n standalone: true,\n exportAs: 'falconValidationMessageContainer'\n})\nexport class ValidationMessageContainerDirective {\ncontainer = inject(ViewContainerRef)\n\n}\n","import { AfterViewInit, Directive, inject, Input, OnDestroy, OnInit, StaticProvider } from '@angular/core';\nimport {\n AbstractControl,\n ControlContainer,\n FormControl,\n FormGroup,\n ReactiveFormsModule, ValidatorFn,\n Validators,\n} from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { CONTROL_DATA } from './control-data-builder';\nimport { IValidator } from '../model/ivalidator';\nimport { ValidationMessageDirective } from '../component/validation-error/validation-message.directive';\nimport {\n ValidationMessageContainerDirective\n} from '../component/validation-error/validation-message-container.directive';\n\nexport const sharedControlDeps = [CommonModule, ReactiveFormsModule, ValidationMessageDirective,ValidationMessageContainerDirective];\nexport const controlProvider: StaticProvider = {\n provide: ControlContainer,\n useFactory: () => inject(ControlContainer, { skipSelf: true })\n}\n\n@Directive()\nexport class BaseControlBuilder implements OnInit, OnDestroy {\n private parentGroupDir = inject(ControlContainer);\n public control = inject(CONTROL_DATA);\n private formControl: AbstractControl = new FormControl(this.control.config.value, this.bindValidators(this.control.config.validations))\n\n get parentFormGroup() {\n return this.parentGroupDir.control as FormGroup;\n }\n\n ngOnInit() {\n this.parentFormGroup.addControl(this.control.formControlName, this.formControl);\n }\n\n ngOnDestroy() {\n this.parentFormGroup.removeControl(this.control.formControlName);\n }\n\n private bindValidators(validations: IValidator[]): ValidatorFn | null {\n if (validations.length > 0) {\n const validatorList: ValidatorFn[] = validations.map((valid: IValidator) => valid.validator);\n return Validators.compose(validatorList);\n }\n return Validators.nullValidator;\n }\n}\n","import { Injectable, Type } from '@angular/core';\nimport { from, of, tap } from 'rxjs';\nimport { Control } from './model/enum';\n\ntype DynamicControlMap = { [T in Control]: () => Promise<Type<any>> };\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ComponentResolver {\n private loadedControlCompoments = new Map<Control, Type<any>>();\n private lazyControlComponents: DynamicControlMap = {\n textbox: () =>\n import('./component/textbox/textbox.component').then(\n c => c.TextboxComponent\n ),\n textarea: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n select: () =>\n import('./component/select/select.component').then(\n c => c.SelectComponent\n ),\n datepicker: () =>\n import('./component/datepicker/datepicker.component').then(\n c => c.DatepickerComponent\n ),\n radio: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n checkbox: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n button: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slideToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n buttonToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n autocomplete: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n chip: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n editor: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n divider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n };\n\n public resolver(controlType: keyof DynamicControlMap) {\n const loadedComponent = this.loadedControlCompoments.get(controlType);\n if (loadedComponent) return of(loadedComponent);\n return from(this.lazyControlComponents[controlType]()).pipe(\n tap(comp => this.loadedControlCompoments.set(controlType, comp))\n );\n }\n}\n","import { AfterContentChecked, ChangeDetectorRef, Component, Input, PipeTransform } from '@angular/core';\nimport { ComponentResolver } from '../component-resolver';\nimport { BaseControl } from '../model/base-control';\nimport { controlProvider } from './base-control-builder';\n\n@Component({\n selector: 'falcon-control',\n viewProviders:[controlProvider],\n template: `<ng-container class=\"w-full\" [ngComponentOutlet]=\"componentResolver.resolver(control.controlType) | async\"\n [ngComponentOutletInjector]=\"control.formControlName | controlInjection: control\"></ng-container>`\n})\nexport class ControlBuilderComponent<T> implements AfterContentChecked {\n @Input({ required: true }) control!: BaseControl<T>;\n constructor(public componentResolver: ComponentResolver,private cdref: ChangeDetectorRef) {}\n ngAfterContentChecked() {\n this.cdref.detectChanges();\n }\n}\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'fal-card',\n host: {\n '[style.--mdc-elevated-card-container-shape]': '\"10px\"',\n '[style.--mdc-elevated-card-container-elevation]':\n '\"0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 0px 1px 1px rgba(0.12, 0.12, 0.12, 0.12)\"',\n },\n template: `\n <mat-card [ngClass]=\"class\" [style.backgroundColor]=\"backgroundColor\">\n <mat-card-content>\n <ng-content></ng-content>\n </mat-card-content>\n </mat-card>\n `,\n})\nexport class CardComponent {\n @Input({ required: false }) backgroundColor: string | undefined = undefined;\n @Input({ required: false }) class: string | undefined = undefined;\n}\n","import {\n Component,\n EventEmitter,\n Input,\n input,\n OnDestroy,\n Output,\n} from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\n\n@Component({\n selector: 'fal-button',\n template: `\n <button\n mat-flat-button\n [color]=\"color\"\n [type]=\"type\"\n (click)=\"onClick($event)\"\n [disabled]=\"disabled\">\n {{ label }}\n </button>\n `,\n})\nexport class ButtonComponent implements OnDestroy {\n @Input({ required: true }) label!: string;\n @Input({ required: true }) type: 'submit' | 'reset' | 'button' = 'submit';\n @Input() color: ThemePalette = 'primary';\n @Input() disabled: boolean = false;\n @Output() click = new EventEmitter<MouseEvent>();\n\n ngOnDestroy(): void {\n this.click.complete();\n }\n onClick(event: MouseEvent) {\n if (['reset', 'submit'].includes(this.type)) {\n this.click.emit(event);\n return true;\n }\n return false;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AngularmaterialModule } from './angularmaterial.module';\nimport { ControlInjectionPipe } from './control-builder/control-injection.pipe';\nimport { ControlBuilderComponent } from './control-builder/control-builder.component';\nimport { CardComponent } from './component/card/card.component';\nimport { ButtonComponent } from './component/button/button.component';\n\n@NgModule({\n declarations: [\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n imports: [\n AngularmaterialModule,\n CommonModule,\n ControlInjectionPipe,\n ],\n exports: [AngularmaterialModule,\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n})\nexport class FalconCoreModule { }\n","import { Control} from './enum';\nimport {IValidator} from './ivalidator';\nimport {\n FloatLabelType,\n MatFormFieldAppearance,\n} from '@angular/material/form-field';\nimport { ThemePalette } from '@angular/material/core';\nimport {\n IComponentEvent,\n IMatHint,\n IOptions,\n ISelectOptions,\n ISliderProperty,\n ISuffixPrefixConfig, ITextAreaProperty,\n} from './interface';\n\n/**\n * @description\n * Class use for setting the control properties.\n * @usageNotes\n * ```ts\n * new Dropdown({\n * formControlName: 'brave',\n * label: 'Bravery Rating',\n * options: [\n * {key: 'solid', value: 'Solid'},\n * {key: 'great', value: 'Great'},\n * {key: 'good', value: 'Good'},\n * {key: 'unproven', value: 'Unproven'}\n * ],\n * order: 3\n * }),\n ** ```\n */\nexport class BaseControl<T> {\n value: T | undefined;\n formControlName: string;\n label: string;\n labelPosition: any;\n order: number;\n controlType: Control;\n type: string;\n disabled: boolean;\n options: IOptions[] | any;\n validations: IValidator[];\n appearance: MatFormFieldAppearance | any;\n class: string;\n style: { [klass: string]: any };\n placeHolder: string;\n floatLabel: FloatLabelType;\n hint: IMatHint;\n suffix: ISuffixPrefixConfig;\n prefix: ISuffixPrefixConfig;\n textAreaProperty: ITextAreaProperty;\n event: IComponentEvent<T>;\n selectProperty: ISelectOptions;\n color: ThemePalette;\n sliderProperty: ISliderProperty;\n chipSelectedOptions: IOptions[] | any;\n editorProperty: any;\n formArray: BaseControl<T>[] | undefined;\n constructor(\n options: {\n value?: T;\n formControlName?: string;\n label: string;\n labelPosition?: any;\n order?: number;\n controlType?: Control;\n type?: string;\n disabled?: boolean;\n options?: IOptions[] | any;\n validations?: IValidator[];\n appearance?: MatFormFieldAppearance | any;\n class?: string;\n style?: { [klass: string]: any };\n placeHolder?: string;\n floatLabel?: FloatLabelType;\n hint?: IMatHint;\n suffix?: ISuffixPrefixConfig;\n prefix?: ISuffixPrefixConfig;\n textAreaProperty?: ITextAreaProperty;\n event?: IComponentEvent<T>;\n selectProperty?: ISelectOptions;\n color?: ThemePalette;\n sliderProperty?: ISliderProperty;\n chipSelectedOptions?: IOptions[] | any;\n editorProperty?: any;\n formArray?: BaseControl<T>[];\n }\n ) {\n this.value = options.value;\n this.formControlName = options.formControlName || '';\n this.label = options.label;\n this.labelPosition = options.labelPosition || 'before' || 'after';\n this.order = options.order === undefined ? 1 : options.order;\n this.controlType = options.controlType || Control.Button;\n this.type = options.type || '';\n this.disabled = options.disabled || false;\n this.options = options.options || [];\n this.validations = options.validations || [];\n this.appearance = options.appearance || 'outline';\n this.class = options.class || '';\n this.style = options.style || {};\n this.placeHolder = options.placeHolder || '';\n this.floatLabel = options.floatLabel || 'auto';\n this.hint = options.hint || ({} as IMatHint);\n this.prefix = options.prefix || ({} as ISuffixPrefixConfig);\n this.suffix = options.suffix || ({} as ISuffixPrefixConfig);\n this.textAreaProperty =\n options.textAreaProperty || ({} as ITextAreaProperty);\n this.event = options.event || {};\n this.selectProperty = options.selectProperty || {};\n this.color = options.color || undefined;\n this.sliderProperty = options.sliderProperty || {};\n this.chipSelectedOptions = options.chipSelectedOptions || {};\n this.editorProperty = options.editorProperty || {};\n this.formArray = options.formArray || undefined\n }\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class AutoComplete extends BaseControl<string> {\n override controlType = Control.AutoComplete;\n}\n","import {BaseControl} from \"../model/base-control\";\nimport {Control} from \"../model/enum\";\n\nexport class Button extends BaseControl<string> {\n override controlType = Control.Button;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class ButtonToggle extends BaseControl<string> {\n override controlType = Control.ButtonToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class CheckBox extends BaseControl<boolean> {\n override controlType = Control.Checkbox;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Chip extends BaseControl<string> {\n override controlType = Control.Chip;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class DatePicker extends BaseControl<string> {\n override controlType = Control.DatePicker;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Divider extends BaseControl<string> {\n override controlType = Control.Divider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Editor extends BaseControl<string> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Radio extends BaseControl<string> {\n override controlType = Control.Radio;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class RichTextEditor extends BaseControl<any> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Select extends BaseControl<string> {\n override controlType = Control.Select;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Slider extends BaseControl<number> {\n override controlType = Control.Slider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class SliderToggle extends BaseControl<boolean> {\n override controlType = Control.SlideToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textarea extends BaseControl<string> {\n override controlType = Control.TextArea;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textbox extends BaseControl<string> {\n override controlType = Control.TextBox;\n}\n","import { Component } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatSelectChange, MatSelectModule } from '@angular/material/select';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-select',\n standalone: true,\n imports: [\n MatInputModule,\n MatFormFieldModule,\n MatSelectModule,\n ...sharedControlDeps,\n ],\n viewProviders: [controlProvider],\n template: `<mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <mat-select\n [value]=\"control.config.value\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n (selectionChange)=\"selectionChange($event)\">\n @for(option of control.config.options; track option){\n <mat-option [value]=\"option.key\">{{ option.value }}</mat-option>\n }\n </mat-select>\n </mat-form-field>`,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class SelectComponent extends BaseControlBuilder {\n selectionChange(event: MatSelectChange): void {\n this.control.config.event.change?.emit(event);\n }\n}\n","/*\n * Public API Surface of core\n */\nexport * from './lib/falcon-core/falcon-core.module';\n\nexport * from './lib/falcon-core/model/enum';\nexport * from './lib/falcon-core/model/interface';\nexport * from './lib/falcon-core/model/ivalidator';\nexport * from './lib/falcon-core/model/base-control';\n\nexport * from './lib/falcon-core/control-type/AutoComplete';\nexport * from './lib/falcon-core/control-type/Button';\nexport * from './lib/falcon-core/control-type/ButtonToggle';\nexport * from './lib/falcon-core/control-type/CheckBox';\nexport * from './lib/falcon-core/control-type/Chip';\nexport * from './lib/falcon-core/control-type/DatePicker';\nexport * from './lib/falcon-core/control-type/Divider';\nexport * from './lib/falcon-core/control-type/Editor';\nexport * from './lib/falcon-core/control-type/Radio';\nexport * from './lib/falcon-core/control-type/RichTextEditor';\nexport * from './lib/falcon-core/control-type/Select';\nexport * from './lib/falcon-core/control-type/Slider';\nexport * from './lib/falcon-core/control-type/SlideToggle';\nexport * from './lib/falcon-core/control-type/Textarea';\nexport * from './lib/falcon-core/control-type/Textbox';\n\nexport * from './lib/falcon-core/control-builder/control-builder.component';\n\nexport * from './lib/falcon-core/angularmaterial.module';\n\nexport * from './lib/falcon-core/component/card/card.component';\nexport * from './lib/falcon-core/component/button/button.component';\nexport * from './lib/falcon-core/component/select/select.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i2","i1.ComponentResolver","i3.ControlInjectionPipe","i4","i5","i6.ValidationMessageDirective"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/angularmaterial.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-data-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-injection.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error-message-token.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-message.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-state-matcher.service.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message-container.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/base-control-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component-resolver.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-builder.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/card/card.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/button/button.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/falcon-core.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/model/base-control.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/AutoComplete.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Button.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/ButtonToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/CheckBox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Chip.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/DatePicker.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Divider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Editor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Radio.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/RichTextEditor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Select.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Slider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/SlideToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textarea.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textbox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/select/select.component.ts","../../../../projects/falcon-ng/core/src/public-api.ts","../../../../projects/falcon-ng/core/src/falcon-ng-core.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport {ScrollingModule} from \"@angular/cdk/scrolling\";\nimport {PortalModule} from \"@angular/cdk/portal\";\nimport {OverlayModule} from \"@angular/cdk/overlay\";\nimport {MatTreeModule} from \"@angular/material/tree\";\nimport {MatTooltipModule} from \"@angular/material/tooltip\";\nimport {MatToolbarModule} from \"@angular/material/toolbar\";\nimport {MatTabsModule} from \"@angular/material/tabs\";\nimport {MatTableModule} from \"@angular/material/table\";\nimport {MatSortModule} from \"@angular/material/sort\";\nimport {MatSnackBarModule} from \"@angular/material/snack-bar\";\nimport {MatSlideToggleModule} from \"@angular/material/slide-toggle\";\nimport {MatSliderModule} from \"@angular/material/slider\";\nimport {MatSidenavModule} from \"@angular/material/sidenav\";\nimport {MatSelectModule} from \"@angular/material/select\";\nimport {MatNativeDateModule, MatRippleModule} from \"@angular/material/core\";\nimport {MatRadioModule} from \"@angular/material/radio\";\nimport {MatProgressSpinnerModule} from \"@angular/material/progress-spinner\";\nimport {MatProgressBarModule} from \"@angular/material/progress-bar\";\nimport {MatPaginatorModule} from \"@angular/material/paginator\";\nimport {MatMenuModule} from \"@angular/material/menu\";\nimport {MatListModule} from \"@angular/material/list\";\nimport {MatInputModule} from \"@angular/material/input\";\nimport {MatIconModule} from \"@angular/material/icon\";\nimport {MatGridListModule} from \"@angular/material/grid-list\";\nimport {MatExpansionModule} from \"@angular/material/expansion\";\nimport {MatDividerModule} from \"@angular/material/divider\";\nimport {MatDialogModule} from \"@angular/material/dialog\";\nimport {MatDatepickerModule} from \"@angular/material/datepicker\";\nimport {MatStepperModule} from \"@angular/material/stepper\";\nimport {MatChipsModule} from \"@angular/material/chips\";\nimport {MatCheckboxModule} from \"@angular/material/checkbox\";\nimport {MatCardModule} from \"@angular/material/card\";\nimport {MatButtonToggleModule} from \"@angular/material/button-toggle\";\nimport {MatButtonModule} from \"@angular/material/button\";\nimport {MatBottomSheetModule} from \"@angular/material/bottom-sheet\";\nimport {MatBadgeModule} from \"@angular/material/badge\";\nimport {MatAutocompleteModule} from \"@angular/material/autocomplete\";\nimport {DragDropModule} from \"@angular/cdk/drag-drop\";\nimport {CdkTreeModule} from \"@angular/cdk/tree\";\nimport {CdkTableModule} from \"@angular/cdk/table\";\nimport {CdkStepperModule} from \"@angular/cdk/stepper\";\nimport {ClipboardModule} from \"@angular/cdk/clipboard\";\nimport {A11yModule} from \"@angular/cdk/a11y\";\n\n\n\n@NgModule({\n declarations: [],\n exports: [\n A11yModule,\n ClipboardModule,\n CdkStepperModule,\n CdkTableModule,\n CdkTreeModule,\n DragDropModule,\n MatAutocompleteModule,\n MatBadgeModule,\n MatBottomSheetModule,\n MatButtonModule,\n MatButtonToggleModule,\n MatCardModule,\n MatCheckboxModule,\n MatChipsModule,\n MatStepperModule,\n MatDatepickerModule,\n MatDialogModule,\n MatDividerModule,\n MatExpansionModule,\n MatGridListModule,\n MatIconModule,\n MatInputModule,\n MatListModule,\n MatMenuModule,\n MatNativeDateModule,\n MatPaginatorModule,\n MatProgressBarModule,\n MatProgressSpinnerModule,\n MatRadioModule,\n MatRippleModule,\n MatSelectModule,\n MatSidenavModule,\n MatSliderModule,\n MatSlideToggleModule,\n MatSnackBarModule,\n MatSortModule,\n MatTableModule,\n MatTabsModule,\n MatToolbarModule,\n MatTooltipModule,\n MatTreeModule,\n OverlayModule,\n PortalModule,\n ScrollingModule\n ]\n})\nexport class AngularmaterialModule { }\n","import { InjectionToken } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\n\nexport interface ControlData {\n formControlName: string;\n config: BaseControl<any>;\n}\nexport const CONTROL_DATA = new InjectionToken<ControlData>('Control Data');\n","import { inject, Injector, Pipe, PipeTransform } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\nimport { CONTROL_DATA, ControlData } from './control-data-builder';\n\n@Pipe({\n name: 'controlInjection',\n standalone: true\n})\nexport class ControlInjectionPipe<T> implements PipeTransform {\n injector = inject(Injector);\n transform(formControlName: string, config: BaseControl<T>): Injector {\n return Injector.create({\n parent: this.injector,\n providers: [\n {\n provide: CONTROL_DATA,\n useValue: { formControlName, config } as ControlData\n }\n ]\n });\n }\n}\n","import { InjectionToken } from \"@angular/core\"\n\nexport const ERROR_MESSAGES: { [key: string]: (args?: any) => string } = {\n required: () => `This field is required`,\n requiredTrue: () => `This field is required`,\n email: () => `It should be a valid email`,\n minlength: ({ requiredLength }) => `The length should be at least ${requiredLength} characters`,\n banWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appBanWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appPasswordShouldMatch: () => `Password should match`,\n passwordShouldMatch: () => `Password should match`,\n pattern: () => `Wrong format`,\n appUniqueNickname: () => `Nickname is taken`,\n uniqueName: () => `Nickname is taken`,\n}\n\nexport const VALIDATION_ERROR_MESSAGES = new InjectionToken(`Validation Messages`, {\n providedIn: 'root',\n factory: () => ERROR_MESSAGES\n})\n","import { inject, Pipe, PipeTransform } from '@angular/core';\nimport { VALIDATION_ERROR_MESSAGES } from './validation-error-message-token';\n\n@Pipe({\n name: 'errorMessage',\n standalone: true\n})\nexport class ErrorMessagePipe implements PipeTransform {\n private errorMessages = inject(VALIDATION_ERROR_MESSAGES);\n transform(key: string, errorValue: any): string {\n if (!this.errorMessages[key]){\n console.warn(`Missing message for ${ key } validator...`);\n return '';\n }\n return this.errorMessages[key](errorValue);\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { ValidationErrors } from '@angular/forms';\nimport { CommonModule, KeyValue } from '@angular/common';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorMessagePipe } from './error-message.pipe';\n\n@Component({\n selector: 'falcon-error',\n standalone: true,\n imports: [CommonModule, MatInputModule, ErrorMessagePipe],\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n @if (errors) {\n @for (error of errors | keyvalue; track trackByFn) {\n <mat-error>{{ error.key | errorMessage:error.value }}</mat-error>\n }\n }\n `,\n})\nexport class ValidationErrorComponent {\n @Input() errors: ValidationErrors | undefined | null = null;\n trackByFn(item: KeyValue<string, any>) {\n return item.key;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';\nimport { ErrorStateMatcher } from '@angular/material/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ErrorStateMatcherService implements ErrorStateMatcher{\n isErrorState(control: AbstractControl<any, any> | null, form: NgForm | FormGroupDirective | null): boolean {\n return Boolean(control && control.invalid && (form && form.submitted));\n }\n}\n","import { ComponentRef, Directive, ElementRef, inject, Input, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';\nimport { ControlContainer, FormGroupDirective, NgControl, NgForm, NgModel } from '@angular/forms';\nimport { EMPTY, fromEvent, iif, merge, skip, startWith, Subscription } from 'rxjs';\nimport { ValidationErrorComponent } from './validation-error.component';\nimport { ErrorStateMatcherService } from './error-state-matcher.service';\n\n@Directive({\n standalone: true,\n selector: '[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))',\n})\nexport class ValidationMessageDirective implements OnInit, OnDestroy {\n ngControl = inject(NgControl, { self: true, optional: true }) || inject(ControlContainer, { self: true });\n elementRef = inject(ElementRef);\n\n @Input() errorStateMatcher = inject(ErrorStateMatcherService);\n @Input() container = inject(ViewContainerRef);\n\n private parentContainer = inject(ControlContainer, { optional: true });\n private errorMessageTrigger!: Subscription;\n private componentRef: ComponentRef<ValidationErrorComponent> | null = null;\n\n get form() {\n return this.parentContainer?.formDirective as NgForm | FormGroupDirective | null;\n }\n\n ngOnInit() {\n if (!this.ngControl.control)\n throw Error(`No control model for ${this.ngControl.name} control...`);\n this.errorMessageTrigger = merge(\n this.ngControl.control.statusChanges,\n fromEvent(this.elementRef.nativeElement, 'blur'),\n iif(() => !!this.form, this.form!.ngSubmit, EMPTY),\n ).pipe(\n startWith(this.ngControl.control.status),\n skip(this.ngControl instanceof NgModel ? 1 : 0),\n ).subscribe(() => {\n if (this.errorStateMatcher.isErrorState(this.ngControl.control, this.form)) {\n if (!this.componentRef) {\n this.componentRef = this.container.createComponent(ValidationErrorComponent);\n this.componentRef.changeDetectorRef.markForCheck();\n }\n this.componentRef.setInput('errors', this.ngControl.errors);\n } else {\n this.componentRef?.destroy();\n this.componentRef = null;\n }\n });\n }\n\n ngOnDestroy() {\n this.errorMessageTrigger.unsubscribe();\n }\n\n}\n","import { Directive, inject, ViewContainerRef } from '@angular/core';\n\n@Directive({\n selector: '[falconValidationMessageContainer]',\n standalone: true,\n exportAs: 'falconValidationMessageContainer'\n})\nexport class ValidationMessageContainerDirective {\ncontainer = inject(ViewContainerRef)\n\n}\n","import { AfterViewInit, Directive, inject, Input, OnDestroy, OnInit, StaticProvider } from '@angular/core';\nimport {\n AbstractControl,\n ControlContainer,\n FormControl,\n FormGroup,\n ReactiveFormsModule, ValidatorFn,\n Validators,\n} from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { CONTROL_DATA } from './control-data-builder';\nimport { IValidator } from '../model/ivalidator';\nimport { ValidationMessageDirective } from '../component/validation-error/validation-message.directive';\nimport {\n ValidationMessageContainerDirective\n} from '../component/validation-error/validation-message-container.directive';\n\nexport const sharedControlDeps = [CommonModule, ReactiveFormsModule, ValidationMessageDirective,ValidationMessageContainerDirective];\nexport const controlProvider: StaticProvider = {\n provide: ControlContainer,\n useFactory: () => inject(ControlContainer, { skipSelf: true })\n}\n\n@Directive()\nexport class BaseControlBuilder implements OnInit, OnDestroy {\n private parentGroupDir = inject(ControlContainer);\n public control = inject(CONTROL_DATA);\n private formControl: AbstractControl = new FormControl(this.control.config.value, this.bindValidators(this.control.config.validations))\n\n get parentFormGroup() {\n return this.parentGroupDir.control as FormGroup;\n }\n\n ngOnInit() {\n this.parentFormGroup.addControl(this.control.formControlName, this.formControl);\n }\n\n ngOnDestroy() {\n this.parentFormGroup.removeControl(this.control.formControlName);\n }\n\n private bindValidators(validations: IValidator[]): ValidatorFn | null {\n if (validations.length > 0) {\n const validatorList: ValidatorFn[] = validations.map((valid: IValidator) => valid.validator);\n return Validators.compose(validatorList);\n }\n return Validators.nullValidator;\n }\n}\n","import { Injectable, Type } from '@angular/core';\nimport { from, of, tap } from 'rxjs';\nimport { Control } from './model/enum';\n\ntype DynamicControlMap = { [T in Control]: () => Promise<Type<any>> };\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ComponentResolver {\n private loadedControlCompoments = new Map<Control, Type<any>>();\n private lazyControlComponents: DynamicControlMap = {\n textbox: () =>\n import('./component/textbox/textbox.component').then(\n c => c.TextboxComponent\n ),\n textarea: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n select: () =>\n import('./component/select/select.component').then(\n c => c.SelectComponent\n ),\n datepicker: () =>\n import('./component/datepicker/datepicker.component').then(\n c => c.DatepickerComponent\n ),\n radio: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n checkbox: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n button: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slideToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n buttonToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n autocomplete: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n chip: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n editor: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n divider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n };\n\n public resolver(controlType: keyof DynamicControlMap) {\n const loadedComponent = this.loadedControlCompoments.get(controlType);\n if (loadedComponent) return of(loadedComponent);\n return from(this.lazyControlComponents[controlType]()).pipe(\n tap(comp => this.loadedControlCompoments.set(controlType, comp))\n );\n }\n}\n","import { AfterContentChecked, ChangeDetectorRef, Component, Input, PipeTransform } from '@angular/core';\nimport { ComponentResolver } from '../component-resolver';\nimport { BaseControl } from '../model/base-control';\nimport { controlProvider } from './base-control-builder';\n\n@Component({\n selector: 'falcon-control',\n viewProviders:[controlProvider],\n template: `<ng-container class=\"w-full\" [ngComponentOutlet]=\"componentResolver.resolver(control.controlType) | async\"\n [ngComponentOutletInjector]=\"control.formControlName | controlInjection: control\"></ng-container>`\n})\nexport class ControlBuilderComponent<T> implements AfterContentChecked {\n @Input({ required: true }) control!: BaseControl<T>;\n constructor(public componentResolver: ComponentResolver,private cdref: ChangeDetectorRef) {}\n ngAfterContentChecked() {\n this.cdref.detectChanges();\n }\n}\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'fal-card',\n host: {\n '[style.--mdc-elevated-card-container-shape]': '\"10px\"',\n '[style.--mdc-elevated-card-container-elevation]':\n '\"0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 0px 1px 1px rgba(0.12, 0.12, 0.12, 0.12)\"',\n },\n template: `\n <mat-card [ngClass]=\"class\" [style.backgroundColor]=\"backgroundColor\">\n <mat-card-content>\n <ng-content></ng-content>\n </mat-card-content>\n </mat-card>\n `,\n})\nexport class CardComponent {\n @Input({ required: false }) backgroundColor: string | undefined = undefined;\n @Input({ required: false }) class: string | undefined = undefined;\n}\n","import {\n Component,\n EventEmitter,\n Input,\n input,\n OnDestroy,\n Output,\n} from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\n\n@Component({\n selector: 'fal-button',\n template: `\n <button\n mat-flat-button\n [color]=\"color\"\n [type]=\"type\"\n (click)=\"onClick($event)\"\n [disabled]=\"disabled\">\n {{ label }}\n </button>\n `,\n})\nexport class ButtonComponent implements OnDestroy {\n @Input({ required: true }) label!: string;\n @Input({ required: true }) type: 'submit' | 'reset' | 'button' = 'submit';\n @Input() color: ThemePalette = 'primary';\n @Input() disabled: boolean = false;\n @Output() click = new EventEmitter<MouseEvent>();\n\n ngOnDestroy(): void {\n this.click.complete();\n }\n onClick(event: MouseEvent) {\n if (['reset', 'submit'].includes(this.type)) {\n this.click.emit(event);\n return true;\n }\n return false;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AngularmaterialModule } from './angularmaterial.module';\nimport { ControlInjectionPipe } from './control-builder/control-injection.pipe';\nimport { ControlBuilderComponent } from './control-builder/control-builder.component';\nimport { CardComponent } from './component/card/card.component';\nimport { ButtonComponent } from './component/button/button.component';\n\n@NgModule({\n declarations: [\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n imports: [\n AngularmaterialModule,\n CommonModule,\n ControlInjectionPipe,\n ],\n exports: [AngularmaterialModule,\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n})\nexport class FalconCoreModule { }\n","import { Control} from './enum';\nimport {IValidator} from './ivalidator';\nimport {\n FloatLabelType,\n MatFormFieldAppearance,\n} from '@angular/material/form-field';\nimport { ThemePalette } from '@angular/material/core';\nimport {\n IComponentEvent,\n IMatHint,\n IOptions,\n ISelectOptions,\n ISliderProperty,\n ISuffixPrefixConfig, ITextAreaProperty,\n} from './interface';\n\n/**\n * @description\n * Class use for setting the control properties.\n * @usageNotes\n * ```ts\n * new Dropdown({\n * formControlName: 'brave',\n * label: 'Bravery Rating',\n * options: [\n * {key: 'solid', value: 'Solid'},\n * {key: 'great', value: 'Great'},\n * {key: 'good', value: 'Good'},\n * {key: 'unproven', value: 'Unproven'}\n * ],\n * order: 3\n * }),\n ** ```\n */\nexport class BaseControl<T> {\n value: T | undefined;\n formControlName: string;\n label: string;\n labelPosition: any;\n order: number;\n controlType: Control;\n type: string;\n disabled: boolean;\n options: IOptions[] | any;\n validations: IValidator[];\n appearance: MatFormFieldAppearance | any;\n class: string;\n style: { [klass: string]: any };\n placeHolder: string;\n floatLabel: FloatLabelType;\n hint: IMatHint;\n suffix: ISuffixPrefixConfig;\n prefix: ISuffixPrefixConfig;\n textAreaProperty: ITextAreaProperty;\n event: IComponentEvent<T>;\n selectProperty: ISelectOptions;\n color: ThemePalette;\n sliderProperty: ISliderProperty;\n chipSelectedOptions: IOptions[] | any;\n editorProperty: any;\n formArray: BaseControl<T>[] | undefined;\n constructor(\n options: {\n value?: T;\n formControlName?: string;\n label: string;\n labelPosition?: any;\n order?: number;\n controlType?: Control;\n type?: string;\n disabled?: boolean;\n options?: IOptions[] | any;\n validations?: IValidator[];\n appearance?: MatFormFieldAppearance | any;\n class?: string;\n style?: { [klass: string]: any };\n placeHolder?: string;\n floatLabel?: FloatLabelType;\n hint?: IMatHint;\n suffix?: ISuffixPrefixConfig;\n prefix?: ISuffixPrefixConfig;\n textAreaProperty?: ITextAreaProperty;\n event?: IComponentEvent<T>;\n selectProperty?: ISelectOptions;\n color?: ThemePalette;\n sliderProperty?: ISliderProperty;\n chipSelectedOptions?: IOptions[] | any;\n editorProperty?: any;\n formArray?: BaseControl<T>[];\n }\n ) {\n this.value = options.value;\n this.formControlName = options.formControlName || '';\n this.label = options.label;\n this.labelPosition = options.labelPosition || 'before' || 'after';\n this.order = options.order === undefined ? 1 : options.order;\n this.controlType = options.controlType || Control.Button;\n this.type = options.type || '';\n this.disabled = options.disabled || false;\n this.options = options.options || [];\n this.validations = options.validations || [];\n this.appearance = options.appearance || 'outline';\n this.class = options.class || '';\n this.style = options.style || {};\n this.placeHolder = options.placeHolder || '';\n this.floatLabel = options.floatLabel || 'auto';\n this.hint = options.hint || ({} as IMatHint);\n this.prefix = options.prefix || ({} as ISuffixPrefixConfig);\n this.suffix = options.suffix || ({} as ISuffixPrefixConfig);\n this.textAreaProperty =\n options.textAreaProperty || ({} as ITextAreaProperty);\n this.event = options.event || {};\n this.selectProperty = options.selectProperty || {};\n this.color = options.color || undefined;\n this.sliderProperty = options.sliderProperty || {};\n this.chipSelectedOptions = options.chipSelectedOptions || {};\n this.editorProperty = options.editorProperty || {};\n this.formArray = options.formArray || undefined\n }\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class AutoComplete extends BaseControl<string> {\n override controlType = Control.AutoComplete;\n}\n","import {BaseControl} from \"../model/base-control\";\nimport {Control} from \"../model/enum\";\n\nexport class Button extends BaseControl<string> {\n override controlType = Control.Button;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class ButtonToggle extends BaseControl<string> {\n override controlType = Control.ButtonToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class CheckBox extends BaseControl<boolean> {\n override controlType = Control.Checkbox;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Chip extends BaseControl<string> {\n override controlType = Control.Chip;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class DatePicker extends BaseControl<string> {\n override controlType = Control.DatePicker;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Divider extends BaseControl<string> {\n override controlType = Control.Divider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Editor extends BaseControl<string> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Radio extends BaseControl<string> {\n override controlType = Control.Radio;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class RichTextEditor extends BaseControl<any> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Select extends BaseControl<string> {\n override controlType = Control.Select;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Slider extends BaseControl<number> {\n override controlType = Control.Slider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class SliderToggle extends BaseControl<boolean> {\n override controlType = Control.SlideToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textarea extends BaseControl<string> {\n override controlType = Control.TextArea;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textbox extends BaseControl<string> {\n override controlType = Control.TextBox;\n}\n","import { Component } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatSelectChange, MatSelectModule } from '@angular/material/select';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-select',\n standalone: true,\n imports: [\n MatInputModule,\n MatFormFieldModule,\n MatSelectModule,\n ...sharedControlDeps,\n ],\n viewProviders: [controlProvider],\n template: `<mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <mat-select\n [value]=\"control.config.value\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n (selectionChange)=\"selectionChange($event)\">\n @for(option of control.config.options; track option){\n <mat-option [value]=\"option.key\">{{ option.value }}</mat-option>\n }\n </mat-select>\n </mat-form-field>`,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class SelectComponent extends BaseControlBuilder {\n selectionChange(event: MatSelectChange): void {\n this.control.config.event.change?.emit(event);\n }\n}\n","/*\n * Public API Surface of core\n */\nexport * from './lib/falcon-core/falcon-core.module';\n\nexport * from './lib/falcon-core/model/enum';\nexport * from './lib/falcon-core/model/interface';\nexport * from './lib/falcon-core/model/ivalidator';\nexport * from './lib/falcon-core/model/base-control';\n\nexport * from './lib/falcon-core/control-type/AutoComplete';\nexport * from './lib/falcon-core/control-type/Button';\nexport * from './lib/falcon-core/control-type/ButtonToggle';\nexport * from './lib/falcon-core/control-type/CheckBox';\nexport * from './lib/falcon-core/control-type/Chip';\nexport * from './lib/falcon-core/control-type/DatePicker';\nexport * from './lib/falcon-core/control-type/Divider';\nexport * from './lib/falcon-core/control-type/Editor';\nexport * from './lib/falcon-core/control-type/Radio';\nexport * from './lib/falcon-core/control-type/RichTextEditor';\nexport * from './lib/falcon-core/control-type/Select';\nexport * from './lib/falcon-core/control-type/Slider';\nexport * from './lib/falcon-core/control-type/SlideToggle';\nexport * from './lib/falcon-core/control-type/Textarea';\nexport * from './lib/falcon-core/control-type/Textbox';\n\nexport * from './lib/falcon-core/control-builder/control-builder.component';\n\nexport * from './lib/falcon-core/angularmaterial.module';\n\nexport * from './lib/falcon-core/component/card/card.component';\nexport * from './lib/falcon-core/component/button/button.component';\nexport * from './lib/falcon-core/component/select/select.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i1.ComponentResolver","i2","i3.ControlInjectionPipe","i6.ValidationMessageDirective"],"mappings":"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"}
|
|
@@ -2,10 +2,11 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Component } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/material/input';
|
|
4
4
|
import { MatInputModule } from '@angular/material/input';
|
|
5
|
-
import { B as BaseControlBuilder, V as ValidationMessageDirective, c as controlProvider, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-
|
|
5
|
+
import { B as BaseControlBuilder, V as ValidationMessageDirective, c as controlProvider, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs';
|
|
6
6
|
import * as i2 from '@angular/material/form-field';
|
|
7
|
-
import * as
|
|
8
|
-
import * as i4 from '@angular/
|
|
7
|
+
import * as i3 from '@angular/cdk/text-field';
|
|
8
|
+
import * as i4 from '@angular/common';
|
|
9
|
+
import * as i5 from '@angular/forms';
|
|
9
10
|
import '@angular/cdk/scrolling';
|
|
10
11
|
import '@angular/cdk/portal';
|
|
11
12
|
import '@angular/cdk/overlay';
|
|
@@ -58,9 +59,23 @@ class TextareaComponent extends BaseControlBuilder {
|
|
|
58
59
|
<textarea
|
|
59
60
|
matInput
|
|
60
61
|
[formControlName]="control.formControlName"
|
|
61
|
-
[placeholder]="control.config.placeHolder"
|
|
62
|
+
[placeholder]="control.config.placeHolder"
|
|
63
|
+
[ngStyle]="control.config.style"
|
|
64
|
+
[ngClass]="control.config.class"
|
|
65
|
+
[cdkTextareaAutosize]="
|
|
66
|
+
control.config.textAreaProperty.cdkTextareaAutosize
|
|
67
|
+
"
|
|
68
|
+
[cdkAutosizeMinRows]="
|
|
69
|
+
control.config.textAreaProperty.cdkAutosizeMinRows
|
|
70
|
+
"
|
|
71
|
+
[cdkAutosizeMaxRows]="
|
|
72
|
+
control.config.textAreaProperty.cdkAutosizeMaxRows
|
|
73
|
+
"
|
|
74
|
+
[rows]="control.config.textAreaProperty.rows"
|
|
75
|
+
[cols]="control.config.textAreaProperty.cols"
|
|
76
|
+
[disabled]="control.config.disabled"></textarea>
|
|
62
77
|
</mat-form-field>
|
|
63
|
-
`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type:
|
|
78
|
+
`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "ngmodule", type: i4.CommonModule }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: i5.ReactiveFormsModule }, { kind: "directive", type: i5.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: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }], viewProviders: [controlProvider] }); }
|
|
64
79
|
}
|
|
65
80
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: TextareaComponent, decorators: [{
|
|
66
81
|
type: Component,
|
|
@@ -70,10 +85,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
70
85
|
<textarea
|
|
71
86
|
matInput
|
|
72
87
|
[formControlName]="control.formControlName"
|
|
73
|
-
[placeholder]="control.config.placeHolder"
|
|
88
|
+
[placeholder]="control.config.placeHolder"
|
|
89
|
+
[ngStyle]="control.config.style"
|
|
90
|
+
[ngClass]="control.config.class"
|
|
91
|
+
[cdkTextareaAutosize]="
|
|
92
|
+
control.config.textAreaProperty.cdkTextareaAutosize
|
|
93
|
+
"
|
|
94
|
+
[cdkAutosizeMinRows]="
|
|
95
|
+
control.config.textAreaProperty.cdkAutosizeMinRows
|
|
96
|
+
"
|
|
97
|
+
[cdkAutosizeMaxRows]="
|
|
98
|
+
control.config.textAreaProperty.cdkAutosizeMaxRows
|
|
99
|
+
"
|
|
100
|
+
[rows]="control.config.textAreaProperty.rows"
|
|
101
|
+
[cols]="control.config.textAreaProperty.cols"
|
|
102
|
+
[disabled]="control.config.disabled"></textarea>
|
|
74
103
|
</mat-form-field>
|
|
75
104
|
`, styles: [".w-full{width:100%}\n"] }]
|
|
76
105
|
}] });
|
|
77
106
|
|
|
78
107
|
export { TextareaComponent };
|
|
79
|
-
//# sourceMappingURL=falcon-ng-core-textarea.component-
|
|
108
|
+
//# sourceMappingURL=falcon-ng-core-textarea.component-IWcVvnAH.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-textarea.component-IWcVvnAH.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textarea/textarea.component.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textarea',\n standalone: true,\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <textarea\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [ngStyle]=\"control.config.style\"\n [ngClass]=\"control.config.class\"\n [cdkTextareaAutosize]=\"\n control.config.textAreaProperty.cdkTextareaAutosize\n \"\n [cdkAutosizeMinRows]=\"\n control.config.textAreaProperty.cdkAutosizeMinRows\n \"\n [cdkAutosizeMaxRows]=\"\n control.config.textAreaProperty.cdkAutosizeMaxRows\n \"\n [rows]=\"control.config.textAreaProperty.rows\"\n [cols]=\"control.config.textAreaProperty.cols\"\n [disabled]=\"control.config.disabled\"></textarea>\n </mat-form-field>\n `,\n styles: `.w-full{width: 100%}`,\n})\nexport class TextareaComponent extends BaseControlBuilder {}\n"],"names":["i6.ValidationMessageDirective"],"mappings":"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"}
|
|
@@ -2,10 +2,10 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Component } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/material/input';
|
|
4
4
|
import { MatInputModule } from '@angular/material/input';
|
|
5
|
-
import { B as BaseControlBuilder, V as ValidationMessageDirective, a as ValidationMessageContainerDirective, c as controlProvider, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-
|
|
5
|
+
import { B as BaseControlBuilder, V as ValidationMessageDirective, a as ValidationMessageContainerDirective, c as controlProvider, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs';
|
|
6
6
|
import * as i2 from '@angular/material/form-field';
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
7
|
+
import * as i4 from '@angular/common';
|
|
8
|
+
import * as i5 from '@angular/forms';
|
|
9
9
|
import '@angular/cdk/scrolling';
|
|
10
10
|
import '@angular/cdk/portal';
|
|
11
11
|
import '@angular/cdk/overlay';
|
|
@@ -64,7 +64,7 @@ class TextboxComponent extends BaseControlBuilder {
|
|
|
64
64
|
falconValidationMessageContainer
|
|
65
65
|
#containerDir="falconValidationMessageContainer" />
|
|
66
66
|
</mat-form-field>
|
|
67
|
-
`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type:
|
|
67
|
+
`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.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: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: i4.CommonModule }, { kind: "ngmodule", type: i5.ReactiveFormsModule }, { kind: "directive", type: i5.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: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }, { kind: "directive", type: ValidationMessageContainerDirective, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"] }], viewProviders: [controlProvider] }); }
|
|
68
68
|
}
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: TextboxComponent, decorators: [{
|
|
70
70
|
type: Component,
|
|
@@ -84,4 +84,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
84
84
|
}] });
|
|
85
85
|
|
|
86
86
|
export { TextboxComponent };
|
|
87
|
-
//# sourceMappingURL=falcon-ng-core-textbox.component-
|
|
87
|
+
//# sourceMappingURL=falcon-ng-core-textbox.component-DfRYlQIK.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-textbox.component-DfRYlQIK.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textbox/textbox.component.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textbox',\n standalone: true,\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <input\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [container]=\"containerDir.container\" />\n <ng-container\n falconValidationMessageContainer\n #containerDir=\"falconValidationMessageContainer\" />\n </mat-form-field>\n `,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class TextboxComponent extends BaseControlBuilder {}\n"],"names":["i3","i4","i5.ValidationMessageDirective","i6.ValidationMessageContainerDirective"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { m as AngularmaterialModule, A as AutoComplete, b as BaseControl, d as Button, o as ButtonComponent, e as ButtonToggle, n as CardComponent, C as CheckBox, f as Chip, l as ControlBuilderComponent, D as DatePicker, g as Divider, E as Editor, F as FalconCoreModule, R as Radio, h as RichTextEditor, S as Select, p as SelectComponent, i as Slider, j as SliderToggle, T as Textarea, k as Textbox } from './falcon-ng-core-falcon-ng-core-
|
|
1
|
+
export { m as AngularmaterialModule, A as AutoComplete, b as BaseControl, d as Button, o as ButtonComponent, e as ButtonToggle, n as CardComponent, C as CheckBox, f as Chip, l as ControlBuilderComponent, D as DatePicker, g as Divider, E as Editor, F as FalconCoreModule, R as Radio, h as RichTextEditor, S as Select, p as SelectComponent, i as Slider, j as SliderToggle, T as Textarea, k as Textbox } from './falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs';
|
|
2
2
|
import '@angular/core';
|
|
3
3
|
import '@angular/common';
|
|
4
4
|
import '@angular/cdk/scrolling';
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-datepicker.component-B0gZLW04.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/datepicker/datepicker.component.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { provideNativeDateAdapter } from '@angular/material/core';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-datepicker',\n standalone: true,\n providers: [provideNativeDateAdapter()],\n imports: [\n MatFormFieldModule,\n MatInputModule,\n MatDatepickerModule,\n ...sharedControlDeps,\n ],\n viewProviders: [controlProvider],\n template: `<mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <input\n matInput\n [matDatepicker]=\"picker\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\" />\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n </mat-form-field>`,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class DatepickerComponent extends BaseControlBuilder {}\n"],"names":["i2","i4","i5","i6.ValidationMessageDirective"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-textarea.component-C_5QOZbO.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textarea/textarea.component.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textarea',\n standalone: true,\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <textarea\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"></textarea>\n </mat-form-field>\n `,\n styles: `.w-full{width: 100%}`,\n})\nexport class TextareaComponent extends BaseControlBuilder {}\n"],"names":["i3","i5.ValidationMessageDirective"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBM,MAAO,iBAAkB,SAAQ,kBAAkB,CAAA;8GAA5C,iBAAiB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,EAXlB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;AAQT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAVS,cAAc,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,yHAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,IAAA,EAAA,aAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,mBAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,UAAA,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,oBAAA,EAAA,OAAA,EAAA,YAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,WAAA,CAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,YAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,8MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,0BAAA,EAAA,QAAA,EAAA,+IAAA,EAAA,MAAA,EAAA,CAAA,mBAAA,EAAA,WAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EACT,CAAC,eAAe,CAAC,EAAA,CAAA,CAAA,EAAA;;2FAYrB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAhB7B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,cAAc,EACZ,UAAA,EAAA,IAAI,EACP,OAAA,EAAA,CAAC,cAAc,EAAE,GAAG,iBAAiB,CAAC,EAAA,aAAA,EAChC,CAAC,eAAe,CAAC,EACtB,QAAA,EAAA,CAAA;;;;;;;;AAQT,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-textbox.component-DgCl72DN.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textbox/textbox.component.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textbox',\n standalone: true,\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <input\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [container]=\"containerDir.container\" />\n <ng-container\n falconValidationMessageContainer\n #containerDir=\"falconValidationMessageContainer\" />\n </mat-form-field>\n `,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class TextboxComponent extends BaseControlBuilder {}\n"],"names":["i3","i5.ValidationMessageDirective","i6.ValidationMessageContainerDirective"],"mappings":"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"}
|