@sumaris-net/ngx-components 18.7.1-beta1 → 18.7.1-rc1

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 (123) hide show
  1. package/doc/changelog.md +100 -0
  2. package/esm2022/public_api.mjs +6 -1
  3. package/esm2022/src/app/admin/users/users.mjs +2 -2
  4. package/esm2022/src/app/core/about/about.modal.mjs +4 -5
  5. package/esm2022/src/app/core/account/account.page.mjs +11 -11
  6. package/esm2022/src/app/core/account/password/change-password.page.mjs +2 -2
  7. package/esm2022/src/app/core/form/entity/entity-metadata.component.mjs +3 -3
  8. package/esm2022/src/app/core/form/list/list.form.mjs +2 -2
  9. package/esm2022/src/app/core/form/properties/properties.form.mjs +15 -6
  10. package/esm2022/src/app/core/form/properties/properties.table.mjs +2 -2
  11. package/esm2022/src/app/core/form/properties/properties.utils.mjs +9 -10
  12. package/esm2022/src/app/core/home/home.mjs +7 -5
  13. package/esm2022/src/app/core/menu/menu.component.mjs +19 -24
  14. package/esm2022/src/app/core/menu/menu.service.mjs +6 -3
  15. package/esm2022/src/app/core/menu/testing/menu-other.testing.mjs +1 -1
  16. package/esm2022/src/app/core/menu/testing/menu.testing.mjs +1 -1
  17. package/esm2022/src/app/core/register/register-confirm.page.mjs +1 -1
  18. package/esm2022/src/app/core/register/register.form.mjs +1 -1
  19. package/esm2022/src/app/core/services/account.service.mjs +3 -7
  20. package/esm2022/src/app/core/services/model/account.model.mjs +6 -6
  21. package/esm2022/src/app/core/services/model/entity.model.mjs +14 -5
  22. package/esm2022/src/app/core/services/network.service.mjs +1 -1
  23. package/esm2022/src/app/core/services/platform.service.mjs +27 -10
  24. package/esm2022/src/app/core/services/validator/base.validator.class.mjs +2 -2
  25. package/esm2022/src/app/core/settings/settings.page.mjs +1 -1
  26. package/esm2022/src/app/core/table/column/actions-column.component.mjs +3 -3
  27. package/esm2022/src/app/core/table/column/row-field.component.mjs +1 -1
  28. package/esm2022/src/app/core/table/testing/table.testing.mjs +1 -1
  29. package/esm2022/src/app/core/table/testing/table2.testing.mjs +1 -1
  30. package/esm2022/src/app/shared/dates.mjs +13 -1
  31. package/esm2022/src/app/shared/directives/autoresize.directive.mjs +75 -0
  32. package/esm2022/src/app/shared/directives/directives.module.mjs +5 -4
  33. package/esm2022/src/app/shared/file/uri.utils.mjs +6 -1
  34. package/esm2022/src/app/shared/form/field.component.mjs +10 -4
  35. package/esm2022/src/app/shared/forms.mjs +3 -1
  36. package/esm2022/src/app/shared/functions.mjs +7 -1
  37. package/esm2022/src/app/shared/hotkeys/hotkeys.service.mjs +3 -2
  38. package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +11 -4
  39. package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.mjs +1 -1
  40. package/esm2022/src/app/shared/markdown/markdown.component.mjs +66 -93
  41. package/esm2022/src/app/shared/markdown/markdown.modal.mjs +37 -16
  42. package/esm2022/src/app/shared/markdown/markdown.module.mjs +3 -4
  43. package/esm2022/src/app/shared/markdown/markdown.service.mjs +8 -7
  44. package/esm2022/src/app/shared/markdown/markdown.utils.mjs +10 -1
  45. package/esm2022/src/app/shared/markdown/testing/markdown.test.mjs +17 -8
  46. package/esm2022/src/app/shared/markdown/testing/markdown.testing.module.mjs +5 -4
  47. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +71 -36
  48. package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +3 -3
  49. package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +2 -2
  50. package/esm2022/src/app/shared/material/chips/material.chips.mjs +13 -5
  51. package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +19 -9
  52. package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +4 -4
  53. package/esm2022/src/app/shared/material/text/text-form.component.mjs +5 -4
  54. package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +3 -3
  55. package/esm2022/src/app/shared/named-filter/testing/named-filter-selector.testing.mjs +1 -1
  56. package/esm2022/src/app/shared/observables.mjs +5 -5
  57. package/esm2022/src/app/shared/pipes/arrays.pipe.mjs +18 -2
  58. package/esm2022/src/app/shared/pipes/duration.pipe.mjs +3 -12
  59. package/esm2022/src/app/shared/pipes/html.pipes.mjs +18 -1
  60. package/esm2022/src/app/shared/pipes/observable.pipes.mjs +44 -0
  61. package/esm2022/src/app/shared/pipes/pipes.module.mjs +28 -6
  62. package/esm2022/src/app/shared/pipes/string.pipes.mjs +35 -4
  63. package/esm2022/src/app/shared/print/print.service.mjs +305 -0
  64. package/esm2022/src/app/shared/rx-state/rx-state.decorators.mjs +4 -4
  65. package/esm2022/src/app/shared/shared.module.mjs +4 -11
  66. package/esm2022/src/app/shared/toast/toast.testing.mjs +13 -11
  67. package/esm2022/src/app/shared/toast/toast.testing.module.mjs +5 -4
  68. package/esm2022/src/app/shared/toast/toasts.mjs +23 -33
  69. package/esm2022/src/app/shared/toolbar/modal-toolbar.mjs +3 -3
  70. package/esm2022/src/app/shared/toolbar/toolbar.mjs +7 -3
  71. package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +3 -3
  72. package/esm2022/src/app/shared/validator/form-error-adapter.class.mjs +2 -2
  73. package/esm2022/src/app/shared/validator/validators.mjs +12 -8
  74. package/esm2022/src/app/social/message/message.form.mjs +4 -3
  75. package/fesm2022/sumaris-net.ngx-components.mjs +3983 -3377
  76. package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
  77. package/package.json +1 -1
  78. package/public_api.d.ts +5 -0
  79. package/src/app/core/form/properties/properties.form.d.ts +2 -0
  80. package/src/app/core/home/home.d.ts +1 -1
  81. package/src/app/core/menu/menu.component.d.ts +3 -6
  82. package/src/app/core/services/model/account.model.d.ts +1 -1
  83. package/src/app/core/services/model/entity.model.d.ts +5 -3
  84. package/src/app/core/services/platform.service.d.ts +9 -2
  85. package/src/app/shared/dates.d.ts +4 -0
  86. package/src/app/shared/directives/autoresize.directive.d.ts +20 -0
  87. package/src/app/shared/directives/directives.module.d.ts +4 -3
  88. package/src/app/shared/form/field.component.d.ts +3 -1
  89. package/src/app/shared/functions.d.ts +6 -0
  90. package/src/app/shared/image/gallery/image-gallery.component.d.ts +4 -1
  91. package/src/app/shared/markdown/markdown.component.d.ts +14 -8
  92. package/src/app/shared/markdown/markdown.modal.d.ts +18 -8
  93. package/src/app/shared/markdown/markdown.module.d.ts +1 -2
  94. package/src/app/shared/markdown/markdown.service.d.ts +0 -1
  95. package/src/app/shared/markdown/markdown.utils.d.ts +1 -0
  96. package/src/app/shared/markdown/testing/markdown.test.d.ts +4 -1
  97. package/src/app/shared/markdown/testing/markdown.testing.module.d.ts +2 -1
  98. package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +2 -0
  99. package/src/app/shared/material/chips/material.chips.d.ts +1 -0
  100. package/src/app/shared/material/datetime/material.datetime.d.ts +1 -0
  101. package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -1
  102. package/src/app/shared/observables.d.ts +2 -2
  103. package/src/app/shared/pipes/arrays.pipe.d.ts +8 -0
  104. package/src/app/shared/pipes/html.pipes.d.ts +7 -0
  105. package/src/app/shared/pipes/observable.pipes.d.ts +19 -0
  106. package/src/app/shared/pipes/pipes.module.d.ts +5 -4
  107. package/src/app/shared/pipes/string.pipes.d.ts +11 -1
  108. package/src/app/shared/print/print.service.d.ts +94 -0
  109. package/src/app/shared/rx-state/rx-state.decorators.d.ts +2 -2
  110. package/src/app/shared/shared.module.d.ts +2 -3
  111. package/src/app/shared/toast/toast.testing.d.ts +1 -1
  112. package/src/app/shared/toast/toast.testing.module.d.ts +2 -1
  113. package/src/app/shared/toast/toasts.d.ts +2 -3
  114. package/src/app/shared/toolbar/toolbar.d.ts +3 -1
  115. package/src/app/shared/validator/validators.d.ts +3 -1
  116. package/src/assets/i18n/en-US.json +3 -2
  117. package/src/assets/i18n/en.json +2 -1
  118. package/src/assets/i18n/fr.json +2 -1
  119. package/src/assets/manifest.json +1 -1
  120. package/src/theme/_mixins.scss +7 -0
  121. package/src/theme/_ngx-components.scss +53 -46
  122. package/src/theme/_ngx-components.table.scss +4 -1
  123. package/src/theme/_ngx-components.tabs.scss +11 -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.