geonetwork-ui 2.3.0-dev.139106e0 → 2.3.0-dev.22f4da74

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 (215) hide show
  1. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +1 -1
  2. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +12 -1
  3. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +36 -3
  4. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +19 -7
  5. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +2 -1
  6. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +2 -0
  7. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +2 -0
  8. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  9. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +35 -2
  10. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +64 -0
  11. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +15 -0
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +20 -6
  13. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +1 -1
  14. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +16 -1
  15. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +73 -20
  16. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +1 -1
  17. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +1 -1
  18. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +1 -1
  19. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +29 -8
  20. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +4 -4
  21. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +3 -2
  22. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +22 -4
  23. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +37 -10
  24. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +22 -7
  25. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +52 -17
  26. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +18 -3
  27. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +2 -2
  28. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -2
  29. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +2 -2
  30. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +16 -3
  31. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +2 -2
  32. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +77 -15
  33. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -7
  34. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +59 -0
  35. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +62 -0
  36. package/esm2022/libs/ui/inputs/src/index.mjs +16 -15
  37. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +22 -0
  38. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +7 -5
  39. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +17 -8
  40. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +29 -0
  41. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +27 -4
  42. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +21 -3
  43. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +11 -9
  44. package/esm2022/libs/ui/layout/src/index.mjs +2 -1
  45. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +76 -0
  46. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +42 -18
  47. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +3 -8
  48. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +2 -2
  49. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +22 -1
  50. package/esm2022/translations/de.json +21 -0
  51. package/esm2022/translations/en.json +21 -0
  52. package/esm2022/translations/es.json +21 -0
  53. package/esm2022/translations/fr.json +21 -0
  54. package/esm2022/translations/it.json +21 -0
  55. package/esm2022/translations/nl.json +21 -0
  56. package/esm2022/translations/pt.json +21 -0
  57. package/fesm2022/geonetwork-ui.mjs +1705 -808
  58. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  59. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +1 -0
  60. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +1 -1
  61. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +1 -0
  62. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +1 -1
  63. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +6 -2
  64. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  65. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -6
  66. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  67. package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
  68. package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
  69. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +15 -0
  70. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +1 -0
  71. package/libs/common/domain/src/lib/model/user/index.d.ts +2 -0
  72. package/libs/common/domain/src/lib/model/user/index.d.ts.map +1 -0
  73. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -0
  74. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  75. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +3 -1
  76. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  77. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +39 -0
  78. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -0
  79. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +8 -0
  80. 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
  81. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +4 -1
  82. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  83. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  84. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +10 -5
  85. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
  86. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +1 -0
  87. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  88. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  89. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  90. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  91. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +40 -6
  92. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  93. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +24 -4
  94. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  95. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +14 -4
  96. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  97. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +8 -5
  98. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  99. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +12 -9
  100. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  101. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  102. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  103. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +3 -1
  104. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  105. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +12 -3
  106. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  107. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +16 -15
  108. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  109. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +11 -0
  110. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +1 -0
  111. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +22 -0
  112. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -0
  113. package/libs/ui/inputs/src/index.d.ts +15 -14
  114. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  115. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +9 -0
  116. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -0
  117. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +1 -1
  118. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  119. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +1 -1
  120. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
  121. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +12 -0
  122. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +1 -0
  123. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +7 -1
  124. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  125. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +5 -1
  126. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  127. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -35
  128. package/libs/ui/layout/src/index.d.ts +1 -0
  129. package/libs/ui/layout/src/index.d.ts.map +1 -1
  130. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +25 -0
  131. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -0
  132. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +13 -6
  133. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +1 -1
  134. package/libs/ui/layout/src/lib/ui-layout.module.d.ts +4 -5
  135. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  136. package/libs/util/shared/src/lib/links/link-utils.d.ts +18 -0
  137. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  138. package/package.json +1 -1
  139. package/src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts +1 -0
  140. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +12 -1
  141. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +51 -1
  142. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +34 -7
  143. package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
  144. package/src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts +15 -0
  145. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -0
  146. package/src/libs/common/fixtures/src/index.ts +8 -6
  147. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +8 -0
  148. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +3 -3
  149. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +83 -0
  150. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +51 -1
  151. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css +0 -0
  152. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +8 -0
  153. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +64 -0
  154. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css +0 -0
  155. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +4 -0
  156. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +15 -0
  157. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +33 -33
  158. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +16 -0
  159. package/src/libs/feature/editor/src/lib/fields.config.ts +15 -0
  160. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +7 -0
  161. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +32 -18
  162. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +72 -17
  163. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +1 -0
  164. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +26 -8
  165. package/src/libs/feature/record/src/lib/feature-record.module.ts +5 -2
  166. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +2 -1
  167. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +51 -6
  168. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +82 -7
  169. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +48 -8
  170. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +81 -24
  171. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +40 -10
  172. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
  173. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +2 -1
  174. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +1 -1
  175. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +38 -20
  176. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +12 -0
  177. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +26 -10
  178. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +87 -8
  179. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +5 -2
  180. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +54 -0
  181. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.css +0 -0
  182. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +75 -0
  183. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +63 -0
  184. package/src/libs/ui/inputs/src/index.ts +15 -14
  185. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +3 -0
  186. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +11 -0
  187. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +16 -0
  188. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +8 -1
  189. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +13 -0
  190. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.css +6 -0
  191. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.html +26 -0
  192. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.ts +32 -0
  193. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +2 -1
  194. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +29 -0
  195. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +2 -1
  196. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +17 -1
  197. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +2 -2
  198. package/src/libs/ui/layout/src/index.ts +1 -0
  199. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +23 -0
  200. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +20 -0
  201. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +84 -0
  202. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +7 -4
  203. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +4 -4
  204. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +45 -15
  205. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -2
  206. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +1 -1
  207. package/src/libs/util/shared/src/lib/links/link-utils.ts +21 -0
  208. package/translations/de.json +21 -0
  209. package/translations/en.json +21 -0
  210. package/translations/es.json +21 -0
  211. package/translations/fr.json +21 -0
  212. package/translations/it.json +21 -0
  213. package/translations/nl.json +21 -0
  214. package/translations/pt.json +21 -0
  215. package/translations/sk.json +21 -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;AAsFD,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"}
