geonetwork-ui 2.6.0-dev.10c659821 → 2.6.0-dev.14c46265d

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 (586) hide show
  1. package/README.md +2 -3
  2. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +11 -2
  3. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +3 -3
  4. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +14 -11
  5. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +3 -3
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +4 -8
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +3 -6
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +14 -6
  9. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -4
  10. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +5 -5
  11. package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +17 -0
  12. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +4 -4
  13. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +17 -15
  14. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +3 -3
  15. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +8 -8
  16. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +14 -11
  17. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +17 -13
  18. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  19. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +7 -31
  20. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +9 -8
  21. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +4 -4
  22. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +4 -5
  23. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +5 -3
  24. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +4 -4
  25. package/esm2022/libs/feature/editor/src/index.mjs +1 -4
  26. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  27. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +13 -7
  28. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +4 -1
  29. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +5 -1
  30. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +5 -7
  31. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +8 -13
  32. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +5 -6
  33. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +11 -9
  34. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +4 -13
  35. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +5 -5
  36. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +5 -8
  37. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +4 -5
  38. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +6 -10
  39. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +9 -14
  40. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -15
  41. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +4 -4
  42. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +4 -4
  43. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +4 -4
  44. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +4 -4
  45. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +4 -4
  46. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +4 -4
  47. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +6 -17
  48. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +4 -5
  49. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +12 -30
  50. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +1 -3
  51. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +5 -6
  52. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +11 -8
  53. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +11 -8
  54. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +11 -6
  55. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +10 -5
  56. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +3 -36
  57. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +5 -11
  58. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +6 -6
  59. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +5 -5
  60. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +6 -7
  61. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +4 -5
  62. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +6 -7
  63. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +4 -4
  64. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +8 -22
  65. package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +5 -5
  66. package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +15 -7
  67. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +16 -8
  68. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +9 -6
  69. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +24 -27
  70. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +3 -3
  71. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +6 -6
  72. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +8 -5
  73. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +6 -6
  74. package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +5 -7
  75. package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +4 -4
  76. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +5 -4
  77. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +4 -5
  78. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +4 -5
  79. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +4 -5
  80. package/esm2022/libs/ui/dataviz/src/index.mjs +1 -2
  81. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +4 -4
  82. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +5 -5
  83. package/esm2022/libs/ui/elements/src/index.mjs +2 -3
  84. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +6 -6
  85. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +5 -5
  86. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +4 -3
  87. package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +5 -3
  88. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +4 -5
  89. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +4 -4
  90. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +4 -5
  91. package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +59 -0
  92. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +5 -6
  93. package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +4 -5
  94. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +21 -54
  95. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +23 -21
  96. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +3 -6
  97. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +4 -5
  98. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +4 -5
  99. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +6 -7
  100. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +6 -8
  101. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +4 -5
  102. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +7 -5
  103. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +6 -7
  104. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +5 -4
  105. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +4 -5
  106. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +5 -4
  107. package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
  108. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +10 -13
  109. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +4 -3
  110. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +7 -6
  111. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +29 -7
  112. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +4 -5
  113. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +5 -7
  114. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +4 -3
  115. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +12 -7
  116. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +7 -3
  117. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +4 -5
  118. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +3 -3
  119. package/esm2022/libs/ui/layout/src/index.mjs +1 -2
  120. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +3 -2
  121. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +18 -8
  122. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +4 -5
  123. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +4 -5
  124. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +4 -5
  125. package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +4 -5
  126. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +4 -3
  127. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +5 -7
  128. package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +4 -5
  129. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +6 -6
  130. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +16 -5
  131. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +3 -3
  132. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +5 -7
  133. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -12
  134. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +23 -24
  135. package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
  136. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +3 -3
  137. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +3 -3
  138. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  139. package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
  140. package/esm2022/libs/util/i18n/src/index.mjs +2 -3
  141. package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +3 -2
  142. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +36 -69
  143. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +10 -9
  144. package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +41 -0
  145. package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +40 -2
  146. package/esm2022/libs/util/shared/src/index.mjs +2 -2
  147. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +3 -2
  148. package/esm2022/libs/util/shared/src/lib/record.util.mjs +56 -0
  149. package/esm2022/translations/de.json +1 -16
  150. package/esm2022/translations/en.json +2 -17
  151. package/esm2022/translations/es.json +1 -16
  152. package/esm2022/translations/fr.json +6 -21
  153. package/esm2022/translations/it.json +1 -16
  154. package/esm2022/translations/nl.json +1 -16
  155. package/esm2022/translations/pt.json +1 -16
  156. package/esm2022/translations/sk.json +603 -0
  157. package/fesm2022/geonetwork-ui.mjs +10494 -10698
  158. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  159. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +1 -1
  160. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +4 -4
  161. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  162. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
  163. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -1
  164. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  165. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  166. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +2 -0
  167. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +1 -0
  168. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +1 -1
  169. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +8 -6
  170. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  171. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +2 -2
  172. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  173. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +1 -0
  174. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
  175. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +4 -4
  176. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
  177. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +4 -3
  178. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  179. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +2 -2
  180. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  181. package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +4 -8
  182. package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
  183. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +3 -3
  184. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +1 -1
  185. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  186. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +1 -1
  187. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  188. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  189. package/libs/feature/editor/src/index.d.ts +0 -3
  190. package/libs/feature/editor/src/index.d.ts.map +1 -1
  191. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +8 -1
  192. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  193. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +10 -12
  194. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  195. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +2 -1
  196. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  197. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  198. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +1 -1
  199. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  200. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +1 -1
  201. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
  202. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -1
  203. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -1
  204. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
  205. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  206. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +1 -1
  207. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +1 -1
  208. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
  209. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
  210. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -1
  211. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -1
  212. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -1
  213. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
  214. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
  215. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
  216. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  217. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +10 -17
  218. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  219. package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
  220. package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
  221. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
  222. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -1
  223. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
  224. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -1
  225. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -1
  226. package/libs/feature/map/src/lib/feature-map.module.d.ts +2 -11
  227. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  228. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -1
  229. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
  230. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  231. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  232. package/libs/feature/record/src/lib/feature-record.module.d.ts +8 -12
  233. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  234. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +1 -1
  235. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
  236. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -5
  237. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  238. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +2 -1
  239. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  240. package/libs/feature/search/src/lib/feature-search.module.d.ts +24 -24
  241. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  242. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +1 -1
  243. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  244. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +2 -1
  245. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -1
  246. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +1 -2
  247. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +1 -1
  248. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +1 -1
  249. package/libs/feature/search/src/lib/utils/service/fields.d.ts +1 -2
  250. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
  251. package/libs/ui/dataviz/src/index.d.ts +0 -1
  252. package/libs/ui/dataviz/src/index.d.ts.map +1 -1
  253. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
  254. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -1
  255. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
  256. package/libs/ui/elements/src/index.d.ts +1 -2
  257. package/libs/ui/elements/src/index.d.ts.map +1 -1
  258. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  259. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +1 -1
  260. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +1 -1
  261. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +2 -0
  262. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -1
  263. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
  264. package/libs/ui/elements/src/lib/{link-card/link-card.component.d.ts → external-link-card/external-link-card.component.d.ts} +4 -4
  265. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +1 -0
  266. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +3 -9
  267. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -1
  268. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +2 -1
  269. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -1
  270. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
  271. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  272. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
  273. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  274. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -1
  275. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -1
  276. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +1 -1
  277. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +1 -1
  278. package/libs/ui/inputs/src/index.d.ts +0 -1
  279. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  280. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +1 -2
  281. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  282. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +1 -1
  283. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +1 -1
  284. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +1 -1
  285. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +1 -1
  286. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +1 -1
  287. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +1 -1
  288. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -1
  289. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +1 -1
  290. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -1
  291. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -1
  292. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +2 -1
  293. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
  294. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +1 -1
  295. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +1 -1
  296. package/libs/ui/layout/src/index.d.ts +0 -1
  297. package/libs/ui/layout/src/index.d.ts.map +1 -1
  298. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +1 -1
  299. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +1 -1
  300. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +2 -1
  301. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
  302. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +1 -1
  303. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +1 -1
  304. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +1 -1
  305. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -1
  306. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +2 -0
  307. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +1 -1
  308. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -1
  309. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  310. package/libs/ui/search/src/lib/ui-search.module.d.ts +11 -11
  311. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
  312. package/libs/ui/widgets/src/index.d.ts +0 -1
  313. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  314. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +1 -1
  315. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +1 -1
  316. package/libs/util/app-config/src/lib/app-config.d.ts +0 -1
  317. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  318. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  319. package/libs/util/app-config/src/lib/model.d.ts +1 -0
  320. package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
  321. package/libs/util/i18n/src/index.d.ts +1 -2
  322. package/libs/util/i18n/src/index.d.ts.map +1 -1
  323. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +1 -1
  324. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +1 -1
  325. package/libs/util/i18n/src/lib/i18n.constants.d.ts +6 -16
  326. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
  327. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +5 -5
  328. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +1 -1
  329. package/libs/util/i18n/src/lib/i18n.providers.d.ts +4 -0
  330. package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +1 -0
  331. package/libs/util/i18n/src/lib/language-codes.d.ts +3 -29
  332. package/libs/util/i18n/src/lib/language-codes.d.ts.map +1 -1
  333. package/libs/util/shared/src/index.d.ts +1 -1
  334. package/libs/util/shared/src/index.d.ts.map +1 -1
  335. package/libs/util/shared/src/lib/image-fallback.directive.d.ts +1 -1
  336. package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +1 -1
  337. package/libs/util/shared/src/lib/record.util.d.ts +3 -0
  338. package/libs/util/shared/src/lib/record.util.d.ts.map +1 -0
  339. package/package.json +3 -3
  340. package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +10 -1
  341. package/src/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.ts +2 -2
  342. package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +4196 -0
  343. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +12 -6
  344. package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +4 -4
  345. package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +3 -7
  346. package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +2 -6
  347. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +14 -8
  348. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +3 -3
  349. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +5 -7
  350. package/src/libs/api/metadata-converter/src/lib/translate-utils.ts +17 -0
  351. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +3 -6
  352. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +13 -5
  353. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +4 -3
  354. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +8 -7
  355. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +13 -6
  356. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +13 -20
  357. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +6 -2
  358. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +52 -0
  359. package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +4 -17
  360. package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +7 -3
  361. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +2 -2
  362. package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +2 -2
  363. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -2
  364. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +2 -2
  365. package/src/libs/feature/editor/src/index.ts +0 -3
  366. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +9 -1
  367. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +23 -12
  368. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +13 -1
  369. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +9 -1
  370. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +3 -4
  371. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +5 -16
  372. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +7 -5
  373. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +16 -10
  374. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -10
  375. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
  376. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +3 -4
  377. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +2 -2
  378. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +4 -11
  379. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +6 -9
  380. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +2 -17
  381. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +2 -2
  382. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -2
  383. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +2 -2
  384. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +2 -2
  385. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -2
  386. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +2 -2
  387. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +2 -2
  388. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -15
  389. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +2 -2
  390. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +4 -17
  391. package/src/libs/feature/editor/src/lib/models/index.ts +0 -2
  392. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +2 -1
  393. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +8 -3
  394. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +10 -3
  395. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +8 -2
  396. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +8 -2
  397. package/src/libs/feature/map/src/lib/feature-map.module.ts +0 -17
  398. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +3 -8
  399. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
  400. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +5 -4
  401. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +2 -2
  402. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +2 -2
  403. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +2 -2
  404. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +2 -2
  405. package/src/libs/feature/record/src/lib/feature-record.module.ts +4 -13
  406. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +4 -3
  407. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +10 -4
  408. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +17 -4
  409. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +1 -0
  410. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +4 -3
  411. package/src/libs/feature/search/src/lib/feature-search.module.ts +13 -18
  412. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +4 -0
  413. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +1 -0
  414. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +2 -1
  415. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +10 -4
  416. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +2 -2
  417. package/src/libs/feature/search/src/lib/utils/service/fields.ts +4 -3
  418. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
  419. package/src/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.ts +2 -2
  420. package/src/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.ts +2 -2
  421. package/src/libs/ui/dataviz/src/index.ts +0 -1
  422. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +2 -2
  423. package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +0 -1
  424. package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +4 -0
  425. package/src/libs/ui/elements/src/index.ts +1 -2
  426. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +3 -2
  427. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +6 -6
  428. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.ts +2 -2
  429. package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +3 -0
  430. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.html +6 -2
  431. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +5 -1
  432. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +2 -2
  433. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +2 -5
  434. package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -2
  435. package/src/libs/ui/elements/src/lib/{link-card/link-card.component.ts → external-link-card/external-link-card.component.ts} +6 -6
  436. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +3 -3
  437. package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +2 -2
  438. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +66 -62
  439. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.scss +115 -0
  440. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +29 -62
  441. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +6 -2
  442. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +17 -15
  443. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -4
  444. package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.ts +2 -2
  445. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
  446. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +4 -7
  447. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +20 -22
  448. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +3 -4
  449. package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.ts +2 -2
  450. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +4 -2
  451. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +4 -4
  452. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +7 -2
  453. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
  454. package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.ts +4 -0
  455. package/src/libs/ui/inputs/src/index.ts +0 -1
  456. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +2 -2
  457. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +6 -9
  458. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.ts +3 -0
  459. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +1 -1
  460. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +4 -0
  461. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +27 -0
  462. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +2 -2
  463. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -4
  464. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +3 -0
  465. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +9 -3
  466. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +0 -1
  467. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +5 -1
  468. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +3 -1
  469. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +2 -2
  470. package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +1 -0
  471. package/src/libs/ui/layout/src/index.ts +0 -1
  472. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +1 -0
  473. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +1 -2
  474. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +15 -5
  475. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +2 -2
  476. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +2 -2
  477. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +2 -2
  478. package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -2
  479. package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +3 -0
  480. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +3 -10
  481. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +2 -2
  482. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +4 -1
  483. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +1 -1
  484. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +14 -1
  485. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +3 -4
  486. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +0 -2
  487. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +21 -8
  488. package/src/libs/ui/search/src/lib/ui-search.module.ts +12 -11
  489. package/src/libs/ui/widgets/src/index.ts +0 -1
  490. package/src/libs/ui/widgets/src/lib/color-scale/color-scale.component.ts +1 -0
  491. package/src/libs/util/app-config/src/lib/app-config.ts +3 -2
  492. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  493. package/src/libs/util/app-config/src/lib/model.ts +1 -0
  494. package/src/libs/util/i18n/src/index.ts +1 -2
  495. package/src/libs/util/i18n/src/lib/embedded.translate.loader.ts +4 -3
  496. package/src/libs/util/i18n/src/lib/i18n.constants.ts +39 -71
  497. package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +11 -9
  498. package/src/libs/util/i18n/src/lib/i18n.providers.ts +68 -0
  499. package/src/libs/util/i18n/src/lib/language-codes.ts +44 -1
  500. package/src/libs/util/shared/src/index.ts +1 -1
  501. package/src/libs/util/shared/src/lib/image-fallback.directive.ts +1 -0
  502. package/src/libs/util/shared/src/lib/record.util.ts +114 -0
  503. package/tailwind.base.css +1 -1
  504. package/translations/de.json +1 -16
  505. package/translations/en.json +2 -17
  506. package/translations/es.json +1 -16
  507. package/translations/fr.json +6 -21
  508. package/translations/it.json +1 -16
  509. package/translations/nl.json +1 -16
  510. package/translations/pt.json +1 -16
  511. package/translations/sk.json +1 -16
  512. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +0 -44
  513. package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +0 -75
  514. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +0 -160
  515. package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +0 -53
  516. package/esm2022/libs/feature/editor/src/lib/models/wizard-field.model.mjs +0 -2
  517. package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +0 -8
  518. package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +0 -87
  519. package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +0 -47
  520. package/esm2022/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.mjs +0 -59
  521. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +0 -60
  522. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +0 -134
  523. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +0 -160
  524. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +0 -23
  525. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +0 -46
  526. package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +0 -31
  527. package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +0 -37
  528. package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +0 -18
  529. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +0 -14
  530. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +0 -1
  531. package/libs/feature/editor/src/lib/components/wizard/wizard.component.d.ts +0 -31
  532. package/libs/feature/editor/src/lib/components/wizard/wizard.component.d.ts.map +0 -1
  533. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +0 -43
  534. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +0 -1
  535. package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts +0 -17
  536. package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts.map +0 -1
  537. package/libs/feature/editor/src/lib/models/wizard-field.model.d.ts +0 -10
  538. package/libs/feature/editor/src/lib/models/wizard-field.model.d.ts.map +0 -1
  539. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +0 -7
  540. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +0 -1
  541. package/libs/feature/editor/src/lib/services/wizard.service.d.ts +0 -33
  542. package/libs/feature/editor/src/lib/services/wizard.service.d.ts.map +0 -1
  543. package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts +0 -11
  544. package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts.map +0 -1
  545. package/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.d.ts +0 -14
  546. package/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.d.ts.map +0 -1
  547. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +0 -1
  548. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +0 -32
  549. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +0 -1
  550. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +0 -35
  551. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +0 -1
  552. package/libs/ui/layout/src/lib/ui-layout.module.d.ts +0 -12
  553. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +0 -1
  554. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +0 -15
  555. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +0 -1
  556. package/libs/util/i18n/src/lib/lang.service.d.ts +0 -13
  557. package/libs/util/i18n/src/lib/lang.service.d.ts.map +0 -1
  558. package/libs/util/i18n/src/lib/util-i18n.module.d.ts +0 -12
  559. package/libs/util/i18n/src/lib/util-i18n.module.d.ts.map +0 -1
  560. package/libs/util/shared/src/lib/util-shared.module.d.ts +0 -9
  561. package/libs/util/shared/src/lib/util-shared.module.d.ts.map +0 -1
  562. package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.css +0 -5
  563. package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.html +0 -22
  564. package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.ts +0 -93
  565. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.css +0 -31
  566. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -62
  567. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -206
  568. package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.css +0 -3
  569. package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.html +0 -21
  570. package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts +0 -58
  571. package/src/libs/feature/editor/src/lib/models/wizard-field.model.ts +0 -10
  572. package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -6
  573. package/src/libs/feature/editor/src/lib/services/wizard.service.ts +0 -105
  574. package/src/libs/ui/dataviz/src/lib/ui-dataviz.module.ts +0 -27
  575. package/src/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.html +0 -69
  576. package/src/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.ts +0 -61
  577. package/src/libs/ui/elements/src/lib/link-card/link-card.component.css +0 -0
  578. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +0 -74
  579. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -96
  580. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -14
  581. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -25
  582. package/src/libs/util/i18n/src/lib/lang.service.ts +0 -23
  583. package/src/libs/util/i18n/src/lib/util-i18n.module.ts +0 -26
  584. package/src/libs/util/shared/src/lib/util-shared.module.ts +0 -10
  585. /package/src/libs/ui/elements/src/lib/{internal-link-card/internal-link-card.component.css → external-link-card/external-link-card.component.css} +0 -0
  586. /package/src/libs/ui/elements/src/lib/{link-card/link-card.component.html → external-link-card/external-link-card.component.html} +0 -0
