geonetwork-ui 2.3.0-dev.376e0e90 → 2.3.0-dev.6083baae

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 (277) hide show
  1. package/esm2022/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +5 -1
  3. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +35 -7
  4. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +1 -2
  5. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +2 -2
  6. package/esm2022/libs/feature/editor/src/index.mjs +2 -2
  7. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +6 -2
  8. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +11 -0
  9. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +28 -0
  10. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +11 -0
  11. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +45 -0
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +50 -0
  13. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +11 -0
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +11 -0
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +93 -0
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +2 -0
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +10 -0
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +39 -0
  19. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +10 -10
  20. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +1 -1
  21. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +6 -2
  22. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +3 -3
  23. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +72 -0
  24. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +7 -3
  25. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +12 -7
  26. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +2 -1
  27. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +52 -25
  28. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +12 -49
  29. package/esm2022/libs/feature/notifications/src/index.mjs +4 -0
  30. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +18 -0
  31. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +2 -0
  32. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +49 -0
  33. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +29 -0
  34. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -2
  35. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +3 -3
  36. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +3 -3
  37. package/esm2022/libs/ui/elements/src/index.mjs +15 -15
  38. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +5 -5
  39. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +45 -0
  40. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
  41. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +34 -0
  42. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +3 -3
  43. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -3
  44. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +6 -5
  45. package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
  46. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -1
  47. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +59 -0
  48. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +183 -0
  49. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +10 -23
  50. package/esm2022/libs/ui/layout/src/index.mjs +6 -5
  51. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +18 -0
  52. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -0
  53. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +60 -0
  54. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +8 -6
  55. package/esm2022/translations/de.json +20 -0
  56. package/esm2022/translations/en.json +20 -0
  57. package/esm2022/translations/es.json +20 -0
  58. package/esm2022/translations/fr.json +20 -0
  59. package/esm2022/translations/it.json +20 -0
  60. package/esm2022/translations/nl.json +20 -0
  61. package/esm2022/translations/pt.json +20 -0
  62. package/fesm2022/geonetwork-ui.mjs +3505 -2799
  63. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  64. package/index.d.ts +1 -0
  65. package/index.d.ts.map +1 -1
  66. package/index.ts +1 -0
  67. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  68. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +9 -5
  69. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  70. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -1
  71. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +1 -1
  72. package/libs/feature/editor/src/index.d.ts +1 -1
  73. package/libs/feature/editor/src/index.d.ts.map +1 -1
  74. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +8 -5
  75. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  76. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.d.ts +1 -1
  77. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +1 -0
  78. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.d.ts +1 -1
  79. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +1 -0
  80. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.d.ts +1 -1
  81. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +1 -0
  82. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +16 -0
  83. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -0
  84. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.d.ts +2 -2
  85. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -0
  86. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +1 -1
  87. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -0
  88. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +1 -1
  89. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +1 -0
  90. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.d.ts +4 -3
  91. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -0
  92. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +1 -0
  93. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -0
  94. package/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.d.ts +3 -3
  95. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -0
  96. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +1 -1
  97. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  98. package/libs/feature/editor/src/lib/models/fields.model.d.ts +1 -1
  99. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
  100. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +23 -0
  101. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -0
  102. package/libs/feature/map/src/lib/feature-map.module.d.ts +2 -1
  103. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  104. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +2 -0
  105. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
  106. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +10 -5
  107. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  108. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  109. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +2 -3
  110. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  111. package/libs/feature/notifications/src/index.d.ts +4 -0
  112. package/libs/feature/notifications/src/index.d.ts.map +1 -0
  113. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +7 -0
  114. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +1 -0
  115. package/libs/feature/notifications/src/lib/notification.model.d.ts +7 -0
  116. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +1 -0
  117. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +12 -0
  118. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +1 -0
  119. package/libs/feature/notifications/src/lib/notifications.service.d.ts +15 -0
  120. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +1 -0
  121. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  122. package/libs/ui/elements/src/index.d.ts +14 -14
  123. package/libs/ui/elements/src/index.d.ts.map +1 -1
  124. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +13 -0
  125. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -0
  126. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +13 -0
  127. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -0
  128. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +1 -1
  129. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  130. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +20 -20
  131. package/libs/ui/inputs/src/index.d.ts +0 -1
  132. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  133. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  134. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +14 -0
  135. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +1 -0
  136. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +44 -0
  137. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -0
  138. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +26 -33
  139. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  140. package/libs/ui/layout/src/index.d.ts +5 -4
  141. package/libs/ui/layout/src/index.d.ts.map +1 -1
  142. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +8 -0
  143. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -0
  144. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -0
  145. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -0
  146. package/libs/util/shared/src/lib/utils/image-resize.d.ts +3 -0
  147. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +1 -0
  148. package/libs/util/shared/src/lib/utils/index.d.ts +7 -5
  149. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  150. package/package.json +2 -2
  151. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +6 -0
  152. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +43 -12
  153. package/src/libs/data-access/gn4/src/openapi/model/models.ts +0 -1
  154. package/src/libs/data-access/gn4/src/spec.yaml +1 -1
  155. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +1 -1
  156. package/src/libs/feature/editor/src/index.ts +1 -1
  157. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +8 -1
  158. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +8 -0
  159. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +70 -0
  160. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.ts +1 -0
  161. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.ts +4 -1
  162. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.ts +1 -0
  163. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.css +5 -0
  164. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +20 -0
  165. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +44 -0
  166. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.ts +4 -1
  167. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +1 -0
  168. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +1 -0
  169. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.html +4 -4
  170. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.ts +31 -5
  171. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.html +1 -0
  172. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.ts +23 -4
  173. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +9 -9
  174. package/src/libs/feature/editor/src/lib/models/fields.model.ts +1 -1
  175. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +5 -1
  176. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +1 -1
  177. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +0 -0
  178. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +36 -0
  179. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +80 -0
  180. package/src/libs/feature/map/src/lib/feature-map.module.ts +2 -0
  181. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +8 -0
  182. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +5 -0
  183. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +10 -3
  184. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +60 -32
  185. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +17 -61
  186. package/src/libs/feature/notifications/src/index.ts +3 -0
  187. package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +10 -0
  188. package/src/libs/feature/notifications/src/lib/notification.model.ts +6 -0
  189. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.css +0 -0
  190. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +17 -0
  191. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +44 -0
  192. package/src/libs/feature/notifications/src/lib/notifications.service.ts +27 -0
  193. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +5 -1
  194. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +3 -3
  195. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +5 -5
  196. package/src/libs/ui/elements/src/index.ts +14 -14
  197. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  198. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +0 -5
  199. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +0 -21
  200. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -14
  201. package/src/libs/ui/elements/src/lib/notification/notification.component.css +0 -0
  202. package/src/libs/ui/elements/src/lib/notification/notification.component.html +52 -0
  203. package/src/libs/ui/elements/src/lib/notification/notification.component.ts +31 -0
  204. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +1 -1
  205. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -3
  206. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +1 -1
  207. package/src/libs/ui/inputs/src/index.ts +0 -1
  208. package/src/libs/ui/inputs/src/lib/button/button.component.ts +1 -1
  209. package/src/libs/ui/inputs/src/lib/files-drop/files-drop.directive.ts +45 -0
  210. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +0 -0
  211. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +146 -0
  212. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +193 -0
  213. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -19
  214. package/src/libs/ui/layout/src/index.ts +5 -4
  215. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.css +5 -0
  216. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +18 -0
  217. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +16 -0
  218. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +3 -0
  219. package/src/libs/util/shared/src/lib/utils/image-resize.ts +72 -0
  220. package/src/libs/util/shared/src/lib/utils/index.ts +7 -5
  221. package/tailwind.base.css +29 -0
  222. package/translations/de.json +20 -0
  223. package/translations/en.json +20 -0
  224. package/translations/es.json +20 -0
  225. package/translations/fr.json +20 -0
  226. package/translations/it.json +20 -0
  227. package/translations/nl.json +20 -0
  228. package/translations/pt.json +20 -0
  229. package/translations/sk.json +20 -0
  230. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.mjs +0 -13
  231. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +0 -30
  232. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.mjs +0 -11
  233. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.mjs +0 -27
  234. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.mjs +0 -11
  235. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.mjs +0 -27
  236. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.mjs +0 -49
  237. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -11
  238. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  239. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +0 -76
  240. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +0 -2
  241. package/esm2022/libs/ui/inputs/src/lib/form-field/index.mjs +0 -10
  242. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts +0 -18
  243. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts.map +0 -1
  244. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +0 -1
  245. package/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  246. package/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  247. package/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  248. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts +0 -11
  249. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  250. package/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  251. package/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  252. package/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +0 -1
  253. package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +0 -1
  254. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +0 -1
  255. package/libs/ui/inputs/src/lib/form-field/index.d.ts.map +0 -1
  256. package/src/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.ts +0 -18
  257. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.html +0 -11
  258. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.ts +0 -15
  259. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.d.ts +0 -0
  260. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.d.ts +0 -0
  261. /package/src/libs/feature/editor/src/lib/{record-form/record-form.component.css → components/overview-upload/overview-upload.component.css} +0 -0
  262. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.css +0 -0
  263. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.html +0 -0
  264. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.css +0 -0
  265. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.html +0 -0
  266. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.css +0 -0
  267. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.html +0 -0
  268. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.css +0 -0
  269. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.html +0 -0
  270. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.css +0 -0
  271. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +0 -0
  272. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css +0 -0
  273. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -0
  274. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.css +0 -0
  275. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.ts +0 -0
  276. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.ts +0 -0
  277. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.css → feature/editor/src/lib/components/record-form/record-form.component.css} +0 -0
