geonetwork-ui 2.5.0-dev.ee5be4e65 → 2.5.0

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 (230) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +2 -2
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -2
  3. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +4 -8
  4. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +14 -13
  5. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +7 -4
  6. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +8 -8
  7. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +7 -4
  8. package/esm2022/libs/feature/editor/src/index.mjs +2 -1
  9. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +2 -2
  10. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +2 -2
  11. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +5 -5
  12. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +5 -3
  13. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +2 -2
  14. 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 -12
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +2 -2
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +2 -2
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +3 -3
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -1
  19. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +7 -23
  20. package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +3 -4
  21. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +1 -1
  22. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +25 -5
  23. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +10 -7
  24. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +8 -1
  25. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +15 -3
  26. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +1 -1
  27. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +3 -3
  28. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +3 -3
  29. package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +50 -35
  30. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +3 -3
  31. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +23 -3
  32. package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
  33. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +88 -7
  34. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +2 -2
  35. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +1 -6
  36. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +6 -4
  37. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +3 -3
  38. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +14 -4
  39. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +10 -3
  40. package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
  41. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +10 -3
  42. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -6
  43. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -4
  44. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +12 -0
  45. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +3 -3
  46. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +1 -1
  47. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +2 -2
  48. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +2 -2
  49. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +2 -2
  50. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +5 -3
  51. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +2 -2
  52. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +19 -11
  53. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +13 -9
  54. package/esm2022/translations/de.json +3 -74
  55. package/esm2022/translations/en.json +3 -74
  56. package/esm2022/translations/es.json +1 -72
  57. package/esm2022/translations/fr.json +13 -84
  58. package/esm2022/translations/it.json +20 -90
  59. package/esm2022/translations/nl.json +1 -72
  60. package/esm2022/translations/pt.json +1 -72
  61. package/fesm2022/geonetwork-ui.mjs +480 -908
  62. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  63. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  64. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  65. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  66. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -1
  67. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  68. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +2 -2
  69. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  70. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +2 -1
  71. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  72. package/libs/feature/editor/src/index.d.ts +1 -0
  73. package/libs/feature/editor/src/index.d.ts.map +1 -1
  74. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +1 -0
  75. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  76. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +1 -0
  77. 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
  78. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -0
  79. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  80. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +1 -3
  81. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +1 -1
  82. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +2 -3
  83. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +1 -1
  84. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +5 -1
  85. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  86. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +3 -2
  87. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  88. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +1 -0
  89. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  90. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +5 -1
  91. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  92. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +11 -9
  93. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +1 -1
  94. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
  95. package/libs/ui/inputs/src/index.d.ts +0 -1
  96. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  97. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +23 -1
  98. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  99. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +27 -28
  100. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  101. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +2 -1
  102. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -1
  103. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +4 -2
  104. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -1
  105. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -1
  106. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  107. package/libs/ui/widgets/src/index.d.ts +0 -1
  108. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  109. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +1 -1
  110. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +1 -1
  111. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +8 -9
  112. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  113. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +2 -2
  114. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  115. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +8 -0
  116. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +1 -0
  117. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +2 -2
  118. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +1 -1
  119. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +2 -2
  120. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +1 -1
  121. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +5 -3
  122. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +1 -1
  123. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +7 -4
  124. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -1
  125. package/libs/util/data-fetcher/src/lib/utils.d.ts +2 -2
  126. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +1 -1
  127. package/package.json +1 -1
  128. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +1 -1
  129. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +19 -17
  130. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +3 -11
  131. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +24 -26
  132. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +90 -0
  133. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +4 -1
  134. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +22 -9
  135. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +2 -1
  136. package/src/libs/feature/editor/src/index.ts +1 -0
  137. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +3 -3
  138. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +1 -0
  139. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -0
  140. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +1 -0
  141. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +10 -11
  142. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +1 -1
  143. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
  144. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -13
  145. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -20
  146. package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -1
  147. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +24 -11
  148. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +26 -4
  149. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +71 -60
  150. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +6 -3
  151. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +13 -0
  152. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +3 -0
  153. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +7 -0
  154. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +3 -1
  155. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +2 -2
  156. package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +20 -15
  157. package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +49 -35
  158. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
  159. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +21 -9
  160. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +13 -0
  161. package/src/libs/ui/inputs/src/index.ts +0 -1
  162. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +36 -19
  163. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +85 -2
  164. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
  165. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
  166. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +1 -1
  167. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +37 -1
  168. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +8 -2
  169. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +2 -0
  170. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +6 -0
  171. package/src/libs/ui/widgets/src/index.ts +0 -1
  172. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +36 -11
  173. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +9 -1
  174. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +2 -3
  175. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +13 -4
  176. package/src/libs/util/data-fetcher/src/lib/readers/base-cache.ts +14 -0
  177. package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +2 -1
  178. package/src/libs/util/data-fetcher/src/lib/readers/base.ts +2 -2
  179. package/src/libs/util/data-fetcher/src/lib/readers/csv.ts +1 -1
  180. package/src/libs/util/data-fetcher/src/lib/readers/excel.ts +1 -1
  181. package/src/libs/util/data-fetcher/src/lib/readers/geojson.ts +1 -1
  182. package/src/libs/util/data-fetcher/src/lib/readers/gml.ts +7 -7
  183. package/src/libs/util/data-fetcher/src/lib/readers/json.ts +1 -1
  184. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +34 -11
  185. package/src/libs/util/data-fetcher/src/lib/utils.ts +38 -32
  186. package/translations/de.json +3 -74
  187. package/translations/en.json +3 -74
  188. package/translations/es.json +1 -72
  189. package/translations/fr.json +13 -84
  190. package/translations/it.json +20 -90
  191. package/translations/nl.json +1 -72
  192. package/translations/pt.json +1 -72
  193. package/translations/sk.json +1 -72
  194. package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +0 -78
  195. package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +0 -55
  196. package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts +0 -33
  197. package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts.map +0 -1
  198. package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts +0 -21
  199. package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts.map +0 -1
  200. package/src/libs/data-access/datafeeder/src/index.ts +0 -1
  201. package/src/libs/data-access/datafeeder/src/openapi/api/api.ts +0 -11
  202. package/src/libs/data-access/datafeeder/src/openapi/api/config.api.service.ts +0 -168
  203. package/src/libs/data-access/datafeeder/src/openapi/api/dataPublishing.api.service.ts +0 -270
  204. package/src/libs/data-access/datafeeder/src/openapi/api/fileUpload.api.service.ts +0 -734
  205. package/src/libs/data-access/datafeeder/src/openapi/api.module.ts +0 -46
  206. package/src/libs/data-access/datafeeder/src/openapi/configuration.ts +0 -125
  207. package/src/libs/data-access/datafeeder/src/openapi/encoder.ts +0 -20
  208. package/src/libs/data-access/datafeeder/src/openapi/index.ts +0 -5
  209. package/src/libs/data-access/datafeeder/src/openapi/model/analysisStatusEnum.api.model.ts +0 -24
  210. package/src/libs/data-access/datafeeder/src/openapi/model/boundingBox.api.model.ts +0 -20
  211. package/src/libs/data-access/datafeeder/src/openapi/model/cRS.api.model.ts +0 -25
  212. package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +0 -45
  213. package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishRequest.api.model.ts +0 -39
  214. package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishingStatus.api.model.ts +0 -50
  215. package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +0 -39
  216. package/src/libs/data-access/datafeeder/src/openapi/model/models.ts +0 -13
  217. package/src/libs/data-access/datafeeder/src/openapi/model/property.api.model.ts +0 -17
  218. package/src/libs/data-access/datafeeder/src/openapi/model/publishJobStatus.api.model.ts +0 -33
  219. package/src/libs/data-access/datafeeder/src/openapi/model/publishRequest.api.model.ts +0 -16
  220. package/src/libs/data-access/datafeeder/src/openapi/model/publishStatusEnum.api.model.ts +0 -20
  221. package/src/libs/data-access/datafeeder/src/openapi/model/publishStepEnum.api.model.ts +0 -42
  222. package/src/libs/data-access/datafeeder/src/openapi/model/uploadJobStatus.api.model.ts +0 -33
  223. package/src/libs/data-access/datafeeder/src/openapi/variables.ts +0 -9
  224. package/src/libs/data-access/datafeeder/src/spec.yaml +0 -537
  225. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.css +0 -36
  226. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.html +0 -23
  227. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.ts +0 -81
  228. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.css +0 -3
  229. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.html +0 -13
  230. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.ts +0 -55
