geonetwork-ui 2.3.0-dev.3d65a13b → 2.3.0-dev.431347d3

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 (453) hide show
  1. package/esm2022/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +6 -2
  3. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +2 -2
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +2 -2
  5. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +1 -1
  6. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +12 -1
  7. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +36 -3
  8. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +21 -7
  9. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +2 -1
  10. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +2 -0
  11. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +2 -0
  12. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  13. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +35 -7
  14. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +1 -2
  15. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +1 -1
  16. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +35 -2
  17. package/esm2022/libs/feature/editor/src/index.mjs +2 -2
  18. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +6 -2
  19. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +11 -0
  20. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +28 -0
  21. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +64 -0
  22. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +11 -0
  23. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +15 -0
  24. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +45 -0
  25. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +50 -0
  26. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +11 -0
  27. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +11 -0
  28. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +104 -0
  29. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +126 -0
  30. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +2 -0
  31. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +10 -0
  32. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +29 -0
  33. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +1 -1
  34. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +10 -10
  35. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +23 -1
  36. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +1 -1
  37. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +3 -3
  38. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +73 -20
  39. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +1 -1
  40. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +1 -1
  41. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +1 -1
  42. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +37 -8
  43. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +6 -2
  44. package/esm2022/libs/feature/notifications/src/index.mjs +4 -0
  45. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +18 -0
  46. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +2 -0
  47. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +49 -0
  48. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +29 -0
  49. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
  50. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +4 -4
  51. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +4 -3
  52. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +22 -4
  53. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +37 -10
  54. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +22 -7
  55. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +50 -17
  56. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +18 -3
  57. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +2 -2
  58. package/esm2022/libs/feature/search/src/index.mjs +2 -1
  59. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +1 -1
  60. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +3 -3
  61. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +1 -1
  62. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +1 -1
  63. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +1 -1
  64. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +3 -3
  65. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +1 -1
  66. package/esm2022/libs/ui/elements/src/index.mjs +15 -15
  67. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -2
  68. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +2 -2
  69. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +5 -5
  70. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +16 -3
  71. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +45 -0
  72. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
  73. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +34 -0
  74. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +98 -36
  75. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -3
  76. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +14 -10
  77. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +59 -0
  78. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +60 -0
  79. package/esm2022/libs/ui/inputs/src/index.mjs +16 -16
  80. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -1
  81. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +4 -3
  82. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +22 -0
  83. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +7 -5
  84. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +19 -8
  85. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +59 -0
  86. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +183 -0
  87. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +29 -0
  88. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +27 -4
  89. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +21 -3
  90. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +21 -31
  91. package/esm2022/libs/ui/layout/src/index.mjs +7 -5
  92. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +76 -0
  93. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +42 -18
  94. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +18 -0
  95. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +3 -8
  96. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +2 -2
  97. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +22 -1
  98. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -0
  99. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +60 -0
  100. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +8 -6
  101. package/esm2022/translations/de.json +41 -0
  102. package/esm2022/translations/en.json +41 -0
  103. package/esm2022/translations/es.json +41 -0
  104. package/esm2022/translations/fr.json +41 -0
  105. package/esm2022/translations/it.json +41 -0
  106. package/esm2022/translations/nl.json +41 -0
  107. package/esm2022/translations/pt.json +41 -0
  108. package/fesm2022/geonetwork-ui.mjs +3426 -1769
  109. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  110. package/index.d.ts +1 -0
  111. package/index.d.ts.map +1 -1
  112. package/index.ts +1 -0
  113. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  114. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  115. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +1 -0
  116. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +1 -1
  117. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +1 -0
  118. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +1 -1
  119. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +6 -2
  120. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  121. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -6
  122. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  123. package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
  124. package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
  125. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +15 -0
  126. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +1 -0
  127. package/libs/common/domain/src/lib/model/user/index.d.ts +2 -0
  128. package/libs/common/domain/src/lib/model/user/index.d.ts.map +1 -0
  129. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -0
  130. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  131. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +9 -5
  132. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  133. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -1
  134. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +1 -1
  135. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +3 -1
  136. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  137. package/libs/feature/editor/src/index.d.ts +1 -1
  138. package/libs/feature/editor/src/index.d.ts.map +1 -1
  139. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +8 -5
  140. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  141. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.d.ts +1 -1
  142. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +1 -0
  143. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.d.ts +1 -1
  144. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +1 -0
  145. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +39 -0
  146. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -0
  147. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.d.ts +1 -1
  148. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +1 -0
  149. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +8 -0
  150. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +1 -0
  151. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +16 -0
  152. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -0
  153. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.d.ts +2 -2
  154. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -0
  155. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +1 -1
  156. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -0
  157. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +1 -1
  158. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +1 -0
  159. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +21 -0
  160. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -0
  161. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.d.ts +13 -4
  162. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -0
  163. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +1 -0
  164. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -0
  165. package/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.d.ts +3 -3
  166. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -0
  167. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +1 -1
  168. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  169. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  170. package/libs/feature/editor/src/lib/models/fields.model.d.ts +1 -1
  171. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +10 -5
  172. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
  173. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +7 -0
  174. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  175. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  176. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  177. package/libs/feature/notifications/src/index.d.ts +4 -0
  178. package/libs/feature/notifications/src/index.d.ts.map +1 -0
  179. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +7 -0
  180. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +1 -0
  181. package/libs/feature/notifications/src/lib/notification.model.d.ts +7 -0
  182. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +1 -0
  183. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +12 -0
  184. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +1 -0
  185. package/libs/feature/notifications/src/lib/notifications.service.d.ts +15 -0
  186. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +1 -0
  187. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  188. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  189. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +40 -6
  190. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  191. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +24 -4
  192. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  193. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +14 -4
  194. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  195. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +8 -5
  196. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  197. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +12 -9
  198. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  199. package/libs/feature/search/src/index.d.ts +1 -0
  200. package/libs/feature/search/src/index.d.ts.map +1 -1
  201. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +3 -3
  202. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  203. package/libs/ui/elements/src/index.d.ts +14 -14
  204. package/libs/ui/elements/src/index.d.ts.map +1 -1
  205. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  206. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  207. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +3 -1
  208. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  209. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +13 -0
  210. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -0
  211. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +13 -0
  212. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -0
  213. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +24 -4
  214. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  215. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +1 -1
  216. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  217. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +29 -28
  218. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  219. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +11 -0
  220. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +1 -0
  221. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +21 -0
  222. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -0
  223. package/libs/ui/inputs/src/index.d.ts +15 -15
  224. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  225. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  226. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +1 -1
  227. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +1 -1
  228. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +9 -0
  229. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -0
  230. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +1 -1
  231. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  232. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +2 -1
  233. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
  234. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +14 -0
  235. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +1 -0
  236. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +44 -0
  237. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -0
  238. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +12 -0
  239. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +1 -0
  240. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +7 -1
  241. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  242. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +5 -1
  243. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  244. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -42
  245. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  246. package/libs/ui/layout/src/index.d.ts +6 -4
  247. package/libs/ui/layout/src/index.d.ts.map +1 -1
  248. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +25 -0
  249. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -0
  250. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +13 -6
  251. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +1 -1
  252. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +8 -0
  253. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -0
  254. package/libs/ui/layout/src/lib/ui-layout.module.d.ts +4 -5
  255. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  256. package/libs/util/shared/src/lib/links/link-utils.d.ts +18 -0
  257. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  258. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -0
  259. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -0
  260. package/libs/util/shared/src/lib/utils/image-resize.d.ts +3 -0
  261. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +1 -0
  262. package/libs/util/shared/src/lib/utils/index.d.ts +7 -5
  263. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  264. package/package.json +2 -2
  265. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +7 -1
  266. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +1 -1
  267. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +1 -4
  268. package/src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts +1 -0
  269. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +12 -1
  270. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +51 -1
  271. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +40 -7
  272. package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
  273. package/src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts +15 -0
  274. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -0
  275. package/src/libs/common/fixtures/src/index.ts +8 -6
  276. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +8 -0
  277. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +3 -3
  278. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +83 -0
  279. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +43 -12
  280. package/src/libs/data-access/gn4/src/openapi/model/models.ts +0 -1
  281. package/src/libs/data-access/gn4/src/spec.yaml +1 -1
  282. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +51 -1
  283. package/src/libs/feature/editor/src/index.ts +1 -1
  284. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +8 -1
  285. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +8 -0
  286. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +70 -0
  287. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.ts +1 -0
  288. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.ts +4 -1
  289. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +8 -0
  290. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +64 -0
  291. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.ts +1 -0
  292. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +4 -0
  293. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +15 -0
  294. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +20 -0
  295. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +44 -0
  296. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.ts +4 -1
  297. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +1 -0
  298. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css +0 -0
  299. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +1 -0
  300. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +0 -0
  301. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +14 -0
  302. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +143 -0
  303. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +0 -0
  304. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +97 -0
  305. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +142 -0
  306. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +0 -0
  307. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.html +1 -0
  308. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.ts +4 -4
  309. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +9 -9
  310. package/src/libs/feature/editor/src/lib/fields.config.ts +22 -0
  311. package/src/libs/feature/editor/src/lib/models/fields.model.ts +1 -1
  312. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +1 -1
  313. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +7 -0
  314. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +32 -18
  315. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +72 -17
  316. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +7 -0
  317. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +34 -8
  318. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +5 -1
  319. package/src/libs/feature/notifications/src/index.ts +3 -0
  320. package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +10 -0
  321. package/src/libs/feature/notifications/src/lib/notification.model.ts +6 -0
  322. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.css +0 -0
  323. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +17 -0
  324. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +44 -0
  325. package/src/libs/feature/notifications/src/lib/notifications.service.ts +27 -0
  326. package/src/libs/feature/record/src/lib/feature-record.module.ts +5 -2
  327. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +2 -1
  328. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +51 -6
  329. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +82 -7
  330. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +48 -8
  331. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +79 -24
  332. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +40 -10
  333. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
  334. package/src/libs/feature/search/src/index.ts +1 -0
  335. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +3 -3
  336. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +2 -2
  337. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +5 -5
  338. package/src/libs/ui/elements/src/index.ts +14 -14
  339. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +2 -1
  340. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +1 -1
  341. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  342. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +38 -20
  343. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +12 -0
  344. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +0 -5
  345. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +0 -21
  346. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -14
  347. package/src/libs/ui/elements/src/lib/notification/notification.component.css +0 -0
  348. package/src/libs/ui/elements/src/lib/notification/notification.component.html +52 -0
  349. package/src/libs/ui/elements/src/lib/notification/notification.component.ts +31 -0
  350. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +27 -11
  351. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +125 -30
  352. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -3
  353. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +6 -3
  354. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +54 -0
  355. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.css +0 -0
  356. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +75 -0
  357. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +62 -0
  358. package/src/libs/ui/inputs/src/index.ts +15 -15
  359. package/src/libs/ui/inputs/src/lib/button/button.component.ts +1 -1
  360. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.ts +3 -0
  361. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +3 -0
  362. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +11 -0
  363. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +16 -0
  364. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +8 -1
  365. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -0
  366. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +14 -0
  367. package/src/libs/ui/inputs/src/lib/files-drop/files-drop.directive.ts +45 -0
  368. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +0 -0
  369. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +146 -0
  370. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +193 -0
  371. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.css +6 -0
  372. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.html +26 -0
  373. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.ts +32 -0
  374. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +2 -1
  375. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +29 -0
  376. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +2 -1
  377. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +17 -1
  378. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +6 -22
  379. package/src/libs/ui/layout/src/index.ts +6 -4
  380. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +23 -0
  381. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +20 -0
  382. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +84 -0
  383. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +8 -4
  384. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +4 -4
  385. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +45 -15
  386. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.css +0 -0
  387. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +18 -0
  388. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +16 -0
  389. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -2
  390. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +1 -1
  391. package/src/libs/util/shared/src/lib/links/link-utils.ts +21 -0
  392. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +3 -0
  393. package/src/libs/util/shared/src/lib/utils/image-resize.ts +72 -0
  394. package/src/libs/util/shared/src/lib/utils/index.ts +7 -5
  395. package/tailwind.base.css +36 -0
  396. package/translations/de.json +41 -0
  397. package/translations/en.json +41 -0
  398. package/translations/es.json +41 -0
  399. package/translations/fr.json +41 -0
  400. package/translations/it.json +41 -0
  401. package/translations/nl.json +41 -0
  402. package/translations/pt.json +41 -0
  403. package/translations/sk.json +41 -0
  404. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.mjs +0 -13
  405. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +0 -30
  406. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.mjs +0 -11
  407. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.mjs +0 -27
  408. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.mjs +0 -11
  409. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.mjs +0 -27
  410. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.mjs +0 -49
  411. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -11
  412. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  413. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +0 -76
  414. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +0 -2
  415. package/esm2022/libs/ui/inputs/src/lib/form-field/index.mjs +0 -10
  416. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts +0 -18
  417. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts.map +0 -1
  418. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +0 -1
  419. package/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  420. package/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  421. package/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  422. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts +0 -11
  423. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  424. package/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  425. package/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  426. package/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +0 -1
  427. package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +0 -1
  428. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +0 -1
  429. package/libs/ui/inputs/src/lib/form-field/index.d.ts.map +0 -1
  430. package/src/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.ts +0 -18
  431. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.html +0 -11
  432. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.ts +0 -15
  433. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.html +0 -68
  434. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.ts +0 -80
  435. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.d.ts +0 -0
  436. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.d.ts +0 -0
  437. /package/src/libs/feature/editor/src/lib/{record-form/record-form.component.css → components/overview-upload/overview-upload.component.css} +0 -0
  438. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.css +0 -0
  439. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.html +0 -0
  440. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.css +0 -0
  441. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.html +0 -0
  442. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css} +0 -0
  443. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.css} +0 -0
  444. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.html +0 -0
  445. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css} +0 -0
  446. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.css} +0 -0
  447. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.css} +0 -0
  448. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.html +0 -0
  449. /package/src/libs/{ui/inputs/src/lib/form-field/form-field.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.css} +0 -0
  450. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +0 -0
  451. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -0
  452. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.ts +0 -0
  453. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.ts +0 -0
