@falcon-ng/core 0.0.26 → 0.0.28

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.
Files changed (53) hide show
  1. package/fesm2022/{falcon-ng-core-datepicker.component-D_3HgacZ.mjs → falcon-ng-core-datepicker.component-R3QbVwh9.mjs} +9 -10
  2. package/fesm2022/falcon-ng-core-datepicker.component-R3QbVwh9.mjs.map +1 -0
  3. package/fesm2022/{falcon-ng-core-falcon-ng-core-_EIXFfJ0.mjs → falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs} +72 -72
  4. package/fesm2022/{falcon-ng-core-falcon-ng-core-_EIXFfJ0.mjs.map → falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs.map} +1 -1
  5. package/fesm2022/{falcon-ng-core-textarea.component-Bsk-osNQ.mjs → falcon-ng-core-textarea.component-DWO3hiq2.mjs} +9 -10
  6. package/fesm2022/falcon-ng-core-textarea.component-DWO3hiq2.mjs.map +1 -0
  7. package/fesm2022/{falcon-ng-core-textbox.component-BkN34WGY.mjs → falcon-ng-core-textbox.component-Cc4_KuFY.mjs} +8 -9
  8. package/fesm2022/falcon-ng-core-textbox.component-Cc4_KuFY.mjs.map +1 -0
  9. package/fesm2022/falcon-ng-core.mjs +1 -1
  10. package/index.d.ts +735 -3
  11. package/package.json +3 -3
  12. package/fesm2022/falcon-ng-core-datepicker.component-D_3HgacZ.mjs.map +0 -1
  13. package/fesm2022/falcon-ng-core-textarea.component-Bsk-osNQ.mjs.map +0 -1
  14. package/fesm2022/falcon-ng-core-textbox.component-BkN34WGY.mjs.map +0 -1
  15. package/lib/falcon-core/angularmaterial.module.d.ts +0 -49
  16. package/lib/falcon-core/component/button/button.component.d.ts +0 -14
  17. package/lib/falcon-core/component/card/card.component.d.ts +0 -7
  18. package/lib/falcon-core/component/datepicker/datepicker.component.d.ts +0 -6
  19. package/lib/falcon-core/component/select/select.component.d.ts +0 -8
  20. package/lib/falcon-core/component/textarea/textarea.component.d.ts +0 -6
  21. package/lib/falcon-core/component/textbox/textbox.component.d.ts +0 -6
  22. package/lib/falcon-core/component/validation-error/error-message.pipe.d.ts +0 -8
  23. package/lib/falcon-core/component/validation-error/error-state-matcher.service.d.ts +0 -8
  24. package/lib/falcon-core/component/validation-error/validation-error-message-token.d.ts +0 -7
  25. package/lib/falcon-core/component/validation-error/validation-error.component.d.ts +0 -9
  26. package/lib/falcon-core/component/validation-error/validation-message-container.directive.d.ts +0 -7
  27. package/lib/falcon-core/component/validation-error/validation-message.directive.d.ts +0 -18
  28. package/lib/falcon-core/component-resolver.d.ts +0 -14
  29. package/lib/falcon-core/control-builder/base-control-builder.d.ts +0 -18
  30. package/lib/falcon-core/control-builder/control-builder.component.d.ts +0 -13
  31. package/lib/falcon-core/control-builder/control-data-builder.d.ts +0 -7
  32. package/lib/falcon-core/control-builder/control-injection.pipe.d.ts +0 -9
  33. package/lib/falcon-core/control-type/AutoComplete.d.ts +0 -5
  34. package/lib/falcon-core/control-type/Button.d.ts +0 -5
  35. package/lib/falcon-core/control-type/ButtonToggle.d.ts +0 -5
  36. package/lib/falcon-core/control-type/CheckBox.d.ts +0 -5
  37. package/lib/falcon-core/control-type/Chip.d.ts +0 -5
  38. package/lib/falcon-core/control-type/DatePicker.d.ts +0 -5
  39. package/lib/falcon-core/control-type/Divider.d.ts +0 -5
  40. package/lib/falcon-core/control-type/Editor.d.ts +0 -5
  41. package/lib/falcon-core/control-type/Radio.d.ts +0 -5
  42. package/lib/falcon-core/control-type/RichTextEditor.d.ts +0 -5
  43. package/lib/falcon-core/control-type/Select.d.ts +0 -5
  44. package/lib/falcon-core/control-type/SlideToggle.d.ts +0 -5
  45. package/lib/falcon-core/control-type/Slider.d.ts +0 -5
  46. package/lib/falcon-core/control-type/Textarea.d.ts +0 -5
  47. package/lib/falcon-core/control-type/Textbox.d.ts +0 -5
  48. package/lib/falcon-core/falcon-core.module.d.ts +0 -12
  49. package/lib/falcon-core/model/base-control.d.ts +0 -83
  50. package/lib/falcon-core/model/enum.d.ts +0 -144
  51. package/lib/falcon-core/model/interface.d.ts +0 -299
  52. package/lib/falcon-core/model/ivalidator.d.ts +0 -19
  53. package/public-api.d.ts +0 -25
