@falcon-ng/core 0.0.28 → 0.0.30

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.
@@ -6,13 +6,13 @@ import { MatDatepickerModule } from '@angular/material/datepicker';
6
6
  import { MatFormFieldModule } from '@angular/material/form-field';
7
7
  import * as i1 from '@angular/material/input';
8
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-NF6Np0dr.mjs';
9
+ import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-C1HH1P3W.mjs';
10
10
  import * as i2$1 from '@angular/common';
11
11
  import * as i4 from '@angular/forms';
12
12
 
13
13
  class DatepickerComponent extends BaseControlBuilder {
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">
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DatepickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", type: DatepickerComponent, isStandalone: true, selector: "fal-datepicker", providers: [provideNativeDateAdapter()], usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
16
16
  <mat-label>{{ control.config.label }}</mat-label>
17
17
  <input
18
18
  matInput
@@ -23,7 +23,7 @@ class DatepickerComponent extends BaseControlBuilder {
23
23
  <mat-datepicker #picker></mat-datepicker>
24
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
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DatepickerComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DatepickerComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{ selector: 'fal-datepicker', providers: [provideNativeDateAdapter()], imports: [
29
29
  MatFormFieldModule,
@@ -43,4 +43,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
43
43
  }] });
44
44
 
45
45
  export { DatepickerComponent };
46
- //# sourceMappingURL=falcon-ng-core-datepicker.component-R3QbVwh9.mjs.map
46
+ //# sourceMappingURL=falcon-ng-core-datepicker.component-BhluXzzr.mjs.map
@@ -1 +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
+ {"version":3,"file":"falcon-ng-core-datepicker.component-BhluXzzr.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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"}
@@ -56,8 +56,8 @@ import { merge, fromEvent, iif, EMPTY, startWith, skip, of, from, tap } from 'rx
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: "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,
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AngularmaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
60
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", 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: "20.0.5", ngImport: i0, type: AngularmaterialModule, imports: [A11yModule,
104
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", 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: "20.0.5", ngImport: i0, type: AngularmaterialModule, decorators: [{
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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" }); }
219
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ControlInjectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
220
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: ControlInjectionPipe, isStandalone: true, name: "controlInjection" }); }
221
221
  }
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ControlInjectionPipe, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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" }); }
259
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ErrorMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
260
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: ErrorMessagePipe, isStandalone: true, name: "errorMessage" }); }
261
261
  }
