geonetwork-ui 2.4.1-dev.b217f2e40 → 2.4.1-dev.bf3be28aa

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 (58) hide show
  1. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +4 -4
  2. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +10 -80
  3. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +23 -36
  4. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +3 -4
  5. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
  6. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +3 -5
  7. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +2 -7
  8. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +3 -3
  9. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +3 -6
  10. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +1 -37
  11. package/esm2022/translations/de.json +0 -3
  12. package/esm2022/translations/en.json +0 -3
  13. package/esm2022/translations/es.json +0 -3
  14. package/esm2022/translations/fr.json +0 -3
  15. package/esm2022/translations/it.json +0 -3
  16. package/esm2022/translations/nl.json +0 -3
  17. package/esm2022/translations/pt.json +0 -3
  18. package/fesm2022/geonetwork-ui.mjs +45 -193
  19. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  20. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +5 -44
  21. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  22. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +4 -4
  23. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
  24. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +1 -1
  25. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -1
  26. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -2
  27. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  28. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
  29. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +2 -3
  30. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -1
  31. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +1 -2
  32. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  33. package/libs/util/shared/src/lib/links/link-utils.d.ts +1 -2
  34. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  35. package/package.json +1 -1
  36. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +3 -3
  37. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +7 -39
  38. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +4 -100
  39. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +1 -1
  40. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +19 -31
  41. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +9 -11
  42. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -3
  43. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +2 -2
  44. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +0 -1
  45. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +0 -1
  46. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +1 -9
  47. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +1 -5
  48. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +1 -1
  49. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +0 -1
  50. package/src/libs/util/shared/src/lib/links/link-utils.ts +1 -48
  51. package/translations/de.json +0 -3
  52. package/translations/en.json +0 -3
  53. package/translations/es.json +0 -3
  54. package/translations/fr.json +0 -3
  55. package/translations/it.json +0 -3
  56. package/translations/nl.json +0 -3
  57. package/translations/pt.json +0 -3
  58. package/translations/sk.json +0 -3

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.