geonetwork-ui 2.4.0-dev.a9a61288 → 2.4.0-dev.aa689838

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 (447) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +10 -3
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +1 -1
  3. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +5 -5
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +7 -4
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +10 -7
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +10 -15
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +6 -6
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +28 -18
  9. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +5 -3
  10. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +11 -1
  11. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +51 -7
  12. package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +28 -1
  13. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  14. package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +1 -1
  15. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  16. package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +5 -5
  17. package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +3 -3
  18. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +1 -1
  19. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +1 -1
  20. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +1 -1
  21. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  22. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +6 -1
  23. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +4 -1
  24. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +29 -0
  25. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +78 -0
  26. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +71 -0
  27. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +143 -0
  28. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +19 -41
  29. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +10 -8
  30. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +101 -0
  31. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +146 -0
  32. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +44 -0
  33. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +91 -11
  34. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +10 -6
  35. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +11 -11
  36. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +9 -8
  37. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +111 -5
  38. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +38 -68
  39. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +16 -14
  40. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +44 -53
  41. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +5 -4
  42. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +8 -8
  43. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +6 -4
  44. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +34 -4
  45. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +1 -1
  46. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +5 -1
  47. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +6 -6
  48. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +7 -6
  49. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +8 -5
  50. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +6 -7
  51. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +8 -7
  52. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +7 -6
  53. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +7 -26
  54. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +29 -13
  55. package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +3 -3
  56. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
  57. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +1 -1
  58. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +1 -1
  59. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
  60. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +3 -3
  61. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +10 -4
  62. package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +3 -3
  63. package/esm2022/libs/ui/elements/src/index.mjs +1 -2
  64. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +2 -2
  65. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +1 -1
  66. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +2 -2
  67. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +5 -5
  68. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +7 -4
  69. package/esm2022/libs/ui/inputs/src/index.mjs +5 -1
  70. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +19 -5
  71. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +26 -24
  72. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +87 -0
  73. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +21 -23
  74. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +32 -0
  75. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +7 -21
  76. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +6 -17
  77. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +3 -7
  78. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +43 -0
  79. package/esm2022/libs/ui/layout/src/index.mjs +3 -1
  80. package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +29 -0
  81. package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +43 -0
  82. package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +3 -3
  83. package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +7 -7
  84. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +8 -8
  85. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +10 -10
  86. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +1 -1
  87. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +1 -1
  88. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -1
  89. package/esm2022/translations/de.json +57 -2
  90. package/esm2022/translations/en.json +57 -2
  91. package/esm2022/translations/es.json +55 -0
  92. package/esm2022/translations/fr.json +60 -5
  93. package/esm2022/translations/it.json +57 -2
  94. package/esm2022/translations/nl.json +55 -0
  95. package/esm2022/translations/pt.json +55 -0
  96. package/fesm2022/geonetwork-ui.mjs +2720 -1488
  97. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  98. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +3 -3
  99. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  100. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +2 -6
  101. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -1
  102. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +2 -2
  103. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
  104. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +1 -1
  105. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -1
  106. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  107. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +4 -5
  108. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  109. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +7 -6
  110. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  111. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  112. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +22 -2
  113. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  114. package/libs/common/domain/src/lib/model/record/contact.model.d.ts +1 -0
  115. package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +1 -1
  116. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +7 -6
  117. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  118. package/libs/common/domain/src/lib/model/user/user.model.d.ts +1 -1
  119. package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +1 -1
  120. package/libs/common/domain/src/lib/platform.service.interface.d.ts +16 -0
  121. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  122. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +2 -2
  123. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +1 -1
  124. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +1 -1
  125. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +1 -1
  126. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -2
  127. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  128. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +6 -6
  129. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  130. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +3 -3
  131. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  132. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +1 -0
  133. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  134. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +5 -0
  135. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  136. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +1 -0
  137. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  138. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +12 -0
  139. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +1 -0
  140. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +32 -0
  141. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -0
  142. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +15 -0
  143. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -0
  144. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +41 -0
  145. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -0
  146. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +8 -19
  147. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
  148. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +6 -4
  149. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
  150. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +22 -0
  151. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +1 -0
  152. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +34 -0
  153. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -0
  154. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +15 -0
  155. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +1 -0
  156. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +23 -4
  157. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -1
  158. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +4 -3
  159. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +1 -1
  160. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +4 -4
  161. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
  162. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +4 -3
  163. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -1
  164. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +23 -0
  165. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
  166. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +10 -16
  167. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
  168. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +5 -5
  169. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
  170. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +18 -24
  171. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  172. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -3
  173. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  174. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +2 -1
  175. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  176. package/libs/feature/editor/src/lib/fields.config.d.ts +8 -0
  177. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  178. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +5 -0
  179. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -1
  180. package/libs/feature/editor/src/lib/services/editor.service.d.ts +1 -0
  181. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  182. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +1 -1
  183. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
  184. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +6 -6
  185. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
  186. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +1 -1
  187. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -1
  188. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +1 -1
  189. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
  190. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +1 -1
  191. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -1
  192. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +1 -1
  193. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -1
  194. package/libs/feature/map/src/lib/feature-map.module.d.ts +16 -21
  195. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  196. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +1 -1
  197. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
  198. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +2 -2
  199. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +1 -1
  200. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +3 -3
  201. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  202. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -2
  203. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  204. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -2
  205. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  206. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +7 -7
  207. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  208. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -0
  209. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  210. package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +2 -2
  211. package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +1 -1
  212. package/libs/ui/elements/src/index.d.ts +0 -1
  213. package/libs/ui/elements/src/index.d.ts.map +1 -1
  214. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +2 -2
  215. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
  216. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -7
  217. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
  218. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +2 -2
  219. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  220. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
  221. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  222. package/libs/ui/inputs/src/index.d.ts +4 -0
  223. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  224. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +9 -1
  225. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  226. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +5 -3
  227. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -1
  228. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +24 -0
  229. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -0
  230. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +6 -9
  231. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -1
  232. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +17 -0
  233. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +1 -0
  234. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -4
  235. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  236. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +2 -4
  237. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  238. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +34 -35
  239. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  240. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +18 -0
  241. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -0
  242. package/libs/ui/layout/src/index.d.ts +2 -0
  243. package/libs/ui/layout/src/index.d.ts.map +1 -1
  244. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +20 -0
  245. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +1 -0
  246. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +14 -0
  247. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
  248. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +3 -3
  249. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +1 -1
  250. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +2 -2
  251. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  252. package/libs/util/app-config/src/lib/fixtures.d.ts +8 -8
  253. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  254. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
  255. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
  256. package/libs/util/shared/src/lib/links/link-utils.d.ts +6 -6
  257. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  258. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -1
  259. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -1
  260. package/package.json +1 -1
  261. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +7 -2
  262. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -1
  263. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
  264. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +1 -1
  265. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +18 -16
  266. package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +2 -6
  267. package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +4 -4
  268. package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +12 -4
  269. package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +14 -8
  270. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +7 -13
  271. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +13 -15
  272. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +48 -36
  273. package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +5 -5
  274. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +12 -1
  275. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +90 -15
  276. package/src/libs/common/domain/src/lib/model/record/contact.model.ts +28 -0
  277. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +8 -7
  278. package/src/libs/common/domain/src/lib/model/user/user.model.ts +1 -1
  279. package/src/libs/common/domain/src/lib/platform.service.interface.ts +30 -0
  280. package/src/libs/common/fixtures/src/index.ts +1 -1
  281. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +37 -37
  282. package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-request.ts → aggregations-request.fixtures.ts} +1 -3
  283. package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-response.ts → aggregations-response.fixtures.ts} +6 -8
  284. package/src/libs/common/fixtures/src/lib/elasticsearch/{full-response.ts → full-response.fixtures.ts} +1 -3
  285. package/src/libs/common/fixtures/src/lib/elasticsearch/index.ts +5 -5
  286. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +1 -3
  287. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata.fixtures.ts +1739 -1742
  288. package/src/libs/common/fixtures/src/lib/elasticsearch/{search-requests.ts → search-requests.fixtures.ts} +1 -3
  289. package/src/libs/common/fixtures/src/lib/elasticsearch/{search-responses.ts → search-responses.fixtures.ts} +4 -6
  290. package/src/libs/common/fixtures/src/lib/geojson.fixtures.ts +57178 -57195
  291. package/src/libs/common/fixtures/src/lib/gn4/groups.fixtures.ts +2 -4
  292. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +233 -164
  293. package/src/libs/common/fixtures/src/lib/ol-feature.fixtures.ts +10 -0
  294. package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +37 -3
  295. package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +9 -7
  296. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +9 -9
  297. package/src/libs/common/fixtures/src/lib/repository.fixtures.ts +4 -4
  298. package/src/libs/common/fixtures/src/lib/search/aggregations.ts +2 -3
  299. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +14 -15
  300. package/src/libs/common/fixtures/src/lib/user.fixtures.ts +32 -15
  301. package/src/libs/data-access/gn4/src/fixtures/site.fixtures.ts +4 -4
  302. package/src/libs/data-access/gn4/src/fixtures/ui.fixtures.ts +2 -2
  303. package/src/libs/feature/catalog/src/lib/sources/sources.fixture.ts +1 -1
  304. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +3 -3
  305. package/src/libs/feature/dataviz/src/lib/figure/figure.fixtures.ts +2 -2
  306. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +6 -6
  307. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +4 -4
  308. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +2 -0
  309. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +15 -0
  310. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +4 -0
  311. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +25 -0
  312. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +30 -0
  313. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +26 -0
  314. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +89 -0
  315. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +35 -0
  316. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +79 -0
  317. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.css +0 -0
  318. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +86 -0
  319. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +210 -0
  320. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +7 -17
  321. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +18 -51
  322. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +13 -5
  323. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.css +0 -0
  324. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +4 -0
  325. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts +128 -0
  326. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.css +0 -0
  327. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +33 -0
  328. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +179 -0
  329. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.css +0 -0
  330. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.html +6 -0
  331. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +48 -0
  332. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +11 -5
  333. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +104 -7
  334. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +2 -2
  335. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +9 -3
  336. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +2 -2
  337. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +13 -7
  338. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.html +5 -3
  339. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +11 -4
  340. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +15 -1
  341. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +156 -1
  342. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +30 -4
  343. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +41 -86
  344. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +17 -15
  345. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +111 -74
  346. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +48 -53
  347. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +3 -1
  348. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +9 -4
  349. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +1 -1
  350. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -1
  351. package/src/libs/feature/editor/src/lib/fields.config.ts +37 -3
  352. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +9 -0
  353. package/src/libs/feature/editor/src/lib/services/editor.service.ts +7 -0
  354. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +3 -0
  355. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +12 -8
  356. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -0
  357. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +1 -1
  358. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +10 -7
  359. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +1 -1
  360. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +5 -0
  361. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +1 -1
  362. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +6 -1
  363. package/src/libs/feature/map/src/lib/feature-map.module.ts +2 -15
  364. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +24 -1
  365. package/src/libs/feature/map/src/lib/map-context/map-context.fixtures.ts +26 -22
  366. package/src/libs/feature/map/src/lib/style/map-style.fixtures.ts +29 -27
  367. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -3
  368. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +2 -2
  369. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +2 -2
  370. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +5 -1
  371. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -1
  372. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
  373. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +22 -1
  374. package/src/libs/feature/search/src/lib/state/fixtures/search-state.fixtures.ts +2 -2
  375. package/src/libs/ui/dataviz/src/lib/chart/chart.fixtures.ts +2 -2
  376. package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +2 -2
  377. package/src/libs/ui/elements/src/index.ts +0 -1
  378. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +4 -4
  379. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +7 -7
  380. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -3
  381. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +2 -2
  382. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +6 -1
  383. package/src/libs/ui/inputs/src/index.ts +4 -0
  384. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +15 -3
  385. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +40 -26
  386. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.css +0 -0
  387. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +85 -0
  388. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +92 -0
  389. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +50 -50
  390. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +19 -21
  391. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +3 -2
  392. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +3 -28
  393. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +4 -3
  394. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +4 -16
  395. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
  396. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.css +9 -0
  397. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +37 -0
  398. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +33 -0
  399. package/src/libs/ui/layout/src/index.ts +2 -0
  400. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.css +0 -0
  401. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.html +15 -0
  402. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +44 -0
  403. package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +37 -0
  404. package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.ts +15 -18
  405. package/src/libs/ui/map/src/lib/ui-map.module.ts +1 -1
  406. package/src/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.ts +7 -6
  407. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -2
  408. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +5 -6
  409. package/src/libs/util/app-config/src/lib/fixtures.ts +9 -9
  410. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -3
  411. package/src/libs/util/shared/src/lib/links/link-utils.ts +6 -6
  412. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +4 -1
  413. package/tailwind.base.css +21 -4
  414. package/translations/de.json +57 -2
  415. package/translations/en.json +57 -2
  416. package/translations/es.json +55 -0
  417. package/translations/fr.json +60 -5
  418. package/translations/it.json +57 -2
  419. package/translations/nl.json +55 -0
  420. package/translations/pt.json +55 -0
  421. package/translations/sk.json +55 -0
  422. package/esm2022/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.mjs +0 -138
  423. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.mjs +0 -17
  424. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.mjs +0 -17
  425. package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +0 -43
  426. package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts +0 -27
  427. package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts.map +0 -1
  428. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts +0 -8
  429. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts.map +0 -1
  430. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts +0 -8
  431. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts.map +0 -1
  432. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +0 -22
  433. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
  434. package/src/libs/common/fixtures/src/lib/ol-feature.fixture.ts +0 -7
  435. package/src/libs/common/fixtures/src/lib/utils/freeze.ts +0 -10
  436. package/src/libs/common/fixtures/src/lib/utils/index.ts +0 -1
  437. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +0 -10
  438. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +0 -166
  439. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.html +0 -7
  440. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.ts +0 -16
  441. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.html +0 -13
  442. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.ts +0 -16
  443. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +0 -36
  444. /package/src/libs/feature/editor/src/lib/components/{overview-upload/overview-upload.component.css → contact-card/contact-card.component.css} +0 -0
  445. /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.css → generic-keywords/generic-keywords.component.css} +0 -0
  446. /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.css → online-resource-card/online-resource-card.component.css} +0 -0
  447. /package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.css +0 -0
