@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.
@@ -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;