package/tailwind.base.css CHANGED
@@ -9,6 +9,35 @@
9
9
  @apply shadow-xl hover:shadow-xl-hover transition-shadow;
10
10
  }
11
11
 
12
+ /* LINK CLASSES */
13
+ .gn-ui-link {
14
+ @apply text-blue-600 hover:text-blue-700 hover:underline;
15
+ text-underline-offset: 0.2em;
16
+ text-decoration-thickness: 1px;
17
+ }
18
+ .gn-ui-link-external-icon {
19
+ content: 'open_in_new';
20
+ font-family: 'Material Symbols Outlined';
21
+ font-size: 0.9em;
22
+ display: inline-block;
23
+ vertical-align: top;
24
+ padding-top: 0.1em;
25
+ }
26
+ .gn-ui-link-external {
27
+ @apply gn-ui-link;
28
+ }
29
+ .gn-ui-link-external::before {
30
+ @apply gn-ui-link-external-icon;
31
+ padding-right: 0.2em;
32
+ }
33
+ .gn-ui-link-external-after {
34
+ @apply gn-ui-link;
35
+ }
36
+ .gn-ui-link-external-after::after {
37
+ @apply gn-ui-link-external-icon;
38
+ padding-left: 0.2em;
39
+ }
40
+
12
41
  /* BUTTON CLASSES */
13
42
  /* these are used behind the scenes by the `gn-ui-button` component */
14
43
 
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "unbekannt",
145
145
  "downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
146
146
  "dropFile": "Datei ablegen",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "Datensatz aus dem Datahub",
