{"version":3,"sources":["src/app/core/components/ui-kit/utils/form-error/form-error.component.ts","src/app/core/components/ui-kit/utils/form-error/form-error.component.html","src/app/core/components/ui-kit/input-field/input-field.component.ts","src/app/core/components/ui-kit/input-field/input-field.component.html"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { AbstractControl, AbstractControlDirective } from '@angular/forms';\nimport { SharedModule } from 'src/app/core/shared.module';\nimport { NamedValidator } from 'src/app/core/validators/oneOf.validator';\n\n@Component({\n selector: 'v-form-error-component',\n imports: [SharedModule],\n templateUrl: 'form-error.component.html',\n styleUrl: 'form-error.component.scss',\n})\nexport class FormErrorComponent {\n errorMsgList: any = [];\n\n @Input() control?: AbstractControl | AbstractControlDirective;\n\n errorMessage: any = {\n required: () => `This field is required`,\n min: (params: any) => `Minimum value must be ${params.min}`,\n max: (params: any) => `Maximum value must be ${params.max}`,\n maxlength: (params: any) =>\n `Maximum ${params.requiredLength} characters are allowed`,\n minlength: (params: any) =>\n `Minimum ${params.requiredLength} characters are required`,\n pattern: () => `Invalid format`,\n whitespace: () => `White spaces are not allowed`,\n hexcolor: () => `Invalid hex color`,\n domain: () => `Invalid domain`,\n restrictedDomain: () => `Domain not allowed`,\n integer: () => `Only integers are allowed`,\n url: () => `Invalid URL`,\n httpHeaderName: () => `Invalid HTTP header name`,\n integerList: () => `Invalid integer list`,\n oneOf: (params: { validators: NamedValidator[] }) =>\n `Must be one of: ${params.validators.map(v => v.name).join(', ')}`,\n ipV4: () => `Invalid IPv4 address`,\n restrictedIPv4: () => `IPv4 address not allowed`,\n ipV6: () => `Invalid IPv6 address`,\n restrictedIPv6: () => `IPv6 address not allowed`,\n };\n\n listErrors() {\n if (this.control && this.control.errors) {\n this.errorMsgList = [];\n\n Object.keys(this.control.errors).map(error => {\n if (this.control?.dirty) {\n this.errorMsgList.push(\n this.errorMessage[error](this.control?.errors![error])\n );\n }\n });\n\n return this.errorMsgList;\n } else {\n return [];\n }\n }\n}\n","@for (error of listErrors(); track error; let last = $last) {\n {{ error }}\n}\n","import { Component, Input, OnInit, Optional, TemplateRef } from '@angular/core';\nimport {\n AbstractControl,\n ControlContainer,\n FormGroupDirective,\n} from '@angular/forms';\nimport { SharedModule } from 'src/app/core/shared.module';\nimport { FormErrorComponent } from '../utils/form-error/form-error.component';\n\n@Component({\n selector: 'v-input-field',\n imports: [SharedModule, FormErrorComponent],\n templateUrl: './input-field.component.html',\n styleUrl: './input-field.component.scss',\n viewProviders: [\n {\n provide: ControlContainer,\n useExisting: FormGroupDirective,\n },\n ],\n})\nexport class VInputFieldComponent implements OnInit {\n /**\n * The label to display above the input\n */\n @Input()\n label = 'Label';\n\n /**\n * Optional form control name\n */\n @Input()\n fControlName?: string;\n\n @Input()\n headerComponent?: TemplateRef;\n\n public control?: AbstractControl;\n\n constructor(\n @Optional()\n private controlContainer: ControlContainer\n ) {}\n\n ngOnInit(): void {\n if (this.controlContainer) {\n if (this.fControlName) {\n const control = this.controlContainer.control!.get(this.fControlName);\n if (!control) {\n console.warn(`Can't find control with name ${this.fControlName}`);\n } else {\n this.control = control;\n }\n } else {\n console.warn(\n 'Missing FormControlName directive from host element of the component'\n );\n }\n } else {\n console.warn(\"Can't find parent FormGroup directive\");\n }\n }\n}\n","
\n
\n \n \n
\n \n \n
\n"],"names":["ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵadvance","ɵɵtextInterpolate","error_r1","ɵɵtemplate","FormErrorComponent_For_1_small_0_Template","ɵɵproperty","ɵ$index_1_r2","ɵ$count_1_r3","FormErrorComponent","constructor","errorMsgList","errorMessage","required","min","params","max","maxlength","requiredLength","minlength","pattern","whitespace","hexcolor","domain","restrictedDomain","integer","url","httpHeaderName","integerList","oneOf","validators","map","v","name","join","ipV4","restrictedIPv4","ipV6","restrictedIPv6","listErrors","control","errors","Object","keys","error","dirty","push","selectors","inputs","decls","vars","consts","template","rf","ctx","ɵɵrepeaterCreate","FormErrorComponent_For_1_Template","ɵɵrepeaterTrackByIdentity","ɵɵrepeater","SharedModule","NgIf","styles","ɵɵelement","ɵɵproperty","ctx_r0","headerComponent","VInputFieldComponent","constructor","controlContainer","label","ngOnInit","fControlName","control","get","console","warn","ɵɵdirectiveInject","ControlContainer","selectors","inputs","features","ɵɵProvidersFeature","provide","useExisting","FormGroupDirective","ngContentSelectors","_c0","decls","vars","consts","template","rf","ctx","ɵɵelementStart","ɵɵtext","ɵɵelementEnd","ɵɵtemplate","VInputFieldComponent_ng_teplate_4_Template","ɵɵprojection","ɵɵadvance","ɵɵtextInterpolate","SharedModule","NgIf","NgTemplateOutlet","FormErrorComponent","styles"],"mappings":"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","debug_id":"5d40ab68-4206-5c95-8276-586f7b389686"}