geonetwork-ui 2.8.0-dev.50da356b9 → 2.8.0-dev.545b19356

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 (2128) hide show
  1. package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs +35 -0
  2. package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs.map +1 -0
  3. package/fesm2022/geonetwork-ui.mjs +2844 -2604
  4. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  5. package/index.d.ts +6636 -24
  6. package/index.d.ts.map +1 -1
  7. package/package.json +27 -29
  8. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
  9. package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +2 -2
  10. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -1
  11. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +1 -1
  12. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -2
  13. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
  14. package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -1
  15. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
  16. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +1 -1
  17. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +1 -1
  18. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +40 -8
  19. package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
  20. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +13 -6
  21. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +6 -2
  22. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -2
  23. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +7 -9
  24. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
  25. package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -1
  26. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +4 -6
  27. package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
  28. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
  29. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
  30. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
  31. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +2 -2
  32. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +14 -14
  33. package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
  34. package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +3 -3
  35. package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
  36. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +8 -1
  37. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +7 -0
  38. package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
  39. package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
  40. package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
  41. package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
  42. package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
  43. package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
  44. package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
  45. package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
  46. package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
  47. package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
  48. package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
  49. package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
  50. package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
  51. package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
  52. package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
  53. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
  54. package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
  55. package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
  56. package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
  57. package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
  58. package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
  59. package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
  60. package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
  61. package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
  62. package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
  63. package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
  64. package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
  65. package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
  66. package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
  67. package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
  68. package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
  69. package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
  70. package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
  71. package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
  72. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
  73. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
  74. package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
  75. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
  76. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
  77. package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
  78. package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
  79. package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
  80. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
  81. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +6 -7
  82. package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
  83. package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
  84. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +32 -7
  85. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
  86. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
  87. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
  88. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
  89. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
  90. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
  91. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
  92. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
  93. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
  94. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
  95. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
  96. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
  97. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
  98. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
  99. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  100. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
  101. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
  102. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
  103. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
  104. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
  105. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
  106. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
  107. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +48 -53
  108. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +4 -7
  109. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
  110. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +7 -10
  111. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
  112. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
  113. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
  114. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
  115. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
  116. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
  117. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
  118. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
  119. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
  120. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
  121. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
  122. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
  123. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +30 -0
  124. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
  125. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
  126. package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
  127. package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
  128. package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
  129. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
  130. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
  131. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
  132. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
  133. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
  134. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
  135. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
  136. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
  137. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
  138. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
  139. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
  140. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
  141. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
  142. package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
  143. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
  144. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
  145. package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
  146. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
  147. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
  148. package/src/libs/feature/record/src/index.ts +1 -0
  149. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
  150. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
  151. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
  152. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -11
  153. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
  154. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
  155. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +24 -10
  156. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
  157. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
  158. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
  159. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
  160. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
  161. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
  162. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
  163. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -10
  164. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
  165. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
  166. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
  167. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +338 -0
  168. package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
  169. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
  170. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +35 -8
  171. package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
  172. package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
  173. package/src/libs/feature/router/src/lib/default/router.service.ts +3 -5
  174. package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
  175. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +8 -10
  176. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
  177. package/src/libs/feature/search/src/lib/constants.ts +1 -1
  178. package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
  179. package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
  180. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
  181. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
  182. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
  183. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
  184. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
  185. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
  186. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
  187. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
  188. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
  189. package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
  190. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
  191. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
  192. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
  193. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
  194. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
  195. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
  196. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
  197. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
  198. package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +4 -6
  199. package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
  200. package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
  201. package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
  202. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
  203. package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
  204. package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
  205. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
  206. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
  207. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
  208. package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +3 -3
  209. package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
  210. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
  211. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
  212. package/src/libs/ui/elements/src/index.ts +2 -0
  213. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
  214. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
  215. package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
  216. package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
  217. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
  218. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
  219. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
  220. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
  221. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
  222. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
  223. package/src/libs/ui/elements/src/lib/error/error.component.html +63 -54
  224. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +11 -10
  225. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
  226. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
  227. package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
  228. package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
  229. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
  230. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
  231. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +38 -33
  232. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
  233. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
  234. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
  235. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
  236. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
  237. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.css +0 -0
  238. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +32 -0
  239. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +24 -0
  240. package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
  241. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +333 -271
  242. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -12
  243. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
  244. package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
  245. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
  246. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
  247. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
  248. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
  249. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css +0 -0
  250. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +15 -0
  251. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +14 -0
  252. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
  253. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
  254. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
  255. package/src/libs/ui/inputs/src/index.ts +1 -0
  256. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
  257. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
  258. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
  259. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
  260. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
  261. package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
  262. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +18 -1
  263. package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
  264. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
  265. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
  266. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +40 -0
  267. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
  268. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
  269. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
  270. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
  271. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
  272. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
  273. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
  274. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
  275. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
  276. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
  277. package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
  278. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
  279. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
  280. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
  281. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
  282. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
  283. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
  284. package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
  285. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
  286. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
  287. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
  288. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
  289. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
  290. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
  291. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
  292. package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
  293. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
  294. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
  295. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
  296. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
  297. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
  298. package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
  299. package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
  300. package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
  301. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
  302. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
  303. package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
  304. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
  305. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
  306. package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
  307. package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
  308. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
  309. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
  310. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
  311. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
  312. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +141 -71
  313. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
  314. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
  315. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
  316. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
  317. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
  318. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
  319. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
  320. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
  321. package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
  322. package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
  323. package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
  324. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
  325. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
  326. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
  327. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
  328. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
  329. package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
  330. package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
  331. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
  332. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
  333. package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
  334. package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
  335. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
  336. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
  337. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
  338. package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
  339. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
  340. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
  341. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
  342. package/src/libs/util/i18n/src/lib/date-locales.ts +63 -0
  343. package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
  344. package/src/libs/util/shared/src/index.ts +1 -0
  345. package/src/libs/util/shared/src/lib/humanize-date.directive.ts +40 -0
  346. package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
  347. package/src/libs/util/shared/src/lib/links/link-utils.ts +19 -6
  348. package/src/libs/util/shared/src/lib/services/date.service.ts +29 -3
  349. package/src/libs/util/shared/src/lib/services/proxy.service.ts +4 -6
  350. package/tailwind.base.css +1 -1
  351. package/translations/de.json +16 -5
  352. package/translations/en.json +16 -5
  353. package/translations/es.json +12 -1
  354. package/translations/fr.json +16 -5
  355. package/translations/it.json +17 -6
  356. package/translations/nl.json +12 -1
  357. package/translations/pt.json +12 -1
  358. package/translations/sk.json +13 -2
  359. package/esm2022/geonetwork-ui.mjs +0 -5
  360. package/esm2022/index.mjs +0 -25
  361. package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
  362. package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
  363. package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -30
  364. package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
  365. package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
  366. package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
  367. package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
  368. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
  369. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
  370. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
  371. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
  372. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
  373. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
  374. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
  375. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
  376. package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
  377. package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
  378. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
  379. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
  380. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -386
  381. package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
  382. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
  383. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
  384. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
  385. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
  386. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
  387. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
  388. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
  389. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
  390. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
  391. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
  392. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
  393. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
  394. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -485
  395. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
  396. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
  397. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
  398. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
  399. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
  400. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
  401. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -516
  402. package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
  403. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
  404. package/esm2022/libs/api/repository/src/index.mjs +0 -4
  405. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
  406. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
  407. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
  408. package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
  409. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -32
  410. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
  411. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
  412. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
  413. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
  414. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
  415. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
  416. package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
  417. package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
  418. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
  419. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
  420. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
  421. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
  422. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -104
  423. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
  424. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
  425. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -27
  426. package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
  427. package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
  428. package/esm2022/libs/common/domain/src/index.mjs +0 -3
  429. package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
  430. package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
  431. package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
  432. package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
  433. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
  434. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -66
  435. package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
  436. package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
  437. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
  438. package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
  439. package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
  440. package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
  441. package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
  442. package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
  443. package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -13
  444. package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
  445. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
  446. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
  447. package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
  448. package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
  449. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
  450. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
  451. package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
  452. package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
  453. package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
  454. package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
  455. package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
  456. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
  457. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
  458. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
  459. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
  460. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
  461. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
  462. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
  463. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
  464. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
  465. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
  466. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
  467. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
  468. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
  469. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
  470. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
  471. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
  472. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
  473. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
  474. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
  475. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
  476. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
  477. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
  478. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
  479. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
  480. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
  481. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
  482. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
  483. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
  484. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
  485. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
  486. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
  487. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
  488. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
  489. package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
  490. package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
  491. package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
  492. package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
  493. package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
  494. package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
  495. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
  496. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
  497. package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
  498. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
  499. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
  500. package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
  501. package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
  502. package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
  503. package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
  504. package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
  505. package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
  506. package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
  507. package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
  508. package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
  509. package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
  510. package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
  511. package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
  512. package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
  513. package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
  514. package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
  515. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
  516. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
  517. package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
  518. package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
  519. package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
  520. package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
  521. package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
  522. package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
  523. package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
  524. package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
  525. package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
  526. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
  527. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
  528. package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
  529. package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
  530. package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
  531. package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
  532. package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
  533. package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
  534. package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
  535. package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
  536. package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
  537. package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
  538. package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
  539. package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
  540. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
  541. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
  542. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
  543. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
  544. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
  545. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
  546. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
  547. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
  548. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
  549. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
  550. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
  551. package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
  552. package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
  553. package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
  554. package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
  555. package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
  556. package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
  557. package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
  558. package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
  559. package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
  560. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
  561. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
  562. package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
  563. package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
  564. package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
  565. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
  566. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
  567. package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
  568. package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
  569. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
  570. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
  571. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
  572. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
  573. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
  574. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
  575. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
  576. package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
  577. package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
  578. package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
  579. package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
  580. package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
  581. package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
  582. package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
  583. package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
  584. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
  585. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
  586. package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
  587. package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
  588. package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
  589. package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
  590. package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
  591. package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
  592. package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
  593. package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
  594. package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
  595. package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
  596. package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
  597. package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
  598. package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
  599. package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
  600. package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
  601. package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
  602. package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
  603. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
  604. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
  605. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
  606. package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
  607. package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
  608. package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
  609. package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
  610. package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
  611. package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
  612. package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
  613. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
  614. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
  615. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
  616. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
  617. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
  618. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
  619. package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
  620. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
  621. package/esm2022/libs/feature/dataviz/src/index.mjs +0 -6
  622. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -247
  623. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
  624. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
  625. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
  626. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -244
  627. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
  628. package/esm2022/libs/feature/editor/src/index.mjs +0 -13
  629. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
  630. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
  631. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
  632. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
  633. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
  634. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
  635. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
  636. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
  637. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
  638. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
  639. package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
  640. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
  641. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
  642. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
  643. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
  644. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
  645. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
  646. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
  647. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
  648. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +0 -150
  649. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
  650. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
  651. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
  652. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
  653. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
  654. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +0 -151
  655. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
  656. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
  657. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
  658. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
  659. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
  660. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
  661. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
  662. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
  663. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
  664. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -122
  665. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
  666. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
  667. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
  668. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
  669. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
  670. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
  671. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
  672. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
  673. package/esm2022/libs/feature/map/src/index.mjs +0 -14
  674. package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
  675. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
  676. package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
  677. package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
  678. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
  679. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
  680. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
  681. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
  682. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
  683. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
  684. package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
  685. package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
  686. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
  687. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
  688. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
  689. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
  690. package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
  691. package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
  692. package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
  693. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
  694. package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
  695. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
  696. package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
  697. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
  698. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
  699. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
  700. package/esm2022/libs/feature/record/src/index.mjs +0 -11
  701. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
  702. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -77
  703. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
  704. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -83
  705. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
  706. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
  707. package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
  708. package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
  709. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -349
  710. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
  711. package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
  712. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
  713. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
  714. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -119
  715. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
  716. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
  717. package/esm2022/libs/feature/router/src/index.mjs +0 -2
  718. package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
  719. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
  720. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
  721. package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
  722. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
  723. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
  724. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -65
  725. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
  726. package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
  727. package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
  728. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -116
  729. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
  730. package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
  731. package/esm2022/libs/feature/search/src/index.mjs +0 -26
  732. package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -38
  733. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
  734. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
  735. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
  736. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
  737. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
  738. package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
  739. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
  740. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
  741. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
  742. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
  743. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
  744. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
  745. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
  746. package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
  747. package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
  748. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -54
  749. package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
  750. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
  751. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
  752. package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
  753. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
  754. package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
  755. package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
  756. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
  757. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
  758. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
  759. package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
  760. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
  761. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
  762. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
  763. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
  764. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
  765. package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
  766. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
  767. package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
  768. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
  769. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
  770. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
  771. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
  772. package/esm2022/libs/ui/elements/src/index.mjs +0 -29
  773. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
  774. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
  775. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
  776. package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
  777. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
  778. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
  779. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
  780. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
  781. package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -66
  782. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
  783. package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
  784. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
  785. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
  786. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
  787. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
  788. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
  789. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
  790. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
  791. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
  792. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -128
  793. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
  794. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
  795. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
  796. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
  797. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
  798. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
  799. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
  800. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +0 -59
  801. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
  802. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
  803. package/esm2022/libs/ui/inputs/src/index.mjs +0 -27
  804. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
  805. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
  806. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
  807. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
  808. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
  809. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
  810. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -39
  811. package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
  812. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
  813. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
  814. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
  815. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
  816. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -201
  817. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
  818. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
  819. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
  820. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
  821. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
  822. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
  823. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
  824. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
  825. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
  826. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
  827. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
  828. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
  829. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
  830. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
  831. package/esm2022/libs/ui/layout/src/index.mjs +0 -20
  832. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
  833. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
  834. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
  835. package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
  836. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
  837. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
  838. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
  839. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
  840. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
  841. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
  842. package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
  843. package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
  844. package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
  845. package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
  846. package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
  847. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -26
  848. package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
  849. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
  850. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
  851. package/esm2022/libs/ui/map/src/index.mjs +0 -7
  852. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
  853. package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
  854. package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
  855. package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
  856. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
  857. package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
  858. package/esm2022/libs/ui/search/src/index.mjs +0 -21
  859. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
  860. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
  861. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
  862. package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
  863. package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
  864. package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
  865. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
  866. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
  867. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
  868. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
  869. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
  870. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
  871. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
  872. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
  873. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
  874. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
  875. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
  876. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
  877. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
  878. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
  879. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
  880. package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
  881. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
  882. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
  883. package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
  884. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
  885. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
  886. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
  887. package/esm2022/libs/util/app-config/src/index.mjs +0 -5
  888. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
  889. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
  890. package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
  891. package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
  892. package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
  893. package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
  894. package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
  895. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
  896. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
  897. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
  898. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
  899. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
  900. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
  901. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
  902. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
  903. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
  904. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
  905. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
  906. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
  907. package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
  908. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
  909. package/esm2022/libs/util/i18n/src/index.mjs +0 -8
  910. package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
  911. package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
  912. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
  913. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
  914. package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
  915. package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
  916. package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
  917. package/esm2022/libs/util/shared/src/index.mjs +0 -7
  918. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
  919. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
  920. package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
  921. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -72
  922. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -317
  923. package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
  924. package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
  925. package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
  926. package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -41
  927. package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
  928. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
  929. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -43
  930. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
  931. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
  932. package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
  933. package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
  934. package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
  935. package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
  936. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
  937. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
  938. package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
  939. package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
  940. package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
  941. package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
  942. package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
  943. package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -17
  944. package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
  945. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
  946. package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
  947. package/esm2022/translations/de.json +0 -654
  948. package/esm2022/translations/en.json +0 -654
  949. package/esm2022/translations/es.json +0 -654
  950. package/esm2022/translations/fr.json +0 -654
  951. package/esm2022/translations/it.json +0 -654
  952. package/esm2022/translations/nl.json +0 -654
  953. package/esm2022/translations/pt.json +0 -654
  954. package/esm2022/translations/sk.json +0 -654
  955. package/geonetwork-ui.d.ts.map +0 -1
  956. package/libs/api/metadata-converter/src/index.d.ts +0 -9
  957. package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
  958. package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
  959. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
  960. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
  961. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
  962. package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
  963. package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
  964. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
  965. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
  966. package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
  967. package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
  968. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
  969. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
  970. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
  971. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
  972. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
  973. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
  974. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
  975. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
  976. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
  977. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
  978. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
  979. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
  980. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
  981. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
  982. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
  983. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
  984. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
  985. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
  986. package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
  987. package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
  988. package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
  989. package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
  990. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
  991. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
  992. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
  993. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
  994. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
  995. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
  996. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
  997. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
  998. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
  999. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
  1000. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
  1001. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
  1002. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
  1003. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
  1004. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
  1005. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
  1006. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
  1007. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
  1008. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
  1009. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
  1010. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
  1011. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
  1012. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
  1013. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
  1014. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
  1015. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
  1016. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
  1017. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
  1018. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
  1019. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
  1020. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
  1021. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
  1022. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -78
  1023. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
  1024. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
  1025. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
  1026. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
  1027. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
  1028. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
  1029. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
  1030. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
  1031. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
  1032. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
  1033. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
  1034. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
  1035. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
  1036. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
  1037. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
  1038. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
  1039. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
  1040. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
  1041. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
  1042. package/libs/api/repository/src/index.d.ts +0 -4
  1043. package/libs/api/repository/src/index.d.ts.map +0 -1
  1044. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
  1045. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
  1046. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
  1047. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
  1048. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
  1049. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
  1050. package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
  1051. package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
  1052. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
  1053. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
  1054. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
  1055. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
  1056. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
  1057. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
  1058. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
  1059. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
  1060. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
  1061. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
  1062. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
  1063. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
  1064. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
  1065. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
  1066. package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
  1067. package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
  1068. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
  1069. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
  1070. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
  1071. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
  1072. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
  1073. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
  1074. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
  1075. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
  1076. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
  1077. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
  1078. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
  1079. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
  1080. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
  1081. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
  1082. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
  1083. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
  1084. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
  1085. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
  1086. package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
  1087. package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
  1088. package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
  1089. package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
  1090. package/libs/common/domain/src/index.d.ts +0 -3
  1091. package/libs/common/domain/src/index.d.ts.map +0 -1
  1092. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
  1093. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
  1094. package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
  1095. package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
  1096. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
  1097. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
  1098. package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
  1099. package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
  1100. package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
  1101. package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
  1102. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -182
  1103. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
  1104. package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
  1105. package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
  1106. package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
  1107. package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
  1108. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
  1109. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
  1110. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
  1111. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
  1112. package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
  1113. package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
  1114. package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
  1115. package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
  1116. package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
  1117. package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
  1118. package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
  1119. package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
  1120. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
  1121. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
  1122. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
  1123. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
  1124. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
  1125. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
  1126. package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
  1127. package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
  1128. package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
  1129. package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
  1130. package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
  1131. package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
  1132. package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
  1133. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
  1134. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
  1135. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
  1136. package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
  1137. package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
  1138. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
  1139. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
  1140. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
  1141. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
  1142. package/libs/data-access/gn4/src/index.d.ts +0 -3
  1143. package/libs/data-access/gn4/src/index.d.ts.map +0 -1
  1144. package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
  1145. package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
  1146. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
  1147. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
  1148. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
  1149. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
  1150. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
  1151. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
  1152. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
  1153. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
  1154. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
  1155. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
  1156. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
  1157. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
  1158. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
  1159. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
  1160. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
  1161. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
  1162. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
  1163. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
  1164. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
  1165. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
  1166. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
  1167. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
  1168. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
  1169. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
  1170. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
  1171. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
  1172. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
  1173. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
  1174. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
  1175. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
  1176. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
  1177. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
  1178. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
  1179. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
  1180. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
  1181. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
  1182. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
  1183. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
  1184. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
  1185. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
  1186. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
  1187. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
  1188. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
  1189. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
  1190. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
  1191. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
  1192. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
  1193. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
  1194. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
  1195. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
  1196. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
  1197. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
  1198. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
  1199. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
  1200. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
  1201. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
  1202. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
  1203. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
  1204. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
  1205. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
  1206. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
  1207. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
  1208. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
  1209. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
  1210. package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
  1211. package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
  1212. package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
  1213. package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
  1214. package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
  1215. package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
  1216. package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
  1217. package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
  1218. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
  1219. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
  1220. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
  1221. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
  1222. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
  1223. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
  1224. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
  1225. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
  1226. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
  1227. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1228. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
  1229. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
  1230. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
  1231. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
  1232. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
  1233. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
  1234. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
  1235. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
  1236. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
  1237. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
  1238. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
  1239. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
  1240. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
  1241. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
  1242. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
  1243. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
  1244. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
  1245. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
  1246. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
  1247. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
  1248. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
  1249. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
  1250. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
  1251. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
  1252. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
  1253. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
  1254. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
  1255. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
  1256. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
  1257. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
  1258. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
  1259. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
  1260. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
  1261. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
  1262. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
  1263. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
  1264. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
  1265. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
  1266. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
  1267. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
  1268. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
  1269. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
  1270. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
  1271. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
  1272. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
  1273. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
  1274. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
  1275. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
  1276. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
  1277. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
  1278. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
  1279. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
  1280. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
  1281. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
  1282. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
  1283. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
  1284. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
  1285. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
  1286. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
  1287. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
  1288. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
  1289. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
  1290. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
  1291. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
  1292. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
  1293. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
  1294. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
  1295. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
  1296. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
  1297. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
  1298. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
  1299. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
  1300. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
  1301. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
  1302. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
  1303. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
  1304. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
  1305. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
  1306. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
  1307. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
  1308. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
  1309. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
  1310. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
  1311. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
  1312. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
  1313. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
  1314. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
  1315. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
  1316. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
  1317. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
  1318. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
  1319. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
  1320. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
  1321. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
  1322. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
  1323. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
  1324. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
  1325. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
  1326. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
  1327. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
  1328. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
  1329. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
  1330. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
  1331. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
  1332. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
  1333. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
  1334. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
  1335. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
  1336. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
  1337. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
  1338. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
  1339. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
  1340. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
  1341. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
  1342. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
  1343. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
  1344. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
  1345. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
  1346. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
  1347. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
  1348. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
  1349. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
  1350. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
  1351. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
  1352. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
  1353. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
  1354. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
  1355. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
  1356. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
  1357. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
  1358. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
  1359. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
  1360. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
  1361. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
  1362. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
  1363. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
  1364. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
  1365. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
  1366. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
  1367. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
  1368. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
  1369. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
  1370. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
  1371. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
  1372. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
  1373. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
  1374. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
  1375. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
  1376. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
  1377. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
  1378. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
  1379. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1380. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
  1381. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
  1382. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
  1383. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
  1384. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
  1385. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
  1386. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
  1387. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
  1388. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
  1389. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
  1390. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
  1391. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
  1392. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
  1393. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
  1394. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
  1395. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
  1396. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
  1397. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
  1398. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
  1399. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
  1400. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
  1401. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
  1402. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
  1403. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
  1404. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
  1405. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
  1406. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
  1407. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
  1408. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
  1409. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
  1410. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
  1411. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
  1412. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
  1413. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
  1414. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
  1415. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
  1416. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
  1417. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
  1418. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
  1419. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
  1420. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
  1421. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
  1422. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
  1423. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
  1424. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
  1425. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
  1426. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
  1427. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
  1428. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
  1429. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
  1430. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
  1431. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
  1432. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
  1433. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
  1434. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
  1435. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
  1436. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
  1437. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
  1438. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
  1439. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
  1440. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
  1441. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
  1442. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
  1443. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
  1444. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
  1445. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
  1446. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
  1447. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
  1448. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
  1449. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
  1450. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
  1451. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
  1452. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
  1453. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
  1454. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
  1455. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
  1456. package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
  1457. package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
  1458. package/libs/feature/catalog/src/index.d.ts +0 -9
  1459. package/libs/feature/catalog/src/index.d.ts.map +0 -1
  1460. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
  1461. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
  1462. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
  1463. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
  1464. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
  1465. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
  1466. package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
  1467. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
  1468. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
  1469. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
  1470. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
  1471. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
  1472. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
  1473. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
  1474. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
  1475. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
  1476. package/libs/feature/dataviz/src/index.d.ts +0 -6
  1477. package/libs/feature/dataviz/src/index.d.ts.map +0 -1
  1478. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
  1479. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
  1480. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
  1481. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
  1482. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
  1483. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
  1484. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
  1485. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
  1486. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -40
  1487. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
  1488. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
  1489. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
  1490. package/libs/feature/editor/src/index.d.ts +0 -13
  1491. package/libs/feature/editor/src/index.d.ts.map +0 -1
  1492. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
  1493. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
  1494. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
  1495. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
  1496. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
  1497. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
  1498. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
  1499. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
  1500. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
  1501. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
  1502. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
  1503. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
  1504. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
  1505. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
  1506. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
  1507. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
  1508. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
  1509. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
  1510. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
  1511. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
  1512. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
  1513. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
  1514. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
  1515. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
  1516. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
  1517. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
  1518. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
  1519. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
  1520. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
  1521. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  1522. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
  1523. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
  1524. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
  1525. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
  1526. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
  1527. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +0 -1
  1528. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
  1529. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
  1530. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +0 -42
  1531. 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 +0 -1
  1532. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
  1533. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
  1534. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
  1535. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  1536. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
  1537. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
  1538. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
  1539. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
  1540. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
  1541. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  1542. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +0 -35
  1543. 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 +0 -1
  1544. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
  1545. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +0 -1
  1546. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
  1547. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
  1548. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
  1549. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  1550. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
  1551. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  1552. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
  1553. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  1554. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
  1555. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +0 -1
  1556. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
  1557. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +0 -1
  1558. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
  1559. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
  1560. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
  1561. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +0 -1
  1562. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -31
  1563. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
  1564. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
  1565. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
  1566. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
  1567. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
  1568. package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
  1569. package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
  1570. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
  1571. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
  1572. package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
  1573. package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
  1574. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
  1575. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
  1576. package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
  1577. package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
  1578. package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
  1579. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
  1580. package/libs/feature/map/src/index.d.ts +0 -14
  1581. package/libs/feature/map/src/index.d.ts.map +0 -1
  1582. package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
  1583. package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
  1584. package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
  1585. package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
  1586. package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
  1587. package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
  1588. package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
  1589. package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
  1590. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
  1591. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
  1592. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
  1593. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
  1594. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
  1595. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
  1596. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
  1597. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
  1598. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
  1599. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
  1600. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
  1601. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
  1602. package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
  1603. package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
  1604. package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
  1605. package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
  1606. package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
  1607. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
  1608. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
  1609. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
  1610. package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
  1611. package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
  1612. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
  1613. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
  1614. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
  1615. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
  1616. package/libs/feature/map/src/lib/style/index.d.ts +0 -3
  1617. package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
  1618. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
  1619. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
  1620. package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
  1621. package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
  1622. package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
  1623. package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
  1624. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
  1625. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
  1626. package/libs/feature/notifications/src/index.d.ts +0 -3
  1627. package/libs/feature/notifications/src/index.d.ts.map +0 -1
  1628. package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
  1629. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
  1630. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
  1631. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
  1632. package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
  1633. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
  1634. package/libs/feature/record/src/index.d.ts +0 -11
  1635. package/libs/feature/record/src/index.d.ts.map +0 -1
  1636. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
  1637. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
  1638. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -18
  1639. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
  1640. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
  1641. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
  1642. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -15
  1643. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
  1644. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
  1645. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
  1646. package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
  1647. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
  1648. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
  1649. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
  1650. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
  1651. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
  1652. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
  1653. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
  1654. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
  1655. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
  1656. package/libs/feature/record/src/lib/state/index.d.ts +0 -3
  1657. package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
  1658. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
  1659. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
  1660. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
  1661. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
  1662. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -64
  1663. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
  1664. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
  1665. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
  1666. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
  1667. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
  1668. package/libs/feature/router/src/index.d.ts +0 -2
  1669. package/libs/feature/router/src/index.d.ts.map +0 -1
  1670. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
  1671. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
  1672. package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
  1673. package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
  1674. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
  1675. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
  1676. package/libs/feature/router/src/lib/default/index.d.ts +0 -9
  1677. package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
  1678. package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
  1679. package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
  1680. package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
  1681. package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
  1682. package/libs/feature/router/src/lib/default/router.service.d.ts +0 -17
  1683. package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
  1684. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
  1685. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
  1686. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
  1687. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
  1688. package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
  1689. package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
  1690. package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -36
  1691. package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
  1692. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
  1693. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
  1694. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
  1695. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
  1696. package/libs/feature/search/src/index.d.ts +0 -26
  1697. package/libs/feature/search/src/index.d.ts.map +0 -1
  1698. package/libs/feature/search/src/lib/constants.d.ts +0 -6
  1699. package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
  1700. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
  1701. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
  1702. package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
  1703. package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
  1704. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
  1705. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
  1706. package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
  1707. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
  1708. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
  1709. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
  1710. package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
  1711. package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
  1712. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
  1713. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
  1714. package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
  1715. package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
  1716. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
  1717. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
  1718. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
  1719. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
  1720. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
  1721. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
  1722. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
  1723. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
  1724. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
  1725. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
  1726. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
  1727. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
  1728. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
  1729. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
  1730. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -23
  1731. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
  1732. package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
  1733. package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
  1734. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
  1735. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
  1736. package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
  1737. package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
  1738. package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
  1739. package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
  1740. package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
  1741. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
  1742. package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
  1743. package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
  1744. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
  1745. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
  1746. package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
  1747. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
  1748. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
  1749. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
  1750. package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
  1751. package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
  1752. package/libs/ui/catalog/src/index.d.ts +0 -6
  1753. package/libs/ui/catalog/src/index.d.ts.map +0 -1
  1754. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
  1755. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
  1756. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
  1757. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
  1758. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
  1759. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
  1760. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
  1761. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
  1762. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
  1763. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
  1764. package/libs/ui/dataviz/src/index.d.ts +0 -5
  1765. package/libs/ui/dataviz/src/index.d.ts.map +0 -1
  1766. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
  1767. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
  1768. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
  1769. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
  1770. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
  1771. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
  1772. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
  1773. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
  1774. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
  1775. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
  1776. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
  1777. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
  1778. package/libs/ui/elements/src/index.d.ts +0 -29
  1779. package/libs/ui/elements/src/index.d.ts.map +0 -1
  1780. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
  1781. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
  1782. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
  1783. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
  1784. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
  1785. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
  1786. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
  1787. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
  1788. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
  1789. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
  1790. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
  1791. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
  1792. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
  1793. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
  1794. package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
  1795. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
  1796. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -19
  1797. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
  1798. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
  1799. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
  1800. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
  1801. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
  1802. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
  1803. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
  1804. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
  1805. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
  1806. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
  1807. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
  1808. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
  1809. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
  1810. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
  1811. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
  1812. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
  1813. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
  1814. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
  1815. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
  1816. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
  1817. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
  1818. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -33
  1819. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
  1820. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
  1821. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
  1822. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
  1823. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
  1824. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
  1825. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
  1826. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
  1827. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
  1828. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
  1829. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
  1830. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
  1831. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
  1832. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
  1833. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
  1834. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +0 -11
  1835. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +0 -1
  1836. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
  1837. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
  1838. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
  1839. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
  1840. package/libs/ui/inputs/src/index.d.ts +0 -27
  1841. package/libs/ui/inputs/src/index.d.ts.map +0 -1
  1842. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
  1843. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
  1844. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
  1845. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
  1846. package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
  1847. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
  1848. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
  1849. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
  1850. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
  1851. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
  1852. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
  1853. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
  1854. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -9
  1855. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
  1856. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
  1857. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
  1858. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
  1859. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
  1860. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
  1861. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
  1862. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
  1863. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
  1864. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
  1865. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
  1866. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
  1867. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
  1868. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
  1869. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
  1870. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
  1871. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
  1872. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
  1873. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
  1874. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
  1875. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
  1876. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
  1877. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
  1878. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
  1879. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
  1880. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
  1881. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
  1882. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
  1883. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
  1884. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
  1885. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
  1886. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
  1887. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
  1888. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
  1889. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
  1890. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
  1891. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
  1892. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
  1893. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
  1894. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
  1895. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
  1896. package/libs/ui/layout/src/index.d.ts +0 -20
  1897. package/libs/ui/layout/src/index.d.ts.map +0 -1
  1898. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
  1899. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
  1900. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
  1901. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
  1902. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
  1903. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
  1904. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
  1905. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
  1906. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
  1907. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
  1908. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
  1909. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
  1910. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
  1911. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
  1912. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
  1913. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
  1914. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
  1915. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
  1916. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
  1917. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
  1918. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
  1919. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
  1920. package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
  1921. package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
  1922. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
  1923. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
  1924. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
  1925. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
  1926. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
  1927. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
  1928. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -8
  1929. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
  1930. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
  1931. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
  1932. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
  1933. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
  1934. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
  1935. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
  1936. package/libs/ui/map/src/index.d.ts +0 -7
  1937. package/libs/ui/map/src/index.d.ts.map +0 -1
  1938. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
  1939. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
  1940. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
  1941. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
  1942. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
  1943. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
  1944. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
  1945. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
  1946. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
  1947. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
  1948. package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
  1949. package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
  1950. package/libs/ui/search/src/index.d.ts +0 -21
  1951. package/libs/ui/search/src/index.d.ts.map +0 -1
  1952. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
  1953. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
  1954. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
  1955. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
  1956. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
  1957. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
  1958. package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
  1959. package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
  1960. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
  1961. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
  1962. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
  1963. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
  1964. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
  1965. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
  1966. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
  1967. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
  1968. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
  1969. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
  1970. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
  1971. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
  1972. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
  1973. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
  1974. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
  1975. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
  1976. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
  1977. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
  1978. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
  1979. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
  1980. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
  1981. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
  1982. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
  1983. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
  1984. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
  1985. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
  1986. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
  1987. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
  1988. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
  1989. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
  1990. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
  1991. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
  1992. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
  1993. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
  1994. package/libs/ui/widgets/src/index.d.ts +0 -7
  1995. package/libs/ui/widgets/src/index.d.ts.map +0 -1
  1996. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
  1997. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
  1998. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
  1999. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
  2000. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
  2001. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
  2002. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
  2003. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
  2004. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
  2005. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
  2006. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
  2007. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
  2008. package/libs/util/app-config/src/index.d.ts +0 -5
  2009. package/libs/util/app-config/src/index.d.ts.map +0 -1
  2010. package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
  2011. package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
  2012. package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
  2013. package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
  2014. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
  2015. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
  2016. package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
  2017. package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
  2018. package/libs/util/app-config/src/lib/model.d.ts +0 -71
  2019. package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
  2020. package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
  2021. package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
  2022. package/libs/util/data-fetcher/src/index.d.ts +0 -7
  2023. package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
  2024. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
  2025. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
  2026. package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
  2027. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
  2028. package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
  2029. package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
  2030. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
  2031. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
  2032. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
  2033. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
  2034. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
  2035. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
  2036. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
  2037. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
  2038. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
  2039. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
  2040. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
  2041. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
  2042. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
  2043. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
  2044. package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
  2045. package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
  2046. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
  2047. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
  2048. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
  2049. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
  2050. package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
  2051. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
  2052. package/libs/util/i18n/src/index.d.ts +0 -8
  2053. package/libs/util/i18n/src/index.d.ts.map +0 -1
  2054. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
  2055. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
  2056. package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
  2057. package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
  2058. package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
  2059. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
  2060. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
  2061. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
  2062. package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
  2063. package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
  2064. package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
  2065. package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
  2066. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
  2067. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
  2068. package/libs/util/shared/src/index.d.ts +0 -7
  2069. package/libs/util/shared/src/index.d.ts.map +0 -1
  2070. package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
  2071. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
  2072. package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
  2073. package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
  2074. package/libs/util/shared/src/lib/links/index.d.ts +0 -3
  2075. package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
  2076. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
  2077. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
  2078. package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -145
  2079. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
  2080. package/libs/util/shared/src/lib/record/index.d.ts +0 -3
  2081. package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
  2082. package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
  2083. package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
  2084. package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
  2085. package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
  2086. package/libs/util/shared/src/lib/services/date.service.d.ts +0 -13
  2087. package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
  2088. package/libs/util/shared/src/lib/services/index.d.ts +0 -5
  2089. package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
  2090. package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
  2091. package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
  2092. package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -19
  2093. package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
  2094. package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
  2095. package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
  2096. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
  2097. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
  2098. package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
  2099. package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
  2100. package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
  2101. package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
  2102. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
  2103. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
  2104. package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
  2105. package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
  2106. package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
  2107. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
  2108. package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
  2109. package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
  2110. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
  2111. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
  2112. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
  2113. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
  2114. package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
  2115. package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
  2116. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
  2117. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
  2118. package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
  2119. package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
  2120. package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
  2121. package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
  2122. package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
  2123. package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
  2124. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
  2125. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
  2126. package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
  2127. package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
  2128. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +0 -54
