@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.
- package/bundles/seniorsistemas-angular-components.umd.js +3 -3
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/dynamic-form/components/field-label/field-label.component.js +2 -2
- package/esm2015/components/dynamic-form/components/fields/text/text-field.component.js +3 -3
- package/esm5/components/dynamic-form/components/field-label/field-label.component.js +2 -2
- package/esm5/components/dynamic-form/components/fields/text/text-field.component.js +3 -3
- package/fesm2015/seniorsistemas-angular-components.js +3 -3
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +3 -3
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -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
|
|
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;
|