@seniorsistemas/angular-components 17.31.8 → 17.31.9

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.
@@ -12508,12 +12508,12 @@
12508
12508
  };
12509
12509
  Object.defineProperty(TextFieldComponent.prototype, "inputElement", {
12510
12510
  get: function () {
12511
- var _a, _b;
12511
+ var _a, _b, _c;
12512
12512
  if (this.inputRef instanceof inputmask.InputMask) {
12513
12513
  return (_b = (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.inputViewChild) === null || _b === void 0 ? void 0 : _b.nativeElement;
12514
12514
  }
12515
12515
  else {
12516
- return this.inputRef;
12516
+ return (_c = this.inputRef) === null || _c === void 0 ? void 0 : _c.nativeElement;
12517
12517
  }
12518
12518
  },
12519
12519
  enumerable: true,
@@ -13029,7 +13029,7 @@
13029
13029
  FieldLabelComponent = __decorate([
13030
13030
  core.Component({
13031
13031
  selector: 's-field-label',
13032
- template: "<!--\n Caso esse componente seja alterado/removido/movido,\n alterar a label no row.component.ts e dynamic-field.component.ts\n-->\n\n<span *ngIf=\"field.label\">\n <label\n *sInfoSign=\"field.infoSign; displayTime: field.displayTimeInfoSign; focusedInputRef: fieldContainerRef; useFocusedInputRef: field.useInfoSignFocusedInputRef\"\n [for]=\"field.name\"\n [ngClass]=\"{ required: field.required() }\"\n >\n {{ field.label }}\n </label>\n</span>\n"
13032
+ template: "<!--\n Caso esse componente seja alterado/removido/movido,\n alterar a label no row.component.ts e dynamic-field.component.ts\n-->\n\n<span *ngIf=\"field.label\">\n <label\n *sInfoSign=\"\n field.infoSign;\n displayTime: field.displayTimeInfoSign;\n focusedInputRef: fieldContainerRef;\n useFocusedInputRef: field.useInfoSignFocusedInputRef\n \"\n [for]=\"field.name\"\n [ngClass]=\"{ required: field.required() }\"\n >\n {{ field.label }}\n </label>\n</span>\n"
13033
13033
  })
13034
13034
  ], FieldLabelComponent);
13035
13035
  return FieldLabelComponent;