form-aurora-stefanini 0.1.7 → 0.1.10
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/bundles/form-aurora-stefanini.umd.js +1 -20
 - package/bundles/form-aurora-stefanini.umd.js.map +1 -1
 - package/bundles/form-aurora-stefanini.umd.min.js +1 -1
 - package/bundles/form-aurora-stefanini.umd.min.js.map +1 -1
 - package/esm2015/lib/Components/from-aurora/form-aurora.component.js +2 -24
 - package/esm5/lib/Components/from-aurora/form-aurora.component.js +2 -21
 - package/fesm2015/form-aurora-stefanini.js +1 -23
 - package/fesm2015/form-aurora-stefanini.js.map +1 -1
 - package/fesm5/form-aurora-stefanini.js +1 -20
 - package/fesm5/form-aurora-stefanini.js.map +1 -1
 - package/form-aurora-stefanini.metadata.json +1 -1
 - package/lib/Components/from-aurora/form-aurora.component.d.ts +1 -11
 - package/package.json +2 -5
 
| 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"__symbolic":"module","version":4,"metadata":{"CustomAdapter":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateAdapter","line":38,"character":35},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":37,"character":1}}],"members":{"fromModel":[{"__symbolic":"method"}],"toModel":[{"__symbolic":"method"}]}},"CustomDateParserFormatter":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateParserFormatter","line":64,"character":47},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":63,"character":1}}],"members":{"parse":[{"__symbolic":"method"}],"format":[{"__symbolic":"method"}]}},"I18n":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":94,"character":1}}],"members":{}},"CustomDatepickerI18n":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDatepickerI18n","line":101,"character":42},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":100,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"I18n"}]}],"getWeekdayLabel":[{"__symbolic":"method"}],"getWeekLabel":[{"__symbolic":"method"}],"getMonthShortName":[{"__symbolic":"method"}],"getMonthFullName":[{"__symbolic":"method"}],"getDayAriaLabel":[{"__symbolic":"method"}],"getWeekdayShortName":[{"__symbolic":"method"}]}},"FormAuroraComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":132,"character":1},"arguments":[{"selector":"lib-FormAurora","providers":[{"provide":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateAdapter","line":137,"character":14},"useClass":{"__symbolic":"reference","name":"CustomAdapter"}},{"provide":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateParserFormatter","line":138,"character":14},"useClass":{"__symbolic":"reference","name":"CustomDateParserFormatter"}},{"provide":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDatepickerI18n","line":139,"character":14},"useClass":{"__symbolic":"reference","name":"CustomDatepickerI18n"}},{"__symbolic":"reference","name":"I18n"}],"template":"<div class=\"card\">\r\n    <span class=\"text-center mt-2 d-none d-sm-block\" *ngIf=\"!isSimpleFlow\">\r\n        <img style=\"width: 115px; height:96px;\" [class]=\"dataClassCss.logo\" id=\"logo\">\r\n      </span>\r\n      <div class=\"text-center mt-2 d-none d-sm-block\" *ngIf=\"isSimpleFlow\" style=\"margin-top: 4%!important;\">\r\n      </div>\r\n  <div class=\"card-body pt-0\">\r\n      <ng-container *ngIf=\"schedule\">\r\n          <h4 class=\"card-title text-center mb-0\" [class]=\"dataClassCss.bienvenida2\" style=\"color: #EE7E0E;\">\r\n              Horarios de atención\r\n          </h4>\r\n          <small class=\"text-center d-block\">{{schedule}}</small>\r\n      </ng-container>\r\n      <form #formDynamic=\"ngForm\">\r\n          <div *ngFor=\"let control of dataForm?.formQuestions; let index = index; trackBy: trackByIndex\">\r\n              <div\r\n                  *ngIf=\"(index > 0 && (dataForm.formQuestions[index - 1].question.questionType.id == 3 && dataForm.formQuestions[index].question.questionType.id == 2)) || (index < dataForm.formQuestions.length && dataForm.formQuestions[index].question.questionType.id == 3 && dataForm.formQuestions[index + 1].question.questionType.id == 2); else switchTemp\">\r\n                  <div class=\"row\"\r\n                      *ngIf=\"(index > 0 && (dataForm.formQuestions[index - 1].question.questionType.id == 3 && dataForm.formQuestions[index].question.questionType.id == 2))\">\r\n                      <div class=\"col-lg-6 col-xs-12\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index - 1].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left;\">\r\n                                  <span class=\"h6 small bg-white text-muted\">{{dataForm.formQuestions[index -\r\n                                      1].question.label}}</span>\r\n                              </label>\r\n                              <div class=\"selectContainer\">\r\n                                  <select [name]=\"dataForm.formQuestions[index - 1].question.value\"\r\n                                      [required]=\"dataForm.formQuestions[index - 1].question.required\"\r\n                                      [class]=\"dataClassCss.formcontrol\"\r\n                                      id=\"{{dataForm.formQuestions[index - 1].question.value}}\"\r\n                                      style=\"margin-top: -1rem !important;\"\r\n                                      [(ngModel)]=\"defaultDocType !== '' ? defaultDocType : dataForm.formQuestions[index - 1].question.registred\">\r\n                                      <option value=\"\" selected disabled hidden>Selecciona</option>\r\n                                      <ng-container\r\n                                          *ngFor=\"let item of dataForm.formQuestions[index - 1].question.questionAnswers\">\r\n                                          <option *ngIf=\"item.answer.state.id == 1\" [value]=\"item.answer.value\">\r\n                                              {{ item.answer.field }}\r\n                                          </option>\r\n                                      </ng-container>\r\n                                  </select>\r\n                              </div>\r\n                          </div>\r\n                          <div style=\"margin-left: 15px;\"\r\n                              *ngIf=\"dataForm.formQuestions[index].question.questionType.id != 5 && dataForm.formQuestions[index].question.questionType.id != 6\">\r\n                              <span class=\"error\" [id]=\"'char'+dataForm.formQuestions[index-1].question.value\"\r\n                                  hidden></span>\r\n                          </div>\r\n                      </div>\r\n                      <div class=\"col-lg-6 col-xs-12\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  class=\"col-sm-12 p-sm-0 px-sm-1\" style=\"display: block; text-align: left;\">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <input type=\"text\" pattern=\"\\d*\" inputmode=\"numeric\"\r\n                                  id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  style=\"margin-top: -1rem !important;\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\" placeholder=\"Escribe\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (keyup)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  onkeypress=\"onkeypress($event)\"\r\n                                  onkeyup=\"(this.value=(value.replace(/[.]*/g,'')))\"\r\n                                  maxlength=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                  [minLength]=\"dataForm.formQuestions[index].question.minLength\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  [class]=\"dataClassCss.formcontrol\" />\r\n\r\n                          </div>\r\n\r\n                          <div style=\"margin-left: 15px;\"\r\n                              *ngIf=\"dataForm.formQuestions[index].question.questionType.id != 5 && dataForm.formQuestions[index].question.questionType.id != 6\">\r\n                              <span class=\"error\" [id]=\"'rq'+dataForm.formQuestions[index].question.value\"\r\n                                  *ngIf=\"validRequired(formDynamic,dataForm.formQuestions[index].question) && watchValid\">\r\n                                  Este campo es obligatorio</span>\r\n                              <span class=\"error\" [id]=\"'ml'+dataForm.formQuestions[index].question.value\" hidden>\r\n                                  Debe ser mínimo de\r\n                                  {{ dataForm.formQuestions[index].question.minLength }} caracteres</span>\r\n                              <span class=\"error\" [id]=\"'mxl'+dataForm.formQuestions[index].question.value\" hidden>\r\n                                  Debe ser maximo de\r\n                                  {{ dataForm.formQuestions[index].question.maxLength }} caracteres</span>\r\n                              <span class=\"error\" [id]=\"'char'+dataForm.formQuestions[index].question.value\"\r\n                                  hidden></span>\r\n                              <span *ngIf=\"patternNotValidDcto === true\" class=\"error\">Formato no valido</span>\r\n                          </div>\r\n                      </div>\r\n                  </div>\r\n              </div>\r\n\r\n              <ng-template #switchTemp>\r\n                  <div [ngSwitch]=\"dataForm.formQuestions[index].question.questionType.id\">\r\n                      <div *ngSwitchCase=\"1\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left; \">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <input type=\"text\" id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  [class]=\"dataClassCss.formcontrol\" placeholder=\"Escribe\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  [maxlength]=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                  (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  style=\"margin-top: -1rem !important;\" />\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"2\">\r\n\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left;\">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <input type=\"text\" pattern=\"\\d*\" inputmode=\"numeric\"\r\n                                  id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  style=\"margin-top: -1rem !important;\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\" placeholder=\"Escribe\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  onkeypress=\"onkeypress($event)\"\r\n                                  onkeyup=\"(this.value=(value.replace(/[.]*/g,'')))\"\r\n                                  maxlength=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                  [minLength]=\"dataForm.formQuestions[index].question.minLength\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  [class]=\"dataClassCss.formcontrol\" />\r\n                                  <span *ngIf=\"patternNotValidCel === true\" class=\"error\">Formato no valido</span>\r\n                          </div>\r\n                          \r\n                      </div>\r\n                      <div *ngSwitchCase=\"3\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left;\">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <select [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  [class]=\"dataClassCss.formcontrol\"\r\n                                  id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  style=\"margin-top: -1rem !important;\"\r\n                                  [(ngModel)]=\"defaultDocType !== '' ? defaultDocType : dataForm.formQuestions[index].question.registred\">\r\n                                  <option value=\"\" selected disabled hidden>Selecciona</option>\r\n                                  <ng-container\r\n                                      *ngFor=\"let item of dataForm.formQuestions[index].question.questionAnswers\">\r\n                                      <option *ngIf=\"item.answer.state.id == 1\" [value]=\"item.answer.value\">\r\n                                          {{ item.answer.field }}\r\n                                      </option>\r\n                                  </ng-container>\r\n                              </select>\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"4\">\r\n                          <select class=\"{{ dataClassCss.formcontrol }} select-checkbox\"\r\n                              style=\"overflow: hidden; border-style: hidden;\"\r\n                              [style.height.px]=\"dataForm.formQuestions[index].question.questionAnswers.length * 24\"\r\n                              [name]=\"dataForm.formQuestions[index].question.value\"\r\n                              [required]=\"dataForm.formQuestions[index].question.required\" ngModel multiple>\r\n                              <option                                  \r\n                                  (mousemove)=\"$event.preventDefault()\"\r\n                                  *ngFor=\"let item of dataForm.formQuestions[index].question.questionAnswers\"\r\n                                  [value]=\"item.answer.value\">\r\n                                  {{ item.answer.field }}\r\n                              </option>\r\n                          </select>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"5\">\r\n                          <a (click)=\"rediretoutside($event,dataForm.formQuestions[index].question)\" href=\"\">\r\n                              <span>{{ dataForm.formQuestions[index].question.label }}</span>\r\n                          </a>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"6\">\r\n                          <div [class]=\"dataClassCss.cl12\" [id]=\"'reCaptcha'\">\r\n                              <div class=\"cnt-captcha\">\r\n                                  <re-captcha (resolved)=\"resolvedCaptcha($event)\"\r\n                                      siteKey=\"6LfQisEZAAAAAARuuKFEAgS-x4qJse5uBA_QCA7v\"></re-captcha>\r\n                                  <input hidden type=\"text\" [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                      [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                      [(ngModel)]=\"dataForm.formQuestions[index].question.registred\">\r\n                              </div>\r\n                              <span class=\"error\" *ngIf=\"watchValid && !captchaValid\" style=\"margin-top: 0;\">\r\n                                  Debe resolver la captcha para continuar\r\n                              </span>\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"7\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left; margin-bottom: 0 ;\">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <input placeholder=\"dd/mm/aaaa\" style=\"margin-top: -0.4rem !important;\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\" type=\"date\" min=\"{{minDate}}\"\r\n                                  max=\"{{maxDate}}\" [maxlength]=\"10\" (paste)=\"false\"\r\n                                  id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  [class]=\"dataClassCss.txtCalendar\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  (keydown)=\"cancellKeypress()\"\r\n                                  (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\">\r\n\r\n                              <button class=\"btn\" id=\"{{dataForm.formQuestions[index].question.value}}\" type=\"button\"\r\n                                  style=\"width: 46px;\r\n                                  top: 12px;\r\n                                  color: white;\r\n                                  right: 15px;\r\n                                  position: absolute;\r\n                                  background: #D25D42;\r\n                                  pointer-events: none;\">\r\n                                  <i class=\"fa fa-calendar\"></i>\r\n                              </button>\r\n\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"8\">\r\n                          <div [class]=\"dataClassCss.cl12\" style=\"text-align: left; margin-bottom: 10px;\">\r\n                              <input style=\"width: 4% !important; height: auto !important; display: inline !important;\" type=\"checkbox\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  [class]=\"dataClassCss.formcontrol\">\r\n                                  <!-- (change)=\"checkTermsAndConditions(dataForm.formQuestions[index].question.registred)\" -->\r\n                                 \r\n                              <!-- <a href=\"{{urlPdf}}\" target=\"_blank\" style=\"text-decoration: underline;\"\r\n                                  id=\"txtPoliticas\" (click)=\"tycSelection()\">\r\n                                  {{dataForm.formQuestions[index].question.label}}\r\n                              </a> -->\r\n                              <a target=\"_blank\" style=\"text-decoration: underline;color:blue;cursor: pointer;\"\r\n                                  id=\"txtPoliticas\" (click)=\"tycSelection($event)\">\r\n                                  {{dataForm.formQuestions[index].question.label}}\r\n                              </a>\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"9\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left; \">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <input type=\"text\" id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  [class]=\"dataClassCss.formcontrol\" placeholder=\"Escribe\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  [maxlength]=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                  (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (keypress)=\"validOnlyText($event)\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  style=\"margin-top: -1rem !important;\" />\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"10\">\r\n                        <div [class]=\"dataClassCss.cl12\" style=\"text-align: left; margin-bottom: 10px;\">\r\n                          <input style=\"width: 4% !important; height: auto !important; display: inline !important;\"\r\n                            type=\"checkbox\" [name]=\"dataForm.formQuestions[index].question.value\"\r\n                            [required]=\"dataForm.formQuestions[index].question.required\"\r\n                            [(ngModel)]=\"dataForm.formQuestions[index].question.registred\">\r\n                          <a target=\"_blank\" style=\"text-decoration: underline;color:blue;cursor: pointer;\"\r\n                            id=\"check{{dataForm.formQuestions[index].question.id}}\"\r\n                            (click)=\"openLabelUrl($event,dataForm.formQuestions[index].question)\">\r\n                            {{dataForm.formQuestions[index].question.label}}\r\n                          </a>\r\n                        </div>\r\n                      </div>\r\n                      <div *ngSwitchCase=\"11\">\r\n                          <div [class]=\"dataClassCss.cl12\">\r\n                              <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                  style=\"display: block; text-align: left; \">\r\n                                  <span\r\n                                      class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                              </label>\r\n                              <input type=\"text\" id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                  [class]=\"dataClassCss.formcontrol\" placeholder=\"Escribe\"\r\n                                  [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                  [maxlength]=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                  [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                  (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                  (keypress)=\"validateNotSpace($event)\"\r\n                                  [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                  style=\"margin-top: -1rem !important;\" />\r\n                          </div>\r\n                      </div>\r\n                      <div *ngSwitchDefault>Tipo de control no detectado</div>\r\n                      <div style=\"margin-left: 15px;\"\r\n                          *ngIf=\"dataForm.formQuestions[index].question.questionType.id != 5 && dataForm.formQuestions[index].question.questionType.id != 6\">\r\n                          <span class=\"error\" [id]=\"'rq'+dataForm.formQuestions[index].question.value\"\r\n                              *ngIf=\"validRequired(formDynamic,dataForm.formQuestions[index].question) && watchValid\">\r\n                              Este campo es obligatorio</span>\r\n                          <span class=\"error\" [id]=\"'ml'+dataForm.formQuestions[index].question.value\" hidden>\r\n                              Debe ser mínimo de\r\n                              {{ dataForm.formQuestions[index].question.minLength }} caracteres</span>\r\n                          <span class=\"error\" [id]=\"'mxl'+dataForm.formQuestions[index].question.value\" hidden>\r\n                              Debe ser maximo de\r\n                              {{ dataForm.formQuestions[index].question.maxLength }} caracteres</span>\r\n                          <span class=\"error\" [id]=\"'char'+dataForm.formQuestions[index].question.value\"\r\n                              hidden></span>\r\n                          <span class=\"error\" [id]=\"dataForm.formQuestions[index].question.id\" hidden></span>\r\n                      </div>\r\n                  </div>\r\n              </ng-template>\r\n          </div>\r\n          <section *ngIf=\"isSimpleFlow\">\r\n            <div *ngFor=\"let step of steps let index = index; trackBy: trackByIndex\">\r\n              <div [class]=\"dataClassCss.cl12\" *ngIf=\"step.viewData\">\r\n                <label for=\"{{step.id}}\" class=\"col-sm-12\" style=\"display: block; text-align: left;\">\r\n                  <span class=\"h6 small bg-white text-muted\">{{step.step}}</span>\r\n                </label>\r\n                <select [name]=\"step.step\" [required]=\"true\" [class]=\"dataClassCss.formcontrol\" id=\"{{step.step}}\"\r\n                  style=\"margin-top: -1rem !important;\" [(ngModel)]=\"step.value\"\r\n                  (ngModelChange)=\"onChangeStep(step,steps[index+1],$event)\">\r\n                  <option value=\"\" selected disabled hidden>Selecciona</option>\r\n                  <ng-container *ngFor=\"let subitem of step.viewData\">\r\n                    <option [value]=\"subitem.id\">\r\n                      {{ subitem.description }}\r\n                    </option>\r\n                  </ng-container>\r\n                </select>\r\n              </div>\r\n            </div>\r\n          </section>\r\n          <div class=\"mt-3 text-center\">\r\n              <button type=\"button\" [class]=\"dataClassCss.btn\" (click)=\"onSubmit()\" [disabled]=\"!formDynamic.valid\"\r\n                  id=\"btnIng\">Ingresar</button>\r\n          </div>\r\n      </form>\r\n  </div>\r\n</div>\r\n","styles":["form{font-size:12px;overflow-y:scroll;overflow-x:hidden}form input,form select{border:1px solid #e4e4e4;height:40px;margin-bottom:5px}.selectContainer select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectContainer::after{content:\"\\025be\";display:table-cell;text-align:center;padding-top:7px;width:30px;height:30px;position:absolute;top:14px;right:20px;pointer-events:none}form .error{color:red;font-size:12px;text-align:left;margin:-15px 0 15px;padding:0;width:90%}.error:after{content:\" \";display:block}.card{width:90%;margin:2% auto;border-radius:12px}@media (max-width:412px){.card{width:100%}.cnt-captcha{transform:scale(.77)}}@media (max-width:575.98px){.card{width:100%}.cnt-captcha{transform:scale(.77)}}@media (max-width:880.98px){.cnt-captcha{transform:scale(.82)}}input[type=date]::-webkit-calendar-picker-indicator{background:0 0;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#e0e0e0}::-webkit-scrollbar-thumb:hover{background:#bdbdbd}"]}]}],"members":{"dataClassCss":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":145,"character":3}}]}],"dataForm":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":146,"character":3}}]}],"clickSubmit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":147,"character":3}}]}],"dataReloadForm":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":148,"character":3}}]}],"welcomeTitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":149,"character":3}}]}],"welcomeDescription":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":150,"character":3}}]}],"urlPdf":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":151,"character":3}}]}],"nameCompany":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":152,"character":3}}]}],"schedule":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":153,"character":3}}]}],"isSimpleFlow":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":154,"character":3}}]}],"company":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":155,"character":3}}]}],"steps":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":156,"character":3}}]}],"formDynamic":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":157,"character":3},"arguments":["formDynamic",{"static":true}]}]}],"response":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":158,"character":3}}]}],"summit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":159,"character":3}}]}],"viewAuthData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":160,"character":3}}]}],"myModal":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":189,"character":3},"arguments":["modalTurns",{"static":false}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"CommonDataService"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":196,"character":61}]}],"ngOnInit":[{"__symbolic":"method"}],"startComponent":[{"__symbolic":"method"}],"resolvedCaptcha":[{"__symbolic":"method"}],"trackByIndex":[{"__symbolic":"method"}],"onChangeValidPatter":[{"__symbolic":"method"}],"validOnlyText":[{"__symbolic":"method"}],"validDate":[{"__symbolic":"method"}],"onChangeValidDate":[{"__symbolic":"method"}],"rediretoutside":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"onSubmit":[{"__symbolic":"method"}],"findParamBoolean":[{"__symbolic":"method"}],"validRulesFields":[{"__symbolic":"method"}],"orderString":[{"__symbolic":"method"}],"validMinlenghtAllQuestions":[{"__symbolic":"method"}],"validMaxLengthAllQuestions":[{"__symbolic":"method"}],"validRequired":[{"__symbolic":"method"}],"validMinLength":[{"__symbolic":"method"}],"validMaxLength":[{"__symbolic":"method"}],"tycSelection":[{"__symbolic":"method"}],"openLabelUrl":[{"__symbolic":"method"}],"cancellKeypress":[{"__symbolic":"method"}],"emailRulesValidate":[{"__symbolic":"method"}],"calendarRulesValidate":[{"__symbolic":"method"}],"validateNotSpace":[{"__symbolic":"method"}],"validateNumeroDocumento":[{"__symbolic":"method"}],"validateCelular":[{"__symbolic":"method"}],"onkeypress":[{"__symbolic":"method"}],"onChangeStep":[{"__symbolic":"method"}],"resetField":[{"__symbolic":"method"}]}},"CommonTemplateService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":4,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":8,"character":30}]}],"getTemplate":[{"__symbolic":"method"}],"reloadStylePage":[{"__symbolic":"method"}]},"statics":{"ngInjectableDef":{}}},"CommonDataService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"getData":[{"__symbolic":"method"}],"setData":[{"__symbolic":"method"}],"initData":[{"__symbolic":"method"}],"putValue":[{"__symbolic":"method"}],"addValue":[{"__symbolic":"method"}],"getValue":[{"__symbolic":"method"}],"hasValue":[{"__symbolic":"method"}],"clearMap":[{"__symbolic":"method"}]},"statics":{"COMPANY_KEY":"company","DOC_NUMBER_KEY":"docNumber","DOC_TYPE_KEY":"docType","PHONE_KEY":"phone","TYPE_ATTENTION_KEY":"typeAttention","OFFICE_KEY":"office","TYPE_TURN_KEY":"typeTurn","SERVICE_KEY":"service","TURN_KEY":"turn","PROGRAMED_TURN_KEY":"programedTurn","REQUEST_CALL":"requestCall","FORM_DATA":"formdata","TEMPLATE":"template","TURN_RESCHEDULE":"turnReschedule","USER_GENDER":"genderUser","AUTO_REDIRECT":"autoRedirect","SCHEDULE_GENERAL":"scheduleGeneral","AGENDAMIENTO_TTP":"potencialCustomer","SINGLE_PAGE_ONE":"singlePageOne","AVAILABLE_SCHEDULE_GRAL":"availableScheduleGral","PROFILE":"profile","PAGE_NEXT":"pageNext","STEPS":"steps","TYPE_TURN_ID":"typeTurnId","ngInjectableDef":{}}},"regexType":{"__symbolic":"error","message":"Expression form not supported","line":30,"character":13,"module":"./lib/utils/regex"},"Fill":{"__symbolic":"class","members":{}},"FormAuroraModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"FormAuroraComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":11,"character":8},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":12,"character":8},{"__symbolic":"reference","module":"ng-recaptcha","name":"RecaptchaModule","line":13,"character":8},{"__symbolic":"reference","module":"ng-recaptcha","name":"RecaptchaFormsModule","line":14,"character":8}],"exports":[{"__symbolic":"reference","name":"FormAuroraComponent"}]}]}],"members":{}}},"origins":{"CustomAdapter":"./lib/Components/from-aurora/form-aurora.component","CustomDateParserFormatter":"./lib/Components/from-aurora/form-aurora.component","I18n":"./lib/Components/from-aurora/form-aurora.component","CustomDatepickerI18n":"./lib/Components/from-aurora/form-aurora.component","FormAuroraComponent":"./lib/Components/from-aurora/form-aurora.component","CommonTemplateService":"./lib/services/TemplateService","CommonDataService":"./lib/services/data.service","regexType":"./lib/utils/regex","Fill":"./lib/Models/fill","FormAuroraModule":"./lib/form-aurora.module"},"importAs":"form-aurora-stefanini"}
         
     | 