@@ -1,8 +1,8 @@
1
1
  import { Action } from '@ngrx/store';
2
2
  import { DatavizConfigurationModel } from '../../../../../../libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model';
3
- import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record';
4
- export declare const MD_VIEW_FEATURE_STATE_KEY = "mdView";
5
- export interface MdViewState {
3
+ import { CatalogRecord, UserFeedback } from '../../../../../../libs/common/domain/src/lib/model/record';
4
+ export declare const METADATA_VIEW_FEATURE_STATE_KEY = "metadataView";
5
+ export interface MetadataViewState {
6
6
  loadingFull: boolean;
7
7
  error: {
8
8
  notFound?: boolean;
@@ -10,8 +10,11 @@ export interface MdViewState {
10
10
  } | null;
11
11
  metadata?: Partial<CatalogRecord>;
12
12
  related?: CatalogRecord[];
13
+ userFeedbacks?: UserFeedback[];
14
+ allUserFeedbacksLoading: boolean;
15
+ addUserFeedbackLoading: boolean;
13
16
  chartConfig?: DatavizConfigurationModel;
14
17
  }
15
- export declare const initialMdviewState: MdViewState;
16
- export declare function reducer(state: MdViewState | undefined, action: Action): MdViewState;
18
+ export declare const initialMetadataViewState: MetadataViewState;
19
+ export declare function reducer(metadataViewState: MetadataViewState | undefined, action: Action): MetadataViewState;
17
20
  //# sourceMappingURL=mdview.reducer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mdview.reducer.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/state/mdview.reducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAqB,MAAM,aAAa,CAAA;AAEvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,wFAAwF,CAAA;AAClI,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AAEzF,eAAO,MAAM,yBAAyB,WAAW,CAAA;AAEjD,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,OAAO,CAAA;IACpB,KAAK,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IACjC,OAAO,CAAC,EAAE,aAAa,EAAE,CAAA;IACzB,WAAW,CAAC,EAAE,yBAAyB,CAAA;CACxC;AAED,eAAO,MAAM,kBAAkB,EAAE,WAGhC,CAAA;AAwCD,wBAAgB,OAAO,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM,eAErE"}
1
+ {"version":3,"file":"mdview.reducer.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/state/mdview.reducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAqB,MAAM,aAAa,CAAA;AAEvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,wFAAwF,CAAA;AAClI,OAAO,EACL,aAAa,EACb,YAAY,EACb,MAAM,2DAA2D,CAAA;AAElE,eAAO,MAAM,+BAA+B,iBAAiB,CAAA;AAE7D,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,OAAO,CAAA;IACpB,KAAK,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IACjC,OAAO,CAAC,EAAE,aAAa,EAAE,CAAA;IACzB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAA;IAC9B,uBAAuB,EAAE,OAAO,CAAA;IAChC,sBAAsB,EAAE,OAAO,CAAA;IAC/B,WAAW,CAAC,EAAE,yBAAyB,CAAA;CACxC;AAED,eAAO,MAAM,wBAAwB,EAAE,iBAKtC,CAAA;AAoFD,wBAAgB,OAAO,CACrB,iBAAiB,EAAE,iBAAiB,GAAG,SAAS,EAChD,MAAM,EAAE,MAAM,qBAGf"}
@@ -1,16 +1,19 @@
1
- import { MdViewState } from './mdview.reducer';
2
- export declare const getMdViewState: import("@ngrx/store").MemoizedSelector<object, MdViewState, import("@ngrx/store").DefaultProjectorFn<MdViewState>>;
3
- export declare const getMetadataUuid: import("@ngrx/store").MemoizedSelector<object, string, (s1: MdViewState) => string>;
4
- export declare const getMetadata: import("@ngrx/store").MemoizedSelector<object, Partial<import("../../../../../common/domain/src/lib/model/record").CatalogRecord>, (s1: MdViewState) => Partial<import("../../../../../common/domain/src/lib/model/record").CatalogRecord>>;
5
- export declare const getMetadataIsIncomplete: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: MdViewState) => boolean>;
6
- export declare const getMetadataIsLoading: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: MdViewState) => boolean>;
1
+ import { MetadataViewState } from './mdview.reducer';
2
+ export declare const getMdViewState: import("@ngrx/store").MemoizedSelector<object, MetadataViewState, import("@ngrx/store").DefaultProjectorFn<MetadataViewState>>;
3
+ export declare const getMetadataUuid: import("@ngrx/store").MemoizedSelector<object, string, (s1: MetadataViewState) => string>;
4
+ export declare const getMetadata: import("@ngrx/store").MemoizedSelector<object, Partial<import("../../../../../common/domain/src/lib/model/record").CatalogRecord>, (s1: MetadataViewState) => Partial<import("../../../../../common/domain/src/lib/model/record").CatalogRecord>>;
5
+ export declare const getMetadataIsIncomplete: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: MetadataViewState) => boolean>;
6
+ export declare const getMetadataIsLoading: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: MetadataViewState) => boolean>;
7
7
  export declare const getMetadataError: import("@ngrx/store").MemoizedSelector<object, {
8
8
  notFound?: boolean;
9
9
  otherError?: string;
10
- }, (s1: MdViewState) => {
10
+ }, (s1: MetadataViewState) => {
11
11
  notFound?: boolean;
12
12
  otherError?: string;
13
13
  }>;