@@ -1,160 +0,0 @@
1
- import { OverlayModule } from '@angular/cdk/overlay';
2
- import { CommonModule } from '@angular/common';
3
- import { NgModule } from '@angular/core';
4
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
5
- import { MatAutocompleteModule } from '@angular/material/autocomplete';
6
- import { MatCheckboxModule } from '@angular/material/checkbox';
7
- import { MatNativeDateModule } from '@angular/material/core';
8
- import { MatDatepickerModule } from '@angular/material/datepicker';
9
- import { MatFormFieldModule } from '@angular/material/form-field';
10
- import { MatInputModule } from '@angular/material/input';
11
- import { MatTooltipModule } from '@angular/material/tooltip';
12
- import { UiWidgetsModule } from '../../../../../libs/ui/widgets/src';
13
- import { UtilSharedModule } from '../../../../../libs/util/shared/src';
14
- import { NgIconComponent, provideIcons, } from '@ng-icons/core';
15
- import { matClose, matExpandLess, matExpandMore, } from '@ng-icons/material-icons/baseline';
16
- import { TranslateModule } from '@ngx-translate/core';
17
- import { TagInputModule } from 'ngx-chips';
18
- import { NgxDropzoneModule } from 'ngx-dropzone';
19
- import { BadgeComponent } from './badge/badge.component';
20
- import { ButtonComponent } from './button/button.component';
21
- import { CheckToggleComponent } from './check-toggle/check-toggle.component';
22
- import { CheckboxComponent } from './checkbox/checkbox.component';
23
- import { DateRangePickerComponent } from './date-range-picker/date-range-picker.component';
24
- import { DragAndDropFileInputComponent } from './drag-and-drop-file-input/drag-and-drop-file-input.component';
25
- import { DropdownMultiselectComponent } from './dropdown-multiselect/dropdown-multiselect.component';
26
- import { DropdownSelectorComponent } from './dropdown-selector/dropdown-selector.component';
27
- import { EditableLabelDirective } from './editable-label/editable-label.directive';
28
- import { InlineFilterComponent } from './inline-filter/inline-filter.component';
29
- import { TextAreaComponent } from './text-area/text-area.component';
30
- import { ViewportIntersectorComponent } from './viewport-intersector/viewport-intersector.component';
31
- import * as i0 from "@angular/core";
32
- import * as i1 from "@ngx-translate/core";
33
- export class UiInputsModule {
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
35
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UiInputsModule, declarations: [DragAndDropFileInputComponent,
36
- DropdownMultiselectComponent,
37
- ViewportIntersectorComponent,
38
- CheckboxComponent,
39
- InlineFilterComponent], imports: [CommonModule, i1.TranslateModule, NgxDropzoneModule,
40
- FormsModule,
41
- ReactiveFormsModule,
42
- TagInputModule,
43
- UtilSharedModule,
44
- MatAutocompleteModule,
45
- UiWidgetsModule,
46
- OverlayModule,
47
- MatCheckboxModule,
48
- MatTooltipModule,
49
- MatFormFieldModule,
50
- MatInputModule,
51
- MatDatepickerModule,
52
- MatNativeDateModule,
53
- EditableLabelDirective,
54
- TextAreaComponent,
55
- ButtonComponent,
56
- DropdownSelectorComponent,
57
- DateRangePickerComponent,
58
- CheckToggleComponent,
59
- BadgeComponent,
60
- NgIconComponent], exports: [DropdownSelectorComponent,
61
- ButtonComponent,
62
- DragAndDropFileInputComponent,
63
- TextAreaComponent,
64
- DropdownMultiselectComponent,
65
- ViewportIntersectorComponent,
66
- CheckToggleComponent,
67
- CheckboxComponent,
68
- DateRangePickerComponent,
69
- EditableLabelDirective,
70
- InlineFilterComponent,
71
- BadgeComponent] }); }
72
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiInputsModule, providers: [
73
- provideIcons({
74
- matClose,
75
- matExpandMore,
76
- matExpandLess,
77
- }),
78
- ], imports: [CommonModule,
79
- TranslateModule.forChild(),
80
- NgxDropzoneModule,
81
- FormsModule,
82
- ReactiveFormsModule,
83
- TagInputModule,
84
- UtilSharedModule,
85
- MatAutocompleteModule,
86
- UiWidgetsModule,
87
- OverlayModule,
88
- MatCheckboxModule,
89
- MatTooltipModule,
90
- MatFormFieldModule,
91
- MatInputModule,
92
- MatDatepickerModule,
93
- MatNativeDateModule,
94
- TextAreaComponent,
95
- DropdownSelectorComponent,
96
- DateRangePickerComponent,
97
- CheckToggleComponent,
98
- BadgeComponent,
99
- NgIconComponent] }); }
100
- }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiInputsModule, decorators: [{
102
- type: NgModule,
103
- args: [{
104
- declarations: [
105
- DragAndDropFileInputComponent,
106
- DropdownMultiselectComponent,
107
- ViewportIntersectorComponent,
108
- CheckboxComponent,
109
- InlineFilterComponent,
110
- ],
111
- imports: [
112
- CommonModule,
113
- TranslateModule.forChild(),
114
- NgxDropzoneModule,
115
- FormsModule,
116
- ReactiveFormsModule,
117
- TagInputModule,
118
- UtilSharedModule,
119
- MatAutocompleteModule,
120
- UiWidgetsModule,
121
- OverlayModule,
122
- MatCheckboxModule,
123
- MatTooltipModule,
124
- MatFormFieldModule,
125
- MatInputModule,
126
- MatDatepickerModule,
127
- MatNativeDateModule,
128
- EditableLabelDirective,
129
- TextAreaComponent,
130
- ButtonComponent,
131
- DropdownSelectorComponent,
132
- DateRangePickerComponent,
133
- CheckToggleComponent,
134
- BadgeComponent,
135
- NgIconComponent,
136
- ],
137
- providers: [
138
- provideIcons({
139
- matClose,
140
- matExpandMore,
141
- matExpandLess,
142
- }),
143
- ],
144
- exports: [
145
- DropdownSelectorComponent,
146
- ButtonComponent,
147
- DragAndDropFileInputComponent,
148
- TextAreaComponent,
149
- DropdownMultiselectComponent,
150
- ViewportIntersectorComponent,
151
- CheckToggleComponent,
152
- CheckboxComponent,
153
- DateRangePickerComponent,
154
- EditableLabelDirective,
155
- InlineFilterComponent,
156
- BadgeComponent,
157
- ],
158
- }]
159
- }] });
160
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWktaW5wdXRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYy9saWIvdWktaW5wdXRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0JBQXNCLENBQUE7QUFDcEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDeEMsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ2pFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGdDQUFnQyxDQUFBO0FBQ3RFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRCQUE0QixDQUFBO0FBQzlELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHdCQUF3QixDQUFBO0FBQzVELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDhCQUE4QixDQUFBO0FBQ2xFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFBO0FBQ2pFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQTtBQUN4RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQTtBQUM1RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0NBQW9DLENBQUE7QUFDcEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUNBQXFDLENBQUE7QUFDdEUsT0FBTyxFQUNMLGVBQWUsRUFDZixZQUFZLEdBRWIsTUFBTSxnQkFBZ0IsQ0FBQTtBQUN2QixPQUFPLEVBQ0wsUUFBUSxFQUNSLGFBQWEsRUFDYixhQUFhLEdBQ2QsTUFBTSxtQ0FBbUMsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDckQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLFdBQVcsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxjQUFjLENBQUE7QUFDaEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFBO0FBQ3hELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQTtBQUMzRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQTtBQUM1RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQTtBQUNqRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQTtBQUMxRixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQTtBQUM3RyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQTtBQUNwRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQTtBQUMzRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQTtBQUNsRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQTtBQUMvRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQTtBQUNuRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQTs7O0FBMERwRyxNQUFNLE9BQU8sY0FBYzsrR0FBZCxjQUFjO2dIQUFkLGNBQWMsaUJBdER2Qiw2QkFBNkI7WUFDN0IsNEJBQTRCO1lBQzVCLDRCQUE0QjtZQUM1QixpQkFBaUI7WUFDakIscUJBQXFCLGFBR3JCLFlBQVksc0JBRVosaUJBQWlCO1lBQ2pCLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIsY0FBYztZQUNkLGdCQUFnQjtZQUNoQixxQkFBcUI7WUFDckIsZUFBZTtZQUNmLGFBQWE7WUFDYixpQkFBaUI7WUFDakIsZ0JBQWdCO1lBQ2hCLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLG1CQUFtQjtZQUNuQixzQkFBc0I7WUFDdEIsaUJBQWlCO1lBQ2pCLGVBQWU7WUFDZix5QkFBeUI7WUFDekIsd0JBQXdCO1lBQ3hCLG9CQUFvQjtZQUNwQixjQUFjO1lBQ2QsZUFBZSxhQVVmLHlCQUF5QjtZQUN6QixlQUFlO1lBQ2YsNkJBQTZCO1lBQzdCLGlCQUFpQjtZQUNqQiw0QkFBNEI7WUFDNUIsNEJBQTRCO1lBQzVCLG9CQUFvQjtZQUNwQixpQkFBaUI7WUFDakIsd0JBQXdCO1lBQ3hCLHNCQUFzQjtZQUN0QixxQkFBcUI7WUFDckIsY0FBYztnSEFHTCxjQUFjLGFBdEJkO1lBQ1QsWUFBWSxDQUFDO2dCQUNYLFFBQVE7Z0JBQ1IsYUFBYTtnQkFDYixhQUFhO2FBQ2QsQ0FBQztTQUNILFlBL0JDLFlBQVk7WUFDWixlQUFlLENBQUMsUUFBUSxFQUFFO1lBQzFCLGlCQUFpQjtZQUNqQixXQUFXO1lBQ1gsbUJBQW1CO1lBQ25CLGNBQWM7WUFDZCxnQkFBZ0I7WUFDaEIscUJBQXFCO1lBQ3JCLGVBQWU7WUFDZixhQUFhO1lBQ2IsaUJBQWlCO1lBQ2pCLGdCQUFnQjtZQUNoQixrQkFBa0I7WUFDbEIsY0FBYztZQUNkLG1CQUFtQjtZQUNuQixtQkFBbUI7WUFFbkIsaUJBQWlCO1lBRWpCLHlCQUF5QjtZQUN6Qix3QkFBd0I7WUFDeEIsb0JBQW9CO1lBQ3BCLGNBQWM7WUFDZCxlQUFlOzs0RkF3Qk4sY0FBYztrQkF4RDFCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDZCQUE2Qjt3QkFDN0IsNEJBQTRCO3dCQUM1Qiw0QkFBNEI7d0JBQzVCLGlCQUFpQjt3QkFDakIscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlLENBQUMsUUFBUSxFQUFFO3dCQUMxQixpQkFBaUI7d0JBQ2pCLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLGdCQUFnQjt3QkFDaEIscUJBQXFCO3dCQUNyQixlQUFlO3dCQUNmLGFBQWE7d0JBQ2IsaUJBQWlCO3dCQUNqQixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIsY0FBYzt3QkFDZCxtQkFBbUI7d0JBQ25CLG1CQUFtQjt3QkFDbkIsc0JBQXNCO3dCQUN0QixpQkFBaUI7d0JBQ2pCLGVBQWU7d0JBQ2YseUJBQXlCO3dCQUN6Qix3QkFBd0I7d0JBQ3hCLG9CQUFvQjt3QkFDcEIsY0FBYzt3QkFDZCxlQUFlO3FCQUNoQjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1QsWUFBWSxDQUFDOzRCQUNYLFFBQVE7NEJBQ1IsYUFBYTs0QkFDYixhQUFhO3lCQUNkLENBQUM7cUJBQ0g7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHlCQUF5Qjt3QkFDekIsZUFBZTt3QkFDZiw2QkFBNkI7d0JBQzdCLGlCQUFpQjt3QkFDakIsNEJBQTRCO3dCQUM1Qiw0QkFBNEI7d0JBQzVCLG9CQUFvQjt3QkFDcEIsaUJBQWlCO3dCQUNqQix3QkFBd0I7d0JBQ3hCLHNCQUFzQjt3QkFDdEIscUJBQXFCO3dCQUNyQixjQUFjO3FCQUNmO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5J1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3JtcydcbmltcG9ydCB7IE1hdEF1dG9jb21wbGV0ZU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2F1dG9jb21wbGV0ZSdcbmltcG9ydCB7IE1hdENoZWNrYm94TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY2hlY2tib3gnXG5pbXBvcnQgeyBNYXROYXRpdmVEYXRlTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSdcbmltcG9ydCB7IE1hdERhdGVwaWNrZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kYXRlcGlja2VyJ1xuaW1wb3J0IHsgTWF0Rm9ybUZpZWxkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCdcbmltcG9ydCB7IE1hdElucHV0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaW5wdXQnXG5pbXBvcnQgeyBNYXRUb29sdGlwTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbHRpcCdcbmltcG9ydCB7IFVpV2lkZ2V0c01vZHVsZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvd2lkZ2V0cy9zcmMnXG5pbXBvcnQgeyBVdGlsU2hhcmVkTW9kdWxlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy91dGlsL3NoYXJlZC9zcmMnXG5pbXBvcnQge1xuICBOZ0ljb25Db21wb25lbnQsXG4gIHByb3ZpZGVJY29ucyxcbiAgcHJvdmlkZU5nSWNvbnNDb25maWcsXG59IGZyb20gJ0BuZy1pY29ucy9jb3JlJ1xuaW1wb3J0IHtcbiAgbWF0Q2xvc2UsXG4gIG1hdEV4cGFuZExlc3MsXG4gIG1hdEV4cGFuZE1vcmUsXG59IGZyb20gJ0BuZy1pY29ucy9tYXRlcmlhbC1pY29ucy9iYXNlbGluZSdcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBUYWdJbnB1dE1vZHVsZSB9IGZyb20gJ25neC1jaGlwcydcbmltcG9ydCB7IE5neERyb3B6b25lTW9kdWxlIH0gZnJvbSAnbmd4LWRyb3B6b25lJ1xuaW1wb3J0IHsgQmFkZ2VDb21wb25lbnQgfSBmcm9tICcuL2JhZGdlL2JhZGdlLmNvbXBvbmVudCdcbmltcG9ydCB7IEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnXG5pbXBvcnQgeyBDaGVja1RvZ2dsZUNvbXBvbmVudCB9IGZyb20gJy4vY2hlY2stdG9nZ2xlL2NoZWNrLXRvZ2dsZS5jb21wb25lbnQnXG5pbXBvcnQgeyBDaGVja2JveENvbXBvbmVudCB9IGZyb20gJy4vY2hlY2tib3gvY2hlY2tib3guY29tcG9uZW50J1xuaW1wb3J0IHsgRGF0ZVJhbmdlUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi9kYXRlLXJhbmdlLXBpY2tlci9kYXRlLXJhbmdlLXBpY2tlci5jb21wb25lbnQnXG5pbXBvcnQgeyBEcmFnQW5kRHJvcEZpbGVJbnB1dENvbXBvbmVudCB9IGZyb20gJy4vZHJhZy1hbmQtZHJvcC1maWxlLWlucHV0L2RyYWctYW5kLWRyb3AtZmlsZS1pbnB1dC5jb21wb25lbnQnXG5pbXBvcnQgeyBEcm9wZG93bk11bHRpc2VsZWN0Q29tcG9uZW50IH0gZnJvbSAnLi9kcm9wZG93bi1tdWx0aXNlbGVjdC9kcm9wZG93bi1tdWx0aXNlbGVjdC5jb21wb25lbnQnXG5pbXBvcnQgeyBEcm9wZG93blNlbGVjdG9yQ29tcG9uZW50IH0gZnJvbSAnLi9kcm9wZG93bi1zZWxlY3Rvci9kcm9wZG93bi1zZWxlY3Rvci5jb21wb25lbnQnXG5pbXBvcnQgeyBFZGl0YWJsZUxhYmVsRGlyZWN0aXZlIH0gZnJvbSAnLi9lZGl0YWJsZS1sYWJlbC9lZGl0YWJsZS1sYWJlbC5kaXJlY3RpdmUnXG5pbXBvcnQgeyBJbmxpbmVGaWx0ZXJDb21wb25lbnQgfSBmcm9tICcuL2lubGluZS1maWx0ZXIvaW5saW5lLWZpbHRlci5jb21wb25lbnQnXG5pbXBvcnQgeyBUZXh0QXJlYUNvbXBvbmVudCB9IGZyb20gJy4vdGV4dC1hcmVhL3RleHQtYXJlYS5jb21wb25lbnQnXG5pbXBvcnQgeyBWaWV3cG9ydEludGVyc2VjdG9yQ29tcG9uZW50IH0gZnJvbSAnLi92aWV3cG9ydC1pbnRlcnNlY3Rvci92aWV3cG9ydC1pbnRlcnNlY3Rvci5jb21wb25lbnQnXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERyYWdBbmREcm9wRmlsZUlucHV0Q29tcG9uZW50LFxuICAgIERyb3Bkb3duTXVsdGlzZWxlY3RDb21wb25lbnQsXG4gICAgVmlld3BvcnRJbnRlcnNlY3RvckNvbXBvbmVudCxcbiAgICBDaGVja2JveENvbXBvbmVudCxcbiAgICBJbmxpbmVGaWx0ZXJDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgVHJhbnNsYXRlTW9kdWxlLmZvckNoaWxkKCksXG4gICAgTmd4RHJvcHpvbmVNb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBUYWdJbnB1dE1vZHVsZSxcbiAgICBVdGlsU2hhcmVkTW9kdWxlLFxuICAgIE1hdEF1dG9jb21wbGV0ZU1vZHVsZSxcbiAgICBVaVdpZGdldHNNb2R1bGUsXG4gICAgT3ZlcmxheU1vZHVsZSxcbiAgICBNYXRDaGVja2JveE1vZHVsZSxcbiAgICBNYXRUb29sdGlwTW9kdWxlLFxuICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICBNYXREYXRlcGlja2VyTW9kdWxlLFxuICAgIE1hdE5hdGl2ZURhdGVNb2R1bGUsXG4gICAgRWRpdGFibGVMYWJlbERpcmVjdGl2ZSxcbiAgICBUZXh0QXJlYUNvbXBvbmVudCxcbiAgICBCdXR0b25Db21wb25lbnQsXG4gICAgRHJvcGRvd25TZWxlY3RvckNvbXBvbmVudCxcbiAgICBEYXRlUmFuZ2VQaWNrZXJDb21wb25lbnQsXG4gICAgQ2hlY2tUb2dnbGVDb21wb25lbnQsXG4gICAgQmFkZ2VDb21wb25lbnQsXG4gICAgTmdJY29uQ29tcG9uZW50LFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBwcm92aWRlSWNvbnMoe1xuICAgICAgbWF0Q2xvc2UsXG4gICAgICBtYXRFeHBhbmRNb3JlLFxuICAgICAgbWF0RXhwYW5kTGVzcyxcbiAgICB9KSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERyb3Bkb3duU2VsZWN0b3JDb21wb25lbnQsXG4gICAgQnV0dG9uQ29tcG9uZW50LFxuICAgIERyYWdBbmREcm9wRmlsZUlucHV0Q29tcG9uZW50LFxuICAgIFRleHRBcmVhQ29tcG9uZW50LFxuICAgIERyb3Bkb3duTXVsdGlzZWxlY3RDb21wb25lbnQsXG4gICAgVmlld3BvcnRJbnRlcnNlY3RvckNvbXBvbmVudCxcbiAgICBDaGVja1RvZ2dsZUNvbXBvbmVudCxcbiAgICBDaGVja2JveENvbXBvbmVudCxcbiAgICBEYXRlUmFuZ2VQaWNrZXJDb21wb25lbnQsXG4gICAgRWRpdGFibGVMYWJlbERpcmVjdGl2ZSxcbiAgICBJbmxpbmVGaWx0ZXJDb21wb25lbnQsXG4gICAgQmFkZ2VDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFVpSW5wdXRzTW9kdWxlIHt9XG4iXX0=
@@ -1,23 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { TranslateModule } from '@ngx-translate/core';
4
- import { NgIconComponent } from '@ng-icons/core';
5
- import { StickyHeaderComponent } from './sticky-header/sticky-header.component';
6
- import { AnchorLinkDirective } from './anchor-link/anchor-link.directive';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@ngx-translate/core";
9
- export class UiLayoutModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UiLayoutModule, declarations: [StickyHeaderComponent, AnchorLinkDirective], imports: [CommonModule, i1.TranslateModule, NgIconComponent], exports: [StickyHeaderComponent, AnchorLinkDirective] }); }
12
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiLayoutModule, imports: [CommonModule, TranslateModule.forChild(), NgIconComponent] }); }
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiLayoutModule, decorators: [{
15
- type: NgModule,
16
- args: [{
17
- imports: [CommonModule, TranslateModule.forChild(), NgIconComponent],
18
- providers: [],
19
- declarations: [StickyHeaderComponent, AnchorLinkDirective],
20
- exports: [StickyHeaderComponent, AnchorLinkDirective],
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWktbGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvbGF5b3V0L3NyYy9saWIvdWktbGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ2hELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFBO0FBQy9FLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFBOzs7QUFRekUsTUFBTSxPQUFPLGNBQWM7K0dBQWQsY0FBYztnSEFBZCxjQUFjLGlCQUhWLHFCQUFxQixFQUFFLG1CQUFtQixhQUYvQyxZQUFZLHNCQUE4QixlQUFlLGFBR3pELHFCQUFxQixFQUFFLG1CQUFtQjtnSEFFekMsY0FBYyxZQUxmLFlBQVksRUFBRSxlQUFlLENBQUMsUUFBUSxFQUFFLEVBQUUsZUFBZTs7NEZBS3hELGNBQWM7a0JBTjFCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsQ0FBQyxRQUFRLEVBQUUsRUFBRSxlQUFlLENBQUM7b0JBQ3BFLFNBQVMsRUFBRSxFQUFFO29CQUNiLFlBQVksRUFBRSxDQUFDLHFCQUFxQixFQUFFLG1CQUFtQixDQUFDO29CQUMxRCxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSxtQkFBbUIsQ0FBQztpQkFDdEQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuaW1wb3J0IHsgTmdJY29uQ29tcG9uZW50IH0gZnJvbSAnQG5nLWljb25zL2NvcmUnXG5pbXBvcnQgeyBTdGlja3lIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL3N0aWNreS1oZWFkZXIvc3RpY2t5LWhlYWRlci5jb21wb25lbnQnXG5pbXBvcnQgeyBBbmNob3JMaW5rRGlyZWN0aXZlIH0gZnJvbSAnLi9hbmNob3ItbGluay9hbmNob3ItbGluay5kaXJlY3RpdmUnXG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZS5mb3JDaGlsZCgpLCBOZ0ljb25Db21wb25lbnRdLFxuICBwcm92aWRlcnM6IFtdLFxuICBkZWNsYXJhdGlvbnM6IFtTdGlja3lIZWFkZXJDb21wb25lbnQsIEFuY2hvckxpbmtEaXJlY3RpdmVdLFxuICBleHBvcnRzOiBbU3RpY2t5SGVhZGVyQ29tcG9uZW50LCBBbmNob3JMaW5rRGlyZWN0aXZlXSxcbn0pXG5leHBvcnQgY2xhc3MgVWlMYXlvdXRNb2R1bGUge31cbiJdfQ==
@@ -1,46 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { UtilSharedModule } from '../../../../../libs/util/shared/src';
3
- import { TranslateModule } from '@ngx-translate/core';
4
- import { NgxDropzoneModule } from 'ngx-dropzone';
5
- import { ColorScaleComponent } from './color-scale/color-scale.component';
6
- import { TagInputModule } from 'ngx-chips';
7
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
8
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
9
- import { CommonModule } from '@angular/common';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "@ngx-translate/core";
12
- export class UiWidgetsModule {
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiWidgetsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
14
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UiWidgetsModule, declarations: [ColorScaleComponent], imports: [CommonModule, i1.TranslateModule, NgxDropzoneModule,
15
- FormsModule,
16
- ReactiveFormsModule,
17
- TagInputModule,
18
- UtilSharedModule,
19
- MatProgressSpinnerModule] }); }
20
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiWidgetsModule, imports: [CommonModule,
21
- TranslateModule.forChild(),
22
- NgxDropzoneModule,
23
- FormsModule,
24
- ReactiveFormsModule,
25
- TagInputModule,
26
- UtilSharedModule,
27
- MatProgressSpinnerModule] }); }
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiWidgetsModule, decorators: [{
30
- type: NgModule,
31
- args: [{
32
- declarations: [ColorScaleComponent],
33
- imports: [
34
- CommonModule,
35
- TranslateModule.forChild(),
36
- NgxDropzoneModule,
37
- FormsModule,
38
- ReactiveFormsModule,
39
- TagInputModule,
40
- UtilSharedModule,
41
- MatProgressSpinnerModule,
42
- ],
43
- exports: [],
44
- }]
45
- }] });
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWktd2lkZ2V0cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL3dpZGdldHMvc3JjL2xpYi91aS13aWRnZXRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFDQUFxQyxDQUFBO0FBQ3RFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUNyRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxjQUFjLENBQUE7QUFDaEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUE7QUFDekUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLFdBQVcsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFDakUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sb0NBQW9DLENBQUE7QUFDN0UsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBOzs7QUFnQjlDLE1BQU0sT0FBTyxlQUFlOytHQUFmLGVBQWU7Z0hBQWYsZUFBZSxpQkFiWCxtQkFBbUIsYUFFaEMsWUFBWSxzQkFFWixpQkFBaUI7WUFDakIsV0FBVztZQUNYLG1CQUFtQjtZQUNuQixjQUFjO1lBQ2QsZ0JBQWdCO1lBQ2hCLHdCQUF3QjtnSEFJZixlQUFlLFlBWHhCLFlBQVk7WUFDWixlQUFlLENBQUMsUUFBUSxFQUFFO1lBQzFCLGlCQUFpQjtZQUNqQixXQUFXO1lBQ1gsbUJBQW1CO1lBQ25CLGNBQWM7WUFDZCxnQkFBZ0I7WUFDaEIsd0JBQXdCOzs0RkFJZixlQUFlO2tCQWQzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLG1CQUFtQixDQUFDO29CQUNuQyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlLENBQUMsUUFBUSxFQUFFO3dCQUMxQixpQkFBaUI7d0JBQ2pCLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLGdCQUFnQjt3QkFDaEIsd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUUsRUFBRTtpQkFDWiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IFV0aWxTaGFyZWRNb2R1bGUgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9saWJzL3V0aWwvc2hhcmVkL3NyYydcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBOZ3hEcm9wem9uZU1vZHVsZSB9IGZyb20gJ25neC1kcm9wem9uZSdcbmltcG9ydCB7IENvbG9yU2NhbGVDb21wb25lbnQgfSBmcm9tICcuL2NvbG9yLXNjYWxlL2NvbG9yLXNjYWxlLmNvbXBvbmVudCdcbmltcG9ydCB7IFRhZ0lucHV0TW9kdWxlIH0gZnJvbSAnbmd4LWNoaXBzJ1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3JtcydcbmltcG9ydCB7IE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Byb2dyZXNzLXNwaW5uZXInXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0NvbG9yU2NhbGVDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFRyYW5zbGF0ZU1vZHVsZS5mb3JDaGlsZCgpLFxuICAgIE5neERyb3B6b25lTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgVGFnSW5wdXRNb2R1bGUsXG4gICAgVXRpbFNoYXJlZE1vZHVsZSxcbiAgICBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtdLFxufSlcbmV4cG9ydCBjbGFzcyBVaVdpZGdldHNNb2R1bGUge31cbiJdfQ==
@@ -1,31 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { LANG_2_TO_3_MAPPER } from './language-codes';
3
- import { TranslateService } from '@ngx-translate/core';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@ngx-translate/core";
6
- export class LangService {
7
- constructor(translate) {
8
- this.translate = translate;
9
- }
10
- get iso2() {
11
- return this.translate.currentLang;
12
- }
13
- get iso3() {
14
- return LANG_2_TO_3_MAPPER[this.iso2];
15
- }
16
- get index() {
17
- return `lang${this.iso3}`;
18
- }
19
- get gnLang() {
20
- return this.iso3 ? 'lang' + this.iso3 : null;
21
- }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LangService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
23
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LangService, providedIn: 'root' }); }
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LangService, decorators: [{
26
- type: Injectable,
27
- args: [{
28
- providedIn: 'root',
29
- }]
30
- }], ctorParameters: () => [{ type: i1.TranslateService }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91dGlsL2kxOG4vc3JjL2xpYi9sYW5nLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQTtBQUNyRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTs7O0FBS3RELE1BQU0sT0FBTyxXQUFXO0lBQ3RCLFlBQW9CLFNBQTJCO1FBQTNCLGNBQVMsR0FBVCxTQUFTLENBQWtCO0lBQUcsQ0FBQztJQUVuRCxJQUFJLElBQUk7UUFDTixPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsV0FBVyxDQUFBO0lBQ25DLENBQUM7SUFDRCxJQUFJLElBQUk7UUFDTixPQUFPLGtCQUFrQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQTtJQUN0QyxDQUFDO0lBQ0QsSUFBSSxLQUFLO1FBQ1AsT0FBTyxPQUFPLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQTtJQUMzQixDQUFDO0lBQ0QsSUFBSSxNQUFNO1FBQ1IsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFBO0lBQzlDLENBQUM7K0dBZFUsV0FBVzttSEFBWCxXQUFXLGNBRlYsTUFBTTs7NEZBRVAsV0FBVztrQkFIdkIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IExBTkdfMl9UT18zX01BUFBFUiB9IGZyb20gJy4vbGFuZ3VhZ2UtY29kZXMnXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIExhbmdTZXJ2aWNlIHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHt9XG5cbiAgZ2V0IGlzbzIoKSB7XG4gICAgcmV0dXJuIHRoaXMudHJhbnNsYXRlLmN1cnJlbnRMYW5nXG4gIH1cbiAgZ2V0IGlzbzMoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gTEFOR18yX1RPXzNfTUFQUEVSW3RoaXMuaXNvMl1cbiAgfVxuICBnZXQgaW5kZXgoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gYGxhbmcke3RoaXMuaXNvM31gXG4gIH1cbiAgZ2V0IGduTGFuZygpIHtcbiAgICByZXR1cm4gdGhpcy5pc28zID8gJ2xhbmcnICsgdGhpcy5pc28zIDogbnVsbFxuICB9XG59XG4iXX0=
@@ -1,37 +0,0 @@
1
- import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
2
- import { NgModule } from '@angular/core';
3
- import { TranslateModule, TranslateService } from '@ngx-translate/core';
4
- import { DEFAULT_LANG, LANGUAGE_STORAGE_KEY } from './i18n.constants';
5
- import { I18nInterceptor } from './i18n.interceptor';
6
- import { CommonModule } from '@angular/common';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@ngx-translate/core";
9
- export class UtilI18nModule {
10
- constructor(translate) {
11
- translate.setDefaultLang(DEFAULT_LANG);
12
- let storageLang = null;
13
- try {
14
- storageLang = localStorage.getItem(LANGUAGE_STORAGE_KEY);
15
- }
16
- catch (error) {
17
- console.warn(error);
18
- }
19
- translate.use(storageLang || translate.getBrowserLang() || DEFAULT_LANG);
20
- }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UtilI18nModule, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.NgModule }); }
22
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UtilI18nModule, imports: [HttpClientModule, i1.TranslateModule, CommonModule] }); }
23
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UtilI18nModule, providers: [
24
- { provide: HTTP_INTERCEPTORS, useClass: I18nInterceptor, multi: true },
25
- ], imports: [HttpClientModule, TranslateModule.forChild(), CommonModule] }); }
26
- }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UtilI18nModule, decorators: [{
28
- type: NgModule,
29
- args: [{
30
- imports: [HttpClientModule, TranslateModule.forChild(), CommonModule],
31
- exports: [],
32
- providers: [
33
- { provide: HTTP_INTERCEPTORS, useClass: I18nInterceptor, multi: true },
34
- ],
35
- }]
36
- }], ctorParameters: () => [{ type: i1.TranslateService }] });
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbC1pMThuLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdXRpbC9pMThuL3NyYy9saWIvdXRpbC1pMThuLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQTtBQUMxRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxlQUFlLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUN2RSxPQUFPLEVBQUUsWUFBWSxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0JBQWtCLENBQUE7QUFDckUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFBO0FBQ3BELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTs7O0FBUzlDLE1BQU0sT0FBTyxjQUFjO0lBQ3pCLFlBQVksU0FBMkI7UUFDckMsU0FBUyxDQUFDLGNBQWMsQ0FBQyxZQUFZLENBQUMsQ0FBQTtRQUN0QyxJQUFJLFdBQVcsR0FBRyxJQUFJLENBQUE7UUFDdEIsSUFBSSxDQUFDO1lBQ0gsV0FBVyxHQUFHLFlBQVksQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsQ0FBQTtRQUMxRCxDQUFDO1FBQUMsT0FBTyxLQUFLLEVBQUUsQ0FBQztZQUNmLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUE7UUFDckIsQ0FBQztRQUNELFNBQVMsQ0FBQyxHQUFHLENBQUMsV0FBVyxJQUFJLFNBQVMsQ0FBQyxjQUFjLEVBQUUsSUFBSSxZQUFZLENBQUMsQ0FBQTtJQUMxRSxDQUFDOytHQVZVLGNBQWM7Z0hBQWQsY0FBYyxZQU5mLGdCQUFnQixzQkFBOEIsWUFBWTtnSEFNekQsY0FBYyxhQUpkO1lBQ1QsRUFBRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsUUFBUSxFQUFFLGVBQWUsRUFBRSxLQUFLLEVBQUUsSUFBSSxFQUFFO1NBQ3ZFLFlBSlMsZ0JBQWdCLEVBQUUsZUFBZSxDQUFDLFFBQVEsRUFBRSxFQUFFLFlBQVk7OzRGQU16RCxjQUFjO2tCQVAxQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLGdCQUFnQixFQUFFLGVBQWUsQ0FBQyxRQUFRLEVBQUUsRUFBRSxZQUFZLENBQUM7b0JBQ3JFLE9BQU8sRUFBRSxFQUFFO29CQUNYLFNBQVMsRUFBRTt3QkFDVCxFQUFFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFFLEtBQUssRUFBRSxJQUFJLEVBQUU7cUJBQ3ZFO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSFRUUF9JTlRFUkNFUFRPUlMsIEh0dHBDbGllbnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCdcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSwgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBERUZBVUxUX0xBTkcsIExBTkdVQUdFX1NUT1JBR0VfS0VZIH0gZnJvbSAnLi9pMThuLmNvbnN0YW50cydcbmltcG9ydCB7IEkxOG5JbnRlcmNlcHRvciB9IGZyb20gJy4vaTE4bi5pbnRlcmNlcHRvcidcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0h0dHBDbGllbnRNb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZS5mb3JDaGlsZCgpLCBDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBIVFRQX0lOVEVSQ0VQVE9SUywgdXNlQ2xhc3M6IEkxOG5JbnRlcmNlcHRvciwgbXVsdGk6IHRydWUgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgVXRpbEkxOG5Nb2R1bGUge1xuICBjb25zdHJ1Y3Rvcih0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcbiAgICB0cmFuc2xhdGUuc2V0RGVmYXVsdExhbmcoREVGQVVMVF9MQU5HKVxuICAgIGxldCBzdG9yYWdlTGFuZyA9IG51bGxcbiAgICB0cnkge1xuICAgICAgc3RvcmFnZUxhbmcgPSBsb2NhbFN0b3JhZ2UuZ2V0SXRlbShMQU5HVUFHRV9TVE9SQUdFX0tFWSlcbiAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgY29uc29sZS53YXJuKGVycm9yKVxuICAgIH1cbiAgICB0cmFuc2xhdGUudXNlKHN0b3JhZ2VMYW5nIHx8IHRyYW5zbGF0ZS5nZXRCcm93c2VyTGFuZygpIHx8IERFRkFVTFRfTEFORylcbiAgfVxufVxuIl19
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { ImageFallbackDirective } from './image-fallback.directive';
4
- import * as i0 from "@angular/core";
5
- export class UtilSharedModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UtilSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UtilSharedModule, declarations: [ImageFallbackDirective], imports: [CommonModule], exports: [ImageFallbackDirective] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UtilSharedModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UtilSharedModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [ImageFallbackDirective],
14
- imports: [CommonModule],
15
- exports: [ImageFallbackDirective],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbC1zaGFyZWQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91dGlsL3NoYXJlZC9zcmMvbGliL3V0aWwtc2hhcmVkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQTs7QUFPbkUsTUFBTSxPQUFPLGdCQUFnQjsrR0FBaEIsZ0JBQWdCO2dIQUFoQixnQkFBZ0IsaUJBSlosc0JBQXNCLGFBQzNCLFlBQVksYUFDWixzQkFBc0I7Z0hBRXJCLGdCQUFnQixZQUhqQixZQUFZOzs0RkFHWCxnQkFBZ0I7a0JBTDVCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsc0JBQXNCLENBQUM7b0JBQ3RDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHsgSW1hZ2VGYWxsYmFja0RpcmVjdGl2ZSB9IGZyb20gJy4vaW1hZ2UtZmFsbGJhY2suZGlyZWN0aXZlJ1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtJbWFnZUZhbGxiYWNrRGlyZWN0aXZlXSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtJbWFnZUZhbGxiYWNrRGlyZWN0aXZlXSxcbn0pXG5leHBvcnQgY2xhc3MgVXRpbFNoYXJlZE1vZHVsZSB7fVxuIl19
@@ -1,14 +0,0 @@
1
- import { EventEmitter, OnChanges } from '@angular/core';
2
- import { Constraint } from '../../../../../../../../../libs/common/domain/src/lib/model/record';
3
- import * as i0 from "@angular/core";
4
- export declare class FormFieldOpenDataComponent implements OnChanges {
5
- value: Array<Constraint>;
6
- valueChange: EventEmitter<Constraint[]>;
7
- openDataChange: EventEmitter<boolean>;
8
- get isOpenDataLicense(): boolean;
9
- ngOnChanges(): void;
10
- onOpenDataToggled(openData: boolean): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldOpenDataComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldOpenDataComponent, "gn-ui-form-field-open-data", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "openDataChange": "openDataChange"; }, never, never, true, never>;
13
- }
14
- //# sourceMappingURL=form-field-open-data.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field-open-data.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,SAAS,EAEV,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,UAAU,EAAE,MAAM,oEAAoE,CAAA;;AAK/F,qBAQa,0BAA2B,YAAW,SAAS;IACjD,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAA;IACvB,WAAW,6BAAwC;IACnD,cAAc,wBAA8B;IAEtD,IAAI,iBAAiB,IAAI,OAAO,CAI/B;IAED,WAAW;IAIX,iBAAiB,CAAC,QAAQ,EAAE,OAAO;yCAfxB,0BAA0B;2CAA1B,0BAA0B;CA6BtC"}
@@ -1,31 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { WizardFieldModel } from '../../models/wizard-field.model';
4
- import { WizardService } from '../../services/wizard.service';
5
- import * as i0 from "@angular/core";
6
- export declare class WizardComponent implements OnInit, AfterViewInit {
7
- private wizardService;
8
- private translate;
9
- id: string;
10
- initialConfig: {
11
- configuration: WizardFieldModel[][];
12
- storageKey: string;
13
- };
14
- requiredMsgKey: string;
15
- stepChanges: EventEmitter<number>;
16
- stepsNumber: EventEmitter<number>;
17
- wizardFieldsEl: ElementRef<HTMLElement>;
18
- currentStep: number;
19
- configuration: WizardFieldModel[];
20
- constructor(wizardService: WizardService, translate: TranslateService);
21
- ngOnInit(): void;
22
- ngAfterViewInit(): void;
23
- handlePreviousBtnClick(): void;
24
- handleNextBtnClick(): void;
25
- onStepChange(step: number): void;
26
- private initializeCurrentStep;
27
- private setFocus;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<WizardComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<WizardComponent, "gn-ui-wizard", never, { "id": { "alias": "id"; "required": false; }; "initialConfig": { "alias": "initialConfig"; "required": false; }; "requiredMsgKey": { "alias": "requiredMsgKey"; "required": false; }; }, { "stepChanges": "stepChanges"; "stepsNumber": "stepsNumber"; }, never, never, false, never>;
30
- }
31
- //# sourceMappingURL=wizard.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wizard.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/wizard/wizard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EACV,YAAY,EAEZ,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAEtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAA;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;;AAE7D,qBAKa,eAAgB,YAAW,MAAM,EAAE,aAAa;IAiBzD,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IAjBV,EAAE,EAAE,MAAM,CAAA;IACV,aAAa,EAAE;QACtB,aAAa,EAAE,gBAAgB,EAAE,EAAE,CAAA;QACnC,UAAU,EAAE,MAAM,CAAA;KACnB,CAAA;IACQ,cAAc,EAAE,MAAM,CAAA;IAErB,WAAW,uBAA6B;IACxC,WAAW,uBAA6B;IAEvB,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAElE,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,gBAAgB,EAAE,CAAA;gBAGvB,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,gBAAgB;IAGrC,QAAQ,IAAI,IAAI;IAQhB,eAAe;IAIf,sBAAsB;IAMtB,kBAAkB;IAalB,YAAY,CAAC,IAAI,EAAE,MAAM;IAOzB,OAAO,CAAC,qBAAqB;IAK7B,OAAO,CAAC,QAAQ;yCAhEL,eAAe;2CAAf,eAAe;CAwE3B"}
@@ -1,43 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { MatDatepickerInputEvent } from '@angular/material/datepicker';
3
- import { WizardFieldModel } from '../../models/wizard-field.model';
4
- import { WizardFieldType } from '../../models/wizard-field.type';
5
- import { WizardService } from '../../services/wizard.service';
6
- import { DropdownSelectorComponent, TextAreaComponent, TextInputComponent } from '../../../../../../../libs/ui/inputs/src';
7
- import { Subscription } from 'rxjs';
8
- import * as i0 from "@angular/core";
9
- export declare const MY_FORMATS: {
10
- parse: {
11
- dateInput: string;
12
- };
13
- display: {
14
- dateInput: string;
15
- monthYearLabel: string;
16
- dateA11yLabel: string;
17
- monthYearA11yLabel: string;
18
- };
19
- };
20
- export declare class WizardFieldComponent implements AfterViewInit, OnDestroy {
21
- private wizardService;
22
- private cdr;
23
- wizardFieldConfig: WizardFieldModel;
24
- searchText: TextInputComponent;
25
- textArea: TextAreaComponent;
26
- dropdown: DropdownSelectorComponent;
27
- subs: Subscription;
28
- get wizardFieldType(): typeof WizardFieldType;
29
- get dropdownChoices(): any;
30
- get wizardFieldData(): any;
31
- constructor(wizardService: WizardService, cdr: ChangeDetectorRef);
32
- ngAfterViewInit(): void;
33
- ngOnDestroy(): void;
34
- private initializeListeners;
35
- private initializeTextInputListener;
36
- private initializeTextAreaListener;
37
- initializeDateInput(): void;
38
- onDateChange(event: MatDatepickerInputEvent<Date>): void;
39
- private initializeDropdownListener;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<WizardFieldComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<WizardFieldComponent, "gn-ui-wizard-field", never, { "wizardFieldConfig": { "alias": "wizardFieldConfig"; "required": false; }; }, {}, never, never, false, never>;
42
- }
43
- //# sourceMappingURL=wizard-field.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wizard-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAGjB,SAAS,EAEV,MAAM,eAAe,CAAA;AAUtB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAA;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,yCAAyC,CAAA;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;;AAenC,eAAO,MAAM,UAAU;;;;;;;;;;CAUtB,CAAA;AAED,qBAea,oBAAqB,YAAW,aAAa,EAAE,SAAS;IAsCjE,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAtCJ,iBAAiB,EAAE,gBAAgB,CAAA;IAEnB,UAAU,EAAE,kBAAkB,CAAA;IAChC,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,QAAQ,EAAE,yBAAyB,CAAA;IAE1D,IAAI,eAAqB;IAEzB,IAAI,eAAe,IAAI,OAAO,eAAe,CAE5C;IAED,IAAI,eAAe,IAAI,GAAG,CAEzB;IAED,IAAI,eAAe,QAkBlB;gBAGS,aAAa,EAAE,aAAa,EAC5B,GAAG,EAAE,iBAAiB;IAGhC,eAAe;IAKf,WAAW;IAIX,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,2BAA2B;IAWnC,OAAO,CAAC,0BAA0B;IAWlC,mBAAmB;IAYnB,YAAY,CAAC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC;IAOjD,OAAO,CAAC,0BAA0B;yCAjHvB,oBAAoB;2CAApB,oBAAoB;CAsIhC"}
@@ -1,17 +0,0 @@
1
- import { WizardService } from '../../services/wizard.service';
2
- import { DateService } from '../../../../../../../libs/util/shared/src';
3
- import * as i0 from "@angular/core";
4
- export declare class WizardSummarizeComponent {
5
- private wizardService;
6
- private dateService;
7
- get title(): any;
8
- get abstract(): any;
9
- get tags(): string;
10
- get createdDate(): string;
11
- get scale(): string;
12
- get description(): any;
13
- constructor(wizardService: WizardService, dateService: DateService);
14
- static ɵfac: i0.ɵɵFactoryDeclaration<WizardSummarizeComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<WizardSummarizeComponent, "gn-ui-wizard-summarize", never, {}, {}, never, never, false, never>;
16
- }
17
- //# sourceMappingURL=wizard-summarize.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wizard-summarize.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAA;;AAEvE,qBAKa,wBAAwB;IA6CjC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IA7CrB,IAAI,KAAK,QAER;IAED,IAAI,QAAQ,QAEX;IAED,IAAI,IAAI,IAAI,MAAM,CAQjB;IAED,IAAI,WAAW,WAQd;IAED,IAAI,KAAK,WASR;IAED,IAAI,WAAW,QAEd;gBAGS,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,WAAW;yCA9CvB,wBAAwB;2CAAxB,wBAAwB;CAgDpC"}
@@ -1,10 +0,0 @@
1
- import { WizardFieldType } from './wizard-field.type';
2
- export interface WizardFieldModel {
3
- id: string;
4
- label: string;
5
- icon: string;
6
- type: WizardFieldType;
7
- options?: any;
8
- required?: boolean;
9
- }
10
- //# sourceMappingURL=wizard-field.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wizard-field.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/wizard-field.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAErD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,eAAe,CAAA;IACrB,OAAO,CAAC,EAAE,GAAG,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB"}
@@ -1,7 +0,0 @@
1
- export declare enum WizardFieldType {
2
- TEXT = 0,
3
- TEXT_AREA = 1,
4
- DATA_PICKER = 2,
5
- DROPDOWN = 3
6
- }
7
- //# sourceMappingURL=wizard-field.type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wizard-field.type.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/wizard-field.type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAA;IACJ,SAAS,IAAA;IACT,WAAW,IAAA;IACX,QAAQ,IAAA;CACT"}
@@ -1,33 +0,0 @@
1
- import { TranslateService } from '@ngx-translate/core';
2
- import { WizardFieldModel } from '../models/wizard-field.model';
3
- import * as i0 from "@angular/core";
4
- export declare class WizardService {
5
- private translateService;
6
- private wizardStep;
7
- private wizardData;
8
- private id;
9
- private storageKey;
10
- configuration: WizardFieldModel[][];
11
- constructor(translateService: TranslateService);
12
- initialize(id: string, options: {
13
- configuration: WizardFieldModel[][];
14
- storageKey: string;
15
- }): void;
16
- getCurrentStep(): number;
17
- getStepConfiguration(): WizardFieldModel[];
18
- getConfiguration(): WizardFieldModel[][];
19
- getConfigurationStepNumber(): number;
20
- getWizardFieldData(fieldId: string): any;
21
- onWizardWizardFieldDataChanged(fieldId: string, data: any): void;
22
- setWizardFieldData(fieldId: string, data: any): void;
23
- save(): void;
24
- onWizardStepChanged(step: number): void;
25
- reset(): void;
26
- private load;
27
- getDataObject(): {
28
- [k: string]: any;
29
- };
30
- static ɵfac: i0.ɵɵFactoryDeclaration<WizardService, never>;
31
- static ɵprov: i0.ɵɵInjectableDeclaration<WizardService>;
32
- }
33
- //# sourceMappingURL=wizard.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wizard.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/services/wizard.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAA;;AAE/D,qBAGa,aAAa;IAOZ,OAAO,CAAC,gBAAgB;IANpC,OAAO,CAAC,UAAU,CAAI;IACtB,OAAO,CAAC,UAAU,CAA8B;IAEhD,OAAO,CAAC,EAAE,CAAQ;IAClB,OAAO,CAAC,UAAU,CAAQ;IAC1B,aAAa,EAAE,gBAAgB,EAAE,EAAE,CAAA;gBACf,gBAAgB,EAAE,gBAAgB;IAEtD,UAAU,CACR,EAAE,EAAE,MAAM,EACV,OAAO,EAAE;QACP,aAAa,EAAE,gBAAgB,EAAE,EAAE,CAAA;QACnC,UAAU,EAAE,MAAM,CAAA;KACnB,GACA,IAAI;IAUP,cAAc,IAAI,MAAM;IAIxB,oBAAoB,IAAI,gBAAgB,EAAE;IAI1C,gBAAgB,IAAI,gBAAgB,EAAE,EAAE;IAIxC,0BAA0B,IAAI,MAAM;IAIpC,kBAAkB,CAAC,OAAO,EAAE,MAAM;IAIlC,8BAA8B,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAIhE,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAKpD,IAAI,IAAI,IAAI;IAeZ,mBAAmB,CAAC,IAAI,EAAE,MAAM;IAOhC,KAAK;IAKL,OAAO,CAAC,IAAI;IAYZ,aAAa;;;yCA7FF,aAAa;6CAAb,aAAa;CAiGzB"}
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./figure/figure.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "@ng-icons/core";
6
- export declare class UiDatavizModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<UiDatavizModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiDatavizModule, [typeof i1.FigureComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.NgIconsModule], [typeof i1.FigureComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<UiDatavizModule>;
10
- }
11
- //# sourceMappingURL=ui-dataviz.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-dataviz.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/dataviz/src/lib/ui-dataviz.module.ts"],"names":[],"mappings":";;;;;AAQA,qBAkBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -1,14 +0,0 @@
1
- import { CatalogRecord, Organization } from '../../../../../../libs/common/domain/src/lib/model/record';
2
- import * as i0 from "@angular/core";
3
- export declare class InternalLinkCardContactComponent {
4
- record: CatalogRecord;
5
- size: 'L' | 'M' | 'S' | 'XS';
6
- get organization(): Organization;
7
- get contacts(): import("../../../../../common/domain/src/lib/model/record/contact.model").Individual[];
8
- openExternalUrl(event: Event, url: URL): void;
9
- openMailto(event: Event, email: string): void;
10
- copyToClipboard(event: Event, text: string): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<InternalLinkCardContactComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<InternalLinkCardContactComponent, "gn-ui-internal-link-card-contact", never, { "record": { "alias": "record"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
13
- }
14
- //# sourceMappingURL=internal-link-card-contact.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"internal-link-card-contact.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,aAAa,EACb,YAAY,EACb,MAAM,2DAA2D,CAAA;;AAWlE,qBAca,gCAAgC;IAClC,MAAM,EAAE,aAAa,CAAA;IACrB,IAAI,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAM;IAE3C,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,IAAI,QAAQ,2FAMX;IAED,eAAe,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI;IAK7C,UAAU,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAK7C,eAAe,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;yCA1BtC,gCAAgC;2CAAhC,gCAAgC;CA8B5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"link-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/link-card/link-card.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AAWjG,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AACtC,qBAca,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAU;IACd,IAAI,EAAE,qBAAqB,CAAA;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAGhC;IACD,IAAI,IAAI,IAAI,QAAQ,CAEnB;IACD,SAAS,SAAK;IAEd,IAAI,KAAK,WAKR;IAED,aAAa,CAAC,IAAI,EAAE,GAAG;IAIvB,YAAY,CAAC,IAAI,EAAE,GAAG;yCA9BX,iBAAiB;2CAAjB,iBAAiB;CAiC7B"}