| 
      
 1 
     | 
    
         
            +
            {"__symbolic":"module","version":4,"metadata":{"CustomAdapter":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateAdapter","line":30,"character":35},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":29,"character":1}}],"members":{"fromModel":[{"__symbolic":"method"}],"toModel":[{"__symbolic":"method"}]}},"CustomDateParserFormatter":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateParserFormatter","line":55,"character":47},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":54,"character":1}}],"members":{"parse":[{"__symbolic":"method"}],"format":[{"__symbolic":"method"}]}},"I18n":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":85,"character":1}}],"members":{}},"CustomDatepickerI18n":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDatepickerI18n","line":92,"character":42},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":91,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"I18n"}]}],"getWeekdayLabel":[{"__symbolic":"method"}],"getWeekLabel":[{"__symbolic":"method"}],"getMonthShortName":[{"__symbolic":"method"}],"getMonthFullName":[{"__symbolic":"method"}],"getDayAriaLabel":[{"__symbolic":"method"}],"getWeekdayShortName":[{"__symbolic":"method"}]}},"FormAuroraComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":123,"character":1},"arguments":[{"selector":"lib-FormAurora","providers":[{"provide":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateAdapter","line":128,"character":15},"useClass":{"__symbolic":"reference","name":"CustomAdapter"}},{"provide":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDateParserFormatter","line":129,"character":15},"useClass":{"__symbolic":"reference","name":"CustomDateParserFormatter"}},{"provide":{"__symbolic":"reference","module":"@ng-bootstrap/ng-bootstrap","name":"NgbDatepickerI18n","line":130,"character":15},"useClass":{"__symbolic":"reference","name":"CustomDatepickerI18n"}},{"__symbolic":"reference","name":"I18n"}],"template":"<div class=\"card\">\r\n    <span class=\"text-center mt-2 d-none d-sm-block\" *ngIf=\"!isSimpleFlow\">\r\n        <img style=\"width: 115px; height:96px;\" [class]=\"dataClassCss.logo\" id=\"logo\">\r\n    </span>\r\n    <div class=\"text-center mt-2 d-none d-sm-block\" *ngIf=\"isSimpleFlow\" style=\"margin-top: 4%!important;\">\r\n    </div>\r\n    <div class=\"card-body pt-0\">\r\n        <ng-container *ngIf=\"schedule\">\r\n            <h4 class=\"card-title text-center mb-0\" [class]=\"dataClassCss.bienvenida2\" style=\"color: #EE7E0E;\">\r\n                Horarios de atención\r\n            </h4>\r\n            <small class=\"text-center d-block\">{{schedule}}</small>\r\n        </ng-container>\r\n        <form #formDynamic=\"ngForm\">\r\n            <div *ngFor=\"let control of dataForm?.formQuestions; let index = index; trackBy: trackByIndex\">\r\n                <div\r\n                    *ngIf=\"(index > 0 && (dataForm.formQuestions[index - 1].question.questionType.id == 3 && dataForm.formQuestions[index].question.questionType.id == 2)) || (index < dataForm.formQuestions.length && dataForm.formQuestions[index].question.questionType.id == 3 && dataForm.formQuestions[index + 1].question.questionType.id == 2); else switchTemp\">\r\n                    <div class=\"row\"\r\n                        *ngIf=\"(index > 0 && (dataForm.formQuestions[index - 1].question.questionType.id == 3 && dataForm.formQuestions[index].question.questionType.id == 2))\">\r\n                        <div class=\"col-lg-6 col-xs-12\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index - 1].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left;\">\r\n                                    <span class=\"h6 small bg-white text-muted\">{{dataForm.formQuestions[index -\r\n                                        1].question.label}}</span>\r\n                                </label>\r\n                                <div class=\"selectContainer\">\r\n                                    <select [name]=\"dataForm.formQuestions[index - 1].question.value\"\r\n                                        [required]=\"dataForm.formQuestions[index - 1].question.required\"\r\n                                        [class]=\"dataClassCss.formcontrol\"\r\n                                        id=\"{{dataForm.formQuestions[index - 1].question.value}}\"\r\n                                        style=\"margin-top: -1rem !important;\"\r\n                                        [(ngModel)]=\"defaultDocType !== '' ? defaultDocType : dataForm.formQuestions[index - 1].question.registred\">\r\n                                        <option value=\"\" selected disabled hidden>Selecciona</option>\r\n                                        <ng-container\r\n                                            *ngFor=\"let item of dataForm.formQuestions[index - 1].question.questionAnswers\">\r\n                                            <option *ngIf=\"item.answer.state.id == 1\" [value]=\"item.answer.value\">\r\n                                                {{ item.answer.field }}\r\n                                            </option>\r\n                                        </ng-container>\r\n                                    </select>\r\n                                </div>\r\n                            </div>\r\n                            <div style=\"margin-left: 15px;\"\r\n                                *ngIf=\"dataForm.formQuestions[index].question.questionType.id != 5 && dataForm.formQuestions[index].question.questionType.id != 6\">\r\n                                <span class=\"error\" [id]=\"'char'+dataForm.formQuestions[index-1].question.value\"\r\n                                    hidden></span>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"col-lg-6 col-xs-12\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    class=\"col-sm-12 p-sm-0 px-sm-1\" style=\"display: block; text-align: left;\">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <input type=\"text\" pattern=\"\\d*\" inputmode=\"numeric\"\r\n                                    id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    style=\"margin-top: -1rem !important;\"\r\n                                    [name]=\"dataForm.formQuestions[index].question.value\" placeholder=\"Escribe\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (keyup)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    onkeypress=\"onkeypress($event)\" onkeyup=\"(this.value=(value.replace(/[.]*/g,'')))\"\r\n                                    maxlength=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                    [minLength]=\"dataForm.formQuestions[index].question.minLength\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    [class]=\"dataClassCss.formcontrol\" />\r\n\r\n                            </div>\r\n\r\n                            <div style=\"margin-left: 15px;\"\r\n                                *ngIf=\"dataForm.formQuestions[index].question.questionType.id != 5 && dataForm.formQuestions[index].question.questionType.id != 6\">\r\n                                <span class=\"error\" [id]=\"'rq'+dataForm.formQuestions[index].question.value\"\r\n                                    *ngIf=\"validRequired(formDynamic,dataForm.formQuestions[index].question) && watchValid\">\r\n                                    Este campo es obligatorio</span>\r\n                                <span class=\"error\" [id]=\"'ml'+dataForm.formQuestions[index].question.value\" hidden>\r\n                                    Debe ser mínimo de\r\n                                    {{ dataForm.formQuestions[index].question.minLength }} caracteres</span>\r\n                                <span class=\"error\" [id]=\"'mxl'+dataForm.formQuestions[index].question.value\" hidden>\r\n                                    Debe ser maximo de\r\n                                    {{ dataForm.formQuestions[index].question.maxLength }} caracteres</span>\r\n                                <span class=\"error\" [id]=\"'char'+dataForm.formQuestions[index].question.value\"\r\n                                    hidden></span>\r\n                                <span *ngIf=\"patternNotValidDcto === true\" class=\"error\">Formato no valido</span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <ng-template #switchTemp>\r\n                    <div [ngSwitch]=\"dataForm.formQuestions[index].question.questionType.id\">\r\n                        <div *ngSwitchCase=\"1\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left; \">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <input type=\"text\" id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    [class]=\"dataClassCss.formcontrol\" placeholder=\"Escribe\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [maxlength]=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                    [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                    (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    style=\"margin-top: -1rem !important;\" />\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"2\">\r\n\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left;\">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <input type=\"text\" pattern=\"\\d*\" inputmode=\"numeric\"\r\n                                    id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    style=\"margin-top: -1rem !important;\"\r\n                                    [name]=\"dataForm.formQuestions[index].question.value\" placeholder=\"Escribe\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    onkeypress=\"onkeypress($event)\" onkeyup=\"(this.value=(value.replace(/[.]*/g,'')))\"\r\n                                    maxlength=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                    [minLength]=\"dataForm.formQuestions[index].question.minLength\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    [class]=\"dataClassCss.formcontrol\" />\r\n                                <span *ngIf=\"patternNotValidCel === true\" class=\"error\">Formato no valido</span>\r\n                            </div>\r\n\r\n                        </div>\r\n                        <div *ngSwitchCase=\"3\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left;\">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <select [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [class]=\"dataClassCss.formcontrol\"\r\n                                    id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    style=\"margin-top: -1rem !important;\"\r\n                                    [(ngModel)]=\"defaultDocType !== '' ? defaultDocType : dataForm.formQuestions[index].question.registred\">\r\n                                    <option value=\"\" selected disabled hidden>Selecciona</option>\r\n                                    <ng-container\r\n                                        *ngFor=\"let item of dataForm.formQuestions[index].question.questionAnswers\">\r\n                                        <option *ngIf=\"item.answer.state.id == 1\" [value]=\"item.answer.value\">\r\n                                            {{ item.answer.field }}\r\n                                        </option>\r\n                                    </ng-container>\r\n                                </select>\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"4\">\r\n                            <select class=\"{{ dataClassCss.formcontrol }} select-checkbox\"\r\n                                style=\"overflow: hidden; border-style: hidden;\"\r\n                                [style.height.px]=\"dataForm.formQuestions[index].question.questionAnswers.length * 24\"\r\n                                [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                [required]=\"dataForm.formQuestions[index].question.required\" ngModel multiple>\r\n                                <option (mousemove)=\"$event.preventDefault()\"\r\n                                    *ngFor=\"let item of dataForm.formQuestions[index].question.questionAnswers\"\r\n                                    [value]=\"item.answer.value\">\r\n                                    {{ item.answer.field }}\r\n                                </option>\r\n                            </select>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"5\">\r\n                            <a (click)=\"rediretoutside($event,dataForm.formQuestions[index].question)\" href=\"\">\r\n                                <span>{{ dataForm.formQuestions[index].question.label }}</span>\r\n                            </a>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"6\">\r\n                            <div [class]=\"dataClassCss.cl12\" [id]=\"'reCaptcha'\">\r\n                                <div class=\"cnt-captcha\">\r\n                                    <re-captcha (resolved)=\"resolvedCaptcha($event)\"\r\n                                        siteKey=\"6Lf9DcQfAAAAAI6HCNB5OyKUpOPpfl5ocoBJcigZ\"></re-captcha>\r\n                                    <input hidden type=\"text\" [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                        [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                        [(ngModel)]=\"dataForm.formQuestions[index].question.registred\">\r\n                                </div>\r\n                                <span class=\"error\" *ngIf=\"watchValid && !captchaValid\" style=\"margin-top: 0;\">\r\n                                    Debe resolver la captcha para continuar\r\n                                </span>\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"7\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left; margin-bottom: 0 ;\">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <input placeholder=\"dd/mm/aaaa\" style=\"margin-top: -0.4rem !important;\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [name]=\"dataForm.formQuestions[index].question.value\" type=\"date\" min=\"{{minDate}}\"\r\n                                    max=\"{{maxDate}}\" [maxlength]=\"10\" (paste)=\"false\"\r\n                                    id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    [class]=\"dataClassCss.txtCalendar\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    (keydown)=\"cancellKeypress()\"\r\n                                    (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\">\r\n\r\n                                <button class=\"btn\" id=\"{{dataForm.formQuestions[index].question.value}}\" type=\"button\"\r\n                                    style=\"width: 46px;\r\n                                  top: 12px;\r\n                                  color: white;\r\n                                  right: 15px;\r\n                                  position: absolute;\r\n                                  background: #D25D42;\r\n                                  pointer-events: none;\">\r\n                                    <i class=\"fa fa-calendar\"></i>\r\n                                </button>\r\n\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"8\">\r\n                            <div [class]=\"dataClassCss.cl12\" style=\"text-align: left; margin-bottom: 10px;\">\r\n                                <input\r\n                                    style=\"width: 4% !important; height: auto !important; display: inline !important;\"\r\n                                    type=\"checkbox\" [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    [class]=\"dataClassCss.formcontrol\">\r\n                                <a target=\"_blank\" style=\"text-decoration: underline;color:blue;cursor: pointer;\"\r\n                                    id=\"txtPoliticas\" (click)=\"tycSelection($event)\">\r\n                                    {{dataForm.formQuestions[index].question.label}}\r\n                                </a>\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"9\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left; \">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <input type=\"text\" id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    [class]=\"dataClassCss.formcontrol\" placeholder=\"Escribe\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [maxlength]=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                    [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                    (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (keypress)=\"validOnlyText($event)\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    style=\"margin-top: -1rem !important;\" />\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"10\">\r\n                            <div [class]=\"dataClassCss.cl12\" style=\"text-align: left; margin-bottom: 10px;\">\r\n                                <input\r\n                                    style=\"width: 4% !important; height: auto !important; display: inline !important;\"\r\n                                    type=\"checkbox\" [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\">\r\n                                <a target=\"_blank\" style=\"text-decoration: underline;color:blue;cursor: pointer;\"\r\n                                    id=\"check{{dataForm.formQuestions[index].question.id}}\"\r\n                                    (click)=\"openLabelUrl($event,dataForm.formQuestions[index].question)\">\r\n                                    {{dataForm.formQuestions[index].question.label}}\r\n                                </a>\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchCase=\"11\">\r\n                            <div [class]=\"dataClassCss.cl12\">\r\n                                <label for=\"{{dataForm.formQuestions[index].question.value}}\" class=\"col-sm-12\"\r\n                                    style=\"display: block; text-align: left; \">\r\n                                    <span\r\n                                        class=\"h6 small bg-white text-muted pt-1 pl-2 pr-2\">{{dataForm.formQuestions[index].question.label}}</span>\r\n                                </label>\r\n                                <input type=\"text\" id=\"{{dataForm.formQuestions[index].question.value}}\"\r\n                                    [class]=\"dataClassCss.formcontrol\" placeholder=\"Escribe\"\r\n                                    [required]=\"dataForm.formQuestions[index].question.required\"\r\n                                    [maxlength]=\"dataForm.formQuestions[index].question.maxLength\"\r\n                                    [name]=\"dataForm.formQuestions[index].question.value\"\r\n                                    (keydown)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (change)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (blur)=\"onChangeValidPatter($event, dataForm.formQuestions[index].question)\"\r\n                                    (keypress)=\"validateNotSpace($event)\"\r\n                                    [(ngModel)]=\"dataForm.formQuestions[index].question.registred\"\r\n                                    style=\"margin-top: -1rem !important;\" />\r\n                            </div>\r\n                        </div>\r\n                        <div *ngSwitchDefault>Tipo de control no detectado</div>\r\n                        <div style=\"margin-left: 15px;\"\r\n                            *ngIf=\"dataForm.formQuestions[index].question.questionType.id != 5 && dataForm.formQuestions[index].question.questionType.id != 6\">\r\n                            <span class=\"error\" [id]=\"'rq'+dataForm.formQuestions[index].question.value\"\r\n                                *ngIf=\"validRequired(formDynamic,dataForm.formQuestions[index].question) && watchValid\">\r\n                                Este campo es obligatorio</span>\r\n                            <span class=\"error\" [id]=\"'ml'+dataForm.formQuestions[index].question.value\" hidden>\r\n                                Debe ser mínimo de\r\n                                {{ dataForm.formQuestions[index].question.minLength }} caracteres</span>\r\n                            <span class=\"error\" [id]=\"'mxl'+dataForm.formQuestions[index].question.value\" hidden>\r\n                                Debe ser maximo de\r\n                                {{ dataForm.formQuestions[index].question.maxLength }} caracteres</span>\r\n                            <span class=\"error\" [id]=\"'char'+dataForm.formQuestions[index].question.value\"\r\n                                hidden></span>\r\n                            <span class=\"error\" [id]=\"dataForm.formQuestions[index].question.id\" hidden></span>\r\n                        </div>\r\n                    </div>\r\n                </ng-template>\r\n            </div>\r\n            <section *ngIf=\"isSimpleFlow\">\r\n                <div *ngFor=\"let step of steps let index = index;\">\r\n                    <div [class]=\"dataClassCss.cl12\" *ngIf=\"step.viewData\">\r\n                        <label for=\"{{step.id}}\" class=\"col-sm-12\" style=\"display: block; text-align: left;\">\r\n                            <span class=\"h6 small bg-white text-muted\">{{step.step}}</span>\r\n                        </label>\r\n                        <select [name]=\"step.step\" [required]=\"true\" [class]=\"dataClassCss.formcontrol\"\r\n                            id=\"{{step.step}}\" style=\"margin-top: -1rem !important;\" [(ngModel)]=\"step.value\"\r\n                            (ngModelChange)=\"onChangeStep(step,steps[index+1],$event)\">\r\n                            <option value=\"\" selected disabled hidden>Selecciona</option>\r\n                            <ng-container *ngFor=\"let subitem of step.viewData\">\r\n                                <option [value]=\"subitem.id\">\r\n                                    {{ subitem.description }}\r\n                                </option>\r\n                            </ng-container>\r\n                        </select>\r\n                    </div>\r\n                </div>\r\n            </section>\r\n            <div class=\"mt-3 text-center\">\r\n                <button type=\"button\" [class]=\"dataClassCss.btn\" (click)=\"onSubmit()\" [disabled]=\"!formDynamic.valid\"\r\n                    id=\"btnIng\">Ingresar</button>\r\n            </div>\r\n        </form>\r\n    </div>\r\n</div>","styles":["form{font-size:12px;overflow-y:scroll;overflow-x:hidden}form input,form select{border:1px solid #e4e4e4;height:40px;margin-bottom:5px}.selectContainer select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectContainer::after{content:\"\\025be\";display:table-cell;text-align:center;padding-top:7px;width:30px;height:30px;position:absolute;top:14px;right:20px;pointer-events:none}form .error{color:red;font-size:12px;text-align:left;margin:-15px 0 15px;padding:0;width:90%}.error:after{content:\" \";display:block}.card{width:90%;margin:2% auto;border-radius:12px}@media (max-width:412px){.card{width:100%}.cnt-captcha{transform:scale(.77)}}@media (max-width:575.98px){.card{width:100%}.cnt-captcha{transform:scale(.77)}}@media (max-width:880.98px){.cnt-captcha{transform:scale(.82)}}input[type=date]::-webkit-calendar-picker-indicator{background:0 0;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#e0e0e0}::-webkit-scrollbar-thumb:hover{background:#bdbdbd}"]}]}],"members":{"dataClassCss":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":136,"character":3}}]}],"dataForm":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":137,"character":3}}]}],"clickSubmit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":138,"character":3}}]}],"dataReloadForm":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":139,"character":3}}]}],"welcomeTitle":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":140,"character":3}}]}],"welcomeDescription":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":141,"character":3}}]}],"urlPdf":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":142,"character":3}}]}],"nameCompany":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":143,"character":3}}]}],"schedule":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":144,"character":3}}]}],"isSimpleFlow":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":145,"character":3}}]}],"steps":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":146,"character":3}}]}],"formDynamic":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":147,"character":3},"arguments":["formDynamic",{"static":true}]}]}],"response":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":148,"character":3}}]}],"summit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":149,"character":3}}]}],"viewAuthData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":150,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"CommonDataService"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":169,"character":61}]}],"ngOnInit":[{"__symbolic":"method"}],"startComponent":[{"__symbolic":"method"}],"resolvedCaptcha":[{"__symbolic":"method"}],"trackByIndex":[{"__symbolic":"method"}],"onChangeValidPatter":[{"__symbolic":"method"}],"validOnlyText":[{"__symbolic":"method"}],"validDate":[{"__symbolic":"method"}],"onChangeValidDate":[{"__symbolic":"method"}],"rediretoutside":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"onSubmit":[{"__symbolic":"method"}],"findParamBoolean":[{"__symbolic":"method"}],"validRulesFields":[{"__symbolic":"method"}],"orderString":[{"__symbolic":"method"}],"validMinlenghtAllQuestions":[{"__symbolic":"method"}],"validMaxLengthAllQuestions":[{"__symbolic":"method"}],"validRequired":[{"__symbolic":"method"}],"validMinLength":[{"__symbolic":"method"}],"validMaxLength":[{"__symbolic":"method"}],"tycSelection":[{"__symbolic":"method"}],"openLabelUrl":[{"__symbolic":"method"}],"cancellKeypress":[{"__symbolic":"method"}],"emailRulesValidate":[{"__symbolic":"method"}],"calendarRulesValidate":[{"__symbolic":"method"}],"validateNotSpace":[{"__symbolic":"method"}],"validateNumeroDocumento":[{"__symbolic":"method"}],"validateCelular":[{"__symbolic":"method"}],"onkeypress":[{"__symbolic":"method"}],"onChangeStep":[{"__symbolic":"method"}],"resetField":[{"__symbolic":"method"}]}},"CommonTemplateService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":4,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":8,"character":30}]}],"getTemplate":[{"__symbolic":"method"}],"reloadStylePage":[{"__symbolic":"method"}]},"statics":{"ngInjectableDef":{}}},"CommonDataService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"getData":[{"__symbolic":"method"}],"setData":[{"__symbolic":"method"}],"initData":[{"__symbolic":"method"}],"putValue":[{"__symbolic":"method"}],"addValue":[{"__symbolic":"method"}],"getValue":[{"__symbolic":"method"}],"hasValue":[{"__symbolic":"method"}],"clearMap":[{"__symbolic":"method"}]},"statics":{"COMPANY_KEY":"company","DOC_NUMBER_KEY":"docNumber","DOC_TYPE_KEY":"docType","PHONE_KEY":"phone","TYPE_ATTENTION_KEY":"typeAttention","OFFICE_KEY":"office","TYPE_TURN_KEY":"typeTurn","SERVICE_KEY":"service","TURN_KEY":"turn","PROGRAMED_TURN_KEY":"programedTurn","REQUEST_CALL":"requestCall","FORM_DATA":"formdata","TEMPLATE":"template","TURN_RESCHEDULE":"turnReschedule","USER_GENDER":"genderUser","AUTO_REDIRECT":"autoRedirect","SCHEDULE_GENERAL":"scheduleGeneral","AGENDAMIENTO_TTP":"potencialCustomer","SINGLE_PAGE_ONE":"singlePageOne","AVAILABLE_SCHEDULE_GRAL":"availableScheduleGral","PROFILE":"profile","PAGE_NEXT":"pageNext","STEPS":"steps","TYPE_TURN_ID":"typeTurnId","ngInjectableDef":{}}},"regexType":{"__symbolic":"error","message":"Expression form not supported","line":30,"character":13,"module":"./lib/utils/regex"},"Fill":{"__symbolic":"class","members":{}},"FormAuroraModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"FormAuroraComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":11,"character":8},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":12,"character":8},{"__symbolic":"reference","module":"ng-recaptcha","name":"RecaptchaModule","line":13,"character":8},{"__symbolic":"reference","module":"ng-recaptcha","name":"RecaptchaFormsModule","line":14,"character":8}],"exports":[{"__symbolic":"reference","name":"FormAuroraComponent"}]}]}],"members":{}}},"origins":{"CustomAdapter":"./lib/Components/from-aurora/form-aurora.component","CustomDateParserFormatter":"./lib/Components/from-aurora/form-aurora.component","I18n":"./lib/Components/from-aurora/form-aurora.component","CustomDatepickerI18n":"./lib/Components/from-aurora/form-aurora.component","FormAuroraComponent":"./lib/Components/from-aurora/form-aurora.component","CommonTemplateService":"./lib/services/TemplateService","CommonDataService":"./lib/services/data.service","regexType":"./lib/utils/regex","Fill":"./lib/Models/fill","FormAuroraModule":"./lib/form-aurora.module"},"importAs":"form-aurora-stefanini"}
         
     | 
