@falcon-ng/core 0.0.31 → 0.0.33
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-BcZ6AH27.mjs → falcon-ng-core-datepicker.component-MQujMd0J.mjs} +14 -6
- package/fesm2022/falcon-ng-core-datepicker.component-MQujMd0J.mjs.map +1 -0
- package/fesm2022/{falcon-ng-core-falcon-ng-core-D5e1msSH.mjs → falcon-ng-core-falcon-ng-core-CWR1ybd0.mjs} +58 -43
- package/fesm2022/falcon-ng-core-falcon-ng-core-CWR1ybd0.mjs.map +1 -0
- package/fesm2022/{falcon-ng-core-textarea.component--T6FoEHt.mjs → falcon-ng-core-textarea.component-BEgnp8bV.mjs} +7 -3
- package/fesm2022/falcon-ng-core-textarea.component-BEgnp8bV.mjs.map +1 -0
- package/fesm2022/{falcon-ng-core-textbox.component-CZ7cbfTk.mjs → falcon-ng-core-textbox.component-CJ00rUAB.mjs} +18 -10
- package/fesm2022/falcon-ng-core-textbox.component-CJ00rUAB.mjs.map +1 -0
- package/fesm2022/falcon-ng-core.mjs +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
- package/fesm2022/falcon-ng-core-datepicker.component-BcZ6AH27.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-falcon-ng-core-D5e1msSH.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-textarea.component--T6FoEHt.mjs.map +0 -1
- package/fesm2022/falcon-ng-core-textbox.component-CZ7cbfTk.mjs.map +0 -1
|
@@ -6,22 +6,26 @@ 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-CWR1ybd0.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
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: "
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.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
|
+
@if(control.config.label){
|
|
16
17
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
18
|
+
}
|
|
17
19
|
<input
|
|
18
20
|
matInput
|
|
19
21
|
[matDatepicker]="picker"
|
|
20
22
|
[formControlName]="control.formControlName"
|
|
21
|
-
[placeholder]="control.config.placeHolder"
|
|
23
|
+
[placeholder]="control.config.placeHolder"
|
|
24
|
+
[ngStyle]="control.config.style"
|
|
25
|
+
[ngClass]="control.config.class" />
|
|
22
26
|
<mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
|
|
23
27
|
<mat-datepicker #picker></mat-datepicker>
|
|
24
|
-
</mat-form-field>`, isInline: true, styles: [".w-full{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i1.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i1.MatLabel, selector: "mat-label" }, { kind: "directive", type: i1.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i1.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i2.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i2.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i2.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "ngmodule", type: i2$1.CommonModule }, { kind: "ngmodule", type: i4.ReactiveFormsModule }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: ValidationMessageDirective, selector: "[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))", inputs: ["errorStateMatcher", "container"] }], viewProviders: [controlProvider] }); }
|
|
28
|
+
</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: "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] }); }
|
|
25
29
|
}
|
|
26
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: DatepickerComponent, decorators: [{
|
|
27
31
|
type: Component,
|
|
@@ -31,16 +35,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
31
35
|
MatDatepickerModule,
|
|
32
36
|
...sharedControlDeps,
|
|
33
37
|
], viewProviders: [controlProvider], template: `<mat-form-field appearance="outline" class="w-full">
|
|
38
|
+
@if(control.config.label){
|
|
34
39
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
40
|
+
}
|
|
35
41
|
<input
|
|
36
42
|
matInput
|
|
37
43
|
[matDatepicker]="picker"
|
|
38
44
|
[formControlName]="control.formControlName"
|
|
39
|
-
[placeholder]="control.config.placeHolder"
|
|
45
|
+
[placeholder]="control.config.placeHolder"
|
|
46
|
+
[ngStyle]="control.config.style"
|
|
47
|
+
[ngClass]="control.config.class" />
|
|
40
48
|
<mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
|
|
41
49
|
<mat-datepicker #picker></mat-datepicker>
|
|
42
50
|
</mat-form-field>`, styles: [".w-full{width:100%}\n"] }]
|
|
43
51
|
}] });
|
|
44
52
|
|
|
45
53
|
export { DatepickerComponent };
|
|
46
|
-
//# sourceMappingURL=falcon-ng-core-datepicker.component-
|
|
54
|
+
//# sourceMappingURL=falcon-ng-core-datepicker.component-MQujMd0J.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-datepicker.component-MQujMd0J.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 @if(control.config.label){\n <mat-label>{{ control.config.label }}</mat-label>\n }\n <input\n matInput\n [matDatepicker]=\"picker\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [ngStyle]=\"control.config.style\"\n [ngClass]=\"control.config.class\" />\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,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule, InjectionToken, inject, Injector, Pipe, Input, ChangeDetectionStrategy, Component, Injectable, ElementRef, ViewContainerRef, Directive, EventEmitter, Output } from '@angular/core';
|
|
2
|
+
import { NgModule, InjectionToken, inject, Injector, Pipe, Input, ChangeDetectionStrategy, Component, Injectable, ElementRef, ViewContainerRef, inputBinding, Directive, EventEmitter, Output } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/common';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import { ScrollingModule } from '@angular/cdk/scrolling';
|
|
@@ -232,17 +232,18 @@ const ERROR_MESSAGES = {
|
|
|
232
232
|
requiredTrue: () => `This field is required`,
|
|
233
233
|
email: () => `It should be a valid email`,
|
|
234
234
|
minlength: ({ requiredLength }) => `The length should be at least ${requiredLength} characters`,
|
|
235
|
-
banWords: ({ bannedWord }) => `The word "${bannedWord}" isn't allowed`,
|
|
236
|
-
appBanWords: ({ bannedWord }) => `The word "${bannedWord}" isn't allowed`,
|
|
237
|
-
appPasswordShouldMatch: () => `Password should match`,
|
|
238
|
-
passwordShouldMatch: () => `Password should match`,
|
|
239
|
-
pattern: () => `Wrong format`,
|
|
240
|
-
appUniqueNickname: () => `Nickname is taken`,
|
|
241
|
-
uniqueName: () => `Nickname is taken`,
|
|
235
|
+
// banWords: ({ bannedWord }) => `The word "${bannedWord}" isn't allowed`,
|
|
236
|
+
// appBanWords: ({ bannedWord }) => `The word "${bannedWord}" isn't allowed`,
|
|
237
|
+
// appPasswordShouldMatch: () => `Password should match`,
|
|
238
|
+
// passwordShouldMatch: () => `Password should match`,
|
|
239
|
+
// pattern: () => `Wrong format`,
|
|
240
|
+
// appUniqueNickname: () => `Nickname is taken`,
|
|
241
|
+
// uniqueName: () => `Nickname is taken`,
|
|
242
|
+
custom: ({ message }) => `${message}`,
|
|
242
243
|
};
|
|
243
244
|
const VALIDATION_ERROR_MESSAGES = new InjectionToken(`Validation Messages`, {
|
|
244
245
|
providedIn: 'root',
|
|
245
|
-
factory: () => ERROR_MESSAGES
|
|
246
|
+
factory: () => ERROR_MESSAGES,
|
|
246
247
|
});
|
|
247
248
|
|
|
248
249
|
class ErrorMessagePipe {
|
|
@@ -271,16 +272,17 @@ class ValidationErrorComponent {
|
|
|
271
272
|
constructor() {
|
|
272
273
|
this.errors = null;
|
|
273
274
|
}
|
|
274
|
-
trackByFn(item) {
|
|
275
|
+
trackByFn(index, item) {
|
|
275
276
|
return item.key;
|
|
276
277
|
}
|
|
277
278
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ValidationErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
278
279
|
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
|
-
@if (errors) {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
280
|
+
@if (errors) { @for (error of errors | keyvalue; track trackByFn($index,
|
|
281
|
+
error)) {
|
|
282
|
+
<mat-error [style.bottom.px]="18" [style.position]="'relative'">{{
|
|
283
|
+
error.key | errorMessage : error.value
|
|
284
|
+
}}</mat-error>
|
|
285
|
+
} }
|
|
284
286
|
`, 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
287
|
}
|
|
286
288
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ValidationErrorComponent, decorators: [{
|
|
@@ -290,12 +292,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
290
292
|
imports: [CommonModule, MatInputModule, ErrorMessagePipe],
|
|
291
293
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
292
294
|
template: `
|
|
293
|
-
@if (errors) {
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
}
|
|
298
|
-
|
|
295
|
+
@if (errors) { @for (error of errors | keyvalue; track trackByFn($index,
|
|
296
|
+
error)) {
|
|
297
|
+
<mat-error [style.bottom.px]="18" [style.position]="'relative'">{{
|
|
298
|
+
error.key | errorMessage : error.value
|
|
299
|
+
}}</mat-error>
|
|
300
|
+
} }
|
|
301
|
+
`,
|
|
299
302
|
}]
|
|
300
303
|
}], propDecorators: { errors: [{
|
|
301
304
|
type: Input
|
|
@@ -303,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
303
306
|
|
|
304
307
|
class ErrorStateMatcherService {
|
|
305
308
|
isErrorState(control, form) {
|
|
306
|
-
return Boolean(control && control.invalid &&
|
|
309
|
+
return Boolean(control && control.invalid && form && form.touched);
|
|
307
310
|
}
|
|
308
311
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ErrorStateMatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
309
312
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ErrorStateMatcherService, providedIn: 'root' }); }
|
|
@@ -311,13 +314,14 @@ class ErrorStateMatcherService {
|
|
|
311
314
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: ErrorStateMatcherService, decorators: [{
|
|
312
315
|
type: Injectable,
|
|
313
316
|
args: [{
|
|
314
|
-
providedIn: 'root'
|
|
317
|
+
providedIn: 'root',
|
|
315
318
|
}]
|
|
316
319
|
}] });
|
|
317
320
|
|
|
318
321
|
class ValidationMessageDirective {
|
|
319
322
|
constructor() {
|
|
320
|
-
this.ngControl = inject(NgControl, { self: true, optional: true }) ||
|
|
323
|
+
this.ngControl = inject(NgControl, { self: true, optional: true }) ||
|
|
324
|
+
inject(ControlContainer, { self: true });
|
|
321
325
|
this.elementRef = inject(ElementRef);
|
|
322
326
|
this.errorStateMatcher = inject(ErrorStateMatcherService);
|
|
323
327
|
this.container = inject(ViewContainerRef);
|
|
@@ -330,13 +334,16 @@ class ValidationMessageDirective {
|
|
|
330
334
|
ngOnInit() {
|
|
331
335
|
if (!this.ngControl.control)
|
|
332
336
|
throw Error(`No control model for ${this.ngControl.name} control...`);
|
|
333
|
-
this.errorMessageTrigger = merge(this.ngControl.control.statusChanges, fromEvent(this.elementRef.nativeElement, 'blur'), iif(() => !!this.form, this.form.ngSubmit, EMPTY))
|
|
337
|
+
this.errorMessageTrigger = merge(this.ngControl.control.statusChanges, fromEvent(this.elementRef.nativeElement, 'blur'), iif(() => !!this.form, this.form.ngSubmit, EMPTY))
|
|
338
|
+
.pipe(startWith(this.ngControl.control.status), skip(this.ngControl instanceof NgModel ? 1 : 0))
|
|
339
|
+
.subscribe(() => {
|
|
334
340
|
if (this.errorStateMatcher.isErrorState(this.ngControl.control, this.form)) {
|
|
335
341
|
if (!this.componentRef) {
|
|
336
|
-
this.componentRef = this.container.createComponent(ValidationErrorComponent
|
|
342
|
+
this.componentRef = this.container.createComponent(ValidationErrorComponent, {
|
|
343
|
+
bindings: [inputBinding('errors', () => this.ngControl.errors)],
|
|
344
|
+
});
|
|
337
345
|
this.componentRef.changeDetectorRef.markForCheck();
|
|
338
346
|
}
|
|
339
|
-
this.componentRef.setInput('errors', this.ngControl.errors);
|
|
340
347
|
}
|
|
341
348
|
else {
|
|
342
349
|
this.componentRef?.destroy();
|
|
@@ -416,20 +423,20 @@ class ComponentResolver {
|
|
|
416
423
|
constructor() {
|
|
417
424
|
this.loadedControlCompoments = new Map();
|
|
418
425
|
this.lazyControlComponents = {
|
|
419
|
-
textbox: () => import('./falcon-ng-core-textbox.component-
|
|
420
|
-
textarea: () => import('./falcon-ng-core-textarea.component
|
|
426
|
+
textbox: () => import('./falcon-ng-core-textbox.component-CJ00rUAB.mjs').then(c => c.TextboxComponent),
|
|
427
|
+
textarea: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
421
428
|
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
|
|
429
|
+
datepicker: () => import('./falcon-ng-core-datepicker.component-MQujMd0J.mjs').then(c => c.DatepickerComponent),
|
|
430
|
+
radio: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
431
|
+
checkbox: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
432
|
+
button: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
433
|
+
slideToggle: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
434
|
+
slider: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
435
|
+
buttonToggle: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
436
|
+
autocomplete: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
437
|
+
chip: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
438
|
+
editor: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
439
|
+
divider: () => import('./falcon-ng-core-textarea.component-BEgnp8bV.mjs').then(c => c.TextareaComponent),
|
|
433
440
|
};
|
|
434
441
|
}
|
|
435
442
|
resolver(controlType) {
|
|
@@ -631,7 +638,7 @@ class BaseControl {
|
|
|
631
638
|
constructor(options) {
|
|
632
639
|
this.value = options.value;
|
|
633
640
|
this.formControlName = options.formControlName || '';
|
|
634
|
-
this.label = options.label;
|
|
641
|
+
this.label = options.label || undefined;
|
|
635
642
|
this.labelPosition = options.labelPosition || 'before' || 'after';
|
|
636
643
|
this.order = options.order === undefined ? 1 : options.order;
|
|
637
644
|
this.controlType = options.controlType || "button" /* Control.Button */;
|
|
@@ -770,17 +777,21 @@ class SelectComponent extends BaseControlBuilder {
|
|
|
770
777
|
}
|
|
771
778
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
772
779
|
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">
|
|
780
|
+
@if(control.config.label){
|
|
773
781
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
782
|
+
}
|
|
774
783
|
<mat-select
|
|
775
784
|
[value]="control.config.value"
|
|
776
785
|
[formControlName]="control.formControlName"
|
|
777
786
|
[placeholder]="control.config.placeHolder"
|
|
787
|
+
[ngStyle]="control.config.style"
|
|
788
|
+
[ngClass]="control.config.class"
|
|
778
789
|
(selectionChange)="selectionChange($event)">
|
|
779
790
|
@for(option of control.config.options; track option){
|
|
780
791
|
<mat-option [value]="option.key">{{ option.value }}</mat-option>
|
|
781
792
|
}
|
|
782
793
|
</mat-select>
|
|
783
|
-
</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] }); }
|
|
794
|
+
</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: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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] }); }
|
|
784
795
|
}
|
|
785
796
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: SelectComponent, decorators: [{
|
|
786
797
|
type: Component,
|
|
@@ -790,11 +801,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
790
801
|
MatSelectModule,
|
|
791
802
|
...sharedControlDeps,
|
|
792
803
|
], viewProviders: [controlProvider], template: `<mat-form-field appearance="outline" class="w-full">
|
|
804
|
+
@if(control.config.label){
|
|
793
805
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
806
|
+
}
|
|
794
807
|
<mat-select
|
|
795
808
|
[value]="control.config.value"
|
|
796
809
|
[formControlName]="control.formControlName"
|
|
797
810
|
[placeholder]="control.config.placeHolder"
|
|
811
|
+
[ngStyle]="control.config.style"
|
|
812
|
+
[ngClass]="control.config.class"
|
|
798
813
|
(selectionChange)="selectionChange($event)">
|
|
799
814
|
@for(option of control.config.options; track option){
|
|
800
815
|
<mat-option [value]="option.key">{{ option.value }}</mat-option>
|
|
@@ -817,4 +832,4 @@ var select_component = /*#__PURE__*/Object.freeze({
|
|
|
817
832
|
*/
|
|
818
833
|
|
|
819
834
|
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 };
|
|
820
|
-
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-
|
|
835
|
+
//# sourceMappingURL=falcon-ng-core-falcon-ng-core-CWR1ybd0.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-falcon-ng-core-CWR1ybd0.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 }) =>\n `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 custom: ({ message }) => `${message}`,\n};\n\nexport const VALIDATION_ERROR_MESSAGES = new InjectionToken(\n `Validation Messages`,\n {\n providedIn: 'root',\n factory: () => ERROR_MESSAGES,\n }\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) { @for (error of errors | keyvalue; track trackByFn($index,\n error)) {\n <mat-error [style.bottom.px]=\"18\" [style.position]=\"'relative'\">{{\n error.key | errorMessage : error.value\n }}</mat-error>\n } }\n `,\n})\nexport class ValidationErrorComponent {\n @Input() errors: ValidationErrors | undefined | null = null;\n\n trackByFn(index: number, 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(\n control: AbstractControl<any, any> | null,\n form: NgForm | FormGroupDirective | null\n ): boolean {\n return Boolean(control && control.invalid && form && form.touched);\n }\n}\n","import {\n ComponentRef,\n Directive,\n ElementRef,\n inject,\n Input,\n inputBinding,\n OnDestroy,\n OnInit,\n ViewContainerRef,\n} from '@angular/core';\nimport {\n ControlContainer,\n FormGroupDirective,\n NgControl,\n NgForm,\n NgModel,\n} from '@angular/forms';\nimport {\n EMPTY,\n fromEvent,\n iif,\n merge,\n skip,\n startWith,\n Subscription,\n} from 'rxjs';\nimport { ValidationErrorComponent } from './validation-error.component';\nimport { ErrorStateMatcherService } from './error-state-matcher.service';\n\n@Directive({\n standalone: true,\n selector:\n '[formControl]:not([withoutValidationErrors]),[formControlName]:not([withoutValidationErrors]),[formGroupName]:not([withoutValidationErrors]))',\n})\nexport class ValidationMessageDirective implements OnInit, OnDestroy {\n ngControl =\n inject(NgControl, { self: true, optional: true }) ||\n 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\n | NgForm\n | FormGroupDirective\n | 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 )\n .pipe(\n startWith(this.ngControl.control.status),\n skip(this.ngControl instanceof NgModel ? 1 : 0)\n )\n .subscribe(() => {\n if (\n this.errorStateMatcher.isErrorState(this.ngControl.control, this.form)\n ) {\n if (!this.componentRef) {\n this.componentRef = this.container.createComponent(\n ValidationErrorComponent,\n {\n bindings: [inputBinding('errors', () => this.ngControl.errors)],\n }\n );\n this.componentRef.changeDetectorRef.markForCheck();\n }\n } else {\n this.componentRef?.destroy();\n this.componentRef = null;\n }\n });\n }\n\n ngOnDestroy() {\n this.errorMessageTrigger.unsubscribe();\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 OnDestroy,\n Output,\n} from '@angular/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 <span class=\"flex items-center justify-center gap-2 mdc-button__label\">\n <ng-content></ng-content>\n <span class=\"mt-1\">{{ label }}</span>\n </span>\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,\n 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 | undefined;\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(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 this.value = options.value;\n this.formControlName = options.formControlName || '';\n this.label = options.label || undefined;\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 @if(control.config.label){\n <mat-label>{{ control.config.label }}</mat-label>\n }\n <mat-select\n [value]=\"control.config.value\"\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [ngStyle]=\"control.config.style\"\n [ngClass]=\"control.config.class\"\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,16 +2,18 @@ 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-
|
|
5
|
+
import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-CWR1ybd0.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
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: "
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.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
|
+
@if(control.config.label){
|
|
14
15
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
16
|
+
}
|
|
15
17
|
<textarea
|
|
16
18
|
matInput
|
|
17
19
|
[formControlName]="control.formControlName"
|
|
@@ -37,7 +39,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
37
39
|
type: Component,
|
|
38
40
|
args: [{ selector: 'fal-textarea', imports: [MatInputModule, ...sharedControlDeps], viewProviders: [controlProvider], template: `
|
|
39
41
|
<mat-form-field appearance="outline" class="w-full">
|
|
42
|
+
@if(control.config.label){
|
|
40
43
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
44
|
+
}
|
|
41
45
|
<textarea
|
|
42
46
|
matInput
|
|
43
47
|
[formControlName]="control.formControlName"
|
|
@@ -61,4 +65,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
61
65
|
}] });
|
|
62
66
|
|
|
63
67
|
export { TextareaComponent };
|
|
64
|
-
//# sourceMappingURL=falcon-ng-core-textarea.component
|
|
68
|
+
//# sourceMappingURL=falcon-ng-core-textarea.component-BEgnp8bV.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-textarea.component-BEgnp8bV.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 @if(control.config.label){\n <mat-label>{{ control.config.label }}</mat-label>\n }\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,42 +2,50 @@ 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-
|
|
5
|
+
import { B as BaseControlBuilder, c as controlProvider, V as ValidationMessageDirective, a as ValidationMessageContainerDirective, s as sharedControlDeps } from './falcon-ng-core-falcon-ng-core-CWR1ybd0.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
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: "
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.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
|
+
@if(control.config.label){
|
|
13
14
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
15
|
+
}
|
|
14
16
|
<input
|
|
15
17
|
matInput
|
|
16
18
|
[formControlName]="control.formControlName"
|
|
17
19
|
[placeholder]="control.config.placeHolder"
|
|
20
|
+
[ngStyle]="control.config.style"
|
|
21
|
+
[ngClass]="control.config.class"
|
|
18
22
|
[container]="containerDir.container" />
|
|
19
|
-
<ng-container
|
|
20
|
-
falconValidationMessageContainer
|
|
21
|
-
#containerDir="falconValidationMessageContainer" />
|
|
22
23
|
</mat-form-field>
|
|
23
|
-
|
|
24
|
+
<ng-container
|
|
25
|
+
falconValidationMessageContainer
|
|
26
|
+
#containerDir="falconValidationMessageContainer" />
|
|
27
|
+
`, 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: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.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"] }, { kind: "directive", type: ValidationMessageContainerDirective, selector: "[falconValidationMessageContainer]", exportAs: ["falconValidationMessageContainer"] }], viewProviders: [controlProvider] }); }
|
|
24
28
|
}
|
|
25
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: TextboxComponent, decorators: [{
|
|
26
30
|
type: Component,
|
|
27
31
|
args: [{ selector: 'fal-textbox', imports: [MatInputModule, ...sharedControlDeps], viewProviders: [controlProvider], template: `
|
|
28
32
|
<mat-form-field appearance="outline" class="w-full">
|
|
33
|
+
@if(control.config.label){
|
|
29
34
|
<mat-label>{{ control.config.label }}</mat-label>
|
|
35
|
+
}
|
|
30
36
|
<input
|
|
31
37
|
matInput
|
|
32
38
|
[formControlName]="control.formControlName"
|
|
33
39
|
[placeholder]="control.config.placeHolder"
|
|
40
|
+
[ngStyle]="control.config.style"
|
|
41
|
+
[ngClass]="control.config.class"
|
|
34
42
|
[container]="containerDir.container" />
|
|
35
|
-
<ng-container
|
|
36
|
-
falconValidationMessageContainer
|
|
37
|
-
#containerDir="falconValidationMessageContainer" />
|
|
38
43
|
</mat-form-field>
|
|
44
|
+
<ng-container
|
|
45
|
+
falconValidationMessageContainer
|
|
46
|
+
#containerDir="falconValidationMessageContainer" />
|
|
39
47
|
`, styles: [".w-full{width:100%}\n"] }]
|
|
40
48
|
}] });
|
|
41
49
|
|
|
42
50
|
export { TextboxComponent };
|
|
43
|
-
//# sourceMappingURL=falcon-ng-core-textbox.component-
|
|
51
|
+
//# sourceMappingURL=falcon-ng-core-textbox.component-CJ00rUAB.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"falcon-ng-core-textbox.component-CJ00rUAB.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 @if(control.config.label){\n <mat-label>{{ control.config.label }}</mat-label>\n }\n <input\n matInput\n [formControlName]=\"control.formControlName\"\n [placeholder]=\"control.config.placeHolder\"\n [ngStyle]=\"control.config.style\"\n [ngClass]=\"control.config.class\"\n [container]=\"containerDir.container\" />\n </mat-form-field>\n <ng-container\n falconValidationMessageContainer\n #containerDir=\"falconValidationMessageContainer\" />\n `,\n styles: `.w-full {\n width: 100%\n }`,\n})\nexport class TextboxComponent extends BaseControlBuilder {}\n"],"names":["i3","i4.ValidationMessageDirective","i5.ValidationMessageContainerDirective"],"mappings":"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"}
|
|
@@ -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-
|
|
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-CWR1ybd0.mjs';
|
|
2
2
|
//# sourceMappingURL=falcon-ng-core.mjs.map
|
package/index.d.ts
CHANGED
|
@@ -544,7 +544,7 @@ declare interface MatTable {
|
|
|
544
544
|
declare class BaseControl<T> {
|
|
545
545
|
value: T | undefined;
|
|
546
546
|
formControlName: string;
|
|
547
|
-
label: string;
|
|
547
|
+
label: string | undefined;
|
|
548
548
|
labelPosition: any;
|
|
549
549
|
order: number;
|
|
550
550
|
controlType: Control;
|
|
@@ -573,7 +573,7 @@ declare class BaseControl<T> {
|
|
|
573
573
|
constructor(options: {
|
|
574
574
|
value?: T;
|
|
575
575
|
formControlName?: string;
|
|
576
|
-
label
|
|
576
|
+
label?: string;
|
|
577
577
|
labelPosition?: any;
|
|
578
578
|
order?: number;
|
|
579
579
|
controlType?: Control;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-datepicker.component-BcZ6AH27.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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-falcon-ng-core-D5e1msSH.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 OnDestroy,\n Output,\n} from '@angular/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 <span class=\"flex items-center justify-center gap-2 mdc-button__label\">\n <ng-content></ng-content>\n <span class=\"mt-1\">{{ label }}</span>\n </span>\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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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-textarea.component--T6FoEHt.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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"falcon-ng-core-textbox.component-CZ7cbfTk.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;;;;;"}
|