@falcon-ng/core 0.0.25 → 0.0.27
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/fesm2022/falcon-ng-core-datepicker.component-CPsDyBhC.mjs +46 -0
- package/fesm2022/falcon-ng-core-datepicker.component-CPsDyBhC.mjs.map +1 -0
- package/fesm2022/{falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs → falcon-ng-core-falcon-ng-core-Bi8UTq2i.mjs} +76 -74
- package/fesm2022/falcon-ng-core-falcon-ng-core-Bi8UTq2i.mjs.map +1 -0
- package/fesm2022/falcon-ng-core-textarea.component-BA3CQ4Sm.mjs +64 -0
- package/fesm2022/falcon-ng-core-textarea.component-BA3CQ4Sm.mjs.map +1 -0
- package/fesm2022/falcon-ng-core-textbox.component-D4cexFb4.mjs +43 -0
- package/fesm2022/falcon-ng-core-textbox.component-D4cexFb4.mjs.map +1 -0
- package/fesm2022/falcon-ng-core.mjs +1 -49
- package/fesm2022/falcon-ng-core.mjs.map +1 -1
- package/lib/falcon-core/component/validation-error/validation-message.directive.d.ts +1 -1
- package/lib/falcon-core/control-builder/base-control-builder.d.ts +2 -2
- package/package.json +3 -5
- package/esm2022/falcon-ng-core.mjs +0 -5
- package/esm2022/lib/falcon-core/angularmaterial.module.mjs +0 -189
- package/esm2022/lib/falcon-core/component/button/button.component.mjs +0 -61
- package/esm2022/lib/falcon-core/component/card/card.component.mjs +0 -42
- package/esm2022/lib/falcon-core/component/datepicker/datepicker.component.mjs +0 -45
- package/esm2022/lib/falcon-core/component/select/select.component.mjs +0 -51
- package/esm2022/lib/falcon-core/component/textarea/textarea.component.mjs +0 -63
- package/esm2022/lib/falcon-core/component/textbox/textbox.component.mjs +0 -43
- package/esm2022/lib/falcon-core/component/validation-error/error-message.pipe.mjs +0 -25
- package/esm2022/lib/falcon-core/component/validation-error/error-state-matcher.service.mjs +0 -16
- package/esm2022/lib/falcon-core/component/validation-error/validation-error-message-token.mjs +0 -19
- package/esm2022/lib/falcon-core/component/validation-error/validation-error.component.mjs +0 -42
- package/esm2022/lib/falcon-core/component/validation-error/validation-message-container.directive.mjs +0 -18
- package/esm2022/lib/falcon-core/component/validation-error/validation-message.directive.mjs +0 -53
- package/esm2022/lib/falcon-core/component-resolver.mjs +0 -39
- package/esm2022/lib/falcon-core/control-builder/base-control-builder.mjs +0 -41
- package/esm2022/lib/falcon-core/control-builder/control-builder.component.mjs +0 -31
- package/esm2022/lib/falcon-core/control-builder/control-data-builder.mjs +0 -3
- package/esm2022/lib/falcon-core/control-builder/control-injection.pipe.mjs +0 -29
- package/esm2022/lib/falcon-core/control-type/AutoComplete.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Button.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/ButtonToggle.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/CheckBox.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Chip.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/DatePicker.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Divider.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Editor.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Radio.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/RichTextEditor.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Select.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/SlideToggle.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Slider.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Textarea.mjs +0 -8
- package/esm2022/lib/falcon-core/control-type/Textbox.mjs +0 -8
- package/esm2022/lib/falcon-core/falcon-core.module.mjs +0 -41
- package/esm2022/lib/falcon-core/model/base-control.mjs +0 -50
- package/esm2022/lib/falcon-core/model/enum.mjs +0 -2
- package/esm2022/lib/falcon-core/model/interface.mjs +0 -2
- package/esm2022/lib/falcon-core/model/ivalidator.mjs +0 -2
- package/esm2022/public-api.mjs +0 -29
- package/fesm2022/falcon-ng-core-datepicker.component-DQUm71DG.mjs +0 -88
- package/fesm2022/falcon-ng-core-datepicker.component-DQUm71DG.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-falcon-ng-core-DW9jKrNJ.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-textarea.component-IWcVvnAH.mjs +0 -108
- package/fesm2022/falcon-ng-core-textarea.component-IWcVvnAH.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-textbox.component-DfRYlQIK.mjs +0 -87
- package/fesm2022/falcon-ng-core-textbox.component-DfRYlQIK.mjs.map +0 -1
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component } from '@angular/core';
|
|
3
|
+
import { provideNativeDateAdapter } from '@angular/material/core';
|
|
4
|
+
import * as i2 from '@angular/material/datepicker';
|
|
5
|
+
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
6
|
+
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
7
|
+
import * as i1 from '@angular/material/input';
|
|
8
|
+
import { MatInputModule } from '@angular/material/input';
|
|
9
|
+
import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-Bi8UTq2i.mjs';
|
|
10
|
+
import * as i2$1 from '@angular/common';
|
|
11
|
+
import * as i4 from '@angular/forms';
|
|
12
|
+
|
|
13
|
+
class DatepickerComponent extends BaseControlBuilder {
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DatepickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: DatepickerComponent, isStandalone: true, selector: "fal-datepicker", providers: [provideNativeDateAdapter()], usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
|
|
16
|
+
<mat-label>{{ control.config.label }}</mat-label>
|
|
17
|
+
<input
|
|
18
|
+
matInput
|
|
19
|
+
[matDatepicker]="picker"
|
|
20
|
+
[formControlName]="control.formControlName"
|
|
21
|
+
[placeholder]="control.config.placeHolder" />
|
|
22
|
+
<mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
|
|
23
|
+
<mat-datepicker #picker></mat-datepicker>
|
|
24
|
+
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i1.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i1.MatLabel, selector: "mat-label" }, { kind: "directive", type: i1.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", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i2.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i2.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i2.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "ngmodule", type: i2$1.CommonModule }, { kind: "ngmodule", type: i4.ReactiveFormsModule }, { kind: "directive", type: i4.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: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.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] }); }
|
|
25
|
+
}
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: DatepickerComponent, decorators: [{
|
|
27
|
+
type: Component,
|
|
28
|
+
args: [{ selector: 'fal-datepicker', providers: [provideNativeDateAdapter()], imports: [
|
|
29
|
+
MatFormFieldModule,
|
|
30
|
+
MatInputModule,
|
|
31
|
+
MatDatepickerModule,
|
|
32
|
+
...sharedControlDeps,
|
|
33
|
+
], viewProviders: [controlProvider], template: `<mat-form-field appearance="outline" class="w-full">
|
|
34
|
+
<mat-label>{{ control.config.label }}</mat-label>
|
|
35
|
+
<input
|
|
36
|
+
matInput
|
|
37
|
+
[matDatepicker]="picker"
|
|
38
|
+
[formControlName]="control.formControlName"
|
|
39
|
+
[placeholder]="control.config.placeHolder" />
|
|
40
|
+
<mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
|
|
41
|
+
<mat-datepicker #picker></mat-datepicker>
|
|
42
|
+
</mat-form-field>`, styles: [".w-full{width:100%}\n"] }]
|
|
43
|
+
}] });
|
|
44
|
+
|
|
45
|
+
export { DatepickerComponent };
|
|
46
|
+
//# sourceMappingURL=falcon-ng-core-datepicker.component-CPsDyBhC.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-datepicker.component-CPsDyBhC.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 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":["i3","i5.ValidationMessageDirective"],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule, InjectionToken, inject, Injector, Pipe,
|
|
3
|
-
import * as
|
|
2
|
+
import { NgModule, InjectionToken, inject, Injector, Pipe, Input, ChangeDetectionStrategy, Component, Injectable, ElementRef, ViewContainerRef, Directive, EventEmitter, Output } from '@angular/core';
|
|
3
|
+
import * as i2 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';
|
|
@@ -17,7 +17,6 @@ import { MatSliderModule } from '@angular/material/slider';
|
|
|
17
17
|
import { MatSidenavModule } from '@angular/material/sidenav';
|
|
18
18
|
import * as i2$1 from '@angular/material/select';
|
|
19
19
|
import { MatSelectModule } from '@angular/material/select';
|
|
20
|
-
import * as i3 from '@angular/material/core';
|
|
21
20
|
import { MatNativeDateModule, MatRippleModule } from '@angular/material/core';
|
|
22
21
|
import { MatRadioModule } from '@angular/material/radio';
|
|
23
22
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
@@ -25,6 +24,7 @@ import { MatProgressBarModule } from '@angular/material/progress-bar';
|
|
|
25
24
|
import { MatPaginatorModule } from '@angular/material/paginator';
|
|
26
25
|
import { MatMenuModule } from '@angular/material/menu';
|
|
27
26
|
import { MatListModule } from '@angular/material/list';
|
|
27
|
+
import * as i1 from '@angular/material/input';
|
|
28
28
|
import { MatInputModule } from '@angular/material/input';
|
|
29
29
|
import { MatIconModule } from '@angular/material/icon';
|
|
30
30
|
import { MatGridListModule } from '@angular/material/grid-list';
|
|
@@ -35,13 +35,14 @@ import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
|
35
35
|
import { MatStepperModule } from '@angular/material/stepper';
|
|
36
36
|
import { MatChipsModule } from '@angular/material/chips';
|
|
37
37
|
import { MatCheckboxModule } from '@angular/material/checkbox';
|
|
38
|
-
import * as i1 from '@angular/material/card';
|
|
38
|
+
import * as i1$1 from '@angular/material/card';
|
|
39
39
|
import { MatCardModule } from '@angular/material/card';
|
|
40
40
|
import { MatButtonToggleModule } from '@angular/material/button-toggle';
|
|
41
|
-
import * as i1$
|
|
41
|
+
import * as i1$2 from '@angular/material/button';
|
|
42
42
|
import { MatButtonModule } from '@angular/material/button';
|
|
43
43
|
import { MatBottomSheetModule } from '@angular/material/bottom-sheet';
|
|
44
44
|
import { MatBadgeModule } from '@angular/material/badge';
|
|
45
|
+
import * as i3 from '@angular/material/autocomplete';
|
|
45
46
|
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
|
46
47
|
import { DragDropModule } from '@angular/cdk/drag-drop';
|
|
47
48
|
import { CdkTreeModule } from '@angular/cdk/tree';
|
|
@@ -49,15 +50,14 @@ import { CdkTableModule } from '@angular/cdk/table';
|
|
|
49
50
|
import { CdkStepperModule } from '@angular/cdk/stepper';
|
|
50
51
|
import { ClipboardModule } from '@angular/cdk/clipboard';
|
|
51
52
|
import { A11yModule } from '@angular/cdk/a11y';
|
|
52
|
-
import * as
|
|
53
|
+
import * as i4 from '@angular/forms';
|
|
53
54
|
import { NgControl, ControlContainer, NgModel, ReactiveFormsModule, FormControl, Validators } from '@angular/forms';
|
|
54
55
|
import { merge, fromEvent, iif, EMPTY, startWith, skip, of, from, tap } from 'rxjs';
|
|
55
|
-
import * as i2 from '@angular/material/form-field';
|
|
56
56
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
57
57
|
|
|
58
58
|
class AngularmaterialModule {
|
|
59
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
59
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: AngularmaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
60
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.7", ngImport: i0, type: AngularmaterialModule, exports: [A11yModule,
|
|
61
61
|
ClipboardModule,
|
|
62
62
|
CdkStepperModule,
|
|
63
63
|
CdkTableModule,
|
|
@@ -101,7 +101,7 @@ class AngularmaterialModule {
|
|
|
101
101
|
OverlayModule,
|
|
102
102
|
PortalModule,
|
|
103
103
|
ScrollingModule] }); }
|
|
104
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
104
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: AngularmaterialModule, imports: [A11yModule,
|
|
105
105
|
ClipboardModule,
|
|
106
106
|
CdkStepperModule,
|
|
107
107
|
CdkTableModule,
|
|
@@ -146,7 +146,7 @@ class AngularmaterialModule {
|
|
|
146
146
|
PortalModule,
|
|
147
147
|
ScrollingModule] }); }
|
|
148
148
|
}
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: AngularmaterialModule, decorators: [{
|
|
150
150
|
type: NgModule,
|
|
151
151
|
args: [{
|
|
152
152
|
declarations: [],
|
|
@@ -216,10 +216,10 @@ class ControlInjectionPipe {
|
|
|
216
216
|
]
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
220
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
219
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ControlInjectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
220
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.7", ngImport: i0, type: ControlInjectionPipe, isStandalone: true, name: "controlInjection" }); }
|
|
221
221
|
}
|
|
222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ControlInjectionPipe, decorators: [{
|
|
223
223
|
type: Pipe,
|
|
224
224
|
args: [{
|
|
225
225
|
name: 'controlInjection',
|
|
@@ -256,10 +256,10 @@ class ErrorMessagePipe {
|
|
|
256
256
|
}
|
|
257
257
|
return this.errorMessages[key](errorValue);
|
|
258
258
|
}
|
|
259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
260
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ErrorMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
260
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.7", ngImport: i0, type: ErrorMessagePipe, isStandalone: true, name: "errorMessage" }); }
|
|
261
261
|
}
|
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ErrorMessagePipe, decorators: [{
|
|
263
263
|
type: Pipe,
|
|
264
264
|
args: [{
|
|
265
265
|
name: 'errorMessage',
|
|
@@ -274,20 +274,19 @@ class ValidationErrorComponent {
|
|
|
274
274
|
trackByFn(item) {
|
|
275
275
|
return item.key;
|
|
276
276
|
}
|
|
277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ValidationErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
278
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.7", type: ValidationErrorComponent, isStandalone: true, selector: "falcon-error", inputs: { errors: "errors" }, ngImport: i0, template: `
|
|
279
279
|
@if (errors) {
|
|
280
280
|
@for (error of errors | keyvalue; track trackByFn) {
|
|
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: i2.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "pipe", type: ErrorMessagePipe, name: "errorMessage" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
285
285
|
}
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ValidationErrorComponent, decorators: [{
|
|
287
287
|
type: Component,
|
|
288
288
|
args: [{
|
|
289
289
|
selector: 'falcon-error',
|
|
290
|
-
standalone: true,
|
|
291
290
|
imports: [CommonModule, MatInputModule, ErrorMessagePipe],
|
|
292
291
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
293
292
|
template: `
|
|
@@ -296,7 +295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
296
295
|
<mat-error>{{ error.key | errorMessage:error.value }}</mat-error>
|
|
297
296
|
}
|
|
298
297
|
}
|
|
299
|
-
|
|
298
|
+
`
|
|
300
299
|
}]
|
|
301
300
|
}], propDecorators: { errors: [{
|
|
302
301
|
type: Input
|
|
@@ -306,10 +305,10 @@ class ErrorStateMatcherService {
|
|
|
306
305
|
isErrorState(control, form) {
|
|
307
306
|
return Boolean(control && control.invalid && (form && form.submitted));
|
|
308
307
|
}
|
|
309
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
310
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ErrorStateMatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
309
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ErrorStateMatcherService, providedIn: 'root' }); }
|
|
311
310
|
}
|
|
312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ErrorStateMatcherService, decorators: [{
|
|
313
312
|
type: Injectable,
|
|
314
313
|
args: [{
|
|
315
314
|
providedIn: 'root'
|
|
@@ -348,10 +347,10 @@ class ValidationMessageDirective {
|
|
|
348
347
|
ngOnDestroy() {
|
|
349
348
|
this.errorMessageTrigger.unsubscribe();
|
|
350
349
|
}
|
|
351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
352
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ValidationMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
351
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: ValidationMessageDirective, isStandalone: true, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: { errorStateMatcher: "errorStateMatcher", container: "container" }, ngImport: i0 }); }
|
|
353
352
|
}
|
|
354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ValidationMessageDirective, decorators: [{
|
|
355
354
|
type: Directive,
|
|
356
355
|
args: [{
|
|
357
356
|
standalone: true,
|
|
@@ -367,10 +366,10 @@ class ValidationMessageContainerDirective {
|
|
|
367
366
|
constructor() {
|
|
368
367
|
this.container = inject(ViewContainerRef);
|
|
369
368
|
}
|
|
370
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
371
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ValidationMessageContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
370
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: ValidationMessageContainerDirective, isStandalone: true, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"], ngImport: i0 }); }
|
|
372
371
|
}
|
|
373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ValidationMessageContainerDirective, decorators: [{
|
|
374
373
|
type: Directive,
|
|
375
374
|
args: [{
|
|
376
375
|
selector: '[falconValidationMessageContainer]',
|
|
@@ -406,10 +405,10 @@ class BaseControlBuilder {
|
|
|
406
405
|
}
|
|
407
406
|
return Validators.nullValidator;
|
|
408
407
|
}
|
|
409
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
410
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BaseControlBuilder, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
409
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.7", type: BaseControlBuilder, isStandalone: true, ngImport: i0 }); }
|
|
411
410
|
}
|
|
412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BaseControlBuilder, decorators: [{
|
|
413
412
|
type: Directive
|
|
414
413
|
}] });
|
|
415
414
|
|
|
@@ -417,20 +416,20 @@ class ComponentResolver {
|
|
|
417
416
|
constructor() {
|
|
418
417
|
this.loadedControlCompoments = new Map();
|
|
419
418
|
this.lazyControlComponents = {
|
|
420
|
-
textbox: () => import('./falcon-ng-core-textbox.component-
|
|
421
|
-
textarea: () => import('./falcon-ng-core-textarea.component-
|
|
419
|
+
textbox: () => import('./falcon-ng-core-textbox.component-D4cexFb4.mjs').then(c => c.TextboxComponent),
|
|
420
|
+
textarea: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
422
421
|
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-
|
|
422
|
+
datepicker: () => import('./falcon-ng-core-datepicker.component-CPsDyBhC.mjs').then(c => c.DatepickerComponent),
|
|
423
|
+
radio: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
424
|
+
checkbox: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
425
|
+
button: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
426
|
+
slideToggle: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
427
|
+
slider: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
428
|
+
buttonToggle: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
429
|
+
autocomplete: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
430
|
+
chip: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
431
|
+
editor: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
432
|
+
divider: () => import('./falcon-ng-core-textarea.component-BA3CQ4Sm.mjs').then(c => c.TextareaComponent),
|
|
434
433
|
};
|
|
435
434
|
}
|
|
436
435
|
resolver(controlType) {
|
|
@@ -439,10 +438,10 @@ class ComponentResolver {
|
|
|
439
438
|
return of(loadedComponent);
|
|
440
439
|
return from(this.lazyControlComponents[controlType]()).pipe(tap(comp => this.loadedControlCompoments.set(controlType, comp)));
|
|
441
440
|
}
|
|
442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
443
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ComponentResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ComponentResolver, providedIn: 'root' }); }
|
|
444
443
|
}
|
|
445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ComponentResolver, decorators: [{
|
|
446
445
|
type: Injectable,
|
|
447
446
|
args: [{
|
|
448
447
|
providedIn: 'root',
|
|
@@ -457,17 +456,18 @@ class ControlBuilderComponent {
|
|
|
457
456
|
ngAfterContentChecked() {
|
|
458
457
|
this.cdref.detectChanges();
|
|
459
458
|
}
|
|
460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
461
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
462
|
-
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ControlBuilderComponent, deps: [{ token: ComponentResolver }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
460
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: ControlBuilderComponent, isStandalone: false, selector: "falcon-control", inputs: { control: "control" }, ngImport: i0, template: `<ng-container class="w-full" [ngComponentOutlet]="componentResolver.resolver(control.controlType) | async"
|
|
461
|
+
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: ControlInjectionPipe, name: "controlInjection" }], viewProviders: [controlProvider] }); }
|
|
463
462
|
}
|
|
464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ControlBuilderComponent, decorators: [{
|
|
465
464
|
type: Component,
|
|
466
465
|
args: [{
|
|
467
466
|
selector: 'falcon-control',
|
|
468
467
|
viewProviders: [controlProvider],
|
|
469
468
|
template: `<ng-container class="w-full" [ngComponentOutlet]="componentResolver.resolver(control.controlType) | async"
|
|
470
|
-
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container
|
|
469
|
+
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container>`,
|
|
470
|
+
standalone: false
|
|
471
471
|
}]
|
|
472
472
|
}], ctorParameters: () => [{ type: ComponentResolver }, { type: i0.ChangeDetectorRef }], propDecorators: { control: [{
|
|
473
473
|
type: Input,
|
|
@@ -479,16 +479,16 @@ class CardComponent {
|
|
|
479
479
|
this.backgroundColor = undefined;
|
|
480
480
|
this.class = undefined;
|
|
481
481
|
}
|
|
482
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
483
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
483
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: CardComponent, isStandalone: false, selector: "fal-card", inputs: { backgroundColor: "backgroundColor", class: "class" }, host: { properties: { "style.--mdc-elevated-card-container-shape": "\"10px\"", "style.--mdc-elevated-card-container-elevation": "\"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)\"" } }, ngImport: i0, template: `
|
|
484
484
|
<mat-card [ngClass]="class" [style.backgroundColor]="backgroundColor">
|
|
485
485
|
<mat-card-content>
|
|
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$1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1$1.MatCardContent, selector: "mat-card-content" }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
490
490
|
}
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: CardComponent, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{
|
|
494
494
|
selector: 'fal-card',
|
|
@@ -503,6 +503,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
503
503
|
</mat-card-content>
|
|
504
504
|
</mat-card>
|
|
505
505
|
`,
|
|
506
|
+
standalone: false
|
|
506
507
|
}]
|
|
507
508
|
}], propDecorators: { backgroundColor: [{
|
|
508
509
|
type: Input,
|
|
@@ -529,8 +530,8 @@ class ButtonComponent {
|
|
|
529
530
|
}
|
|
530
531
|
return false;
|
|
531
532
|
}
|
|
532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
534
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: ButtonComponent, isStandalone: false, selector: "fal-button", inputs: { label: "label", type: "type", color: "color", disabled: "disabled" }, outputs: { click: "click" }, ngImport: i0, template: `
|
|
534
535
|
<button
|
|
535
536
|
mat-flat-button
|
|
536
537
|
[color]="color"
|
|
@@ -539,9 +540,9 @@ class ButtonComponent {
|
|
|
539
540
|
[disabled]="disabled">
|
|
540
541
|
{{ label }}
|
|
541
542
|
</button>
|
|
542
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1$
|
|
543
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
|
|
543
544
|
}
|
|
544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
545
546
|
type: Component,
|
|
546
547
|
args: [{
|
|
547
548
|
selector: 'fal-button',
|
|
@@ -555,6 +556,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
555
556
|
{{ label }}
|
|
556
557
|
</button>
|
|
557
558
|
`,
|
|
559
|
+
standalone: false
|
|
558
560
|
}]
|
|
559
561
|
}], propDecorators: { label: [{
|
|
560
562
|
type: Input,
|
|
@@ -571,8 +573,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImpor
|
|
|
571
573
|
}] } });
|
|
572
574
|
|
|
573
575
|
class FalconCoreModule {
|
|
574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
575
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
576
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: FalconCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
577
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.7", ngImport: i0, type: FalconCoreModule, declarations: [ControlBuilderComponent,
|
|
576
578
|
CardComponent,
|
|
577
579
|
ButtonComponent], imports: [AngularmaterialModule,
|
|
578
580
|
CommonModule,
|
|
@@ -580,10 +582,10 @@ class FalconCoreModule {
|
|
|
580
582
|
ControlBuilderComponent,
|
|
581
583
|
CardComponent,
|
|
582
584
|
ButtonComponent] }); }
|
|
583
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
585
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: FalconCoreModule, imports: [AngularmaterialModule,
|
|
584
586
|
CommonModule, AngularmaterialModule] }); }
|
|
585
587
|
}
|
|
586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: FalconCoreModule, decorators: [{
|
|
587
589
|
type: NgModule,
|
|
588
590
|
args: [{
|
|
589
591
|
declarations: [
|
|
@@ -762,8 +764,8 @@ class SelectComponent extends BaseControlBuilder {
|
|
|
762
764
|
selectionChange(event) {
|
|
763
765
|
this.control.config.event.change?.emit(event);
|
|
764
766
|
}
|
|
765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
766
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
768
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.7", type: SelectComponent, isStandalone: true, selector: "fal-select", usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
|
|
767
769
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
768
770
|
<mat-select
|
|
769
771
|
[value]="control.config.value"
|
|
@@ -774,11 +776,11 @@ class SelectComponent extends BaseControlBuilder {
|
|
|
774
776
|
<mat-option [value]="option.key">{{ option.value }}</mat-option>
|
|
775
777
|
}
|
|
776
778
|
</mat-select>
|
|
777
|
-
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "component", type:
|
|
779
|
+
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i1.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i1.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", "canSelectNullableOptions"], 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: i2.CommonModule }, { kind: "ngmodule", type: i4.ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.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
780
|
}
|
|
779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: SelectComponent, decorators: [{
|
|
780
782
|
type: Component,
|
|
781
|
-
args: [{ selector: 'fal-select',
|
|
783
|
+
args: [{ selector: 'fal-select', imports: [
|
|
782
784
|
MatInputModule,
|
|
783
785
|
MatFormFieldModule,
|
|
784
786
|
MatSelectModule,
|
|
@@ -811,4 +813,4 @@ var select_component = /*#__PURE__*/Object.freeze({
|
|
|
811
813
|
*/
|
|
812
814
|
|
|
813
815
|
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-
|
|
816
|
+
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-Bi8UTq2i.mjs.map
|