@@ -147,6 +147,27 @@
147
147
  "dataset.error.parse": "",
148
148
  "dataset.error.unknown": "",
149
149
  "dataset.error.unsupportedType": "",
150
+ "domain.contact.role.author": "",
151
+ "domain.contact.role.collaborator": "",
152
+ "domain.contact.role.contributor": "",
153
+ "domain.contact.role.custodian": "",
154
+ "domain.contact.role.distributor": "",
155
+ "domain.contact.role.editor": "",
156
+ "domain.contact.role.funder": "",
157
+ "domain.contact.role.mediator": "",
158
+ "domain.contact.role.originator": "",
159
+ "domain.contact.role.other": "",
160
+ "domain.contact.role.owner": "",
161
+ "domain.contact.role.point_of_contact": "",
162
+ "domain.contact.role.principal_investigator": "",
163
+ "domain.contact.role.processor": "",
164
+ "domain.contact.role.publisher": "",
165
+ "domain.contact.role.resource_provider": "",
166
+ "domain.contact.role.rights_holder": "",
167
+ "domain.contact.role.sponsor": "",
168
+ "domain.contact.role.stakeholder": "",
169
+ "domain.contact.role.unspecified": "",
170
+ "domain.contact.role.user": "",
150
171
  "domain.record.status.completed": "",
151
172
  "domain.record.status.deprecated": "",
152
173
  "domain.record.status.ongoing": "",
@@ -165,6 +186,7 @@
165
186
  "downloads.format.unknown": "",
166
187
  "downloads.wfs.featuretype.not.found": "",
167
188
  "dropFile": "",
189
+ "editor.form.placeKeywordWithoutExtent": "",
168
190
  "editor.record.delete.confirmation.cancelText": "",
169
191
  "editor.record.delete.confirmation.confirmText": "",
170
192
  "editor.record.delete.confirmation.message": "",
@@ -172,15 +194,28 @@
172
194
  "editor.record.deleteError.body": "",
173
195
  "editor.record.deleteError.closeMessage": "",
174
196
  "editor.record.deleteError.title": "",
197
+ "editor.record.deleteSuccess.body": "",
198
+ "editor.record.deleteSuccess.title": "",
175
199
  "editor.record.form.bottomButtons.comeBackLater": "",
176
200
  "editor.record.form.bottomButtons.next": "",
177
201
  "editor.record.form.bottomButtons.previous": "",
202
+ "editor.record.form.classification.opendata": "",
178
203
  "editor.record.form.field.abstract": "",
204
+ "editor.record.form.field.contactsForResource.noContact": "",
179
205
  "editor.record.form.field.keywords": "",
180
206
  "editor.record.form.field.license": "",
207
+ "editor.record.form.field.onlineLinkResources": "",
208
+ "editor.record.form.field.onlineResource.cancel": "",
209
+ "editor.record.form.field.onlineResource.confirm": "",
210
+ "editor.record.form.field.onlineResource.dialogTitle": "",
211
+ "editor.record.form.field.onlineResource.edit.description": "",
212
+ "editor.record.form.field.onlineResource.edit.title": "",
213
+ "editor.record.form.field.onlineResource.fileSize": "",
214
+ "editor.record.form.field.onlineResource.modify": "",
181
215
  "editor.record.form.field.overviews": "",
182
216
  "editor.record.form.field.recordUpdated": "",
183
217
  "editor.record.form.field.resourceUpdated": "",
218
+ "editor.record.form.field.spatialExtents": "",
184
219
  "editor.record.form.field.temporalExtents": "",
185
220
  "editor.record.form.field.title": "",
186
221
  "editor.record.form.field.uniqueIdentifier": "",
@@ -218,15 +253,28 @@
218
253
  "editor.record.loadError.body": "",
219
254
  "editor.record.loadError.closeMessage": "",
220
255
  "editor.record.loadError.title": "",
256
+ "editor.record.onlineResourceError.body": "",
257
+ "editor.record.onlineResourceError.closeMessage": "",
258
+ "editor.record.onlineResourceError.title": "",
259
+ "editor.record.placeKeywordWithoutLabel": "",
221
260
  "editor.record.publish": "",
222
261
  "editor.record.publishError.body": "",
223
262
  "editor.record.publishError.closeMessage": "",
224
263
  "editor.record.publishError.title": "",
225
264
  "editor.record.publishSuccess.body": "",
226
265
  "editor.record.publishSuccess.title": "",
266
+ "editor.record.resourceError.body": "",
267
+ "editor.record.resourceError.closeMessage": "",
268
+ "editor.record.resourceError.title": "",
227
269
  "editor.record.saveStatus.asDraftOnly": "",
228
270
  "editor.record.saveStatus.draftWithChangesPending": "",
229
271
  "editor.record.saveStatus.recordUpToDate": "",
272
+ "editor.record.undo.confirmation.cancelText": "",
273
+ "editor.record.undo.confirmation.confirmText": "",
274
+ "editor.record.undo.confirmation.message": "",
275
+ "editor.record.undo.confirmation.title": "",
276
+ "editor.record.undo.tooltip.disabled": "",
277
+ "editor.record.undo.tooltip.enabled": "",
230
278
  "editor.record.upToDate": "",
231
279
  "editor.sidebar.menu.editor": "",
232
280
  "externalviewer.dataset.unnamed": "",
@@ -242,6 +290,11 @@
242
290
  "facets.block.title.tag.default": "",
243
291
  "facets.block.title.th_regions_tree.default": "",
244
292
  "favorite.not.authenticated.tooltip": "",
293
+ "input.file.dropFileLabel": "",
294
+ "input.file.orInputUrl": "",
295
+ "input.file.selectFileLabel": "",
296
+ "input.file.uploadProgressCancel": "",
297
+ "input.file.uploadProgressLabel": "",
245
298
  "input.image.altTextPlaceholder": "",
246
299
  "input.image.delete": "",
247
300
  "input.image.displayAltTextInput": "",
@@ -362,6 +415,8 @@
362
415
  "record.metadata.related": "",
363
416
  "record.metadata.sheet": "",
364
417
  "record.metadata.status": "",
418
+ "record.metadata.status.notPublished": "",
419
+ "record.metadata.status.published": "",
365
420
  "record.metadata.technical": "",
366
421
  "record.metadata.temporalExtent": "",
367
422
  "record.metadata.temporalExtent.fromDateToDate": "",
@@ -147,6 +147,27 @@
147
147
  "dataset.error.parse": "Dáta boli načítané, ale nedajú sa analyzovať: \"{ info }\"",