14
- export declare const getRelated: import("@ngrx/store").MemoizedSelector<object, import("../../../../../common/domain/src/lib/model/record").CatalogRecord[], (s1: MdViewState) => import("../../../../../common/domain/src/lib/model/record").CatalogRecord[]>;
15
- export declare const getChartConfig: import("@ngrx/store").MemoizedSelector<object, import("../../../../../common/domain/src/lib/model/dataviz/dataviz-configuration.model").DatavizConfigurationModel, (s1: MdViewState) => import("../../../../../common/domain/src/lib/model/dataviz/dataviz-configuration.model").DatavizConfigurationModel>;
14
+ export declare const getRelated: import("@ngrx/store").MemoizedSelector<object, import("../../../../../common/domain/src/lib/model/record").CatalogRecord[], (s1: MetadataViewState) => import("../../../../../common/domain/src/lib/model/record").CatalogRecord[]>;
15
+ export declare const getChartConfig: import("@ngrx/store").MemoizedSelector<object, import("../../../../../common/domain/src/lib/model/dataviz/dataviz-configuration.model").DatavizConfigurationModel, (s1: MetadataViewState) => import("../../../../../common/domain/src/lib/model/dataviz/dataviz-configuration.model").DatavizConfigurationModel>;
16
+ export declare const getUserFeedbacks: import("@ngrx/store").MemoizedSelector<object, import("../../../../../common/domain/src/lib/model/record").UserFeedback[], (s1: MetadataViewState) => import("../../../../../common/domain/src/lib/model/record").UserFeedback[]>;
17
+ export declare const getAllUserFeedbacksLoading: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: MetadataViewState) => boolean>;
18
+ export declare const getAddUserFeedbacksLoading: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: MetadataViewState) => boolean>;
16
19
  //# sourceMappingURL=mdview.selectors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mdview.selectors.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/state/mdview.selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAA6B,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAEzE,eAAO,MAAM,cAAc,oHAE1B,CAAA;AAED,eAAO,MAAM,eAAe,qFAI3B,CAAA;AACD,eAAO,MAAM,WAAW,6OAGvB,CAAA;AACD,eAAO,MAAM,uBAAuB,uFAGnC,CAAA;AACD,eAAO,MAAM,oBAAoB,uFAGhC,CAAA;AACD,eAAO,MAAM,gBAAgB;;;;;;EAG5B,CAAA;AACD,eAAO,MAAM,UAAU,+NAGtB,CAAA;AACD,eAAO,MAAM,cAAc,6SAG1B,CAAA"}
1
+ {"version":3,"file":"mdview.selectors.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/state/mdview.selectors.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,iBAAiB,EAClB,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,cAAc,gIAE1B,CAAA;AAKD,eAAO,MAAM,eAAe,2FAI3B,CAAA;AACD,eAAO,MAAM,WAAW,mPAGvB,CAAA;AACD,eAAO,MAAM,uBAAuB,6FAGnC,CAAA;AACD,eAAO,MAAM,oBAAoB,6FAGhC,CAAA;AACD,eAAO,MAAM,gBAAgB;;;;;;EAG5B,CAAA;AAKD,eAAO,MAAM,UAAU,qOAGtB,CAAA;AAKD,eAAO,MAAM,cAAc,mTAG1B,CAAA;AAKD,eAAO,MAAM,gBAAgB,mOAG5B,CAAA;AACD,eAAO,MAAM,0BAA0B,6FAGtC,CAAA;AACD,eAAO,MAAM,0BAA0B,6FAGtC,CAAA"}
@@ -8,6 +8,7 @@ export * from './lib/state/effects';
8
8
  export * from './lib/state/reducer';
9
9
  export * from './lib/utils/service/search.service';
10
10
  export * from './lib/utils/service/fields.service';