| 
         @@ -1,10 +1,9 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import {  
     | 
| 
      
 1 
     | 
    
         
            +
            import { OnInit, OnChanges, SimpleChanges, EventEmitter } from '@angular/core';
         
     | 
| 
       2 
2 
     | 
    
         
             
            import { FormGroup, NgForm } from '@angular/forms';
         
     | 
| 
       3 
3 
     | 
    
         
             
            import { HttpClient } from '@angular/common/http';
         
     | 
| 
       4 
4 
     | 
    
         
             
            import { NgbDateAdapter, NgbDateParserFormatter, NgbDateStruct, NgbDatepickerI18n } from '@ng-bootstrap/ng-bootstrap';
         
     | 
| 
       5 
5 
     | 
    
         
             
            import * as moment_ from 'moment';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import { Fill } from '../../Models/fill';
         
     | 
| 
       7 
     | 
    
         
            -
            import { Company } from '../../Models/company';
         
     | 
| 
       8 
7 
     | 
    
         
             
            import { Step } from '../../Models/step';
         
     | 
| 
       9 
8 
     | 
    
         
             
            import { CommonDataService } from '../../services/data.service';
         
     | 
| 
       10 
9 
     | 
    
         
             
            /**
         
     | 
| 
         @@ -49,24 +48,16 @@ export declare class FormAuroraComponent implements OnInit, OnChanges { 
     | 
|
| 
       49 
48 
     | 
    
         
             
                nameCompany: string;
         
     | 
| 
       50 
49 
     | 
    
         
             
                schedule: string;
         
     | 
| 
       51 
50 
     | 
    
         
             
                isSimpleFlow: boolean;
         
     | 
| 
       52 
     | 
    
         
            -
                company: Company;
         
     | 
| 
       53 
51 
     | 
    
         
             
                steps: Step[];
         
     | 
| 
       54 
52 
     | 
    
         
             
                formDynamic: NgForm;
         
     | 
| 
       55 
53 
     | 
    
         
             
                response: EventEmitter<any>;
         
     | 
| 
       56 
54 
     | 
    
         
             
                summit: EventEmitter<any>;
         
     | 
| 
       57 
55 
     | 
    
         
             
                viewAuthData: EventEmitter<any>;
         
     | 
| 
       58 
56 
     | 
    
         
             
                tipodocNumDoc: boolean;
         
     | 
| 
       59 
     | 
    
         
            -
                onSubmitEvent: any;
         
     | 
| 
       60 
57 
     | 
    
         
             
                countSubmit: number;
         
     | 
| 
       61 
58 
     | 
    
         
             
                watchValid: boolean;
         
     | 
| 
       62 
59 
     | 
    
         
             
                watchRequired: boolean;
         
     | 
| 
       63 
60 
     | 
    
         
             
                captchaValid: boolean;
         
     | 
| 
       64 
     | 
    
         
            -
                displayMonths: number;
         
     | 
| 
       65 
     | 
    
         
            -
                navigation: string;
         
     | 
| 
       66 
     | 
    
         
            -
                showWeekNumbers: boolean;
         
     | 
| 
       67 
     | 
    
         
            -
                outsideDays: string;
         
     | 
| 
       68 
     | 
    
         
            -
                respServiceSegmentation: any;
         
     | 
| 
       69 
     | 
    
         
            -
                base64CheckAuthData: any;
         
     | 
| 
       70 
61 
     | 
    
         
             
                today: moment_.Moment;
         
     | 
| 
       71 
62 
     | 
    
         
             
                maxYear: number;
         
     | 
| 
       72 
63 
     | 
    
         
             
                minYear: number;
         
     | 
| 
         @@ -74,7 +65,6 @@ export declare class FormAuroraComponent implements OnInit, OnChanges { 
     | 
|
| 
       74 
65 
     | 
    
         
             
                maxDate: string;
         
     | 
| 
       75 
66 
     | 
    
         
             
                recharge: boolean;
         
     | 
| 
       76 
67 
     | 
    
         
             
                indicativo: string;
         
     | 
| 
       77 
     | 
    
         
            -
                myModal: ElementRef;
         
     | 
| 
       78 
68 
     | 
    
         
             
                filldata: Fill;
         
     | 
| 
       79 
69 
     | 
    
         
             
                defaultDocType: string;
         
     | 
| 
       80 
70 
     | 
    
         
             
                patternNotValidDcto: boolean;
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,15 +1,12 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "form-aurora-stefanini",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.1. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.1.10",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "license": "Stefanini Colombia",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "author": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "name": "Stefanini Colombia",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "email": "stefanini.librerias@gmail.com"
         
     | 
| 
       8 
8 
     | 
    
         
             
              },
         
     | 
| 
       9 
     | 
    
         
            -
              "peerDependencies": {
         
     | 
| 
       10 
     | 
    
         
            -
                "ng-recaptcha": "^5.0.0",
         
     | 
| 
       11 
     | 
    
         
            -
                "moment": "^2.26.0"
         
     | 
| 
       12 
     | 
    
         
            -
              },
         
     | 
| 
      
 9 
     | 
    
         
            +
              "peerDependencies": {},
         
     | 
| 
       13 
10 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       14 
11 
     | 
    
         
             
                "tslib": "^1.9.0"
         
     | 
| 
       15 
12 
     | 
    
         
             
              },
         
     |