150
158
  "facets.block.title.OrgForResource": "Organisation",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "Stichwort",
160
168
  "facets.block.title.th_regions_tree.default": "Regionen",
161
169
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Anmelden</a>, um auf diese Funktion zuzugreifen</div>",
170
+ "input.image.altTextPlaceholder": "",
171
+ "input.image.delete": "",
172
+ "input.image.displayAltTextInput": "",
173
+ "input.image.displayUrlInput": "",
174
+ "input.image.dropFileLabel": "",
175
+ "input.image.selectFileLabel": "",
176
+ "input.image.uploadErrorLabel": "",
177
+ "input.image.uploadErrorRetry": "",
178
+ "input.image.uploadProgressCancel": "",
179
+ "input.image.uploadProgressLabel": "",
162
180
  "language.ca": "Katalanisch",
163
181
  "language.cs": "Tschechisch",
164
182
  "language.de": "Deutsch",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "Eine Ebene hinzufügen",
178
196
  "map.add.layer.catalog": "Aus dem Katalog",
179
197
  "map.add.layer.file": "Aus einer Datei",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "Aus WFS",
181
200
  "map.add.layer.wms": "Aus WMS",
182
201
  "map.addFromFile.placeholder": "Klicke hier oder ziehe eine Datei herein",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "Kartendaten werden geladen...",
189
208
  "map.loading.service": "Dienst wird geladen...",
190
209
  "map.navigation.message": "Bitte verwenden Sie STRG + Maus (oder zwei Finger auf einem Mobilgerät), um die Karte zu navigieren",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "Datenquelle",
192
212
  "map.wfs.urlInput.hint": "Geben Sie die WFS URL ein",
193
213
  "map.wms.urlInput.hint": "Geben Sie die WMS URL ein",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "unknown",
145
145
  "downloads.wfs.featuretype.not.found": "The layer was not found",
146
146
  "dropFile": "drop file",
147
+ "editor.record.loadError.body": "The record could not be loaded:",
148
+ "editor.record.loadError.closeMessage": "Understood",
149
+ "editor.record.loadError.title": "Error loading record",
147
150
  "editor.record.publish": "Publish this record",
151
+ "editor.record.publishError.body": "The record could not be published:",
152
+ "editor.record.publishError.closeMessage": "Understood",
153
+ "editor.record.publishError.title": "Error publishing record",
154
+ "editor.record.publishSuccess.body": "The record was successfully published!",
155
+ "editor.record.publishSuccess.title": "Publish success",
148
156
  "editor.record.upToDate": "This record is up to date",
149
157
  "externalviewer.dataset.unnamed": "Datahub layer",
150
158
  "facets.block.title.OrgForResource": "Organisation",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "Tag",
160
168
  "facets.block.title.th_regions_tree.default": "Regions",
161
169
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> to access this feature</div>",
170
+ "input.image.altTextPlaceholder": "Image alternate text",
171
+ "input.image.delete": "Delete",
172
+ "input.image.displayAltTextInput": "Alternate text",
173
+ "input.image.displayUrlInput": "Enter a URL",
174
+ "input.image.dropFileLabel": "or drop it here",
175
+ "input.image.selectFileLabel": "Select an image",
176
+ "input.image.uploadErrorLabel": "The image could not be uploaded",
177
+ "input.image.uploadErrorRetry": "Retry",
178
+ "input.image.uploadProgressCancel": "Cancel",
179
+ "input.image.uploadProgressLabel": "Upload in progress...",
162
180
  "language.ca": "Catalan",
163
181
  "language.cs": "Czech",
164
182
  "language.de": "German",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "Add a layer",
178
196
  "map.add.layer.catalog": "From the catalog",
179
197
  "map.add.layer.file": "From a file",
198
+ "map.add.layer.ogc.api": "From OGC API",
180
199
  "map.add.layer.wfs": "From WFS",
181
200
  "map.add.layer.wms": "From WMS",
182
201
  "map.addFromFile.placeholder": "Click or drop a file here",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "Loading map data...",
189
208
  "map.loading.service": "Loading service...",
190
209
  "map.navigation.message": "Please use CTRL + mouse (or two fingers on mobile) to navigate the map",
210
+ "map.ogc.urlInput.hint": "Enter OGC API service URL",
191
211
  "map.select.layer": "Data source",
192
212
  "map.wfs.urlInput.hint": "Enter WFS service URL",
193
213
  "map.wms.urlInput.hint": "Enter WMS service URL",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "",
145
145
  "downloads.wfs.featuretype.not.found": "",
146
146
  "dropFile": "",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "",
150
158
  "facets.block.title.OrgForResource": "",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "",
160
168
  "facets.block.title.th_regions_tree.default": "",
161
169
  "favorite.not.authenticated.tooltip": "",
170
+ "input.image.altTextPlaceholder": "",
171
+ "input.image.delete": "",
172
+ "input.image.displayAltTextInput": "",
173
+ "input.image.displayUrlInput": "",
174
+ "input.image.dropFileLabel": "",
175
+ "input.image.selectFileLabel": "",
176
+ "input.image.uploadErrorLabel": "",
177
+ "input.image.uploadErrorRetry": "",
178
+ "input.image.uploadProgressCancel": "",
179
+ "input.image.uploadProgressLabel": "",
162
180
  "language.ca": "Catalán",
163
181
  "language.cs": "Checo",
164
182
  "language.de": "Alemán",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "",
178
196
  "map.add.layer.catalog": "",
179
197
  "map.add.layer.file": "",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "",
181
200
  "map.add.layer.wms": "",
182
201
  "map.addFromFile.placeholder": "",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "",