148
148
  "dataset.error.unknown": "Dáta nie je možné zobraziť: \"{ info }\"",
149
149
  "dataset.error.unsupportedType": "Nepodporovaný typ obsahu: \"{ info }\"",
150
+ "domain.contact.role.author": "",
151
+ "domain.contact.role.collaborator": "",
152
+ "domain.contact.role.contributor": "",
153
+ "domain.contact.role.custodian": "",
154
+ "domain.contact.role.distributor": "",
155
+ "domain.contact.role.editor": "",
156
+ "domain.contact.role.funder": "",
157
+ "domain.contact.role.mediator": "",
158
+ "domain.contact.role.originator": "",
159
+ "domain.contact.role.other": "",
160
+ "domain.contact.role.owner": "",
161
+ "domain.contact.role.point_of_contact": "",
162
+ "domain.contact.role.principal_investigator": "",
163
+ "domain.contact.role.processor": "",
164
+ "domain.contact.role.publisher": "",
165
+ "domain.contact.role.resource_provider": "",
166
+ "domain.contact.role.rights_holder": "",
167
+ "domain.contact.role.sponsor": "",
168
+ "domain.contact.role.stakeholder": "",
169
+ "domain.contact.role.unspecified": "",
170
+ "domain.contact.role.user": "",
150
171
  "domain.record.status.completed": "Dokončené",
151
172
  "domain.record.status.deprecated": "Zastarané",
152
173
  "domain.record.status.ongoing": "Prebiehajúce",
@@ -165,6 +186,7 @@
165
186
  "downloads.format.unknown": "neznámy",
166
187
  "downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
167
188
  "dropFile": "nahrať súbor",
189
+ "editor.form.placeKeywordWithoutExtent": "",
168
190
  "editor.record.delete.confirmation.cancelText": "",
169
191
  "editor.record.delete.confirmation.confirmText": "",
170
192
  "editor.record.delete.confirmation.message": "",
@@ -172,15 +194,28 @@
172
194
  "editor.record.deleteError.body": "",
173
195
  "editor.record.deleteError.closeMessage": "",
174
196
  "editor.record.deleteError.title": "",
197
+ "editor.record.deleteSuccess.body": "",
198
+ "editor.record.deleteSuccess.title": "",
175
199
  "editor.record.form.bottomButtons.comeBackLater": "",
176
200
  "editor.record.form.bottomButtons.next": "",
177
201
  "editor.record.form.bottomButtons.previous": "",
202
+ "editor.record.form.classification.opendata": "",
178
203
  "editor.record.form.field.abstract": "",
204
+ "editor.record.form.field.contactsForResource.noContact": "",
179
205
  "editor.record.form.field.keywords": "",
180
206
  "editor.record.form.field.license": "Licencia",
207
+ "editor.record.form.field.onlineLinkResources": "",
208
+ "editor.record.form.field.onlineResource.cancel": "",
209
+ "editor.record.form.field.onlineResource.confirm": "",
210
+ "editor.record.form.field.onlineResource.dialogTitle": "",
211
+ "editor.record.form.field.onlineResource.edit.description": "",
212
+ "editor.record.form.field.onlineResource.edit.title": "",
213
+ "editor.record.form.field.onlineResource.fileSize": "",
214
+ "editor.record.form.field.onlineResource.modify": "",
181
215
  "editor.record.form.field.overviews": "",
182
216
  "editor.record.form.field.recordUpdated": "",
183
217
  "editor.record.form.field.resourceUpdated": "",
218
+ "editor.record.form.field.spatialExtents": "",
184
219
  "editor.record.form.field.temporalExtents": "",
185
220
  "editor.record.form.field.title": "",
186
221
  "editor.record.form.field.uniqueIdentifier": "",
@@ -218,15 +253,28 @@
218
253
  "editor.record.loadError.body": "",
219
254
  "editor.record.loadError.closeMessage": "",
220
255
  "editor.record.loadError.title": "",
256
+ "editor.record.onlineResourceError.body": "",
257
+ "editor.record.onlineResourceError.closeMessage": "",
258
+ "editor.record.onlineResourceError.title": "",
259
+ "editor.record.placeKeywordWithoutLabel": "",
221
260
  "editor.record.publish": "",
222
261
  "editor.record.publishError.body": "",
223
262
  "editor.record.publishError.closeMessage": "",
224
263
  "editor.record.publishError.title": "",
225
264
  "editor.record.publishSuccess.body": "",
226
265
  "editor.record.publishSuccess.title": "",
266
+ "editor.record.resourceError.body": "",
267
+ "editor.record.resourceError.closeMessage": "",
268
+ "editor.record.resourceError.title": "",
227
269
  "editor.record.saveStatus.asDraftOnly": "",
228
270
  "editor.record.saveStatus.draftWithChangesPending": "",
229
271
  "editor.record.saveStatus.recordUpToDate": "",
272
+ "editor.record.undo.confirmation.cancelText": "",
273
+ "editor.record.undo.confirmation.confirmText": "",
274
+ "editor.record.undo.confirmation.message": "",
275
+ "editor.record.undo.confirmation.title": "",
276
+ "editor.record.undo.tooltip.disabled": "",
277
+ "editor.record.undo.tooltip.enabled": "",
230
278
  "editor.record.upToDate": "",
231
279
  "editor.sidebar.menu.editor": "",
232
280
  "externalviewer.dataset.unnamed": "",
@@ -242,6 +290,11 @@
242
290
  "facets.block.title.tag.default": "Štítok",
243
291
  "facets.block.title.th_regions_tree.default": "Regióny",
244
292
  "favorite.not.authenticated.tooltip": "<div><a href='{link}'>Prihlásiť sa</a> pre prístup k tejto funkcii</div>",
293
+ "input.file.dropFileLabel": "",
294
+ "input.file.orInputUrl": "",
295
+ "input.file.selectFileLabel": "",
296
+ "input.file.uploadProgressCancel": "",
297
+ "input.file.uploadProgressLabel": "",
245
298
  "input.image.altTextPlaceholder": "",
246
299
  "input.image.delete": "",
247
300
  "input.image.displayAltTextInput": "",
@@ -362,6 +415,8 @@
362
415
  "record.metadata.related": "Súvisiace záznamy",
363
416
  "record.metadata.sheet": "Ďalšie metadáta sú k dispozícii na:",
364
417
  "record.metadata.status": "Stav",
418
+ "record.metadata.status.notPublished": "",
419
+ "record.metadata.status.published": "",
365
420
  "record.metadata.technical": "",
366
421
  "record.metadata.temporalExtent": "",
367
422
  "record.metadata.temporalExtent.fromDateToDate": "",