@@ -1,19 +1,18 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component } from '@angular/core';
3
3
  import { provideNativeDateAdapter } from '@angular/material/core';
4
- import * as i3 from '@angular/material/datepicker';
4
+ import * as i2 from '@angular/material/datepicker';
5
5
  import { MatDatepickerModule } from '@angular/material/datepicker';
6
- import * as i2 from '@angular/material/form-field';
7
6
  import { MatFormFieldModule } from '@angular/material/form-field';
8
7
  import * as i1 from '@angular/material/input';
9
8
  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-_EIXFfJ0.mjs';
11
- import * as i4 from '@angular/common';
12
- import * as i5 from '@angular/forms';
9
+ import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs';
10
+ import * as i2$1 from '@angular/common';
11
+ import * as i4 from '@angular/forms';
13
12
 
14
13
  class DatepickerComponent extends BaseControlBuilder {
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: DatepickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.1", type: DatepickerComponent, isStandalone: true, selector: "fal-datepicker", providers: [provideNativeDateAdapter()], usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DatepickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: DatepickerComponent, isStandalone: true, selector: "fal-datepicker", providers: [provideNativeDateAdapter()], usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
17
16
  <mat-label>{{ control.config.label }}</mat-label>
18
17
  <input
19
18
  matInput
@@ -22,9 +21,9 @@ class DatepickerComponent extends BaseControlBuilder {
22
21
  [placeholder]="control.config.placeHolder" />
23
22
  <mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
24
23
  <mat-datepicker #picker></mat-datepicker>
25
- </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] }); }
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] }); }
26
25
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: DatepickerComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DatepickerComponent, decorators: [{
28
27
  type: Component,
29
28
  args: [{ selector: 'fal-datepicker', providers: [provideNativeDateAdapter()], imports: [
30
29
  MatFormFieldModule,
@@ -44,4 +43,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
44
43
  }] });
45
44
 
46
45
  export { DatepickerComponent };
47
- //# sourceMappingURL=falcon-ng-core-datepicker.component-D_3HgacZ.mjs.map
46
+ //# sourceMappingURL=falcon-ng-core-datepicker.component-R3QbVwh9.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"falcon-ng-core-datepicker.component-R3QbVwh9.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, Component, ChangeDetectionStrategy, Input, Injectable, ElementRef, ViewContainerRef, Directive, EventEmitter, Output } from '@angular/core';
3
- import * as i4 from '@angular/common';
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$1 from '@angular/material/button';
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 i5 from '@angular/forms';
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: "19.0.1", ngImport: i0, type: AngularmaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
60
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.1", ngImport: i0, type: AngularmaterialModule, exports: [A11yModule,
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: AngularmaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
60
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", 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: "19.0.1", ngImport: i0, type: AngularmaterialModule, imports: [A11yModule,
104
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", 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: "19.0.1", ngImport: i0, type: AngularmaterialModule, decorators: [{
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", 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: "19.0.1", ngImport: i0, type: ControlInjectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
220
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.1", ngImport: i0, type: ControlInjectionPipe, isStandalone: true, name: "controlInjection" }); }
219
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ControlInjectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
220
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ControlInjectionPipe, isStandalone: true, name: "controlInjection" }); }
221
221
  }
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ControlInjectionPipe, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", 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: "19.0.1", ngImport: i0, type: ErrorMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
260
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.0.1", ngImport: i0, type: ErrorMessagePipe, isStandalone: true, name: "errorMessage" }); }
259
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
260
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, isStandalone: true, name: "errorMessage" }); }
261
261
  }