189
208
  "map.loading.service": "",
190
209
  "map.navigation.message": "",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "",
192
212
  "map.wfs.urlInput.hint": "",
193
213
  "map.wms.urlInput.hint": "",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "inconnu",
145
145
  "downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
146
146
  "dropFile": "Faites glisser votre fichier",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "Couche du datahub",
150
158
  "facets.block.title.OrgForResource": "Organisation",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "Tag",
160
168
  "facets.block.title.th_regions_tree.default": "Régions",
161
169
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Connectez-vous</a> pour avoir accès à cette fonctionnalité</div>",
170
+ "input.image.altTextPlaceholder": "Texte alternatif de l'image",
171
+ "input.image.delete": "Supprimer",
172
+ "input.image.displayAltTextInput": "Texte alternatif",
173
+ "input.image.displayUrlInput": "Saisir une URL",
174
+ "input.image.dropFileLabel": "ou la glisser ici",
175
+ "input.image.selectFileLabel": "Sélectionner une image",
176
+ "input.image.uploadErrorLabel": "L'image n'a pas pu être chargée",
177
+ "input.image.uploadErrorRetry": "Réessayer",
178
+ "input.image.uploadProgressCancel": "Annuler",
179
+ "input.image.uploadProgressLabel": "Chargement en cours...",
162
180
  "language.ca": "Catalan",
163
181
  "language.cs": "Tchèque",
164
182
  "language.de": "Allemand",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "Ajouter une couche",
178
196
  "map.add.layer.catalog": "Du catalogue",
179
197
  "map.add.layer.file": "À partir d'un fichier",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "Depuis un service WFS",
181
200
  "map.add.layer.wms": "Depuis un service WMS",
182
201
  "map.addFromFile.placeholder": "Cliquez ou déposez un fichier ici",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "Chargement des données...",
189
208
  "map.loading.service": "Chargement du service...",
190
209
  "map.navigation.message": "Veuillez utiliser CTRL + souris (ou deux doigts sur mobile) pour naviguer sur la carte",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "Source de données",
192
212
  "map.wfs.urlInput.hint": "Entrez l'URL du service WFS",
193
213
  "map.wms.urlInput.hint": "Entrez l'URL du service WMS",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "sconosciuto",
145
145
  "downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
146
146
  "dropFile": "Trascina il suo file",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "Layer del datahub",
150
158
  "facets.block.title.OrgForResource": "Organizzazione",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "Tag",
160
168
  "facets.block.title.th_regions_tree.default": "Regioni",
161
169
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> per accedere a questa funzionalità</div>",
170
+ "input.image.altTextPlaceholder": "",
171
+ "input.image.delete": "",
172
+ "input.image.displayAltTextInput": "",
173
+ "input.image.displayUrlInput": "",
174
+ "input.image.dropFileLabel": "",
175
+ "input.image.selectFileLabel": "",
176
+ "input.image.uploadErrorLabel": "",
177
+ "input.image.uploadErrorRetry": "",
178
+ "input.image.uploadProgressCancel": "",
179
+ "input.image.uploadProgressLabel": "",
162
180
  "language.ca": "Catalano",
163
181
  "language.cs": "Ceco",
164
182
  "language.de": "Tedesco",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "Aggiungere un layer",
178
196
  "map.add.layer.catalog": "Dal catalogo",
179
197
  "map.add.layer.file": "Da un file",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "Da un WFS",
181
200
  "map.add.layer.wms": "Da un WMS",
182
201
  "map.addFromFile.placeholder": "Clicca o trascina un file qui",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "Caricamento dati...",
189
208
  "map.loading.service": "Caricamento del servizio...",
190
209
  "map.navigation.message": "Si prega di utilizzare CTRL + mouse (o due dita su mobile) per navigare sulla mappa",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "Sorgente dati",
192
212
  "map.wfs.urlInput.hint": "Inserisci URL del servizio WFS",
193
213
  "map.wms.urlInput.hint": "Inserisci URL del servizio WMS",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "",
145
145
  "downloads.wfs.featuretype.not.found": "",
146
146
  "dropFile": "",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "",
150
158
  "facets.block.title.OrgForResource": "",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "",
160
168
  "facets.block.title.th_regions_tree.default": "",
161
169
  "favorite.not.authenticated.tooltip": "",
170
+ "input.image.altTextPlaceholder": "",
171
+ "input.image.delete": "",
172
+ "input.image.displayAltTextInput": "",
173
+ "input.image.displayUrlInput": "",
174
+ "input.image.dropFileLabel": "",
175
+ "input.image.selectFileLabel": "",
176
+ "input.image.uploadErrorLabel": "",
177
+ "input.image.uploadErrorRetry": "",
178
+ "input.image.uploadProgressCancel": "",
179
+ "input.image.uploadProgressLabel": "",
162
180
  "language.ca": "Catalaans",
163
181
  "language.cs": "Tsjechisch",
164
182
  "language.de": "Duits",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "",
178
196
  "map.add.layer.catalog": "",
179
197
  "map.add.layer.file": "",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "",
181
200
  "map.add.layer.wms": "",
182
201
  "map.addFromFile.placeholder": "",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "",
189
208
  "map.loading.service": "",
190
209
  "map.navigation.message": "",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "",
192
212
  "map.wfs.urlInput.hint": "",
193
213
  "map.wms.urlInput.hint": "",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "",
145
145
  "downloads.wfs.featuretype.not.found": "",
146
146
  "dropFile": "",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "",
150
158
  "facets.block.title.OrgForResource": "",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "",
160
168
  "facets.block.title.th_regions_tree.default": "",
161
169
  "favorite.not.authenticated.tooltip": "",
