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