11
+ export * from './lib/utils/service/fields';
11
12
  export * from './lib/results-list/results-list.container.component';
12
13
  export * from './lib/filter-dropdown/filter-dropdown.component';
13
14
  export * from './lib/constants';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/search/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iBAAiB,CAAA;AAC/B,cAAc,2CAA2C,CAAA;AACzD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0DAA0D,CAAA;AACxE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,uDAAuD,CAAA;AACrE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,+CAA+C,CAAA;AAC7D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wDAAwD,CAAA;AACtE,cAAc,6CAA6C,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/search/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iBAAiB,CAAA;AAC/B,cAAc,2CAA2C,CAAA;AACzD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0DAA0D,CAAA;AACxE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,uDAAuD,CAAA;AACrE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,+CAA+C,CAAA;AAC7D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wDAAwD,CAAA;AACtE,cAAc,6CAA6C,CAAA"}
@@ -1,12 +1,12 @@
1
1
  import { Injector } from '@angular/core';
2
- import { FieldValue } from './fields';
2
+ import { AbstractSearchField, FieldValue } from './fields';
3
3
  import { Observable } from 'rxjs';
4
4
  import { FieldFilters } from '../../../../../../../libs/common/domain/src/lib/model/search';
5
5
  import * as i0 from "@angular/core";
6
6
  export type FieldValues = Record<string, FieldValue[] | FieldValue>;