@@ -1,55 +0,0 @@
1
- import { ChangeDetectorRef, Component, Input } from '@angular/core'
2
-
3
- interface ColorScheme {
4
- outerBar: string
5
- innerBar: string
6
- }
7
-
8
- @Component({
9
- selector: 'gn-ui-step-bar',
10
- templateUrl: './step-bar.component.html',
11
- styleUrls: ['./step-bar.component.css'],
12
- })
13
- export class StepBarComponent {
14
- @Input() steps
15
- @Input() currentStep = 1
16
- @Input() type: 'primary' | 'secondary' | 'default' = 'default'
17
-
18
- constructor(private cdr: ChangeDetectorRef) {}
19
-
20
- get stepCounter() {
21
- return new Array(this.steps)
22
- }
23
-
24
- get color(): ColorScheme {
25
- switch (this.type) {
26
- case 'default':
27
- return {
28
- outerBar: 'bg-gray-200',
29
- innerBar: 'bg-gray-100',
30
- }
31
- case 'primary':
32
- return {
33
- outerBar: 'bg-primary',
34
- innerBar: 'bg-primary-lighter',
35
- }
36
- case 'secondary':
37
- return {
38
- outerBar: 'bg-secondary',
39
- innerBar: 'bg-secondary-lighter',
40
- }
41
- }
42
- }
43
-
44
- getCircleColor(index: number): string {
45
- return index === this.currentStep
46
- ? 'bg-black'
47
- : index < this.currentStep
48
- ? 'bg-white'
49
- : this.color.innerBar
50
- }
51
-
52
- getChecked(index: number): boolean {
53
- return index + 1 < this.currentStep
54
- }
55
- }