@@ -1,54 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ComponentFactoryResolver, EventEmitter, Input, Output, TemplateRef, ViewChild, ViewContainerRef, } from '@angular/core';
2
- import { RecordPreviewComponent } from '../record-preview/record-preview.component';
3
- import { ResultsLayoutConfigItem } from '../results-list/results-layout.config';
4
- import { CommonModule } from '@angular/common';
5
- import * as i0 from "@angular/core";
6
- export class ResultsListItemComponent {
7
- constructor(componentFactoryResolver) {
8
- this.componentFactoryResolver = componentFactoryResolver;
9
- this.mdSelect = new EventEmitter();
10
- this.initialized = false;
11
- }
12
- ngAfterViewInit() {
13
- this.initialized = true;
14
- this.loadComponent();
15
- }
16
- ngOnChanges() {
17
- if (this.initialized)
18
- this.loadComponent();
19
- }
20
- loadComponent() {
21
- const resolver = this.componentFactoryResolver.resolveComponentFactory(this.layoutConfig.component);
22
- this.cardRef.clear();
23
- const componentFactory = this.cardRef.createComponent(resolver);
24
- componentFactory.instance.metadataQualityDisplay =
25
- this.metadataQualityDisplay;
26
- componentFactory.instance.record = this.record;
27
- componentFactory.instance.favoriteTemplate = this.favoriteTemplate;
28
- componentFactory.instance.mdSelect.subscribe((record) => this.mdSelect.emit(record));
29
- componentFactory.instance.linkHref = this.linkHref;
30
- componentFactory.changeDetectorRef.detectChanges();
31
- }
32
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResultsListItemComponent, deps: [{ token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component }); }
33
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ResultsListItemComponent, isStandalone: true, selector: "gn-ui-results-list-item", inputs: { layoutConfig: "layoutConfig", record: "record", favoriteTemplate: "favoriteTemplate", metadataQualityDisplay: "metadataQualityDisplay", linkHref: "linkHref" }, outputs: { mdSelect: "mdSelect" }, viewQueries: [{ propertyName: "cardRef", first: true, predicate: ["card"], descendants: true, read: ViewContainerRef }], usesOnChanges: true, ngImport: i0, template: "<ng-template #card></ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResultsListItemComponent, decorators: [{
36
- type: Component,
37
- args: [{ selector: 'gn-ui-results-list-item', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, RecordPreviewComponent], template: "<ng-template #card></ng-template>\n" }]
38
- }], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }], propDecorators: { layoutConfig: [{
39
- type: Input
40
- }], record: [{
41
- type: Input
42
- }], favoriteTemplate: [{
43
- type: Input
44
- }], metadataQualityDisplay: [{
45
- type: Input
46
- }], linkHref: [{
47
- type: Input
48
- }], mdSelect: [{
49
- type: Output
50
- }], cardRef: [{
51
- type: ViewChild,
52
- args: ['card', { read: ViewContainerRef }]
53
- }] } });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzdWx0cy1saXN0LWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9zZWFyY2gvc3JjL2xpYi9yZXN1bHRzLWxpc3QtaXRlbS9yZXN1bHRzLWxpc3QtaXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL3NlYXJjaC9zcmMvbGliL3Jlc3VsdHMtbGlzdC1pdGVtL3Jlc3VsdHMtbGlzdC1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULHdCQUF3QixFQUN4QixZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFDTixXQUFXLEVBQ1gsU0FBUyxFQUNULGdCQUFnQixHQUNqQixNQUFNLGVBQWUsQ0FBQTtBQUN0QixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQTtBQUNuRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQTtBQUUvRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7O0FBVTlDLE1BQU0sT0FBTyx3QkFBd0I7SUFXbkMsWUFBb0Isd0JBQWtEO1FBQWxELDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBMEI7UUFMNUQsYUFBUSxHQUFHLElBQUksWUFBWSxFQUFpQixDQUFBO1FBQ3RELGdCQUFXLEdBQUcsS0FBSyxDQUFBO0lBSXNELENBQUM7SUFFMUUsZUFBZTtRQUNiLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFBO1FBQ3ZCLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQTtJQUN0QixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksSUFBSSxDQUFDLFdBQVc7WUFBRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUE7SUFDNUMsQ0FBQztJQUVELGFBQWE7UUFDWCxNQUFNLFFBQVEsR0FDWixJQUFJLENBQUMsd0JBQXdCLENBQUMsdUJBQXVCLENBQ25ELElBQUksQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUM1QixDQUFBO1FBQ0gsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQTtRQUNwQixNQUFNLGdCQUFnQixHQUNwQixJQUFJLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBeUIsUUFBUSxDQUFDLENBQUE7UUFDaEUsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLHNCQUFzQjtZQUM5QyxJQUFJLENBQUMsc0JBQXNCLENBQUE7UUFDN0IsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFBO1FBQzlDLGdCQUFnQixDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUE7UUFDbEUsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUN0RCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FDM0IsQ0FBQTtRQUNELGdCQUFnQixDQUFDLFFBQVEsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQTtRQUNsRCxnQkFBZ0IsQ0FBQyxpQkFBaUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQTtJQUNwRCxDQUFDOytHQXZDVSx3QkFBd0I7bUdBQXhCLHdCQUF3Qiw0V0FTUixnQkFBZ0Isa0RDbkM3QyxxQ0FDQSx5RER1QlksWUFBWTs7NEZBRVgsd0JBQXdCO2tCQVJwQyxTQUFTOytCQUNFLHlCQUF5QixtQkFHbEIsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsc0JBQXNCLENBQUM7NkZBR3RDLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSztnQkFDRyxzQkFBc0I7c0JBQTlCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDSSxRQUFRO3NCQUFqQixNQUFNO2dCQUd3QyxPQUFPO3NCQUFyRCxTQUFTO3VCQUFDLE1BQU0sRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFmdGVyVmlld0luaXQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPdXRwdXQsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3Q2hpbGQsXG4gIFZpZXdDb250YWluZXJSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBSZWNvcmRQcmV2aWV3Q29tcG9uZW50IH0gZnJvbSAnLi4vcmVjb3JkLXByZXZpZXcvcmVjb3JkLXByZXZpZXcuY29tcG9uZW50J1xuaW1wb3J0IHsgUmVzdWx0c0xheW91dENvbmZpZ0l0ZW0gfSBmcm9tICcuLi9yZXN1bHRzLWxpc3QvcmVzdWx0cy1sYXlvdXQuY29uZmlnJ1xuaW1wb3J0IHsgQ2F0YWxvZ1JlY29yZCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL2RvbWFpbi9zcmMvbGliL21vZGVsL3JlY29yZCdcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktcmVzdWx0cy1saXN0LWl0ZW0nLFxuICB0ZW1wbGF0ZVVybDogJy4vcmVzdWx0cy1saXN0LWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9yZXN1bHRzLWxpc3QtaXRlbS5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSZWNvcmRQcmV2aWV3Q29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgUmVzdWx0c0xpc3RJdGVtQ29tcG9uZW50IGltcGxlbWVudHMgT25DaGFuZ2VzLCBBZnRlclZpZXdJbml0IHtcbiAgQElucHV0KCkgbGF5b3V0Q29uZmlnOiBSZXN1bHRzTGF5b3V0Q29uZmlnSXRlbVxuICBASW5wdXQoKSByZWNvcmQ6IENhdGFsb2dSZWNvcmRcbiAgQElucHV0KCkgZmF2b3JpdGVUZW1wbGF0ZTogVGVtcGxhdGVSZWY8eyAkaW1wbGljaXQ6IENhdGFsb2dSZWNvcmQgfT5cbiAgQElucHV0KCkgbWV0YWRhdGFRdWFsaXR5RGlzcGxheTogYm9vbGVhblxuICBASW5wdXQoKSBsaW5rSHJlZjogc3RyaW5nXG4gIEBPdXRwdXQoKSBtZFNlbGVjdCA9IG5ldyBFdmVudEVtaXR0ZXI8Q2F0YWxvZ1JlY29yZD4oKVxuICBpbml0aWFsaXplZCA9IGZhbHNlXG5cbiAgQFZpZXdDaGlsZCgnY2FyZCcsIHsgcmVhZDogVmlld0NvbnRhaW5lclJlZiB9KSBjYXJkUmVmOiBWaWV3Q29udGFpbmVyUmVmXG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI6IENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcikge31cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgdGhpcy5pbml0aWFsaXplZCA9IHRydWVcbiAgICB0aGlzLmxvYWRDb21wb25lbnQoKVxuICB9XG5cbiAgbmdPbkNoYW5nZXMoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuaW5pdGlhbGl6ZWQpIHRoaXMubG9hZENvbXBvbmVudCgpXG4gIH1cblxuICBsb2FkQ29tcG9uZW50KCkge1xuICAgIGNvbnN0IHJlc29sdmVyID1cbiAgICAgIHRoaXMuY29tcG9uZW50RmFjdG9yeVJlc29sdmVyLnJlc29sdmVDb21wb25lbnRGYWN0b3J5PFJlY29yZFByZXZpZXdDb21wb25lbnQ+KFxuICAgICAgICB0aGlzLmxheW91dENvbmZpZy5jb21wb25lbnRcbiAgICAgIClcbiAgICB0aGlzLmNhcmRSZWYuY2xlYXIoKVxuICAgIGNvbnN0IGNvbXBvbmVudEZhY3RvcnkgPVxuICAgICAgdGhpcy5jYXJkUmVmLmNyZWF0ZUNvbXBvbmVudDxSZWNvcmRQcmV2aWV3Q29tcG9uZW50PihyZXNvbHZlcilcbiAgICBjb21wb25lbnRGYWN0b3J5Lmluc3RhbmNlLm1ldGFkYXRhUXVhbGl0eURpc3BsYXkgPVxuICAgICAgdGhpcy5tZXRhZGF0YVF1YWxpdHlEaXNwbGF5XG4gICAgY29tcG9uZW50RmFjdG9yeS5pbnN0YW5jZS5yZWNvcmQgPSB0aGlzLnJlY29yZFxuICAgIGNvbXBvbmVudEZhY3RvcnkuaW5zdGFuY2UuZmF2b3JpdGVUZW1wbGF0ZSA9IHRoaXMuZmF2b3JpdGVUZW1wbGF0ZVxuICAgIGNvbXBvbmVudEZhY3RvcnkuaW5zdGFuY2UubWRTZWxlY3Quc3Vic2NyaWJlKChyZWNvcmQpID0+XG4gICAgICB0aGlzLm1kU2VsZWN0LmVtaXQocmVjb3JkKVxuICAgIClcbiAgICBjb21wb25lbnRGYWN0b3J5Lmluc3RhbmNlLmxpbmtIcmVmID0gdGhpcy5saW5rSHJlZlxuICAgIGNvbXBvbmVudEZhY3RvcnkuY2hhbmdlRGV0ZWN0b3JSZWYuZGV0ZWN0Q2hhbmdlcygpXG4gIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZSAjY2FyZD48L25nLXRlbXBsYXRlPlxuIl19
@@ -1,76 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectorRef, Component, EventEmitter, Input, Output, ViewChild, } from '@angular/core';
3
- import { MatDialog, MatDialogModule } from '@angular/material/dialog';
4
- import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu';
5
- import { ButtonComponent } from '../../../../../../../libs/ui/inputs/src';
6
- import { TranslateDirective, TranslatePipe } from '@ngx-translate/core';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@angular/material/dialog";
9
- import * as i2 from "@angular/common";
10
- export class ActionMenuComponent {
11
- constructor(dialog, cdr) {
12
- this.dialog = dialog;
13
- this.cdr = cdr;
14
- this.canDuplicate = true;
15
- this.canDelete = true;
16
- this.duplicate = new EventEmitter();
17
- this.delete = new EventEmitter();
18
- this.closeActionMenu = new EventEmitter();
19
- this.rollback = new EventEmitter();
20
- this.switch = new EventEmitter();
21
- this.sectionDisplayed = 'mainMenu';
22
- }
23
- displayMainMenu() {
24
- this.sectionDisplayed = 'mainMenu';
25
- this.cdr.markForCheck();
26
- }
27
- displayDeleteMenu() {
28
- switch (this.page) {
29
- case 'draft':
30
- this.sectionDisplayed = 'rollbackMenu';
31
- break;
32
- case 'record':
33
- this.delete.emit();
34
- break;
35
- case 'main':
36
- default:
37
- this.sectionDisplayed = 'deleteMenu';
38
- }
39
- this.cdr.markForCheck();
40
- }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ActionMenuComponent, deps: [{ token: i1.MatDialog }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ActionMenuComponent, isStandalone: true, selector: "gn-ui-action-menu", inputs: { canDuplicate: "canDuplicate", isDuplicating: "isDuplicating", canDelete: "canDelete", page: "page" }, outputs: { duplicate: "duplicate", delete: "delete", closeActionMenu: "closeActionMenu", rollback: "rollback", switch: "switch" }, viewQueries: [{ propertyName: "trigger", first: true, predicate: MatMenuTrigger, descendants: true }], ngImport: i0, template: "<ng-container [ngSwitch]=\"sectionDisplayed\">\n <ng-container *ngSwitchCase=\"'mainMenu'\">\n <div\n data-test=\"mainMenuSection\"\n class=\"mt-2 border border-gray-100 p-2 flex items-center bg-white shadow-2xl rounded-2xl\"\n >\n <ul class=\"flex flex-col gap-2 w-full\">\n <gn-ui-button\n *ngIf=\"page === 'main'\"\n type=\"light\"\n extraClass=\"flex flex-row items-center gap-2 w-full justify-start\"\n (buttonClick)=\"duplicate.emit()\"\n [disabled]=\"!canDuplicate\"\n data-test=\"record-menu-duplicate-button\"\n >\n <span *ngIf=\"isDuplicating; else notDuplicating\" translate\n >record.action.duplicating</span\n >\n <ng-template #notDuplicating>\n <span translate>record.action.duplicate</span>\n </ng-template>\n </gn-ui-button>\n <gn-ui-button\n *ngIf=\"page === 'record'\"\n type=\"light\"\n extraClass=\"flex flex-row items-center gap-2 w-full justify-start\"\n (buttonClick)=\"switch.emit()\"\n data-test=\"record-menu-switch-button\"\n ><span translate>record.action.switchLang</span></gn-ui-button\n >\n <gn-ui-button\n type=\"light\"\n extraClass=\"flex flex-row items-center gap-2 w-full justify-start\"\n (buttonClick)=\"displayDeleteMenu()\"\n [disabled]=\"!canDelete\"\n data-test=\"record-menu-delete-button\"\n ><span *ngIf=\"page !== 'draft'\" translate>record.action.delete</span>\n <span *ngIf=\"page === 'draft'\" translate\n >record.action.rollback</span\n ></gn-ui-button\n >\n </ul>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'deleteMenu'\">\n <div\n data-test=\"deleteMenuSection\"\n class=\"w-72 p-6 flex flex-col gap-3 mt-2 border border-gray-100 bg-white shadow-2xl rounded-2xl\"\n >\n <span class=\"text-lg font-bold text-center\">{{\n 'editor.record.delete.confirmation.title' | translate\n }}</span>\n <span class=\"text-center\">{{\n 'editor.record.delete.confirmation.message' | translate\n }}</span>\n <div class=\"flex flex-row gap-8 justify-center\">\n <gn-ui-button\n (buttonClick)=\"delete.emit()\"\n cdkFocusInitial\n type=\"primary\"\n data-cy=\"confirm-button\"\n [style.--gn-ui-button-width]=\"'100px'\"\n >{{\n 'editor.record.delete.confirmation.confirmText' | translate\n }}</gn-ui-button\n >\n <gn-ui-button\n [style.--gn-ui-button-width]=\"'100px'\"\n (buttonClick)=\"closeActionMenu.emit()\"\n >{{\n 'editor.record.delete.confirmation.cancelText' | translate\n }}</gn-ui-button\n >\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'rollbackMenu'\">\n <div\n data-test=\"rollbackMenuSection\"\n class=\"w-80 p-6 flex flex-col gap-3 mt-2 border border-gray-100 bg-white shadow-2xl rounded-2xl\"\n >\n <span class=\"text-lg font-bold text-center\">{{\n 'editor.record.undo.confirmation.title' | translate\n }}</span>\n <span class=\"text-center\">{{\n 'editor.record.undo.confirmation.message' | translate\n }}</span>\n <div class=\"flex flex-row gap-8 justify-center\">\n <gn-ui-button\n (buttonClick)=\"rollback.emit()\"\n cdkFocusInitial\n type=\"primary\"\n data-cy=\"confirm-button\"\n [style.--gn-ui-button-width]=\"'120px'\"\n >{{\n 'editor.record.undo.confirmation.confirmText' | translate\n }}</gn-ui-button\n >\n <gn-ui-button\n [style.--gn-ui-button-width]=\"'120px'\"\n (buttonClick)=\"closeActionMenu.emit()\"\n >{{\n 'editor.record.undo.confirmation.cancelText' | translate\n }}</gn-ui-button\n >\n </div>\n </div>\n </ng-container>\n</ng-container>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: ButtonComponent, selector: "gn-ui-button", inputs: ["type", "disabled", "extraClass"], outputs: ["buttonClick"] }, { kind: "ngmodule", type: MatMenuModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }] }); }
43
- }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ActionMenuComponent, decorators: [{
45
- type: Component,
46
- args: [{ selector: 'gn-ui-action-menu', standalone: true, imports: [
47
- CommonModule,
48
- ButtonComponent,
49
- MatMenuModule,
50
- MatDialogModule,
51
- TranslateDirective,
52
- TranslatePipe,
53
- ], template: "<ng-container [ngSwitch]=\"sectionDisplayed\">\n <ng-container *ngSwitchCase=\"'mainMenu'\">\n <div\n data-test=\"mainMenuSection\"\n class=\"mt-2 border border-gray-100 p-2 flex items-center bg-white shadow-2xl rounded-2xl\"\n >\n <ul class=\"flex flex-col gap-2 w-full\">\n <gn-ui-button\n *ngIf=\"page === 'main'\"\n type=\"light\"\n extraClass=\"flex flex-row items-center gap-2 w-full justify-start\"\n (buttonClick)=\"duplicate.emit()\"\n [disabled]=\"!canDuplicate\"\n data-test=\"record-menu-duplicate-button\"\n >\n <span *ngIf=\"isDuplicating; else notDuplicating\" translate\n >record.action.duplicating</span\n >\n <ng-template #notDuplicating>\n <span translate>record.action.duplicate</span>\n </ng-template>\n </gn-ui-button>\n <gn-ui-button\n *ngIf=\"page === 'record'\"\n type=\"light\"\n extraClass=\"flex flex-row items-center gap-2 w-full justify-start\"\n (buttonClick)=\"switch.emit()\"\n data-test=\"record-menu-switch-button\"\n ><span translate>record.action.switchLang</span></gn-ui-button\n >\n <gn-ui-button\n type=\"light\"\n extraClass=\"flex flex-row items-center gap-2 w-full justify-start\"\n (buttonClick)=\"displayDeleteMenu()\"\n [disabled]=\"!canDelete\"\n data-test=\"record-menu-delete-button\"\n ><span *ngIf=\"page !== 'draft'\" translate>record.action.delete</span>\n <span *ngIf=\"page === 'draft'\" translate\n >record.action.rollback</span\n ></gn-ui-button\n >\n </ul>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'deleteMenu'\">\n <div\n data-test=\"deleteMenuSection\"\n class=\"w-72 p-6 flex flex-col gap-3 mt-2 border border-gray-100 bg-white shadow-2xl rounded-2xl\"\n >\n <span class=\"text-lg font-bold text-center\">{{\n 'editor.record.delete.confirmation.title' | translate\n }}</span>\n <span class=\"text-center\">{{\n 'editor.record.delete.confirmation.message' | translate\n }}</span>\n <div class=\"flex flex-row gap-8 justify-center\">\n <gn-ui-button\n (buttonClick)=\"delete.emit()\"\n cdkFocusInitial\n type=\"primary\"\n data-cy=\"confirm-button\"\n [style.--gn-ui-button-width]=\"'100px'\"\n >{{\n 'editor.record.delete.confirmation.confirmText' | translate\n }}</gn-ui-button\n >\n <gn-ui-button\n [style.--gn-ui-button-width]=\"'100px'\"\n (buttonClick)=\"closeActionMenu.emit()\"\n >{{\n 'editor.record.delete.confirmation.cancelText' | translate\n }}</gn-ui-button\n >\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'rollbackMenu'\">\n <div\n data-test=\"rollbackMenuSection\"\n class=\"w-80 p-6 flex flex-col gap-3 mt-2 border border-gray-100 bg-white shadow-2xl rounded-2xl\"\n >\n <span class=\"text-lg font-bold text-center\">{{\n 'editor.record.undo.confirmation.title' | translate\n }}</span>\n <span class=\"text-center\">{{\n 'editor.record.undo.confirmation.message' | translate\n }}</span>\n <div class=\"flex flex-row gap-8 justify-center\">\n <gn-ui-button\n (buttonClick)=\"rollback.emit()\"\n cdkFocusInitial\n type=\"primary\"\n data-cy=\"confirm-button\"\n [style.--gn-ui-button-width]=\"'120px'\"\n >{{\n 'editor.record.undo.confirmation.confirmText' | translate\n }}</gn-ui-button\n >\n <gn-ui-button\n [style.--gn-ui-button-width]=\"'120px'\"\n (buttonClick)=\"closeActionMenu.emit()\"\n >{{\n 'editor.record.undo.confirmation.cancelText' | translate\n }}</gn-ui-button\n >\n </div>\n </div>\n </ng-container>\n</ng-container>\n" }]
54
- }], ctorParameters: () => [{ type: i1.MatDialog }, { type: i0.ChangeDetectorRef }], propDecorators: { canDuplicate: [{
55
- type: Input
56
- }], isDuplicating: [{
57
- type: Input
58
- }], canDelete: [{
59
- type: Input
60
- }], page: [{
61
- type: Input
62
- }], duplicate: [{
63
- type: Output
64
- }], delete: [{
65
- type: Output
66
- }], closeActionMenu: [{
67
- type: Output
68
- }], rollback: [{
69
- type: Output
70
- }], switch: [{
71
- type: Output
72
- }], trigger: [{
73
- type: ViewChild,
74
- args: [MatMenuTrigger]
75
- }] } });
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLW1lbnUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9zZWFyY2gvc3JjL2xpYi9yZXN1bHRzLXRhYmxlL2FjdGlvbi1tZW51L2FjdGlvbi1tZW51LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYy9saWIvcmVzdWx0cy10YWJsZS9hY3Rpb24tbWVudS9hY3Rpb24tbWVudS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEVBQ04sU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFBO0FBQ3RCLE9BQU8sRUFBRSxTQUFTLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUE7QUFDckUsT0FBTyxFQUFFLGFBQWEsRUFBRSxjQUFjLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQTtBQUN0RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0seUNBQXlDLENBQUE7QUFDekUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFBOzs7O0FBa0J2RSxNQUFNLE9BQU8sbUJBQW1CO0lBZTlCLFlBQ1MsTUFBaUIsRUFDaEIsR0FBc0I7UUFEdkIsV0FBTSxHQUFOLE1BQU0sQ0FBVztRQUNoQixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQWhCdkIsaUJBQVksR0FBRyxJQUFJLENBQUE7UUFFbkIsY0FBUyxHQUFHLElBQUksQ0FBQTtRQUVmLGNBQVMsR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFBO1FBQ3BDLFdBQU0sR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFBO1FBQ2pDLG9CQUFlLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQTtRQUMxQyxhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQTtRQUNuQyxXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQTtRQUkzQyxxQkFBZ0IsR0FBbUIsVUFBVSxDQUFBO0lBSzFDLENBQUM7SUFFSixlQUFlO1FBQ2IsSUFBSSxDQUFDLGdCQUFnQixHQUFHLFVBQVUsQ0FBQTtRQUNsQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFBO0lBQ3pCLENBQUM7SUFFRCxpQkFBaUI7UUFDZixRQUFRLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztZQUNsQixLQUFLLE9BQU87Z0JBQ1YsSUFBSSxDQUFDLGdCQUFnQixHQUFHLGNBQWMsQ0FBQTtnQkFDdEMsTUFBSztZQUNQLEtBQUssUUFBUTtnQkFDWCxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFBO2dCQUNsQixNQUFLO1lBQ1AsS0FBSyxNQUFNLENBQUM7WUFDWjtnQkFDRSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsWUFBWSxDQUFBO1FBQ3hDLENBQUM7UUFDRCxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFBO0lBQ3pCLENBQUM7K0dBdENVLG1CQUFtQjttR0FBbkIsbUJBQW1CLHlXQVduQixjQUFjLGdEQ3pDM0IsK2dJQTZHQSx5RER2RkksWUFBWSwrVEFDWixlQUFlLDhIQUNmLGFBQWEsOEJBQ2IsZUFBZSwrQkFDZixrQkFBa0IsNkdBQ2xCLGFBQWE7OzRGQUdKLG1CQUFtQjtrQkFkL0IsU0FBUzsrQkFDRSxtQkFBbUIsY0FHakIsSUFBSSxXQUNQO3dCQUNQLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixhQUFhO3dCQUNiLGVBQWU7d0JBQ2Ysa0JBQWtCO3dCQUNsQixhQUFhO3FCQUNkOzhHQUdRLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDSSxTQUFTO3NCQUFsQixNQUFNO2dCQUNHLE1BQU07c0JBQWYsTUFBTTtnQkFDRyxlQUFlO3NCQUF4QixNQUFNO2dCQUNHLFFBQVE7c0JBQWpCLE1BQU07Z0JBQ0csTUFBTTtzQkFBZixNQUFNO2dCQUVvQixPQUFPO3NCQUFqQyxTQUFTO3VCQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPdXRwdXQsXG4gIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IE1hdERpYWxvZywgTWF0RGlhbG9nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJ1xuaW1wb3J0IHsgTWF0TWVudU1vZHVsZSwgTWF0TWVudVRyaWdnZXIgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9tZW51J1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjJ1xuaW1wb3J0IHsgVHJhbnNsYXRlRGlyZWN0aXZlLCBUcmFuc2xhdGVQaXBlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcblxudHlwZSBBY3Rpb25NZW51UGFnZSA9ICdtYWluTWVudScgfCAnZGVsZXRlTWVudScgfCAncm9sbGJhY2tNZW51J1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1hY3Rpb24tbWVudScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY3Rpb24tbWVudS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjdGlvbi1tZW51LmNvbXBvbmVudC5jc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBCdXR0b25Db21wb25lbnQsXG4gICAgTWF0TWVudU1vZHVsZSxcbiAgICBNYXREaWFsb2dNb2R1bGUsXG4gICAgVHJhbnNsYXRlRGlyZWN0aXZlLFxuICAgIFRyYW5zbGF0ZVBpcGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEFjdGlvbk1lbnVDb21wb25lbnQge1xuICBASW5wdXQoKSBjYW5EdXBsaWNhdGUgPSB0cnVlXG4gIEBJbnB1dCgpIGlzRHVwbGljYXRpbmc6IGJvb2xlYW5cbiAgQElucHV0KCkgY2FuRGVsZXRlID0gdHJ1ZVxuICBASW5wdXQoKSBwYWdlOiAnZHJhZnQnIHwgJ21haW4nIHwgJ3JlY29yZCdcbiAgQE91dHB1dCgpIGR1cGxpY2F0ZSA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKVxuICBAT3V0cHV0KCkgZGVsZXRlID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpXG4gIEBPdXRwdXQoKSBjbG9zZUFjdGlvbk1lbnUgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KClcbiAgQE91dHB1dCgpIHJvbGxiYWNrID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpXG4gIEBPdXRwdXQoKSBzd2l0Y2ggPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KClcblxuICBAVmlld0NoaWxkKE1hdE1lbnVUcmlnZ2VyKSB0cmlnZ2VyOiBNYXRNZW51VHJpZ2dlclxuXG4gIHNlY3Rpb25EaXNwbGF5ZWQ6IEFjdGlvbk1lbnVQYWdlID0gJ21haW5NZW51J1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBkaWFsb2c6IE1hdERpYWxvZyxcbiAgICBwcml2YXRlIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWZcbiAgKSB7fVxuXG4gIGRpc3BsYXlNYWluTWVudSgpIHtcbiAgICB0aGlzLnNlY3Rpb25EaXNwbGF5ZWQgPSAnbWFpbk1lbnUnXG4gICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKClcbiAgfVxuXG4gIGRpc3BsYXlEZWxldGVNZW51KCkge1xuICAgIHN3aXRjaCAodGhpcy5wYWdlKSB7XG4gICAgICBjYXNlICdkcmFmdCc6XG4gICAgICAgIHRoaXMuc2VjdGlvbkRpc3BsYXllZCA9ICdyb2xsYmFja01lbnUnXG4gICAgICAgIGJyZWFrXG4gICAgICBjYXNlICdyZWNvcmQnOlxuICAgICAgICB0aGlzLmRlbGV0ZS5lbWl0KClcbiAgICAgICAgYnJlYWtcbiAgICAgIGNhc2UgJ21haW4nOlxuICAgICAgZGVmYXVsdDpcbiAgICAgICAgdGhpcy5zZWN0aW9uRGlzcGxheWVkID0gJ2RlbGV0ZU1lbnUnXG4gICAgfVxuICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpXG4gIH1cbn1cbiIsIjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInNlY3Rpb25EaXNwbGF5ZWRcIj5cbiAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ21haW5NZW51J1wiPlxuICAgIDxkaXZcbiAgICAgIGRhdGEtdGVzdD1cIm1haW5NZW51U2VjdGlvblwiXG4gICAgICBjbGFzcz1cIm10LTIgYm9yZGVyIGJvcmRlci1ncmF5LTEwMCBwLTIgZmxleCBpdGVtcy1jZW50ZXIgYmctd2hpdGUgc2hhZG93LTJ4bCByb3VuZGVkLTJ4bFwiXG4gICAgPlxuICAgICAgPHVsIGNsYXNzPVwiZmxleCBmbGV4LWNvbCBnYXAtMiB3LWZ1bGxcIj5cbiAgICAgICAgPGduLXVpLWJ1dHRvblxuICAgICAgICAgICpuZ0lmPVwicGFnZSA9PT0gJ21haW4nXCJcbiAgICAgICAgICB0eXBlPVwibGlnaHRcIlxuICAgICAgICAgIGV4dHJhQ2xhc3M9XCJmbGV4IGZsZXgtcm93IGl0ZW1zLWNlbnRlciBnYXAtMiB3LWZ1bGwganVzdGlmeS1zdGFydFwiXG4gICAgICAgICAgKGJ1dHRvbkNsaWNrKT1cImR1cGxpY2F0ZS5lbWl0KClcIlxuICAgICAgICAgIFtkaXNhYmxlZF09XCIhY2FuRHVwbGljYXRlXCJcbiAgICAgICAgICBkYXRhLXRlc3Q9XCJyZWNvcmQtbWVudS1kdXBsaWNhdGUtYnV0dG9uXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzcGFuICpuZ0lmPVwiaXNEdXBsaWNhdGluZzsgZWxzZSBub3REdXBsaWNhdGluZ1wiIHRyYW5zbGF0ZVxuICAgICAgICAgICAgPnJlY29yZC5hY3Rpb24uZHVwbGljYXRpbmc8L3NwYW5cbiAgICAgICAgICA+XG4gICAgICAgICAgPG5nLXRlbXBsYXRlICNub3REdXBsaWNhdGluZz5cbiAgICAgICAgICAgIDxzcGFuIHRyYW5zbGF0ZT5yZWNvcmQuYWN0aW9uLmR1cGxpY2F0ZTwvc3Bhbj5cbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICA8L2duLXVpLWJ1dHRvbj5cbiAgICAgICAgPGduLXVpLWJ1dHRvblxuICAgICAgICAgICpuZ0lmPVwicGFnZSA9PT0gJ3JlY29yZCdcIlxuICAgICAgICAgIHR5cGU9XCJsaWdodFwiXG4gICAgICAgICAgZXh0cmFDbGFzcz1cImZsZXggZmxleC1yb3cgaXRlbXMtY2VudGVyIGdhcC0yIHctZnVsbCBqdXN0aWZ5LXN0YXJ0XCJcbiAgICAgICAgICAoYnV0dG9uQ2xpY2spPVwic3dpdGNoLmVtaXQoKVwiXG4gICAgICAgICAgZGF0YS10ZXN0PVwicmVjb3JkLW1lbnUtc3dpdGNoLWJ1dHRvblwiXG4gICAgICAgICAgPjxzcGFuIHRyYW5zbGF0ZT5yZWNvcmQuYWN0aW9uLnN3aXRjaExhbmc8L3NwYW4+PC9nbi11aS1idXR0b25cbiAgICAgICAgPlxuICAgICAgICA8Z24tdWktYnV0dG9uXG4gICAgICAgICAgdHlwZT1cImxpZ2h0XCJcbiAgICAgICAgICBleHRyYUNsYXNzPVwiZmxleCBmbGV4LXJvdyBpdGVtcy1jZW50ZXIgZ2FwLTIgdy1mdWxsIGp1c3RpZnktc3RhcnRcIlxuICAgICAgICAgIChidXR0b25DbGljayk9XCJkaXNwbGF5RGVsZXRlTWVudSgpXCJcbiAgICAgICAgICBbZGlzYWJsZWRdPVwiIWNhbkRlbGV0ZVwiXG4gICAgICAgICAgZGF0YS10ZXN0PVwicmVjb3JkLW1lbnUtZGVsZXRlLWJ1dHRvblwiXG4gICAgICAgICAgPjxzcGFuICpuZ0lmPVwicGFnZSAhPT0gJ2RyYWZ0J1wiIHRyYW5zbGF0ZT5yZWNvcmQuYWN0aW9uLmRlbGV0ZTwvc3Bhbj5cbiAgICAgICAgICA8c3BhbiAqbmdJZj1cInBhZ2UgPT09ICdkcmFmdCdcIiB0cmFuc2xhdGVcbiAgICAgICAgICAgID5yZWNvcmQuYWN0aW9uLnJvbGxiYWNrPC9zcGFuXG4gICAgICAgICAgPjwvZ24tdWktYnV0dG9uXG4gICAgICAgID5cbiAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG4gIDwvbmctY29udGFpbmVyPlxuICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInZGVsZXRlTWVudSdcIj5cbiAgICA8ZGl2XG4gICAgICBkYXRhLXRlc3Q9XCJkZWxldGVNZW51U2VjdGlvblwiXG4gICAgICBjbGFzcz1cInctNzIgcC02IGZsZXggZmxleC1jb2wgZ2FwLTMgbXQtMiBib3JkZXIgYm9yZGVyLWdyYXktMTAwIGJnLXdoaXRlIHNoYWRvdy0yeGwgcm91bmRlZC0yeGxcIlxuICAgID5cbiAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1sZyBmb250LWJvbGQgdGV4dC1jZW50ZXJcIj57e1xuICAgICAgICAnZWRpdG9yLnJlY29yZC5kZWxldGUuY29uZmlybWF0aW9uLnRpdGxlJyB8IHRyYW5zbGF0ZVxuICAgICAgfX08L3NwYW4+XG4gICAgICA8c3BhbiBjbGFzcz1cInRleHQtY2VudGVyXCI+e3tcbiAgICAgICAgJ2VkaXRvci5yZWNvcmQuZGVsZXRlLmNvbmZpcm1hdGlvbi5tZXNzYWdlJyB8IHRyYW5zbGF0ZVxuICAgICAgfX08L3NwYW4+XG4gICAgICA8ZGl2IGNsYXNzPVwiZmxleCBmbGV4LXJvdyBnYXAtOCBqdXN0aWZ5LWNlbnRlclwiPlxuICAgICAgICA8Z24tdWktYnV0dG9uXG4gICAgICAgICAgKGJ1dHRvbkNsaWNrKT1cImRlbGV0ZS5lbWl0KClcIlxuICAgICAgICAgIGNka0ZvY3VzSW5pdGlhbFxuICAgICAgICAgIHR5cGU9XCJwcmltYXJ5XCJcbiAgICAgICAgICBkYXRhLWN5PVwiY29uZmlybS1idXR0b25cIlxuICAgICAgICAgIFtzdHlsZS4tLWduLXVpLWJ1dHRvbi13aWR0aF09XCInMTAwcHgnXCJcbiAgICAgICAgICA+e3tcbiAgICAgICAgICAgICdlZGl0b3IucmVjb3JkLmRlbGV0ZS5jb25maXJtYXRpb24uY29uZmlybVRleHQnIHwgdHJhbnNsYXRlXG4gICAgICAgICAgfX08L2duLXVpLWJ1dHRvblxuICAgICAgICA+XG4gICAgICAgIDxnbi11aS1idXR0b25cbiAgICAgICAgICBbc3R5bGUuLS1nbi11aS1idXR0b24td2lkdGhdPVwiJzEwMHB4J1wiXG4gICAgICAgICAgKGJ1dHRvbkNsaWNrKT1cImNsb3NlQWN0aW9uTWVudS5lbWl0KClcIlxuICAgICAgICAgID57e1xuICAgICAgICAgICAgJ2VkaXRvci5yZWNvcmQuZGVsZXRlLmNvbmZpcm1hdGlvbi5jYW5jZWxUZXh0JyB8IHRyYW5zbGF0ZVxuICAgICAgICAgIH19PC9nbi11aS1idXR0b25cbiAgICAgICAgPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvbmctY29udGFpbmVyPlxuICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCIncm9sbGJhY2tNZW51J1wiPlxuICAgIDxkaXZcbiAgICAgIGRhdGEtdGVzdD1cInJvbGxiYWNrTWVudVNlY3Rpb25cIlxuICAgICAgY2xhc3M9XCJ3LTgwIHAtNiBmbGV4IGZsZXgtY29sIGdhcC0zIG10LTIgYm9yZGVyIGJvcmRlci1ncmF5LTEwMCBiZy13aGl0ZSBzaGFkb3ctMnhsIHJvdW5kZWQtMnhsXCJcbiAgICA+XG4gICAgICA8c3BhbiBjbGFzcz1cInRleHQtbGcgZm9udC1ib2xkIHRleHQtY2VudGVyXCI+e3tcbiAgICAgICAgJ2VkaXRvci5yZWNvcmQudW5kby5jb25maXJtYXRpb24udGl0bGUnIHwgdHJhbnNsYXRlXG4gICAgICB9fTwvc3Bhbj5cbiAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1jZW50ZXJcIj57e1xuICAgICAgICAnZWRpdG9yLnJlY29yZC51bmRvLmNvbmZpcm1hdGlvbi5tZXNzYWdlJyB8IHRyYW5zbGF0ZVxuICAgICAgfX08L3NwYW4+XG4gICAgICA8ZGl2IGNsYXNzPVwiZmxleCBmbGV4LXJvdyBnYXAtOCBqdXN0aWZ5LWNlbnRlclwiPlxuICAgICAgICA8Z24tdWktYnV0dG9uXG4gICAgICAgICAgKGJ1dHRvbkNsaWNrKT1cInJvbGxiYWNrLmVtaXQoKVwiXG4gICAgICAgICAgY2RrRm9jdXNJbml0aWFsXG4gICAgICAgICAgdHlwZT1cInByaW1hcnlcIlxuICAgICAgICAgIGRhdGEtY3k9XCJjb25maXJtLWJ1dHRvblwiXG4gICAgICAgICAgW3N0eWxlLi0tZ24tdWktYnV0dG9uLXdpZHRoXT1cIicxMjBweCdcIlxuICAgICAgICAgID57e1xuICAgICAgICAgICAgJ2VkaXRvci5yZWNvcmQudW5kby5jb25maXJtYXRpb24uY29uZmlybVRleHQnIHwgdHJhbnNsYXRlXG4gICAgICAgICAgfX08L2duLXVpLWJ1dHRvblxuICAgICAgICA+XG4gICAgICAgIDxnbi11aS1idXR0b25cbiAgICAgICAgICBbc3R5bGUuLS1nbi11aS1idXR0b24td2lkdGhdPVwiJzEyMHB4J1wiXG4gICAgICAgICAgKGJ1dHRvbkNsaWNrKT1cImNsb3NlQWN0aW9uTWVudS5lbWl0KClcIlxuICAgICAgICAgID57e1xuICAgICAgICAgICAgJ2VkaXRvci5yZWNvcmQudW5kby5jb25maXJtYXRpb24uY2FuY2VsVGV4dCcgfCB0cmFuc2xhdGVcbiAgICAgICAgICB9fTwvZ24tdWktYnV0dG9uXG4gICAgICAgID5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L25nLWNvbnRhaW5lcj5cbjwvbmctY29udGFpbmVyPlxuIl19
@@ -1,219 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, Output, QueryList, ViewChildren, ViewContainerRef, } from '@angular/core';
3
- import { BadgeComponent, ButtonComponent, CheckboxComponent, } from '../../../../../../libs/ui/inputs/src';
4
- import { InteractiveTableColumnComponent, InteractiveTableComponent, } from '../../../../../../libs/ui/layout/src';
5
- import { DateService, formatUserInfo, getBadgeColor, getFileFormat, getFormatPriority, } from '../../../../../../libs/util/shared/src';
6
- import { TranslateDirective, TranslatePipe, TranslateService, } from '@ngx-translate/core';
7
- import { ActionMenuComponent } from './action-menu/action-menu.component';
8
- import { NgIconComponent, provideIcons } from '@ng-icons/core';
9
- import { iconoirLock, iconoirTranslate, iconoirUser } from '@ng-icons/iconoir';
10
- import { CdkOverlayOrigin, Overlay } from '@angular/cdk/overlay';
11
- import { TemplatePortal } from '@angular/cdk/portal';
12
- import { matMoreVert } from '@ng-icons/material-icons/baseline';
13
- import { of, take } from 'rxjs';
14
- import * as i0 from "@angular/core";
15
- import * as i1 from "@angular/cdk/overlay";
16
- import * as i2 from "../../../../../../libs/util/shared/src";
17
- import * as i3 from "@ngx-translate/core";
18
- import * as i4 from "@angular/common";
19
- export class ResultsTableComponent {
20
- constructor(overlay, viewContainerRef, cdr, dateService, translateService) {
21
- this.overlay = overlay;
22
- this.viewContainerRef = viewContainerRef;
23
- this.cdr = cdr;
24
- this.dateService = dateService;
25
- this.translateService = translateService;
26
- this.records = [];
27
- this.selectedRecordsIdentifiers = [];
28
- this.sortOrder = null;
29
- this.hasDraft = () => false;
30
- this.canDuplicate = () => true;
31
- this.canDelete = () => of(true);
32
- this.canEdit = () => of(true);
33
- this.isDraftPage = false;
34
- this.isDuplicating = false;
35
- // emits the column (field) as well as the order
36
- this.sortByChange = new EventEmitter();
37
- this.recordClick = new EventEmitter();
38
- this.duplicateRecord = new EventEmitter();
39
- this.deleteRecord = new EventEmitter();
40
- this.rollbackDraft = new EventEmitter();
41
- this.recordsSelectedChange = new EventEmitter();
42
- this.isActionMenuOpen = false;
43
- }
44
- openActionMenu(item, template) {
45
- this.isActionMenuOpen = true;
46
- const index = this.records.indexOf(item);
47
- const buttonElement = this.actionMenuButtons.toArray()[index];
48
- const positionStrategy = this.overlay
49
- .position()
50
- .flexibleConnectedTo(buttonElement)
51
- .withFlexibleDimensions(true)
52
- .withPush(true)
53
- .withPositions([
54
- {
55
- originX: 'end',
56
- originY: 'bottom',
57
- overlayX: 'end',
58
- overlayY: 'top',
59
- },
60
- {
61
- originX: 'end',
62
- originY: 'top',
63
- overlayX: 'end',
64
- overlayY: 'bottom',
65
- },
66
- ]);
67
- this.overlayRef = this.overlay.create({
68
- hasBackdrop: true,
69
- backdropClass: 'cdk-overlay-transparent-backdrop',
70
- positionStrategy: positionStrategy,
71
- scrollStrategy: this.overlay.scrollStrategies.reposition(),
72
- });
73
- const portal = new TemplatePortal(template, this.viewContainerRef);
74
- this.overlayRef.attach(portal);
75
- this.overlayRef.backdropClick().subscribe(() => {
76
- this.closeActionMenu();
77
- });
78
- }
79
- closeActionMenu() {
80
- if (this.overlayRef) {
81
- this.isActionMenuOpen = false;
82
- this.overlayRef.dispose();
83
- this.cdr.markForCheck();
84
- }
85
- }
86
- dateToString(date) {
87
- return this.dateService.formatDate(date, {
88
- year: 'numeric',
89
- month: 'long',
90
- day: 'numeric',
91
- timeZone: 'UTC',
92
- });
93
- }
94
- getRecordFormats(record) {
95
- if (record.kind === 'service' || !('onlineResources' in record)) {
96
- return [];
97
- }
98
- const formats = Array.from(new Set(record.onlineResources.map((onlineResource) => getFileFormat(onlineResource)))).filter((format) => !!format);
99
- formats.sort((a, b) => getFormatPriority(b) - getFormatPriority(a));
100
- return formats;
101
- }
102
- formatUserInfo(userInfo) {
103
- return formatUserInfo(userInfo);
104
- }
105
- getBadgeColor(format) {
106
- return getBadgeColor(format);
107
- }
108
- handleRecordClick(item) {
109
- this.canEdit(item)
110
- .pipe(take(1))
111
- .subscribe((canEdit) => {
112
- if (canEdit) {
113
- this.recordClick.emit(item);
114
- }
115
- });
116
- }
117
- handleDuplicate(item) {
118
- this.duplicateRecord.emit(item);
119
- }
120
- handleDelete(item) {
121
- this.deleteRecord.emit(item);
122
- this.closeActionMenu();
123
- }
124
- handleRollback(item) {
125
- this.rollbackDraft.emit(item);
126
- this.closeActionMenu();
127
- }
128
- setSortBy(col, order) {
129
- this.sortByChange.emit([col, order]);
130
- }
131
- isSortedBy(col) {
132
- if (!this.sortOrder) {
133
- return null;
134
- }
135
- const sortArray = Array.isArray(this.sortOrder[0])
136
- ? this.sortOrder
137
- : [this.sortOrder];
138
- for (const sort of sortArray) {
139
- if (sort[1] === col) {
140
- return sort[0];
141
- }
142
- }
143
- return null;
144
- }
145
- isChecked(record) {
146
- return this.selectedRecordsIdentifiers.includes(record.uniqueIdentifier);
147
- }
148
- handleRecordSelectedChange(selected, record) {
149
- this.recordsSelectedChange.emit([[record], selected]);
150
- }
151
- isMultilingual(record) {
152
- return record.otherLanguages.length > 0;
153
- }
154
- getTxtHoverMultilingual(record) {
155
- const languages = [
156
- ...[record.defaultLanguage],
157
- ...record.otherLanguages,
158
- ].sort((a, b) => a.localeCompare(b));
159
- return this.translateService.instant('dashboard.records.isMultilingual', {
160
- languages: languages.join(', '),
161
- });
162
- }
163
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResultsTableComponent, deps: [{ token: i1.Overlay }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i2.DateService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
164
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ResultsTableComponent, isStandalone: true, selector: "gn-ui-results-table", inputs: { records: "records", selectedRecordsIdentifiers: "selectedRecordsIdentifiers", sortOrder: "sortOrder", hasDraft: "hasDraft", canDuplicate: "canDuplicate", canDelete: "canDelete", canEdit: "canEdit", isDraftPage: "isDraftPage", isDuplicating: "isDuplicating" }, outputs: { sortByChange: "sortByChange", recordClick: "recordClick", duplicateRecord: "duplicateRecord", deleteRecord: "deleteRecord", rollbackDraft: "rollbackDraft", recordsSelectedChange: "recordsSelectedChange" }, providers: [
165
- provideIcons({ iconoirUser, iconoirLock, iconoirTranslate, matMoreVert }),
166
- ], viewQueries: [{ propertyName: "actionMenuButtons", predicate: ["actionMenuButton"], descendants: true, read: ElementRef }], ngImport: i0, template: "<gn-ui-interactive-table\n [items]=\"records\"\n [canEditItem]=\"canEdit\"\n [isDraftPage]=\"isDraftPage\"\n (itemClick)=\"handleRecordClick($event)\"\n>\n <!-- SELECTED COLUMN -->\n <gn-ui-interactive-table-column [width]=\"'3rem'\">\n <ng-template #cell let-item let-i=\"index\">\n <ng-icon\n name=\"iconoirLock\"\n class=\"text-purple\"\n *ngIf=\"(canEdit(item) | async) === false; else selectCheckbox\"\n ></ng-icon>\n <ng-template #selectCheckbox>\n <gn-ui-checkbox\n [checked]=\"isChecked(item)\"\n (changed)=\"handleRecordSelectedChange($event, item)\"\n class=\"-m-2\"\n type=\"default\"\n ></gn-ui-checkbox>\n </ng-template>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- TITLE COLUMN -->\n <gn-ui-interactive-table-column\n [sortable]=\"true\"\n [grow]=\"true\"\n [activeSort]=\"isSortedBy('resourceTitleObject.default.keyword')\"\n (sortChange)=\"setSortBy('resourceTitleObject.default.keyword', $event)\"\n >\n <ng-template #header>\n <span translate>record.metadata.title</span>\n </ng-template>\n <ng-template #cell let-item>\n <div class=\"flex flex-row items-center gap-2 max-w-full font-semibold\">\n <span data-cy=\"resultItemTitle\" class=\"overflow-hidden text-ellipsis\">{{\n item.title\n }}</span>\n <gn-ui-badge\n *ngIf=\"hasDraft(item)\"\n [style.--gn-ui-badge-padding]=\"'0.2em 0.6em'\"\n [style.--gn-ui-badge-text-size]=\"'12px'\"\n [style.--gn-ui-badge-text-color]=\"'#3d2006'\"\n [style.--gn-ui-badge-background-color]=\"'#ffbc7b'\"\n [style.--gn-ui-badge-rounded]=\"'4px'\"\n >\n <span translate>dashboard.records.hasDraft</span>\n </gn-ui-badge>\n </div>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- FORMATS COLUMN -->\n <gn-ui-interactive-table-column [width]=\"'9rem'\">\n <ng-template #header>\n <span translate>record.metadata.formats</span>\n </ng-template>\n <ng-template #cell let-item>\n <div\n class=\"flex justify-start items-center gap-2 font-medium\"\n *ngIf=\"getRecordFormats(item) as formats\"\n [title]=\"formats.join(', ')\"\n >\n <span\n class=\"badge-btn min-w-[45px] text-xs text-gray-900 px-2 shrink-0\"\n [style.background-color]=\"getBadgeColor(formats[0])\"\n *ngIf=\"formats[0]\"\n >\n {{ formats[0] }}\n </span>\n <span\n class=\"badge-btn min-w-[45px] text-xs text-gray-900 px-2 shrink-0\"\n [style.background-color]=\"getBadgeColor(formats[1])\"\n *ngIf=\"formats[1]\"\n >\n {{ formats[1] }}\n </span>\n <div class=\"shrink-0 text-xs\" *ngIf=\"formats.slice(2).length > 0\">\n <span>+{{ formats.slice(2).length }}</span>\n </div>\n </div>\n <div *ngIf=\"!getRecordFormats(item)\"></div>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- OWNER COLUMN -->\n <gn-ui-interactive-table-column\n [width]=\"'12rem'\"\n [sortable]=\"true\"\n [activeSort]=\"isSortedBy('recordOwner')\"\n (sortChange)=\"setSortBy('recordOwner', $event)\"\n >\n <ng-template #header>\n <span translate>search.filters.user</span>\n </ng-template>\n <ng-template #cell let-item>\n <ng-icon name=\"iconoirUser\" size=\"16px\"></ng-icon>\n <span data-cy=\"ownerInfo\" class=\"text-xs\">{{\n formatUserInfo(item.extras?.ownerInfo)\n }}</span>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- STATUS COLUMN -->\n <gn-ui-interactive-table-column [width]=\"'6rem'\">\n <ng-template #header>\n <span translate>record.metadata.status</span>\n </ng-template>\n <ng-template #cell let-item>\n <span class=\"text-xs\">\n {{\n (item.extras?.['isPublishedToAll']\n ? 'record.metadata.status.published'\n : 'record.metadata.status.notPublished'\n ) | translate\n }}</span\n >\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- UPDATE DATE COLUMN -->\n <gn-ui-interactive-table-column\n [width]=\"'8rem'\"\n [sortable]=\"true\"\n [activeSort]=\"isSortedBy('changeDate')\"\n (sortChange)=\"setSortBy('changeDate', $event)\"\n >\n <ng-template #header>\n <span translate>search.filters.changeDate</span>\n </ng-template>\n <ng-template #cell let-item>\n <div class=\"flex text-left w-full text-xs\">\n {{\n item.extras?.['isPublishedToAll']\n ? dateToString(item.recordUpdated)\n : '-'\n }}\n </div>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- ACTION MENU COLUMN -->\n <gn-ui-interactive-table-column>\n <ng-template #header> </ng-template>\n <ng-template #cell let-item>\n <div class=\"flex justify-end items-center gap-4 w-full\">\n <ng-icon\n *ngIf=\"isMultilingual(item)\"\n data-cy=\"multilingual-indicator\"\n name=\"iconoirTranslate\"\n [attr.title]=\"getTxtHoverMultilingual(item)\"\n ></ng-icon>\n <gn-ui-button\n cdkOverlayOrigin\n #actionMenuButton\n (buttonClick)=\"openActionMenu(item, template)\"\n type=\"light\"\n data-test=\"record-menu-button\"\n >\n <ng-icon name=\"matMoreVert\"></ng-icon>\n </gn-ui-button>\n </div>\n <ng-template #template>\n <gn-ui-action-menu\n [canDuplicate]=\"canDuplicate(item)\"\n [isDuplicating]=\"isDuplicating\"\n [canDelete]=\"canDelete(item) | async\"\n [page]=\"isDraftPage ? 'draft' : 'main'\"\n (duplicate)=\"handleDuplicate(item)\"\n (delete)=\"handleDelete(item)\"\n (closeActionMenu)=\"closeActionMenu()\"\n (rollback)=\"handleRollback(item)\"\n >\n </gn-ui-action-menu>\n </ng-template>\n </ng-template>\n </gn-ui-interactive-table-column>\n</gn-ui-interactive-table>\n", styles: [":host{--gn-ui-button-height: 40px;--gn-ui-button-width: 40px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "component", type: InteractiveTableComponent, selector: "gn-ui-interactive-table", inputs: ["items", "canEditItem", "isDraftPage"], outputs: ["itemClick"] }, { kind: "component", type: InteractiveTableColumnComponent, selector: "gn-ui-interactive-table-column", inputs: ["grow", "width", "sortable", "activeSort"], outputs: ["sortChange"] }, { kind: "directive", type: TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "component", type: BadgeComponent, selector: "gn-ui-badge", inputs: ["clickable", "removable"], outputs: ["badgeRemoveClicked"] }, { kind: "component", type: ActionMenuComponent, selector: "gn-ui-action-menu", inputs: ["canDuplicate", "isDuplicating", "canDelete", "page"], outputs: ["duplicate", "delete", "closeActionMenu", "rollback", "switch"] }, { kind: "component", type: NgIconComponent, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "directive", type: CdkOverlayOrigin, selector: "[cdk-overlay-origin], [overlay-origin], [cdkOverlayOrigin]", exportAs: ["cdkOverlayOrigin"] }, { kind: "component", type: CheckboxComponent, selector: "gn-ui-checkbox", inputs: ["type", "checked", "indeterminate"], outputs: ["changed"] }, { kind: "component", type: ButtonComponent, selector: "gn-ui-button", inputs: ["type", "disabled", "extraClass"], outputs: ["buttonClick"] }] }); }
167
- }
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResultsTableComponent, decorators: [{
169
- type: Component,
170
- args: [{ selector: 'gn-ui-results-table', standalone: true, imports: [
171
- CommonModule,
172
- InteractiveTableComponent,
173
- InteractiveTableColumnComponent,
174
- TranslateDirective,
175
- TranslatePipe,
176
- BadgeComponent,
177
- ActionMenuComponent,
178
- NgIconComponent,
179
- CdkOverlayOrigin,
180
- CheckboxComponent,
181
- ButtonComponent,
182
- ], providers: [
183
- provideIcons({ iconoirUser, iconoirLock, iconoirTranslate, matMoreVert }),
184
- ], template: "<gn-ui-interactive-table\n [items]=\"records\"\n [canEditItem]=\"canEdit\"\n [isDraftPage]=\"isDraftPage\"\n (itemClick)=\"handleRecordClick($event)\"\n>\n <!-- SELECTED COLUMN -->\n <gn-ui-interactive-table-column [width]=\"'3rem'\">\n <ng-template #cell let-item let-i=\"index\">\n <ng-icon\n name=\"iconoirLock\"\n class=\"text-purple\"\n *ngIf=\"(canEdit(item) | async) === false; else selectCheckbox\"\n ></ng-icon>\n <ng-template #selectCheckbox>\n <gn-ui-checkbox\n [checked]=\"isChecked(item)\"\n (changed)=\"handleRecordSelectedChange($event, item)\"\n class=\"-m-2\"\n type=\"default\"\n ></gn-ui-checkbox>\n </ng-template>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- TITLE COLUMN -->\n <gn-ui-interactive-table-column\n [sortable]=\"true\"\n [grow]=\"true\"\n [activeSort]=\"isSortedBy('resourceTitleObject.default.keyword')\"\n (sortChange)=\"setSortBy('resourceTitleObject.default.keyword', $event)\"\n >\n <ng-template #header>\n <span translate>record.metadata.title</span>\n </ng-template>\n <ng-template #cell let-item>\n <div class=\"flex flex-row items-center gap-2 max-w-full font-semibold\">\n <span data-cy=\"resultItemTitle\" class=\"overflow-hidden text-ellipsis\">{{\n item.title\n }}</span>\n <gn-ui-badge\n *ngIf=\"hasDraft(item)\"\n [style.--gn-ui-badge-padding]=\"'0.2em 0.6em'\"\n [style.--gn-ui-badge-text-size]=\"'12px'\"\n [style.--gn-ui-badge-text-color]=\"'#3d2006'\"\n [style.--gn-ui-badge-background-color]=\"'#ffbc7b'\"\n [style.--gn-ui-badge-rounded]=\"'4px'\"\n >\n <span translate>dashboard.records.hasDraft</span>\n </gn-ui-badge>\n </div>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- FORMATS COLUMN -->\n <gn-ui-interactive-table-column [width]=\"'9rem'\">\n <ng-template #header>\n <span translate>record.metadata.formats</span>\n </ng-template>\n <ng-template #cell let-item>\n <div\n class=\"flex justify-start items-center gap-2 font-medium\"\n *ngIf=\"getRecordFormats(item) as formats\"\n [title]=\"formats.join(', ')\"\n >\n <span\n class=\"badge-btn min-w-[45px] text-xs text-gray-900 px-2 shrink-0\"\n [style.background-color]=\"getBadgeColor(formats[0])\"\n *ngIf=\"formats[0]\"\n >\n {{ formats[0] }}\n </span>\n <span\n class=\"badge-btn min-w-[45px] text-xs text-gray-900 px-2 shrink-0\"\n [style.background-color]=\"getBadgeColor(formats[1])\"\n *ngIf=\"formats[1]\"\n >\n {{ formats[1] }}\n </span>\n <div class=\"shrink-0 text-xs\" *ngIf=\"formats.slice(2).length > 0\">\n <span>+{{ formats.slice(2).length }}</span>\n </div>\n </div>\n <div *ngIf=\"!getRecordFormats(item)\"></div>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- OWNER COLUMN -->\n <gn-ui-interactive-table-column\n [width]=\"'12rem'\"\n [sortable]=\"true\"\n [activeSort]=\"isSortedBy('recordOwner')\"\n (sortChange)=\"setSortBy('recordOwner', $event)\"\n >\n <ng-template #header>\n <span translate>search.filters.user</span>\n </ng-template>\n <ng-template #cell let-item>\n <ng-icon name=\"iconoirUser\" size=\"16px\"></ng-icon>\n <span data-cy=\"ownerInfo\" class=\"text-xs\">{{\n formatUserInfo(item.extras?.ownerInfo)\n }}</span>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- STATUS COLUMN -->\n <gn-ui-interactive-table-column [width]=\"'6rem'\">\n <ng-template #header>\n <span translate>record.metadata.status</span>\n </ng-template>\n <ng-template #cell let-item>\n <span class=\"text-xs\">\n {{\n (item.extras?.['isPublishedToAll']\n ? 'record.metadata.status.published'\n : 'record.metadata.status.notPublished'\n ) | translate\n }}</span\n >\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- UPDATE DATE COLUMN -->\n <gn-ui-interactive-table-column\n [width]=\"'8rem'\"\n [sortable]=\"true\"\n [activeSort]=\"isSortedBy('changeDate')\"\n (sortChange)=\"setSortBy('changeDate', $event)\"\n >\n <ng-template #header>\n <span translate>search.filters.changeDate</span>\n </ng-template>\n <ng-template #cell let-item>\n <div class=\"flex text-left w-full text-xs\">\n {{\n item.extras?.['isPublishedToAll']\n ? dateToString(item.recordUpdated)\n : '-'\n }}\n </div>\n </ng-template>\n </gn-ui-interactive-table-column>\n\n <!-- ACTION MENU COLUMN -->\n <gn-ui-interactive-table-column>\n <ng-template #header> </ng-template>\n <ng-template #cell let-item>\n <div class=\"flex justify-end items-center gap-4 w-full\">\n <ng-icon\n *ngIf=\"isMultilingual(item)\"\n data-cy=\"multilingual-indicator\"\n name=\"iconoirTranslate\"\n [attr.title]=\"getTxtHoverMultilingual(item)\"\n ></ng-icon>\n <gn-ui-button\n cdkOverlayOrigin\n #actionMenuButton\n (buttonClick)=\"openActionMenu(item, template)\"\n type=\"light\"\n data-test=\"record-menu-button\"\n >\n <ng-icon name=\"matMoreVert\"></ng-icon>\n </gn-ui-button>\n </div>\n <ng-template #template>\n <gn-ui-action-menu\n [canDuplicate]=\"canDuplicate(item)\"\n [isDuplicating]=\"isDuplicating\"\n [canDelete]=\"canDelete(item) | async\"\n [page]=\"isDraftPage ? 'draft' : 'main'\"\n (duplicate)=\"handleDuplicate(item)\"\n (delete)=\"handleDelete(item)\"\n (closeActionMenu)=\"closeActionMenu()\"\n (rollback)=\"handleRollback(item)\"\n >\n </gn-ui-action-menu>\n </ng-template>\n </ng-template>\n </gn-ui-interactive-table-column>\n</gn-ui-interactive-table>\n", styles: [":host{--gn-ui-button-height: 40px;--gn-ui-button-width: 40px}\n"] }]
185
- }], ctorParameters: () => [{ type: i1.Overlay }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i2.DateService }, { type: i3.TranslateService }], propDecorators: { records: [{
186
- type: Input
187
- }], selectedRecordsIdentifiers: [{
188
- type: Input
189
- }], sortOrder: [{
190
- type: Input
191
- }], hasDraft: [{
192
- type: Input
193
- }], canDuplicate: [{
194
- type: Input
195
- }], canDelete: [{
196
- type: Input
197
- }], canEdit: [{
198
- type: Input
199
- }], isDraftPage: [{
200
- type: Input
201
- }], isDuplicating: [{
202
- type: Input
203
- }], sortByChange: [{
204
- type: Output
205
- }], recordClick: [{
206
- type: Output
207
- }], duplicateRecord: [{
208
- type: Output
209
- }], deleteRecord: [{
210
- type: Output
211
- }], rollbackDraft: [{
212
- type: Output
213
- }], recordsSelectedChange: [{
214
- type: Output
215
- }], actionMenuButtons: [{
216
- type: ViewChildren,
217
- args: ['actionMenuButton', { read: ElementRef }]
218
- }] } });
219
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzdWx0cy10YWJsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL3NlYXJjaC9zcmMvbGliL3Jlc3VsdHMtdGFibGUvcmVzdWx0cy10YWJsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL3NlYXJjaC9zcmMvbGliL3Jlc3VsdHMtdGFibGUvcmVzdWx0cy10YWJsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUNMLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsVUFBVSxFQUNWLFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVCxZQUFZLEVBQ1osZ0JBQWdCLEdBQ2pCLE1BQU0sZUFBZSxDQUFBO0FBTXRCLE9BQU8sRUFDTCxjQUFjLEVBQ2QsZUFBZSxFQUNmLGlCQUFpQixHQUNsQixNQUFNLHNDQUFzQyxDQUFBO0FBQzdDLE9BQU8sRUFDTCwrQkFBK0IsRUFDL0IseUJBQXlCLEdBQzFCLE1BQU0sc0NBQXNDLENBQUE7QUFDN0MsT0FBTyxFQUNMLFdBQVcsRUFFWCxjQUFjLEVBQ2QsYUFBYSxFQUNiLGFBQWEsRUFDYixpQkFBaUIsR0FDbEIsTUFBTSx3Q0FBd0MsQ0FBQTtBQUMvQyxPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLGFBQWEsRUFDYixnQkFBZ0IsR0FDakIsTUFBTSxxQkFBcUIsQ0FBQTtBQUM1QixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQTtBQUN6RSxPQUFPLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQzlELE9BQU8sRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUJBQW1CLENBQUE7QUFDOUUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE9BQU8sRUFBYyxNQUFNLHNCQUFzQixDQUFBO0FBQzVFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUNwRCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUNBQW1DLENBQUE7QUFDL0QsT0FBTyxFQUFjLEVBQUUsRUFBRSxJQUFJLEVBQUUsTUFBTSxNQUFNLENBQUE7Ozs7OztBQXdCM0MsTUFBTSxPQUFPLHFCQUFxQjtJQTZCaEMsWUFDVSxPQUFnQixFQUNoQixnQkFBa0MsRUFDbEMsR0FBc0IsRUFDdEIsV0FBd0IsRUFDeEIsZ0JBQWtDO1FBSmxDLFlBQU8sR0FBUCxPQUFPLENBQVM7UUFDaEIscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNsQyxRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUN4QixxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBakNuQyxZQUFPLEdBQW9CLEVBQUUsQ0FBQTtRQUM3QiwrQkFBMEIsR0FBYSxFQUFFLENBQUE7UUFDekMsY0FBUyxHQUFnQixJQUFJLENBQUE7UUFDN0IsYUFBUSxHQUF1QyxHQUFHLEVBQUUsQ0FBQyxLQUFLLENBQUE7UUFDMUQsaUJBQVksR0FBdUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFBO1FBQzdELGNBQVMsR0FBbUQsR0FBRyxFQUFFLENBQ3hFLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQTtRQUNELFlBQU8sR0FBbUQsR0FBRyxFQUFFLENBQ3RFLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQTtRQUNELGdCQUFXLEdBQUcsS0FBSyxDQUFBO1FBQ25CLGtCQUFhLEdBQUcsS0FBSyxDQUFBO1FBRTlCLGdEQUFnRDtRQUN0QyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUE0QixDQUFBO1FBQzNELGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQWlCLENBQUE7UUFDL0Msb0JBQWUsR0FBRyxJQUFJLFlBQVksRUFBaUIsQ0FBQTtRQUNuRCxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFpQixDQUFBO1FBQ2hELGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQWlCLENBQUE7UUFDakQsMEJBQXFCLEdBQUcsSUFBSSxZQUFZLEVBRS9DLENBQUE7UUFNSCxxQkFBZ0IsR0FBRyxLQUFLLENBQUE7SUFRckIsQ0FBQztJQUVKLGNBQWMsQ0FBQyxJQUFJLEVBQUUsUUFBUTtRQUMzQixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFBO1FBQzVCLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFBO1FBQ3hDLE1BQU0sYUFBYSxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQTtRQUU3RCxNQUFNLGdCQUFnQixHQUFHLElBQUksQ0FBQyxPQUFPO2FBQ2xDLFFBQVEsRUFBRTthQUNWLG1CQUFtQixDQUFDLGFBQWEsQ0FBQzthQUNsQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUM7YUFDNUIsUUFBUSxDQUFDLElBQUksQ0FBQzthQUNkLGFBQWEsQ0FBQztZQUNiO2dCQUNFLE9BQU8sRUFBRSxLQUFLO2dCQUNkLE9BQU8sRUFBRSxRQUFRO2dCQUNqQixRQUFRLEVBQUUsS0FBSztnQkFDZixRQUFRLEVBQUUsS0FBSzthQUNoQjtZQUNEO2dCQUNFLE9BQU8sRUFBRSxLQUFLO2dCQUNkLE9BQU8sRUFBRSxLQUFLO2dCQUNkLFFBQVEsRUFBRSxLQUFLO2dCQUNmLFFBQVEsRUFBRSxRQUFRO2FBQ25CO1NBQ0YsQ0FBQyxDQUFBO1FBRUosSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQztZQUNwQyxXQUFXLEVBQUUsSUFBSTtZQUNqQixhQUFhLEVBQUUsa0NBQWtDO1lBQ2pELGdCQUFnQixFQUFFLGdCQUFnQjtZQUNsQyxjQUFjLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLEVBQUU7U0FDM0QsQ0FBQyxDQUFBO1FBRUYsTUFBTSxNQUFNLEdBQUcsSUFBSSxjQUFjLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFBO1FBRWxFLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFBO1FBRTlCLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUM3QyxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUE7UUFDeEIsQ0FBQyxDQUFDLENBQUE7SUFDSixDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQ3BCLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUE7WUFDN0IsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLEVBQUUsQ0FBQTtZQUN6QixJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFBO1FBQ3pCLENBQUM7SUFDSCxDQUFDO0lBRUQsWUFBWSxDQUFDLElBQVU7UUFDckIsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLFVBQVUsQ0FBQyxJQUFJLEVBQUU7WUFDdkMsSUFBSSxFQUFFLFNBQVM7WUFDZixLQUFLLEVBQUUsTUFBTTtZQUNiLEdBQUcsRUFBRSxTQUFTO1lBQ2QsUUFBUSxFQUFFLEtBQUs7U0FDaEIsQ0FBQyxDQUFBO0lBQ0osQ0FBQztJQUVELGdCQUFnQixDQUFDLE1BQXFCO1FBQ3BDLElBQUksTUFBTSxDQUFDLElBQUksS0FBSyxTQUFTLElBQUksQ0FBQyxDQUFDLGlCQUFpQixJQUFJLE1BQU0sQ0FBQyxFQUFFLENBQUM7WUFDaEUsT0FBTyxFQUFFLENBQUE7UUFDWCxDQUFDO1FBQ0QsTUFBTSxPQUFPLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FDeEIsSUFBSSxHQUFHLENBQ0wsTUFBTSxDQUFDLGVBQWUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxjQUFjLEVBQUUsRUFBRSxDQUM1QyxhQUFhLENBQUMsY0FBYyxDQUFDLENBQzlCLENBQ0YsQ0FDRixDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFBO1FBQzlCLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsR0FBRyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO1FBQ25FLE9BQU8sT0FBTyxDQUFBO0lBQ2hCLENBQUM7SUFFRCxjQUFjLENBQUMsUUFBMEI7UUFDdkMsT0FBTyxjQUFjLENBQUMsUUFBUSxDQUFDLENBQUE7SUFDakMsQ0FBQztJQUVELGFBQWEsQ0FBQyxNQUFrQjtRQUM5QixPQUFPLGFBQWEsQ0FBQyxNQUFNLENBQUMsQ0FBQTtJQUM5QixDQUFDO0lBRUQsaUJBQWlCLENBQUMsSUFBYTtRQUM3QixJQUFJLENBQUMsT0FBTyxDQUFDLElBQXFCLENBQUM7YUFDaEMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNiLFNBQVMsQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFO1lBQ3JCLElBQUksT0FBTyxFQUFFLENBQUM7Z0JBQ1osSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBcUIsQ0FBQyxDQUFBO1lBQzlDLENBQUM7UUFDSCxDQUFDLENBQUMsQ0FBQTtJQUNOLENBQUM7SUFFRCxlQUFlLENBQUMsSUFBYTtRQUMzQixJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxJQUFxQixDQUFDLENBQUE7SUFDbEQsQ0FBQztJQUVELFlBQVksQ0FBQyxJQUFhO1FBQ3hCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQXFCLENBQUMsQ0FBQTtRQUM3QyxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUE7SUFDeEIsQ0FBQztJQUVELGNBQWMsQ0FBQyxJQUFhO1FBQzFCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQXFCLENBQUMsQ0FBQTtRQUM5QyxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUE7SUFDeEIsQ0FBQztJQUVELFNBQVMsQ0FBQyxHQUFXLEVBQUUsS0FBcUI7UUFDMUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLENBQUMsQ0FBQTtJQUN0QyxDQUFDO0lBRUQsVUFBVSxDQUFDLEdBQVc7UUFDcEIsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztZQUNwQixPQUFPLElBQUksQ0FBQTtRQUNiLENBQUM7UUFDRCxNQUFNLFNBQVMsR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDaEQsQ0FBQyxDQUFFLElBQUksQ0FBQyxTQUF5QjtZQUNqQyxDQUFDLENBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFpQixDQUFBO1FBQ3JDLEtBQUssTUFBTSxJQUFJLElBQUksU0FBUyxFQUFFLENBQUM7WUFDN0IsSUFBSSxJQUFJLENBQUMsQ0FBQyxDQUFDLEtBQUssR0FBRyxFQUFFLENBQUM7Z0JBQ3BCLE9BQU8sSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFBO1lBQ2hCLENBQUM7UUFDSCxDQUFDO1FBQ0QsT0FBTyxJQUFJLENBQUE7SUFDYixDQUFDO0lBRUQsU0FBUyxDQUFDLE1BQXFCO1FBQzdCLE9BQU8sSUFBSSxDQUFDLDBCQUEwQixDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsQ0FBQTtJQUMxRSxDQUFDO0lBRUQsMEJBQTBCLENBQUMsUUFBaUIsRUFBRSxNQUFxQjtRQUNqRSxJQUFJLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsRUFBRSxRQUFRLENBQUMsQ0FBQyxDQUFBO0lBQ3ZELENBQUM7SUFFRCxjQUFjLENBQUMsTUFBcUI7UUFDbEMsT0FBTyxNQUFNLENBQUMsY0FBYyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUE7SUFDekMsQ0FBQztJQUVELHVCQUF1QixDQUFDLE1BQXFCO1FBQzNDLE1BQU0sU0FBUyxHQUFHO1lBQ2hCLEdBQUcsQ0FBQyxNQUFNLENBQUMsZUFBZSxDQUFDO1lBQzNCLEdBQUcsTUFBTSxDQUFDLGNBQWM7U0FDekIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFFcEMsT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLGtDQUFrQyxFQUFFO1lBQ3ZFLFNBQVMsRUFBRSxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztTQUNoQyxDQUFDLENBQUE7SUFDSixDQUFDOytHQXRMVSxxQkFBcUI7bUdBQXJCLHFCQUFxQix5aUJBSnJCO1lBQ1QsWUFBWSxDQUFDLEVBQUUsV0FBVyxFQUFFLFdBQVcsRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsQ0FBQztTQUMxRSwrR0F5QnlDLFVBQVUsNkJDNUZ0RCwyZ01Bb0xBLHdIRC9ISSxZQUFZLHdMQUNaLHlCQUF5Qiw2SUFDekIsK0JBQStCLHlKQUMvQixrQkFBa0IsNkdBQ2xCLGFBQWEsa0RBQ2IsY0FBYyw2SEFDZCxtQkFBbUIseU1BQ25CLGVBQWUsNkdBQ2YsZ0JBQWdCLHVJQUNoQixpQkFBaUIsK0hBQ2pCLGVBQWU7OzRGQU1OLHFCQUFxQjtrQkF0QmpDLFNBQVM7K0JBQ0UscUJBQXFCLGNBR25CLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLHlCQUF5Qjt3QkFDekIsK0JBQStCO3dCQUMvQixrQkFBa0I7d0JBQ2xCLGFBQWE7d0JBQ2IsY0FBYzt3QkFDZCxtQkFBbUI7d0JBQ25CLGVBQWU7d0JBQ2YsZ0JBQWdCO3dCQUNoQixpQkFBaUI7d0JBQ2pCLGVBQWU7cUJBQ2hCLGFBQ1U7d0JBQ1QsWUFBWSxDQUFDLEVBQUUsV0FBVyxFQUFFLFdBQVcsRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsQ0FBQztxQkFDMUU7b01BR1EsT0FBTztzQkFBZixLQUFLO2dCQUNHLDBCQUEwQjtzQkFBbEMsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUVHLE9BQU87c0JBQWYsS0FBSztnQkFFRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBR0ksWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxXQUFXO3NCQUFwQixNQUFNO2dCQUNHLGVBQWU7c0JBQXhCLE1BQU07Z0JBQ0csWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLHFCQUFxQjtzQkFBOUIsTUFBTTtnQkFLUCxpQkFBaUI7c0JBRGhCLFlBQVk7dUJBQUMsa0JBQWtCLEVBQUUsRUFBRSxJQUFJLEVBQUUsVUFBVSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBRdWVyeUxpc3QsXG4gIFZpZXdDaGlsZHJlbixcbiAgVmlld0NvbnRhaW5lclJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IENhdGFsb2dSZWNvcmQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9tb2RlbC9yZWNvcmQnXG5pbXBvcnQge1xuICBGaWVsZFNvcnQsXG4gIFNvcnRCeUZpZWxkLFxufSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9tb2RlbC9zZWFyY2gnXG5pbXBvcnQge1xuICBCYWRnZUNvbXBvbmVudCxcbiAgQnV0dG9uQ29tcG9uZW50LFxuICBDaGVja2JveENvbXBvbmVudCxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjJ1xuaW1wb3J0IHtcbiAgSW50ZXJhY3RpdmVUYWJsZUNvbHVtbkNvbXBvbmVudCxcbiAgSW50ZXJhY3RpdmVUYWJsZUNvbXBvbmVudCxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9sYXlvdXQvc3JjJ1xuaW1wb3J0IHtcbiAgRGF0ZVNlcnZpY2UsXG4gIEZpbGVGb3JtYXQsXG4gIGZvcm1hdFVzZXJJbmZvLFxuICBnZXRCYWRnZUNvbG9yLFxuICBnZXRGaWxlRm9ybWF0LFxuICBnZXRGb3JtYXRQcmlvcml0eSxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91dGlsL3NoYXJlZC9zcmMnXG5pbXBvcnQge1xuICBUcmFuc2xhdGVEaXJlY3RpdmUsXG4gIFRyYW5zbGF0ZVBpcGUsXG4gIFRyYW5zbGF0ZVNlcnZpY2UsXG59IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBBY3Rpb25NZW51Q29tcG9uZW50IH0gZnJvbSAnLi9hY3Rpb24tbWVudS9hY3Rpb24tbWVudS5jb21wb25lbnQnXG5pbXBvcnQgeyBOZ0ljb25Db21wb25lbnQsIHByb3ZpZGVJY29ucyB9IGZyb20gJ0BuZy1pY29ucy9jb3JlJ1xuaW1wb3J0IHsgaWNvbm9pckxvY2ssIGljb25vaXJUcmFuc2xhdGUsIGljb25vaXJVc2VyIH0gZnJvbSAnQG5nLWljb25zL2ljb25vaXInXG5pbXBvcnQgeyBDZGtPdmVybGF5T3JpZ2luLCBPdmVybGF5LCBPdmVybGF5UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknXG5pbXBvcnQgeyBUZW1wbGF0ZVBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnXG5pbXBvcnQgeyBtYXRNb3JlVmVydCB9IGZyb20gJ0BuZy1pY29ucy9tYXRlcmlhbC1pY29ucy9iYXNlbGluZSdcbmltcG9ydCB7IE9ic2VydmFibGUsIG9mLCB0YWtlIH0gZnJvbSAncnhqcydcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktcmVzdWx0cy10YWJsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9yZXN1bHRzLXRhYmxlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcmVzdWx0cy10YWJsZS5jb21wb25lbnQuY3NzJ10sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgSW50ZXJhY3RpdmVUYWJsZUNvbXBvbmVudCxcbiAgICBJbnRlcmFjdGl2ZVRhYmxlQ29sdW1uQ29tcG9uZW50LFxuICAgIFRyYW5zbGF0ZURpcmVjdGl2ZSxcbiAgICBUcmFuc2xhdGVQaXBlLFxuICAgIEJhZGdlQ29tcG9uZW50LFxuICAgIEFjdGlvbk1lbnVDb21wb25lbnQsXG4gICAgTmdJY29uQ29tcG9uZW50LFxuICAgIENka092ZXJsYXlPcmlnaW4sXG4gICAgQ2hlY2tib3hDb21wb25lbnQsXG4gICAgQnV0dG9uQ29tcG9uZW50LFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBwcm92aWRlSWNvbnMoeyBpY29ub2lyVXNlciwgaWNvbm9pckxvY2ssIGljb25vaXJUcmFuc2xhdGUsIG1hdE1vcmVWZXJ0IH0pLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBSZXN1bHRzVGFibGVDb21wb25lbnQge1xuICBASW5wdXQoKSByZWNvcmRzOiBDYXRhbG9nUmVjb3JkW10gPSBbXVxuICBASW5wdXQoKSBzZWxlY3RlZFJlY29yZHNJZGVudGlmaWVyczogc3RyaW5nW10gPSBbXVxuICBASW5wdXQoKSBzb3J0T3JkZXI6IFNvcnRCeUZpZWxkID0gbnVsbFxuICBASW5wdXQoKSBoYXNEcmFmdDogKHJlY29yZDogQ2F0YWxvZ1JlY29yZCkgPT4gYm9vbGVhbiA9ICgpID0+IGZhbHNlXG4gIEBJbnB1dCgpIGNhbkR1cGxpY2F0ZTogKHJlY29yZDogQ2F0YWxvZ1JlY29yZCkgPT4gYm9vbGVhbiA9ICgpID0+IHRydWVcbiAgQElucHV0KCkgY2FuRGVsZXRlOiAocmVjb3JkOiBDYXRhbG9nUmVjb3JkKSA9PiBPYnNlcnZhYmxlPGJvb2xlYW4+ID0gKCkgPT5cbiAgICBvZih0cnVlKVxuICBASW5wdXQoKSBjYW5FZGl0OiAocmVjb3JkOiBDYXRhbG9nUmVjb3JkKSA9PiBPYnNlcnZhYmxlPGJvb2xlYW4+ID0gKCkgPT5cbiAgICBvZih0cnVlKVxuICBASW5wdXQoKSBpc0RyYWZ0UGFnZSA9IGZhbHNlXG4gIEBJbnB1dCgpIGlzRHVwbGljYXRpbmcgPSBmYWxzZVxuXG4gIC8vIGVtaXRzIHRoZSBjb2x1bW4gKGZpZWxkKSBhcyB3ZWxsIGFzIHRoZSBvcmRlclxuICBAT3V0cHV0KCkgc29ydEJ5Q2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxbc3RyaW5nLCAnYXNjJyB8ICdkZXNjJ10+KClcbiAgQE91dHB1dCgpIHJlY29yZENsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxDYXRhbG9nUmVjb3JkPigpXG4gIEBPdXRwdXQoKSBkdXBsaWNhdGVSZWNvcmQgPSBuZXcgRXZlbnRFbWl0dGVyPENhdGFsb2dSZWNvcmQ+KClcbiAgQE91dHB1dCgpIGRlbGV0ZVJlY29yZCA9IG5ldyBFdmVudEVtaXR0ZXI8Q2F0YWxvZ1JlY29yZD4oKVxuICBAT3V0cHV0KCkgcm9sbGJhY2tEcmFmdCA9IG5ldyBFdmVudEVtaXR0ZXI8Q2F0YWxvZ1JlY29yZD4oKVxuICBAT3V0cHV0KCkgcmVjb3Jkc1NlbGVjdGVkQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxcbiAgICBbQ2F0YWxvZ1JlY29yZFtdLCBib29sZWFuXVxuICA+KClcblxuICBAVmlld0NoaWxkcmVuKCdhY3Rpb25NZW51QnV0dG9uJywgeyByZWFkOiBFbGVtZW50UmVmIH0pXG4gIGFjdGlvbk1lbnVCdXR0b25zITogUXVlcnlMaXN0PEVsZW1lbnRSZWY+XG4gIHByaXZhdGUgb3ZlcmxheVJlZiE6IE92ZXJsYXlSZWZcblxuICBpc0FjdGlvbk1lbnVPcGVuID0gZmFsc2VcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIG92ZXJsYXk6IE92ZXJsYXksXG4gICAgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmLFxuICAgIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBwcml2YXRlIGRhdGVTZXJ2aWNlOiBEYXRlU2VydmljZSxcbiAgICBwcml2YXRlIHRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgKSB7fVxuXG4gIG9wZW5BY3Rpb25NZW51KGl0ZW0sIHRlbXBsYXRlKSB7XG4gICAgdGhpcy5pc0FjdGlvbk1lbnVPcGVuID0gdHJ1ZVxuICAgIGNvbnN0IGluZGV4ID0gdGhpcy5yZWNvcmRzLmluZGV4T2YoaXRlbSlcbiAgICBjb25zdCBidXR0b25FbGVtZW50ID0gdGhpcy5hY3Rpb25NZW51QnV0dG9ucy50b0FycmF5KClbaW5kZXhdXG5cbiAgICBjb25zdCBwb3NpdGlvblN0cmF0ZWd5ID0gdGhpcy5vdmVybGF5XG4gICAgICAucG9zaXRpb24oKVxuICAgICAgLmZsZXhpYmxlQ29ubmVjdGVkVG8oYnV0dG9uRWxlbWVudClcbiAgICAgIC53aXRoRmxleGlibGVEaW1lbnNpb25zKHRydWUpXG4gICAgICAud2l0aFB1c2godHJ1ZSlcbiAgICAgIC53aXRoUG9zaXRpb25zKFtcbiAgICAgICAge1xuICAgICAgICAgIG9yaWdpblg6ICdlbmQnLFxuICAgICAgICAgIG9yaWdpblk6ICdib3R0b20nLFxuICAgICAgICAgIG92ZXJsYXlYOiAnZW5kJyxcbiAgICAgICAgICBvdmVybGF5WTogJ3RvcCcsXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICBvcmlnaW5YOiAnZW5kJyxcbiAgICAgICAgICBvcmlnaW5ZOiAndG9wJyxcbiAgICAgICAgICBvdmVybGF5WDogJ2VuZCcsXG4gICAgICAgICAgb3ZlcmxheVk6ICdib3R0b20nLFxuICAgICAgICB9LFxuICAgICAgXSlcblxuICAgIHRoaXMub3ZlcmxheVJlZiA9IHRoaXMub3ZlcmxheS5jcmVhdGUoe1xuICAgICAgaGFzQmFja2Ryb3A6IHRydWUsXG4gICAgICBiYWNrZHJvcENsYXNzOiAnY2RrLW92ZXJsYXktdHJhbnNwYXJlbnQtYmFja2Ryb3AnLFxuICAgICAgcG9zaXRpb25TdHJhdGVneTogcG9zaXRpb25TdHJhdGVneSxcbiAgICAgIHNjcm9sbFN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkuc2Nyb2xsU3RyYXRlZ2llcy5yZXBvc2l0aW9uKCksXG4gICAgfSlcblxuICAgIGNvbnN0IHBvcnRhbCA9IG5ldyBUZW1wbGF0ZVBvcnRhbCh0ZW1wbGF0ZSwgdGhpcy52aWV3Q29udGFpbmVyUmVmKVxuXG4gICAgdGhpcy5vdmVybGF5UmVmLmF0dGFjaChwb3J0YWwpXG5cbiAgICB0aGlzLm92ZXJsYXlSZWYuYmFja2Ryb3BDbGljaygpLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLmNsb3NlQWN0aW9uTWVudSgpXG4gICAgfSlcbiAgfVxuXG4gIGNsb3NlQWN0aW9uTWVudSgpIHtcbiAgICBpZiAodGhpcy5vdmVybGF5UmVmKSB7XG4gICAgICB0aGlzLmlzQWN0aW9uTWVudU9wZW4gPSBmYWxzZVxuICAgICAgdGhpcy5vdmVybGF5UmVmLmRpc3Bvc2UoKVxuICAgICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKClcbiAgICB9XG4gIH1cblxuICBkYXRlVG9TdHJpbmcoZGF0ZTogRGF0ZSk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuZGF0ZVNlcnZpY2UuZm9ybWF0RGF0ZShkYXRlLCB7XG4gICAgICB5ZWFyOiAnbnVtZXJpYycsXG4gICAgICBtb250aDogJ2xvbmcnLFxuICAgICAgZGF5OiAnbnVtZXJpYycsXG4gICAgICB0aW1lWm9uZTogJ1VUQycsXG4gICAgfSlcbiAgfVxuXG4gIGdldFJlY29yZEZvcm1hdHMocmVjb3JkOiBDYXRhbG9nUmVjb3JkKTogRmlsZUZvcm1hdFtdIHtcbiAgICBpZiAocmVjb3JkLmtpbmQgPT09ICdzZXJ2aWNlJyB8fCAhKCdvbmxpbmVSZXNvdXJjZXMnIGluIHJlY29yZCkpIHtcbiAgICAgIHJldHVybiBbXVxuICAgIH1cbiAgICBjb25zdCBmb3JtYXRzID0gQXJyYXkuZnJvbShcbiAgICAgIG5ldyBTZXQoXG4gICAgICAgIHJlY29yZC5vbmxpbmVSZXNvdXJjZXMubWFwKChvbmxpbmVSZXNvdXJjZSkgPT5cbiAgICAgICAgICBnZXRGaWxlRm9ybWF0KG9ubGluZVJlc291cmNlKVxuICAgICAgICApXG4gICAgICApXG4gICAgKS5maWx0ZXIoKGZvcm1hdCkgPT4gISFmb3JtYXQpXG4gICAgZm9ybWF0cy5zb3J0KChhLCBiKSA9PiBnZXRGb3JtYXRQcmlvcml0eShiKSAtIGdldEZvcm1hdFByaW9yaXR5KGEpKVxuICAgIHJldHVybiBmb3JtYXRzXG4gIH1cblxuICBmb3JtYXRVc2VySW5mbyh1c2VySW5mbzogc3RyaW5nIHwgdW5rbm93bik6IHN0cmluZyB7XG4gICAgcmV0dXJuIGZvcm1hdFVzZXJJbmZvKHVzZXJJbmZvKVxuICB9XG5cbiAgZ2V0QmFkZ2VDb2xvcihmb3JtYXQ6IEZpbGVGb3JtYXQpOiBzdHJpbmcge1xuICAgIHJldHVybiBnZXRCYWRnZUNvbG9yKGZvcm1hdClcbiAgfVxuXG4gIGhhbmRsZVJlY29yZENsaWNrKGl0ZW06IHVua25vd24pIHtcbiAgICB0aGlzLmNhbkVkaXQoaXRlbSBhcyBDYXRhbG9nUmVjb3JkKVxuICAgICAgLnBpcGUodGFrZSgxKSlcbiAgICAgIC5zdWJzY3JpYmUoKGNhbkVkaXQpID0+IHtcbiAgICAgICAgaWYgKGNhbkVkaXQpIHtcbiAgICAgICAgICB0aGlzLnJlY29yZENsaWNrLmVtaXQoaXRlbSBhcyBDYXRhbG9nUmVjb3JkKVxuICAgICAgICB9XG4gICAgICB9KVxuICB9XG5cbiAgaGFuZGxlRHVwbGljYXRlKGl0ZW06IHVua25vd24pIHtcbiAgICB0aGlzLmR1cGxpY2F0ZVJlY29yZC5lbWl0KGl0ZW0gYXMgQ2F0YWxvZ1JlY29yZClcbiAgfVxuXG4gIGhhbmRsZURlbGV0ZShpdGVtOiB1bmtub3duKSB7XG4gICAgdGhpcy5kZWxldGVSZWNvcmQuZW1pdChpdGVtIGFzIENhdGFsb2dSZWNvcmQpXG4gICAgdGhpcy5jbG9zZUFjdGlvbk1lbnUoKVxuICB9XG5cbiAgaGFuZGxlUm9sbGJhY2soaXRlbTogdW5rbm93bikge1xuICAgIHRoaXMucm9sbGJhY2tEcmFmdC5lbWl0KGl0ZW0gYXMgQ2F0YWxvZ1JlY29yZClcbiAgICB0aGlzLmNsb3NlQWN0aW9uTWVudSgpXG4gIH1cblxuICBzZXRTb3J0QnkoY29sOiBzdHJpbmcsIG9yZGVyOiAnYXNjJyB8ICdkZXNjJykge1xuICAgIHRoaXMuc29ydEJ5Q2hhbmdlLmVtaXQoW2NvbCwgb3JkZXJdKVxuICB9XG5cbiAgaXNTb3J0ZWRCeShjb2w6IHN0cmluZyk6ICdkZXNjJyB8ICdhc2MnIHwgbnVsbCB7XG4gICAgaWYgKCF0aGlzLnNvcnRPcmRlcikge1xuICAgICAgcmV0dXJuIG51bGxcbiAgICB9XG4gICAgY29uc3Qgc29ydEFycmF5ID0gQXJyYXkuaXNBcnJheSh0aGlzLnNvcnRPcmRlclswXSlcbiAgICAgID8gKHRoaXMuc29ydE9yZGVyIGFzIEZpZWxkU29ydFtdKVxuICAgICAgOiAoW3RoaXMuc29ydE9yZGVyXSBhcyBGaWVsZFNvcnRbXSlcbiAgICBmb3IgKGNvbnN0IHNvcnQgb2Ygc29ydEFycmF5KSB7XG4gICAgICBpZiAoc29ydFsxXSA9PT0gY29sKSB7XG4gICAgICAgIHJldHVybiBzb3J0WzBdXG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBudWxsXG4gIH1cblxuICBpc0NoZWNrZWQocmVjb3JkOiBDYXRhbG9nUmVjb3JkKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuc2VsZWN0ZWRSZWNvcmRzSWRlbnRpZmllcnMuaW5jbHVkZXMocmVjb3JkLnVuaXF1ZUlkZW50aWZpZXIpXG4gIH1cblxuICBoYW5kbGVSZWNvcmRTZWxlY3RlZENoYW5nZShzZWxlY3RlZDogYm9vbGVhbiwgcmVjb3JkOiBDYXRhbG9nUmVjb3JkKSB7XG4gICAgdGhpcy5yZWNvcmRzU2VsZWN0ZWRDaGFuZ2UuZW1pdChbW3JlY29yZF0sIHNlbGVjdGVkXSlcbiAgfVxuXG4gIGlzTXVsdGlsaW5ndWFsKHJlY29yZDogQ2F0YWxvZ1JlY29yZCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiByZWNvcmQub3RoZXJMYW5ndWFnZXMubGVuZ3RoID4gMFxuICB9XG5cbiAgZ2V0VHh0SG92ZXJNdWx0aWxpbmd1YWwocmVjb3JkOiBDYXRhbG9nUmVjb3JkKSB7XG4gICAgY29uc3QgbGFuZ3VhZ2VzID0gW1xuICAgICAgLi4uW3JlY29yZC5kZWZhdWx0TGFuZ3VhZ2VdLFxuICAgICAgLi4ucmVjb3JkLm90aGVyTGFuZ3VhZ2VzLFxuICAgIF0uc29ydCgoYSwgYikgPT4gYS5sb2NhbGVDb21wYXJlKGIpKVxuXG4gICAgcmV0dXJuIHRoaXMudHJhbnNsYXRlU2VydmljZS5pbnN0YW50KCdkYXNoYm9hcmQucmVjb3Jkcy5pc011bHRpbGluZ3VhbCcsIHtcbiAgICAgIGxhbmd1YWdlczogbGFuZ3VhZ2VzLmpvaW4oJywgJyksXG4gICAgfSlcbiAgfVxufVxuIiwiPGduLXVpLWludGVyYWN0aXZlLXRhYmxlXG4gIFtpdGVtc109XCJyZWNvcmRzXCJcbiAgW2NhbkVkaXRJdGVtXT1cImNhbkVkaXRcIlxuICBbaXNEcmFmdFBhZ2VdPVwiaXNEcmFmdFBhZ2VcIlxuICAoaXRlbUNsaWNrKT1cImhhbmRsZVJlY29yZENsaWNrKCRldmVudClcIlxuPlxuICA8IS0tIFNFTEVDVEVEIENPTFVNTiAtLT5cbiAgPGduLXVpLWludGVyYWN0aXZlLXRhYmxlLWNvbHVtbiBbd2lkdGhdPVwiJzNyZW0nXCI+XG4gICAgPG5nLXRlbXBsYXRlICNjZWxsIGxldC1pdGVtIGxldC1pPVwiaW5kZXhcIj5cbiAgICAgIDxuZy1pY29uXG4gICAgICAgIG5hbWU9XCJpY29ub2lyTG9ja1wiXG4gICAgICAgIGNsYXNzPVwidGV4dC1wdXJwbGVcIlxuICAgICAgICAqbmdJZj1cIihjYW5FZGl0KGl0ZW0pIHwgYXN5bmMpID09PSBmYWxzZTsgZWxzZSBzZWxlY3RDaGVja2JveFwiXG4gICAgICA+PC9uZy1pY29uPlxuICAgICAgPG5nLXRlbXBsYXRlICNzZWxlY3RDaGVja2JveD5cbiAgICAgICAgPGduLXVpLWNoZWNrYm94XG4gICAgICAgICAgW2NoZWNrZWRdPVwiaXNDaGVja2VkKGl0ZW0pXCJcbiAgICAgICAgICAoY2hhbmdlZCk9XCJoYW5kbGVSZWNvcmRTZWxlY3RlZENoYW5nZSgkZXZlbnQsIGl0ZW0pXCJcbiAgICAgICAgICBjbGFzcz1cIi1tLTJcIlxuICAgICAgICAgIHR5cGU9XCJkZWZhdWx0XCJcbiAgICAgICAgPjwvZ24tdWktY2hlY2tib3g+XG4gICAgICA8L25nLXRlbXBsYXRlPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gIDwvZ24tdWktaW50ZXJhY3RpdmUtdGFibGUtY29sdW1uPlxuXG4gIDwhLS0gVElUTEUgQ09MVU1OIC0tPlxuICA8Z24tdWktaW50ZXJhY3RpdmUtdGFibGUtY29sdW1uXG4gICAgW3NvcnRhYmxlXT1cInRydWVcIlxuICAgIFtncm93XT1cInRydWVcIlxuICAgIFthY3RpdmVTb3J0XT1cImlzU29ydGVkQnkoJ3Jlc291cmNlVGl0bGVPYmplY3QuZGVmYXVsdC5rZXl3b3JkJylcIlxuICAgIChzb3J0Q2hhbmdlKT1cInNldFNvcnRCeSgncmVzb3VyY2VUaXRsZU9iamVjdC5kZWZhdWx0LmtleXdvcmQnLCAkZXZlbnQpXCJcbiAgPlxuICAgIDxuZy10ZW1wbGF0ZSAjaGVhZGVyPlxuICAgICAgPHNwYW4gdHJhbnNsYXRlPnJlY29yZC5tZXRhZGF0YS50aXRsZTwvc3Bhbj5cbiAgICA8L25nLXRlbXBsYXRlPlxuICAgIDxuZy10ZW1wbGF0ZSAjY2VsbCBsZXQtaXRlbT5cbiAgICAgIDxkaXYgY2xhc3M9XCJmbGV4IGZsZXgtcm93IGl0ZW1zLWNlbnRlciBnYXAtMiBtYXgtdy1mdWxsIGZvbnQtc2VtaWJvbGRcIj5cbiAgICAgICAgPHNwYW4gZGF0YS1jeT1cInJlc3VsdEl0ZW1UaXRsZVwiIGNsYXNzPVwib3ZlcmZsb3ctaGlkZGVuIHRleHQtZWxsaXBzaXNcIj57e1xuICAgICAgICAgIGl0ZW0udGl0bGVcbiAgICAgICAgfX08L3NwYW4+XG4gICAgICAgIDxnbi11aS1iYWRnZVxuICAgICAgICAgICpuZ0lmPVwiaGFzRHJhZnQoaXRlbSlcIlxuICAgICAgICAgIFtzdHlsZS4tLWduLXVpLWJhZGdlLXBhZGRpbmddPVwiJzAuMmVtIDAuNmVtJ1wiXG4gICAgICAgICAgW3N0eWxlLi0tZ24tdWktYmFkZ2UtdGV4dC1zaXplXT1cIicxMnB4J1wiXG4gICAgICAgICAgW3N0eWxlLi0tZ24tdWktYmFkZ2UtdGV4dC1jb2xvcl09XCInIzNkMjAwNidcIlxuICAgICAgICAgIFtzdHlsZS4tLWduLXVpLWJhZGdlLWJhY2tncm91bmQtY29sb3JdPVwiJyNmZmJjN2InXCJcbiAgICAgICAgICBbc3R5bGUuLS1nbi11aS1iYWRnZS1yb3VuZGVkXT1cIic0cHgnXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxzcGFuIHRyYW5zbGF0ZT5kYXNoYm9hcmQucmVjb3Jkcy5oYXNEcmFmdDwvc3Bhbj5cbiAgICAgICAgPC9nbi11aS1iYWRnZT5cbiAgICAgIDwvZGl2PlxuICAgIDwvbmctdGVtcGxhdGU+XG4gIDwvZ24tdWktaW50ZXJhY3RpdmUtdGFibGUtY29sdW1uPlxuXG4gIDwhLS0gRk9STUFUUyBDT0xVTU4gLS0+XG4gIDxnbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW4gW3dpZHRoXT1cIic5cmVtJ1wiPlxuICAgIDxuZy10ZW1wbGF0ZSAjaGVhZGVyPlxuICAgICAgPHNwYW4gdHJhbnNsYXRlPnJlY29yZC5tZXRhZGF0YS5mb3JtYXRzPC9zcGFuPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gICAgPG5nLXRlbXBsYXRlICNjZWxsIGxldC1pdGVtPlxuICAgICAgPGRpdlxuICAgICAgICBjbGFzcz1cImZsZXgganVzdGlmeS1zdGFydCBpdGVtcy1jZW50ZXIgZ2FwLTIgZm9udC1tZWRpdW1cIlxuICAgICAgICAqbmdJZj1cImdldFJlY29yZEZvcm1hdHMoaXRlbSkgYXMgZm9ybWF0c1wiXG4gICAgICAgIFt0aXRsZV09XCJmb3JtYXRzLmpvaW4oJywgJylcIlxuICAgICAgPlxuICAgICAgICA8c3BhblxuICAgICAgICAgIGNsYXNzPVwiYmFkZ2UtYnRuIG1pbi13LVs0NXB4XSB0ZXh0LXhzIHRleHQtZ3JheS05MDAgcHgtMiBzaHJpbmstMFwiXG4gICAgICAgICAgW3N0eWxlLmJhY2tncm91bmQtY29sb3JdPVwiZ2V0QmFkZ2VDb2xvcihmb3JtYXRzWzBdKVwiXG4gICAgICAgICAgKm5nSWY9XCJmb3JtYXRzWzBdXCJcbiAgICAgICAgPlxuICAgICAgICAgIHt7IGZvcm1hdHNbMF0gfX1cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8c3BhblxuICAgICAgICAgIGNsYXNzPVwiYmFkZ2UtYnRuIG1pbi13LVs0NXB4XSB0ZXh0LXhzIHRleHQtZ3JheS05MDAgcHgtMiBzaHJpbmstMFwiXG4gICAgICAgICAgW3N0eWxlLmJhY2tncm91bmQtY29sb3JdPVwiZ2V0QmFkZ2VDb2xvcihmb3JtYXRzWzFdKVwiXG4gICAgICAgICAgKm5nSWY9XCJmb3JtYXRzWzFdXCJcbiAgICAgICAgPlxuICAgICAgICAgIHt7IGZvcm1hdHNbMV0gfX1cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8ZGl2IGNsYXNzPVwic2hyaW5rLTAgdGV4dC14c1wiICpuZ0lmPVwiZm9ybWF0cy5zbGljZSgyKS5sZW5ndGggPiAwXCI+XG4gICAgICAgICAgPHNwYW4+K3t7IGZvcm1hdHMuc2xpY2UoMikubGVuZ3RoIH19PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiAqbmdJZj1cIiFnZXRSZWNvcmRGb3JtYXRzKGl0ZW0pXCI+PC9kaXY+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgPC9nbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW4+XG5cbiAgPCEtLSBPV05FUiBDT0xVTU4gLS0+XG4gIDxnbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW5cbiAgICBbd2lkdGhdPVwiJzEycmVtJ1wiXG4gICAgW3NvcnRhYmxlXT1cInRydWVcIlxuICAgIFthY3RpdmVTb3J0XT1cImlzU29ydGVkQnkoJ3JlY29yZE93bmVyJylcIlxuICAgIChzb3J0Q2hhbmdlKT1cInNldFNvcnRCeSgncmVjb3JkT3duZXInLCAkZXZlbnQpXCJcbiAgPlxuICAgIDxuZy10ZW1wbGF0ZSAjaGVhZGVyPlxuICAgICAgPHNwYW4gdHJhbnNsYXRlPnNlYXJjaC5maWx0ZXJzLnVzZXI8L3NwYW4+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgICA8bmctdGVtcGxhdGUgI2NlbGwgbGV0LWl0ZW0+XG4gICAgICA8bmctaWNvbiBuYW1lPVwiaWNvbm9pclVzZXJcIiBzaXplPVwiMTZweFwiPjwvbmctaWNvbj5cbiAgICAgIDxzcGFuIGRhdGEtY3k9XCJvd25lckluZm9cIiBjbGFzcz1cInRleHQteHNcIj57e1xuICAgICAgICBmb3JtYXRVc2VySW5mbyhpdGVtLmV4dHJhcz8ub3duZXJJbmZvKVxuICAgICAgfX08L3NwYW4+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgPC9nbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW4+XG5cbiAgPCEtLSBTVEFUVVMgQ09MVU1OIC0tPlxuICA8Z24tdWktaW50ZXJhY3RpdmUtdGFibGUtY29sdW1uIFt3aWR0aF09XCInNnJlbSdcIj5cbiAgICA8bmctdGVtcGxhdGUgI2hlYWRlcj5cbiAgICAgIDxzcGFuIHRyYW5zbGF0ZT5yZWNvcmQubWV0YWRhdGEuc3RhdHVzPC9zcGFuPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gICAgPG5nLXRlbXBsYXRlICNjZWxsIGxldC1pdGVtPlxuICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LXhzXCI+XG4gICAgICAgIHt7XG4gICAgICAgICAgKGl0ZW0uZXh0cmFzPy5bJ2lzUHVibGlzaGVkVG9BbGwnXVxuICAgICAgICAgICAgPyAncmVjb3JkLm1ldGFkYXRhLnN0YXR1cy5wdWJsaXNoZWQnXG4gICAgICAgICAgICA6ICdyZWNvcmQubWV0YWRhdGEuc3RhdHVzLm5vdFB1Ymxpc2hlZCdcbiAgICAgICAgICApIHwgdHJhbnNsYXRlXG4gICAgICAgIH19PC9zcGFuXG4gICAgICA+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgPC9nbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW4+XG5cbiAgPCEtLSBVUERBVEUgREFURSBDT0xVTU4gLS0+XG4gIDxnbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW5cbiAgICBbd2lkdGhdPVwiJzhyZW0nXCJcbiAgICBbc29ydGFibGVdPVwidHJ1ZVwiXG4gICAgW2FjdGl2ZVNvcnRdPVwiaXNTb3J0ZWRCeSgnY2hhbmdlRGF0ZScpXCJcbiAgICAoc29ydENoYW5nZSk9XCJzZXRTb3J0QnkoJ2NoYW5nZURhdGUnLCAkZXZlbnQpXCJcbiAgPlxuICAgIDxuZy10ZW1wbGF0ZSAjaGVhZGVyPlxuICAgICAgPHNwYW4gdHJhbnNsYXRlPnNlYXJjaC5maWx0ZXJzLmNoYW5nZURhdGU8L3NwYW4+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgICA8bmctdGVtcGxhdGUgI2NlbGwgbGV0LWl0ZW0+XG4gICAgICA8ZGl2IGNsYXNzPVwiZmxleCB0ZXh0LWxlZnQgdy1mdWxsIHRleHQteHNcIj5cbiAgICAgICAge3tcbiAgICAgICAgICBpdGVtLmV4dHJhcz8uWydpc1B1Ymxpc2hlZFRvQWxsJ11cbiAgICAgICAgICAgID8gZGF0ZVRvU3RyaW5nKGl0ZW0ucmVjb3JkVXBkYXRlZClcbiAgICAgICAgICAgIDogJy0nXG4gICAgICAgIH19XG4gICAgICA8L2Rpdj5cbiAgICA8L25nLXRlbXBsYXRlPlxuICA8L2duLXVpLWludGVyYWN0aXZlLXRhYmxlLWNvbHVtbj5cblxuICA8IS0tIEFDVElPTiBNRU5VIENPTFVNTiAtLT5cbiAgPGduLXVpLWludGVyYWN0aXZlLXRhYmxlLWNvbHVtbj5cbiAgICA8bmctdGVtcGxhdGUgI2hlYWRlcj4gPC9uZy10ZW1wbGF0ZT5cbiAgICA8bmctdGVtcGxhdGUgI2NlbGwgbGV0LWl0ZW0+XG4gICAgICA8ZGl2IGNsYXNzPVwiZmxleCBqdXN0aWZ5LWVuZCBpdGVtcy1jZW50ZXIgZ2FwLTQgdy1mdWxsXCI+XG4gICAgICAgIDxuZy1pY29uXG4gICAgICAgICAgKm5nSWY9XCJpc011bHRpbGluZ3VhbChpdGVtKVwiXG4gICAgICAgICAgZGF0YS1jeT1cIm11bHRpbGluZ3VhbC1pbmRpY2F0b3JcIlxuICAgICAgICAgIG5hbWU9XCJpY29ub2lyVHJhbnNsYXRlXCJcbiAgICAgICAgICBbYXR0ci50aXRsZV09XCJnZXRUeHRIb3Zlck11bHRpbGluZ3VhbChpdGVtKVwiXG4gICAgICAgID48L25nLWljb24+XG4gICAgICAgIDxnbi11aS1idXR0b25cbiAgICAgICAgICBjZGtPdmVybGF5T3JpZ2luXG4gICAgICAgICAgI2FjdGlvbk1lbnVCdXR0b25cbiAgICAgICAgICAoYnV0dG9uQ2xpY2spPVwib3BlbkFjdGlvbk1lbnUoaXRlbSwgdGVtcGxhdGUpXCJcbiAgICAgICAgICB0eXBlPVwibGlnaHRcIlxuICAgICAgICAgIGRhdGEtdGVzdD1cInJlY29yZC1tZW51LWJ1dHRvblwiXG4gICAgICAgID5cbiAgICAgICAgICA8bmctaWNvbiBuYW1lPVwibWF0TW9yZVZlcnRcIj48L25nLWljb24+XG4gICAgICAgIDwvZ24tdWktYnV0dG9uPlxuICAgICAgPC9kaXY+XG4gICAgICA8bmctdGVtcGxhdGUgI3RlbXBsYXRlPlxuICAgICAgICA8Z24tdWktYWN0aW9uLW1lbnVcbiAgICAgICAgICBbY2FuRHVwbGljYXRlXT1cImNhbkR1cGxpY2F0ZShpdGVtKVwiXG4gICAgICAgICAgW2lzRHVwbGljYXRpbmddPVwiaXNEdXBsaWNhdGluZ1wiXG4gICAgICAgICAgW2NhbkRlbGV0ZV09XCJjYW5EZWxldGUoaXRlbSkgfCBhc3luY1wiXG4gICAgICAgICAgW3BhZ2VdPVwiaXNEcmFmdFBhZ2UgPyAnZHJhZnQnIDogJ21haW4nXCJcbiAgICAgICAgICAoZHVwbGljYXRlKT1cImhhbmRsZUR1cGxpY2F0ZShpdGVtKVwiXG4gICAgICAgICAgKGRlbGV0ZSk9XCJoYW5kbGVEZWxldGUoaXRlbSlcIlxuICAgICAgICAgIChjbG9zZUFjdGlvbk1lbnUpPVwiY2xvc2VBY3Rpb25NZW51KClcIlxuICAgICAgICAgIChyb2xsYmFjayk9XCJoYW5kbGVSb2xsYmFjayhpdGVtKVwiXG4gICAgICAgID5cbiAgICAgICAgPC9nbi11aS1hY3Rpb24tbWVudT5cbiAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgPC9nbi11aS1pbnRlcmFjdGl2ZS10YWJsZS1jb2x1bW4+XG48L2duLXVpLWludGVyYWN0aXZlLXRhYmxlPlxuIl19
@@ -1,7 +0,0 @@
1
- export * from './lib/progress-bar/progress-bar.component';
2
- export * from './lib/popover/popover.component';
3
- export * from './lib/loading-mask/loading-mask.component';
4
- export * from './lib/color-scale/color-scale.component';
5
- export * from './lib/popup-alert/popup-alert.component';
6
- export * from './lib/spinning-loader/spinning-loader.component';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL3dpZGdldHMvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkNBQTJDLENBQUE7QUFDekQsY0FBYyxpQ0FBaUMsQ0FBQTtBQUMvQyxjQUFjLDJDQUEyQyxDQUFBO0FBQ3pELGNBQWMseUNBQXlDLENBQUE7QUFDdkQsY0FBYyx5Q0FBeUMsQ0FBQTtBQUN2RCxjQUFjLGlEQUFpRCxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvcHJvZ3Jlc3MtYmFyL3Byb2dyZXNzLWJhci5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wb3BvdmVyL3BvcG92ZXIuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbG9hZGluZy1tYXNrL2xvYWRpbmctbWFzay5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb2xvci1zY2FsZS9jb2xvci1zY2FsZS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wb3B1cC1hbGVydC9wb3B1cC1hbGVydC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zcGlubmluZy1sb2FkZXIvc3Bpbm5pbmctbG9hZGVyLmNvbXBvbmVudCdcbiJdfQ==
@@ -1,11 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class ColorScaleComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColorScaleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ColorScaleComponent, isStandalone: true, selector: "gn-ui-color-scale", ngImport: i0, template: "<div class=\"flex flex-row items-center\">\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32 text-right\">primary</div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-black\"\n title=\"primary-black\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-darkest\"\n title=\"primary-darkest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-darker\"\n title=\"primary-darker\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary border-2 border-primary-darkest\"\n title=\"primary\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-lighter\"\n title=\"primary-lighter\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-lightest\"\n title=\"primary-lightest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-white\"\n title=\"primary-white\"\n ></div>\n</div>\n<div class=\"flex flex-row\">\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32 text-right\">\n secondary\n </div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-black\"\n title=\"secondary-black\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-darkest\"\n title=\"secondary-darkest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-darker\"\n title=\"secondary-darker\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary border-2 border-secondary-darkest\"\n title=\"secondary\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-lighter\"\n title=\"secondary-lighter\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-lightest\"\n title=\"secondary-lightest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-white\"\n title=\"secondary-white\"\n ></div>\n</div>\n<div class=\"flex flex-row\">\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32 text-right\">main</div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-main\" title=\"main\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-900\" title=\"gray-900\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-800\" title=\"gray-800\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-700\" title=\"gray-700\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-600\" title=\"gray-600\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-500\" title=\"gray-500\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-400\" title=\"gray-400\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-300\" title=\"gray-300\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-200\" title=\"gray-200\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-100\" title=\"gray-100\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-50\" title=\"gray-50\"></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-background\"\n title=\"background\"\n ></div>\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32\">background</div>\n</div>\n", styles: [""] }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColorScaleComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'gn-ui-color-scale', standalone: true, template: "<div class=\"flex flex-row items-center\">\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32 text-right\">primary</div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-black\"\n title=\"primary-black\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-darkest\"\n title=\"primary-darkest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-darker\"\n title=\"primary-darker\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary border-2 border-primary-darkest\"\n title=\"primary\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-lighter\"\n title=\"primary-lighter\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-lightest\"\n title=\"primary-lightest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-primary-white\"\n title=\"primary-white\"\n ></div>\n</div>\n<div class=\"flex flex-row\">\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32 text-right\">\n secondary\n </div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-black\"\n title=\"secondary-black\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-darkest\"\n title=\"secondary-darkest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-darker\"\n title=\"secondary-darker\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary border-2 border-secondary-darkest\"\n title=\"secondary\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-lighter\"\n title=\"secondary-lighter\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-lightest\"\n title=\"secondary-lightest\"\n ></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-secondary-white\"\n title=\"secondary-white\"\n ></div>\n</div>\n<div class=\"flex flex-row\">\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32 text-right\">main</div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-main\" title=\"main\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-900\" title=\"gray-900\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-800\" title=\"gray-800\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-700\" title=\"gray-700\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-600\" title=\"gray-600\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-500\" title=\"gray-500\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-400\" title=\"gray-400\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-300\" title=\"gray-300\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-200\" title=\"gray-200\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-100\" title=\"gray-100\"></div>\n <div class=\"shadow-md rounded w-6 h-6 m-2 bg-gray-50\" title=\"gray-50\"></div>\n <div\n class=\"shadow-md rounded w-6 h-6 m-2 bg-background\"\n title=\"background\"\n ></div>\n <div class=\"text-xs text-gray-700 font-bold m-2 w-32\">background</div>\n</div>\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3Itc2NhbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS93aWRnZXRzL3NyYy9saWIvY29sb3Itc2NhbGUvY29sb3Itc2NhbGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS93aWRnZXRzL3NyYy9saWIvY29sb3Itc2NhbGUvY29sb3Itc2NhbGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQTs7QUFRekMsTUFBTSxPQUFPLG1CQUFtQjsrR0FBbkIsbUJBQW1CO21HQUFuQixtQkFBbUIsNkVDUmhDLCtrR0FtRkE7OzRGRDNFYSxtQkFBbUI7a0JBTi9CLFNBQVM7K0JBQ0UsbUJBQW1CLGNBR2pCLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1jb2xvci1zY2FsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9jb2xvci1zY2FsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NvbG9yLXNjYWxlLmNvbXBvbmVudC5jc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgQ29sb3JTY2FsZUNvbXBvbmVudCB7fVxuIiwiPGRpdiBjbGFzcz1cImZsZXggZmxleC1yb3cgaXRlbXMtY2VudGVyXCI+XG4gIDxkaXYgY2xhc3M9XCJ0ZXh0LXhzIHRleHQtZ3JheS03MDAgZm9udC1ib2xkIG0tMiB3LTMyIHRleHQtcmlnaHRcIj5wcmltYXJ5PC9kaXY+XG4gIDxkaXZcbiAgICBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLXByaW1hcnktYmxhY2tcIlxuICAgIHRpdGxlPVwicHJpbWFyeS1ibGFja1wiXG4gID48L2Rpdj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctcHJpbWFyeS1kYXJrZXN0XCJcbiAgICB0aXRsZT1cInByaW1hcnktZGFya2VzdFwiXG4gID48L2Rpdj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctcHJpbWFyeS1kYXJrZXJcIlxuICAgIHRpdGxlPVwicHJpbWFyeS1kYXJrZXJcIlxuICA+PC9kaXY+XG4gIDxkaXZcbiAgICBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLXByaW1hcnkgYm9yZGVyLTIgYm9yZGVyLXByaW1hcnktZGFya2VzdFwiXG4gICAgdGl0bGU9XCJwcmltYXJ5XCJcbiAgPjwvZGl2PlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1wcmltYXJ5LWxpZ2h0ZXJcIlxuICAgIHRpdGxlPVwicHJpbWFyeS1saWdodGVyXCJcbiAgPjwvZGl2PlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1wcmltYXJ5LWxpZ2h0ZXN0XCJcbiAgICB0aXRsZT1cInByaW1hcnktbGlnaHRlc3RcIlxuICA+PC9kaXY+XG4gIDxkaXZcbiAgICBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLXByaW1hcnktd2hpdGVcIlxuICAgIHRpdGxlPVwicHJpbWFyeS13aGl0ZVwiXG4gID48L2Rpdj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImZsZXggZmxleC1yb3dcIj5cbiAgPGRpdiBjbGFzcz1cInRleHQteHMgdGV4dC1ncmF5LTcwMCBmb250LWJvbGQgbS0yIHctMzIgdGV4dC1yaWdodFwiPlxuICAgIHNlY29uZGFyeVxuICA8L2Rpdj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctc2Vjb25kYXJ5LWJsYWNrXCJcbiAgICB0aXRsZT1cInNlY29uZGFyeS1ibGFja1wiXG4gID48L2Rpdj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctc2Vjb25kYXJ5LWRhcmtlc3RcIlxuICAgIHRpdGxlPVwic2Vjb25kYXJ5LWRhcmtlc3RcIlxuICA+PC9kaXY+XG4gIDxkaXZcbiAgICBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLXNlY29uZGFyeS1kYXJrZXJcIlxuICAgIHRpdGxlPVwic2Vjb25kYXJ5LWRhcmtlclwiXG4gID48L2Rpdj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctc2Vjb25kYXJ5IGJvcmRlci0yIGJvcmRlci1zZWNvbmRhcnktZGFya2VzdFwiXG4gICAgdGl0bGU9XCJzZWNvbmRhcnlcIlxuICA+PC9kaXY+XG4gIDxkaXZcbiAgICBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLXNlY29uZGFyeS1saWdodGVyXCJcbiAgICB0aXRsZT1cInNlY29uZGFyeS1saWdodGVyXCJcbiAgPjwvZGl2PlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1zZWNvbmRhcnktbGlnaHRlc3RcIlxuICAgIHRpdGxlPVwic2Vjb25kYXJ5LWxpZ2h0ZXN0XCJcbiAgPjwvZGl2PlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1zZWNvbmRhcnktd2hpdGVcIlxuICAgIHRpdGxlPVwic2Vjb25kYXJ5LXdoaXRlXCJcbiAgPjwvZGl2PlxuPC9kaXY+XG48ZGl2IGNsYXNzPVwiZmxleCBmbGV4LXJvd1wiPlxuICA8ZGl2IGNsYXNzPVwidGV4dC14cyB0ZXh0LWdyYXktNzAwIGZvbnQtYm9sZCBtLTIgdy0zMiB0ZXh0LXJpZ2h0XCI+bWFpbjwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctbWFpblwiIHRpdGxlPVwibWFpblwiPjwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctZ3JheS05MDBcIiB0aXRsZT1cImdyYXktOTAwXCI+PC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1ncmF5LTgwMFwiIHRpdGxlPVwiZ3JheS04MDBcIj48L2Rpdj5cbiAgPGRpdiBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLWdyYXktNzAwXCIgdGl0bGU9XCJncmF5LTcwMFwiPjwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctZ3JheS02MDBcIiB0aXRsZT1cImdyYXktNjAwXCI+PC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1ncmF5LTUwMFwiIHRpdGxlPVwiZ3JheS01MDBcIj48L2Rpdj5cbiAgPGRpdiBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLWdyYXktNDAwXCIgdGl0bGU9XCJncmF5LTQwMFwiPjwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctZ3JheS0zMDBcIiB0aXRsZT1cImdyYXktMzAwXCI+PC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1ncmF5LTIwMFwiIHRpdGxlPVwiZ3JheS0yMDBcIj48L2Rpdj5cbiAgPGRpdiBjbGFzcz1cInNoYWRvdy1tZCByb3VuZGVkIHctNiBoLTYgbS0yIGJnLWdyYXktMTAwXCIgdGl0bGU9XCJncmF5LTEwMFwiPjwvZGl2PlxuICA8ZGl2IGNsYXNzPVwic2hhZG93LW1kIHJvdW5kZWQgdy02IGgtNiBtLTIgYmctZ3JheS01MFwiIHRpdGxlPVwiZ3JheS01MFwiPjwvZGl2PlxuICA8ZGl2XG4gICAgY2xhc3M9XCJzaGFkb3ctbWQgcm91bmRlZCB3LTYgaC02IG0tMiBiZy1iYWNrZ3JvdW5kXCJcbiAgICB0aXRsZT1cImJhY2tncm91bmRcIlxuICA+PC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJ0ZXh0LXhzIHRleHQtZ3JheS03MDAgZm9udC1ib2xkIG0tMiB3LTMyXCI+YmFja2dyb3VuZDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -1,15 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/material/progress-spinner";
5
- export class LoadingMaskComponent {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingMaskComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LoadingMaskComponent, isStandalone: true, selector: "gn-ui-loading-mask", inputs: { message: "message" }, ngImport: i0, template: "<div class=\"h-full flex flex-col justify-center items-center relative backdrop\">\n <div class=\"absolute background bg-white inset-0\"></div>\n <mat-spinner [diameter]=\"28\" class=\"relative\"></mat-spinner>\n <span class=\"text-sm text-gray-700 mt-3 relative\">{{ message }}</span>\n</div>\n", styles: ["::ng-deep .mat-spinner circle{stroke:var(--color-gray-700);opacity:.5}.backdrop{background-color:#fff6}@supports (-webkit-backdrop-filter: blur()) or (backdrop-filter: blur()){.backdrop{background-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.background{opacity:.7}\n"], dependencies: [{ kind: "ngmodule", type: MatProgressSpinnerModule }, { kind: "component", type: i1.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingMaskComponent, decorators: [{
10
- type: Component,
11
- args: [{ selector: 'gn-ui-loading-mask', changeDetection: ChangeDetectionStrategy.OnPush, imports: [MatProgressSpinnerModule], standalone: true, template: "<div class=\"h-full flex flex-col justify-center items-center relative backdrop\">\n <div class=\"absolute background bg-white inset-0\"></div>\n <mat-spinner [diameter]=\"28\" class=\"relative\"></mat-spinner>\n <span class=\"text-sm text-gray-700 mt-3 relative\">{{ message }}</span>\n</div>\n", styles: ["::ng-deep .mat-spinner circle{stroke:var(--color-gray-700);opacity:.5}.backdrop{background-color:#fff6}@supports (-webkit-backdrop-filter: blur()) or (backdrop-filter: blur()){.backdrop{background-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.background{opacity:.7}\n"] }]
12
- }], propDecorators: { message: [{
13
- type: Input
14
- }] } });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1tYXNrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvd2lkZ2V0cy9zcmMvbGliL2xvYWRpbmctbWFzay9sb2FkaW5nLW1hc2suY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS93aWRnZXRzL3NyYy9saWIvbG9hZGluZy1tYXNrL2xvYWRpbmctbWFzay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN6RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQTs7O0FBVTdFLE1BQU0sT0FBTyxvQkFBb0I7K0dBQXBCLG9CQUFvQjttR0FBcEIsb0JBQW9CLDhHQ1hqQyw0U0FLQSxzV0RHWSx3QkFBd0I7OzRGQUd2QixvQkFBb0I7a0JBUmhDLFNBQVM7K0JBQ0Usb0JBQW9CLG1CQUdiLHVCQUF1QixDQUFDLE1BQU0sV0FDdEMsQ0FBQyx3QkFBd0IsQ0FBQyxjQUN2QixJQUFJOzhCQUdQLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Byb2dyZXNzLXNwaW5uZXInXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWxvYWRpbmctbWFzaycsXG4gIHRlbXBsYXRlVXJsOiAnLi9sb2FkaW5nLW1hc2suY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9sb2FkaW5nLW1hc2suY29tcG9uZW50LmNzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaW1wb3J0czogW01hdFByb2dyZXNzU3Bpbm5lck1vZHVsZV0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIExvYWRpbmdNYXNrQ29tcG9uZW50IHtcbiAgQElucHV0KCkgbWVzc2FnZTogc3RyaW5nXG59XG4iLCI8ZGl2IGNsYXNzPVwiaC1mdWxsIGZsZXggZmxleC1jb2wganVzdGlmeS1jZW50ZXIgaXRlbXMtY2VudGVyIHJlbGF0aXZlIGJhY2tkcm9wXCI+XG4gIDxkaXYgY2xhc3M9XCJhYnNvbHV0ZSBiYWNrZ3JvdW5kIGJnLXdoaXRlIGluc2V0LTBcIj48L2Rpdj5cbiAgPG1hdC1zcGlubmVyIFtkaWFtZXRlcl09XCIyOFwiIGNsYXNzPVwicmVsYXRpdmVcIj48L21hdC1zcGlubmVyPlxuICA8c3BhbiBjbGFzcz1cInRleHQtc20gdGV4dC1ncmF5LTcwMCBtdC0zIHJlbGF0aXZlXCI+e3sgbWVzc2FnZSB9fTwvc3Bhbj5cbjwvZGl2PlxuIl19