170
+ "input.image.altTextPlaceholder": "",
171
+ "input.image.delete": "",
172
+ "input.image.displayAltTextInput": "",
173
+ "input.image.displayUrlInput": "",
174
+ "input.image.dropFileLabel": "",
175
+ "input.image.selectFileLabel": "",
176
+ "input.image.uploadErrorLabel": "",
177
+ "input.image.uploadErrorRetry": "",
178
+ "input.image.uploadProgressCancel": "",
179
+ "input.image.uploadProgressLabel": "",
162
180
  "language.ca": "Catalão",
163
181
  "language.cs": "Tcheco",
164
182
  "language.de": "Alemão",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "",
178
196
  "map.add.layer.catalog": "",
179
197
  "map.add.layer.file": "",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "",
181
200
  "map.add.layer.wms": "",
182
201
  "map.addFromFile.placeholder": "",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "",
189
208
  "map.loading.service": "",
190
209
  "map.navigation.message": "",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "",
192
212
  "map.wfs.urlInput.hint": "",
193
213
  "map.wms.urlInput.hint": "",
@@ -144,7 +144,15 @@
144
144
  "downloads.format.unknown": "neznámy",
145
145
  "downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
146
146
  "dropFile": "nahrať súbor",
147
+ "editor.record.loadError.body": "",
148
+ "editor.record.loadError.closeMessage": "",
149
+ "editor.record.loadError.title": "",
147
150
  "editor.record.publish": "",
151
+ "editor.record.publishError.body": "",
152
+ "editor.record.publishError.closeMessage": "",
153
+ "editor.record.publishError.title": "",
154
+ "editor.record.publishSuccess.body": "",
155
+ "editor.record.publishSuccess.title": "",
148
156
  "editor.record.upToDate": "",
149
157
  "externalviewer.dataset.unnamed": "",
150
158
  "facets.block.title.OrgForResource": "Organizácia",
@@ -159,6 +167,16 @@
159
167
  "facets.block.title.tag.default": "Štítok",
160
168
  "facets.block.title.th_regions_tree.default": "Regióny",
161
169
  "favorite.not.authenticated.tooltip": "<div><a href='{link}'>Prihlásiť sa</a> pre prístup k tejto funkcii</div>",
170
+ "input.image.altTextPlaceholder": "",
171
+ "input.image.delete": "",
172
+ "input.image.displayAltTextInput": "",
173
+ "input.image.displayUrlInput": "",
174
+ "input.image.dropFileLabel": "",
175
+ "input.image.selectFileLabel": "",
176
+ "input.image.uploadErrorLabel": "",
177
+ "input.image.uploadErrorRetry": "",
178
+ "input.image.uploadProgressCancel": "",
179
+ "input.image.uploadProgressLabel": "",
162
180
  "language.ca": "Catalánsky",
163
181
  "language.cs": "Čeština",
164
182
  "language.de": "Nemecky",
@@ -177,6 +195,7 @@
177
195
  "map.add.layer": "Pridať vrstvu",
178
196
  "map.add.layer.catalog": "Z katalógu",
179
197
  "map.add.layer.file": "Zo súboru",
198
+ "map.add.layer.ogc.api": "",
180
199
  "map.add.layer.wfs": "Z WFS",
181
200
  "map.add.layer.wms": "Z WMS",
182
201
  "map.addFromFile.placeholder": "Kliknite na tlačidlo alebo sem vložte súbor",
@@ -188,6 +207,7 @@
188
207
  "map.loading.data": "Načítavanie dát mapy...",
189
208
  "map.loading.service": "Načítavanie služieb...",
190
209
  "map.navigation.message": "Použite prosím CTRL + myš (alebo dva prsty na mobilnom zariadení) na navigáciu po mape",
210
+ "map.ogc.urlInput.hint": "",
191
211
  "map.select.layer": "Zdroj dát",
192
212
  "map.wfs.urlInput.hint": "Zadajte URL adresu služby WFS",
193
213
  "map.wms.urlInput.hint": "Zadajte URL adresu služby WMS",
