tuain-ng-forms-lib 12.0.20 → 12.0.24

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 +3 -3
  2. package/bundles/tuain-ng-forms-lib.umd.js +484 -632
  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 +12 -2
  6. package/esm2015/lib/classes/forms/field.js +9 -21
  7. package/esm2015/lib/classes/forms/form.js +153 -236
  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 +9 -8
  12. package/esm2015/lib/components/elements/tables/table.component.js +31 -31
  13. package/esm2015/lib/components/forms/basic-form.js +141 -138
  14. package/fesm2015/tuain-ng-forms-lib.js +363 -512
  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 +10 -0
  18. package/lib/classes/forms/field.d.ts +0 -3
  19. package/lib/classes/forms/form.d.ts +53 -55
  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 +3 -2
  24. package/lib/components/elements/tables/table.component.d.ts +1 -1
  25. package/lib/components/forms/basic-form.d.ts +130 -93
  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
@@ -123,7 +123,7 @@ This component allows to receive the following information
123
123
 
124
124
  | Input Name | Description |
125
125
  | --- | ----------- |
126
- | formElement | |
126
+ | element | |
127
127
  | formManager | |
128
128
 
129
129
  #### FormErrorComponent
@@ -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 | |