tuain-ng-forms-lib 17.1.20 → 17.1.21

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.
@@ -36,10 +36,10 @@ export interface TablePayload {
36
36
  }
37
37
  export declare class FormStructureAndData {
38
38
  private readonly _stateChange;
39
- formConfig: any;
40
- state: string;
41
- name: string;
42
- title: string;
39
+ private _immutableData;
40
+ private _extraInfo;
41
+ private _exclusiveSectionsByAttr;
42
+ protected loadInitialData: boolean;
43
43
  protected subject: string | null;
44
44
  protected stateFlow: StateFlow;
45
45
  protected fields: {};
@@ -50,10 +50,11 @@ export declare class FormStructureAndData {
50
50
  protected actionArray: FormAction[];
51
51
  protected tableArray: RecordTable[];
52
52
  protected sectionArray: RecordFormSection[];
53
- private _immutableData;
54
- private _extraInfo;
55
- private _exclusiveSectionsByAttr;
56
53
  customAttributes: any;
54
+ formConfig: any;
55
+ state: string;
56
+ name: string;
57
+ title: string;
57
58
  constructor();
58
59
  setConfig(formConfig: any): void;
59
60
  cleanForm(): void;
@@ -48,8 +48,15 @@ export declare class BasicFormComponent extends FormStructureAndData {
48
48
  cleanStart(): void;
49
49
  get formVisible(): boolean;
50
50
  get form(): this;
51
- customPreProcessing(): void;
51
+ preStart(): void;
52
52
  start(): void;
53
+ /**
54
+ * @deprecated Use preStart
55
+ */
56
+ customPreProcessing(): void;
57
+ /**
58
+ * @deprecated Overload start
59
+ */
53
60
  customFormStart(): void;
54
61
  displayActionServerError(): void;
55
62
  displayValidationServerError(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "17.1.20",
3
+ "version": "17.1.21",
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",