tuain-ng-forms-lib 14.1.0 → 14.1.1

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.
Files changed (30) hide show
  1. package/esm2020/lib/classes/forms/table/table.mjs +3 -3
  2. package/esm2020/lib/components/elements/action.component.mjs +3 -3
  3. package/esm2020/lib/components/elements/field.component.mjs +3 -3
  4. package/esm2020/lib/components/elements/layout/element.component.mjs +3 -3
  5. package/esm2020/lib/components/elements/layout/form-error.component.mjs +3 -3
  6. package/esm2020/lib/components/elements/layout/form-header.component.mjs +3 -3
  7. package/esm2020/lib/components/elements/layout/section.component.mjs +3 -3
  8. package/esm2020/lib/components/elements/layout/sub-section.component.mjs +3 -3
  9. package/esm2020/lib/components/elements/tables/table-record-action.component.mjs +3 -3
  10. package/esm2020/lib/components/elements/tables/table-record-field.component.mjs +3 -3
  11. package/esm2020/lib/components/elements/tables/table.component.mjs +3 -3
  12. package/esm2020/lib/components/forms/basic-form.mjs +3 -3
  13. package/esm2020/lib/tuain-ng-forms-lib.module.mjs +9 -7
  14. package/fesm2015/tuain-ng-forms-lib.mjs +43 -41
  15. package/fesm2015/tuain-ng-forms-lib.mjs.map +1 -1
  16. package/fesm2020/tuain-ng-forms-lib.mjs +43 -41
  17. package/fesm2020/tuain-ng-forms-lib.mjs.map +1 -1
  18. package/lib/classes/forms/table/table.d.ts +1 -0
  19. package/lib/components/elements/action.component.d.ts +1 -1
  20. package/lib/components/elements/field.component.d.ts +1 -1
  21. package/lib/components/elements/layout/element.component.d.ts +1 -1
  22. package/lib/components/elements/layout/form-error.component.d.ts +1 -1
  23. package/lib/components/elements/layout/form-header.component.d.ts +1 -1
  24. package/lib/components/elements/layout/section.component.d.ts +1 -1
  25. package/lib/components/elements/layout/sub-section.component.d.ts +1 -1
  26. package/lib/components/elements/tables/table-record-action.component.d.ts +1 -1
  27. package/lib/components/elements/tables/table-record-field.component.d.ts +1 -1
  28. package/lib/components/elements/tables/table.component.d.ts +1 -1
  29. package/lib/components/forms/basic-form.d.ts +1 -1
  30. package/package.json +2 -2
