@falcon-ng/core 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/{falcon-ng-core-datepicker.component-CPsDyBhC.mjs → falcon-ng-core-datepicker.component-R3QbVwh9.mjs} +5 -5
- package/fesm2022/{falcon-ng-core-datepicker.component-CPsDyBhC.mjs.map → falcon-ng-core-datepicker.component-R3QbVwh9.mjs.map} +1 -1
- package/fesm2022/{falcon-ng-core-falcon-ng-core-Bi8UTq2i.mjs → falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs} +61 -61
- package/fesm2022/{falcon-ng-core-falcon-ng-core-Bi8UTq2i.mjs.map → falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs.map} +1 -1
- package/fesm2022/{falcon-ng-core-textarea.component-BA3CQ4Sm.mjs → falcon-ng-core-textarea.component-DWO3hiq2.mjs} +5 -5
- package/fesm2022/{falcon-ng-core-textarea.component-BA3CQ4Sm.mjs.map → falcon-ng-core-textarea.component-DWO3hiq2.mjs.map} +1 -1
- package/fesm2022/{falcon-ng-core-textbox.component-D4cexFb4.mjs → falcon-ng-core-textbox.component-Cc4_KuFY.mjs} +5 -5
- package/fesm2022/{falcon-ng-core-textbox.component-D4cexFb4.mjs.map → falcon-ng-core-textbox.component-Cc4_KuFY.mjs.map} +1 -1
- package/fesm2022/falcon-ng-core.mjs +1 -1
- package/index.d.ts +735 -3
- package/package.json +3 -3
- package/lib/falcon-core/angularmaterial.module.d.ts +0 -49
- package/lib/falcon-core/component/button/button.component.d.ts +0 -14
- package/lib/falcon-core/component/card/card.component.d.ts +0 -7
- package/lib/falcon-core/component/datepicker/datepicker.component.d.ts +0 -6
- package/lib/falcon-core/component/select/select.component.d.ts +0 -8
- package/lib/falcon-core/component/textarea/textarea.component.d.ts +0 -6
- package/lib/falcon-core/component/textbox/textbox.component.d.ts +0 -6
- package/lib/falcon-core/component/validation-error/error-message.pipe.d.ts +0 -8
- package/lib/falcon-core/component/validation-error/error-state-matcher.service.d.ts +0 -8
- package/lib/falcon-core/component/validation-error/validation-error-message-token.d.ts +0 -7
- package/lib/falcon-core/component/validation-error/validation-error.component.d.ts +0 -9
- package/lib/falcon-core/component/validation-error/validation-message-container.directive.d.ts +0 -7
- package/lib/falcon-core/component/validation-error/validation-message.directive.d.ts +0 -18
- package/lib/falcon-core/component-resolver.d.ts +0 -14
- package/lib/falcon-core/control-builder/base-control-builder.d.ts +0 -18
- package/lib/falcon-core/control-builder/control-builder.component.d.ts +0 -13
- package/lib/falcon-core/control-builder/control-data-builder.d.ts +0 -7
- package/lib/falcon-core/control-builder/control-injection.pipe.d.ts +0 -9
- package/lib/falcon-core/control-type/AutoComplete.d.ts +0 -5
- package/lib/falcon-core/control-type/Button.d.ts +0 -5
- package/lib/falcon-core/control-type/ButtonToggle.d.ts +0 -5
- package/lib/falcon-core/control-type/CheckBox.d.ts +0 -5
- package/lib/falcon-core/control-type/Chip.d.ts +0 -5
- package/lib/falcon-core/control-type/DatePicker.d.ts +0 -5
- package/lib/falcon-core/control-type/Divider.d.ts +0 -5
- package/lib/falcon-core/control-type/Editor.d.ts +0 -5
- package/lib/falcon-core/control-type/Radio.d.ts +0 -5
- package/lib/falcon-core/control-type/RichTextEditor.d.ts +0 -5
- package/lib/falcon-core/control-type/Select.d.ts +0 -5
- package/lib/falcon-core/control-type/SlideToggle.d.ts +0 -5
- package/lib/falcon-core/control-type/Slider.d.ts +0 -5
- package/lib/falcon-core/control-type/Textarea.d.ts +0 -5
- package/lib/falcon-core/control-type/Textbox.d.ts +0 -5
- package/lib/falcon-core/falcon-core.module.d.ts +0 -12
- package/lib/falcon-core/model/base-control.d.ts +0 -83
- package/lib/falcon-core/model/enum.d.ts +0 -144
- package/lib/falcon-core/model/interface.d.ts +0 -299
- package/lib/falcon-core/model/ivalidator.d.ts +0 -19
- package/public-api.d.ts +0 -25
|
@@ -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-
|
|
9
|
+
import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-NF6Np0dr.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: "
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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">
|
|
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: "
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", 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: "19.2.7", ngImpor
|
|
|
43
43
|
}] });
|
|
44
44
|
|
|
45
45
|
export { DatepickerComponent };
|
|
46
|
-
//# sourceMappingURL=falcon-ng-core-datepicker.component-
|
|
46
|
+
//# sourceMappingURL=falcon-ng-core-datepicker.component-R3QbVwh9.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-datepicker.component-
|
|
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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"}
|
|
@@ -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: "
|
|
60
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
59
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: AngularmaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
60
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: AngularmaterialModule, exports: [A11yModule,
|
|
61
61
|
ClipboardModule,
|
|
62
62
|
CdkStepperModule,
|
|
63
63
|
CdkTableModule,
|
|
@@ -101,7 +101,7 @@ class AngularmaterialModule {
|
|
|
101
101
|
OverlayModule,
|
|
102
102
|
PortalModule,
|
|
103
103
|
ScrollingModule] }); }
|
|
104
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
104
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: AngularmaterialModule, imports: [A11yModule,
|
|
105
105
|
ClipboardModule,
|
|
106
106
|
CdkStepperModule,
|
|
107
107
|
CdkTableModule,
|
|
@@ -146,7 +146,7 @@ class AngularmaterialModule {
|
|
|
146
146
|
PortalModule,
|
|
147
147
|
ScrollingModule] }); }
|
|
148
148
|
}
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: AngularmaterialModule, decorators: [{
|
|
150
150
|
type: NgModule,
|
|
151
151
|
args: [{
|
|
152
152
|
declarations: [],
|
|
@@ -216,10 +216,10 @@ class ControlInjectionPipe {
|
|
|
216
216
|
]
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
220
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
219
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ControlInjectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
220
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ControlInjectionPipe, isStandalone: true, name: "controlInjection" }); }
|
|
221
221
|
}
|
|
222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ControlInjectionPipe, decorators: [{
|
|
223
223
|
type: Pipe,
|
|
224
224
|
args: [{
|
|
225
225
|
name: 'controlInjection',
|
|
@@ -256,10 +256,10 @@ class ErrorMessagePipe {
|
|
|
256
256
|
}
|
|
257
257
|
return this.errorMessages[key](errorValue);
|
|
258
258
|
}
|
|
259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
260
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
260
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, isStandalone: true, name: "errorMessage" }); }
|
|
261
261
|
}
|
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorMessagePipe, decorators: [{
|
|
263
263
|
type: Pipe,
|
|
264
264
|
args: [{
|
|
265
265
|
name: 'errorMessage',
|
|
@@ -274,8 +274,8 @@ class ValidationErrorComponent {
|
|
|
274
274
|
trackByFn(item) {
|
|
275
275
|
return item.key;
|
|
276
276
|
}
|
|
277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
278
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: ValidationErrorComponent, isStandalone: true, selector: "falcon-error", inputs: { errors: "errors" }, ngImport: i0, template: `
|
|
279
279
|
@if (errors) {
|
|
280
280
|
@for (error of errors | keyvalue; track trackByFn) {
|
|
281
281
|
<mat-error>{{ error.key | errorMessage:error.value }}</mat-error>
|
|
@@ -283,7 +283,7 @@ class ValidationErrorComponent {
|
|
|
283
283
|
}
|
|
284
284
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i2.KeyValuePipe, name: "keyvalue" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "pipe", type: ErrorMessagePipe, name: "errorMessage" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
285
285
|
}
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationErrorComponent, decorators: [{
|
|
287
287
|
type: Component,
|
|
288
288
|
args: [{
|
|
289
289
|
selector: 'falcon-error',
|
|
@@ -305,10 +305,10 @@ class ErrorStateMatcherService {
|
|
|
305
305
|
isErrorState(control, form) {
|
|
306
306
|
return Boolean(control && control.invalid && (form && form.submitted));
|
|
307
307
|
}
|
|
308
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
309
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
309
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, providedIn: 'root' }); }
|
|
310
310
|
}
|
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ErrorStateMatcherService, decorators: [{
|
|
312
312
|
type: Injectable,
|
|
313
313
|
args: [{
|
|
314
314
|
providedIn: 'root'
|
|
@@ -347,10 +347,10 @@ class ValidationMessageDirective {
|
|
|
347
347
|
ngOnDestroy() {
|
|
348
348
|
this.errorMessageTrigger.unsubscribe();
|
|
349
349
|
}
|
|
350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
351
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
351
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: ValidationMessageDirective, isStandalone: true, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: { errorStateMatcher: "errorStateMatcher", container: "container" }, ngImport: i0 }); }
|
|
352
352
|
}
|
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageDirective, decorators: [{
|
|
354
354
|
type: Directive,
|
|
355
355
|
args: [{
|
|
356
356
|
standalone: true,
|
|
@@ -366,10 +366,10 @@ class ValidationMessageContainerDirective {
|
|
|
366
366
|
constructor() {
|
|
367
367
|
this.container = inject(ViewContainerRef);
|
|
368
368
|
}
|
|
369
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
370
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
370
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: ValidationMessageContainerDirective, isStandalone: true, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"], ngImport: i0 }); }
|
|
371
371
|
}
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ValidationMessageContainerDirective, decorators: [{
|
|
373
373
|
type: Directive,
|
|
374
374
|
args: [{
|
|
375
375
|
selector: '[falconValidationMessageContainer]',
|
|
@@ -405,10 +405,10 @@ class BaseControlBuilder {
|
|
|
405
405
|
}
|
|
406
406
|
return Validators.nullValidator;
|
|
407
407
|
}
|
|
408
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
409
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BaseControlBuilder, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
409
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.5", type: BaseControlBuilder, isStandalone: true, ngImport: i0 }); }
|
|
410
410
|
}
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: BaseControlBuilder, decorators: [{
|
|
412
412
|
type: Directive
|
|
413
413
|
}] });
|
|
414
414
|
|
|
@@ -416,20 +416,20 @@ class ComponentResolver {
|
|
|
416
416
|
constructor() {
|
|
417
417
|
this.loadedControlCompoments = new Map();
|
|
418
418
|
this.lazyControlComponents = {
|
|
419
|
-
textbox: () => import('./falcon-ng-core-textbox.component-
|
|
420
|
-
textarea: () => import('./falcon-ng-core-textarea.component-
|
|
419
|
+
textbox: () => import('./falcon-ng-core-textbox.component-Cc4_KuFY.mjs').then(c => c.TextboxComponent),
|
|
420
|
+
textarea: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
421
421
|
select: () => Promise.resolve().then(function () { return select_component; }).then(c => c.SelectComponent),
|
|
422
|
-
datepicker: () => import('./falcon-ng-core-datepicker.component-
|
|
423
|
-
radio: () => import('./falcon-ng-core-textarea.component-
|
|
424
|
-
checkbox: () => import('./falcon-ng-core-textarea.component-
|
|
425
|
-
button: () => import('./falcon-ng-core-textarea.component-
|
|
426
|
-
slideToggle: () => import('./falcon-ng-core-textarea.component-
|
|
427
|
-
slider: () => import('./falcon-ng-core-textarea.component-
|
|
428
|
-
buttonToggle: () => import('./falcon-ng-core-textarea.component-
|
|
429
|
-
autocomplete: () => import('./falcon-ng-core-textarea.component-
|
|
430
|
-
chip: () => import('./falcon-ng-core-textarea.component-
|
|
431
|
-
editor: () => import('./falcon-ng-core-textarea.component-
|
|
432
|
-
divider: () => import('./falcon-ng-core-textarea.component-
|
|
422
|
+
datepicker: () => import('./falcon-ng-core-datepicker.component-R3QbVwh9.mjs').then(c => c.DatepickerComponent),
|
|
423
|
+
radio: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
424
|
+
checkbox: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
425
|
+
button: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
426
|
+
slideToggle: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
427
|
+
slider: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
428
|
+
buttonToggle: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
429
|
+
autocomplete: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
430
|
+
chip: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
431
|
+
editor: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
432
|
+
divider: () => import('./falcon-ng-core-textarea.component-DWO3hiq2.mjs').then(c => c.TextareaComponent),
|
|
433
433
|
};
|
|
434
434
|
}
|
|
435
435
|
resolver(controlType) {
|
|
@@ -438,10 +438,10 @@ class ComponentResolver {
|
|
|
438
438
|
return of(loadedComponent);
|
|
439
439
|
return from(this.lazyControlComponents[controlType]()).pipe(tap(comp => this.loadedControlCompoments.set(controlType, comp)));
|
|
440
440
|
}
|
|
441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
442
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, providedIn: 'root' }); }
|
|
443
443
|
}
|
|
444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ComponentResolver, decorators: [{
|
|
445
445
|
type: Injectable,
|
|
446
446
|
args: [{
|
|
447
447
|
providedIn: 'root',
|
|
@@ -456,11 +456,11 @@ class ControlBuilderComponent {
|
|
|
456
456
|
ngAfterContentChecked() {
|
|
457
457
|
this.cdref.detectChanges();
|
|
458
458
|
}
|
|
459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
460
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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
461
|
[ngComponentOutletInjector]="control.formControlName | controlInjection: control"></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: ControlInjectionPipe, name: "controlInjection" }], viewProviders: [controlProvider] }); }
|
|
462
462
|
}
|
|
463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ControlBuilderComponent, decorators: [{
|
|
464
464
|
type: Component,
|
|
465
465
|
args: [{
|
|
466
466
|
selector: 'falcon-control',
|
|
@@ -479,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: "
|
|
483
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
483
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: CardComponent, isStandalone: false, selector: "fal-card", inputs: { backgroundColor: "backgroundColor", class: "class" }, host: { properties: { "style.--mat-card-elevated-container-shape": "\"10px\"", "style.--mat-card-elevated-container-elevation": "\"0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 0px 1px 1px rgba(0.12, 0.12, 0.12, 0.12)\"" } }, ngImport: i0, template: `
|
|
484
484
|
<mat-card [ngClass]="class" [style.backgroundColor]="backgroundColor">
|
|
485
485
|
<mat-card-content>
|
|
486
486
|
<ng-content></ng-content>
|
|
@@ -488,13 +488,13 @@ 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: "
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: CardComponent, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{
|
|
494
494
|
selector: 'fal-card',
|
|
495
495
|
host: {
|
|
496
|
-
'[style.--
|
|
497
|
-
'[style.--
|
|
496
|
+
'[style.--mat-card-elevated-container-shape]': '"10px"',
|
|
497
|
+
'[style.--mat-card-elevated-container-elevation]': '"0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 0px 1px 1px rgba(0.12, 0.12, 0.12, 0.12)"',
|
|
498
498
|
},
|
|
499
499
|
template: `
|
|
500
500
|
<mat-card [ngClass]="class" [style.backgroundColor]="backgroundColor">
|
|
@@ -530,8 +530,8 @@ class ButtonComponent {
|
|
|
530
530
|
}
|
|
531
531
|
return false;
|
|
532
532
|
}
|
|
533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
534
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
534
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: ButtonComponent, isStandalone: false, selector: "fal-button", inputs: { label: "label", type: "type", color: "color", disabled: "disabled" }, outputs: { click: "click" }, ngImport: i0, template: `
|
|
535
535
|
<button
|
|
536
536
|
mat-flat-button
|
|
537
537
|
[color]="color"
|
|
@@ -540,9 +540,9 @@ class ButtonComponent {
|
|
|
540
540
|
[disabled]="disabled">
|
|
541
541
|
{{ label }}
|
|
542
542
|
</button>
|
|
543
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.MatButton, selector: " button[mat-button], button[mat-raised-button],
|
|
543
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }] }); }
|
|
544
544
|
}
|
|
545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
546
546
|
type: Component,
|
|
547
547
|
args: [{
|
|
548
548
|
selector: 'fal-button',
|
|
@@ -573,8 +573,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
573
573
|
}] } });
|
|
574
574
|
|
|
575
575
|
class FalconCoreModule {
|
|
576
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
577
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
576
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
577
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, declarations: [ControlBuilderComponent,
|
|
578
578
|
CardComponent,
|
|
579
579
|
ButtonComponent], imports: [AngularmaterialModule,
|
|
580
580
|
CommonModule,
|
|
@@ -582,10 +582,10 @@ class FalconCoreModule {
|
|
|
582
582
|
ControlBuilderComponent,
|
|
583
583
|
CardComponent,
|
|
584
584
|
ButtonComponent] }); }
|
|
585
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
585
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, imports: [AngularmaterialModule,
|
|
586
586
|
CommonModule, AngularmaterialModule] }); }
|
|
587
587
|
}
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FalconCoreModule, decorators: [{
|
|
589
589
|
type: NgModule,
|
|
590
590
|
args: [{
|
|
591
591
|
declarations: [
|
|
@@ -764,8 +764,8 @@ class SelectComponent extends BaseControlBuilder {
|
|
|
764
764
|
selectionChange(event) {
|
|
765
765
|
this.control.config.event.change?.emit(event);
|
|
766
766
|
}
|
|
767
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
768
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
768
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: SelectComponent, isStandalone: true, selector: "fal-select", usesInheritance: true, ngImport: i0, template: `<mat-form-field appearance="outline" class="w-full">
|
|
769
769
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
770
770
|
<mat-select
|
|
771
771
|
[value]="control.config.value"
|
|
@@ -778,7 +778,7 @@ class SelectComponent extends BaseControlBuilder {
|
|
|
778
778
|
</mat-select>
|
|
779
779
|
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i1.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i1.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i2$1.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth", "canSelectNullableOptions"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i3.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "ngmodule", type: i2.CommonModule }, { kind: "ngmodule", type: i4.ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }], viewProviders: [controlProvider] }); }
|
|
780
780
|
}
|
|
781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: SelectComponent, decorators: [{
|
|
782
782
|
type: Component,
|
|
783
783
|
args: [{ selector: 'fal-select', imports: [
|
|
784
784
|
MatInputModule,
|
|
@@ -813,4 +813,4 @@ var select_component = /*#__PURE__*/Object.freeze({
|
|
|
813
813
|
*/
|
|
814
814
|
|
|
815
815
|
export { AutoComplete as A, BaseControlBuilder as B, CheckBox as C, DatePicker as D, Editor as E, FalconCoreModule as F, Radio as R, Select as S, Textarea as T, ValidationMessageDirective as V, ValidationMessageContainerDirective as a, BaseControl as b, controlProvider as c, Button as d, ButtonToggle as e, Chip as f, Divider as g, RichTextEditor as h, Slider as i, SliderToggle as j, Textbox as k, ControlBuilderComponent as l, AngularmaterialModule as m, CardComponent as n, ButtonComponent as o, SelectComponent as p, sharedControlDeps as s };
|
|
816
|
-
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-
|
|
816
|
+
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-NF6Np0dr.mjs.map
|