tuain-ng-forms-lib 12.0.21 → 12.0.25

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 (29) hide show
  1. package/README.md +2 -2
  2. package/bundles/tuain-ng-forms-lib.umd.js +1533 -1576
  3. package/bundles/tuain-ng-forms-lib.umd.js.map +1 -1
  4. package/esm2015/lib/classes/forms/action.js +3 -4
  5. package/esm2015/lib/classes/forms/element.js +14 -2
  6. package/esm2015/lib/classes/forms/field.js +14 -22
  7. package/esm2015/lib/classes/forms/form.js +243 -393
  8. package/esm2015/lib/classes/forms/section.js +7 -1
  9. package/esm2015/lib/classes/forms/table/row-data.js +6 -26
  10. package/esm2015/lib/classes/forms/table/table.js +3 -4
  11. package/esm2015/lib/components/elements/layout/element.component.js +2 -1
  12. package/esm2015/lib/components/elements/tables/table.component.js +31 -31
  13. package/esm2015/lib/components/forms/basic-form.js +500 -274
  14. package/fesm2015/tuain-ng-forms-lib.js +1005 -992
  15. package/fesm2015/tuain-ng-forms-lib.js.map +1 -1
  16. package/lib/classes/forms/action.d.ts +0 -2
  17. package/lib/classes/forms/element.d.ts +16 -6
  18. package/lib/classes/forms/field.d.ts +4 -3
  19. package/lib/classes/forms/form.d.ts +105 -92
  20. package/lib/classes/forms/section.d.ts +5 -0
  21. package/lib/classes/forms/table/row-data.d.ts +0 -1
  22. package/lib/classes/forms/table/table.d.ts +0 -1
  23. package/lib/components/elements/layout/element.component.d.ts +1 -0
  24. package/lib/components/elements/tables/table.component.d.ts +1 -1
  25. package/lib/components/forms/basic-form.d.ts +188 -152
  26. package/package.json +1 -1
  27. package/tuain-ng-forms-lib.metadata.json +1 -1
  28. package/esm2015/lib/classes/utilities.js +0 -54
  29. package/lib/classes/utilities.d.ts +0 -1
package/README.md CHANGED
@@ -199,7 +199,7 @@ This component allows to receive the following information
199
199
 
200
200
  | Input Name | Description |
201
201
  | --- | ----------- |
202
- | tableObject | |
202
+ | table | |
203
203
  | visiblePages | |
204
204
  | pagesGroup | |
205
205
 
@@ -237,7 +237,7 @@ This component allows to receive the following information
237
237
 
238
238
  | Input Name | Description |
239
239
  | --- | ----------- |
240
- | tableObject | |
240
+ | table | |
241
241
  | tableRecords | |
242
242
  | currentMode | |
243
243
  | waiting | |