geonetwork-ui 2.4.0-dev.6c8dcba0 → 2.4.0-dev.8f04e899

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 (153) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +2 -0
  3. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +1 -1
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +1 -1
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +1 -1
  6. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +5 -5
  7. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +11 -3
  8. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +34 -14
  9. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  10. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +1 -1
  11. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  12. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  13. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +4 -4
  14. package/esm2022/libs/feature/dataviz/src/lib/feature-dataviz.module.mjs +7 -4
  15. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +1 -1
  16. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  17. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +6 -4
  18. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +2 -1
  19. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +2 -2
  20. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +57 -0
  21. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +64 -50
  22. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +17 -35
  23. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -1
  24. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +4 -3
  25. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +8 -1
  26. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +12 -6
  27. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +7 -4
  28. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +3 -3
  29. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +7 -4
  30. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +3 -3
  31. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +6 -6
  32. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +4 -4
  33. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +3 -3
  34. package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
  35. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +59 -26
  36. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +28 -0
  37. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +11 -10
  38. package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
  39. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +5 -3
  40. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +1 -6
  41. package/fesm2022/geonetwork-ui.mjs +520 -393
  42. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  43. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +1 -0
  44. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +1 -1
  45. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +31 -0
  46. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -0
  47. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +3 -2
  48. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  49. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +1 -1
  50. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +1 -1
  51. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +3 -2
  52. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  53. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  54. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +3 -3
  55. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  56. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +8 -5
  57. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  58. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +4 -7
  59. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  60. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +12 -5
  61. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +1 -1
  62. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -3
  63. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  64. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +1 -1
  65. package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts +2 -1
  66. package/libs/feature/dataviz/src/lib/feature-dataviz.module.d.ts.map +1 -1
  67. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +1 -0
  68. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  69. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +1 -1
  70. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  71. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +1 -0
  72. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  73. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +25 -0
  74. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -0
  75. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +6 -6
  76. 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
  77. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +6 -10
  78. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  79. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -0
  80. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  81. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  82. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  83. package/libs/feature/editor/src/lib/services/editor.service.d.ts +1 -1
  84. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  85. package/libs/feature/record/src/lib/feature-record.module.d.ts +2 -1
  86. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  87. package/libs/feature/search/src/lib/feature-search.module.d.ts +2 -1
  88. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  89. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  90. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  91. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +1 -1
  92. package/libs/ui/inputs/src/index.d.ts +1 -0
  93. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  94. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +7 -4
  95. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  96. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +11 -0
  97. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -0
  98. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -35
  99. package/libs/ui/widgets/src/index.d.ts +0 -1
  100. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  101. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +1 -1
  102. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
  103. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +10 -11
  104. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/src/libs/api/metadata-converter/src/lib/gn4/types/index.ts +1 -0
  107. package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +31 -0
  108. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +2 -2
  109. package/src/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.ts +1 -1
  110. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +2 -2
  111. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +7 -8
  112. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +24 -3
  113. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +70 -21
  114. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +4 -9
  115. package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +13 -6
  116. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -3
  117. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +1 -1
  118. package/src/libs/feature/dataviz/src/lib/feature-dataviz.module.ts +2 -1
  119. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +2 -0
  120. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +35 -29
  121. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +1 -0
  122. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +1 -1
  123. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +19 -0
  124. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +77 -0
  125. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +95 -86
  126. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +7 -22
  127. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +16 -44
  128. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -1
  129. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -1
  130. package/src/libs/feature/editor/src/lib/fields.config.ts +7 -0
  131. package/src/libs/feature/editor/src/lib/services/editor.service.ts +20 -6
  132. package/src/libs/feature/record/src/lib/feature-record.module.ts +3 -2
  133. package/src/libs/feature/search/src/lib/feature-search.module.ts +2 -1
  134. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +2 -2
  135. package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +1 -2
  136. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +2 -2
  137. package/src/libs/ui/inputs/src/index.ts +1 -0
  138. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +0 -1
  139. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +23 -19
  140. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +79 -27
  141. package/src/libs/ui/inputs/src/lib/badge/badge.component.css +0 -0
  142. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +18 -0
  143. package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +27 -0
  144. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  145. package/src/libs/ui/widgets/src/index.ts +0 -1
  146. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +4 -0
  147. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -3
  148. package/esm2022/libs/ui/widgets/src/lib/badge/badge.component.mjs +0 -18
  149. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts +0 -7
  150. package/libs/ui/widgets/src/lib/badge/badge.component.d.ts.map +0 -1
  151. package/src/libs/ui/widgets/src/lib/badge/badge.component.html +0 -10
  152. package/src/libs/ui/widgets/src/lib/badge/badge.component.ts +0 -14
  153. /package/src/libs/{ui/widgets/src/lib/badge/badge.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.css} +0 -0
@@ -20,9 +20,10 @@ import * as i18 from "../../../../ui/widgets/src/lib/ui-widgets.module";
20
20
  import * as i19 from "@ngx-translate/core";
21
21
  import * as i20 from "../../../../ui/dataviz/src/lib/table/table.component";
22
22
  import * as i21 from "../../../dataviz/src/lib/feature-dataviz.module";