262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, decorators: [{
262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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: `
277
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ValidationErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
278
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", 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: 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 }); }
284
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "pipe", type: i2.KeyValuePipe, name: "keyvalue" }, { kind: "pipe", type: ErrorMessagePipe, name: "errorMessage" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
285
285
  }
286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationErrorComponent, decorators: [{
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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' }); }
308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ErrorStateMatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
309
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ErrorStateMatcherService, providedIn: 'root' }); }
310
310
  }
311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, decorators: [{
311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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 }); }
350
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ValidationMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
351
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", 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: "20.0.5", ngImport: i0, type: ValidationMessageDirective, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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 }); }
369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ValidationMessageContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
370
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: ValidationMessageContainerDirective, isStandalone: true, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"], ngImport: i0 }); }
371
371
  }
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageContainerDirective, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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 }); }
408
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: BaseControlBuilder, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
409
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.3", type: BaseControlBuilder, isStandalone: true, ngImport: i0 }); }
410
410
  }
411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BaseControlBuilder, decorators: [{
411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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-Cc4_KuFY.mjs').then(c => c.TextboxComponent),
420
- textarea: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
419
+ textbox: () => import('./falcon-ng-core-textbox.component-CjSqJzv3.mjs').then(c => c.TextboxComponent),
420
+ textarea: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.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-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),
422
+ datepicker: () => import('./falcon-ng-core-datepicker.component-BhluXzzr.mjs').then(c => c.DatepickerComponent),
423
+ radio: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
424
+ checkbox: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
425
+ button: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
426
+ slideToggle: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
427
+ slider: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
428
+ buttonToggle: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
429
+ autocomplete: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
430
+ chip: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
431
+ editor: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.mjs').then(c => c.TextareaComponent),
432
+ divider: () => import('./falcon-ng-core-textarea.component-QFiYwNB7.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: "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' }); }
441
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ComponentResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
442
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ComponentResolver, providedIn: 'root' }); }
443
443
  }
444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, decorators: [{
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", 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: "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] }); }
459
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", 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.1.3", 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", "ngComponentOutletEnvironmentInjector", "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: "20.0.5", ngImport: i0, type: ControlBuilderComponent, decorators: [{
463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ControlBuilderComponent, decorators: [{
464
464
  type: Component,
465
465
  args: [{
466
466
  selector: 'falcon-control',
@@ -479,8 +479,8 @@ 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: "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: `
482
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
483
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", 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>
@@ -488,7 +488,7 @@ class CardComponent {
488
488
  </mat-card>
489
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: "20.0.5", ngImport: i0, type: CardComponent, decorators: [{
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: CardComponent, decorators: [{
492
492
  type: Component,
493
493
  args: [{
494
494
  selector: 'fal-card',
@@ -516,7 +516,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
516
516
  class ButtonComponent {
517
517
  constructor() {
518
518
  this.type = 'submit';
519
- this.color = 'primary';
519
+ this.appearance = '';
520
520
  this.disabled = false;
521
521
  this.click = new EventEmitter();
522
522
  }
@@ -530,11 +530,10 @@ class ButtonComponent {
530
530
  }
531
531
  return false;
532
532
  }
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: `
533
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
534
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", type: ButtonComponent, isStandalone: false, selector: "fal-button", inputs: { label: "label", type: "type", appearance: "appearance", disabled: "disabled" }, outputs: { click: "click" }, ngImport: i0, template: `
535
535
  <button
536
- mat-flat-button
537
- [color]="color"
536
+ [matButton]="appearance"
538
537
  [type]="type"
539
538
  (click)="onClick($event)"
540
539
  [disabled]="disabled">
@@ -542,21 +541,20 @@ class ButtonComponent {
542
541
  </button>
543
542
  `, 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
543
  }
545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ButtonComponent, decorators: [{
544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ButtonComponent, decorators: [{
546
545
  type: Component,
547
546
  args: [{
548
547
  selector: 'fal-button',
549
548
  template: `
550
549
  <button
551
- mat-flat-button
552
- [color]="color"
550
+ [matButton]="appearance"
553
551
  [type]="type"
554
552
  (click)="onClick($event)"
555
553
  [disabled]="disabled">
556
554
  {{ label }}
557
555
  </button>
558
556
  `,
559
- standalone: false
557
+ standalone: false,
560
558
  }]
561
559
  }], propDecorators: { label: [{
562
560
  type: Input,
@@ -564,7 +562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
564
562
  }], type: [{
565
563
  type: Input,
566
564
  args: [{ required: true }]
567
- }], color: [{
565
+ }], appearance: [{
568
566
  type: Input
569
567
  }], disabled: [{
570
568
  type: Input
@@ -573,8 +571,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
573
571
  }] } });
574
572
 
575
573
  class FalconCoreModule {
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,
574
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: FalconCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
575
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: FalconCoreModule, declarations: [ControlBuilderComponent,
578
576
  CardComponent,
579
577
  ButtonComponent], imports: [AngularmaterialModule,
580
578
  CommonModule,
@@ -582,10 +580,10 @@ class FalconCoreModule {
582
580
  ControlBuilderComponent,
583
581
  CardComponent,
584
582
  ButtonComponent] }); }
585
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, imports: [AngularmaterialModule,
583
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: FalconCoreModule, imports: [AngularmaterialModule,
586
584
  CommonModule, AngularmaterialModule] }); }
587
585
  }
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, decorators: [{
586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: FalconCoreModule, decorators: [{
589
587
  type: NgModule,
590
588
  args: [{
591
589
  declarations: [
@@ -764,8 +762,8 @@ class SelectComponent extends BaseControlBuilder {
764
762
  selectionChange(event) {
765
763
  this.control.config.event.change?.emit(event);
766
764
  }
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">
765
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
766
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.3", type: SelectComponent, isStandalone: true, selector: "fal-select", usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
769
767
  <mat-label>{{ control.config.label }}</mat-label>
770
768
  <mat-select
771
769
  [value]="control.config.value"
@@ -778,7 +776,7 @@ class SelectComponent extends BaseControlBuilder {
778
776
  </mat-select>
779
777
  </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
778
  }
781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SelectComponent, decorators: [{
779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SelectComponent, decorators: [{
782
780
  type: Component,
783
781
  args: [{ selector: 'fal-select', imports: [
784
782
  MatInputModule,
@@ -813,4 +811,4 @@ var select_component = /*#__PURE__*/Object.freeze({
813
811
  */
814
812
 
815
813
  export { AutoComplete as A, BaseControlBuilder as B, CheckBox as C, DatePicker as D, Editor as E, FalconCoreModule as F, Radio as R, Select as S, Textarea as T, ValidationMessageDirective as V, ValidationMessageContainerDirective as a, BaseControl as b, controlProvider as c, Button as d, ButtonToggle as e, Chip as f, Divider as g, RichTextEditor as h, Slider as i, SliderToggle as j, Textbox as k, ControlBuilderComponent as l, AngularmaterialModule as m, CardComponent as n, ButtonComponent as o, SelectComponent as p, sharedControlDeps as s };
816
- //# sourceMappingURL=falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs.map
814
+ //# sourceMappingURL=falcon-ng-core-falcon-ng-core-C1HH1P3W.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"falcon-ng-core-falcon-ng-core-C1HH1P3W.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/angularmaterial.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-data-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-injection.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error-message-token.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-message.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-state-matcher.service.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message-container.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/base-control-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component-resolver.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-builder.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/card/card.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/button/button.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/falcon-core.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/model/base-control.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/AutoComplete.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Button.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/ButtonToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/CheckBox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Chip.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/DatePicker.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Divider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Editor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Radio.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/RichTextEditor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Select.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Slider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/SlideToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textarea.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textbox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/select/select.component.ts","../../../../projects/falcon-ng/core/src/public-api.ts","../../../../projects/falcon-ng/core/src/falcon-ng-core.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport {ScrollingModule} from \"@angular/cdk/scrolling\";\nimport {PortalModule} from \"@angular/cdk/portal\";\nimport {OverlayModule} from \"@angular/cdk/overlay\";\nimport {MatTreeModule} from \"@angular/material/tree\";\nimport {MatTooltipModule} from \"@angular/material/tooltip\";\nimport {MatToolbarModule} from \"@angular/material/toolbar\";\nimport {MatTabsModule} from \"@angular/material/tabs\";\nimport {MatTableModule} from \"@angular/material/table\";\nimport {MatSortModule} from \"@angular/material/sort\";\nimport {MatSnackBarModule} from \"@angular/material/snack-bar\";\nimport {MatSlideToggleModule} from \"@angular/material/slide-toggle\";\nimport {MatSliderModule} from \"@angular/material/slider\";\nimport {MatSidenavModule} from \"@angular/material/sidenav\";\nimport {MatSelectModule} from \"@angular/material/select\";\nimport {MatNativeDateModule, MatRippleModule} from \"@angular/material/core\";\nimport {MatRadioModule} from \"@angular/material/radio\";\nimport {MatProgressSpinnerModule} from \"@angular/material/progress-spinner\";\nimport {MatProgressBarModule} from \"@angular/material/progress-bar\";\nimport {MatPaginatorModule} from \"@angular/material/paginator\";\nimport {MatMenuModule} from \"@angular/material/menu\";\nimport {MatListModule} from \"@angular/material/list\";\nimport {MatInputModule} from \"@angular/material/input\";\nimport {MatIconModule} from \"@angular/material/icon\";\nimport {MatGridListModule} from \"@angular/material/grid-list\";\nimport {MatExpansionModule} from \"@angular/material/expansion\";\nimport {MatDividerModule} from \"@angular/material/divider\";\nimport {MatDialogModule} from \"@angular/material/dialog\";\nimport {MatDatepickerModule} from \"@angular/material/datepicker\";\nimport {MatStepperModule} from \"@angular/material/stepper\";\nimport {MatChipsModule} from \"@angular/material/chips\";\nimport {MatCheckboxModule} from \"@angular/material/checkbox\";\nimport {MatCardModule} from \"@angular/material/card\";\nimport {MatButtonToggleModule} from \"@angular/material/button-toggle\";\nimport {MatButtonModule} from \"@angular/material/button\";\nimport {MatBottomSheetModule} from \"@angular/material/bottom-sheet\";\nimport {MatBadgeModule} from \"@angular/material/badge\";\nimport {MatAutocompleteModule} from \"@angular/material/autocomplete\";\nimport {DragDropModule} from \"@angular/cdk/drag-drop\";\nimport {CdkTreeModule} from \"@angular/cdk/tree\";\nimport {CdkTableModule} from \"@angular/cdk/table\";\nimport {CdkStepperModule} from \"@angular/cdk/stepper\";\nimport {ClipboardModule} from \"@angular/cdk/clipboard\";\nimport {A11yModule} from \"@angular/cdk/a11y\";\n\n\n\n@NgModule({\n declarations: [],\n exports: [\n A11yModule,\n ClipboardModule,\n CdkStepperModule,\n CdkTableModule,\n CdkTreeModule,\n DragDropModule,\n MatAutocompleteModule,\n MatBadgeModule,\n MatBottomSheetModule,\n MatButtonModule,\n MatButtonToggleModule,\n MatCardModule,\n MatCheckboxModule,\n MatChipsModule,\n MatStepperModule,\n MatDatepickerModule,\n MatDialogModule,\n MatDividerModule,\n MatExpansionModule,\n MatGridListModule,\n MatIconModule,\n MatInputModule,\n MatListModule,\n MatMenuModule,\n MatNativeDateModule,\n MatPaginatorModule,\n MatProgressBarModule,\n MatProgressSpinnerModule,\n MatRadioModule,\n MatRippleModule,\n MatSelectModule,\n MatSidenavModule,\n MatSliderModule,\n MatSlideToggleModule,\n MatSnackBarModule,\n MatSortModule,\n MatTableModule,\n MatTabsModule,\n MatToolbarModule,\n MatTooltipModule,\n MatTreeModule,\n OverlayModule,\n PortalModule,\n ScrollingModule\n ]\n})\nexport class AngularmaterialModule { }\n","import { InjectionToken } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\n\nexport interface ControlData {\n formControlName: string;\n config: BaseControl<any>;\n}\nexport const CONTROL_DATA = new InjectionToken<ControlData>('Control Data');\n","import { inject, Injector, Pipe, PipeTransform } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\nimport { CONTROL_DATA, ControlData } from './control-data-builder';\n\n@Pipe({\n name: 'controlInjection',\n standalone: true\n})\nexport class ControlInjectionPipe<T> implements PipeTransform {\n injector = inject(Injector);\n transform(formControlName: string, config: BaseControl<T>): Injector {\n return Injector.create({\n parent: this.injector,\n providers: [\n {\n provide: CONTROL_DATA,\n useValue: { formControlName, config } as ControlData\n }\n ]\n });\n }\n}\n","import { InjectionToken } from \"@angular/core\"\n\nexport const ERROR_MESSAGES: { [key: string]: (args?: any) => string } = {\n required: () => `This field is required`,\n requiredTrue: () => `This field is required`,\n email: () => `It should be a valid email`,\n minlength: ({ requiredLength }) => `The length should be at least ${requiredLength} characters`,\n banWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appBanWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appPasswordShouldMatch: () => `Password should match`,\n passwordShouldMatch: () => `Password should match`,\n pattern: () => `Wrong format`,\n appUniqueNickname: () => `Nickname is taken`,\n uniqueName: () => `Nickname is taken`,\n}\n\nexport const VALIDATION_ERROR_MESSAGES = new InjectionToken(`Validation Messages`, {\n providedIn: 'root',\n factory: () => ERROR_MESSAGES\n})\n","import { inject, Pipe, PipeTransform } from '@angular/core';\nimport { VALIDATION_ERROR_MESSAGES } from './validation-error-message-token';\n\n@Pipe({\n name: 'errorMessage',\n standalone: true\n})\nexport class ErrorMessagePipe implements PipeTransform {\n private errorMessages = inject(VALIDATION_ERROR_MESSAGES);\n transform(key: string, errorValue: any): string {\n if (!this.errorMessages[key]){\n console.warn(`Missing message for ${ key } validator...`);\n return '';\n }\n return this.errorMessages[key](errorValue);\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { ValidationErrors } from '@angular/forms';\nimport { CommonModule, KeyValue } from '@angular/common';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorMessagePipe } from './error-message.pipe';\n\n@Component({\n selector: 'falcon-error',\n imports: [CommonModule, MatInputModule, ErrorMessagePipe],\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n @if (errors) {\n @for (error of errors | keyvalue; track trackByFn) {\n <mat-error>{{ error.key | errorMessage:error.value }}</mat-error>\n }\n }\n `\n})\nexport class ValidationErrorComponent {\n @Input() errors: ValidationErrors | undefined | null = null;\n trackByFn(item: KeyValue<string, any>) {\n return item.key;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';\nimport { ErrorStateMatcher } from '@angular/material/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ErrorStateMatcherService implements ErrorStateMatcher{\n isErrorState(control: AbstractControl<any, any> | null, form: NgForm | FormGroupDirective | null): boolean {\n return Boolean(control && control.invalid && (form && form.submitted));\n }\n}\n","import { ComponentRef, Directive, ElementRef, inject, Input, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';\nimport { ControlContainer, FormGroupDirective, NgControl, NgForm, NgModel } from '@angular/forms';\nimport { EMPTY, fromEvent, iif, merge, skip, startWith, Subscription } from 'rxjs';\nimport { ValidationErrorComponent } from './validation-error.component';\nimport { ErrorStateMatcherService } from './error-state-matcher.service';\n\n@Directive({\n standalone: true,\n selector: '[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))',\n})\nexport class ValidationMessageDirective implements OnInit, OnDestroy {\n ngControl = inject(NgControl, { self: true, optional: true }) || inject(ControlContainer, { self: true });\n elementRef = inject(ElementRef);\n\n @Input() errorStateMatcher = inject(ErrorStateMatcherService);\n @Input() container = inject(ViewContainerRef);\n\n private parentContainer = inject(ControlContainer, { optional: true });\n private errorMessageTrigger!: Subscription;\n private componentRef: ComponentRef<ValidationErrorComponent> | null = null;\n\n get form() {\n return this.parentContainer?.formDirective as NgForm | FormGroupDirective | null;\n }\n\n ngOnInit() {\n if (!this.ngControl.control)\n throw Error(`No control model for ${this.ngControl.name} control...`);\n this.errorMessageTrigger = merge(\n this.ngControl.control.statusChanges,\n fromEvent(this.elementRef.nativeElement, 'blur'),\n iif(() => !!this.form, this.form!.ngSubmit, EMPTY),\n ).pipe(\n startWith(this.ngControl.control.status),\n skip(this.ngControl instanceof NgModel ? 1 : 0),\n ).subscribe(() => {\n if (this.errorStateMatcher.isErrorState(this.ngControl.control, this.form)) {\n if (!this.componentRef) {\n this.componentRef = this.container.createComponent(ValidationErrorComponent);\n this.componentRef.changeDetectorRef.markForCheck();\n }\n this.componentRef.setInput('errors', this.ngControl.errors);\n } else {\n this.componentRef?.destroy();\n this.componentRef = null;\n }\n });\n }\n\n ngOnDestroy() {\n this.errorMessageTrigger.unsubscribe();\n }\n\n}\n","import { Directive, inject, ViewContainerRef } from '@angular/core';\n\n@Directive({\n selector: '[falconValidationMessageContainer]',\n standalone: true,\n exportAs: 'falconValidationMessageContainer'\n})\nexport class ValidationMessageContainerDirective {\ncontainer = inject(ViewContainerRef)\n\n}\n","import { AfterViewInit, Directive, inject, Input, OnDestroy, OnInit, StaticProvider } from '@angular/core';\nimport {\n AbstractControl,\n ControlContainer,\n FormControl,\n FormGroup,\n ReactiveFormsModule, ValidatorFn,\n Validators,\n} from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { CONTROL_DATA } from './control-data-builder';\nimport { IValidator } from '../model/ivalidator';\nimport { ValidationMessageDirective } from '../component/validation-error/validation-message.directive';\nimport {\n ValidationMessageContainerDirective\n} from '../component/validation-error/validation-message-container.directive';\n\nexport const sharedControlDeps = [CommonModule, ReactiveFormsModule, ValidationMessageDirective,ValidationMessageContainerDirective];\nexport const controlProvider: StaticProvider = {\n provide: ControlContainer,\n useFactory: () => inject(ControlContainer, { skipSelf: true })\n}\n\n@Directive()\nexport class BaseControlBuilder implements OnInit, OnDestroy {\n private parentGroupDir = inject(ControlContainer);\n public control = inject(CONTROL_DATA);\n private formControl: AbstractControl = new FormControl(this.control.config.value, this.bindValidators(this.control.config.validations))\n\n get parentFormGroup() {\n return this.parentGroupDir.control as FormGroup;\n }\n\n ngOnInit() {\n this.parentFormGroup.addControl(this.control.formControlName, this.formControl);\n }\n\n ngOnDestroy() {\n this.parentFormGroup.removeControl(this.control.formControlName);\n }\n\n private bindValidators(validations: IValidator[]): ValidatorFn | null {\n if (validations.length > 0) {\n const validatorList: ValidatorFn[] = validations.map((valid: IValidator) => valid.validator);\n return Validators.compose(validatorList);\n }\n return Validators.nullValidator;\n }\n}\n","import { Injectable, Type } from '@angular/core';\nimport { from, of, tap } from 'rxjs';\nimport { Control } from './model/enum';\n\ntype DynamicControlMap = { [T in Control]: () => Promise<Type<any>> };\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ComponentResolver {\n private loadedControlCompoments = new Map<Control, Type<any>>();\n private lazyControlComponents: DynamicControlMap = {\n textbox: () =>\n import('./component/textbox/textbox.component').then(\n c => c.TextboxComponent\n ),\n textarea: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n select: () =>\n import('./component/select/select.component').then(\n c => c.SelectComponent\n ),\n datepicker: () =>\n import('./component/datepicker/datepicker.component').then(\n c => c.DatepickerComponent\n ),\n radio: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n checkbox: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n button: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slideToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n buttonToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n autocomplete: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n chip: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n editor: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n divider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n };\n\n public resolver(controlType: keyof DynamicControlMap) {\n const loadedComponent = this.loadedControlCompoments.get(controlType);\n if (loadedComponent) return of(loadedComponent);\n return from(this.lazyControlComponents[controlType]()).pipe(\n tap(comp => this.loadedControlCompoments.set(controlType, comp))\n );\n }\n}\n","import { AfterContentChecked, ChangeDetectorRef, Component, Input, PipeTransform } from '@angular/core';\nimport { ComponentResolver } from '../component-resolver';\nimport { BaseControl } from '../model/base-control';\nimport { controlProvider } from './base-control-builder';\n\n@Component({\n selector: 'falcon-control',\n viewProviders: [controlProvider],\n template: `<ng-container class=\"w-full\" [ngComponentOutlet]=\"componentResolver.resolver(control.controlType) | async\"\n [ngComponentOutletInjector]=\"control.formControlName | controlInjection: control\"></ng-container>`,\n standalone: false\n})\nexport class ControlBuilderComponent<T> implements AfterContentChecked {\n @Input({ required: true }) control!: BaseControl<T>;\n constructor(public componentResolver: ComponentResolver,private cdref: ChangeDetectorRef) {}\n ngAfterContentChecked() {\n this.cdref.detectChanges();\n }\n}\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'fal-card',\n host: {\n '[style.--mat-card-elevated-container-shape]': '\"10px\"',\n '[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)\"',\n },\n template: `\n <mat-card [ngClass]=\"class\" [style.backgroundColor]=\"backgroundColor\">\n <mat-card-content>\n <ng-content></ng-content>\n </mat-card-content>\n </mat-card>\n `,\n standalone: false\n})\nexport class CardComponent {\n @Input({ required: false }) backgroundColor: string | undefined = undefined;\n @Input({ required: false }) class: string | undefined = undefined;\n}\n","import {\n Component,\n EventEmitter,\n Input,\n input,\n OnDestroy,\n Output,\n} from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\n\n@Component({\n selector: 'fal-button',\n template: `\n <button\n [matButton]=\"appearance\"\n [type]=\"type\"\n (click)=\"onClick($event)\"\n [disabled]=\"disabled\">\n {{ label }}\n </button>\n `,\n standalone: false,\n})\nexport class ButtonComponent implements OnDestroy {\n @Input({ required: true }) label!: string;\n @Input({ required: true }) type: 'submit' | 'reset' | 'button' = 'submit';\n @Input() appearance: 'elevated' | 'outlined' | 'filled' | 'tonal' | '' = '';\n @Input() disabled: boolean = false;\n @Output() click = new EventEmitter<MouseEvent>();\n\n ngOnDestroy(): void {\n this.click.complete();\n }\n onClick(event: MouseEvent) {\n if (['reset', 'submit'].includes(this.type)) {\n this.click.emit(event);\n return true;\n }\n return false;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AngularmaterialModule } from './angularmaterial.module';\nimport { ControlInjectionPipe } from './control-builder/control-injection.pipe';\nimport { ControlBuilderComponent } from './control-builder/control-builder.component';\nimport { CardComponent } from './component/card/card.component';\nimport { ButtonComponent } from './component/button/button.component';\n\n@NgModule({\n declarations: [\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n imports: [\n AngularmaterialModule,\n CommonModule,\n ControlInjectionPipe,\n ],\n exports: [AngularmaterialModule,\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n})\nexport class FalconCoreModule { }\n","import { Control} from './enum';\nimport {IValidator} from './ivalidator';\nimport {\n FloatLabelType,\n MatFormFieldAppearance,\n} from '@angular/material/form-field';\nimport { ThemePalette } from '@angular/material/core';\nimport {\n IComponentEvent,\n IMatHint,\n IOptions,\n ISelectOptions,\n ISliderProperty,\n ISuffixPrefixConfig, ITextAreaProperty,\n} from './interface';\n\n/**\n * @description\n * Class use for setting the control properties.\n * @usageNotes\n * ```ts\n * new Dropdown({\n * formControlName: 'brave',\n * label: 'Bravery Rating',\n * options: [\n * {key: 'solid', value: 'Solid'},\n * {key: 'great', value: 'Great'},\n * {key: 'good', value: 'Good'},\n * {key: 'unproven', value: 'Unproven'}\n * ],\n * order: 3\n * }),\n ** ```\n */\nexport class BaseControl<T> {\n value: T | undefined;\n formControlName: string;\n label: string;\n labelPosition: any;\n order: number;\n controlType: Control;\n type: string;\n disabled: boolean;\n options: IOptions[] | any;\n validations: IValidator[];\n appearance: MatFormFieldAppearance | any;\n class: string;\n style: { [klass: string]: any };\n placeHolder: string;\n floatLabel: FloatLabelType;\n hint: IMatHint;\n suffix: ISuffixPrefixConfig;\n prefix: ISuffixPrefixConfig;\n textAreaProperty: ITextAreaProperty;\n event: IComponentEvent<T>;\n selectProperty: ISelectOptions;\n color: ThemePalette;\n sliderProperty: ISliderProperty;\n chipSelectedOptions: IOptions[] | any;\n editorProperty: any;\n formArray: BaseControl<T>[] | undefined;\n constructor(\n options: {\n value?: T;\n formControlName?: string;\n label: string;\n labelPosition?: any;\n order?: number;\n controlType?: Control;\n type?: string;\n disabled?: boolean;\n options?: IOptions[] | any;\n validations?: IValidator[];\n appearance?: MatFormFieldAppearance | any;\n class?: string;\n style?: { [klass: string]: any };\n placeHolder?: string;\n floatLabel?: FloatLabelType;\n hint?: IMatHint;\n suffix?: ISuffixPrefixConfig;\n prefix?: ISuffixPrefixConfig;\n textAreaProperty?: ITextAreaProperty;\n event?: IComponentEvent<T>;\n selectProperty?: ISelectOptions;\n color?: ThemePalette;\n sliderProperty?: ISliderProperty;\n chipSelectedOptions?: IOptions[] | any;\n editorProperty?: any;\n formArray?: BaseControl<T>[];\n }\n ) {\n this.value = options.value;\n this.formControlName = options.formControlName || '';\n this.label = options.label;\n this.labelPosition = options.labelPosition || 'before' || 'after';\n this.order = options.order === undefined ? 1 : options.order;\n this.controlType = options.controlType || Control.Button;\n this.type = options.type || '';\n this.disabled = options.disabled || false;\n this.options = options.options || [];\n this.validations = options.validations || [];\n this.appearance = options.appearance || 'outline';\n this.class = options.class || '';\n this.style = options.style || {};\n this.placeHolder = options.placeHolder || '';\n this.floatLabel = options.floatLabel || 'auto';\n this.hint = options.hint || ({} as IMatHint);\n this.prefix = options.prefix || ({} as ISuffixPrefixConfig);\n this.suffix = options.suffix || ({} as ISuffixPrefixConfig);\n this.textAreaProperty =\n options.textAreaProperty || ({} as ITextAreaProperty);\n this.event = options.event || {};\n this.selectProperty = options.selectProperty || {};\n this.color = options.color || undefined;\n this.sliderProperty = options.sliderProperty || {};\n this.chipSelectedOptions = options.chipSelectedOptions || {};\n this.editorProperty = options.editorProperty || {};\n this.formArray = options.formArray || undefined\n }\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class AutoComplete extends BaseControl<string> {\n override controlType = Control.AutoComplete;\n}\n","import {BaseControl} from \"../model/base-control\";\nimport {Control} from \"../model/enum\";\n\nexport class Button extends BaseControl<string> {\n override controlType = Control.Button;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class ButtonToggle extends BaseControl<string> {\n override controlType = Control.ButtonToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class CheckBox extends BaseControl<boolean> {\n override controlType = Control.Checkbox;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Chip extends BaseControl<string> {\n override controlType = Control.Chip;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class DatePicker extends BaseControl<string> {\n override controlType = Control.DatePicker;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Divider extends BaseControl<string> {\n override controlType = Control.Divider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Editor extends BaseControl<string> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Radio extends BaseControl<string> {\n override controlType = Control.Radio;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class RichTextEditor extends BaseControl<any> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Select extends BaseControl<string> {\n override controlType = Control.Select;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Slider extends BaseControl<number> {\n override controlType = Control.Slider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class SliderToggle extends BaseControl<boolean> {\n override controlType = Control.SlideToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textarea extends BaseControl<string> {\n override controlType = Control.TextArea;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textbox extends BaseControl<string> {\n override controlType = Control.TextBox;\n}\n","import { Component } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatSelectChange, MatSelectModule } from '@angular/material/select';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-select',\n imports: [\n MatInputModule,\n MatFormFieldModule,\n MatSelectModule,\n ...sharedControlDeps,\n ],\n viewProviders: [controlProvider],\n template: `<mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <mat-select\n [value]=\"control.config.value\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n (selectionChange)=\"selectionChange($event)\">\n @for(option of control.config.options; track option){\n <mat-option [value]=\"option.key\">{{ option.value }}</mat-option>\n }\n </mat-select>\n </mat-form-field>`,\n styles: `.w-full {\n width: 100%\n }`\n})\nexport class SelectComponent extends BaseControlBuilder {\n selectionChange(event: MatSelectChange): void {\n this.control.config.event.change?.emit(event);\n }\n}\n","/*\n * Public API Surface of core\n */\nexport * from './lib/falcon-core/falcon-core.module';\n\nexport * from './lib/falcon-core/model/enum';\nexport * from './lib/falcon-core/model/interface';\nexport * from './lib/falcon-core/model/ivalidator';\nexport * from './lib/falcon-core/model/base-control';\n\nexport * from './lib/falcon-core/control-type/AutoComplete';\nexport * from './lib/falcon-core/control-type/Button';\nexport * from './lib/falcon-core/control-type/ButtonToggle';\nexport * from './lib/falcon-core/control-type/CheckBox';\nexport * from './lib/falcon-core/control-type/Chip';\nexport * from './lib/falcon-core/control-type/DatePicker';\nexport * from './lib/falcon-core/control-type/Divider';\nexport * from './lib/falcon-core/control-type/Editor';\nexport * from './lib/falcon-core/control-type/Radio';\nexport * from './lib/falcon-core/control-type/RichTextEditor';\nexport * from './lib/falcon-core/control-type/Select';\nexport * from './lib/falcon-core/control-type/Slider';\nexport * from './lib/falcon-core/control-type/SlideToggle';\nexport * from './lib/falcon-core/control-type/Textarea';\nexport * from './lib/falcon-core/control-type/Textbox';\n\nexport * from './lib/falcon-core/control-builder/control-builder.component';\n\nexport * from './lib/falcon-core/angularmaterial.module';\n\nexport * from './lib/falcon-core/component/card/card.component';\nexport * from './lib/falcon-core/component/button/button.component';\nexport * from './lib/falcon-core/component/select/select.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.ComponentResolver","i3.ControlInjectionPipe","i1","i2","i4","i5","i6.ValidationMessageDirective"],"mappings":"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"}
@@ -2,14 +2,14 @@ import * as i0 from '@angular/core';
2
2
  import { Component } from '@angular/core';
3
3
  import * as i1 from '@angular/material/input';
4
4
  import { MatInputModule } from '@angular/material/input';
5
- import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs';
5
+ import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-C1HH1P3W.mjs';
6
6
  import * as i2 from '@angular/cdk/text-field';
7
7
  import * as i2$1 from '@angular/common';
8
8
  import * as i4 from '@angular/forms';
9
9
 
10
10
  class TextareaComponent extends BaseControlBuilder {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: TextareaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: TextareaComponent, isStandalone: true, selector: "fal-textarea", usesInheritance: true, ngImport: i0, template: `
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TextareaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", type: TextareaComponent, isStandalone: true, selector: "fal-textarea", usesInheritance: true, ngImport: i0, template: `
13
13
  <mat-form-field appearance="outline" class="w-full">
14
14
  <mat-label>{{ control.config.label }}</mat-label>
15
15
  <textarea
@@ -33,7 +33,7 @@ class TextareaComponent extends BaseControlBuilder {
33
33
  </mat-form-field>
34
34
  `, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { 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: i2.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "ngmodule", type: i2$1.CommonModule }, { kind: "directive", type: i2$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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] }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: TextareaComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TextareaComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{ selector: 'fal-textarea', imports: [MatInputModule, ...sharedControlDeps], viewProviders: [controlProvider], template: `
39
39
  <mat-form-field appearance="outline" class="w-full">
@@ -61,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
61
61
  }] });
62
62
 
63
63
  export { TextareaComponent };
64
- //# sourceMappingURL=falcon-ng-core-textarea.component-DWO3hiq2.mjs.map
64
+ //# sourceMappingURL=falcon-ng-core-textarea.component-QFiYwNB7.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"falcon-ng-core-textarea.component-DWO3hiq2.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textarea/textarea.component.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textarea',\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <textarea\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [ngStyle]=\"control.config.style\"\n [ngClass]=\"control.config.class\"\n [cdkTextareaAutosize]=\"\n control.config.textAreaProperty.cdkTextareaAutosize\n \"\n [cdkAutosizeMinRows]=\"\n control.config.textAreaProperty.cdkAutosizeMinRows\n \"\n [cdkAutosizeMaxRows]=\"\n control.config.textAreaProperty.cdkAutosizeMaxRows\n \"\n [rows]=\"control.config.textAreaProperty.rows\"\n [cols]=\"control.config.textAreaProperty.cols\"\n [disabled]=\"control.config.disabled\"></textarea>\n </mat-form-field>\n `,\n styles: `.w-full{width: 100%}`\n})\nexport class TextareaComponent extends BaseControlBuilder {}\n"],"names":["i3","i5.ValidationMessageDirective"],"mappings":"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"}
1
+ {"version":3,"file":"falcon-ng-core-textarea.component-QFiYwNB7.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textarea/textarea.component.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textarea',\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <textarea\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [ngStyle]=\"control.config.style\"\n [ngClass]=\"control.config.class\"\n [cdkTextareaAutosize]=\"\n control.config.textAreaProperty.cdkTextareaAutosize\n \"\n [cdkAutosizeMinRows]=\"\n control.config.textAreaProperty.cdkAutosizeMinRows\n \"\n [cdkAutosizeMaxRows]=\"\n control.config.textAreaProperty.cdkAutosizeMaxRows\n \"\n [rows]=\"control.config.textAreaProperty.rows\"\n [cols]=\"control.config.textAreaProperty.cols\"\n [disabled]=\"control.config.disabled\"></textarea>\n </mat-form-field>\n `,\n styles: `.w-full{width: 100%}`\n})\nexport class TextareaComponent extends BaseControlBuilder {}\n"],"names":["i3","i5.ValidationMessageDirective"],"mappings":"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"}
@@ -2,13 +2,13 @@ import * as i0 from '@angular/core';
2
2
  import { Component } from '@angular/core';
3
3
  import * as i1 from '@angular/material/input';
4
4
  import { MatInputModule } from '@angular/material/input';
5
- import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, a as ValidationMessageContainerDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs';
5
+ import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, a as ValidationMessageContainerDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-C1HH1P3W.mjs';
6
6
  import * as i2 from '@angular/common';
7
7
  import * as i4 from '@angular/forms';
8
8
 
9
9
  class TextboxComponent extends BaseControlBuilder {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: TextboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: TextboxComponent, isStandalone: true, selector: "fal-textbox", usesInheritance: true, ngImport: i0, template: `
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TextboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", type: TextboxComponent, isStandalone: true, selector: "fal-textbox", usesInheritance: true, ngImport: i0, template: `
12
12
  <mat-form-field appearance="outline" class="w-full">
13
13
  <mat-label>{{ control.config.label }}</mat-label>
14
14
  <input
@@ -22,7 +22,7 @@ class TextboxComponent extends BaseControlBuilder {
22
22
  </mat-form-field>
23
23
  `, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { 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: i2.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"] }, { kind: "directive", type: ValidationMessageContainerDirective, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"] }], viewProviders: [controlProvider] }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: TextboxComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TextboxComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ selector: 'fal-textbox', imports: [MatInputModule, ...sharedControlDeps], viewProviders: [controlProvider], template: `
28
28
  <mat-form-field appearance="outline" class="w-full">
@@ -40,4 +40,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
40
40
  }] });
41
41
 
42
42
  export { TextboxComponent };
43
- //# sourceMappingURL=falcon-ng-core-textbox.component-Cc4_KuFY.mjs.map
43
+ //# sourceMappingURL=falcon-ng-core-textbox.component-CjSqJzv3.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"falcon-ng-core-textbox.component-Cc4_KuFY.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textbox/textbox.component.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textbox',\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <input\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [container]=\"containerDir.container\" />\n <ng-container\n falconValidationMessageContainer\n #containerDir=\"falconValidationMessageContainer\" />\n </mat-form-field>\n `,\n styles: `.w-full {\n width: 100%\n }`\n})\nexport class TextboxComponent extends BaseControlBuilder {}\n"],"names":["i3","i4.ValidationMessageDirective","i5.ValidationMessageContainerDirective"],"mappings":";;;;;;;;AA6BM,MAAO,gBAAiB,SAAQ,kBAAkB,CAAA;8GAA3C,gBAAgB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,EAjBf,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;;;;;;;;;AAYX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAdW,cAAc,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,yHAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,IAAA,EAAA,aAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,mBAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,qBAAA,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,oBAAA,EAAA,OAAA,EAAA,YAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,WAAA,CAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,mBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,8MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,0BAAA,EAAA,QAAA,EAAA,+IAAA,EAAA,MAAA,EAAA,CAAA,mBAAA,EAAA,WAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,mCAAA,EAAA,QAAA,EAAA,oCAAA,EAAA,QAAA,EAAA,CAAA,kCAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EACT,CAAC,eAAe,CAAC,EAAA,CAAA,CAAA;;2FAkBvB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBArB5B,SAAS;+BACI,aAAa,EAAA,OAAA,EACd,CAAC,cAAc,EAAE,GAAG,iBAAiB,CAAC,EAChC,aAAA,EAAA,CAAC,eAAe,CAAC,EACtB,QAAA,EAAA;;;;;;;;;;;;AAYX,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA;;;;;"}
1
+ {"version":3,"file":"falcon-ng-core-textbox.component-CjSqJzv3.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/component/textbox/textbox.component.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { MatInputModule } from '@angular/material/input';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-textbox',\n imports: [MatInputModule, ...sharedControlDeps],\n viewProviders: [controlProvider],\n template: `\n <mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <input\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [container]=\"containerDir.container\" />\n <ng-container\n falconValidationMessageContainer\n #containerDir=\"falconValidationMessageContainer\" />\n </mat-form-field>\n `,\n styles: `.w-full {\n width: 100%\n }`\n})\nexport class TextboxComponent extends BaseControlBuilder {}\n"],"names":["i3","i4.ValidationMessageDirective","i5.ValidationMessageContainerDirective"],"mappings":";;;;;;;;AA6BM,MAAO,gBAAiB,SAAQ,kBAAkB,CAAA;8GAA3C,gBAAgB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAjBf;;;;;;;;;;;;AAYX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAdW,cAAc,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,yHAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,IAAA,EAAA,aAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,mBAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,qBAAA,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,oBAAA,EAAA,OAAA,EAAA,YAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,WAAA,CAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,mBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,8MAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,2CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,EAAA,UAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,0BAAA,EAAA,QAAA,EAAA,+IAAA,EAAA,MAAA,EAAA,CAAA,mBAAA,EAAA,WAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,mCAAA,EAAA,QAAA,EAAA,oCAAA,EAAA,QAAA,EAAA,CAAA,kCAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EACT,CAAC,eAAe,CAAC,EAAA,CAAA,CAAA;;2FAkBvB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBArB5B,SAAS;+BACI,aAAa,EAAA,OAAA,EACd,CAAC,cAAc,EAAE,GAAG,iBAAiB,CAAC,EAAA,aAAA,EAChC,CAAC,eAAe,CAAC,EAAA,QAAA,EACtB;;;;;;;;;;;;AAYX,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA;;;;;"}
@@ -1,2 +1,2 @@
1
- export { m as AngularmaterialModule, A as AutoComplete, b as BaseControl, d as Button, o as ButtonComponent, e as ButtonToggle, n as CardComponent, C as CheckBox, f as Chip, l as ControlBuilderComponent, D as DatePicker, g as Divider, E as Editor, F as FalconCoreModule, R as Radio, h as RichTextEditor, S as Select, p as SelectComponent, i as Slider, j as SliderToggle, T as Textarea, k as Textbox } from './falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs';
1
+ export { m as AngularmaterialModule, A as AutoComplete, b as BaseControl, d as Button, o as ButtonComponent, e as ButtonToggle, n as CardComponent, C as CheckBox, f as Chip, l as ControlBuilderComponent, D as DatePicker, g as Divider, E as Editor, F as FalconCoreModule, R as Radio, h as RichTextEditor, S as Select, p as SelectComponent, i as Slider, j as SliderToggle, T as Textarea, k as Textbox } from './falcon-ng-core-falcon-ng-core-C1HH1P3W.mjs';
2
2
  //# sourceMappingURL=falcon-ng-core.mjs.map
package/index.d.ts CHANGED
@@ -622,13 +622,13 @@ declare class CardComponent {
622
622
  declare class ButtonComponent implements OnDestroy {
623
623
  label: string;
624
624
  type: 'submit' | 'reset' | 'button';
625
- color: ThemePalette;
625
+ appearance: 'elevated' | 'outlined' | 'filled' | 'tonal' | '';
626
626
  disabled: boolean;
627
627
  click: EventEmitter<MouseEvent>;
628
628
  ngOnDestroy(): void;
629
629
  onClick(event: MouseEvent): boolean;
630
630
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
631
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "fal-button", never, { "label": { "alias": "label"; "required": true; }; "type": { "alias": "type"; "required": true; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "click": "click"; }, never, never, false, never>;
631
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "fal-button", never, { "label": { "alias": "label"; "required": true; }; "type": { "alias": "type"; "required": true; }; "appearance": { "alias": "appearance"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "click": "click"; }, never, never, false, never>;
632
632
  }
633
633
 
634
634
  declare class AngularmaterialModule {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@falcon-ng/core",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.0.5",
6
- "@angular/core": "^20.0.5"
5
+ "@angular/common": "^20.1.3",
6
+ "@angular/core": "^20.1.3"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
@@ -1 +0,0 @@
1
- {"version":3,"file":"falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs","sources":["../../../../projects/falcon-ng/core/src/lib/falcon-core/angularmaterial.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-data-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-injection.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error-message-token.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-message.pipe.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-error.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/error-state-matcher.service.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/validation-error/validation-message-container.directive.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/base-control-builder.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component-resolver.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-builder/control-builder.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/card/card.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/button/button.component.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/falcon-core.module.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/model/base-control.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/AutoComplete.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Button.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/ButtonToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/CheckBox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Chip.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/DatePicker.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Divider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Editor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Radio.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/RichTextEditor.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Select.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Slider.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/SlideToggle.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textarea.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/control-type/Textbox.ts","../../../../projects/falcon-ng/core/src/lib/falcon-core/component/select/select.component.ts","../../../../projects/falcon-ng/core/src/public-api.ts","../../../../projects/falcon-ng/core/src/falcon-ng-core.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport {ScrollingModule} from \"@angular/cdk/scrolling\";\nimport {PortalModule} from \"@angular/cdk/portal\";\nimport {OverlayModule} from \"@angular/cdk/overlay\";\nimport {MatTreeModule} from \"@angular/material/tree\";\nimport {MatTooltipModule} from \"@angular/material/tooltip\";\nimport {MatToolbarModule} from \"@angular/material/toolbar\";\nimport {MatTabsModule} from \"@angular/material/tabs\";\nimport {MatTableModule} from \"@angular/material/table\";\nimport {MatSortModule} from \"@angular/material/sort\";\nimport {MatSnackBarModule} from \"@angular/material/snack-bar\";\nimport {MatSlideToggleModule} from \"@angular/material/slide-toggle\";\nimport {MatSliderModule} from \"@angular/material/slider\";\nimport {MatSidenavModule} from \"@angular/material/sidenav\";\nimport {MatSelectModule} from \"@angular/material/select\";\nimport {MatNativeDateModule, MatRippleModule} from \"@angular/material/core\";\nimport {MatRadioModule} from \"@angular/material/radio\";\nimport {MatProgressSpinnerModule} from \"@angular/material/progress-spinner\";\nimport {MatProgressBarModule} from \"@angular/material/progress-bar\";\nimport {MatPaginatorModule} from \"@angular/material/paginator\";\nimport {MatMenuModule} from \"@angular/material/menu\";\nimport {MatListModule} from \"@angular/material/list\";\nimport {MatInputModule} from \"@angular/material/input\";\nimport {MatIconModule} from \"@angular/material/icon\";\nimport {MatGridListModule} from \"@angular/material/grid-list\";\nimport {MatExpansionModule} from \"@angular/material/expansion\";\nimport {MatDividerModule} from \"@angular/material/divider\";\nimport {MatDialogModule} from \"@angular/material/dialog\";\nimport {MatDatepickerModule} from \"@angular/material/datepicker\";\nimport {MatStepperModule} from \"@angular/material/stepper\";\nimport {MatChipsModule} from \"@angular/material/chips\";\nimport {MatCheckboxModule} from \"@angular/material/checkbox\";\nimport {MatCardModule} from \"@angular/material/card\";\nimport {MatButtonToggleModule} from \"@angular/material/button-toggle\";\nimport {MatButtonModule} from \"@angular/material/button\";\nimport {MatBottomSheetModule} from \"@angular/material/bottom-sheet\";\nimport {MatBadgeModule} from \"@angular/material/badge\";\nimport {MatAutocompleteModule} from \"@angular/material/autocomplete\";\nimport {DragDropModule} from \"@angular/cdk/drag-drop\";\nimport {CdkTreeModule} from \"@angular/cdk/tree\";\nimport {CdkTableModule} from \"@angular/cdk/table\";\nimport {CdkStepperModule} from \"@angular/cdk/stepper\";\nimport {ClipboardModule} from \"@angular/cdk/clipboard\";\nimport {A11yModule} from \"@angular/cdk/a11y\";\n\n\n\n@NgModule({\n declarations: [],\n exports: [\n A11yModule,\n ClipboardModule,\n CdkStepperModule,\n CdkTableModule,\n CdkTreeModule,\n DragDropModule,\n MatAutocompleteModule,\n MatBadgeModule,\n MatBottomSheetModule,\n MatButtonModule,\n MatButtonToggleModule,\n MatCardModule,\n MatCheckboxModule,\n MatChipsModule,\n MatStepperModule,\n MatDatepickerModule,\n MatDialogModule,\n MatDividerModule,\n MatExpansionModule,\n MatGridListModule,\n MatIconModule,\n MatInputModule,\n MatListModule,\n MatMenuModule,\n MatNativeDateModule,\n MatPaginatorModule,\n MatProgressBarModule,\n MatProgressSpinnerModule,\n MatRadioModule,\n MatRippleModule,\n MatSelectModule,\n MatSidenavModule,\n MatSliderModule,\n MatSlideToggleModule,\n MatSnackBarModule,\n MatSortModule,\n MatTableModule,\n MatTabsModule,\n MatToolbarModule,\n MatTooltipModule,\n MatTreeModule,\n OverlayModule,\n PortalModule,\n ScrollingModule\n ]\n})\nexport class AngularmaterialModule { }\n","import { InjectionToken } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\n\nexport interface ControlData {\n formControlName: string;\n config: BaseControl<any>;\n}\nexport const CONTROL_DATA = new InjectionToken<ControlData>('Control Data');\n","import { inject, Injector, Pipe, PipeTransform } from '@angular/core';\nimport { BaseControl } from '../model/base-control';\nimport { CONTROL_DATA, ControlData } from './control-data-builder';\n\n@Pipe({\n name: 'controlInjection',\n standalone: true\n})\nexport class ControlInjectionPipe<T> implements PipeTransform {\n injector = inject(Injector);\n transform(formControlName: string, config: BaseControl<T>): Injector {\n return Injector.create({\n parent: this.injector,\n providers: [\n {\n provide: CONTROL_DATA,\n useValue: { formControlName, config } as ControlData\n }\n ]\n });\n }\n}\n","import { InjectionToken } from \"@angular/core\"\n\nexport const ERROR_MESSAGES: { [key: string]: (args?: any) => string } = {\n required: () => `This field is required`,\n requiredTrue: () => `This field is required`,\n email: () => `It should be a valid email`,\n minlength: ({ requiredLength }) => `The length should be at least ${requiredLength} characters`,\n banWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appBanWords: ({ bannedWord }) => `The word \"${bannedWord}\" isn't allowed`,\n appPasswordShouldMatch: () => `Password should match`,\n passwordShouldMatch: () => `Password should match`,\n pattern: () => `Wrong format`,\n appUniqueNickname: () => `Nickname is taken`,\n uniqueName: () => `Nickname is taken`,\n}\n\nexport const VALIDATION_ERROR_MESSAGES = new InjectionToken(`Validation Messages`, {\n providedIn: 'root',\n factory: () => ERROR_MESSAGES\n})\n","import { inject, Pipe, PipeTransform } from '@angular/core';\nimport { VALIDATION_ERROR_MESSAGES } from './validation-error-message-token';\n\n@Pipe({\n name: 'errorMessage',\n standalone: true\n})\nexport class ErrorMessagePipe implements PipeTransform {\n private errorMessages = inject(VALIDATION_ERROR_MESSAGES);\n transform(key: string, errorValue: any): string {\n if (!this.errorMessages[key]){\n console.warn(`Missing message for ${ key } validator...`);\n return '';\n }\n return this.errorMessages[key](errorValue);\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { ValidationErrors } from '@angular/forms';\nimport { CommonModule, KeyValue } from '@angular/common';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorMessagePipe } from './error-message.pipe';\n\n@Component({\n selector: 'falcon-error',\n imports: [CommonModule, MatInputModule, ErrorMessagePipe],\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n @if (errors) {\n @for (error of errors | keyvalue; track trackByFn) {\n <mat-error>{{ error.key | errorMessage:error.value }}</mat-error>\n }\n }\n `\n})\nexport class ValidationErrorComponent {\n @Input() errors: ValidationErrors | undefined | null = null;\n trackByFn(item: KeyValue<string, any>) {\n return item.key;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';\nimport { ErrorStateMatcher } from '@angular/material/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ErrorStateMatcherService implements ErrorStateMatcher{\n isErrorState(control: AbstractControl<any, any> | null, form: NgForm | FormGroupDirective | null): boolean {\n return Boolean(control && control.invalid && (form && form.submitted));\n }\n}\n","import { ComponentRef, Directive, ElementRef, inject, Input, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';\nimport { ControlContainer, FormGroupDirective, NgControl, NgForm, NgModel } from '@angular/forms';\nimport { EMPTY, fromEvent, iif, merge, skip, startWith, Subscription } from 'rxjs';\nimport { ValidationErrorComponent } from './validation-error.component';\nimport { ErrorStateMatcherService } from './error-state-matcher.service';\n\n@Directive({\n standalone: true,\n selector: '[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))',\n})\nexport class ValidationMessageDirective implements OnInit, OnDestroy {\n ngControl = inject(NgControl, { self: true, optional: true }) || inject(ControlContainer, { self: true });\n elementRef = inject(ElementRef);\n\n @Input() errorStateMatcher = inject(ErrorStateMatcherService);\n @Input() container = inject(ViewContainerRef);\n\n private parentContainer = inject(ControlContainer, { optional: true });\n private errorMessageTrigger!: Subscription;\n private componentRef: ComponentRef<ValidationErrorComponent> | null = null;\n\n get form() {\n return this.parentContainer?.formDirective as NgForm | FormGroupDirective | null;\n }\n\n ngOnInit() {\n if (!this.ngControl.control)\n throw Error(`No control model for ${this.ngControl.name} control...`);\n this.errorMessageTrigger = merge(\n this.ngControl.control.statusChanges,\n fromEvent(this.elementRef.nativeElement, 'blur'),\n iif(() => !!this.form, this.form!.ngSubmit, EMPTY),\n ).pipe(\n startWith(this.ngControl.control.status),\n skip(this.ngControl instanceof NgModel ? 1 : 0),\n ).subscribe(() => {\n if (this.errorStateMatcher.isErrorState(this.ngControl.control, this.form)) {\n if (!this.componentRef) {\n this.componentRef = this.container.createComponent(ValidationErrorComponent);\n this.componentRef.changeDetectorRef.markForCheck();\n }\n this.componentRef.setInput('errors', this.ngControl.errors);\n } else {\n this.componentRef?.destroy();\n this.componentRef = null;\n }\n });\n }\n\n ngOnDestroy() {\n this.errorMessageTrigger.unsubscribe();\n }\n\n}\n","import { Directive, inject, ViewContainerRef } from '@angular/core';\n\n@Directive({\n selector: '[falconValidationMessageContainer]',\n standalone: true,\n exportAs: 'falconValidationMessageContainer'\n})\nexport class ValidationMessageContainerDirective {\ncontainer = inject(ViewContainerRef)\n\n}\n","import { AfterViewInit, Directive, inject, Input, OnDestroy, OnInit, StaticProvider } from '@angular/core';\nimport {\n AbstractControl,\n ControlContainer,\n FormControl,\n FormGroup,\n ReactiveFormsModule, ValidatorFn,\n Validators,\n} from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { CONTROL_DATA } from './control-data-builder';\nimport { IValidator } from '../model/ivalidator';\nimport { ValidationMessageDirective } from '../component/validation-error/validation-message.directive';\nimport {\n ValidationMessageContainerDirective\n} from '../component/validation-error/validation-message-container.directive';\n\nexport const sharedControlDeps = [CommonModule, ReactiveFormsModule, ValidationMessageDirective,ValidationMessageContainerDirective];\nexport const controlProvider: StaticProvider = {\n provide: ControlContainer,\n useFactory: () => inject(ControlContainer, { skipSelf: true })\n}\n\n@Directive()\nexport class BaseControlBuilder implements OnInit, OnDestroy {\n private parentGroupDir = inject(ControlContainer);\n public control = inject(CONTROL_DATA);\n private formControl: AbstractControl = new FormControl(this.control.config.value, this.bindValidators(this.control.config.validations))\n\n get parentFormGroup() {\n return this.parentGroupDir.control as FormGroup;\n }\n\n ngOnInit() {\n this.parentFormGroup.addControl(this.control.formControlName, this.formControl);\n }\n\n ngOnDestroy() {\n this.parentFormGroup.removeControl(this.control.formControlName);\n }\n\n private bindValidators(validations: IValidator[]): ValidatorFn | null {\n if (validations.length > 0) {\n const validatorList: ValidatorFn[] = validations.map((valid: IValidator) => valid.validator);\n return Validators.compose(validatorList);\n }\n return Validators.nullValidator;\n }\n}\n","import { Injectable, Type } from '@angular/core';\nimport { from, of, tap } from 'rxjs';\nimport { Control } from './model/enum';\n\ntype DynamicControlMap = { [T in Control]: () => Promise<Type<any>> };\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ComponentResolver {\n private loadedControlCompoments = new Map<Control, Type<any>>();\n private lazyControlComponents: DynamicControlMap = {\n textbox: () =>\n import('./component/textbox/textbox.component').then(\n c => c.TextboxComponent\n ),\n textarea: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n select: () =>\n import('./component/select/select.component').then(\n c => c.SelectComponent\n ),\n datepicker: () =>\n import('./component/datepicker/datepicker.component').then(\n c => c.DatepickerComponent\n ),\n radio: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n checkbox: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n button: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slideToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n slider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n buttonToggle: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n autocomplete: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n chip: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n editor: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n divider: () =>\n import('./component/textarea/textarea.component').then(\n c => c.TextareaComponent\n ),\n };\n\n public resolver(controlType: keyof DynamicControlMap) {\n const loadedComponent = this.loadedControlCompoments.get(controlType);\n if (loadedComponent) return of(loadedComponent);\n return from(this.lazyControlComponents[controlType]()).pipe(\n tap(comp => this.loadedControlCompoments.set(controlType, comp))\n );\n }\n}\n","import { AfterContentChecked, ChangeDetectorRef, Component, Input, PipeTransform } from '@angular/core';\nimport { ComponentResolver } from '../component-resolver';\nimport { BaseControl } from '../model/base-control';\nimport { controlProvider } from './base-control-builder';\n\n@Component({\n selector: 'falcon-control',\n viewProviders: [controlProvider],\n template: `<ng-container class=\"w-full\" [ngComponentOutlet]=\"componentResolver.resolver(control.controlType) | async\"\n [ngComponentOutletInjector]=\"control.formControlName | controlInjection: control\"></ng-container>`,\n standalone: false\n})\nexport class ControlBuilderComponent<T> implements AfterContentChecked {\n @Input({ required: true }) control!: BaseControl<T>;\n constructor(public componentResolver: ComponentResolver,private cdref: ChangeDetectorRef) {}\n ngAfterContentChecked() {\n this.cdref.detectChanges();\n }\n}\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'fal-card',\n host: {\n '[style.--mat-card-elevated-container-shape]': '\"10px\"',\n '[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)\"',\n },\n template: `\n <mat-card [ngClass]=\"class\" [style.backgroundColor]=\"backgroundColor\">\n <mat-card-content>\n <ng-content></ng-content>\n </mat-card-content>\n </mat-card>\n `,\n standalone: false\n})\nexport class CardComponent {\n @Input({ required: false }) backgroundColor: string | undefined = undefined;\n @Input({ required: false }) class: string | undefined = undefined;\n}\n","import {\n Component,\n EventEmitter,\n Input,\n input,\n OnDestroy,\n Output,\n} from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\n\n@Component({\n selector: 'fal-button',\n template: `\n <button\n mat-flat-button\n [color]=\"color\"\n [type]=\"type\"\n (click)=\"onClick($event)\"\n [disabled]=\"disabled\">\n {{ label }}\n </button>\n `,\n standalone: false\n})\nexport class ButtonComponent implements OnDestroy {\n @Input({ required: true }) label!: string;\n @Input({ required: true }) type: 'submit' | 'reset' | 'button' = 'submit';\n @Input() color: ThemePalette = 'primary';\n @Input() disabled: boolean = false;\n @Output() click = new EventEmitter<MouseEvent>();\n\n ngOnDestroy(): void {\n this.click.complete();\n }\n onClick(event: MouseEvent) {\n if (['reset', 'submit'].includes(this.type)) {\n this.click.emit(event);\n return true;\n }\n return false;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AngularmaterialModule } from './angularmaterial.module';\nimport { ControlInjectionPipe } from './control-builder/control-injection.pipe';\nimport { ControlBuilderComponent } from './control-builder/control-builder.component';\nimport { CardComponent } from './component/card/card.component';\nimport { ButtonComponent } from './component/button/button.component';\n\n@NgModule({\n declarations: [\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n imports: [\n AngularmaterialModule,\n CommonModule,\n ControlInjectionPipe,\n ],\n exports: [AngularmaterialModule,\n ControlBuilderComponent,\n CardComponent,\n ButtonComponent],\n})\nexport class FalconCoreModule { }\n","import { Control} from './enum';\nimport {IValidator} from './ivalidator';\nimport {\n FloatLabelType,\n MatFormFieldAppearance,\n} from '@angular/material/form-field';\nimport { ThemePalette } from '@angular/material/core';\nimport {\n IComponentEvent,\n IMatHint,\n IOptions,\n ISelectOptions,\n ISliderProperty,\n ISuffixPrefixConfig, ITextAreaProperty,\n} from './interface';\n\n/**\n * @description\n * Class use for setting the control properties.\n * @usageNotes\n * ```ts\n * new Dropdown({\n * formControlName: 'brave',\n * label: 'Bravery Rating',\n * options: [\n * {key: 'solid', value: 'Solid'},\n * {key: 'great', value: 'Great'},\n * {key: 'good', value: 'Good'},\n * {key: 'unproven', value: 'Unproven'}\n * ],\n * order: 3\n * }),\n ** ```\n */\nexport class BaseControl<T> {\n value: T | undefined;\n formControlName: string;\n label: string;\n labelPosition: any;\n order: number;\n controlType: Control;\n type: string;\n disabled: boolean;\n options: IOptions[] | any;\n validations: IValidator[];\n appearance: MatFormFieldAppearance | any;\n class: string;\n style: { [klass: string]: any };\n placeHolder: string;\n floatLabel: FloatLabelType;\n hint: IMatHint;\n suffix: ISuffixPrefixConfig;\n prefix: ISuffixPrefixConfig;\n textAreaProperty: ITextAreaProperty;\n event: IComponentEvent<T>;\n selectProperty: ISelectOptions;\n color: ThemePalette;\n sliderProperty: ISliderProperty;\n chipSelectedOptions: IOptions[] | any;\n editorProperty: any;\n formArray: BaseControl<T>[] | undefined;\n constructor(\n options: {\n value?: T;\n formControlName?: string;\n label: string;\n labelPosition?: any;\n order?: number;\n controlType?: Control;\n type?: string;\n disabled?: boolean;\n options?: IOptions[] | any;\n validations?: IValidator[];\n appearance?: MatFormFieldAppearance | any;\n class?: string;\n style?: { [klass: string]: any };\n placeHolder?: string;\n floatLabel?: FloatLabelType;\n hint?: IMatHint;\n suffix?: ISuffixPrefixConfig;\n prefix?: ISuffixPrefixConfig;\n textAreaProperty?: ITextAreaProperty;\n event?: IComponentEvent<T>;\n selectProperty?: ISelectOptions;\n color?: ThemePalette;\n sliderProperty?: ISliderProperty;\n chipSelectedOptions?: IOptions[] | any;\n editorProperty?: any;\n formArray?: BaseControl<T>[];\n }\n ) {\n this.value = options.value;\n this.formControlName = options.formControlName || '';\n this.label = options.label;\n this.labelPosition = options.labelPosition || 'before' || 'after';\n this.order = options.order === undefined ? 1 : options.order;\n this.controlType = options.controlType || Control.Button;\n this.type = options.type || '';\n this.disabled = options.disabled || false;\n this.options = options.options || [];\n this.validations = options.validations || [];\n this.appearance = options.appearance || 'outline';\n this.class = options.class || '';\n this.style = options.style || {};\n this.placeHolder = options.placeHolder || '';\n this.floatLabel = options.floatLabel || 'auto';\n this.hint = options.hint || ({} as IMatHint);\n this.prefix = options.prefix || ({} as ISuffixPrefixConfig);\n this.suffix = options.suffix || ({} as ISuffixPrefixConfig);\n this.textAreaProperty =\n options.textAreaProperty || ({} as ITextAreaProperty);\n this.event = options.event || {};\n this.selectProperty = options.selectProperty || {};\n this.color = options.color || undefined;\n this.sliderProperty = options.sliderProperty || {};\n this.chipSelectedOptions = options.chipSelectedOptions || {};\n this.editorProperty = options.editorProperty || {};\n this.formArray = options.formArray || undefined\n }\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class AutoComplete extends BaseControl<string> {\n override controlType = Control.AutoComplete;\n}\n","import {BaseControl} from \"../model/base-control\";\nimport {Control} from \"../model/enum\";\n\nexport class Button extends BaseControl<string> {\n override controlType = Control.Button;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class ButtonToggle extends BaseControl<string> {\n override controlType = Control.ButtonToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class CheckBox extends BaseControl<boolean> {\n override controlType = Control.Checkbox;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Chip extends BaseControl<string> {\n override controlType = Control.Chip;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class DatePicker extends BaseControl<string> {\n override controlType = Control.DatePicker;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Divider extends BaseControl<string> {\n override controlType = Control.Divider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Editor extends BaseControl<string> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Radio extends BaseControl<string> {\n override controlType = Control.Radio;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class RichTextEditor extends BaseControl<any> {\n override controlType = Control.Editor;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Select extends BaseControl<string> {\n override controlType = Control.Select;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Slider extends BaseControl<number> {\n override controlType = Control.Slider;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class SliderToggle extends BaseControl<boolean> {\n override controlType = Control.SlideToggle;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textarea extends BaseControl<string> {\n override controlType = Control.TextArea;\n}\n","import { BaseControl } from '../model/base-control';\nimport { Control } from '../model/enum';\n\nexport class Textbox extends BaseControl<string> {\n override controlType = Control.TextBox;\n}\n","import { Component } from '@angular/core';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatSelectChange, MatSelectModule } from '@angular/material/select';\nimport {\n BaseControlBuilder,\n controlProvider,\n sharedControlDeps,\n} from '../../control-builder/base-control-builder';\n\n@Component({\n selector: 'fal-select',\n imports: [\n MatInputModule,\n MatFormFieldModule,\n MatSelectModule,\n ...sharedControlDeps,\n ],\n viewProviders: [controlProvider],\n template: `<mat-form-field appearance=\"outline\" class=\"w-full\">\n <mat-label>{{ control.config.label }}</mat-label>\n <mat-select\n [value]=\"control.config.value\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n (selectionChange)=\"selectionChange($event)\">\n @for(option of control.config.options; track option){\n <mat-option [value]=\"option.key\">{{ option.value }}</mat-option>\n }\n </mat-select>\n </mat-form-field>`,\n styles: `.w-full {\n width: 100%\n }`\n})\nexport class SelectComponent extends BaseControlBuilder {\n selectionChange(event: MatSelectChange): void {\n this.control.config.event.change?.emit(event);\n }\n}\n","/*\n * Public API Surface of core\n */\nexport * from './lib/falcon-core/falcon-core.module';\n\nexport * from './lib/falcon-core/model/enum';\nexport * from './lib/falcon-core/model/interface';\nexport * from './lib/falcon-core/model/ivalidator';\nexport * from './lib/falcon-core/model/base-control';\n\nexport * from './lib/falcon-core/control-type/AutoComplete';\nexport * from './lib/falcon-core/control-type/Button';\nexport * from './lib/falcon-core/control-type/ButtonToggle';\nexport * from './lib/falcon-core/control-type/CheckBox';\nexport * from './lib/falcon-core/control-type/Chip';\nexport * from './lib/falcon-core/control-type/DatePicker';\nexport * from './lib/falcon-core/control-type/Divider';\nexport * from './lib/falcon-core/control-type/Editor';\nexport * from './lib/falcon-core/control-type/Radio';\nexport * from './lib/falcon-core/control-type/RichTextEditor';\nexport * from './lib/falcon-core/control-type/Select';\nexport * from './lib/falcon-core/control-type/Slider';\nexport * from './lib/falcon-core/control-type/SlideToggle';\nexport * from './lib/falcon-core/control-type/Textarea';\nexport * from './lib/falcon-core/control-type/Textbox';\n\nexport * from './lib/falcon-core/control-builder/control-builder.component';\n\nexport * from './lib/falcon-core/angularmaterial.module';\n\nexport * from './lib/falcon-core/component/card/card.component';\nexport * from './lib/falcon-core/component/button/button.component';\nexport * from './lib/falcon-core/component/select/select.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i2","i1.ComponentResolver","i3.ControlInjectionPipe","i4","i5","i6.ValidationMessageDirective"],"mappings":"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"}