@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.
@@ -12575,6 +12575,14 @@ var CustomFieldsComponent = /** @class */ (function () {
12575
12575
  this.ngUsubscribe = new Subject();
12576
12576
  }
12577
12577
  CustomFieldsComponent_1 = CustomFieldsComponent;
12578
+ Object.defineProperty(CustomFieldsComponent.prototype, "hasCustomFields", {
12579
+ get: function () {
12580
+ var _a;
12581
+ return !!((_a = this.fields) === null || _a === void 0 ? void 0 : _a.length);
12582
+ },
12583
+ enumerable: true,
12584
+ configurable: true
12585
+ });
12578
12586
  Object.defineProperty(CustomFieldsComponent.prototype, "parentForm", {
12579
12587
  get: function () {
12580
12588
  return this.controlContainer.control;