23
+ import * as i22 from "../../../../ui/widgets/src/lib/popup-alert/popup-alert.component";
23
24
  export declare class FeatureRecordModule {
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureRecordModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureRecordModule, [typeof i1.MapViewComponent, typeof i2.DataViewComponent, typeof i3.ExternalViewerButtonComponent, typeof i4.DataViewPermalinkComponent, typeof i5.DataViewWebComponentComponent, typeof i6.DataViewShareComponent], [typeof i7.CommonModule, typeof i8.StoreFeatureModule, typeof i9.EffectsFeatureModule, typeof i10.UiLayoutModule, typeof i11.FeatureMapModule, typeof i12.FeatureCatalogModule, typeof i13.UiMapModule, typeof i14.UiInputsModule, typeof i15.UiElementsModule, typeof i16.MatTabsModule, typeof i17.MatIconModule, typeof i18.UiWidgetsModule, typeof i19.TranslateModule, typeof i20.TableComponent, typeof i21.FeatureDatavizModule], [typeof i1.MapViewComponent, typeof i2.DataViewComponent, typeof i4.DataViewPermalinkComponent, typeof i5.DataViewWebComponentComponent, typeof i6.DataViewShareComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureRecordModule, [typeof i1.MapViewComponent, typeof i2.DataViewComponent, typeof i3.ExternalViewerButtonComponent, typeof i4.DataViewPermalinkComponent, typeof i5.DataViewWebComponentComponent, typeof i6.DataViewShareComponent], [typeof i7.CommonModule, typeof i8.StoreFeatureModule, typeof i9.EffectsFeatureModule, typeof i10.UiLayoutModule, typeof i11.FeatureMapModule, typeof i12.FeatureCatalogModule, typeof i13.UiMapModule, typeof i14.UiInputsModule, typeof i15.UiElementsModule, typeof i16.MatTabsModule, typeof i17.MatIconModule, typeof i18.UiWidgetsModule, typeof i19.TranslateModule, typeof i20.TableComponent, typeof i21.FeatureDatavizModule, typeof i22.PopupAlertComponent], [typeof i1.MapViewComponent, typeof i2.DataViewComponent, typeof i4.DataViewPermalinkComponent, typeof i5.DataViewWebComponentComponent, typeof i6.DataViewShareComponent]>;
26
27
  static ɵinj: i0.ɵɵInjectorDeclaration<FeatureRecordModule>;
27
28
  }
28
29
  //# sourceMappingURL=feature-record.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-record.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/record/src/lib/feature-record.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AA6BA,qBAmCa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"feature-record.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/record/src/lib/feature-record.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AA6BA,qBAoCa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -19,9 +19,10 @@ import * as i17 from "../../../../ui/elements/src/lib/ui-elements.module";
19
19
  import * as i18 from "./facets/facets.module";
20
20
  import * as i19 from "@angular/material/icon";
21
21
  import * as i20 from "../../../../ui/widgets/src/lib/ui-widgets.module";
22
+ import * as i21 from "../../../../ui/inputs/src/lib/autocomplete/autocomplete.component";
22
23
  export declare class FeatureSearchModule {
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSearchModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureSearchModule, [typeof i1.SortByComponent, typeof i2.ResultsLayoutComponent, typeof i3.FuzzySearchComponent, typeof i4.RecordsMetricsComponent, typeof i5.ResultsListContainerComponent, typeof i6.ResultsHitsContainerComponent, typeof i7.SearchStateContainerDirective, typeof i8.FavoriteStarComponent, typeof i9.FilterDropdownComponent], [typeof i10.CommonModule, typeof i11.TranslateModule, typeof i12.StoreFeatureModule, typeof i13.EffectsFeatureModule, typeof i14.HttpClientModule, typeof i14.HttpClientXsrfModule, typeof i15.UiSearchModule, typeof i16.UiInputsModule, typeof i17.UiElementsModule, typeof i18.FacetsModule, typeof i19.MatIconModule, typeof i20.UiWidgetsModule], [typeof i1.SortByComponent, typeof i2.ResultsLayoutComponent, typeof i3.FuzzySearchComponent, typeof i4.RecordsMetricsComponent, typeof i5.ResultsListContainerComponent, typeof i6.ResultsHitsContainerComponent, typeof i18.FacetsModule, typeof i7.SearchStateContainerDirective, typeof i8.FavoriteStarComponent, typeof i9.FilterDropdownComponent]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureSearchModule, [typeof i1.SortByComponent, typeof i2.ResultsLayoutComponent, typeof i3.FuzzySearchComponent, typeof i4.RecordsMetricsComponent, typeof i5.ResultsListContainerComponent, typeof i6.ResultsHitsContainerComponent, typeof i7.SearchStateContainerDirective, typeof i8.FavoriteStarComponent, typeof i9.FilterDropdownComponent], [typeof i10.CommonModule, typeof i11.TranslateModule, typeof i12.StoreFeatureModule, typeof i13.EffectsFeatureModule, typeof i14.HttpClientModule, typeof i14.HttpClientXsrfModule, typeof i15.UiSearchModule, typeof i16.UiInputsModule, typeof i17.UiElementsModule, typeof i18.FacetsModule, typeof i19.MatIconModule, typeof i20.UiWidgetsModule, typeof i21.AutocompleteComponent], [typeof i1.SortByComponent, typeof i2.ResultsLayoutComponent, typeof i3.FuzzySearchComponent, typeof i4.RecordsMetricsComponent, typeof i5.ResultsListContainerComponent, typeof i6.ResultsHitsContainerComponent, typeof i18.FacetsModule, typeof i7.SearchStateContainerDirective, typeof i8.FavoriteStarComponent, typeof i9.FilterDropdownComponent]>;
25
26
  static ɵinj: i0.ɵɵInjectorDeclaration<FeatureSearchModule>;
26
27
  }
27
28
  //# sourceMappingURL=feature-search.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/search/src/lib/feature-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AA0BA,qBA+Ca,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"feature-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/search/src/lib/feature-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AA0BA,qBAgDa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"fuzzy-search.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAA;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAGjI,qBAMa,oBAAqB,YAAW,MAAM;IAe/C,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,iBAAiB;IAhBO,YAAY,EAAE,qBAAqB,CAAA;IAC5D,SAAS,UAAQ;IAChB,YAAY,8BAAoC;IAChD,cAAc,uBAA6B;IACrD,iBAAiB,EAAE,UAAU,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAEhD,aAAa,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,MAAM,CAA4B;IAE5E,kBAAkB,UAAW,MAAM,iCAGO;gBAGhC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,0BAA0B;IAGvD,QAAQ,IAAI,IAAI;IAQhB;;;;;OAKG;IACH,mBAAmB,CAAC,IAAI,EAAE,gBAAgB;IAS1C,qBAAqB,CAAC,GAAG,EAAE,MAAM;IAQ3B,kBAAkB;yCAnDb,oBAAoB;2CAApB,oBAAoB;CA2DhC"}
1
+ {"version":3,"file":"fuzzy-search.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAkB,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAGjI,qBAMa,oBAAqB,YAAW,MAAM;IAe/C,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,iBAAiB;IAhBO,YAAY,EAAE,qBAAqB,CAAA;IAC5D,SAAS,UAAQ;IAChB,YAAY,8BAAoC;IAChD,cAAc,uBAA6B;IACrD,iBAAiB,EAAE,UAAU,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAEhD,aAAa,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,MAAM,CAA2B;IAE3E,kBAAkB,UAAW,MAAM,iCAGO;gBAGhC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,0BAA0B;IAGvD,QAAQ,IAAI,IAAI;IAQhB;;;;;OAKG;IACH,mBAAmB,CAAC,IAAI,EAAE,gBAAgB;IAS1C,qBAAqB,CAAC,GAAG,EAAE,MAAM;IAQ3B,kBAAkB;yCAnDb,oBAAoB;2CAApB,oBAAoB;CA2DhC"}
@@ -1 +1 @@
1
- {"version":3,"file":"results-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/results-table/results-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,eAAe,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EACL,UAAU,EAIX,MAAM,wCAAwC,CAAA;AAQ/C,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AAC5E,OAAO,EAAiC,UAAU,EAAE,MAAM,MAAM,CAAA;AAIhE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAE/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAEjI,qBAea,qBAAqB;IAO9B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,iBAAiB;IATjB,WAAW,8BAAoC;IAEzD,QAAQ,8BAA6B;IACrC,gBAAgB,2CAAoD;gBAG1D,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,0BAA0B;IAGvD,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAShC,SAAS,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO;IAI7C,gBAAgB,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU,EAAE;IAarD,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM;IAQlD,aAAa,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM;IAIzC,iBAAiB,CAAC,IAAI,EAAE,OAAO;IAI/B,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM;IAI5C,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC;IAiB1D,SAAS,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,CAAC;IASrD,0BAA0B,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa;IAQ7D,eAAe;IASrB,aAAa,IAAI,UAAU,CAAC,OAAO,CAAC;IAWpC,cAAc,IAAI,UAAU,CAAC,OAAO,CAAC;IAerC,QAAQ,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO;yCAhI7B,qBAAqB;2CAArB,qBAAqB;CAmIjC"}
1
+ {"version":3,"file":"results-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/results-table/results-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,eAAe,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EACL,UAAU,EAIX,MAAM,wCAAwC,CAAA;AAQ/C,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AAC5E,OAAO,EAAiC,UAAU,EAAE,MAAM,MAAM,CAAA;AAIhE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAEjI,qBAea,qBAAqB;IAO9B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,iBAAiB;IATjB,WAAW,8BAAoC;IAEzD,QAAQ,8BAA6B;IACrC,gBAAgB,2CAAoD;gBAG1D,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,0BAA0B;IAGvD,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAShC,SAAS,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO;IAI7C,gBAAgB,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU,EAAE;IAarD,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM;IAQlD,aAAa,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM;IAIzC,iBAAiB,CAAC,IAAI,EAAE,OAAO;IAI/B,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM;IAI5C,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC;IAiB1D,SAAS,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,CAAC;IASrD,0BAA0B,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa;IAQ7D,eAAe;IASrB,aAAa,IAAI,UAAU,CAAC,OAAO,CAAC;IAWpC,cAAc,IAAI,UAAU,CAAC,OAAO,CAAC;IAerC,QAAQ,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO;yCAhI7B,qBAAqB;2CAArB,qBAAqB;CAmIjC"}
@@ -32,7 +32,7 @@ import * as i30 from "@angular/forms";
32
32
  import * as i31 from "./markdown-parser/markdown-parser.component";
33
33
  import * as i32 from "./thumbnail/thumbnail.component";
34
34
  import * as i33 from "./user-feedback-item/time-since.pipe";
35
- import * as i34 from "../../../widgets/src/lib/badge/badge.component";
35
+ import * as i34 from "../../../inputs/src/lib/badge/badge.component";
36
36
  export declare class UiElementsModule {
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<UiElementsModule, never>;
38
38
  static ɵmod: i0.ɵɵNgModuleDeclaration<UiElementsModule, [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.RelatedRecordCardComponent, typeof i7.MetadataContactComponent, typeof i8.MetadataCatalogComponent, typeof i9.MetadataQualityComponent, typeof i10.MetadataQualityItemComponent, typeof i11.ErrorComponent, typeof i12.PaginationComponent, typeof i13.AvatarComponent, typeof i14.UserPreviewComponent, typeof i15.GnUiLinkifyDirective, typeof i16.PaginationButtonsComponent, typeof i17.MaxLinesComponent, typeof i18.RecordApiFormComponent, typeof i19.UserFeedbackItemComponent, typeof i20.ImageOverlayPreviewComponent], [typeof i21.CommonModule, typeof i22.MatIconModule, typeof i23.MatTooltipModule, typeof i24.UiWidgetsModule, typeof i25.UiLayoutModule, typeof i26.TranslateModule, typeof i27.UtilSharedModule, typeof i28.RouterModule, typeof i29.UiInputsModule, typeof i30.FormsModule, typeof i21.NgOptimizedImage, typeof i31.MarkdownParserComponent, typeof i32.ThumbnailComponent, typeof i33.TimeSincePipe, typeof i34.BadgeComponent], [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.RelatedRecordCardComponent, typeof i7.MetadataContactComponent, typeof i8.MetadataCatalogComponent, typeof i9.MetadataQualityComponent, typeof i10.MetadataQualityItemComponent, typeof i11.ErrorComponent, typeof i12.PaginationComponent, typeof i32.ThumbnailComponent, typeof i13.AvatarComponent, typeof i14.UserPreviewComponent, typeof i16.PaginationButtonsComponent, typeof i17.MaxLinesComponent, typeof i18.RecordApiFormComponent, typeof i31.MarkdownParserComponent, typeof i19.UserFeedbackItemComponent, typeof i20.ImageOverlayPreviewComponent]>;
@@ -1,4 +1,5 @@
1
1
  export * from './lib/autocomplete/autocomplete.component';
2
+ export * from './lib/badge/badge.component';
2
3
  export * from './lib/button/button.component';
3
4
  export * from './lib/check-toggle/check-toggle.component';
4
5
  export * from './lib/checkbox/checkbox.component';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,yCAAyC,CAAA;AACvD,cAAc,mDAAmD,CAAA;AACjE,cAAc,yCAAyC,CAAA;AACvD,cAAc,qDAAqD,CAAA;AACnE,cAAc,mEAAmE,CAAA;AACjF,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,qDAAqD,CAAA;AACnE,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,2DAA2D,CAAA;AACzE,cAAc,6DAA6D,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,yCAAyC,CAAA;AACvD,cAAc,mDAAmD,CAAA;AACjE,cAAc,yCAAyC,CAAA;AACvD,cAAc,qDAAqD,CAAA;AACnE,cAAc,mEAAmE,CAAA;AACjF,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,qDAAqD,CAAA;AACnE,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,2DAA2D,CAAA;AACzE,cAAc,6DAA6D,CAAA"}
@@ -11,6 +11,8 @@ export declare class AutocompleteComponent implements OnInit, AfterViewInit, OnD
11
11
  value?: AutocompleteItem;
12
12
  clearOnSelection: boolean;
13
13
  autoFocus: boolean;
14
+ minCharacterCount?: number;
15
+ allowSubmit: boolean;
14
16
  itemSelected: EventEmitter<unknown>;
15
17
  inputSubmitted: EventEmitter<string>;
16
18
  inputCleared: EventEmitter<void>;
@@ -18,14 +20,15 @@ export declare class AutocompleteComponent implements OnInit, AfterViewInit, OnD
18
20
  autocomplete: MatAutocomplete;
19
21
  inputRef: ElementRef<HTMLInputElement>;
20
22
  searching: boolean;
21
- suggestions$: Observable<AutocompleteItem[]>;
22
23
  control: UntypedFormControl;
23
- subscription: Subscription;
24
24
  cancelEnter: boolean;
25
25
  selectionSubject: ReplaySubject<MatAutocompleteSelectedEvent>;
26
26
  lastInputValue$: ReplaySubject<string>;
27
27
  error: string | null;
28
- displayWithFn: (AutocompleteItem: any) => string;
28
+ suggestions$: Observable<AutocompleteItem[]>;
29
+ subscription: Subscription;
30
+ displayWithFn: (item: AutocompleteItem) => string;
31
+ displayWithFnInternal: (item?: AutocompleteItem) => string;
29
32
  constructor(cdRef: ChangeDetectorRef);
30
33
  ngOnChanges(changes: SimpleChanges): void;
31
34
  ngOnInit(): void;
@@ -37,6 +40,6 @@ export declare class AutocompleteComponent implements OnInit, AfterViewInit, OnD
37
40
  handleClickSearch(): void;
38
41
  handleSelection(event: MatAutocompleteSelectedEvent): void;
39
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "gn-ui-autocomplete", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "action": { "alias": "action"; "required": false; }; "value": { "alias": "value"; "required": false; }; "clearOnSelection": { "alias": "clearOnSelection"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "displayWithFn": { "alias": "displayWithFn"; "required": false; }; }, { "itemSelected": "itemSelected"; "inputSubmitted": "inputSubmitted"; "inputCleared": "inputCleared"; }, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "gn-ui-autocomplete", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "action": { "alias": "action"; "required": false; }; "value": { "alias": "value"; "required": false; }; "clearOnSelection": { "alias": "clearOnSelection"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "minCharacterCount": { "alias": "minCharacterCount"; "required": false; }; "allowSubmit": { "alias": "allowSubmit"; "required": false; }; "displayWithFn": { "alias": "displayWithFn"; "required": false; }; }, { "itemSelected": "itemSelected"; "inputSubmitted": "inputSubmitted"; "inputCleared": "inputCleared"; }, never, never, true, never>;
41
44
  }
42
45
  //# sourceMappingURL=autocomplete.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"autocomplete.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACnD,OAAO,EACL,eAAe,EACf,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,gCAAgC,CAAA;AACvC,OAAO,EAAS,UAAU,EAAM,aAAa,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;;AAczE,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAA;AAEtC,qBAMa,qBACX,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS;IAyB1C,OAAO,CAAC,KAAK;IAvBhB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC,gBAAgB,EAAE,CAAC,CAAA;IACzD,KAAK,CAAC,EAAE,gBAAgB,CAAA;IACxB,gBAAgB,UAAQ;IACxB,SAAS,UAAQ;IAChB,YAAY,wBAAuC;IACnD,cAAc,uBAA6B;IAC3C,YAAY,qBAA2B;IACd,UAAU,EAAE,sBAAsB,CAAA;IACzC,YAAY,EAAE,eAAe,CAAA;IAC/B,QAAQ,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAA;IAEhE,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,EAAE,UAAU,CAAC,gBAAgB,EAAE,CAAC,CAAA;IAC5C,OAAO,qBAA2B;IAClC,YAAY,eAAqB;IACjC,WAAW,UAAO;IAClB,gBAAgB,8CAAqD;IACrE,eAAe,wBAA+B;IAC9C,KAAK,EAAE,MAAM,GAAG,IAAI,CAAO;IAElB,aAAa,EAAE,CAAC,gBAAgB,KAAA,KAAK,MAAM,CAAiB;gBAEjD,KAAK,EAAE,iBAAiB;IAC5C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAWzC,QAAQ,IAAI,IAAI;IAgChB,eAAe,IAAI,IAAI;IAQvB,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,gBAAgB;IASxC,KAAK,IAAI,IAAI;IAUb,WAAW,CAAC,GAAG,EAAE,MAAM;IAOvB,iBAAiB;IAKjB,eAAe,CAAC,KAAK,EAAE,4BAA4B;yCAjHxC,qBAAqB;2CAArB,qBAAqB;CA0HjC"}
1
+ {"version":3,"file":"autocomplete.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAA;AACtB,OAAO,EAAuB,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACxE,OAAO,EACL,eAAe,EAEf,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,gCAAgC,CAAA;AACvC,OAAO,EAAgB,UAAU,EAAM,aAAa,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;;AAiBhF,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAA;AAEtC,qBAea,qBACX,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS;IAiC1C,OAAO,CAAC,KAAK;IA/BhB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,UAAU,CAAC,gBAAgB,EAAE,CAAC,CAAA;IACzD,KAAK,CAAC,EAAE,gBAAgB,CAAA;IACxB,gBAAgB,UAAQ;IACxB,SAAS,UAAQ;IACjB,iBAAiB,CAAC,SAAI;IACtB,WAAW,UAAO;IACjB,YAAY,wBAAuC;IACnD,cAAc,uBAA6B;IAC3C,YAAY,qBAA2B;IACd,UAAU,EAAE,sBAAsB,CAAA;IACzC,YAAY,EAAE,eAAe,CAAA;IAC/B,QAAQ,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAA;IAEhE,SAAS,EAAE,OAAO,CAAA;IAClB,OAAO,qBAA2B;IAClC,WAAW,UAAO;IAClB,gBAAgB,8CAAqD;IACrE,eAAe,wBAA+B;IAC9C,KAAK,EAAE,MAAM,GAAG,IAAI,CAAO;IAC3B,YAAY,EAAE,UAAU,CAAC,gBAAgB,EAAE,CAAC,CAAA;IAC5C,YAAY,eAAqB;IAExB,aAAa,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,MAAM,CACzC;IAEjB,qBAAqB,UAAW,gBAAgB,YAG/C;gBAEmB,KAAK,EAAE,iBAAiB;IAC5C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAWzC,QAAQ,IAAI,IAAI;IAkEhB,eAAe,IAAI,IAAI;IAQvB,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,gBAAgB;IASxC,KAAK,IAAI,IAAI;IASb,WAAW,CAAC,GAAG,EAAE,MAAM;IAMvB,iBAAiB;IAIjB,eAAe,CAAC,KAAK,EAAE,4BAA4B;yCAxJxC,qBAAqB;2CAArB,qBAAqB;CAiKjC"}
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BadgeComponent {
4
+ clickable?: boolean;
5
+ removable?: boolean;
6
+ badgeRemoveClicked: EventEmitter<void>;
7
+ removeBadge(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "gn-ui-badge", never, { "clickable": { "alias": "clickable"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, { "badgeRemoveClicked": "badgeRemoveClicked"; }, never, ["*"], true, never>;
10
+ }
11
+ //# sourceMappingURL=badge.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/badge/badge.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAQa,cAAc;IAChB,SAAS,CAAC,UAAQ;IAClB,SAAS,CAAC,UAAQ;IACjB,kBAAkB,qBAA2B;IAEvD,WAAW;yCALA,cAAc;2CAAd,cAAc;CAQ1B"}
@@ -1,41 +1,41 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./autocomplete/autocomplete.component";
3
- import * as i2 from "./text-input/text-input.component";
4
- import * as i3 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
5
- import * as i4 from "./chips-input/chips-input.component";
6
- import * as i5 from "./navigation-button/navigation-button.component";
7
- import * as i6 from "./star-toggle/star-toggle.component";
8
- import * as i7 from "./dropdown-multiselect/dropdown-multiselect.component";
9
- import * as i8 from "./viewport-intersector/viewport-intersector.component";
10
- import * as i9 from "./copy-text-button/copy-text-button.component";
11
- import * as i10 from "./checkbox/checkbox.component";
12
- import * as i11 from "./search-input/search-input.component";
13
- import * as i12 from "@angular/common";
14
- import * as i13 from "@ngx-translate/core";
15
- import * as i14 from "ngx-dropzone";
16
- import * as i15 from "@angular/forms";
17
- import * as i16 from "ngx-chips";
18
- import * as i17 from "../../../../util/shared/src/lib/util-shared.module";
19
- import * as i18 from "@angular/material/autocomplete";
20
- import * as i19 from "@angular/material/icon";
21
- import * as i20 from "../../../widgets/src/lib/ui-widgets.module";
22
- import * as i21 from "@angular/cdk/overlay";
23
- import * as i22 from "@angular/material/checkbox";
24
- import * as i23 from "@angular/material/tooltip";
25
- import * as i24 from "@angular/material/form-field";
26
- import * as i25 from "@angular/material/input";
27
- import * as i26 from "@angular/material/datepicker";
28
- import * as i27 from "@angular/material/core";
29
- import * as i28 from "./editable-label/editable-label.directive";
30
- import * as i29 from "./text-area/text-area.component";
31
- import * as i30 from "./button/button.component";
32
- import * as i31 from "./image-input/image-input.component";
33
- import * as i32 from "./dropdown-selector/dropdown-selector.component";
34
- import * as i33 from "./date-range-picker/date-range-picker.component";
35
- import * as i34 from "./check-toggle/check-toggle.component";
2
+ import * as i1 from "./text-input/text-input.component";
3
+ import * as i2 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
4
+ import * as i3 from "./chips-input/chips-input.component";
5
+ import * as i4 from "./navigation-button/navigation-button.component";
6
+ import * as i5 from "./star-toggle/star-toggle.component";
7
+ import * as i6 from "./dropdown-multiselect/dropdown-multiselect.component";
8
+ import * as i7 from "./viewport-intersector/viewport-intersector.component";
9
+ import * as i8 from "./copy-text-button/copy-text-button.component";
10
+ import * as i9 from "./checkbox/checkbox.component";
11
+ import * as i10 from "./search-input/search-input.component";
12
+ import * as i11 from "@angular/common";
13
+ import * as i12 from "@ngx-translate/core";
14
+ import * as i13 from "ngx-dropzone";
15
+ import * as i14 from "@angular/forms";
16
+ import * as i15 from "ngx-chips";
17
+ import * as i16 from "../../../../util/shared/src/lib/util-shared.module";
18
+ import * as i17 from "@angular/material/autocomplete";
19
+ import * as i18 from "@angular/material/icon";
20
+ import * as i19 from "../../../widgets/src/lib/ui-widgets.module";
21
+ import * as i20 from "@angular/cdk/overlay";
22
+ import * as i21 from "@angular/material/checkbox";
23
+ import * as i22 from "@angular/material/tooltip";
24
+ import * as i23 from "@angular/material/form-field";
25
+ import * as i24 from "@angular/material/input";
26
+ import * as i25 from "@angular/material/datepicker";
27
+ import * as i26 from "@angular/material/core";
28
+ import * as i27 from "./editable-label/editable-label.directive";
29
+ import * as i28 from "./text-area/text-area.component";
30
+ import * as i29 from "./button/button.component";
31
+ import * as i30 from "./image-input/image-input.component";
32
+ import * as i31 from "./dropdown-selector/dropdown-selector.component";
33
+ import * as i32 from "./date-range-picker/date-range-picker.component";
34
+ import * as i33 from "./check-toggle/check-toggle.component";
35
+ import * as i34 from "./badge/badge.component";
36
36
  export declare class UiInputsModule {
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.AutocompleteComponent, typeof i2.TextInputComponent, typeof i3.DragAndDropFileInputComponent, typeof i4.ChipsInputComponent, typeof i5.NavigationButtonComponent, typeof i6.StarToggleComponent, typeof i7.DropdownMultiselectComponent, typeof i8.ViewportIntersectorComponent, typeof i9.CopyTextButtonComponent, typeof i10.CheckboxComponent, typeof i11.SearchInputComponent], [typeof i12.CommonModule, typeof i13.TranslateModule, typeof i14.NgxDropzoneModule, typeof i15.FormsModule, typeof i15.ReactiveFormsModule, typeof i16.TagInputModule, typeof i17.UtilSharedModule, typeof i18.MatAutocompleteModule, typeof i19.MatIconModule, typeof i20.UiWidgetsModule, typeof i21.OverlayModule, typeof i22.MatCheckboxModule, typeof i23.MatTooltipModule, typeof i24.MatFormFieldModule, typeof i25.MatInputModule, typeof i26.MatDatepickerModule, typeof i27.MatNativeDateModule, typeof i28.EditableLabelDirective, typeof i29.TextAreaComponent, typeof i30.ButtonComponent, typeof i31.ImageInputComponent, typeof i32.DropdownSelectorComponent, typeof i33.DateRangePickerComponent, typeof i34.CheckToggleComponent], [typeof i32.DropdownSelectorComponent, typeof i1.AutocompleteComponent, typeof i30.ButtonComponent, typeof i2.TextInputComponent, typeof i3.DragAndDropFileInputComponent, typeof i29.TextAreaComponent, typeof i4.ChipsInputComponent, typeof i5.NavigationButtonComponent, typeof i6.StarToggleComponent, typeof i7.DropdownMultiselectComponent, typeof i8.ViewportIntersectorComponent, typeof i34.CheckToggleComponent, typeof i9.CopyTextButtonComponent, typeof i10.CheckboxComponent, typeof i11.SearchInputComponent, typeof i33.DateRangePickerComponent, typeof i28.EditableLabelDirective, typeof i31.ImageInputComponent]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.TextInputComponent, typeof i2.DragAndDropFileInputComponent, typeof i3.ChipsInputComponent, typeof i4.NavigationButtonComponent, typeof i5.StarToggleComponent, typeof i6.DropdownMultiselectComponent, typeof i7.ViewportIntersectorComponent, typeof i8.CopyTextButtonComponent, typeof i9.CheckboxComponent, typeof i10.SearchInputComponent], [typeof i11.CommonModule, typeof i12.TranslateModule, typeof i13.NgxDropzoneModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.TagInputModule, typeof i16.UtilSharedModule, typeof i17.MatAutocompleteModule, typeof i18.MatIconModule, typeof i19.UiWidgetsModule, typeof i20.OverlayModule, typeof i21.MatCheckboxModule, typeof i22.MatTooltipModule, typeof i23.MatFormFieldModule, typeof i24.MatInputModule, typeof i25.MatDatepickerModule, typeof i26.MatNativeDateModule, typeof i27.EditableLabelDirective, typeof i28.TextAreaComponent, typeof i29.ButtonComponent, typeof i30.ImageInputComponent, typeof i31.DropdownSelectorComponent, typeof i32.DateRangePickerComponent, typeof i33.CheckToggleComponent, typeof i34.BadgeComponent], [typeof i31.DropdownSelectorComponent, typeof i29.ButtonComponent, typeof i1.TextInputComponent, typeof i2.DragAndDropFileInputComponent, typeof i28.TextAreaComponent, typeof i3.ChipsInputComponent, typeof i4.NavigationButtonComponent, typeof i5.StarToggleComponent, typeof i6.DropdownMultiselectComponent, typeof i7.ViewportIntersectorComponent, typeof i33.CheckToggleComponent, typeof i8.CopyTextButtonComponent, typeof i9.CheckboxComponent, typeof i10.SearchInputComponent, typeof i32.DateRangePickerComponent, typeof i27.EditableLabelDirective, typeof i30.ImageInputComponent, typeof i34.BadgeComponent]>;
39
39
  static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
40
40
  }
41
41
  //# sourceMappingURL=ui-inputs.module.d.ts.map
@@ -1,7 +1,6 @@
1
1
  export * from './lib/ui-widgets.module';
2
2
  export * from './lib/progress-bar/progress-bar.component';
3
3
  export * from './lib/loading-mask/loading-mask.component';
4
- export * from './lib/badge/badge.component';
5
4
  export * from './lib/color-scale/color-scale.component';
6
5
  export * from './lib/popup-alert/popup-alert.component';
7
6
  export * from './lib/spinning-loader/spinning-loader.component';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/widgets/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,2CAA2C,CAAA;AACzD,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yCAAyC,CAAA;AACvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,mCAAmC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/widgets/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,2CAA2C,CAAA;AACzD,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,mCAAmC,CAAA"}
@@ -14,6 +14,6 @@ export declare class PopupAlertComponent implements OnInit {
14
14
  expand(): void;
15
15
  expandAndClose(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PopupAlertComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<PopupAlertComponent, "gn-ui-popup-alert", never, { "icon": { "alias": "icon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopupAlertComponent, "gn-ui-popup-alert", never, { "icon": { "alias": "icon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
19
19
  //# sourceMappingURL=popup-alert.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popup-alert.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,UAAU,EAEV,MAAM,EAEP,MAAM,eAAe,CAAA;;AAEtB,qBAMa,mBAAoB,YAAW,MAAM;IAQpC,OAAO,CAAC,cAAc;IAPzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAS;IAC5C,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAQ;IACrB,OAAO,EAAE,UAAU,CAAA;IACzC,QAAQ,UAAQ;IAChB,OAAO,MAAO;gBAEM,cAAc,EAAE,iBAAiB;IAErD,IAAI,YAAY,WAGf;IAED,QAAQ;IAIR,MAAM;IAMN,cAAc;yCAzBH,mBAAmB;2CAAnB,mBAAmB;CAkC/B"}
1
+ {"version":3,"file":"popup-alert.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,UAAU,EAEV,MAAM,EAEP,MAAM,eAAe,CAAA;;AAItB,qBAQa,mBAAoB,YAAW,MAAM;IAQpC,OAAO,CAAC,cAAc;IAPzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAS;IAC5C,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAQ;IACrB,OAAO,EAAE,UAAU,CAAA;IACzC,QAAQ,UAAQ;IAChB,OAAO,MAAO;gBAEM,cAAc,EAAE,iBAAiB;IAErD,IAAI,YAAY,WAGf;IAED,QAAQ;IAIR,MAAM;IAMN,cAAc;yCAzBH,mBAAmB;2CAAnB,mBAAmB;CAkC/B"}
@@ -3,19 +3,18 @@ import * as i1 from "./color-scale/color-scale.component";
3
3
  import * as i2 from "./progress-bar/progress-bar.component";
4
4
  import * as i3 from "./step-bar/step-bar.component";
5
5
  import * as i4 from "./loading-mask/loading-mask.component";
6
- import * as i5 from "./popup-alert/popup-alert.component";
7
- import * as i6 from "./spinning-loader/spinning-loader.component";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "@ngx-translate/core";
10
- import * as i9 from "ngx-dropzone";
11
- import * as i10 from "@angular/forms";
12
- import * as i11 from "ngx-chips";
13
- import * as i12 from "../../../../util/shared/src/lib/util-shared.module";
14
- import * as i13 from "@angular/material/progress-spinner";
15
- import * as i14 from "@angular/material/icon";
6
+ import * as i5 from "./spinning-loader/spinning-loader.component";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "@ngx-translate/core";
9
+ import * as i8 from "ngx-dropzone";
10
+ import * as i9 from "@angular/forms";
11
+ import * as i10 from "ngx-chips";
12
+ import * as i11 from "../../../../util/shared/src/lib/util-shared.module";
13
+ import * as i12 from "@angular/material/progress-spinner";
14
+ import * as i13 from "@angular/material/icon";
16
15
  export declare class UiWidgetsModule {
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<UiWidgetsModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiWidgetsModule, [typeof i1.ColorScaleComponent, typeof i2.ProgressBarComponent, typeof i3.StepBarComponent, typeof i4.LoadingMaskComponent, typeof i5.PopupAlertComponent, typeof i6.SpinningLoaderComponent], [typeof i7.CommonModule, typeof i8.TranslateModule, typeof i9.NgxDropzoneModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i11.TagInputModule, typeof i12.UtilSharedModule, typeof i13.MatProgressSpinnerModule, typeof i14.MatIconModule], [typeof i2.ProgressBarComponent, typeof i3.StepBarComponent, typeof i4.LoadingMaskComponent, typeof i5.PopupAlertComponent, typeof i6.SpinningLoaderComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiWidgetsModule, [typeof i1.ColorScaleComponent, typeof i2.ProgressBarComponent, typeof i3.StepBarComponent, typeof i4.LoadingMaskComponent, typeof i5.SpinningLoaderComponent], [typeof i6.CommonModule, typeof i7.TranslateModule, typeof i8.NgxDropzoneModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.TagInputModule, typeof i11.UtilSharedModule, typeof i12.MatProgressSpinnerModule, typeof i13.MatIconModule], [typeof i2.ProgressBarComponent, typeof i3.StepBarComponent, typeof i4.LoadingMaskComponent, typeof i5.SpinningLoaderComponent]>;
19
18
  static ɵinj: i0.ɵɵInjectorDeclaration<UiWidgetsModule>;
20
19
  }
21
20
  //# sourceMappingURL=ui-widgets.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-widgets.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/widgets/src/lib/ui-widgets.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAgBA,qBA4Ba,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"ui-widgets.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/widgets/src/lib/ui-widgets.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAeA,qBA0Ba,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geonetwork-ui",
3
- "version": "2.4.0-dev.6c8dcba0",
3
+ "version": "2.4.0-dev.8f04e899",
4
4
  "engines": {
5
5
  "node": ">=14.17.0"
6
6
  },
@@ -1,3 +1,4 @@
1
1
  export * from './elasticsearch.model'
2
2
  export * from './search.model'
3
3
  export * from './metadata.model'
4
+ export * from './keywords.model'
@@ -0,0 +1,31 @@
1
+ export interface KeywordApiResponse {
2
+ values?: {
3
+ eng: string
4
+ }
5
+ definitions?: {
6
+ eng: string
7
+ }
8
+ coordEast?: string
9
+ coordWest?: string
10
+ coordSouth?: string
11
+ coordNorth?: string
12
+ thesaurusKey?: string
13
+ definition?: string
14
+ value?: string
15
+ uri?: string
16
+ }
17
+
18
+ export interface ThesaurusApiResponse {
19
+ key?: string
20
+ dname?: string
21
+ description?: string[] | string
22
+ filename?: string
23
+ title?: string
24
+ multilingualTitles?: string[]
25
+ dublinCoreMultilinguals?: string[]
26
+ date?: string
27
+ url?: string
28
+ defaultNamespace?: string
29
+ type?: string
30
+ activated?: string
31
+ }
@@ -4,7 +4,6 @@ import {
4
4
  GraphicOverview,
5
5
  Individual,
6
6
  Keyword,
7
- KeywordThesaurus,
8
7
  Organization,
9
8
  RecordKind,
10
9
  RecordStatus,
@@ -41,6 +40,7 @@ import { getKeywordTypeFromKeywordTypeCode } from './utils/keyword.mapper'
41
40
  import { getRoleFromRoleCode } from './utils/role.mapper'
42
41
  import { getStatusFromStatusCode } from './utils/status.mapper'
43
42
  import { getUpdateFrequencyFromFrequencyCode } from './utils/update-frequency.mapper'
43
+ import { ThesaurusModel } from '../../../../../../libs/common/domain/src/lib/model/thesaurus'
44
44
 
45
45
  export function extractCharacterString(): ChainableFunction<
46
46
  XmlElement,
@@ -609,7 +609,7 @@ export function readContactsForResource(rootEl: XmlElement): Individual[] {
609
609
  }
610
610
 
611
611
  // from gmd:thesaurusName
612
- export function readThesaurus(rootEl: XmlElement): KeywordThesaurus {
612
+ export function readThesaurus(rootEl: XmlElement): ThesaurusModel {
613
613
  if (!rootEl) return null
614
614
 
615
615
  const findIdentifier = findNestedElement(
@@ -1,4 +1,4 @@
1
- import { KeywordType } from '../../../../../../../libs/common/domain/src/lib/model/record'
1
+ import { KeywordType } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus'
2
2
 
3
3
  export function getKeywordTypeFromKeywordTypeCode(
4
4
  typeCode: string
@@ -6,7 +6,6 @@ import {
6
6
  DatasetServiceDistribution,
7
7
  Individual,
8
8
  Keyword,
9
- KeywordThesaurus,
10
9
  RecordStatus,
11
10
  Role,
12
11
  ServiceEndpoint,
@@ -46,6 +45,7 @@ import {
46
45
  } from '../xml-utils'
47
46
  import { readKind } from './read-parts'
48
47
  import { namePartsToFull } from './utils/individual-name'
48
+ import { ThesaurusModel } from '../../../../../../libs/common/domain/src/lib/model/thesaurus'
49
49
 
50
50
  export function writeCharacterString(
51
51
  text: string
@@ -367,7 +367,7 @@ export function removeKeywords() {
367
367
  }
368
368
 
369
369
  // returns a <gmd:thesaurusName> element
370
- export function createThesaurus(thesaurus: KeywordThesaurus) {
370
+ export function createThesaurus(thesaurus: ThesaurusModel) {
371
371
  return pipe(
372
372
  createElement('gmd:thesaurusName'),
373
373
  createChild('gmd:CI_Citation'),
@@ -265,14 +265,13 @@ export class Gn4Repository implements RecordsRepositoryInterface {
265
265
  undefined,
266
266
  recordXml
267
267
  )
268
- .pipe(map(() => recordXml))
269
- ),
270
- tap(() => {
271
- // if saving was successful, the associated draft can be discarded
272
- window.localStorage.removeItem(
273
- this.getLocalStorageKeyForRecord(record.uniqueIdentifier)
274
- )
275
- })
268
+ .pipe(
269
+ map((response) => {
270
+ const metadataId = Object.keys(response.metadataInfos)[0]
271
+ return response.metadataInfos[metadataId][0].uuid
272
+ })
273
+ )
274
+ )
276
275
  )
277
276
  }
278
277
 
@@ -8,11 +8,16 @@ import { Injectable } from '@angular/core'
8
8
  import { AvatarServiceInterface } from '../auth'
9
9
  import { map } from 'rxjs/operators'
10
10
  import { Observable, of } from 'rxjs'
11
- import { ThesaurusModel } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus/thesaurus.model'
12
11
  import {
12
+ Keyword,
13
13
  UserFeedback,
14
14
  UserFeedbackViewModel,
15
15
  } from '../../../../../../../libs/common/domain/src/lib/model/record'
16
+ import {
17
+ KeywordApiResponse,
18
+ ThesaurusApiResponse,
19
+ } from '../../../../../../../libs/api/metadata-converter/src'
20
+ import { KeywordType } from '../../../../../../../libs/common/domain/src/lib/model/thesaurus'
16
21
 
17
22
  @Injectable()
18
23
  export class Gn4PlatformMapper {
@@ -52,8 +57,12 @@ export class Gn4PlatformMapper {
52
57
  return { ...apiUser, id: id.toString() } as UserModel
53
58
  }
54
59
 
55
- thesaurusFromApi(thesaurus: any[], lang3?: string): ThesaurusModel {
56
- return thesaurus.map((keyword) => {
60
+ keywordsFromApi(
61
+ keywords: KeywordApiResponse[],
62
+ thesaurus: ThesaurusApiResponse[],
63
+ lang3?: string
64
+ ): Keyword[] {
65
+ return keywords.map((keyword): Keyword => {
57
66
  let key = keyword.uri
58
67
  // sometines GN can prefix an URI with an "all thesaurus" URI; only keep the last one
59
68
  if (key.indexOf('@@@') > -1) {
@@ -65,10 +74,22 @@ export class Gn4PlatformMapper {
65
74
  lang3 && lang3 in keyword.definitions
66
75
  ? keyword.definitions[lang3]
67
76
  : keyword.definition
77
+
78
+ const matchedThesaurus = thesaurus.find(
79
+ (thes) => keyword.thesaurusKey === thes.key
80
+ )
81
+
68
82
  return {
69
83
  key,
70
84
  label,
71
85
  description,
86
+ type: matchedThesaurus?.dname as KeywordType,
87
+ thesaurus: {
88
+ id: matchedThesaurus?.key,
89
+ name: matchedThesaurus?.title,
90
+ url: new URL(matchedThesaurus?.url),
91
+ type: matchedThesaurus?.dname as KeywordType,
92
+ },
72
93
  }
73
94
  })
74
95
  }