@@ -78,6 +78,7 @@ export declare class RecordTable extends FormElement {
78
78
  setTableRecords(tableRecords: any, append: any): void;
79
79
  appendRecords(records: any): void;
80
80
  replaceRecords(records: any): void;
81
+ setTableAppend(append: boolean): void;
81
82
  changePage(requestedPage: any): void;
82
83
  updateVisibleRecords(): void;
83
84
  updateFromServer(tableReceived: any): void;
@@ -17,5 +17,5 @@ export declare class ActionComponent implements OnInit {
17
17
  get visible(): boolean;
18
18
  get disabled(): boolean;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionComponent, "lib-action", never, { "action": "action"; "busy": "busy"; "relatedField": "relatedField"; "state": "state"; "style": "style"; "showLabel": "showLabel"; }, {}, never, ["*"], false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionComponent, "lib-action", never, { "action": "action"; "busy": "busy"; "relatedField": "relatedField"; "state": "state"; "style": "style"; "showLabel": "showLabel"; }, {}, never, ["*"]>;
21
21
  }
@@ -39,5 +39,5 @@ export declare class FieldComponent implements OnInit {
39
39
  get visible(): boolean;
40
40
  get disabled(): boolean;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "lib-field", never, { "field": "field"; "state": "state"; }, {}, never, ["*"], false>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "lib-field", never, { "field": "field"; "state": "state"; }, {}, never, ["*"]>;
43
43
  }
@@ -10,5 +10,5 @@ export declare class ElementComponent implements OnInit {
10
10
  get visible(): any;
11
11
  get disabled(): boolean;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ElementComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ElementComponent, "lib-element", never, { "element": "element"; "form": "form"; "state": "state"; }, {}, never, ["*"], false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElementComponent, "lib-element", never, { "element": "element"; "form": "form"; "state": "state"; }, {}, never, ["*"]>;
14
14
  }
@@ -4,5 +4,5 @@ export declare class FormErrorComponent {
4
4
  errorMessage: any;
5
5
  errorType: any;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lib-form-error", never, { "errorTitle": "errorTitle"; "errorMessage": "errorMessage"; "errorType": "errorType"; }, {}, never, ["*"], false>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lib-form-error", never, { "errorTitle": "errorTitle"; "errorMessage": "errorMessage"; "errorType": "errorType"; }, {}, never, ["*"]>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class FormHeaderComponent {
8
8
  goBackEvent: EventEmitter<void>;
9
9
  goBackForm(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FormHeaderComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FormHeaderComponent, "lib-form-header", never, { "formManager": "formManager"; "goBackAction": "goBackAction"; "showTitle": "showTitle"; "headerActions": "headerActions"; }, { "goBackEvent": "goBackEvent"; }, never, ["*"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormHeaderComponent, "lib-form-header", never, { "formManager": "formManager"; "goBackAction": "goBackAction"; "showTitle": "showTitle"; "headerActions": "headerActions"; }, { "goBackEvent": "goBackEvent"; }, never, ["*"]>;
12
12
  }
@@ -6,5 +6,5 @@ export declare class SectionComponent implements OnInit {
6
6
  ngOnInit(): void;
7
7
  start(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "lib-section", never, { "section": "section"; "formManager": "formManager"; }, {}, never, ["*"], false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "lib-section", never, { "section": "section"; "formManager": "formManager"; }, {}, never, ["*"]>;
10
10
  }
@@ -7,5 +7,5 @@ export declare class SubSectionComponent implements OnInit {
7
7
  ngOnInit(): void;
8
8
  start(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SubSectionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SubSectionComponent, "lib-subsection", never, { "subSection": "subSection"; "showHeader": "showHeader"; "formManager": "formManager"; }, {}, never, ["*"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubSectionComponent, "lib-subsection", never, { "subSection": "subSection"; "showHeader": "showHeader"; "formManager": "formManager"; }, {}, never, ["*"]>;
11
11
  }
@@ -12,5 +12,5 @@ export declare class LibTableRecordActionComponent implements OnInit {
12
12
  onActivate(): void;
13
13
  class(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTableRecordActionComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<LibTableRecordActionComponent, "lib-table-record-action", never, { "recordId": "recordId"; "recordData": "recordData"; "action": "action"; }, { "actionSelected": "actionSelected"; }, never, ["*"], false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibTableRecordActionComponent, "lib-table-record-action", never, { "recordId": "recordId"; "recordData": "recordData"; "action": "action"; }, { "actionSelected": "actionSelected"; }, never, ["*"]>;
16
16
  }
@@ -7,5 +7,5 @@ export declare class LibTableRecordFieldComponent implements OnInit {
7
7
  ngOnInit(): void;
8
8
  start(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTableRecordFieldComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LibTableRecordFieldComponent, "lib-table-record-field", never, { "fieldCode": "fieldCode"; "fieldType": "fieldType"; "fieldValue": "fieldValue"; }, {}, never, ["*"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibTableRecordFieldComponent, "lib-table-record-field", never, { "fieldCode": "fieldCode"; "fieldType": "fieldType"; "fieldValue": "fieldValue"; }, {}, never, ["*"]>;
11
11
  }
@@ -43,5 +43,5 @@ export declare class LibTableComponent implements OnInit {
43
43
  syncAttribute(name: string, value: any): boolean;
44
44
  filterHasChanged(column: any, values: any): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTableComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<LibTableComponent, "lib-table", never, { "table": "table"; "tableRecords": "tableRecords"; "disabled": "disabled"; "state": "state"; "waiting": "waiting"; }, {}, never, ["*"], false>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibTableComponent, "lib-table", never, { "table": "table"; "tableRecords": "tableRecords"; "disabled": "disabled"; "state": "state"; "waiting": "waiting"; }, {}, never, ["*"]>;
47
47
  }
@@ -343,5 +343,5 @@ export declare class BasicFormComponent {
343
343
  */
344
344
  addTableGetDataFinish(code: string, callback: any, properties?: any): void;
345
345
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicFormComponent, never>;
346
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicFormComponent, "ng-component", never, {}, {}, never, ["*"], false>;
346
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicFormComponent, "ng-component", never, {}, {}, never, ["*"]>;
347
347
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
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",
@@ -43,4 +43,4 @@
43
43
  }
44
44
  },
45
45
  "sideEffects": false
46
- }
46
+ }