262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ErrorMessagePipe, decorators: [{
262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, decorators: [{
263
263
  type: Pipe,
264
264
  args: [{
265
265
  name: 'errorMessage',
@@ -274,16 +274,16 @@ class ValidationErrorComponent {
274
274
  trackByFn(item) {
275
275
  return item.key;
276
276
  }
277
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ValidationErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
278
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.1", type: ValidationErrorComponent, isStandalone: true, selector: "falcon-error", inputs: { errors: "errors" }, ngImport: i0, template: `
277
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
278
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", 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: 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 }); }
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: "19.0.1", ngImport: i0, type: ValidationErrorComponent, decorators: [{
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationErrorComponent, decorators: [{
287
287
  type: Component,
288
288
  args: [{
289
289
  selector: 'falcon-error',
@@ -305,10 +305,10 @@ class ErrorStateMatcherService {
305
305
  isErrorState(control, form) {
306
306
  return Boolean(control && control.invalid && (form && form.submitted));
307
307
  }
308
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ErrorStateMatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
309
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ErrorStateMatcherService, providedIn: 'root' }); }
308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
309
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, providedIn: 'root' }); }
310
310
  }
311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ErrorStateMatcherService, decorators: [{
311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, decorators: [{
312
312
  type: Injectable,
313
313
  args: [{
314
314
  providedIn: 'root'
@@ -347,10 +347,10 @@ class ValidationMessageDirective {
347
347
  ngOnDestroy() {
348
348
  this.errorMessageTrigger.unsubscribe();
349
349
  }
350
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ValidationMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
351
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.1", type: ValidationMessageDirective, isStandalone: true, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: { errorStateMatcher: "errorStateMatcher", container: "container" }, ngImport: i0 }); }
350
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
351
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: ValidationMessageDirective, isStandalone: true, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: { errorStateMatcher: "errorStateMatcher", container: "container" }, ngImport: i0 }); }
352
352
  }
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ValidationMessageDirective, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageDirective, decorators: [{
354
354
  type: Directive,
355
355
  args: [{
356
356
  standalone: true,
@@ -366,10 +366,10 @@ class ValidationMessageContainerDirective {
366
366
  constructor() {
367
367
  this.container = inject(ViewContainerRef);
368
368
  }
369
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ValidationMessageContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
370
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.1", type: ValidationMessageContainerDirective, isStandalone: true, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"], ngImport: i0 }); }
369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
370
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: ValidationMessageContainerDirective, isStandalone: true, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"], ngImport: i0 }); }
371
371
  }
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ValidationMessageContainerDirective, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageContainerDirective, decorators: [{
373
373
  type: Directive,
374
374
  args: [{
375
375
  selector: '[falconValidationMessageContainer]',
@@ -405,10 +405,10 @@ class BaseControlBuilder {
405
405
  }
406
406
  return Validators.nullValidator;
407
407
  }
408
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: BaseControlBuilder, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
409
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.1", type: BaseControlBuilder, isStandalone: true, ngImport: i0 }); }
408
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BaseControlBuilder, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
409
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: BaseControlBuilder, isStandalone: true, ngImport: i0 }); }
410
410
  }
411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: BaseControlBuilder, decorators: [{
411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BaseControlBuilder, decorators: [{
412
412
  type: Directive
413
413
  }] });
414
414
 
@@ -416,20 +416,20 @@ class ComponentResolver {
416
416
  constructor() {
417
417
  this.loadedControlCompoments = new Map();
418
418
  this.lazyControlComponents = {
419
- textbox: () => import('./falcon-ng-core-textbox.component-BkN34WGY.mjs').then(c => c.TextboxComponent),
420
- textarea: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
419
+ textbox: () => import('./falcon-ng-core-textbox.component-Cc4_KuFY.mjs').then(c => c.TextboxComponent),
420
+ textarea: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
421
421
  select: () => Promise.resolve().then(function () { return select_component; }).then(c => c.SelectComponent),
422
- datepicker: () => import('./falcon-ng-core-datepicker.component-D_3HgacZ.mjs').then(c => c.DatepickerComponent),
423
- radio: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
424
- checkbox: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
425
- button: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
426
- slideToggle: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
427
- slider: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
428
- buttonToggle: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
429
- autocomplete: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
430
- chip: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
431
- editor: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
432
- divider: () => import('./falcon-ng-core-textarea.component-Bsk-osNQ.mjs').then(c => c.TextareaComponent),
422
+ datepicker: () => import('./falcon-ng-core-datepicker.component-R3QbVwh9.mjs').then(c => c.DatepickerComponent),
423
+ radio: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
424
+ checkbox: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
425
+ button: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
426
+ slideToggle: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
427
+ slider: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
428
+ buttonToggle: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
429
+ autocomplete: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
430
+ chip: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
431
+ editor: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
432
+ divider: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
433
433
  };
434
434
  }
435
435
  resolver(controlType) {
@@ -438,10 +438,10 @@ class ComponentResolver {
438
438
  return of(loadedComponent);
439
439
  return from(this.lazyControlComponents[controlType]()).pipe(tap(comp => this.loadedControlCompoments.set(controlType, comp)));
440
440
  }
441
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ComponentResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
442
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ComponentResolver, providedIn: 'root' }); }
441
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
442
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, providedIn: 'root' }); }
443
443
  }
444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ComponentResolver, decorators: [{
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, decorators: [{
445
445
  type: Injectable,
446
446
  args: [{
447
447
  providedIn: 'root',
@@ -456,11 +456,11 @@ class ControlBuilderComponent {
456
456
  ngAfterContentChecked() {
457
457
  this.cdref.detectChanges();
458
458
  }
459
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", 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.0.1", 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: 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] }); }
459
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", 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: "20.0.5", 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] }); }
462
462
  }
463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ControlBuilderComponent, decorators: [{
463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ControlBuilderComponent, decorators: [{
464
464
  type: Component,
465
465
  args: [{
466
466
  selector: 'falcon-control',
@@ -479,22 +479,22 @@ 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: "19.0.1", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
483
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.1", 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: `
482
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
483
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: CardComponent, isStandalone: false, selector: "fal-card", inputs: { backgroundColor: "backgroundColor", class: "class" }, host: { properties: { "style.--mat-card-elevated-container-shape": "\"10px\"", "style.--mat-card-elevated-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: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
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: "19.0.1", ngImport: i0, type: CardComponent, decorators: [{
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CardComponent, decorators: [{
492
492
  type: Component,
493
493
  args: [{
494
494
  selector: 'fal-card',
495
495
  host: {
496
- '[style.--mdc-elevated-card-container-shape]': '"10px"',
497
- '[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)"',
496
+ '[style.--mat-card-elevated-container-shape]': '"10px"',
497
+ '[style.--mat-card-elevated-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)"',
498
498
  },
499
499
  template: `
500
500
  <mat-card [ngClass]="class" [style.backgroundColor]="backgroundColor">
@@ -530,8 +530,8 @@ class ButtonComponent {
530
530
  }
531
531
  return false;
532
532
  }
533
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
534
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.1", type: ButtonComponent, isStandalone: false, selector: "fal-button", inputs: { label: "label", type: "type", color: "color", disabled: "disabled" }, outputs: { click: "click" }, ngImport: i0, template: `
533
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
534
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: ButtonComponent, isStandalone: false, selector: "fal-button", inputs: { label: "label", type: "type", color: "color", disabled: "disabled" }, outputs: { click: "click" }, ngImport: i0, template: `
535
535
  <button
536
536
  mat-flat-button
537
537
  [color]="color"
@@ -540,9 +540,9 @@ class ButtonComponent {
540
540
  [disabled]="disabled">
541
541
  {{ label }}
542
542
  </button>
543
- `, isInline: true, dependencies: [{ kind: "component", type: i1$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
543
+ `, isInline: true, dependencies: [{ kind: "component", type: i1$2.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }] }); }
544
544
  }
545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ButtonComponent, decorators: [{
545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ButtonComponent, decorators: [{
546
546
  type: Component,
547
547
  args: [{
548
548
  selector: 'fal-button',
@@ -573,8 +573,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
573
573
  }] } });
574
574
 
575
575
  class FalconCoreModule {
576
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: FalconCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
577
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.1", ngImport: i0, type: FalconCoreModule, declarations: [ControlBuilderComponent,
576
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
577
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, declarations: [ControlBuilderComponent,
578
578
  CardComponent,
579
579
  ButtonComponent], imports: [AngularmaterialModule,
580
580
  CommonModule,
@@ -582,10 +582,10 @@ class FalconCoreModule {
582
582
  ControlBuilderComponent,
583
583
  CardComponent,
584
584
  ButtonComponent] }); }
585
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: FalconCoreModule, imports: [AngularmaterialModule,
585
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, imports: [AngularmaterialModule,
586
586
  CommonModule, AngularmaterialModule] }); }
587
587
  }
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: FalconCoreModule, decorators: [{
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, decorators: [{
589
589
  type: NgModule,
590
590
  args: [{
591
591
  declarations: [
@@ -764,8 +764,8 @@ class SelectComponent extends BaseControlBuilder {
764
764
  selectionChange(event) {
765
765
  this.control.config.event.change?.emit(event);
766
766
  }
767
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
768
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.1", type: SelectComponent, isStandalone: true, selector: "fal-select", usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
767
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
768
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: SelectComponent, isStandalone: true, selector: "fal-select", usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
769
769
  <mat-label>{{ control.config.label }}</mat-label>
770
770
  <mat-select
771
771
  [value]="control.config.value"
@@ -776,9 +776,9 @@ class SelectComponent extends BaseControlBuilder {
776
776
  <mat-option [value]="option.key">{{ option.value }}</mat-option>
777
777
  }
778
778
  </mat-select>
779
- </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] }); }
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] }); }
780
780
  }
781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: SelectComponent, decorators: [{
781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SelectComponent, decorators: [{
782
782
  type: Component,
783
783
  args: [{ selector: 'fal-select', imports: [
784
784
  MatInputModule,
@@ -813,4 +813,4 @@ var select_component = /*#__PURE__*/Object.freeze({
813
813
  */
814
814
 
815
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 };
816
- //# sourceMappingURL=falcon-ng-core-falcon-ng-core-_EIXFfJ0.mjs.map
816
+ //# sourceMappingURL=falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs.map