@@ -1,138 +0,0 @@
1
- import { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, Input, Output, } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { RecordsApiService } from '../../../../../../../libs/data-access/gn4/src';
4
- import { UiInputsModule } from '../../../../../../../libs/ui/inputs/src';
5
- import { FormControl } from '@angular/forms';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "../../../../../../../libs/data-access/gn4/src";
8
- import * as i2 from "../../../../../../ui/inputs/src/lib/image-input/image-input.component";
9
- const extractFileNameFromUrl = (url) => {
10
- const pattern = new RegExp(`attachments/([^/?#]+)(?:[/?#]|$)`, 'i');
11
- const match = url.match(pattern);
12
- return match ? match[1] : '';
13
- };
14
- export class OverviewUploadComponent {
15
- constructor(recordsApiService, cd) {
16
- this.recordsApiService = recordsApiService;
17
- this.cd = cd;
18
- this.overviewChange = new EventEmitter();
19
- this.altTextChange = new EventEmitter();
20
- this.resourceAltText = ''; // = ressourceFileName by default
21
- this.resourceFileName = '';
22
- this.errorHandle = (error) => {
23
- console.error(error);
24
- this.resourceUrl = null;
25
- this.resourceAltText = '';
26
- this.resourceFileName = '';
27
- this.overviewChange.emit(null);
28
- this.cd.markForCheck();
29
- };
30
- }
31
- ngOnInit() {
32
- this.recordsApiService.getAllResources(this.metadataUuid).subscribe({
33
- next: (resources) => {
34
- if (resources && resources.length > 0) {
35
- this.resourceUrl = new URL(resources[0]?.url);
36
- this.resourceAltText =
37
- this.resourceAltText === ''
38
- ? resources[0].filename
39
- : this.resourceAltText;
40
- this.resourceFileName = extractFileNameFromUrl(resources[0]?.url);
41
- }
42
- else {
43
- this.resourceUrl = null;
44
- this.resourceAltText = '';
45
- this.resourceFileName = '';
46
- }
47
- this.cd.markForCheck();
48
- },
49
- error: this.errorHandle,
50
- });
51
- }
52
- handleFileChange(file) {
53
- this.recordsApiService
54
- .putResource(this.metadataUuid, file, 'public')
55
- .subscribe({
56
- next: (resource) => {
57
- this.resourceUrl = new URL(resource.url);
58
- this.resourceAltText = resource.filename;
59
- this.overviewChange.emit({
60
- url: new URL(resource.url),
61
- description: resource.filename,
62
- });
63
- this.cd.markForCheck();
64
- },
65
- error: this.errorHandle,
66
- });
67
- }
68
- handleUrlChange(url) {
69
- this.recordsApiService
70
- .putResourceFromURL(this.metadataUuid, url, 'public')
71
- .subscribe({
72
- next: (resource) => {
73
- this.resourceUrl = new URL(resource.url);
74
- this.resourceAltText = resource.filename;
75
- this.overviewChange.emit({
76
- url: new URL(resource.url),
77
- description: resource.filename,
78
- });
79
- this.cd.markForCheck();
80
- },
81
- error: this.errorHandle,
82
- });
83
- }
84
- handleAltTextChange(newAltText) {
85
- this.resourceAltText = newAltText;
86
- this.overviewChange.emit({
87
- url: this.resourceUrl,
88
- description: this.resourceAltText,
89
- });
90
- this.cd.markForCheck();
91
- }
92
- handleDelete() {
93
- this.recordsApiService
94
- .delResource(this.metadataUuid, this.resourceFileName)
95
- .subscribe({
96
- next: () => {
97
- this.resourceAltText = null;
98
- this.resourceUrl = null;
99
- this.overviewChange.emit(null);
100
- this.cd.markForCheck();
101
- },
102
- error: this.errorHandle,
103
- });
104
- }
105
- ngOnChanges(changes) {
106
- const overviewChanges = changes['formControl'];
107
- if (overviewChanges &&
108
- overviewChanges.currentValue !== overviewChanges.previousValue) {
109
- let overview;
110
- if (overviewChanges.currentValue.value &&
111
- overviewChanges.currentValue.value.length > 0) {
112
- overview = overviewChanges.currentValue.value[0];
113
- }
114
- else {
115
- return;
116
- }
117
- if (overview.description && overview.description !== '') {
118
- this.resourceAltText = overview.description;
119
- this.cd.markForCheck();
120
- }
121
- }
122
- }
123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OverviewUploadComponent, deps: [{ token: i1.RecordsApiService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
124
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: OverviewUploadComponent, isStandalone: true, selector: "gn-ui-overview-upload", inputs: { metadataUuid: "metadataUuid", formControl: "formControl" }, outputs: { overviewChange: "overviewChange", altTextChange: "altTextChange" }, usesOnChanges: true, ngImport: i0, template: "<gn-ui-image-input\n [maxSizeMB]=\"5\"\n [previewUrl]=\"resourceUrl\"\n [altText]=\"resourceAltText\"\n [formControl]=\"formControl\"\n (fileChange)=\"handleFileChange($event)\"\n (urlChange)=\"handleUrlChange($event)\"\n (altTextChange)=\"handleAltTextChange($event)\"\n (delete)=\"handleDelete()\"\n></gn-ui-image-input>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: UiInputsModule }, { kind: "component", type: i2.ImageInputComponent, selector: "gn-ui-image-input", inputs: ["formControl", "maxSizeMB", "previewUrl", "altText", "uploadProgress", "uploadError"], outputs: ["fileChange", "urlChange", "uploadCancel", "delete", "altTextChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
125
- }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OverviewUploadComponent, decorators: [{
127
- type: Component,
128
- args: [{ selector: 'gn-ui-overview-upload', standalone: true, imports: [CommonModule, UiInputsModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<gn-ui-image-input\n [maxSizeMB]=\"5\"\n [previewUrl]=\"resourceUrl\"\n [altText]=\"resourceAltText\"\n [formControl]=\"formControl\"\n (fileChange)=\"handleFileChange($event)\"\n (urlChange)=\"handleUrlChange($event)\"\n (altTextChange)=\"handleAltTextChange($event)\"\n (delete)=\"handleDelete()\"\n></gn-ui-image-input>\n" }]
129
- }], ctorParameters: function () { return [{ type: i1.RecordsApiService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { metadataUuid: [{
130
- type: Input
131
- }], formControl: [{
132
- type: Input
133
- }], overviewChange: [{
134
- type: Output
135
- }], altTextChange: [{
136
- type: Output
137
- }] } });
138
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcnZpZXctdXBsb2FkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL292ZXJ2aWV3LXVwbG9hZC9vdmVydmlldy11cGxvYWQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvb3ZlcnZpZXctdXBsb2FkL292ZXJ2aWV3LXVwbG9hZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFHTCxNQUFNLEdBRVAsTUFBTSxlQUFlLENBQUE7QUFDdEIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLCtDQUErQyxDQUFBO0FBQ2pGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQTtBQUN4RSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7Ozs7QUFHNUMsTUFBTSxzQkFBc0IsR0FBRyxDQUFDLEdBQVcsRUFBVSxFQUFFO0lBQ3JELE1BQU0sT0FBTyxHQUFHLElBQUksTUFBTSxDQUFDLGtDQUFrQyxFQUFFLEdBQUcsQ0FBQyxDQUFBO0lBQ25FLE1BQU0sS0FBSyxHQUFHLEdBQUcsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUE7SUFDaEMsT0FBTyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFBO0FBQzlCLENBQUMsQ0FBQTtBQVVELE1BQU0sT0FBTyx1QkFBdUI7SUFVbEMsWUFDVSxpQkFBb0MsRUFDcEMsRUFBcUI7UUFEckIsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQUNwQyxPQUFFLEdBQUYsRUFBRSxDQUFtQjtRQVRyQixtQkFBYyxHQUFHLElBQUksWUFBWSxFQUEwQixDQUFBO1FBQzNELGtCQUFhLEdBQXlCLElBQUksWUFBWSxFQUFFLENBQUE7UUFFbEUsb0JBQWUsR0FBRyxFQUFFLENBQUEsQ0FBQyxpQ0FBaUM7UUFDdEQscUJBQWdCLEdBQUcsRUFBRSxDQUFBO1FBOEZiLGdCQUFXLEdBQUcsQ0FBQyxLQUFZLEVBQUUsRUFBRTtZQUNyQyxPQUFPLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFBO1lBRXBCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFBO1lBQ3ZCLElBQUksQ0FBQyxlQUFlLEdBQUcsRUFBRSxDQUFBO1lBQ3pCLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxFQUFFLENBQUE7WUFFMUIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUE7WUFFOUIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQTtRQUN4QixDQUFDLENBQUE7SUFsR0UsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsaUJBQWlCLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEUsSUFBSSxFQUFFLENBQUMsU0FBUyxFQUFFLEVBQUU7Z0JBQ2xCLElBQUksU0FBUyxJQUFJLFNBQVMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO29CQUNyQyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksR0FBRyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQTtvQkFDN0MsSUFBSSxDQUFDLGVBQWU7d0JBQ2xCLElBQUksQ0FBQyxlQUFlLEtBQUssRUFBRTs0QkFDekIsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFROzRCQUN2QixDQUFDLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQTtvQkFDMUIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLHNCQUFzQixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQTtpQkFDbEU7cUJBQU07b0JBQ0wsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUE7b0JBQ3ZCLElBQUksQ0FBQyxlQUFlLEdBQUcsRUFBRSxDQUFBO29CQUN6QixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsRUFBRSxDQUFBO2lCQUMzQjtnQkFFRCxJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxDQUFBO1lBQ3hCLENBQUM7WUFDRCxLQUFLLEVBQUUsSUFBSSxDQUFDLFdBQVc7U0FDeEIsQ0FBQyxDQUFBO0lBQ0osQ0FBQztJQUVELGdCQUFnQixDQUFDLElBQVU7UUFDekIsSUFBSSxDQUFDLGlCQUFpQjthQUNuQixXQUFXLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsUUFBUSxDQUFDO2FBQzlDLFNBQVMsQ0FBQztZQUNULElBQUksRUFBRSxDQUFDLFFBQVEsRUFBRSxFQUFFO2dCQUNqQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksR0FBRyxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsQ0FBQTtnQkFDeEMsSUFBSSxDQUFDLGVBQWUsR0FBRyxRQUFRLENBQUMsUUFBUSxDQUFBO2dCQUV4QyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQztvQkFDdkIsR0FBRyxFQUFFLElBQUksR0FBRyxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUM7b0JBQzFCLFdBQVcsRUFBRSxRQUFRLENBQUMsUUFBUTtpQkFDL0IsQ0FBQyxDQUFBO2dCQUVGLElBQUksQ0FBQyxFQUFFLENBQUMsWUFBWSxFQUFFLENBQUE7WUFDeEIsQ0FBQztZQUNELEtBQUssRUFBRSxJQUFJLENBQUMsV0FBVztTQUN4QixDQUFDLENBQUE7SUFDTixDQUFDO0lBRUQsZUFBZSxDQUFDLEdBQVc7UUFDekIsSUFBSSxDQUFDLGlCQUFpQjthQUNuQixrQkFBa0IsQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLEdBQUcsRUFBRSxRQUFRLENBQUM7YUFDcEQsU0FBUyxDQUFDO1lBQ1QsSUFBSSxFQUFFLENBQUMsUUFBUSxFQUFFLEVBQUU7Z0JBQ2pCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxHQUFHLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFBO2dCQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLFFBQVEsQ0FBQyxRQUFRLENBQUE7Z0JBRXhDLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDO29CQUN2QixHQUFHLEVBQUUsSUFBSSxHQUFHLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQztvQkFDMUIsV0FBVyxFQUFFLFFBQVEsQ0FBQyxRQUFRO2lCQUMvQixDQUFDLENBQUE7Z0JBRUYsSUFBSSxDQUFDLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQTtZQUN4QixDQUFDO1lBQ0QsS0FBSyxFQUFFLElBQUksQ0FBQyxXQUFXO1NBQ3hCLENBQUMsQ0FBQTtJQUNOLENBQUM7SUFFRCxtQkFBbUIsQ0FBQyxVQUFrQjtRQUNwQyxJQUFJLENBQUMsZUFBZSxHQUFHLFVBQVUsQ0FBQTtRQUVqQyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQztZQUN2QixHQUFHLEVBQUUsSUFBSSxDQUFDLFdBQVc7WUFDckIsV0FBVyxFQUFFLElBQUksQ0FBQyxlQUFlO1NBQ2xDLENBQUMsQ0FBQTtRQUNGLElBQUksQ0FBQyxFQUFFLENBQUMsWUFBWSxFQUFFLENBQUE7SUFDeEIsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsaUJBQWlCO2FBQ25CLFdBQVcsQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQzthQUNyRCxTQUFTLENBQUM7WUFDVCxJQUFJLEVBQUUsR0FBRyxFQUFFO2dCQUNULElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFBO2dCQUMzQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQTtnQkFFdkIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUE7Z0JBRTlCLElBQUksQ0FBQyxFQUFFLENBQUMsWUFBWSxFQUFFLENBQUE7WUFDeEIsQ0FBQztZQUNELEtBQUssRUFBRSxJQUFJLENBQUMsV0FBVztTQUN4QixDQUFDLENBQUE7SUFDTixDQUFDO0lBY0QsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLE1BQU0sZUFBZSxHQUFHLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQTtRQUM5QyxJQUNFLGVBQWU7WUFDZixlQUFlLENBQUMsWUFBWSxLQUFLLGVBQWUsQ0FBQyxhQUFhLEVBQzlEO1lBQ0EsSUFBSSxRQUF5QixDQUFBO1lBQzdCLElBQ0UsZUFBZSxDQUFDLFlBQVksQ0FBQyxLQUFLO2dCQUNsQyxlQUFlLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUM3QztnQkFDQSxRQUFRLEdBQUcsZUFBZSxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFvQixDQUFBO2FBQ3BFO2lCQUFNO2dCQUNMLE9BQU07YUFDUDtZQUNELElBQUksUUFBUSxDQUFDLFdBQVcsSUFBSSxRQUFRLENBQUMsV0FBVyxLQUFLLEVBQUUsRUFBRTtnQkFDdkQsSUFBSSxDQUFDLGVBQWUsR0FBRyxRQUFRLENBQUMsV0FBVyxDQUFBO2dCQUMzQyxJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxDQUFBO2FBQ3ZCO1NBQ0Y7SUFDSCxDQUFDOytHQXJJVSx1QkFBdUI7bUdBQXZCLHVCQUF1QiwyUEMvQnBDLDhVQVVBLHlERGdCWSxZQUFZLDhCQUFFLGNBQWM7OzRGQUszQix1QkFBdUI7a0JBUm5DLFNBQVM7K0JBQ0UsdUJBQXVCLGNBQ3JCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMsbUJBR3RCLHVCQUF1QixDQUFDLE1BQU07d0lBR3RDLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDSSxjQUFjO3NCQUF2QixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgU2ltcGxlQ2hhbmdlcyxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7IFJlY29yZHNBcGlTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjJ1xuaW1wb3J0IHsgVWlJbnB1dHNNb2R1bGUgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMnXG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJ1xuaW1wb3J0IHsgR3JhcGhpY092ZXJ2aWV3IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvcmVjb3JkJ1xuXG5jb25zdCBleHRyYWN0RmlsZU5hbWVGcm9tVXJsID0gKHVybDogc3RyaW5nKTogc3RyaW5nID0+IHtcbiAgY29uc3QgcGF0dGVybiA9IG5ldyBSZWdFeHAoYGF0dGFjaG1lbnRzLyhbXi8/I10rKSg/OlsvPyNdfCQpYCwgJ2knKVxuICBjb25zdCBtYXRjaCA9IHVybC5tYXRjaChwYXR0ZXJuKVxuICByZXR1cm4gbWF0Y2ggPyBtYXRjaFsxXSA6ICcnXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLW92ZXJ2aWV3LXVwbG9hZCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFVpSW5wdXRzTW9kdWxlXSxcbiAgdGVtcGxhdGVVcmw6ICcuL292ZXJ2aWV3LXVwbG9hZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL292ZXJ2aWV3LXVwbG9hZC5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBPdmVydmlld1VwbG9hZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcbiAgQElucHV0KCkgbWV0YWRhdGFVdWlkOiBzdHJpbmdcbiAgQElucHV0KCkgZm9ybUNvbnRyb2whOiBGb3JtQ29udHJvbFxuICBAT3V0cHV0KCkgb3ZlcnZpZXdDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPEdyYXBoaWNPdmVydmlldyB8IG51bGw+KClcbiAgQE91dHB1dCgpIGFsdFRleHRDaGFuZ2U6IEV2ZW50RW1pdHRlcjxzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcigpXG5cbiAgcmVzb3VyY2VBbHRUZXh0ID0gJycgLy8gPSByZXNzb3VyY2VGaWxlTmFtZSBieSBkZWZhdWx0XG4gIHJlc291cmNlRmlsZU5hbWUgPSAnJ1xuICByZXNvdXJjZVVybDogVVJMXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSByZWNvcmRzQXBpU2VydmljZTogUmVjb3Jkc0FwaVNlcnZpY2UsXG4gICAgcHJpdmF0ZSBjZDogQ2hhbmdlRGV0ZWN0b3JSZWZcbiAgKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMucmVjb3Jkc0FwaVNlcnZpY2UuZ2V0QWxsUmVzb3VyY2VzKHRoaXMubWV0YWRhdGFVdWlkKS5zdWJzY3JpYmUoe1xuICAgICAgbmV4dDogKHJlc291cmNlcykgPT4ge1xuICAgICAgICBpZiAocmVzb3VyY2VzICYmIHJlc291cmNlcy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgdGhpcy5yZXNvdXJjZVVybCA9IG5ldyBVUkwocmVzb3VyY2VzWzBdPy51cmwpXG4gICAgICAgICAgdGhpcy5yZXNvdXJjZUFsdFRleHQgPVxuICAgICAgICAgICAgdGhpcy5yZXNvdXJjZUFsdFRleHQgPT09ICcnXG4gICAgICAgICAgICAgID8gcmVzb3VyY2VzWzBdLmZpbGVuYW1lXG4gICAgICAgICAgICAgIDogdGhpcy5yZXNvdXJjZUFsdFRleHRcbiAgICAgICAgICB0aGlzLnJlc291cmNlRmlsZU5hbWUgPSBleHRyYWN0RmlsZU5hbWVGcm9tVXJsKHJlc291cmNlc1swXT8udXJsKVxuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIHRoaXMucmVzb3VyY2VVcmwgPSBudWxsXG4gICAgICAgICAgdGhpcy5yZXNvdXJjZUFsdFRleHQgPSAnJ1xuICAgICAgICAgIHRoaXMucmVzb3VyY2VGaWxlTmFtZSA9ICcnXG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLmNkLm1hcmtGb3JDaGVjaygpXG4gICAgICB9LFxuICAgICAgZXJyb3I6IHRoaXMuZXJyb3JIYW5kbGUsXG4gICAgfSlcbiAgfVxuXG4gIGhhbmRsZUZpbGVDaGFuZ2UoZmlsZTogRmlsZSkge1xuICAgIHRoaXMucmVjb3Jkc0FwaVNlcnZpY2VcbiAgICAgIC5wdXRSZXNvdXJjZSh0aGlzLm1ldGFkYXRhVXVpZCwgZmlsZSwgJ3B1YmxpYycpXG4gICAgICAuc3Vic2NyaWJlKHtcbiAgICAgICAgbmV4dDogKHJlc291cmNlKSA9PiB7XG4gICAgICAgICAgdGhpcy5yZXNvdXJjZVVybCA9IG5ldyBVUkwocmVzb3VyY2UudXJsKVxuICAgICAgICAgIHRoaXMucmVzb3VyY2VBbHRUZXh0ID0gcmVzb3VyY2UuZmlsZW5hbWVcblxuICAgICAgICAgIHRoaXMub3ZlcnZpZXdDaGFuZ2UuZW1pdCh7XG4gICAgICAgICAgICB1cmw6IG5ldyBVUkwocmVzb3VyY2UudXJsKSxcbiAgICAgICAgICAgIGRlc2NyaXB0aW9uOiByZXNvdXJjZS5maWxlbmFtZSxcbiAgICAgICAgICB9KVxuXG4gICAgICAgICAgdGhpcy5jZC5tYXJrRm9yQ2hlY2soKVxuICAgICAgICB9LFxuICAgICAgICBlcnJvcjogdGhpcy5lcnJvckhhbmRsZSxcbiAgICAgIH0pXG4gIH1cblxuICBoYW5kbGVVcmxDaGFuZ2UodXJsOiBzdHJpbmcpIHtcbiAgICB0aGlzLnJlY29yZHNBcGlTZXJ2aWNlXG4gICAgICAucHV0UmVzb3VyY2VGcm9tVVJMKHRoaXMubWV0YWRhdGFVdWlkLCB1cmwsICdwdWJsaWMnKVxuICAgICAgLnN1YnNjcmliZSh7XG4gICAgICAgIG5leHQ6IChyZXNvdXJjZSkgPT4ge1xuICAgICAgICAgIHRoaXMucmVzb3VyY2VVcmwgPSBuZXcgVVJMKHJlc291cmNlLnVybClcbiAgICAgICAgICB0aGlzLnJlc291cmNlQWx0VGV4dCA9IHJlc291cmNlLmZpbGVuYW1lXG5cbiAgICAgICAgICB0aGlzLm92ZXJ2aWV3Q2hhbmdlLmVtaXQoe1xuICAgICAgICAgICAgdXJsOiBuZXcgVVJMKHJlc291cmNlLnVybCksXG4gICAgICAgICAgICBkZXNjcmlwdGlvbjogcmVzb3VyY2UuZmlsZW5hbWUsXG4gICAgICAgICAgfSlcblxuICAgICAgICAgIHRoaXMuY2QubWFya0ZvckNoZWNrKClcbiAgICAgICAgfSxcbiAgICAgICAgZXJyb3I6IHRoaXMuZXJyb3JIYW5kbGUsXG4gICAgICB9KVxuICB9XG5cbiAgaGFuZGxlQWx0VGV4dENoYW5nZShuZXdBbHRUZXh0OiBzdHJpbmcpIHtcbiAgICB0aGlzLnJlc291cmNlQWx0VGV4dCA9IG5ld0FsdFRleHRcblxuICAgIHRoaXMub3ZlcnZpZXdDaGFuZ2UuZW1pdCh7XG4gICAgICB1cmw6IHRoaXMucmVzb3VyY2VVcmwsXG4gICAgICBkZXNjcmlwdGlvbjogdGhpcy5yZXNvdXJjZUFsdFRleHQsXG4gICAgfSlcbiAgICB0aGlzLmNkLm1hcmtGb3JDaGVjaygpXG4gIH1cblxuICBoYW5kbGVEZWxldGUoKSB7XG4gICAgdGhpcy5yZWNvcmRzQXBpU2VydmljZVxuICAgICAgLmRlbFJlc291cmNlKHRoaXMubWV0YWRhdGFVdWlkLCB0aGlzLnJlc291cmNlRmlsZU5hbWUpXG4gICAgICAuc3Vic2NyaWJlKHtcbiAgICAgICAgbmV4dDogKCkgPT4ge1xuICAgICAgICAgIHRoaXMucmVzb3VyY2VBbHRUZXh0ID0gbnVsbFxuICAgICAgICAgIHRoaXMucmVzb3VyY2VVcmwgPSBudWxsXG5cbiAgICAgICAgICB0aGlzLm92ZXJ2aWV3Q2hhbmdlLmVtaXQobnVsbClcblxuICAgICAgICAgIHRoaXMuY2QubWFya0ZvckNoZWNrKClcbiAgICAgICAgfSxcbiAgICAgICAgZXJyb3I6IHRoaXMuZXJyb3JIYW5kbGUsXG4gICAgICB9KVxuICB9XG5cbiAgcHJpdmF0ZSBlcnJvckhhbmRsZSA9IChlcnJvcjogbmV2ZXIpID0+IHtcbiAgICBjb25zb2xlLmVycm9yKGVycm9yKVxuXG4gICAgdGhpcy5yZXNvdXJjZVVybCA9IG51bGxcbiAgICB0aGlzLnJlc291cmNlQWx0VGV4dCA9ICcnXG4gICAgdGhpcy5yZXNvdXJjZUZpbGVOYW1lID0gJydcblxuICAgIHRoaXMub3ZlcnZpZXdDaGFuZ2UuZW1pdChudWxsKVxuXG4gICAgdGhpcy5jZC5tYXJrRm9yQ2hlY2soKVxuICB9XG5cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgIGNvbnN0IG92ZXJ2aWV3Q2hhbmdlcyA9IGNoYW5nZXNbJ2Zvcm1Db250cm9sJ11cbiAgICBpZiAoXG4gICAgICBvdmVydmlld0NoYW5nZXMgJiZcbiAgICAgIG92ZXJ2aWV3Q2hhbmdlcy5jdXJyZW50VmFsdWUgIT09IG92ZXJ2aWV3Q2hhbmdlcy5wcmV2aW91c1ZhbHVlXG4gICAgKSB7XG4gICAgICBsZXQgb3ZlcnZpZXc6IEdyYXBoaWNPdmVydmlld1xuICAgICAgaWYgKFxuICAgICAgICBvdmVydmlld0NoYW5nZXMuY3VycmVudFZhbHVlLnZhbHVlICYmXG4gICAgICAgIG92ZXJ2aWV3Q2hhbmdlcy5jdXJyZW50VmFsdWUudmFsdWUubGVuZ3RoID4gMFxuICAgICAgKSB7XG4gICAgICAgIG92ZXJ2aWV3ID0gb3ZlcnZpZXdDaGFuZ2VzLmN1cnJlbnRWYWx1ZS52YWx1ZVswXSBhcyBHcmFwaGljT3ZlcnZpZXdcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVyblxuICAgICAgfVxuICAgICAgaWYgKG92ZXJ2aWV3LmRlc2NyaXB0aW9uICYmIG92ZXJ2aWV3LmRlc2NyaXB0aW9uICE9PSAnJykge1xuICAgICAgICB0aGlzLnJlc291cmNlQWx0VGV4dCA9IG92ZXJ2aWV3LmRlc2NyaXB0aW9uXG4gICAgICAgIHRoaXMuY2QubWFya0ZvckNoZWNrKClcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIjxnbi11aS1pbWFnZS1pbnB1dFxuICBbbWF4U2l6ZU1CXT1cIjVcIlxuICBbcHJldmlld1VybF09XCJyZXNvdXJjZVVybFwiXG4gIFthbHRUZXh0XT1cInJlc291cmNlQWx0VGV4dFwiXG4gIFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXG4gIChmaWxlQ2hhbmdlKT1cImhhbmRsZUZpbGVDaGFuZ2UoJGV2ZW50KVwiXG4gICh1cmxDaGFuZ2UpPVwiaGFuZGxlVXJsQ2hhbmdlKCRldmVudClcIlxuICAoYWx0VGV4dENoYW5nZSk9XCJoYW5kbGVBbHRUZXh0Q2hhbmdlKCRldmVudClcIlxuICAoZGVsZXRlKT1cImhhbmRsZURlbGV0ZSgpXCJcbj48L2duLXVpLWltYWdlLWlucHV0PlxuIl19
@@ -1,17 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import { DatePickerComponent } from '../../../../../../../../../../libs/ui/inputs/src';
4
- import { TranslateModule } from '@ngx-translate/core';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@ngx-translate/core";
7
- export class FormFieldTemporalExtentsDateComponent {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FormFieldTemporalExtentsDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FormFieldTemporalExtentsDateComponent, isStandalone: true, selector: "gn-ui-form-field-temporal-extents-date", inputs: { control: "control" }, ngImport: i0, template: "<div class=\"border rounded-lg px-4 pb-4\">\n <p class=\"my-2\" translate>editor.record.form.temporalExtents.date</p>\n <gn-ui-date-picker\n [date]=\"control.value?.start\"\n (dateChange)=\"control.setValue({ start: $event })\"\n ></gn-ui-date-picker>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: DatePickerComponent, selector: "gn-ui-date-picker", inputs: ["date"], outputs: ["dateChange"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "directive", type: i1.TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FormFieldTemporalExtentsDateComponent, decorators: [{
12
- type: Component,
13
- args: [{ selector: 'gn-ui-form-field-temporal-extents-date', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DatePickerComponent, TranslateModule], template: "<div class=\"border rounded-lg px-4 pb-4\">\n <p class=\"my-2\" translate>editor.record.form.temporalExtents.date</p>\n <gn-ui-date-picker\n [date]=\"control.value?.start\"\n (dateChange)=\"control.setValue({ start: $event })\"\n ></gn-ui-date-picker>\n</div>\n" }]
14
- }], propDecorators: { control: [{
15
- type: Input
16
- }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLWRhdGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudHMvZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLWRhdGUvZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLWRhdGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudHMvZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLWRhdGUvZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLWRhdGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDekUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQzVDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFBO0FBQ3RGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTs7O0FBVXJELE1BQU0sT0FBTyxxQ0FBcUM7K0dBQXJDLHFDQUFxQzttR0FBckMscUNBQXFDLGtJQ2JsRCxnUkFPQSwwRERJWSxtQkFBbUIsd0dBQUUsZUFBZTs7NEZBRW5DLHFDQUFxQztrQkFSakQsU0FBUzsrQkFDRSx3Q0FBd0MsbUJBR2pDLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsbUJBQW1CLEVBQUUsZUFBZSxDQUFDOzhCQUd0QyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJ1xuaW1wb3J0IHsgRGF0ZVBpY2tlckNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYydcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWZvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50cy1kYXRlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50cy1kYXRlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLWRhdGUuY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0RhdGVQaWNrZXJDb21wb25lbnQsIFRyYW5zbGF0ZU1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1GaWVsZFRlbXBvcmFsRXh0ZW50c0RhdGVDb21wb25lbnQge1xuICBASW5wdXQoKSBjb250cm9sITogRm9ybUNvbnRyb2xcbn1cbiIsIjxkaXYgY2xhc3M9XCJib3JkZXIgcm91bmRlZC1sZyBweC00IHBiLTRcIj5cbiAgPHAgY2xhc3M9XCJteS0yXCIgdHJhbnNsYXRlPmVkaXRvci5yZWNvcmQuZm9ybS50ZW1wb3JhbEV4dGVudHMuZGF0ZTwvcD5cbiAgPGduLXVpLWRhdGUtcGlja2VyXG4gICAgW2RhdGVdPVwiY29udHJvbC52YWx1ZT8uc3RhcnRcIlxuICAgIChkYXRlQ2hhbmdlKT1cImNvbnRyb2wuc2V0VmFsdWUoeyBzdGFydDogJGV2ZW50IH0pXCJcbiAgPjwvZ24tdWktZGF0ZS1waWNrZXI+XG48L2Rpdj5cbiJdfQ==
@@ -1,17 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import { DateRangePickerComponent } from '../../../../../../../../../../libs/ui/inputs/src';
4
- import { TranslateModule } from '@ngx-translate/core';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@ngx-translate/core";
7
- export class FormFieldTemporalExtentsRangeComponent {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FormFieldTemporalExtentsRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FormFieldTemporalExtentsRangeComponent, isStandalone: true, selector: "gn-ui-form-field-temporal-extents-range", inputs: { control: "control" }, ngImport: i0, template: "<div class=\"border rounded-lg px-4 pb-4\">\n <p class=\"my-2\" translate>editor.record.form.temporalExtents.range</p>\n <gn-ui-date-range-picker\n [startDate]=\"control.value?.start\"\n [endDate]=\"control.value?.end\"\n (startDateChange)=\"\n control.setValue({ start: $event, end: control.value?.end })\n \"\n (endDateChange)=\"\n control.setValue({ start: control.value?.start, end: $event })\n \"\n ></gn-ui-date-range-picker>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: DateRangePickerComponent, selector: "gn-ui-date-range-picker", inputs: ["startDate", "endDate"], outputs: ["startDateChange", "endDateChange"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "directive", type: i1.TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FormFieldTemporalExtentsRangeComponent, decorators: [{
12
- type: Component,
13
- args: [{ selector: 'gn-ui-form-field-temporal-extents-range', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DateRangePickerComponent, TranslateModule], template: "<div class=\"border rounded-lg px-4 pb-4\">\n <p class=\"my-2\" translate>editor.record.form.temporalExtents.range</p>\n <gn-ui-date-range-picker\n [startDate]=\"control.value?.start\"\n [endDate]=\"control.value?.end\"\n (startDateChange)=\"\n control.setValue({ start: $event, end: control.value?.end })\n \"\n (endDateChange)=\"\n control.setValue({ start: control.value?.start, end: $event })\n \"\n ></gn-ui-date-range-picker>\n</div>\n" }]
14
- }], propDecorators: { control: [{
15
- type: Input
16
- }] } });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLXJhbmdlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3JlY29yZC1mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzL2Zvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50cy1yYW5nZS9mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudHMtcmFuZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudHMvZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLXJhbmdlL2Zvcm0tZmllbGQtdGVtcG9yYWwtZXh0ZW50cy1yYW5nZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN6RSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFDNUMsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sa0RBQWtELENBQUE7QUFDM0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFBOzs7QUFVckQsTUFBTSxPQUFPLHNDQUFzQzsrR0FBdEMsc0NBQXNDO21HQUF0QyxzQ0FBc0MsbUlDYm5ELDBkQWFBLDBEREZZLHdCQUF3QixvSkFBRSxlQUFlOzs0RkFFeEMsc0NBQXNDO2tCQVJsRCxTQUFTOytCQUNFLHlDQUF5QyxtQkFHbEMsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyx3QkFBd0IsRUFBRSxlQUFlLENBQUM7OEJBRzNDLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnXG5pbXBvcnQgeyBEYXRlUmFuZ2VQaWNrZXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMnXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1mb3JtLWZpZWxkLXRlbXBvcmFsLWV4dGVudHMtcmFuZ2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLXJhbmdlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC10ZW1wb3JhbC1leHRlbnRzLXJhbmdlLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYXRlUmFuZ2VQaWNrZXJDb21wb25lbnQsIFRyYW5zbGF0ZU1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1GaWVsZFRlbXBvcmFsRXh0ZW50c1JhbmdlQ29tcG9uZW50IHtcbiAgQElucHV0KCkgY29udHJvbCE6IEZvcm1Db250cm9sXG59XG4iLCI8ZGl2IGNsYXNzPVwiYm9yZGVyIHJvdW5kZWQtbGcgcHgtNCBwYi00XCI+XG4gIDxwIGNsYXNzPVwibXktMlwiIHRyYW5zbGF0ZT5lZGl0b3IucmVjb3JkLmZvcm0udGVtcG9yYWxFeHRlbnRzLnJhbmdlPC9wPlxuICA8Z24tdWktZGF0ZS1yYW5nZS1waWNrZXJcbiAgICBbc3RhcnREYXRlXT1cImNvbnRyb2wudmFsdWU/LnN0YXJ0XCJcbiAgICBbZW5kRGF0ZV09XCJjb250cm9sLnZhbHVlPy5lbmRcIlxuICAgIChzdGFydERhdGVDaGFuZ2UpPVwiXG4gICAgICBjb250cm9sLnNldFZhbHVlKHsgc3RhcnQ6ICRldmVudCwgZW5kOiBjb250cm9sLnZhbHVlPy5lbmQgfSlcbiAgICBcIlxuICAgIChlbmREYXRlQ2hhbmdlKT1cIlxuICAgICAgY29udHJvbC5zZXRWYWx1ZSh7IHN0YXJ0OiBjb250cm9sLnZhbHVlPy5zdGFydCwgZW5kOiAkZXZlbnQgfSlcbiAgICBcIlxuICA+PC9nbi11aS1kYXRlLXJhbmdlLXBpY2tlcj5cbjwvZGl2PlxuIl19
@@ -1,43 +0,0 @@
1
- import { CdkDrag, CdkDragHandle, CdkDropList, moveItemInArray, } from '@angular/cdk/drag-drop';
2
- import { NgComponentOutlet, NgFor } from '@angular/common';
3
- import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
4
- import { MatIconModule } from '@angular/material/icon';
5
- import { ButtonComponent } from '../../../../../../libs/ui/inputs/src';
6
- import * as i0 from "@angular/core";
7
- export class SortableListComponent {
8
- constructor() {
9
- this.elementsChange = new EventEmitter();
10
- this.add = new EventEmitter();
11
- }
12
- drop(event) {
13
- moveItemInArray(this.elements, event.previousIndex, event.currentIndex);
14
- this.elementsChange.emit(this.elements);
15
- }
16
- removeElement(index) {
17
- this.elements = this.elements.filter((_, i) => i !== index);
18
- this.elementsChange.emit(this.elements);
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortableListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SortableListComponent, isStandalone: true, selector: "gn-ui-sortable-list", inputs: { elements: "elements", addOptions: "addOptions" }, outputs: { elementsChange: "elementsChange", add: "add" }, ngImport: i0, template: "<div class=\"flex gap-2 mb-2\">\n <gn-ui-button\n *ngFor=\"let addOption of addOptions\"\n (buttonClick)=\"add.emit(addOption.eventName)\"\n >\n <span class=\"material-symbols-outlined gn-ui-icon-small\"> add </span>\n &nbsp;{{ addOption.buttonLabel }}</gn-ui-button\n >\n</div>\n<div\n cdkDropList\n class=\"sortable-list flex flex-col gap-3 p-2\"\n (cdkDropListDropped)=\"drop($event)\"\n>\n <ng-container *ngFor=\"let element of elements; index as index\">\n <div class=\"sortable-box bg-white flex items-center\" cdkDrag>\n <span\n cdkDragHandle\n class=\"material-symbols-outlined mx-[10px] cursor-grab gn-ui-icon-medium flex-none\"\n >\n drag_handle\n </span>\n <div class=\"flex-1\">\n <ng-container\n *ngComponentOutlet=\"element.component; inputs: element.inputs\"\n ></ng-container>\n </div>\n <span\n (click)=\"removeElement(index)\"\n class=\"material-symbols-outlined mx-[10px] cursor-pointer gn-ui-icon-medium flex-none\"\n >\n close\n </span>\n </div>\n </ng-container>\n</div>\n", styles: [".cdk-drag-preview{box-sizing:border-box;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.cdk-drag-placeholder{opacity:0}.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.sortable-list.cdk-drop-list-dragging .sortable-box:not(.cdk-drag-placeholder){transition:transform .25s cubic-bezier(0,0,.2,1)}\n"], dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: CdkDropList, selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: ButtonComponent, selector: "gn-ui-button", inputs: ["type", "disabled", "extraClass"], outputs: ["buttonClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortableListComponent, decorators: [{
24
- type: Component,
25
- args: [{ selector: 'gn-ui-sortable-list', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
26
- NgFor,
27
- NgComponentOutlet,
28
- CdkDropList,
29
- CdkDrag,
30
- CdkDragHandle,
31
- MatIconModule,
32
- ButtonComponent,
33
- ], template: "<div class=\"flex gap-2 mb-2\">\n <gn-ui-button\n *ngFor=\"let addOption of addOptions\"\n (buttonClick)=\"add.emit(addOption.eventName)\"\n >\n <span class=\"material-symbols-outlined gn-ui-icon-small\"> add </span>\n &nbsp;{{ addOption.buttonLabel }}</gn-ui-button\n >\n</div>\n<div\n cdkDropList\n class=\"sortable-list flex flex-col gap-3 p-2\"\n (cdkDropListDropped)=\"drop($event)\"\n>\n <ng-container *ngFor=\"let element of elements; index as index\">\n <div class=\"sortable-box bg-white flex items-center\" cdkDrag>\n <span\n cdkDragHandle\n class=\"material-symbols-outlined mx-[10px] cursor-grab gn-ui-icon-medium flex-none\"\n >\n drag_handle\n </span>\n <div class=\"flex-1\">\n <ng-container\n *ngComponentOutlet=\"element.component; inputs: element.inputs\"\n ></ng-container>\n </div>\n <span\n (click)=\"removeElement(index)\"\n class=\"material-symbols-outlined mx-[10px] cursor-pointer gn-ui-icon-medium flex-none\"\n >\n close\n </span>\n </div>\n </ng-container>\n</div>\n", styles: [".cdk-drag-preview{box-sizing:border-box;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.cdk-drag-placeholder{opacity:0}.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.sortable-list.cdk-drop-list-dragging .sortable-box:not(.cdk-drag-placeholder){transition:transform .25s cubic-bezier(0,0,.2,1)}\n"] }]
34
- }], propDecorators: { elements: [{
35
- type: Input
36
- }], addOptions: [{
37
- type: Input
38
- }], elementsChange: [{
39
- type: Output
40
- }], add: [{
41
- type: Output
42
- }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29ydGFibGUtbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2VsZW1lbnRzL3NyYy9saWIvc29ydGFibGUtbGlzdC9zb3J0YWJsZS1saXN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9zb3J0YWJsZS1saXN0L3NvcnRhYmxlLWxpc3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLE9BQU8sRUFFUCxhQUFhLEVBQ2IsV0FBVyxFQUNYLGVBQWUsR0FDaEIsTUFBTSx3QkFBd0IsQ0FBQTtBQUMvQixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsS0FBSyxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDMUQsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEdBRVAsTUFBTSxlQUFlLENBQUE7QUFDdEIsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFBO0FBQ3RELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTs7QUF1QnRFLE1BQU0sT0FBTyxxQkFBcUI7SUFoQmxDO1FBbUJZLG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQXlCLENBQUE7UUFDMUQsUUFBRyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUE7S0FXM0M7SUFUQyxJQUFJLENBQUMsS0FBNEI7UUFDL0IsZUFBZSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsS0FBSyxDQUFDLGFBQWEsRUFBRSxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUE7UUFDdkUsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFBO0lBQ3pDLENBQUM7SUFFRCxhQUFhLENBQUMsS0FBYTtRQUN6QixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxLQUFLLEtBQUssQ0FBQyxDQUFBO1FBQzNELElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQTtJQUN6QyxDQUFDOytHQWRVLHFCQUFxQjttR0FBckIscUJBQXFCLHNNQ3hDbEMsdW1DQW9DQSw2YURMSSxLQUFLLG1IQUNMLGlCQUFpQixvUEFDakIsV0FBVywrZEFDWCxPQUFPLHdiQUNQLGFBQWEsOEZBQ2IsYUFBYSwrQkFDYixlQUFlOzs0RkFHTixxQkFBcUI7a0JBaEJqQyxTQUFTOytCQUNFLHFCQUFxQixtQkFHZCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUDt3QkFDUCxLQUFLO3dCQUNMLGlCQUFpQjt3QkFDakIsV0FBVzt3QkFDWCxPQUFPO3dCQUNQLGFBQWE7d0JBQ2IsYUFBYTt3QkFDYixlQUFlO3FCQUNoQjs4QkFHUSxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0ksY0FBYztzQkFBdkIsTUFBTTtnQkFDRyxHQUFHO3NCQUFaLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDZGtEcmFnLFxuICBDZGtEcmFnRHJvcCxcbiAgQ2RrRHJhZ0hhbmRsZSxcbiAgQ2RrRHJvcExpc3QsXG4gIG1vdmVJdGVtSW5BcnJheSxcbn0gZnJvbSAnQGFuZ3VsYXIvY2RrL2RyYWctZHJvcCdcbmltcG9ydCB7IE5nQ29tcG9uZW50T3V0bGV0LCBOZ0ZvciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVHlwZSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJ1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjJ1xuXG50eXBlIER5bmFtaWNFbGVtZW50ID0ge1xuICBjb21wb25lbnQ6IFR5cGU8YW55PlxuICBpbnB1dHM6IFJlY29yZDxzdHJpbmcsIGFueT5cbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktc29ydGFibGUtbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnc29ydGFibGUtbGlzdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWydzb3J0YWJsZS1saXN0LmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBOZ0ZvcixcbiAgICBOZ0NvbXBvbmVudE91dGxldCxcbiAgICBDZGtEcm9wTGlzdCxcbiAgICBDZGtEcmFnLFxuICAgIENka0RyYWdIYW5kbGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBCdXR0b25Db21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFNvcnRhYmxlTGlzdENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGVsZW1lbnRzOiBBcnJheTxEeW5hbWljRWxlbWVudD5cbiAgQElucHV0KCkgYWRkT3B0aW9uczogQXJyYXk8eyBidXR0b25MYWJlbDogc3RyaW5nOyBldmVudE5hbWU6IHN0cmluZyB9PlxuICBAT3V0cHV0KCkgZWxlbWVudHNDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPEFycmF5PER5bmFtaWNFbGVtZW50Pj4oKVxuICBAT3V0cHV0KCkgYWRkID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KClcblxuICBkcm9wKGV2ZW50OiBDZGtEcmFnRHJvcDxzdHJpbmdbXT4pIHtcbiAgICBtb3ZlSXRlbUluQXJyYXkodGhpcy5lbGVtZW50cywgZXZlbnQucHJldmlvdXNJbmRleCwgZXZlbnQuY3VycmVudEluZGV4KVxuICAgIHRoaXMuZWxlbWVudHNDaGFuZ2UuZW1pdCh0aGlzLmVsZW1lbnRzKVxuICB9XG5cbiAgcmVtb3ZlRWxlbWVudChpbmRleDogbnVtYmVyKSB7XG4gICAgdGhpcy5lbGVtZW50cyA9IHRoaXMuZWxlbWVudHMuZmlsdGVyKChfLCBpKSA9PiBpICE9PSBpbmRleClcbiAgICB0aGlzLmVsZW1lbnRzQ2hhbmdlLmVtaXQodGhpcy5lbGVtZW50cylcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImZsZXggZ2FwLTIgbWItMlwiPlxuICA8Z24tdWktYnV0dG9uXG4gICAgKm5nRm9yPVwibGV0IGFkZE9wdGlvbiBvZiBhZGRPcHRpb25zXCJcbiAgICAoYnV0dG9uQ2xpY2spPVwiYWRkLmVtaXQoYWRkT3B0aW9uLmV2ZW50TmFtZSlcIlxuICA+XG4gICAgPHNwYW4gY2xhc3M9XCJtYXRlcmlhbC1zeW1ib2xzLW91dGxpbmVkIGduLXVpLWljb24tc21hbGxcIj4gYWRkIDwvc3Bhbj5cbiAgICAmbmJzcDt7eyBhZGRPcHRpb24uYnV0dG9uTGFiZWwgfX08L2duLXVpLWJ1dHRvblxuICA+XG48L2Rpdj5cbjxkaXZcbiAgY2RrRHJvcExpc3RcbiAgY2xhc3M9XCJzb3J0YWJsZS1saXN0IGZsZXggZmxleC1jb2wgZ2FwLTMgcC0yXCJcbiAgKGNka0Ryb3BMaXN0RHJvcHBlZCk9XCJkcm9wKCRldmVudClcIlxuPlxuICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBlbGVtZW50IG9mIGVsZW1lbnRzOyBpbmRleCBhcyBpbmRleFwiPlxuICAgIDxkaXYgY2xhc3M9XCJzb3J0YWJsZS1ib3ggYmctd2hpdGUgZmxleCBpdGVtcy1jZW50ZXJcIiBjZGtEcmFnPlxuICAgICAgPHNwYW5cbiAgICAgICAgY2RrRHJhZ0hhbmRsZVxuICAgICAgICBjbGFzcz1cIm1hdGVyaWFsLXN5bWJvbHMtb3V0bGluZWQgbXgtWzEwcHhdIGN1cnNvci1ncmFiIGduLXVpLWljb24tbWVkaXVtIGZsZXgtbm9uZVwiXG4gICAgICA+XG4gICAgICAgIGRyYWdfaGFuZGxlXG4gICAgICA8L3NwYW4+XG4gICAgICA8ZGl2IGNsYXNzPVwiZmxleC0xXCI+XG4gICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAqbmdDb21wb25lbnRPdXRsZXQ9XCJlbGVtZW50LmNvbXBvbmVudDsgaW5wdXRzOiBlbGVtZW50LmlucHV0c1wiXG4gICAgICAgID48L25nLWNvbnRhaW5lcj5cbiAgICAgIDwvZGl2PlxuICAgICAgPHNwYW5cbiAgICAgICAgKGNsaWNrKT1cInJlbW92ZUVsZW1lbnQoaW5kZXgpXCJcbiAgICAgICAgY2xhc3M9XCJtYXRlcmlhbC1zeW1ib2xzLW91dGxpbmVkIG14LVsxMHB4XSBjdXJzb3ItcG9pbnRlciBnbi11aS1pY29uLW1lZGl1bSBmbGV4LW5vbmVcIlxuICAgICAgPlxuICAgICAgICBjbG9zZVxuICAgICAgPC9zcGFuPlxuICAgIDwvZGl2PlxuICA8L25nLWNvbnRhaW5lcj5cbjwvZGl2PlxuIl19
@@ -1,27 +0,0 @@
1
- import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { RecordsApiService } from '../../../../../../../libs/data-access/gn4/src';
3
- import { FormControl } from '@angular/forms';
4
- import { GraphicOverview } from '../../../../../../../libs/common/domain/src/lib/model/record';
5
- import * as i0 from "@angular/core";
6
- export declare class OverviewUploadComponent implements OnInit, OnChanges {
7
- private recordsApiService;
8
- private cd;
9
- metadataUuid: string;
10
- formControl: FormControl;
11
- overviewChange: EventEmitter<GraphicOverview>;
12
- altTextChange: EventEmitter<string>;
13
- resourceAltText: string;
14
- resourceFileName: string;
15
- resourceUrl: URL;
16
- constructor(recordsApiService: RecordsApiService, cd: ChangeDetectorRef);
17
- ngOnInit(): void;
18
- handleFileChange(file: File): void;
19
- handleUrlChange(url: string): void;
20
- handleAltTextChange(newAltText: string): void;
21
- handleDelete(): void;
22
- private errorHandle;
23
- ngOnChanges(changes: SimpleChanges): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<OverviewUploadComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<OverviewUploadComponent, "gn-ui-overview-upload", never, { "metadataUuid": { "alias": "metadataUuid"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, { "overviewChange": "overviewChange"; "altTextChange": "altTextChange"; }, never, never, true, never>;
26
- }
27
- //# sourceMappingURL=overview-upload.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overview-upload.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EACd,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAA;AAEjF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAA;;AAQ9F,qBAQa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAW7D,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,EAAE;IAXH,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAG,WAAW,CAAA;IACxB,cAAc,gCAA6C;IAC3D,aAAa,EAAE,YAAY,CAAC,MAAM,CAAC,CAAqB;IAElE,eAAe,SAAK;IACpB,gBAAgB,SAAK;IACrB,WAAW,EAAE,GAAG,CAAA;gBAGN,iBAAiB,EAAE,iBAAiB,EACpC,EAAE,EAAE,iBAAiB;IAG/B,QAAQ,IAAI,IAAI;IAsBhB,gBAAgB,CAAC,IAAI,EAAE,IAAI;IAmB3B,eAAe,CAAC,GAAG,EAAE,MAAM;IAmB3B,mBAAmB,CAAC,UAAU,EAAE,MAAM;IAUtC,YAAY;IAgBZ,OAAO,CAAC,WAAW,CAUlB;IAED,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAjH9B,uBAAuB;2CAAvB,uBAAuB;CAsInC"}
@@ -1,8 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- export declare class FormFieldTemporalExtentsDateComponent {
4
- control: FormControl;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentsDateComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentsDateComponent, "gn-ui-form-field-temporal-extents-date", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
7
- }
8
- //# sourceMappingURL=form-field-temporal-extents-date.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field-temporal-extents-date.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;;AAI5C,qBAQa,qCAAqC;IACvC,OAAO,EAAG,WAAW,CAAA;yCADnB,qCAAqC;2CAArC,qCAAqC;CAEjD"}
@@ -1,8 +0,0 @@
1
- import { FormControl } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- export declare class FormFieldTemporalExtentsRangeComponent {
4
- control: FormControl;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentsRangeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentsRangeComponent, "gn-ui-form-field-temporal-extents-range", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
7
- }
8
- //# sourceMappingURL=form-field-temporal-extents-range.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field-temporal-extents-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;;AAI5C,qBAQa,sCAAsC;IACxC,OAAO,EAAG,WAAW,CAAA;yCADnB,sCAAsC;2CAAtC,sCAAsC;CAElD"}
@@ -1,22 +0,0 @@
1
- import { CdkDragDrop } from '@angular/cdk/drag-drop';
2
- import { EventEmitter, Type } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- type DynamicElement = {
5
- component: Type<any>;
6
- inputs: Record<string, any>;
7
- };
8
- export declare class SortableListComponent {
9
- elements: Array<DynamicElement>;
10
- addOptions: Array<{
11
- buttonLabel: string;
12
- eventName: string;
13
- }>;
14
- elementsChange: EventEmitter<DynamicElement[]>;
15
- add: EventEmitter<string>;
16
- drop(event: CdkDragDrop<string[]>): void;
17
- removeElement(index: number): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<SortableListComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SortableListComponent, "gn-ui-sortable-list", never, { "elements": { "alias": "elements"; "required": false; }; "addOptions": { "alias": "addOptions"; "required": false; }; }, { "elementsChange": "elementsChange"; "add": "add"; }, never, never, true, never>;
20
- }
21
- export {};
22
- //# sourceMappingURL=sortable-list.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sortable-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAIZ,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EAGL,YAAY,EAGZ,IAAI,EACL,MAAM,eAAe,CAAA;;AAItB,KAAK,cAAc,GAAG;IACpB,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;IACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC5B,CAAA;AAED,qBAgBa,qBAAqB;IACvB,QAAQ,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;IAC/B,UAAU,EAAE,KAAK,CAAC;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAC5D,cAAc,iCAA4C;IAC1D,GAAG,uBAA6B;IAE1C,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,EAAE,CAAC;IAKjC,aAAa,CAAC,KAAK,EAAE,MAAM;yCAXhB,qBAAqB;2CAArB,qBAAqB;CAejC"}
@@ -1,7 +0,0 @@
1
- import Feature from 'ol/Feature'
2
- import { Geometry } from 'ol/geom'
3
-
4
- export const OL_FEATURE_FIXTURE = new Feature()
5
- OL_FEATURE_FIXTURE.set('id', 123)
6
- OL_FEATURE_FIXTURE.set('name', 'ol_feature')
7
- OL_FEATURE_FIXTURE.set('geometry', new Geometry())
@@ -1,10 +0,0 @@
1
- export function deepFreeze<U>(obj: U): U {
2
- if (Array.isArray(obj)) {
3
- obj.forEach(deepFreeze)
4
- return obj
5
- } else if (obj instanceof Object) {
6
- Object.keys(obj).forEach((prop) => deepFreeze(obj[prop]))
7
- return Object.freeze(obj)
8
- }
9
- return obj
10
- }