7
7
  export declare class FieldsService {
8
- private injector;
9
- private fields;
8
+ protected injector: Injector;
9
+ protected fields: Record<string, AbstractSearchField>;
10
10
  get supportedFields(): string[];
11
11
  constructor(injector: Injector);
12
12
  getAvailableValues(fieldName: string): Observable<import("./fields").FieldAvailableValue[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"fields.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/search/src/lib/utils/service/fields.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAEL,UAAU,EASX,MAAM,UAAU,CAAA;AACjB,OAAO,EAAY,UAAU,EAAM,MAAM,MAAM,CAAA;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;;AAI3F,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,CAAA;AAenE,qBAGa,aAAa;IAyCZ,OAAO,CAAC,QAAQ;IAxC5B,OAAO,CAAC,MAAM,CAkC0B;IAExC,IAAI,eAAe,aAElB;gBAEmB,QAAQ,EAAE,QAAQ;IAEtC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAMpC,OAAO,CAAC,mBAAmB;IAG3B,OAAO,CAAC,mBAAmB;IAI3B,2BAA2B,CACzB,WAAW,EAAE,WAAW,GACvB,UAAU,CAAC,YAAY,CAAC;IAkB3B,0BAA0B,CAAC,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,WAAW,CAAC;yCA5E/D,aAAa;6CAAb,aAAa;CAwFzB"}
1
+ {"version":3,"file":"fields.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/search/src/lib/utils/service/fields.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EACL,mBAAmB,EACnB,UAAU,EASX,MAAM,UAAU,CAAA;AACjB,OAAO,EAAY,UAAU,EAAM,MAAM,MAAM,CAAA;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;;AAI3F,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,CAAA;AAenE,qBAGa,aAAa;IAyCZ,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAxCxC,SAAS,CAAC,MAAM,sCAkCwB;IAExC,IAAI,eAAe,aAElB;gBAEqB,QAAQ,EAAE,QAAQ;IAExC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAMpC,OAAO,CAAC,mBAAmB;IAG3B,OAAO,CAAC,mBAAmB;IAI3B,2BAA2B,CACzB,WAAW,EAAE,WAAW,GACvB,UAAU,CAAC,YAAY,CAAC;IAkB3B,0BAA0B,CAAC,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,WAAW,CAAC;yCA5E/D,aAAa;6CAAb,aAAa;CAwFzB"}
@@ -1,25 +1,25 @@
1
- export * from './lib/ui-elements.module';
2
- export * from './lib/metadata-info/metadata-info.component';
3
- export * from './lib/metadata-contact/metadata-contact.component';
4
- export * from './lib/metadata-catalog/metadata-catalog.component';
5
- export * from './lib/metadata-quality/metadata-quality.component';
6
- export * from './lib/metadata-quality-item/metadata-quality-item.component';
7
- export * from './lib/search-results-error/search-results-error.component';
8
- export * from './lib/thumbnail/thumbnail.component';
9
- export * from './lib/content-ghost/content-ghost.component';
10
- export * from './lib/pagination-buttons/pagination-buttons.component';
11
1
  export * from './lib/api-card/api-card.component';
12
2
  export * from './lib/avatar/avatar.component';
13
3
  export * from './lib/content-ghost/content-ghost.component';
14
4
  export * from './lib/download-item/download-item.component';
15
5
  export * from './lib/downloads-list/downloads-list.component';
6
+ export * from './lib/image-overlay-preview/image-overlay-preview.component';
16
7
  export * from './lib/link-card/link-card.component';
8
+ export * from './lib/markdown-editor/markdown-editor.component';
9
+ export * from './lib/markdown-parser/markdown-parser.component';
10
+ export * from './lib/max-lines/max-lines.component';
11
+ export * from './lib/metadata-catalog/metadata-catalog.component';
12
+ export * from './lib/metadata-contact/metadata-contact.component';
13
+ export * from './lib/metadata-info/metadata-info.component';
14
+ export * from './lib/metadata-quality-item/metadata-quality-item.component';
15
+ export * from './lib/metadata-quality/metadata-quality.component';
16
+ export * from './lib/pagination-buttons/pagination-buttons.component';
17
17
  export * from './lib/pagination/pagination.component';
18
+ export * from './lib/record-api-form/record-api-form.component';
18
19
  export * from './lib/related-record-card/related-record-card.component';
19
20
  export * from './lib/search-results-error/search-results-error.component';
21
+ export * from './lib/thumbnail/thumbnail.component';
22
+ export * from './lib/ui-elements.module';
20
23
  export * from './lib/user-preview/user-preview.component';
21
- export * from './lib/max-lines/max-lines.component';
22
- export * from './lib/record-api-form/record-api-form.component';
23
- export * from './lib/markdown-parser/markdown-parser.component';
24
- export * from './lib/image-overlay-preview/image-overlay-preview.component';
24
+ export * from './lib/notification/notification.component';
25
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/elements/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,6CAA6C,CAAA;AAC3D,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,6DAA6D,CAAA;AAC3E,cAAc,2DAA2D,CAAA;AACzE,cAAc,qCAAqC,CAAA;AACnD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,uDAAuD,CAAA;AACrE,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,qCAAqC,CAAA;AACnD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6DAA6D,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/elements/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,6DAA6D,CAAA;AAC3E,cAAc,qCAAqC,CAAA;AACnD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iDAAiD,CAAA;AAC/D,cAAc,qCAAqC,CAAA;AACnD,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6DAA6D,CAAA;AAC3E,cAAc,mDAAmD,CAAA;AACjE,cAAc,uDAAuD,CAAA;AACrE,cAAc,uCAAuC,CAAA;AACrD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,qCAAqC,CAAA;AACnD,cAAc,0BAA0B,CAAA;AACxC,cAAc,2CAA2C,CAAA;AACzD,cAAc,2CAA2C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"api-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/api-card/api-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAA;AACtG,OAAO,EAGL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EACd,MAAM,eAAe,CAAA;;AAEtB,qBAMa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAC/C,IAAI,EAAE,0BAA0B,CAAA;IAChC,WAAW,EAAE,0BAA0B,CAAA;IAChD,oBAAoB,EAAE,OAAO,CAAA;IAC7B,eAAe,UAAQ;IACb,iBAAiB,EAAE,YAAY,CAAC,0BAA0B,CAAC,CACrB;IAEhD,QAAQ;IAKR,WAAW,CAAC,OAAO,EAAE,aAAa;IAKlC,sBAAsB;yCAlBX,gBAAgB;2CAAhB,gBAAgB;CAwB5B"}
1
+ {"version":3,"file":"api-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/api-card/api-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAA;AACtG,OAAO,EAGL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEN,aAAa,EACd,MAAM,eAAe,CAAA;;AAEtB,qBAMa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAC/C,IAAI,EAAE,0BAA0B,CAAA;IAChC,WAAW,EAAE,0BAA0B,CAAA;IAChD,oBAAoB,EAAE,OAAO,CAAA;IAC7B,eAAe,UAAQ;IACb,iBAAiB,EAAE,YAAY,CAAC,0BAA0B,CAAC,CACrB;IAEhD,QAAQ;IAMR,WAAW,CAAC,OAAO,EAAE,aAAa;IAKlC,sBAAsB;yCAnBX,gBAAgB;2CAAhB,gBAAgB;CAyB5B"}
@@ -14,7 +14,7 @@ export declare class DownloadsListComponent {
14
14
  isFilterActive(filter: FilterFormat): boolean;
15
15
  getFilterFormatTitle(format: FilterFormat): any;
16
16
  isLinkOfFormat(link: DatasetDistribution, format: FilterFormat): boolean;
17
- getLinkFormat(link: DatasetDistribution): "json" | "pdf" | "geojson" | "svg" | "csv" | "excel" | "shp" | "gml" | "kml" | "gpkg" | "zip" | "jpg" | "dxf";
17
+ getLinkFormat(link: DatasetDistribution): "json" | "html" | "pdf" | "geojson" | "svg" | "csv" | "excel" | "shp" | "gml" | "kml" | "gpkg" | "zip" | "jpg" | "dxf" | "fgb" | "jsonfg";
18
18
  getLinkColor(link: DatasetDistribution): string;
19
19
  isFromWfs(link: DatasetDistribution): boolean;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DownloadsListComponent, never>;
@@ -2,7 +2,9 @@ import { DatasetDistribution } from '../../../../../../libs/common/domain/src/li
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class LinkCardComponent {
4
4
  link: DatasetDistribution;
5
+ compact: boolean;
6
+ get title(): string;
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkCardComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkCardComponent, "gn-ui-link-card", never, { "link": { "alias": "link"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkCardComponent, "gn-ui-link-card", never, { "link": { "alias": "link"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, never, never, true, never>;
7
9
  }
8
10
  //# sourceMappingURL=link-card.component.d.ts.map
@@ -1 +1 @@
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,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;;AAE/F,qBAMa,iBAAiB;IACnB,IAAI,EAAE,mBAAmB,CAAA;yCADvB,iBAAiB;2CAAjB,iBAAiB;CAE7B"}
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,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;;AAI/F,qBAQa,iBAAiB;IACnB,IAAI,EAAE,mBAAmB,CAAA;IACzB,OAAO,UAAQ;IAExB,IAAI,KAAK,WAKR;yCATU,iBAAiB;2CAAjB,iBAAiB;CAU7B"}
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MarkdownEditorComponent {
4
+ preview: boolean;
5
+ helperText?: string;
6
+ placeholder: string;
7
+ textContent: string;
8
+ textContentChanged: EventEmitter<string>;
9
+ textContentChangedHandler(textContent: string): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownEditorComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownEditorComponent, "gn-ui-markdown-editor", never, { "preview": { "alias": "preview"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "textContent": { "alias": "textContent"; "required": false; }; }, { "textContentChanged": "textContentChanged"; }, never, never, true, never>;
12
+ }
13
+ //# sourceMappingURL=markdown-editor.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markdown-editor.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAQtB,qBAiBa,uBAAuB;IACzB,OAAO,UAAQ;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IAClB,kBAAkB,EAAE,YAAY,CAAC,MAAM,CAAC,CACtB;IAE5B,yBAAyB,CAAC,WAAW,EAAE,MAAM;yCARlC,uBAAuB;2CAAvB,uBAAuB;CAYnC"}
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NotificationComponent {
4
+ type: 'info' | 'warning' | 'error' | 'success';
5
+ title: string;
6
+ text: string;
7
+ closeMessage?: string;
8
+ notificationClose: EventEmitter<void>;
9
+ handleClose(event?: Event): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "gn-ui-notification", never, { "type": { "alias": "type"; "required": false; }; "title": { "alias": "title"; "required": false; }; "text": { "alias": "text"; "required": false; }; "closeMessage": { "alias": "closeMessage"; "required": false; }; }, { "notificationClose": "notificationClose"; }, never, never, true, never>;
12
+ }
13
+ //# sourceMappingURL=notification.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/notification/notification.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAKtB,qBAQa,qBAAqB;IACvB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAS;IACvD,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,CAAC,EAAE,MAAM,CAAA;IACpB,iBAAiB,qBAA2B;IAEtD,WAAW,CAAC,KAAK,CAAC,EAAE,KAAK;yCAPd,qBAAqB;2CAArB,qBAAqB;CAWjC"}
@@ -1,24 +1,44 @@
1
- import { DatasetServiceDistribution } from '../../../../../../libs/common/domain/src/lib/model/record';
1
+ import { OgcApiEndpoint, WfsEndpoint } from '@camptocamp/ogc-client';
2
+ import { DatasetServiceDistribution, ServiceProtocol } from '../../../../../../libs/common/domain/src/lib/model/record';
2
3
  import { BehaviorSubject } from 'rxjs';
3
4
  import * as i0 from "@angular/core";
5
+ interface OutputFormats {
6
+ itemFormats?: any[];
7
+ outputFormats?: any[];
8
+ }
4
9
  export declare class RecordApiFormComponent {
5
10
  set apiLink(value: DatasetServiceDistribution);
6
11
  offset$: BehaviorSubject<string>;
7
12
  limit$: BehaviorSubject<string>;
8
13
  format$: BehaviorSubject<string>;
14
+ endpoint$: BehaviorSubject<WfsEndpoint | OgcApiEndpoint>;
9
15
  apiBaseUrl: string;
10
- formatsList: {
11
- label: string;
16
+ apiFeatureType: string;
17
+ supportOffset: boolean;
18
+ accessServiceProtocol: ServiceProtocol | undefined;
19
+ outputFormats: {
12
20
  value: string;
21
+ label: string;
13
22
  }[];
14
- apiQueryUrl$: import("rxjs").Observable<any>;
23
+ endpoint: WfsEndpoint | OgcApiEndpoint | undefined;
24
+ firstCollection: string | undefined;
25
+ apiQueryUrl$: import("rxjs").Observable<string>;
15
26
  noLimitChecked$: import("rxjs").Observable<boolean>;
16
27
  displayLimit$: import("rxjs").Observable<string>;
17
28
  setOffset(value: string): void;
18
29
  setLimit(value: string): void;
19
30
  setFormat(value: string | unknown): void;
20
31
  resetUrl(): void;
32
+ parseOutputFormats(): Promise<void>;
33
+ mapFormats(formats: any[]): {
34
+ label: string;
35
+ value: "json" | "html" | "pdf" | "geojson" | "svg" | "csv" | "excel" | "shp" | "gml" | "kml" | "gpkg" | "zip" | "jpg" | "dxf" | "fgb" | "jsonfg";
36
+ }[];
37
+ getOutputFormats(url: string): Promise<OutputFormats>;
38
+ createEndpoint(): Promise<void>;
39
+ generateApiQueryUrl(offset: string, limit: string, format: string): Promise<string>;
21
40
  static ɵfac: i0.ɵɵFactoryDeclaration<RecordApiFormComponent, never>;
22
41
  static ɵcmp: i0.ɵɵComponentDeclaration<RecordApiFormComponent, "gn-ui-record-api-form", never, { "apiLink": { "alias": "apiLink"; "required": false; }; }, {}, never, never, false, never>;
23
42
  }
43
+ export {};
24
44
  //# sourceMappingURL=record-api-form.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"record-api-form.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAA;AACtG,OAAO,EAAE,eAAe,EAAsB,MAAM,MAAM,CAAA;;AAO1D,qBAMa,sBAAsB;IACjC,IAAa,OAAO,CAAC,KAAK,EAAE,0BAA0B,EAGrD;IACD,OAAO,0BAA0B;IACjC,MAAM,0BAA0B;IAChC,OAAO,0BAA0B;IACjC,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW;;;QAGV;IACD,YAAY,iCAiBX;IACD,eAAe,qCAEd;IAED,aAAa,oCAEZ;IAED,SAAS,CAAC,KAAK,EAAE,MAAM;IAIvB,QAAQ,CAAC,KAAK,EAAE,MAAM;IAKtB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO;IAIjC,QAAQ;yCApDG,sBAAsB;2CAAtB,sBAAsB;CAyDlC"}
1
+ {"version":3,"file":"record-api-form.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EACL,0BAA0B,EAC1B,eAAe,EAChB,MAAM,2DAA2D,CAAA;AAElE,OAAO,EAAE,eAAe,EAAyC,MAAM,MAAM,CAAA;;AAQ7E,UAAU,aAAa;IACrB,WAAW,CAAC,EAAE,GAAG,EAAE,CAAA;IACnB,aAAa,CAAC,EAAE,GAAG,EAAE,CAAA;CACtB;AAED,qBAMa,sBAAsB;IACjC,IAAa,OAAO,CAAC,KAAK,EAAE,0BAA0B,EASrD;IAED,OAAO,0BAA6C;IACpD,MAAM,0BAA4C;IAClD,OAAO,0BAA6C;IACpD,SAAS,gDAER;IACD,UAAU,EAAE,MAAM,CAAA;IAClB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,UAAO;IACpB,qBAAqB,EAAE,eAAe,GAAG,SAAS,CAAA;IAClD,aAAa;;;QAAqC;IAClD,QAAQ,EAAE,WAAW,GAAG,cAAc,GAAG,SAAS,CAAA;IAClD,eAAe,EAAE,MAAM,GAAG,SAAS,CAAA;IAEnC,YAAY,oCAUX;IAED,eAAe,qCAEd;IACD,aAAa,oCAEZ;IAED,SAAS,CAAC,KAAK,EAAE,MAAM;IAIvB,QAAQ,CAAC,KAAK,EAAE,MAAM;IAItB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO;IAIjC,QAAQ;IAMF,kBAAkB;IAoBxB,UAAU,CAAC,OAAO,EAAE,GAAG,EAAE;;;;IASnB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAYrD,cAAc;IAYd,mBAAmB,CACvB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,MAAM,CAAC;yCAxHP,sBAAsB;2CAAtB,sBAAsB;CA6IlC"}
@@ -23,7 +23,7 @@ export declare class ThumbnailComponent implements OnInit, OnChanges {
23
23
  useFallback(): void;
24
24
  setObjectFit(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThumbnailComponent, [{ optional: true; }]>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ThumbnailComponent, "gn-ui-thumbnail", never, { "thumbnailUrl": { "alias": "thumbnailUrl"; "required": false; }; "fit": { "alias": "fit"; "required": false; }; }, { "placeholderShown": "placeholderShown"; }, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThumbnailComponent, "gn-ui-thumbnail", never, { "thumbnailUrl": { "alias": "thumbnailUrl"; "required": false; }; "fit": { "alias": "fit"; "required": false; }; }, { "placeholderShown": "placeholderShown"; }, never, never, true, never>;
27
27
  }
28
28
  export {};
29
29
  //# sourceMappingURL=thumbnail.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"thumbnail.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAEd,SAAS,EACT,MAAM,EAEN,aAAa,EAGb,YAAY,EACb,MAAM,eAAe,CAAA;;AAEtB,eAAO,MAAM,qBAAqB,wBAEjC,CAAA;AAUD,KAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,YAAY,CAAA;AAEpD,qBAKa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAiBxD,OAAO,CAAC,sBAAsB;IAhBvB,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC/B,GAAG,EAAE,UAAU,GAAG,UAAU,EAAE,CAAU;IACtB,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAA;IACpC,gBAAgB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAA;IACjE,gBAAgB,wBAA8B;IACxD,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAA;IAClB,cAAc,SAAqD;IACnE,IAAI,aAAa,YAEhB;IACD,OAAO,CAAC,MAAM,CAA6B;gBAKjC,sBAAsB,EAAE,MAAM;IAGxC,QAAQ;IAIR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,OAAO,CAAC,eAAe;IAqBvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAItB,WAAW;IASX,YAAY;yCAvED,kBAAkB;2CAAlB,kBAAkB;CAiF9B"}
1
+ {"version":3,"file":"thumbnail.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,UAAU,EAEV,cAAc,EAEd,SAAS,EACT,MAAM,EAEN,aAAa,EAGb,YAAY,EACb,MAAM,eAAe,CAAA;;AAEtB,eAAO,MAAM,qBAAqB,wBAEjC,CAAA;AAED,KAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,YAAY,CAAA;AASpD,qBAOa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAiBxD,OAAO,CAAC,sBAAsB;IAhBvB,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC/B,GAAG,EAAE,UAAU,GAAG,UAAU,EAAE,CAAU;IACtB,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAA;IACpC,gBAAgB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAA;IACjE,gBAAgB,wBAA8B;IACxD,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAA;IAClB,cAAc,SAAqD;IACnE,IAAI,aAAa,YAEhB;IACD,OAAO,CAAC,MAAM,CAA6B;gBAKjC,sBAAsB,EAAE,MAAM;IAGxC,QAAQ;IAIR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,OAAO,CAAC,eAAe;IAqBvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAItB,WAAW;IASX,YAAY;yCAvED,kBAAkB;2CAAlB,kBAAkB;CAiF9B"}
@@ -4,36 +4,37 @@ import * as i2 from "./content-ghost/content-ghost.component";
4
4
  import * as i3 from "./download-item/download-item.component";
5
5
  import * as i4 from "./downloads-list/downloads-list.component";
6
6
  import * as i5 from "./api-card/api-card.component";
7
- import * as i6 from "./link-card/link-card.component";
8
- import * as i7 from "./related-record-card/related-record-card.component";
9
- import * as i8 from "./metadata-contact/metadata-contact.component";
10
- import * as i9 from "./metadata-catalog/metadata-catalog.component";
11
- import * as i10 from "./metadata-quality/metadata-quality.component";
12
- import * as i11 from "./metadata-quality-item/metadata-quality-item.component";
13
- import * as i12 from "./search-results-error/search-results-error.component";
14
- import * as i13 from "./pagination/pagination.component";
15
- import * as i14 from "./thumbnail/thumbnail.component";
16
- import * as i15 from "./avatar/avatar.component";
17
- import * as i16 from "./user-preview/user-preview.component";
18
- import * as i17 from "./metadata-info/linkify.directive";
19
- import * as i18 from "./pagination-buttons/pagination-buttons.component";
20
- import * as i19 from "./max-lines/max-lines.component";
21
- import * as i20 from "./record-api-form/record-api-form.component";
22
- import * as i21 from "./image-overlay-preview/image-overlay-preview.component";
23
- import * as i22 from "@angular/common";
24
- import * as i23 from "@angular/material/icon";
25
- import * as i24 from "@angular/material/tooltip";
26
- import * as i25 from "../../../widgets/src/lib/ui-widgets.module";
27
- import * as i26 from "../../../layout/src/lib/ui-layout.module";
28
- import * as i27 from "@ngx-translate/core";
29
- import * as i28 from "../../../../util/shared/src/lib/util-shared.module";
30
- import * as i29 from "@angular/router";
31
- import * as i30 from "../../../inputs/src/lib/ui-inputs.module";
32
- import * as i31 from "@angular/forms";
33
- import * as i32 from "./markdown-parser/markdown-parser.component";
7
+ import * as i6 from "./related-record-card/related-record-card.component";
8
+ import * as i7 from "./metadata-contact/metadata-contact.component";
9
+ import * as i8 from "./metadata-catalog/metadata-catalog.component";
10
+ import * as i9 from "./metadata-quality/metadata-quality.component";
11
+ import * as i10 from "./metadata-quality-item/metadata-quality-item.component";
12
+ import * as i11 from "./search-results-error/search-results-error.component";
13
+ import * as i12 from "./pagination/pagination.component";
14
+ import * as i13 from "./avatar/avatar.component";
15
+ import * as i14 from "./user-preview/user-preview.component";
16
+ import * as i15 from "./metadata-info/linkify.directive";
17
+ import * as i16 from "./pagination-buttons/pagination-buttons.component";
18
+ import * as i17 from "./max-lines/max-lines.component";
19
+ import * as i18 from "./record-api-form/record-api-form.component";
20
+ import * as i19 from "./user-feedback-item/user-feedback-item.component";
21
+ import * as i20 from "./image-overlay-preview/image-overlay-preview.component";
22
+ import * as i21 from "@angular/common";
23
+ import * as i22 from "@angular/material/icon";
24
+ import * as i23 from "@angular/material/tooltip";
25
+ import * as i24 from "../../../widgets/src/lib/ui-widgets.module";
26
+ import * as i25 from "../../../layout/src/lib/ui-layout.module";
27
+ import * as i26 from "@ngx-translate/core";
28
+ import * as i27 from "../../../../util/shared/src/lib/util-shared.module";
29
+ import * as i28 from "@angular/router";
30
+ import * as i29 from "../../../inputs/src/lib/ui-inputs.module";
31
+ import * as i30 from "@angular/forms";
32
+ import * as i31 from "./markdown-parser/markdown-parser.component";
33
+ import * as i32 from "./thumbnail/thumbnail.component";
34
+ import * as i33 from "./user-feedback-item/time-since.pipe";
34
35
  export declare class UiElementsModule {
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<UiElementsModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiElementsModule, [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.LinkCardComponent, typeof i7.RelatedRecordCardComponent, typeof i8.MetadataContactComponent, typeof i9.MetadataCatalogComponent, typeof i10.MetadataQualityComponent, typeof i11.MetadataQualityItemComponent, typeof i12.SearchResultsErrorComponent, typeof i13.PaginationComponent, typeof i14.ThumbnailComponent, typeof i15.AvatarComponent, typeof i16.UserPreviewComponent, typeof i17.GnUiLinkifyDirective, typeof i18.PaginationButtonsComponent, typeof i19.MaxLinesComponent, typeof i20.RecordApiFormComponent, typeof i21.ImageOverlayPreviewComponent], [typeof i22.CommonModule, typeof i23.MatIconModule, typeof i24.MatTooltipModule, typeof i25.UiWidgetsModule, typeof i26.UiLayoutModule, typeof i27.TranslateModule, typeof i28.UtilSharedModule, typeof i29.RouterModule, typeof i30.UiInputsModule, typeof i31.FormsModule, typeof i22.NgOptimizedImage, typeof i32.MarkdownParserComponent], [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.LinkCardComponent, typeof i7.RelatedRecordCardComponent, typeof i8.MetadataContactComponent, typeof i9.MetadataCatalogComponent, typeof i10.MetadataQualityComponent, typeof i11.MetadataQualityItemComponent, typeof i12.SearchResultsErrorComponent, typeof i13.PaginationComponent, typeof i14.ThumbnailComponent, typeof i15.AvatarComponent, typeof i16.UserPreviewComponent, typeof i18.PaginationButtonsComponent, typeof i19.MaxLinesComponent, typeof i20.RecordApiFormComponent, typeof i32.MarkdownParserComponent, typeof i21.ImageOverlayPreviewComponent]>;
37
+ 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.SearchResultsErrorComponent, 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 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.SearchResultsErrorComponent, 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]>;
37
38
  static ɵinj: i0.ɵɵInjectorDeclaration<UiElementsModule>;
38
39
  }
39
40
  //# sourceMappingURL=ui-elements.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-elements.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/elements/src/lib/ui-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,qBA8Da,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"ui-elements.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/elements/src/lib/ui-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCA,qBA+Da,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -0,0 +1,11 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TimeSincePipe implements PipeTransform {
5
+ private translate;
6
+ constructor(translate: TranslateService);
7
+ transform(value: Date): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimeSincePipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<TimeSincePipe, "timeSince", true>;
10
+ }
11
+ //# sourceMappingURL=time-since.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time-since.pipe.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;;AAItD,qBAIa,aAAc,YAAW,aAAa;IACrC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,gBAAgB;IAE/C,SAAS,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;yCAHnB,aAAa;uCAAb,aAAa;CA4CzB"}
@@ -0,0 +1,21 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { UserFeedback, UserFeedbackViewModel } from '../../../../../../libs/common/domain/src/lib/model/record';
3
+ import { UserModel } from '../../../../../../libs/common/domain/src/lib/model/user';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UserFeedbackItemComponent implements OnInit {
6
+ userFeedbackParent: UserFeedbackViewModel;
7
+ userFeedBacksAnswers: UserFeedbackViewModel[];
8
+ activeUser: UserModel;
9
+ isLastComment: boolean;
10
+ isAddUserFeedbackLoading: boolean;
11
+ newUserFeedbackAnswer: EventEmitter<UserFeedback>;
12
+ isAnAnswer: boolean;
13
+ newAnswer: string;
14
+ isAnswerEmpty: boolean;
15
+ ngOnInit(): void;
16
+ onNewAnswerValueChange(): void;
17
+ publishNewAnswer(): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserFeedbackItemComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserFeedbackItemComponent, "gn-ui-user-feedback-item", never, { "userFeedbackParent": { "alias": "userFeedbackParent"; "required": false; }; "userFeedBacksAnswers": { "alias": "userFeedBacksAnswers"; "required": false; }; "activeUser": { "alias": "activeUser"; "required": false; }; "isLastComment": { "alias": "isLastComment"; "required": false; }; "isAddUserFeedbackLoading": { "alias": "isAddUserFeedbackLoading"; "required": false; }; }, { "newUserFeedbackAnswer": "newUserFeedbackAnswer"; }, never, never, false, never>;
20
+ }
21
+ //# sourceMappingURL=user-feedback-item.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-feedback-item.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,MAAM,EAEP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,YAAY,EACZ,qBAAqB,EACtB,MAAM,2DAA2D,CAAA;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,yDAAyD,CAAA;;AAEnF,qBAMa,yBAA0B,YAAW,MAAM;IAC7C,kBAAkB,EAAE,qBAAqB,CAAA;IACzC,oBAAoB,EAAE,qBAAqB,EAAE,CAAA;IAC7C,UAAU,EAAE,SAAS,CAAA;IACrB,aAAa,EAAE,OAAO,CAAA;IACtB,wBAAwB,EAAE,OAAO,CAAA;IAEhC,qBAAqB,6BAAmC;IAElE,UAAU,UAAQ;IAClB,SAAS,SAAK;IACd,aAAa,UAAO;IAEpB,QAAQ,IAAI,IAAI;IAIhB,sBAAsB;IAItB,gBAAgB;yCArBL,yBAAyB;2CAAzB,yBAAyB;CAyCrC"}
@@ -1,23 +1,23 @@
1
- export * from './lib/dropdown-selector/dropdown-selector.component';
2
- export * from './lib/dropdown-selector/dropdown-selector.model';
3
- export * from './lib/dropdown-multiselect/dropdown-multiselect.component';
4
- export * from './lib/dropdown-multiselect/dropdown-multiselect.model';
5
- export * from './lib/text-input/text-input.component';
6
- export * from './lib/chips-input/chips-input.component';
7
- export * from './lib/text-area/text-area.component';
8
1
  export * from './lib/autocomplete/autocomplete.component';
9
- export * from './lib/star-toggle/star-toggle.component';
10
2
  export * from './lib/button/button.component';
11
- export * from './lib/viewport-intersector/viewport-intersector.component';
12
3
  export * from './lib/check-toggle/check-toggle.component';
13
- export * from './lib/ui-inputs.module';
14
- export * from './lib/form-field';
4
+ export * from './lib/checkbox/checkbox.component';
5
+ export * from './lib/chips-input/chips-input.component';
15
6
  export * from './lib/copy-text-button/copy-text-button.component';
7
+ export * from './lib/date-picker/date-picker.component';
8
+ export * from './lib/date-range-picker/date-range-picker.component';
16
9
  export * from './lib/drag-and-drop-file-input/drag-and-drop-file-input.component';
10
+ export * from './lib/dropdown-multiselect/dropdown-multiselect.component';
11
+ export * from './lib/dropdown-multiselect/dropdown-multiselect.model';
12
+ export * from './lib/dropdown-selector/dropdown-selector.component';
13
+ export * from './lib/dropdown-selector/dropdown-selector.model';
14
+ export * from './lib/editable-label/editable-label.directive';
17
15
  export * from './lib/navigation-button/navigation-button.component';
18
- export * from './lib/viewport-intersector/viewport-intersector.component';
19
- export * from './lib/checkbox/checkbox.component';
20
16
  export * from './lib/search-input/search-input.component';
21
- export * from './lib/date-range-picker/date-range-picker.component';
22
- export * from './lib/editable-label/editable-label.directive';
17
+ export * from './lib/star-toggle/star-toggle.component';
18
+ export * from './lib/text-area/text-area.component';
19
+ export * from './lib/text-input/text-input.component';
20
+ export * from './lib/ui-inputs.module';
21
+ export * from './lib/viewport-intersector/viewport-intersector.component';
22
+ export * from './lib/previous-next-buttons/previous-next-buttons.component';
23
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,uCAAuC,CAAA;AACrD,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mDAAmD,CAAA;AACjE,cAAc,mEAAmE,CAAA;AACjF,cAAc,qDAAqD,CAAA;AACnE,cAAc,2DAA2D,CAAA;AACzE,cAAc,mCAAmC,CAAA;AACjD,cAAc,2CAA2C,CAAA;AACzD,cAAc,qDAAqD,CAAA;AACnE,cAAc,+CAA+C,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,+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 +1 @@
1
- {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAOa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAQ;IAExB,IAAa,IAAI,CACf,KAAK,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,EAoBjE;IAEQ,QAAQ,UAAQ;IAChB,UAAU,SAAK;IACd,WAAW,qBAA2B;IAEhD,IAAI,SAAS,WAEZ;IAED,WAAW,CAAC,KAAK,EAAE,KAAK;yCAlCb,eAAe;2CAAf,eAAe;CAuC3B"}
1
+ {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAOa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAsB;IAEtC,IAAa,IAAI,CACf,KAAK,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,EAoBjE;IAEQ,QAAQ,UAAQ;IAChB,UAAU,SAAK;IACd,WAAW,qBAA2B;IAEhD,IAAI,SAAS,WAEZ;IAED,WAAW,CAAC,KAAK,EAAE,KAAK;yCAlCb,eAAe;2CAAf,eAAe;CAuC3B"}
@@ -8,6 +8,6 @@ export declare class CheckToggleComponent {
8
8
  toggled: EventEmitter<any>;
9
9
  toggle(event: Event): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckToggleComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckToggleComponent, "gn-ui-check-toggle", never, { "title": { "alias": "title"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "toggled": "toggled"; }, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckToggleComponent, "gn-ui-check-toggle", never, { "title": { "alias": "title"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "toggled": "toggled"; }, never, never, true, never>;
12
12
  }
13
13
  //# sourceMappingURL=check-toggle.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"check-toggle.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAEtB,qBAMa,oBAAoB;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd,KAAK,EAAE,SAAS,GAAG,WAAW,CAAY;IACzC,OAAO,oBAAqB;IAEtC,MAAM,CAAC,KAAK,EAAE,KAAK;yCAPR,oBAAoB;2CAApB,oBAAoB;CAUhC"}
1
+ {"version":3,"file":"check-toggle.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAQa,oBAAoB;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd,KAAK,EAAE,SAAS,GAAG,WAAW,CAAY;IACzC,OAAO,oBAAqB;IAEtC,MAAM,CAAC,KAAK,EAAE,KAAK;yCAPR,oBAAoB;2CAApB,oBAAoB;CAUhC"}
@@ -0,0 +1,9 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DatePickerComponent {
4
+ date: Date;
5
+ dateChange: EventEmitter<Date>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "gn-ui-date-picker", never, { "date": { "alias": "date"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
8
+ }
9
+ //# sourceMappingURL=date-picker.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAA;;AAKtE,qBAOa,mBAAmB;IACrB,IAAI,EAAE,IAAI,CAAA;IACT,UAAU,qBAA2B;yCAFpC,mBAAmB;2CAAnB,mBAAmB;CAG/B"}
@@ -6,6 +6,6 @@ export declare class DateRangePickerComponent {
6
6
  startDateSelected(event: MatDatepickerInputEvent<Date>): void;
7
7
  endDateSelected(event: MatDatepickerInputEvent<Date>): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "gn-ui-date-range-picker", never, {}, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "gn-ui-date-range-picker", never, {}, {}, never, never, true, never>;
10
10
  }
11
11
  //# sourceMappingURL=date-range-picker.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-range-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;;AAEtE,qBAKa,wBAAwB;IACnC,SAAS,EAAE,IAAI,CAAA;IACf,OAAO,EAAE,IAAI,CAAA;IAEb,iBAAiB,CAAC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC;IAItD,eAAe,CAAC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC;yCARzC,wBAAwB;2CAAxB,wBAAwB;CAWpC"}
1
+ {"version":3,"file":"date-range-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,uBAAuB,EAExB,MAAM,8BAA8B,CAAA;;AAGrC,qBAOa,wBAAwB;IACnC,SAAS,EAAE,IAAI,CAAA;IACf,OAAO,EAAE,IAAI,CAAA;IAEb,iBAAiB,CAAC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC;IAItD,eAAe,CAAC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC;yCARzC,wBAAwB;2CAAxB,wBAAwB;CAWpC"}
@@ -11,6 +11,7 @@ export declare class DropdownSelectorComponent implements OnInit {
11
11
  maxRows: number;
12
12
  extraBtnClass: string;
13
13
  minWidth: string;
14
+ disabled: boolean;
14
15
  selectValue: EventEmitter<unknown>;
15
16
  overlayOrigin: CdkOverlayOrigin;
16
17
  overlay: CdkConnectedOverlay;
@@ -35,6 +36,6 @@ export declare class DropdownSelectorComponent implements OnInit {
35
36
  get focusedIndex(): number | -1;
36
37
  selectIfEnter(event: KeyboardEvent, choice: DropdownChoice): void;
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownSelectorComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownSelectorComponent, "gn-ui-dropdown-selector", never, { "title": { "alias": "title"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "ariaName": { "alias": "ariaName"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "extraBtnClass": { "alias": "extraBtnClass"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; }, { "selectValue": "selectValue"; }, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownSelectorComponent, "gn-ui-dropdown-selector", never, { "title": { "alias": "title"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "ariaName": { "alias": "ariaName"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "extraBtnClass": { "alias": "extraBtnClass"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectValue": "selectValue"; }, never, never, true, never>;
39
40
  }
40
41
  //# sourceMappingURL=dropdown-selector.component.d.ts.map