@eqproject/eqp-dynamic-module 2.10.104 → 2.11.0

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 (60) hide show
  1. package/README.md +35 -15
  2. package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +25 -25
  3. package/esm2020/lib/components/private/action-button-creator/action-button-creator.component.mjs +4 -4
  4. package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +17 -17
  5. package/esm2020/lib/components/private/add-formula-field/add-formula-field.component.mjs +7 -7
  6. package/esm2020/lib/components/private/dbg-templates/list-value-dbg-template/list-value-dbg-template.component.mjs +4 -4
  7. package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +5 -5
  8. package/esm2020/lib/components/private/dynamic-module-field-extra-fix/dynamic-module-field-extra-fix.component.mjs +5 -5
  9. package/esm2020/lib/components/private/field-templates/action-button-field-template/action-button-field-template.component.mjs +5 -5
  10. package/esm2020/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.mjs +10 -10
  11. package/esm2020/lib/components/private/field-templates/date-field-template/date-field-template.component.mjs +2 -2
  12. package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +4 -4
  13. package/esm2020/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.mjs +16 -9
  14. package/esm2020/lib/components/private/field-templates/text-field-template/text-field-template.component.mjs +6 -6
  15. package/esm2020/lib/components/private/field-templates/textarea-field-template/textarea-field-template.component.mjs +6 -6
  16. package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +5 -5
  17. package/esm2020/lib/components/private/form-records/hlist-form-record/hlist-form-record.component.mjs +5 -5
  18. package/esm2020/lib/components/private/form-records/list-form-record/list-form-record.component.mjs +10 -10
  19. package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +10 -10
  20. package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +32 -9
  21. package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +7 -7
  22. package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +8 -8
  23. package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +3 -3
  24. package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +6 -6
  25. package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +17 -10
  26. package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +7 -7
  27. package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +7 -7
  28. package/esm2020/lib/components/private/graphs/graphs.component.mjs +4 -4
  29. package/esm2020/lib/components/private/tmw-image-drawer/tmw-image-drawer.component.mjs +5 -5
  30. package/esm2020/lib/components/private/tmw-image-marker/tmw-image-marker.component.mjs +6 -6
  31. package/esm2020/lib/components/private/trigger-creator/trigger-creator.component.mjs +8 -10
  32. package/esm2020/lib/components/private/trigger-creator/trigger-templates/boolean-trigger-template/boolean-trigger-template.component.mjs +4 -4
  33. package/esm2020/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.mjs +5 -5
  34. package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-value-trigger-template/list-value-trigger-template.component.mjs +4 -4
  35. package/esm2020/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.mjs +14 -7
  36. package/esm2020/lib/components/private/trigger-creator/trigger-templates/text-trigger-template/text-trigger-template.component.mjs +7 -7
  37. package/esm2020/lib/components/private/trigger-creator/trigger-templates/textarea-trigger-template/textarea-trigger-template.component.mjs +7 -7
  38. package/esm2020/lib/eqp-dynamic-module.module.mjs +22 -44
  39. package/esm2020/lib/models/dynAttachment.mjs +1 -1
  40. package/fesm2015/eqproject-eqp-dynamic-module.mjs +233 -211
  41. package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
  42. package/fesm2020/eqproject-eqp-dynamic-module.mjs +232 -211
  43. package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
  44. package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +8 -8
  45. package/lib/components/private/add-form-field/add-form-field.component.d.ts +13 -13
  46. package/lib/components/private/field-templates/attachment-field-template/attachment-field-template.component.d.ts +2 -2
  47. package/lib/components/private/field-templates/date-field-template/date-field-template.component.d.ts +1 -1
  48. package/lib/components/private/field-templates/numeric-field-template/numeric-field-template.component.d.ts +2 -2
  49. package/lib/components/private/form-records/hlist-form-record/hlist-form-record.component.d.ts +2 -2
  50. package/lib/components/private/form-records/list-form-record/list-form-record.component.d.ts +2 -2
  51. package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +2 -2
  52. package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +4 -3
  53. package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +1 -1
  54. package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +2 -2
  55. package/lib/components/private/trigger-creator/trigger-creator.component.d.ts +0 -2
  56. package/lib/components/private/trigger-creator/trigger-templates/date-trigger-template/date-trigger-template.component.d.ts +1 -1
  57. package/lib/components/private/trigger-creator/trigger-templates/numeric-trigger-template/numeric-trigger-template.component.d.ts +2 -2
  58. package/lib/eqp-dynamic-module.module.d.ts +9 -26
  59. package/lib/models/dynAttachment.d.ts +2 -2
  60. package/package.json +7 -14

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.