@sumaris-net/ngx-components 18.18.8 → 18.18.10

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 (88) hide show
  1. package/doc/changelog.md +4 -0
  2. package/esm2022/public_api.mjs +6 -4
  3. package/esm2022/src/app/core/core.testing.module.mjs +15 -1
  4. package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +13 -9
  5. package/esm2022/src/app/{shared/material → core/form}/text/testing/text-form.testing.mjs +4 -4
  6. package/esm2022/src/app/core/form/text/testing/text-form.testing.module.mjs +25 -0
  7. package/esm2022/src/app/core/form/text/text-form.component.mjs +205 -0
  8. package/esm2022/src/app/core/form/text/text-form.module.mjs +31 -0
  9. package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +4 -12
  10. package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +4 -4
  11. package/esm2022/src/app/core/form/text-popover/text-popover.module.mjs +5 -4
  12. package/esm2022/src/app/core/services/base-entity-service.class.mjs +1 -1
  13. package/esm2022/src/app/core/table/column/row-field.component.mjs +1 -1
  14. package/esm2022/src/app/shared/file/csv.utils.mjs +1 -1
  15. package/esm2022/src/app/shared/form/field.component.mjs +1 -1
  16. package/esm2022/src/app/shared/form/field.model.mjs +1 -1
  17. package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +1 -1
  18. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.config.mjs +1 -1
  19. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +1 -1
  20. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.utils.mjs +1 -1
  21. package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +1 -1
  22. package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +1 -1
  23. package/esm2022/src/app/shared/material/chips/material.chips.mjs +1 -1
  24. package/esm2022/src/app/shared/material/datetime/material.date.mjs +1 -1
  25. package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +1 -1
  26. package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +1 -1
  27. package/esm2022/src/app/shared/material/duration/material.duration.mjs +1 -1
  28. package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +1 -1
  29. package/esm2022/src/app/shared/material/material.module.mjs +4 -9
  30. package/esm2022/src/app/shared/material/material.testing.module.mjs +1 -12
  31. package/esm2022/src/app/shared/material/swipe/material.swipe.mjs +1 -1
  32. package/esm2022/src/app/shared/material/swipe/testing/swipe.test.mjs +1 -1
  33. package/esm2022/src/app/shared/pipes/date-from-now.pipe.mjs +3 -3
  34. package/esm2022/src/app/shared/pipes/date-from.pipe.mjs +29 -0
  35. package/esm2022/src/app/shared/pipes/pipes.module.mjs +5 -1
  36. package/esm2022/src/app/shared/pipes/string.pipes.mjs +1 -1
  37. package/esm2022/src/app/shared/pipes/types.pipes.mjs +1 -1
  38. package/esm2022/src/app/shared/services/entity-service.class.mjs +1 -1
  39. package/esm2022/src/app/shared/types.mjs +1 -1
  40. package/esm2022/src/app/social/user-event/testing/user-event.testing.service.mjs +1 -1
  41. package/esm2022/src/app/social/user-event/user-event.service.mjs +1 -1
  42. package/esm2022/src/environments/environment.class.mjs +1 -1
  43. package/fesm2022/sumaris-net.ngx-components.mjs +4334 -4323
  44. package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
  45. package/package.json +1 -1
  46. package/public_api.d.ts +5 -3
  47. package/src/app/core/core.testing.module.d.ts +5 -4
  48. package/src/app/core/form/entity/entity-editor.class.d.ts +12 -12
  49. package/src/app/core/form/text/testing/text-form.testing.module.d.ts +14 -0
  50. package/src/app/{shared/material → core/form}/text/text-form.component.d.ts +2 -2
  51. package/src/app/core/form/text/text-form.module.d.ts +9 -0
  52. package/src/app/core/form/text-popover/testing/text-popover.testing.module.d.ts +1 -1
  53. package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -1
  54. package/src/app/core/form/text-popover/text-popover.module.d.ts +3 -2
  55. package/src/app/core/services/base-entity-service.class.d.ts +11 -19
  56. package/src/app/core/table/column/row-field.component.d.ts +2 -1
  57. package/src/app/shared/file/csv.utils.d.ts +1 -1
  58. package/src/app/shared/form/field.component.d.ts +2 -2
  59. package/src/app/shared/form/field.model.d.ts +1 -6
  60. package/src/app/shared/material/autocomplete/material.autocomplete.config.d.ts +1 -1
  61. package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +1 -1
  62. package/src/app/shared/material/autocomplete/material.autocomplete.utils.d.ts +1 -1
  63. package/src/app/shared/material/boolean/material.boolean.d.ts +1 -1
  64. package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +1 -1
  65. package/src/app/shared/material/chips/material.chips.d.ts +1 -1
  66. package/src/app/shared/material/datetime/material.date.d.ts +1 -1
  67. package/src/app/shared/material/datetime/material.dateshort.d.ts +1 -1
  68. package/src/app/shared/material/datetime/material.datetime.d.ts +1 -1
  69. package/src/app/shared/material/duration/material.duration.d.ts +1 -1
  70. package/src/app/shared/material/latlong/material.latlong.d.ts +1 -1
  71. package/src/app/shared/material/material.module.d.ts +1 -2
  72. package/src/app/shared/material/material.testing.module.d.ts +16 -17
  73. package/src/app/shared/material/swipe/material.swipe.d.ts +1 -1
  74. package/src/app/shared/material/swipe/testing/swipe.test.d.ts +1 -1
  75. package/src/app/shared/pipes/date-from-now.pipe.d.ts +3 -1
  76. package/src/app/shared/pipes/date-from.pipe.d.ts +14 -0
  77. package/src/app/shared/pipes/pipes.module.d.ts +27 -26
  78. package/src/app/shared/pipes/string.pipes.d.ts +1 -2
  79. package/src/app/shared/pipes/types.pipes.d.ts +1 -1
  80. package/src/app/shared/services/entity-service.class.d.ts +21 -4
  81. package/src/app/shared/types.d.ts +5 -0
  82. package/src/app/social/user-event/testing/user-event.testing.service.d.ts +2 -3
  83. package/src/app/social/user-event/user-event.service.d.ts +5 -5
  84. package/src/assets/manifest.json +1 -1
  85. package/esm2022/src/app/shared/material/text/text-form.component.mjs +0 -205
  86. package/esm2022/src/app/shared/material/text/text-form.module.mjs +0 -63
  87. package/src/app/shared/material/text/text-form.module.d.ts +0 -16
  88. /package/src/app/{shared/material → core/form}/text/testing/text-form.testing.d.ts +0 -0

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.