@@ -1,13 +0,0 @@
1
- /**
2
- * GeoNetwork 4.2.7 OpenAPI Documentation
3
- * This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
4
- *
5
- * The version of the OpenAPI document: 4.2.7
6
- * Contact: geonetwork-users@lists.sourceforge.net
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export {};
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lT2JqZWN0My5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9pbmxpbmVPYmplY3QzLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIElubGluZU9iamVjdDNBcGlNb2RlbCB7XG4gIC8qKlxuICAgKiBUaGUgZmlsZSB0byB1cGxvYWRcbiAgICovXG4gIGZpbGU6IEJsb2Jcbn1cbiJdfQ==
@@ -1,30 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component } from '@angular/core';
3
- import { UiInputsModule } from '../../../../../../libs/ui/inputs/src';
4
- import { EditorFacade } from '../+state/editor.facade';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "../+state/editor.facade";
7
- import * as i2 from "@angular/common";
8
- import * as i3 from "../../../../../ui/inputs/src/lib/form-field/form-field.component";
9
- export class RecordFormComponent {
10
- constructor(facade) {
11
- this.facade = facade;
12
- this.fields$ = this.facade.recordFields$;
13
- }
14
- handleFieldValueChange(field, newValue) {
15
- if (!field.config.model) {
16
- return;
17
- }
18
- this.facade.updateRecordField(field.config.model, newValue);
19
- }
20
- fieldTracker(index, field) {
21
- return field.config.model;
22
- }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: RecordFormComponent, deps: [{ token: i1.EditorFacade }], target: i0.ɵɵFactoryTarget.Component }); }
24
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: RecordFormComponent, isStandalone: true, selector: "gn-ui-record-form", ngImport: i0, template: "<div class=\"flex flex-col gap-6 p-6\">\n <ng-container *ngFor=\"let field of fields$ | async; trackBy: fieldTracker\">\n <gn-ui-form-field\n *ngIf=\"field.config.formFieldConfig && !field.config.hidden\"\n [config]=\"field.config.formFieldConfig\"\n [value]=\"field.value\"\n (valueChange)=\"handleFieldValueChange(field, $event)\"\n ></gn-ui-form-field>\n </ng-container>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "ngmodule", type: UiInputsModule }, { kind: "component", type: i3.FormFieldComponent, selector: "gn-ui-form-field", inputs: ["config", "value"], outputs: ["valueChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
25
- }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: RecordFormComponent, decorators: [{
27
- type: Component,
28
- args: [{ selector: 'gn-ui-record-form', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, UiInputsModule], template: "<div class=\"flex flex-col gap-6 p-6\">\n <ng-container *ngFor=\"let field of fields$ | async; trackBy: fieldTracker\">\n <gn-ui-form-field\n *ngIf=\"field.config.formFieldConfig && !field.config.hidden\"\n [config]=\"field.config.formFieldConfig\"\n [value]=\"field.value\"\n (valueChange)=\"handleFieldValueChange(field, $event)\"\n ></gn-ui-form-field>\n </ng-container>\n</div>\n" }]
29
- }], ctorParameters: function () { return [{ type: i1.EditorFacade }]; } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL3JlY29yZC1mb3JtL3JlY29yZC1mb3JtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9yZWNvcmQtZm9ybS9yZWNvcmQtZm9ybS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0NBQXNDLENBQUE7QUFDckUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHlCQUF5QixDQUFBOzs7OztBQVd0RCxNQUFNLE9BQU8sbUJBQW1CO0lBRzlCLFlBQW1CLE1BQW9CO1FBQXBCLFdBQU0sR0FBTixNQUFNLENBQWM7UUFGdkMsWUFBTyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFBO0lBRU8sQ0FBQztJQUUzQyxzQkFBc0IsQ0FBQyxLQUF1QixFQUFFLFFBQTBCO1FBQ3hFLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLEtBQUssRUFBRTtZQUN2QixPQUFNO1NBQ1A7UUFDRCxJQUFJLENBQUMsTUFBTSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsS0FBSyxFQUFFLFFBQVEsQ0FBQyxDQUFBO0lBQzdELENBQUM7SUFFRCxZQUFZLENBQUMsS0FBYSxFQUFFLEtBQXVCO1FBQ2pELE9BQU8sS0FBSyxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUE7SUFDM0IsQ0FBQzs4R0FkVSxtQkFBbUI7a0dBQW5CLG1CQUFtQiw2RUNkaEMsNlpBVUEseURERVksWUFBWSxvVEFBRSxjQUFjOzsyRkFFM0IsbUJBQW1CO2tCQVIvQixTQUFTOytCQUNFLG1CQUFtQixtQkFHWix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IFVpSW5wdXRzTW9kdWxlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjJ1xuaW1wb3J0IHsgRWRpdG9yRmFjYWRlIH0gZnJvbSAnLi4vK3N0YXRlL2VkaXRvci5mYWNhZGUnXG5pbXBvcnQgeyBFZGl0b3JGaWVsZFN0YXRlLCBFZGl0b3JGaWVsZFZhbHVlIH0gZnJvbSAnLi4vbW9kZWxzL2ZpZWxkcy5tb2RlbCdcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktcmVjb3JkLWZvcm0nLFxuICB0ZW1wbGF0ZVVybDogJy4vcmVjb3JkLWZvcm0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9yZWNvcmQtZm9ybS5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBVaUlucHV0c01vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIFJlY29yZEZvcm1Db21wb25lbnQge1xuICBmaWVsZHMkID0gdGhpcy5mYWNhZGUucmVjb3JkRmllbGRzJFxuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBmYWNhZGU6IEVkaXRvckZhY2FkZSkge31cblxuICBoYW5kbGVGaWVsZFZhbHVlQ2hhbmdlKGZpZWxkOiBFZGl0b3JGaWVsZFN0YXRlLCBuZXdWYWx1ZTogRWRpdG9yRmllbGRWYWx1ZSkge1xuICAgIGlmICghZmllbGQuY29uZmlnLm1vZGVsKSB7XG4gICAgICByZXR1cm5cbiAgICB9XG4gICAgdGhpcy5mYWNhZGUudXBkYXRlUmVjb3JkRmllbGQoZmllbGQuY29uZmlnLm1vZGVsLCBuZXdWYWx1ZSlcbiAgfVxuXG4gIGZpZWxkVHJhY2tlcihpbmRleDogbnVtYmVyLCBmaWVsZDogRWRpdG9yRmllbGRTdGF0ZSkge1xuICAgIHJldHVybiBmaWVsZC5jb25maWcubW9kZWxcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImZsZXggZmxleC1jb2wgZ2FwLTYgcC02XCI+XG4gIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGZpZWxkIG9mIGZpZWxkcyQgfCBhc3luYzsgdHJhY2tCeTogZmllbGRUcmFja2VyXCI+XG4gICAgPGduLXVpLWZvcm0tZmllbGRcbiAgICAgICpuZ0lmPVwiZmllbGQuY29uZmlnLmZvcm1GaWVsZENvbmZpZyAmJiAhZmllbGQuY29uZmlnLmhpZGRlblwiXG4gICAgICBbY29uZmlnXT1cImZpZWxkLmNvbmZpZy5mb3JtRmllbGRDb25maWdcIlxuICAgICAgW3ZhbHVlXT1cImZpZWxkLnZhbHVlXCJcbiAgICAgICh2YWx1ZUNoYW5nZSk9XCJoYW5kbGVGaWVsZFZhbHVlQ2hhbmdlKGZpZWxkLCAkZXZlbnQpXCJcbiAgICA+PC9nbi11aS1mb3JtLWZpZWxkPlxuICA8L25nLWNvbnRhaW5lcj5cbjwvZGl2PlxuIl19
@@ -1,11 +0,0 @@
1
- import { ChangeDetectionStrategy, Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FormFieldArrayComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldArrayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: FormFieldArrayComponent, selector: "gn-ui-form-field-array", ngImport: i0, template: "<p>form-field-array works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldArrayComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'gn-ui-form-field-array', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p>form-field-array works!</p>\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1hcnJheS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMvbGliL2Zvcm0tZmllbGQvZm9ybS1maWVsZC1hcnJheS9mb3JtLWZpZWxkLWFycmF5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvZm9ybS1maWVsZC9mb3JtLWZpZWxkLWFycmF5L2Zvcm0tZmllbGQtYXJyYXkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQTs7QUFRbEUsTUFBTSxPQUFPLHVCQUF1Qjs4R0FBdkIsdUJBQXVCO2tHQUF2Qix1QkFBdUIsOERDUnBDLGtDQUNBOzsyRkRPYSx1QkFBdUI7a0JBTm5DLFNBQVM7K0JBQ0Usd0JBQXdCLG1CQUdqQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWZvcm0tZmllbGQtYXJyYXknLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC1hcnJheS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Zvcm0tZmllbGQtYXJyYXkuY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRm9ybUZpZWxkQXJyYXlDb21wb25lbnQge31cbiIsIjxwPmZvcm0tZmllbGQtYXJyYXkgd29ya3MhPC9wPlxuIl19
@@ -1,27 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/forms";
6
- export class FormFieldFileComponent {
7
- constructor() {
8
- this.readonly = false;
9
- this.invalid = false;
10
- this.placeholder = '';
11
- }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldFileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: FormFieldFileComponent, selector: "gn-ui-form-field-file", inputs: { control: "control", readonly: "readonly", invalid: "invalid", placeholder: "placeholder" }, ngImport: i0, template: "<input\n type=\"file\"\n [readonly]=\"readonly\"\n [formControl]=\"control\"\n [placeholder]=\"placeholder\"\n class=\"border rounded-md p-3 w-full bg-white transition-colors\"\n [ngClass]=\"{\n 'border-pink-500': invalid,\n 'border-gray-200': !invalid,\n 'text-gray-600': readonly\n }\"\n/>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldFileComponent, decorators: [{
16
- type: Component,
17
- args: [{ selector: 'gn-ui-form-field-file', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input\n type=\"file\"\n [readonly]=\"readonly\"\n [formControl]=\"control\"\n [placeholder]=\"placeholder\"\n class=\"border rounded-md p-3 w-full bg-white transition-colors\"\n [ngClass]=\"{\n 'border-pink-500': invalid,\n 'border-gray-200': !invalid,\n 'text-gray-600': readonly\n }\"\n/>\n" }]
18
- }], propDecorators: { control: [{
19
- type: Input
20
- }], readonly: [{
21
- type: Input
22
- }], invalid: [{
23
- type: Input
24
- }], placeholder: [{
25
- type: Input
26
- }] } });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1maWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvZm9ybS1maWVsZC9mb3JtLWZpZWxkLWZpbGUvZm9ybS1maWVsZC1maWxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvZm9ybS1maWVsZC9mb3JtLWZpZWxkLWZpbGUvZm9ybS1maWVsZC1maWxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3pFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7OztBQVE1QyxNQUFNLE9BQU8sc0JBQXNCO0lBTm5DO1FBUVcsYUFBUSxHQUFHLEtBQUssQ0FBQTtRQUNoQixZQUFPLEdBQUcsS0FBSyxDQUFBO1FBQ2YsZ0JBQVcsR0FBRyxFQUFFLENBQUE7S0FDMUI7OEdBTFksc0JBQXNCO2tHQUF0QixzQkFBc0IsbUtDVG5DLHVUQVlBOzsyRkRIYSxzQkFBc0I7a0JBTmxDLFNBQVM7K0JBQ0UsdUJBQXVCLG1CQUdoQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWZvcm0tZmllbGQtZmlsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9mb3JtLWZpZWxkLWZpbGUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mb3JtLWZpZWxkLWZpbGUuY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRm9ybUZpZWxkRmlsZUNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGNvbnRyb2whOiBGb3JtQ29udHJvbFxuICBASW5wdXQoKSByZWFkb25seSA9IGZhbHNlXG4gIEBJbnB1dCgpIGludmFsaWQgPSBmYWxzZVxuICBASW5wdXQoKSBwbGFjZWhvbGRlciA9ICcnXG59XG4iLCI8aW5wdXRcbiAgdHlwZT1cImZpbGVcIlxuICBbcmVhZG9ubHldPVwicmVhZG9ubHlcIlxuICBbZm9ybUNvbnRyb2xdPVwiY29udHJvbFwiXG4gIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiXG4gIGNsYXNzPVwiYm9yZGVyIHJvdW5kZWQtbWQgcC0zIHctZnVsbCBiZy13aGl0ZSB0cmFuc2l0aW9uLWNvbG9yc1wiXG4gIFtuZ0NsYXNzXT1cIntcbiAgICAnYm9yZGVyLXBpbmstNTAwJzogaW52YWxpZCxcbiAgICAnYm9yZGVyLWdyYXktMjAwJzogIWludmFsaWQsXG4gICAgJ3RleHQtZ3JheS02MDAnOiByZWFkb25seVxuICB9XCJcbi8+XG4iXX0=
@@ -1,11 +0,0 @@
1
- import { ChangeDetectionStrategy, Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FormFieldObjectComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldObjectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: FormFieldObjectComponent, selector: "gn-ui-form-field-object", ngImport: i0, template: "<p>form-field-object works!</p>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldObjectComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'gn-ui-form-field-object', changeDetection: ChangeDetectionStrategy.OnPush, template: "<p>form-field-object works!</p>\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1vYmplY3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjL2xpYi9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtb2JqZWN0L2Zvcm0tZmllbGQtb2JqZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvZm9ybS1maWVsZC9mb3JtLWZpZWxkLW9iamVjdC9mb3JtLWZpZWxkLW9iamVjdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFBOztBQVFsRSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7a0dBQXhCLHdCQUF3QiwrRENSckMsbUNBQ0E7OzJGRE9hLHdCQUF3QjtrQkFOcEMsU0FBUzsrQkFDRSx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktZm9ybS1maWVsZC1vYmplY3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC1vYmplY3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mb3JtLWZpZWxkLW9iamVjdC5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBGb3JtRmllbGRPYmplY3RDb21wb25lbnQge31cbiIsIjxwPmZvcm0tZmllbGQtb2JqZWN0IHdvcmtzITwvcD5cbiJdfQ==
@@ -1,27 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/forms";
6
- export class FormFieldRichComponent {
7
- constructor() {
8
- this.readonly = false;
9
- this.invalid = false;
10
- this.placeholder = '';
11
- }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldRichComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.7", type: FormFieldRichComponent, selector: "gn-ui-form-field-rich", inputs: { control: "control", readonly: "readonly", invalid: "invalid", placeholder: "placeholder" }, ngImport: i0, template: "<textarea\n [readonly]=\"readonly\"\n [formControl]=\"control\"\n [placeholder]=\"placeholder\"\n class=\"border rounded-md p-3 w-full bg-white h-full resize-none transition-colors\"\n [ngClass]=\"{\n 'border-pink-500': invalid,\n 'border-gray-200': !invalid,\n 'text-gray-600': readonly\n }\"\n></textarea>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: FormFieldRichComponent, decorators: [{
16
- type: Component,
17
- args: [{ selector: 'gn-ui-form-field-rich', changeDetection: ChangeDetectionStrategy.OnPush, template: "<textarea\n [readonly]=\"readonly\"\n [formControl]=\"control\"\n [placeholder]=\"placeholder\"\n class=\"border rounded-md p-3 w-full bg-white h-full resize-none transition-colors\"\n [ngClass]=\"{\n 'border-pink-500': invalid,\n 'border-gray-200': !invalid,\n 'text-gray-600': readonly\n }\"\n></textarea>\n" }]
18
- }], propDecorators: { control: [{
19
- type: Input
20
- }], readonly: [{
21
- type: Input
22
- }], invalid: [{
23
- type: Input
24
- }], placeholder: [{
25
- type: Input
26
- }] } });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1yaWNoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvZm9ybS1maWVsZC9mb3JtLWZpZWxkLXJpY2gvZm9ybS1maWVsZC1yaWNoLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvZm9ybS1maWVsZC9mb3JtLWZpZWxkLXJpY2gvZm9ybS1maWVsZC1yaWNoLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3pFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7OztBQVE1QyxNQUFNLE9BQU8sc0JBQXNCO0lBTm5DO1FBUVcsYUFBUSxHQUFHLEtBQUssQ0FBQTtRQUNoQixZQUFPLEdBQUcsS0FBSyxDQUFBO1FBQ2YsZ0JBQVcsR0FBRyxFQUFFLENBQUE7S0FDMUI7OEdBTFksc0JBQXNCO2tHQUF0QixzQkFBc0IsbUtDVG5DLHNVQVdBOzsyRkRGYSxzQkFBc0I7a0JBTmxDLFNBQVM7K0JBQ0UsdUJBQXVCLG1CQUdoQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWZvcm0tZmllbGQtcmljaCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9mb3JtLWZpZWxkLXJpY2guY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mb3JtLWZpZWxkLXJpY2guY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRm9ybUZpZWxkUmljaENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGNvbnRyb2whOiBGb3JtQ29udHJvbFxuICBASW5wdXQoKSByZWFkb25seSA9IGZhbHNlXG4gIEBJbnB1dCgpIGludmFsaWQgPSBmYWxzZVxuICBASW5wdXQoKSBwbGFjZWhvbGRlciA9ICcnXG59XG4iLCI8dGV4dGFyZWFcbiAgW3JlYWRvbmx5XT1cInJlYWRvbmx5XCJcbiAgW2Zvcm1Db250cm9sXT1cImNvbnRyb2xcIlxuICBbcGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIlxuICBjbGFzcz1cImJvcmRlciByb3VuZGVkLW1kIHAtMyB3LWZ1bGwgYmctd2hpdGUgaC1mdWxsIHJlc2l6ZS1ub25lIHRyYW5zaXRpb24tY29sb3JzXCJcbiAgW25nQ2xhc3NdPVwie1xuICAgICdib3JkZXItcGluay01MDAnOiBpbnZhbGlkLFxuICAgICdib3JkZXItZ3JheS0yMDAnOiAhaW52YWxpZCxcbiAgICAndGV4dC1ncmF5LTYwMCc6IHJlYWRvbmx5XG4gIH1cIlxuPjwvdGV4dGFyZWE+XG4iXX0=