@@ -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"}
@@ -1,4 +1,4 @@
1
- import { DatasetServiceDistribution } from '../../../../../../libs/common/domain/src/lib/model/record';
1
+ import { DatasetServiceDistribution, ServiceProtocol } from '../../../../../../libs/common/domain/src/lib/model/record';
2
2
  import { BehaviorSubject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class RecordApiFormComponent {
@@ -7,9 +7,12 @@ export declare class RecordApiFormComponent {
7
7
  limit$: BehaviorSubject<string>;
8
8
  format$: BehaviorSubject<string>;
9
9
  apiBaseUrl: string;
10
- formatsList: {
11
- label: string;
10
+ apiFeatureType: string;
11
+ supportOffset: boolean;
12
+ accessServiceProtocol: ServiceProtocol | undefined;
13
+ outputFormats: {
12
14
  value: string;
15
+ label: string;
13
16
  }[];
14
17
  apiQueryUrl$: import("rxjs").Observable<any>;
15
18
  noLimitChecked$: import("rxjs").Observable<boolean>;
@@ -18,6 +21,12 @@ export declare class RecordApiFormComponent {
18
21
  setLimit(value: string): void;
19
22
  setFormat(value: string | unknown): void;
20
23
  resetUrl(): void;
24
+ parseOutputFormats(): void;
25
+ mapFormats(formats: any[]): {
26
+ label: string;
27
+ value: "json" | "html" | "pdf" | "geojson" | "svg" | "csv" | "excel" | "shp" | "gml" | "kml" | "gpkg" | "zip" | "jpg" | "dxf" | "fgb" | "jsonfg";
28
+ }[];
29
+ getOutputFormats(url: string, accessServiceProtocol: string): Promise<import("@camptocamp/ogc-client").GenericEndpointInfo | import("@camptocamp/ogc-client").OgcApiCollectionInfo>;
21
30
  static ɵfac: i0.ɵɵFactoryDeclaration<RecordApiFormComponent, never>;
22
31
  static ɵcmp: i0.ɵɵComponentDeclaration<RecordApiFormComponent, "gn-ui-record-api-form", never, { "apiLink": { "alias": "apiLink"; "required": false; }; }, {}, never, never, false, never>;
23
32
  }
@@ -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":"AAEA,OAAO,EACL,0BAA0B,EAC1B,eAAe,EAChB,MAAM,2DAA2D,CAAA;AAElE,OAAO,EAAE,eAAe,EAAiC,MAAM,MAAM,CAAA;;AAOrE,qBAMa,sBAAsB;IACjC,IAAa,OAAO,CAAC,KAAK,EAAE,0BAA0B,EASrD;IAED,OAAO,0BAA0B;IACjC,MAAM,0BAA0B;IAChC,OAAO,0BAA0B;IACjC,UAAU,EAAE,MAAM,CAAA;IAClB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,UAAO;IACpB,qBAAqB,EAAE,eAAe,GAAG,SAAS,CAAA;IAClD,aAAa;;;QAAqC;IAElD,YAAY,iCA+BX;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;IAMR,kBAAkB;IA2BlB,UAAU,CAAC,OAAO,EAAE,GAAG,EAAE;;;;IAanB,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM;yCAxHtD,sBAAsB;2CAAtB,sBAAsB;CAmIlC"}
@@ -4,20 +4,20 @@ 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 "./avatar/avatar.component";
16
- import * as i15 from "./user-preview/user-preview.component";
17
- import * as i16 from "./metadata-info/linkify.directive";
18
- import * as i17 from "./pagination-buttons/pagination-buttons.component";
19
- import * as i18 from "./max-lines/max-lines.component";
20
- import * as i19 from "./record-api-form/record-api-form.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
21
  import * as i20 from "./image-overlay-preview/image-overlay-preview.component";
22
22
  import * as i21 from "@angular/common";
23
23
  import * as i22 from "@angular/material/icon";
@@ -31,9 +31,10 @@ import * as i29 from "../../../inputs/src/lib/ui-inputs.module";
31
31
  import * as i30 from "@angular/forms";
32
32
  import * as i31 from "./markdown-parser/markdown-parser.component";
33
33
  import * as i32 from "./thumbnail/thumbnail.component";
34
+ 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.AvatarComponent, typeof i15.UserPreviewComponent, typeof i16.GnUiLinkifyDirective, typeof i17.PaginationButtonsComponent, typeof i18.MaxLinesComponent, typeof i19.RecordApiFormComponent, 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 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 i32.ThumbnailComponent, typeof i14.AvatarComponent, typeof i15.UserPreviewComponent, typeof i17.PaginationButtonsComponent, typeof i18.MaxLinesComponent, typeof i19.RecordApiFormComponent, typeof i31.MarkdownParserComponent, typeof i20.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,22 @@
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
+ isActiveUserEditor: boolean;
9
+ activeUser: UserModel;
10
+ isLastComment: boolean;
11
+ isAddUserFeedbackLoading: boolean;
12
+ newUserFeedbackAnswer: EventEmitter<UserFeedback>;
13
+ isAnAnswer: boolean;
14
+ newAnswer: string;
15
+ isAnswerEmpty: boolean;
16
+ ngOnInit(): void;
17
+ onNewAnswerValueChange(): void;
18
+ publishNewAnswer(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserFeedbackItemComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserFeedbackItemComponent, "gn-ui-user-feedback-item", never, { "userFeedbackParent": { "alias": "userFeedbackParent"; "required": false; }; "userFeedBacksAnswers": { "alias": "userFeedBacksAnswers"; "required": false; }; "isActiveUserEditor": { "alias": "isActiveUserEditor"; "required": false; }; "activeUser": { "alias": "activeUser"; "required": false; }; "isLastComment": { "alias": "isLastComment"; "required": false; }; "isAddUserFeedbackLoading": { "alias": "isAddUserFeedbackLoading"; "required": false; }; }, { "newUserFeedbackAnswer": "newUserFeedbackAnswer"; }, never, never, false, never>;
21
+ }
22
+ //# 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,kBAAkB,EAAE,OAAO,CAAA;IAC3B,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;yCAtBL,yBAAyB;2CAAzB,yBAAyB;CA0CrC"}
@@ -1,22 +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';
4
+ export * from './lib/checkbox/checkbox.component';
5
+ export * from './lib/chips-input/chips-input.component';
14
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';
15
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';
16
15
  export * from './lib/navigation-button/navigation-button.component';
17
- export * from './lib/viewport-intersector/viewport-intersector.component';
18
- export * from './lib/checkbox/checkbox.component';
19
16
  export * from './lib/search-input/search-input.component';
20
- export * from './lib/date-range-picker/date-range-picker.component';
21
- 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';
22
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,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"}
@@ -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"}
@@ -35,6 +35,6 @@ export declare class DropdownSelectorComponent implements OnInit {
35
35
  get focusedIndex(): number | -1;
36
36
  selectIfEnter(event: KeyboardEvent, choice: DropdownChoice): void;
37
37
  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>;
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, true, never>;
39
39
  }
40
40
  //# sourceMappingURL=dropdown-selector.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-selector.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAGL,UAAU,EACV,YAAY,EAEZ,MAAM,EAEN,SAAS,EAGV,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;;AAI1D,qBAMa,yBAA0B,YAAW,MAAM;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,UAAO;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;IAC9B,QAAQ,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IACjC,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,SAAK;IAClB,QAAQ,SAAK;IACZ,WAAW,wBAA8C;IACvC,aAAa,EAAE,gBAAgB,CAAA;IAC3B,OAAO,EAAE,mBAAmB,CAAA;IAC5D,WAAW,UAAQ;IACnB,YAAY,SAAS;IACrB,gBAAgB,SAAS;IACzB,gBAAgB,EAAE,iBAAiB,EAAE,CAepC;IAED,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC,CAAA;IAEnC,IAAI,cAAc,IAAI,cAAc,CAKnC;IAED,IAAI,EAAE,WAEL;IAED,cAAc,IAAI,MAAM;IAIxB,QAAQ,IAAI,IAAI;IAOhB,UAAU,CAAC,MAAM,EAAE,cAAc;IAIjC,aAAa,CAAC,MAAM,EAAE,cAAc;IAMpC,WAAW;IAcX,YAAY;IAIZ,cAAc;IAId,aAAa;IAIP,oBAAoB,CAAC,KAAK,EAAE,aAAa;IAuB/C,oBAAoB,CAAC,KAAK,EAAE,aAAa;IAczC,cAAc,CAAC,KAAK,EAAE,MAAM;IAS5B,IAAI,YAAY,IAAI,MAAM,GAAG,CAAC,CAAC,CAM9B;IAED,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,cAAc;yCAlJ/C,yBAAyB;2CAAzB,yBAAyB;CAwJrC"}
1
+ {"version":3,"file":"dropdown-selector.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EAElB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAGL,UAAU,EACV,YAAY,EAEZ,MAAM,EAEN,SAAS,EAGV,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;;AAQ1D,qBAca,yBAA0B,YAAW,MAAM;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,UAAO;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;IAC9B,QAAQ,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IACjC,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,SAAK;IAClB,QAAQ,SAAK;IACZ,WAAW,wBAA8C;IACvC,aAAa,EAAE,gBAAgB,CAAA;IAC3B,OAAO,EAAE,mBAAmB,CAAA;IAC5D,WAAW,UAAQ;IACnB,YAAY,SAAS;IACrB,gBAAgB,SAAS;IACzB,gBAAgB,EAAE,iBAAiB,EAAE,CAepC;IAED,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC,CAAA;IAEnC,IAAI,cAAc,IAAI,cAAc,CAKnC;IAED,IAAI,EAAE,WAEL;IAED,cAAc,IAAI,MAAM;IAIxB,QAAQ,IAAI,IAAI;IAOhB,UAAU,CAAC,MAAM,EAAE,cAAc;IAIjC,aAAa,CAAC,MAAM,EAAE,cAAc;IAMpC,WAAW;IAcX,YAAY;IAIZ,cAAc;IAId,aAAa;IAIP,oBAAoB,CAAC,KAAK,EAAE,aAAa;IAuB/C,oBAAoB,CAAC,KAAK,EAAE,aAAa;IAczC,cAAc,CAAC,KAAK,EAAE,MAAM;IAS5B,IAAI,YAAY,IAAI,MAAM,GAAG,CAAC,CAAC,CAM9B;IAED,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,cAAc;yCAlJ/C,yBAAyB;2CAAzB,yBAAyB;CAwJrC"}
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PreviousNextButtonsComponent {
4
+ isFirst: boolean;
5
+ isLast: boolean;
6
+ directionButtonClicked: EventEmitter<string>;
7
+ previousButtonClicked(): void;
8
+ nextButtonClicked(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<PreviousNextButtonsComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<PreviousNextButtonsComponent, "gn-ui-previous-next-buttons", never, { "isFirst": { "alias": "isFirst"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "directionButtonClicked": "directionButtonClicked"; }, never, never, true, never>;
11
+ }
12
+ //# sourceMappingURL=previous-next-buttons.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"previous-next-buttons.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAItB,qBAQa,4BAA4B;IAC9B,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,OAAO,CAAA;IAEd,sBAAsB,EAAE,YAAY,CAAC,MAAM,CAAC,CAAqB;IAE3E,qBAAqB;IAIrB,iBAAiB;yCAVN,4BAA4B;2CAA5B,4BAA4B;CAaxC"}
@@ -2,16 +2,22 @@ import { AfterViewInit } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TextAreaComponent implements AfterViewInit {
5
+ private readonly baseClasses;
6
+ private readonly disabledClasses;
5
7
  value: string;
8
+ disabled: boolean;
9
+ extraClass: string;
6
10
  placeholder: string;
7
11
  required: boolean;
8
12
  rawChange: Subject<string>;
9
13
  valueChange: import("rxjs").Observable<string>;
10
14
  input: any;
15
+ constructor();
16
+ get classList(): string;
11
17
  ngAfterViewInit(): void;
12
18
  checkRequired(value: any): void;
13
19
  handleChange($event: any): void;
14
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "gn-ui-text-area", never, { "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "gn-ui-text-area", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
16
22
  }
17
23
  //# sourceMappingURL=text-area.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-area.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/text-area/text-area.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAKd,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;;AAG9B,qBAMa,iBAAkB,YAAW,aAAa;IAC5C,KAAK,SAAK;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,UAAQ;IAEzB,SAAS,kBAAwB;IACvB,WAAW,oCAA8C;IAE/C,KAAK,MAAA;IAEzB,eAAe;IAIf,aAAa,CAAC,KAAK,KAAA;IAOnB,YAAY,CAAC,MAAM,KAAA;yCArBR,iBAAiB;2CAAjB,iBAAiB;CA0B7B"}
1
+ {"version":3,"file":"text-area.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/text-area/text-area.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAKd,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;;AAG9B,qBAMa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAQ;IACpC,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAQ;IAE/B,KAAK,SAAK;IACV,QAAQ,UAAQ;IAChB,UAAU,SAAK;IACf,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,UAAQ;IAEzB,SAAS,kBAAwB;IACvB,WAAW,oCAA8C;IAE/C,KAAK,MAAA;;IAoBzB,IAAI,SAAS,WAIZ;IAED,eAAe;IAIf,aAAa,CAAC,KAAK,KAAA;IAOnB,YAAY,CAAC,MAAM,KAAA;yCAlDR,iBAAiB;2CAAjB,iBAAiB;CAuD7B"}
@@ -2,16 +2,20 @@ import { AfterViewInit } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TextInputComponent implements AfterViewInit {
5
+ private readonly baseClass;
5
6
  value: string;
7
+ extraClass: string;
6
8
  hint: string;
7
9
  required: boolean;
10
+ disabled: boolean;
8
11
  rawChange: Subject<string>;
9
12
  valueChange: import("rxjs").Observable<string>;
10
13
  input: any;
14
+ get classList(): string;
11
15
  ngAfterViewInit(): void;
12
16
  checkRequired(value: any): void;
13
17
  handleChange($event: any): void;
14
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "gn-ui-text-input", never, { "value": { "alias": "value"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "gn-ui-text-input", never, { "value": { "alias": "value"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
16
20
  }
17
21
  //# sourceMappingURL=text-input.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-input.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/text-input/text-input.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAKd,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;;AAE9B,qBAKa,kBAAmB,YAAW,aAAa;IAC7C,KAAK,SAAK;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,UAAQ;IACzB,SAAS,kBAAwB;IACvB,WAAW,oCAA8C;IAE/C,KAAK,MAAA;IAEzB,eAAe;IAIf,aAAa,CAAC,KAAK,KAAA;IAOnB,YAAY,CAAC,MAAM,KAAA;yCApBR,kBAAkB;2CAAlB,kBAAkB;CAyB9B"}
1
+ {"version":3,"file":"text-input.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/text-input/text-input.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAKd,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;;AAE9B,qBAKa,kBAAmB,YAAW,aAAa;IACtD,OAAO,CAAC,QAAQ,CAAC,SAAS,CASf;IAEF,KAAK,SAAK;IACV,UAAU,SAAK;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,UAAQ;IAChB,QAAQ,EAAE,OAAO,CAAA;IAC1B,SAAS,kBAAwB;IACvB,WAAW,oCAA8C;IAC/C,KAAK,MAAA;IAEzB,IAAI,SAAS,WAEZ;IAED,eAAe;IAIf,aAAa,CAAC,KAAK,KAAA;IAOnB,YAAY,CAAC,MAAM,KAAA;yCApCR,kBAAkB;2CAAlB,kBAAkB;CAyC9B"}
@@ -1,41 +1,41 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdown-selector/dropdown-selector.component";
3
- import * as i2 from "./autocomplete/autocomplete.component";
4
- import * as i3 from "./text-input/text-input.component";
5
- import * as i4 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
6
- import * as i5 from "./chips-input/chips-input.component";
7
- import * as i6 from "./navigation-button/navigation-button.component";
8
- import * as i7 from "./star-toggle/star-toggle.component";
9
- import * as i8 from "./dropdown-multiselect/dropdown-multiselect.component";
10
- import * as i9 from "./viewport-intersector/viewport-intersector.component";
11
- import * as i10 from "./check-toggle/check-toggle.component";
12
- import * as i11 from "./copy-text-button/copy-text-button.component";
13
- import * as i12 from "./checkbox/checkbox.component";
14
- import * as i13 from "./search-input/search-input.component";
15
- import * as i14 from "./date-range-picker/date-range-picker.component";
16
- import * as i15 from "@angular/common";
17
- import * as i16 from "@ngx-translate/core";
18
- import * as i17 from "ngx-dropzone";
19
- import * as i18 from "@angular/forms";
20
- import * as i19 from "ngx-chips";
21
- import * as i20 from "../../../../util/shared/src/lib/util-shared.module";
22
- import * as i21 from "@angular/material/autocomplete";
23
- import * as i22 from "@angular/material/icon";
24
- import * as i23 from "../../../widgets/src/lib/ui-widgets.module";
25
- import * as i24 from "@angular/cdk/overlay";
26
- import * as i25 from "@angular/material/checkbox";
27
- import * as i26 from "@angular/material/tooltip";
28
- import * as i27 from "@angular/material/form-field";
29
- import * as i28 from "@angular/material/input";
30
- import * as i29 from "@angular/material/datepicker";
31
- import * as i30 from "@angular/material/core";
32
- import * as i31 from "./editable-label/editable-label.directive";
33
- import * as i32 from "./text-area/text-area.component";
34
- import * as i33 from "./button/button.component";
35
- import * as i34 from "./image-input/image-input.component";
2
+ import * as i1 from "./autocomplete/autocomplete.component";
3
+ import * as i2 from "./text-input/text-input.component";
4
+ import * as i3 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
5
+ import * as i4 from "./chips-input/chips-input.component";
6
+ import * as i5 from "./navigation-button/navigation-button.component";
7
+ import * as i6 from "./star-toggle/star-toggle.component";
8
+ import * as i7 from "./dropdown-multiselect/dropdown-multiselect.component";
9
+ import * as i8 from "./viewport-intersector/viewport-intersector.component";
10
+ import * as i9 from "./check-toggle/check-toggle.component";
11
+ import * as i10 from "./copy-text-button/copy-text-button.component";
12
+ import * as i11 from "./checkbox/checkbox.component";
13
+ import * as i12 from "./search-input/search-input.component";
14
+ import * as i13 from "@angular/common";
15
+ import * as i14 from "@ngx-translate/core";
16
+ import * as i15 from "ngx-dropzone";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "ngx-chips";
19
+ import * as i18 from "../../../../util/shared/src/lib/util-shared.module";
20
+ import * as i19 from "@angular/material/autocomplete";
21
+ import * as i20 from "@angular/material/icon";
22
+ import * as i21 from "../../../widgets/src/lib/ui-widgets.module";
23
+ import * as i22 from "@angular/cdk/overlay";
24
+ import * as i23 from "@angular/material/checkbox";
25
+ import * as i24 from "@angular/material/tooltip";
26
+ import * as i25 from "@angular/material/form-field";
27
+ import * as i26 from "@angular/material/input";
28
+ import * as i27 from "@angular/material/datepicker";
29
+ import * as i28 from "@angular/material/core";
30
+ import * as i29 from "./editable-label/editable-label.directive";
31
+ import * as i30 from "./text-area/text-area.component";
32
+ import * as i31 from "./button/button.component";
33
+ import * as i32 from "./image-input/image-input.component";
34
+ import * as i33 from "./dropdown-selector/dropdown-selector.component";
35
+ import * as i34 from "./date-range-picker/date-range-picker.component";
36
36
  export declare class UiInputsModule {
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.TextInputComponent, typeof i4.DragAndDropFileInputComponent, typeof i5.ChipsInputComponent, typeof i6.NavigationButtonComponent, typeof i7.StarToggleComponent, typeof i8.DropdownMultiselectComponent, typeof i9.ViewportIntersectorComponent, typeof i10.CheckToggleComponent, typeof i11.CopyTextButtonComponent, typeof i12.CheckboxComponent, typeof i13.SearchInputComponent, typeof i14.DateRangePickerComponent], [typeof i15.CommonModule, typeof i16.TranslateModule, typeof i17.NgxDropzoneModule, typeof i18.FormsModule, typeof i18.ReactiveFormsModule, typeof i19.TagInputModule, typeof i20.UtilSharedModule, typeof i21.MatAutocompleteModule, typeof i22.MatIconModule, typeof i23.UiWidgetsModule, typeof i24.OverlayModule, typeof i25.MatCheckboxModule, typeof i26.MatTooltipModule, typeof i27.MatFormFieldModule, typeof i28.MatInputModule, typeof i29.MatDatepickerModule, typeof i30.MatNativeDateModule, typeof i31.EditableLabelDirective, typeof i32.TextAreaComponent, typeof i33.ButtonComponent, typeof i34.ImageInputComponent], [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i33.ButtonComponent, typeof i3.TextInputComponent, typeof i4.DragAndDropFileInputComponent, typeof i32.TextAreaComponent, typeof i5.ChipsInputComponent, typeof i6.NavigationButtonComponent, typeof i7.StarToggleComponent, typeof i8.DropdownMultiselectComponent, typeof i9.ViewportIntersectorComponent, typeof i10.CheckToggleComponent, typeof i11.CopyTextButtonComponent, typeof i12.CheckboxComponent, typeof i13.SearchInputComponent, typeof i14.DateRangePickerComponent, typeof i31.EditableLabelDirective, typeof i34.ImageInputComponent]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.AutocompleteComponent, typeof i2.TextInputComponent, typeof i3.DragAndDropFileInputComponent, typeof i4.ChipsInputComponent, typeof i5.NavigationButtonComponent, typeof i6.StarToggleComponent, typeof i7.DropdownMultiselectComponent, typeof i8.ViewportIntersectorComponent, typeof i9.CheckToggleComponent, typeof i10.CopyTextButtonComponent, typeof i11.CheckboxComponent, typeof i12.SearchInputComponent], [typeof i13.CommonModule, typeof i14.TranslateModule, typeof i15.NgxDropzoneModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.TagInputModule, typeof i18.UtilSharedModule, typeof i19.MatAutocompleteModule, typeof i20.MatIconModule, typeof i21.UiWidgetsModule, typeof i22.OverlayModule, typeof i23.MatCheckboxModule, typeof i24.MatTooltipModule, typeof i25.MatFormFieldModule, typeof i26.MatInputModule, typeof i27.MatDatepickerModule, typeof i28.MatNativeDateModule, typeof i29.EditableLabelDirective, typeof i30.TextAreaComponent, typeof i31.ButtonComponent, typeof i32.ImageInputComponent, typeof i33.DropdownSelectorComponent, typeof i34.DateRangePickerComponent], [typeof i33.DropdownSelectorComponent, typeof i1.AutocompleteComponent, typeof i31.ButtonComponent, typeof i2.TextInputComponent, typeof i3.DragAndDropFileInputComponent, typeof i30.TextAreaComponent, typeof i4.ChipsInputComponent, typeof i5.NavigationButtonComponent, typeof i6.StarToggleComponent, typeof i7.DropdownMultiselectComponent, typeof i8.ViewportIntersectorComponent, typeof i9.CheckToggleComponent, typeof i10.CopyTextButtonComponent, typeof i11.CheckboxComponent, typeof i12.SearchInputComponent, typeof i34.DateRangePickerComponent, typeof i29.EditableLabelDirective, typeof i32.ImageInputComponent]>;
39
39
  static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
40
40
  }
41
41
  //# sourceMappingURL=ui-inputs.module.d.ts.map
@@ -6,5 +6,6 @@ export * from './lib/form-field-wrapper/form-field-wrapper.component';
6
6
  export * from './lib/interactive-table/interactive-table-column/interactive-table-column.component';
7
7
  export * from './lib/interactive-table/interactive-table.component';
8
8
  export * from './lib/sticky-header/sticky-header.component';
9
+ export * from './lib/block-list/block-list.component';
9
10
  export * from './lib/ui-layout.module';
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iEAAiE,CAAA;AAC/E,cAAc,mDAAmD,CAAA;AACjE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qFAAqF,CAAA;AACnG,cAAc,qDAAqD,CAAA;AACnE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iEAAiE,CAAA;AAC/E,cAAc,mDAAmD,CAAA;AACjE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qFAAqF,CAAA;AACnG,cAAc,qDAAqD,CAAA;AACnE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,25 @@
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, QueryList } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BlockListComponent implements AfterViewInit {
4
+ private changeDetector;
5
+ pageSize: number;
6
+ containerClass: string;
7
+ paginationContainerClass: string;
8
+ blocks: QueryList<ElementRef<HTMLElement>>;
9
+ blockContainer: ElementRef<HTMLElement>;
10
+ protected minHeight: number;
11
+ protected currentPage: number;
12
+ protected get pages(): number[];
13
+ get isFirstPage(): boolean;
14
+ get isLastPage(): boolean;
15
+ get pagesCount(): number;
16
+ constructor(changeDetector: ChangeDetectorRef);
17
+ ngAfterViewInit(): void;
18
+ protected refreshBlocksVisibility: () => void;
19
+ goToPage(index: number): void;
20
+ previousPage(): void;
21
+ nextPage(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<BlockListComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<BlockListComponent, "gn-ui-block-list", never, { "pageSize": { "alias": "pageSize"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "paginationContainerClass": { "alias": "paginationContainerClass"; "required": false; }; }, {}, ["blocks"], ["*"], true, never>;
24
+ }
25
+ //# sourceMappingURL=block-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"block-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/block-list/block-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAGjB,UAAU,EAEV,SAAS,EAEV,MAAM,eAAe,CAAA;;AAGtB,qBAQa,kBAAmB,YAAW,aAAa;IA0B1C,OAAO,CAAC,cAAc;IAzBzB,QAAQ,SAAI;IACZ,cAAc,SAAK;IACnB,wBAAwB,SAA6B;IACd,MAAM,EAAE,SAAS,CAC/D,UAAU,CAAC,WAAW,CAAC,CACxB,CAAA;IAC4B,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAEpE,SAAS,CAAC,SAAS,SAAI;IAEvB,SAAS,CAAC,WAAW,SAAI;IACzB,SAAS,KAAK,KAAK,aAElB;IAED,IAAI,WAAW,YAEd;IACD,IAAI,UAAU,YAEb;IACD,IAAI,UAAU,WAEb;gBAEmB,cAAc,EAAE,iBAAiB;IAErD,eAAe;IASf,SAAS,CAAC,uBAAuB,aAQhC;IAEM,QAAQ,CAAC,KAAK,EAAE,MAAM;IAMtB,YAAY;IAKZ,QAAQ;yCA1DJ,kBAAkB;2CAAlB,kBAAkB;CA8D9B"}