@seniorsistemas/angular-components 17.10.7 → 17.10.8
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 +8 -0
- 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/components/custom-fields/custom-fields.component.d.ts +1 -0
- package/esm2015/components/custom-fields/custom-fields.component.js +5 -1
- package/esm5/components/custom-fields/custom-fields.component.js +9 -1
- package/fesm2015/seniorsistemas-angular-components.js +4 -0
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +8 -0
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -12721,6 +12721,14 @@
|
|
|
12721
12721
|
this.ngUsubscribe = new rxjs.Subject();
|
|
12722
12722
|
}
|
|
12723
12723
|
CustomFieldsComponent_1 = CustomFieldsComponent;
|
|
12724
|
+
Object.defineProperty(CustomFieldsComponent.prototype, "hasCustomFields", {
|
|
12725
|
+
get: function () {
|
|
12726
|
+
var _a;
|
|
12727
|
+
return !!((_a = this.fields) === null || _a === void 0 ? void 0 : _a.length);
|
|
12728
|
+
},
|
|
12729
|
+
enumerable: true,
|
|
12730
|
+
configurable: true
|
|
12731
|
+
});
|
|
12724
12732
|
Object.defineProperty(CustomFieldsComponent.prototype, "parentForm", {
|
|
12725
12733
|
get: function () {
|
|
12726
12734
|
return this.controlContainer.control;
|