tuain-ng-forms-lib 12.0.7 → 12.0.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.
@@ -47,6 +47,7 @@ export declare class FormStructureAndData {
47
47
  sections(): RecordFormSection[];
48
48
  sectionTitles(): string[];
49
49
  getSections(): RecordFormSection[];
50
+ get visibleSections(): RecordFormSection[];
50
51
  numSections(): number;
51
52
  getSectionsTitles(): string[];
52
53
  getSectionObject(elementId: any): any;
@@ -98,6 +98,7 @@ export declare class BasicFormComponent {
98
98
  disableActions(actionArray: any): void;
99
99
  getStates(): string[];
100
100
  getSections(): import("../../classes/forms/section").RecordFormSection[];
101
+ get visibleSections(): import("../../classes/forms/section").RecordFormSection[];
101
102
  getSection(sectionCode: any): any;
102
103
  activateSection(sectionCode: any): any;
103
104
  getSubSection(sectionCode: any, subsectionCode: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "12.0.7",
3
+ "version": "12.0.8",
4
4
  "description": "Componentes y Clases Angular para la gestión de formularios TUAIN",
5
5
  "author": "Mauricio Méndez, Imix Consulting",
6
6
  "license": "MIT",