@provoly/dashboard 0.22.6 → 0.22.7

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 (528) hide show
  1. package/admin/components/admin-abac-rules/store/abac-rules.effects.d.ts +2 -2
  2. package/admin/components/admin-classes/store/admin-class.effects.d.ts +2 -2
  3. package/admin/components/admin-fields/store/fields.effects.d.ts +2 -2
  4. package/admin/store/admin.effects.d.ts +3 -3
  5. package/components/metadata-editor/store/metadata.effects.d.ts +6 -6
  6. package/esm2022/admin/admin-routing.module.mjs +5 -5
  7. package/esm2022/admin/admin.module.mjs +6 -6
  8. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-edit/admin-abac-rules-edit.component.mjs +5 -5
  9. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +5 -5
  10. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-new/admin-abac-rules-new.component.mjs +5 -5
  11. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-view/admin-abac-rules-view.component.mjs +5 -5
  12. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules.component.mjs +5 -5
  13. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +5 -5
  14. package/esm2022/admin/components/admin-abac-rules/components/composed-condition/composed-condition.component.mjs +5 -5
  15. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +5 -5
  16. package/esm2022/admin/components/admin-abac-rules/components/select-attribute/select-attribute.component.mjs +5 -5
  17. package/esm2022/admin/components/admin-abac-rules/components/select-metadata/select-metadata.component.mjs +5 -5
  18. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.effects.mjs +5 -5
  19. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.service.mjs +4 -4
  20. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +5 -5
  21. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +5 -5
  22. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +5 -5
  23. package/esm2022/admin/components/admin-classes/admin-classes-edit/admin-classes-edit.component.mjs +5 -5
  24. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +5 -5
  25. package/esm2022/admin/components/admin-classes/admin-classes-new/admin-classes-new.component.mjs +4 -4
  26. package/esm2022/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.mjs +5 -5
  27. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-edit/admin-attributes-edit.component.mjs +5 -5
  28. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +5 -5
  29. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-new/admin-attributes-new.component.mjs +5 -5
  30. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +5 -5
  31. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-classes-view.component.mjs +5 -5
  32. package/esm2022/admin/components/admin-classes/admin-classes.component.mjs +5 -5
  33. package/esm2022/admin/components/admin-classes/store/admin-class.effects.mjs +5 -5
  34. package/esm2022/admin/components/admin-dataset/admin-dataset.component.mjs +5 -5
  35. package/esm2022/admin/components/admin-dataset/admin-edit-dataset/admin-edit-dataset.component.mjs +5 -5
  36. package/esm2022/admin/components/admin-dataset/admin-new-dataset/admin-new-dataset.component.mjs +4 -4
  37. package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +5 -5
  38. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +5 -5
  39. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +5 -5
  40. package/esm2022/admin/components/admin-environment/admin-environment-new/admin-environment-new.component.mjs +4 -4
  41. package/esm2022/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.mjs +5 -5
  42. package/esm2022/admin/components/admin-environment/admin-environment-update/admin-environment-update.component.mjs +5 -5
  43. package/esm2022/admin/components/admin-environment/admin-environment.component.mjs +5 -5
  44. package/esm2022/admin/components/admin-environment/store/environment.effects.mjs +5 -5
  45. package/esm2022/admin/components/admin-fields/admin-fields-edit/admin-fields-edit.component.mjs +5 -5
  46. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +5 -5
  47. package/esm2022/admin/components/admin-fields/admin-fields-new/admin-fields-new.component.mjs +4 -4
  48. package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +5 -5
  49. package/esm2022/admin/components/admin-fields/admin-fields.component.mjs +5 -5
  50. package/esm2022/admin/components/admin-fields/store/fields.effects.mjs +5 -5
  51. package/esm2022/admin/components/admin-layout/admin-layout.component.mjs +5 -5
  52. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +5 -5
  53. package/esm2022/admin/components/admin-links/admin-links.component.mjs +5 -5
  54. package/esm2022/admin/components/admin-links/store/links.effects.mjs +5 -5
  55. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +5 -5
  56. package/esm2022/admin/components/admin-metadata/admin-edit-metadata/admin-edit-metadata.component.mjs +5 -5
  57. package/esm2022/admin/components/admin-metadata/admin-metadata.component.mjs +5 -5
  58. package/esm2022/admin/components/admin-metadata/admin-new-metadata/admin-new-metadata.component.mjs +5 -5
  59. package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +5 -5
  60. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +5 -5
  61. package/esm2022/admin/components/admin-metadata/shared/list-metadata/list-metadata.module.mjs +5 -5
  62. package/esm2022/admin/components/admin-metadata/shared/list-metadata/pry-list-metadata.component.mjs +5 -5
  63. package/esm2022/admin/components/admin-metadata-rules/admin-edit-metadata-rules/admin-edit-metadata-rules.component.mjs +5 -5
  64. package/esm2022/admin/components/admin-metadata-rules/admin-metadata-rules.component.mjs +5 -5
  65. package/esm2022/admin/components/admin-metadata-rules/admin-new-metadata-rules/admin-new-metadata-rules.component.mjs +4 -4
  66. package/esm2022/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.mjs +5 -5
  67. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +5 -5
  68. package/esm2022/admin/components/admin-metadata-rules/store/metadata-rules.effects.mjs +5 -5
  69. package/esm2022/admin/components/admin-metadata-user/admin-metadata-user.component.mjs +5 -5
  70. package/esm2022/admin/components/admin-metadata-user/admin-user-edit-metadata/admin-user-edit-metadata.component.mjs +5 -5
  71. package/esm2022/admin/components/admin-metadata-user/admin-user-new-metadata/admin-user-new-metadata.component.mjs +5 -5
  72. package/esm2022/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.mjs +5 -5
  73. package/esm2022/admin/components/admin-metadata-user/store/admin-metadata-user.effects.mjs +5 -5
  74. package/esm2022/admin/components/admin-predicates/admin-predicates-form/admin-predicates-form.component.mjs +5 -5
  75. package/esm2022/admin/components/admin-predicates/admin-predicates-new/admin-predicates-new.component.mjs +4 -4
  76. package/esm2022/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.mjs +5 -5
  77. package/esm2022/admin/components/admin-predicates/admin-predicates-update/admin-predicates-update.component.mjs +5 -5
  78. package/esm2022/admin/components/admin-predicates/admin-predicates.component.mjs +5 -5
  79. package/esm2022/admin/components/admin-predicates/store/predicates.effects.mjs +5 -5
  80. package/esm2022/admin/components/admin-relation-types/admin-relation-types-modal/admin-relation-types-modal.component.mjs +5 -5
  81. package/esm2022/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.mjs +5 -5
  82. package/esm2022/admin/components/admin-relation-types/admin-relation-types.component.mjs +5 -5
  83. package/esm2022/admin/components/admin-title/admin-title.component.mjs +5 -5
  84. package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +5 -5
  85. package/esm2022/admin/components/admin-user/admin-user.component.mjs +5 -5
  86. package/esm2022/admin/components/admin-user/store/admin-user.effects.mjs +5 -5
  87. package/esm2022/admin/components/admin.component.mjs +5 -5
  88. package/esm2022/admin/components/association/association.component.mjs +4 -4
  89. package/esm2022/admin/store/admin.effects.mjs +5 -5
  90. package/esm2022/admin/store/admin.reducer.mjs +1 -1
  91. package/esm2022/admin/store/admin.selectors.mjs +1 -1
  92. package/esm2022/admin/store/admin.service.mjs +5 -5
  93. package/esm2022/components/card/card.component.mjs +20 -20
  94. package/esm2022/components/card/card.module.mjs +5 -5
  95. package/esm2022/components/checkbox/checkbox.component.mjs +5 -5
  96. package/esm2022/components/checkbox/checkbox.module.mjs +5 -5
  97. package/esm2022/components/color-picker/color-picker.component.mjs +5 -5
  98. package/esm2022/components/color-picker/color-picker.module.mjs +5 -5
  99. package/esm2022/components/expand-panel/expand-panel.component.mjs +7 -7
  100. package/esm2022/components/expand-panel/expand-panel.module.mjs +5 -5
  101. package/esm2022/components/filter/filter.module.mjs +5 -5
  102. package/esm2022/components/filter/filter.pipe.mjs +4 -4
  103. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +5 -5
  104. package/esm2022/components/metadata-editor/metadata-editor.module.mjs +5 -5
  105. package/esm2022/components/metadata-editor/store/metadata.effects.mjs +5 -5
  106. package/esm2022/components/metadata-editor/store/metadata.service.mjs +5 -5
  107. package/esm2022/components/metadata-editor/style/css.component.mjs +4 -4
  108. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +5 -5
  109. package/esm2022/components/scheme-picker/scheme-picker.module.mjs +5 -5
  110. package/esm2022/components/scheme-picker/scheme.service.mjs +5 -5
  111. package/esm2022/components/sinceDate/sinceDate.module.mjs +5 -5
  112. package/esm2022/components/sinceDate/sinceDate.pipe.mjs +5 -5
  113. package/esm2022/components/stepper/step/step.component.mjs +4 -4
  114. package/esm2022/components/stepper/step-title.directive.mjs +5 -5
  115. package/esm2022/components/stepper/stepper.component.mjs +4 -4
  116. package/esm2022/components/stepper/stepper.module.mjs +5 -5
  117. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +5 -5
  118. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +5 -5
  119. package/esm2022/dataset/components/dataset.component.mjs +5 -5
  120. package/esm2022/dataset/dataset.module.mjs +6 -6
  121. package/esm2022/dataset/style/css.component.mjs +4 -4
  122. package/esm2022/filters/autocomplete/autocomplete.component.mjs +5 -5
  123. package/esm2022/filters/autocomplete/autocomplete.module.mjs +5 -5
  124. package/esm2022/filters/autocomplete/style/css.component.mjs +4 -4
  125. package/esm2022/filters/date/date-filter.component.mjs +5 -5
  126. package/esm2022/filters/date/date-filter.module.mjs +5 -5
  127. package/esm2022/filters/list/list-filter.component.mjs +5 -5
  128. package/esm2022/filters/list/list-filter.module.mjs +5 -5
  129. package/esm2022/filters/list/style/css.component.mjs +4 -4
  130. package/esm2022/filters/number/number-filter.component.mjs +5 -5
  131. package/esm2022/filters/number/number-filter.module.mjs +5 -5
  132. package/esm2022/filters/text/text-filter.component.mjs +5 -5
  133. package/esm2022/filters/text/text-filter.module.mjs +5 -5
  134. package/esm2022/import/components/import.component.mjs +5 -5
  135. package/esm2022/import/import-routing.module.mjs +5 -5
  136. package/esm2022/import/import.module.mjs +6 -6
  137. package/esm2022/import/store/import.effects.mjs +5 -5
  138. package/esm2022/import/store/import.service.mjs +5 -5
  139. package/esm2022/import/style/css.component.mjs +4 -4
  140. package/esm2022/lib/core/access/access.directive.mjs +6 -6
  141. package/esm2022/lib/core/access/access.guard.mjs +4 -4
  142. package/esm2022/lib/core/access/access.service.mjs +5 -5
  143. package/esm2022/lib/core/access/access.utils.mjs +1 -1
  144. package/esm2022/lib/core/auth/geoAuth.service.mjs +5 -5
  145. package/esm2022/lib/core/components/about/about.component.mjs +5 -5
  146. package/esm2022/lib/core/components/about/pry-about.module.mjs +5 -5
  147. package/esm2022/lib/core/components/accordion/accordion-item/accordion-item.component.mjs +5 -5
  148. package/esm2022/lib/core/components/accordion/accordion.component.mjs +5 -5
  149. package/esm2022/lib/core/components/base-layout/base-layout.component.mjs +5 -5
  150. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +5 -5
  151. package/esm2022/lib/core/components/base-toolbox/base-toolbox.component.mjs +4 -4
  152. package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +5 -5
  153. package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +5 -5
  154. package/esm2022/lib/core/components/date-picker/date-picker.component.mjs +4 -4
  155. package/esm2022/lib/core/components/date-picker/date-picker.module.mjs +5 -5
  156. package/esm2022/lib/core/components/date-picker/date-range-highlight.pipe.mjs +4 -4
  157. package/esm2022/lib/core/components/date-picker/time-picker/loop-scroll-column/loop-scroll-column.component.mjs +5 -5
  158. package/esm2022/lib/core/components/date-picker/time-picker/time-picker.component.mjs +4 -4
  159. package/esm2022/lib/core/components/edit-input/edit-input.component.mjs +5 -5
  160. package/esm2022/lib/core/components/edit-input/edit-input.module.mjs +5 -5
  161. package/esm2022/lib/core/components/ellipsis.directive.mjs +5 -5
  162. package/esm2022/lib/core/components/get-secured-image/get-secured-image.pipe.mjs +5 -5
  163. package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.directive.mjs +5 -5
  164. package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.module.mjs +5 -5
  165. package/esm2022/lib/core/components/icon/icon.component.mjs +5 -5
  166. package/esm2022/lib/core/components/icon/icon.module.mjs +5 -5
  167. package/esm2022/lib/core/components/modal/modal.component.mjs +4 -4
  168. package/esm2022/lib/core/components/modal/pry-modal.module.mjs +5 -5
  169. package/esm2022/lib/core/components/modal-status/modal-status.component.mjs +5 -5
  170. package/esm2022/lib/core/components/modal-status/modal-status.module.mjs +6 -6
  171. package/esm2022/lib/core/components/nq-color-selector/nq-color-selector.component.mjs +5 -5
  172. package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +6 -6
  173. package/esm2022/lib/core/components/overlay/dialog-ref.mjs +1 -1
  174. package/esm2022/lib/core/components/overlay/dialog.service.mjs +5 -5
  175. package/esm2022/lib/core/components/overlay/overlay.directive.mjs +5 -5
  176. package/esm2022/lib/core/components/overlay/overlay.module.mjs +5 -5
  177. package/esm2022/lib/core/components/range/range.component.mjs +5 -5
  178. package/esm2022/lib/core/components/range/range.module.mjs +5 -5
  179. package/esm2022/lib/core/components/select/select-a11y.service.mjs +1 -1
  180. package/esm2022/lib/core/components/select/select.component.mjs +5 -5
  181. package/esm2022/lib/core/components/select/select.module.mjs +5 -5
  182. package/esm2022/lib/core/components/select-image/select-image.component.mjs +5 -5
  183. package/esm2022/lib/core/components/share/group-share/group-share.component.mjs +5 -5
  184. package/esm2022/lib/core/components/share/share.component.mjs +5 -5
  185. package/esm2022/lib/core/components/share/share.module.mjs +5 -5
  186. package/esm2022/lib/core/components/snackbar/snackbar/snackbar.component.mjs +5 -5
  187. package/esm2022/lib/core/components/snackbar/snackbar.module.mjs +5 -5
  188. package/esm2022/lib/core/components/snackbar/snackbar.service.mjs +5 -5
  189. package/esm2022/lib/core/components/sort/sort-data.pipe.mjs +4 -4
  190. package/esm2022/lib/core/components/sort/sort-header/sort-header.component.mjs +5 -5
  191. package/esm2022/lib/core/components/sort/sort-header.directive.mjs +4 -4
  192. package/esm2022/lib/core/components/sort/sort-table.directive.mjs +4 -4
  193. package/esm2022/lib/core/components/sort/sort.module.mjs +5 -5
  194. package/esm2022/lib/core/components/tabs/tab-group.component.mjs +5 -5
  195. package/esm2022/lib/core/components/tabs/tab.component.mjs +5 -5
  196. package/esm2022/lib/core/components/toggle/toggle.component.mjs +5 -5
  197. package/esm2022/lib/core/components/toggle/toggle.module.mjs +5 -5
  198. package/esm2022/lib/core/components/translate-id/translate-id.pipe.mjs +5 -5
  199. package/esm2022/lib/core/components/translate-item-to-symbol/translate-item-to-symbol.pipe.mjs +5 -5
  200. package/esm2022/lib/core/components/upload/upload.component.mjs +5 -5
  201. package/esm2022/lib/core/core.module.mjs +6 -6
  202. package/esm2022/lib/core/errors/http-error-interceptor.service.mjs +5 -5
  203. package/esm2022/lib/core/i18n/deep-merge.function.mjs +1 -1
  204. package/esm2022/lib/core/i18n/i18n.module.mjs +5 -5
  205. package/esm2022/lib/core/i18n/i18n.pipe.mjs +5 -5
  206. package/esm2022/lib/core/i18n/i18n.service.mjs +5 -5
  207. package/esm2022/lib/core/model/display-options.interface.mjs +1 -1
  208. package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +5 -5
  209. package/esm2022/lib/core/store/aggregation/base-aggregation.service.mjs +4 -4
  210. package/esm2022/lib/core/store/aggregation/frontend-aggregation/aggregation-utils.class.mjs +1 -2
  211. package/esm2022/lib/core/store/aggregation/frontend-aggregation/frontend-aggregation.service.mjs +5 -5
  212. package/esm2022/lib/core/store/category/category.effects.mjs +5 -5
  213. package/esm2022/lib/core/store/category/category.service.mjs +5 -5
  214. package/esm2022/lib/core/store/class/class.effects.mjs +5 -5
  215. package/esm2022/lib/core/store/class/class.selectors.mjs +1 -1
  216. package/esm2022/lib/core/store/class/class.service.mjs +5 -5
  217. package/esm2022/lib/core/store/config/config.effects.mjs +5 -5
  218. package/esm2022/lib/core/store/config/config.selectors.mjs +1 -1
  219. package/esm2022/lib/core/store/config/config.service.mjs +5 -5
  220. package/esm2022/lib/core/store/config/open-map-tiles.service.mjs +5 -5
  221. package/esm2022/lib/core/store/context-menu/context-menu.effects.mjs +5 -5
  222. package/esm2022/lib/core/store/data-source/data-source.effects.mjs +5 -5
  223. package/esm2022/lib/core/store/data-source/data-source.selectors.mjs +1 -1
  224. package/esm2022/lib/core/store/data-source/data-source.service.mjs +5 -5
  225. package/esm2022/lib/core/store/field/field.effects.mjs +5 -5
  226. package/esm2022/lib/core/store/field/field.selectors.mjs +1 -1
  227. package/esm2022/lib/core/store/field/field.service.mjs +5 -5
  228. package/esm2022/lib/core/store/image/image.effects.mjs +5 -5
  229. package/esm2022/lib/core/store/image/image.selectors.mjs +1 -1
  230. package/esm2022/lib/core/store/image/image.service.mjs +5 -5
  231. package/esm2022/lib/core/store/item/item.effects.mjs +5 -5
  232. package/esm2022/lib/core/store/item/item.service.mjs +5 -5
  233. package/esm2022/lib/core/store/raw/raw.service.mjs +5 -5
  234. package/esm2022/lib/core/store/relation-types/relation-types.effects.mjs +5 -5
  235. package/esm2022/lib/core/store/relation-types/relation-types.service.mjs +5 -5
  236. package/esm2022/lib/core/store/search/lat-lon-to-geographic-field-transformation.function.mjs +1 -1
  237. package/esm2022/lib/core/store/search/search.effects.mjs +5 -5
  238. package/esm2022/lib/core/store/search/search.service.mjs +5 -5
  239. package/esm2022/lib/core/symbol/symbol.service.mjs +5 -5
  240. package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +5 -5
  241. package/esm2022/lib/core/toolbox/toolbox-menu.service.mjs +5 -5
  242. package/esm2022/lib/core/ws/websocket.service.mjs +5 -5
  243. package/esm2022/lib/dashboard/action-bus/effect/action-bus.effects.mjs +5 -5
  244. package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +5 -5
  245. package/esm2022/lib/dashboard/base-widget.module.mjs +5 -5
  246. package/esm2022/lib/dashboard/components/context-menu/context-menu.component.mjs +5 -5
  247. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +5 -5
  248. package/esm2022/lib/dashboard/components/dashboard.component.mjs +5 -5
  249. package/esm2022/lib/dashboard/components/manifests/manifests.component.mjs +5 -5
  250. package/esm2022/lib/dashboard/components/metadata/metadata.component.mjs +5 -5
  251. package/esm2022/lib/dashboard/components/solve-collisions.function.mjs +1 -1
  252. package/esm2022/lib/dashboard/components/subscriptionner.directive.mjs +4 -4
  253. package/esm2022/lib/dashboard/components/vizualize-raw/vizualize-raw.component.mjs +5 -5
  254. package/esm2022/lib/dashboard/components/widgets/base-widget.component.mjs +5 -5
  255. package/esm2022/lib/dashboard/components/widgets/data-widget.component.mjs +5 -5
  256. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +5 -5
  257. package/esm2022/lib/dashboard/components/widgets/header/resultset-size.pipe.mjs +5 -5
  258. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +5 -5
  259. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +5 -5
  260. package/esm2022/lib/dashboard/components/widgets/widget-filler/widget-filler.component.mjs +5 -5
  261. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +6 -6
  262. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-instanciator.component.mjs +5 -5
  263. package/esm2022/lib/dashboard/components/widgets/widget-placeholder/widget-placeholder.component.mjs +5 -5
  264. package/esm2022/lib/dashboard/components/widgets/widget-placement/widget-placement.utils.mjs +1 -1
  265. package/esm2022/lib/dashboard/dashboard.module.mjs +6 -6
  266. package/esm2022/lib/dashboard/filter/base-filter.component.mjs +5 -5
  267. package/esm2022/lib/dashboard/filter/base-filter.module.mjs +5 -5
  268. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +6 -6
  269. package/esm2022/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.mjs +5 -5
  270. package/esm2022/lib/dashboard/filter/filter-factory.service.mjs +6 -6
  271. package/esm2022/lib/dashboard/filter/filter-loader.function.mjs +1 -1
  272. package/esm2022/lib/dashboard/filter/style/css.component.mjs +4 -4
  273. package/esm2022/lib/dashboard/item-utils.mjs +1 -1
  274. package/esm2022/lib/dashboard/resultset-utils.mjs +1 -1
  275. package/esm2022/lib/dashboard/store/dashboard-init.service.mjs +6 -6
  276. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +6 -6
  277. package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +1 -1
  278. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +1 -1
  279. package/esm2022/lib/dashboard/store/manifest.service.mjs +5 -5
  280. package/esm2022/lib/dashboard/store/refresh.service.mjs +5 -5
  281. package/esm2022/lib/dashboard/store/title.service.mjs +5 -5
  282. package/esm2022/lib/dashboard/store/wms.service.mjs +5 -5
  283. package/esm2022/lib/dashboard/tooltip/base-tooltip.component.mjs +4 -4
  284. package/esm2022/lib/dashboard/tooltip/base-tooltip.module.mjs +5 -5
  285. package/esm2022/lib/dashboard/tooltip/components/default/default.tooltip.component.mjs +4 -4
  286. package/esm2022/lib/dashboard/tooltip/tooltip-factory.service.mjs +6 -6
  287. package/esm2022/lib/dashboard/tooltip/tooltip-loader.function.mjs +1 -1
  288. package/esm2022/lib/dashboard/widget-loader.function.mjs +1 -1
  289. package/esm2022/notification/components/notification/content/notification-content.component.mjs +5 -5
  290. package/esm2022/notification/components/notification/notification.component.mjs +5 -5
  291. package/esm2022/notification/notification.module.mjs +6 -6
  292. package/esm2022/notification/store/notification.effects.mjs +5 -5
  293. package/esm2022/notification/store/notification.service.mjs +5 -5
  294. package/esm2022/notification/style/css.component.mjs +4 -4
  295. package/esm2022/pipeline/components/pipeline-details/pipeline-details.component.mjs +5 -5
  296. package/esm2022/pipeline/components/pipeline-editor/graph-serializer.utils.mjs +1 -1
  297. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +5 -5
  298. package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +5 -5
  299. package/esm2022/pipeline/components/pipeline-properties-panel.component.mjs +4 -4
  300. package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +5 -5
  301. package/esm2022/pipeline/node-class/base-node.class.mjs +1 -1
  302. package/esm2022/pipeline/pipeline.module.mjs +6 -6
  303. package/esm2022/pipeline/store/pipeline.effects.mjs +5 -5
  304. package/esm2022/pipeline/store/pipeline.service.mjs +5 -5
  305. package/esm2022/pipeline/style/css.component.mjs +4 -4
  306. package/esm2022/pipeline-components/filter/component/filter.component.mjs +5 -5
  307. package/esm2022/pipeline-components/filter/filter.module.mjs +6 -6
  308. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +5 -5
  309. package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +6 -6
  310. package/esm2022/pipeline-components/noop/component/noop.component.mjs +5 -5
  311. package/esm2022/pipeline-components/noop/noop.module.mjs +6 -6
  312. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +5 -5
  313. package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +6 -6
  314. package/esm2022/pipeline-components/subgraph/component/empty.component.mjs +5 -5
  315. package/esm2022/pipeline-components/subgraph/node-class/sub-graph-node.class.mjs +1 -1
  316. package/esm2022/pipeline-components/subgraph/subgraph.module.mjs +6 -6
  317. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +6 -6
  318. package/esm2022/presentation/components/presentation.component.mjs +5 -5
  319. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +5 -5
  320. package/esm2022/presentation/presentation.module.mjs +6 -6
  321. package/esm2022/presentation/style/css.component.mjs +4 -4
  322. package/esm2022/restitution/components/restitution/restitution.component.mjs +5 -5
  323. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +5 -5
  324. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +5 -5
  325. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +5 -5
  326. package/esm2022/restitution/restitution.module.mjs +6 -6
  327. package/esm2022/restitution/style/css.component.mjs +5 -5
  328. package/esm2022/search/components/choose-widget/choose-widget.component.mjs +5 -5
  329. package/esm2022/search/components/edit-named-query/edit-named-query.component.mjs +5 -5
  330. package/esm2022/search/components/edit-named-query-modal/edit-named-query-modal.component.mjs +5 -5
  331. package/esm2022/search/components/save-query/save-query.component.mjs +6 -6
  332. package/esm2022/search/components/save-query-button/save-query-button.component.mjs +5 -5
  333. package/esm2022/search/search-fulltext/search-fulltext/search-fulltext.component.mjs +5 -5
  334. package/esm2022/search/search-fulltext/store/search-fulltext.effects.mjs +5 -5
  335. package/esm2022/search/search-fulltext/store/search-fulltext.service.mjs +4 -4
  336. package/esm2022/search/search-home/search-home.component.mjs +5 -5
  337. package/esm2022/search/search-mono-class/components/search-composed/search-composed.component.mjs +5 -5
  338. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +5 -5
  339. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +5 -5
  340. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +5 -5
  341. package/esm2022/search/search-mono-class/components/search-select-attribute/search-select-attribute.component.mjs +5 -5
  342. package/esm2022/search/search-mono-class/store/search-mono-class.effects.mjs +5 -5
  343. package/esm2022/search/search-mono-class/store/search-mono-class.selectors.mjs +1 -1
  344. package/esm2022/search/search-mono-class/store/search-mono-class.service.mjs +4 -4
  345. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +5 -5
  346. package/esm2022/search/search-multi-class/components/multi-class-field-selection/multi-class-field-selection.component.mjs +5 -5
  347. package/esm2022/search/search-multi-class/components/search-multi-class/search-multi-class.component.mjs +5 -5
  348. package/esm2022/search/search-multi-class/store/search-multi-class.effects.mjs +5 -5
  349. package/esm2022/search/search-multi-class/store/search-multi-class.reducer.mjs +1 -1
  350. package/esm2022/search/search-multi-class/store/search-multi-class.selectors.mjs +1 -1
  351. package/esm2022/search/search-multi-class/store/search-multi-class.service.mjs +4 -4
  352. package/esm2022/search/search-tools/search-tools.component.mjs +5 -5
  353. package/esm2022/search/search.module.mjs +6 -6
  354. package/esm2022/search/style/css.component.mjs +5 -5
  355. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +5 -5
  356. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +5 -5
  357. package/esm2022/toolbox/components/delete/delete.component.mjs +5 -5
  358. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +5 -5
  359. package/esm2022/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.mjs +5 -5
  360. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +5 -5
  361. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +5 -5
  362. package/esm2022/toolbox/components/named-query/named-query.component.mjs +5 -5
  363. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +5 -5
  364. package/esm2022/toolbox/components/save-view/save-view.component.mjs +5 -5
  365. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +5 -5
  366. package/esm2022/toolbox/components/share/share.component.mjs +5 -5
  367. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +5 -5
  368. package/esm2022/toolbox/components/toolbox-action/toolbox-action.component.mjs +5 -5
  369. package/esm2022/toolbox/components/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +5 -5
  370. package/esm2022/toolbox/components/toolbox.component.mjs +6 -6
  371. package/esm2022/toolbox/style/css.component.mjs +5 -5
  372. package/esm2022/toolbox/toolbox.module.mjs +5 -5
  373. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +5 -5
  374. package/esm2022/tooltips/attribute/attribute-tooltip.module.mjs +5 -5
  375. package/esm2022/tooltips/cluster/cluster-tooltip.component.mjs +4 -4
  376. package/esm2022/tooltips/cluster/cluster-tooltip.module.mjs +5 -5
  377. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +5 -5
  378. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +4 -4
  379. package/esm2022/widgets/widget-aggregated-chart/widget-aggregated-chart.module.mjs +6 -6
  380. package/esm2022/widgets/widget-chart/component/vega-error.handler.mjs +1 -1
  381. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +6 -6
  382. package/esm2022/widgets/widget-chart/style/css.component.mjs +4 -4
  383. package/esm2022/widgets/widget-chart/widget-chart.module.mjs +6 -6
  384. package/esm2022/widgets/widget-detail/component/widget-detail.component.mjs +5 -5
  385. package/esm2022/widgets/widget-detail/style/css.component.mjs +4 -4
  386. package/esm2022/widgets/widget-detail/widget-detail.module.mjs +6 -6
  387. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +5 -5
  388. package/esm2022/widgets/widget-graph/layout/simple.function.mjs +1 -1
  389. package/esm2022/widgets/widget-graph/style/css.component.mjs +4 -4
  390. package/esm2022/widgets/widget-graph/widget-graph.module.mjs +6 -6
  391. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +5 -5
  392. package/esm2022/widgets/widget-iframe/messaging/iframe-messaging.service.mjs +4 -4
  393. package/esm2022/widgets/widget-iframe/style/css.component.mjs +4 -4
  394. package/esm2022/widgets/widget-iframe/widget-iframe.module.mjs +6 -6
  395. package/esm2022/widgets/widget-image/component/widget-image.component.mjs +5 -5
  396. package/esm2022/widgets/widget-image/style/css.component.mjs +4 -4
  397. package/esm2022/widgets/widget-image/widget-image.module.mjs +5 -5
  398. package/esm2022/widgets/widget-map/component/widget-map-layer.service.mjs +4 -4
  399. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +6 -6
  400. package/esm2022/widgets/widget-map/interaction/interaction-manager.class.mjs +1 -1
  401. package/esm2022/widgets/widget-map/interaction/layer-slider.class.mjs +1 -1
  402. package/esm2022/widgets/widget-map/interaction/selection-interaction.class.mjs +1 -1
  403. package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +5 -5
  404. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +5 -5
  405. package/esm2022/widgets/widget-map/style/css.component.mjs +5 -5
  406. package/esm2022/widgets/widget-map/utils/cql-utils.class.mjs +1 -1
  407. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +1 -1
  408. package/esm2022/widgets/widget-map/utils/xml-utils.class.mjs +1 -1
  409. package/esm2022/widgets/widget-map/widget-map.module.mjs +6 -6
  410. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +5 -5
  411. package/esm2022/widgets/widget-table/expand-value/detach-row.directive.mjs +5 -5
  412. package/esm2022/widgets/widget-table/expand-value/expand-value.component.mjs +4 -4
  413. package/esm2022/widgets/widget-table/expand-value/format-number.pipe.mjs +5 -5
  414. package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +5 -5
  415. package/esm2022/widgets/widget-table/resizable/resizable.component.mjs +4 -4
  416. package/esm2022/widgets/widget-table/resizable/resizable.directive.mjs +6 -6
  417. package/esm2022/widgets/widget-table/style/css.component.mjs +4 -4
  418. package/esm2022/widgets/widget-table/widget-table.module.mjs +6 -6
  419. package/esm2022/widgets/widget-template/component/widget-template.component.mjs +5 -5
  420. package/esm2022/widgets/widget-template/style/css.component.mjs +4 -4
  421. package/esm2022/widgets/widget-template/widget-template.module.mjs +6 -6
  422. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +5 -5
  423. package/esm2022/widgets/widget-tile/style/css.component.mjs +4 -4
  424. package/esm2022/widgets/widget-tile/widget-tile.module.mjs +6 -6
  425. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +6 -6
  426. package/esm2022/widgets/widget-vega/style/css.component.mjs +4 -4
  427. package/esm2022/widgets/widget-vega/widget-vega.module.mjs +6 -6
  428. package/fesm2022/provoly-dashboard-admin.mjs +333 -333
  429. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  430. package/fesm2022/provoly-dashboard-components-card.mjs +23 -23
  431. package/fesm2022/provoly-dashboard-components-card.mjs.map +1 -1
  432. package/fesm2022/provoly-dashboard-components-checkbox.mjs +8 -8
  433. package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
  434. package/fesm2022/provoly-dashboard-components-color-picker.mjs +8 -8
  435. package/fesm2022/provoly-dashboard-components-color-picker.mjs.map +1 -1
  436. package/fesm2022/provoly-dashboard-components-expand-panel.mjs +10 -10
  437. package/fesm2022/provoly-dashboard-components-expand-panel.mjs.map +1 -1
  438. package/fesm2022/provoly-dashboard-components-filter.mjs +7 -7
  439. package/fesm2022/provoly-dashboard-components-filter.mjs.map +1 -1
  440. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +19 -19
  441. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  442. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +12 -12
  443. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  444. package/fesm2022/provoly-dashboard-components-sinceDate.mjs +8 -8
  445. package/fesm2022/provoly-dashboard-components-sinceDate.mjs.map +1 -1
  446. package/fesm2022/provoly-dashboard-components-stepper.mjs +14 -14
  447. package/fesm2022/provoly-dashboard-components-stepper.mjs.map +1 -1
  448. package/fesm2022/provoly-dashboard-dataset.mjs +20 -20
  449. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  450. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +11 -11
  451. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  452. package/fesm2022/provoly-dashboard-filters-date.mjs +8 -8
  453. package/fesm2022/provoly-dashboard-filters-date.mjs.map +1 -1
  454. package/fesm2022/provoly-dashboard-filters-list.mjs +11 -11
  455. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  456. package/fesm2022/provoly-dashboard-filters-number.mjs +8 -8
  457. package/fesm2022/provoly-dashboard-filters-number.mjs.map +1 -1
  458. package/fesm2022/provoly-dashboard-filters-text.mjs +8 -8
  459. package/fesm2022/provoly-dashboard-filters-text.mjs.map +1 -1
  460. package/fesm2022/provoly-dashboard-import.mjs +24 -24
  461. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  462. package/fesm2022/provoly-dashboard-notification.mjs +24 -24
  463. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  464. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +9 -9
  465. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  466. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +9 -9
  467. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  468. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +9 -9
  469. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs.map +1 -1
  470. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +9 -9
  471. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  472. package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs +9 -9
  473. package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs.map +1 -1
  474. package/fesm2022/provoly-dashboard-pipeline.mjs +35 -35
  475. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  476. package/fesm2022/provoly-dashboard-presentation.mjs +21 -21
  477. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  478. package/fesm2022/provoly-dashboard-restitution.mjs +25 -25
  479. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  480. package/fesm2022/provoly-dashboard-search.mjs +95 -95
  481. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  482. package/fesm2022/provoly-dashboard-toolbox.mjs +73 -73
  483. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  484. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +8 -8
  485. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
  486. package/fesm2022/provoly-dashboard-tooltips-cluster.mjs +7 -7
  487. package/fesm2022/provoly-dashboard-tooltips-cluster.mjs.map +1 -1
  488. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +12 -12
  489. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  490. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +13 -13
  491. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  492. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs +12 -12
  493. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs.map +1 -1
  494. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +12 -12
  495. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  496. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +15 -15
  497. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs.map +1 -1
  498. package/fesm2022/provoly-dashboard-widgets-widget-image.mjs +11 -11
  499. package/fesm2022/provoly-dashboard-widgets-widget-image.mjs.map +1 -1
  500. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +25 -25
  501. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  502. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +35 -35
  503. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  504. package/fesm2022/provoly-dashboard-widgets-widget-template.mjs +12 -12
  505. package/fesm2022/provoly-dashboard-widgets-widget-template.mjs.map +1 -1
  506. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +12 -12
  507. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  508. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +13 -13
  509. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
  510. package/fesm2022/provoly-dashboard.mjs +509 -510
  511. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  512. package/lib/core/store/image/image.effects.d.ts +3 -3
  513. package/lib/dashboard/store/dashboard.effects.d.ts +7 -7
  514. package/package.json +40 -40
  515. package/schematics/ng-add/index.js.map +1 -1
  516. package/search/search-mono-class/store/search-mono-class.effects.d.ts +3 -3
  517. package/schematics/ng-add/index.spec.d.ts +0 -1
  518. package/schematics/ng-add/index.spec.js +0 -87
  519. package/schematics/ng-add/index.spec.js.map +0 -1
  520. package/schematics/ng-update/version-0-13/index.spec.d.ts +0 -1
  521. package/schematics/ng-update/version-0-13/index.spec.js +0 -184
  522. package/schematics/ng-update/version-0-13/index.spec.js.map +0 -1
  523. package/schematics/ng-update/version-0-14/index.spec.d.ts +0 -1
  524. package/schematics/ng-update/version-0-14/index.spec.js +0 -51
  525. package/schematics/ng-update/version-0-14/index.spec.js.map +0 -1
  526. package/schematics/ng-update/version-0-15/index.spec.d.ts +0 -1
  527. package/schematics/ng-update/version-0-15/index.spec.js +0 -51
  528. package/schematics/ng-update/version-0-15/index.spec.js.map +0 -1
@@ -172,15 +172,15 @@ class PryAddEditPresentationComponent extends SubscriptionnerDirective {
172
172
  ]
173
173
  : this.selectedPresentation$.value?.metadata ?? [];
174
174
  }
175
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryAddEditPresentationComponent, deps: [{ token: i1.Store }, { token: i3.Router, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
176
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PryAddEditPresentationComponent, selector: "pry-add-edit-presentation", inputs: { edition: "edition", editionStartUrl: "editionStartUrl", selectedPresentation: "selectedPresentation", mode: "mode" }, outputs: { goBack: "goBack" }, usesInheritance: true, ngImport: i0, template: "<div class=\"o-manifest-layout\">\n <div class=\"o-manifest-layout__toolbox\">\n <button class=\"a-btn a-btn--secondary\" type=\"button\" (click)=\"close()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button class=\"a-btn a-btn--primary\" type=\"button\" (click)=\"save()\" [disabled]=\"form.invalid\">\n {{ '@pry.toolbox.manifest.check' | i18n }}\n </button>\n </div>\n <div class=\"o-manifest-layout__content--presentation\">\n <h1 class=\"a-h1\">{{ '@pry.presentation.add' + '.pageTitle' | i18n }}</h1>\n <div class=\"o-presentation-form-wrapper\">\n <form [formGroup]=\"form\" class=\"o-presentation-form\">\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_name\">{{ '@pry.presentation.form.name' | i18n }}</label>\n <input\n type=\"text\"\n id=\"presentation_name\"\n formControlName=\"name\"\n placeholder=\"{{ '@pry.presentation.form.name' | i18n }}\"\n class=\"a-form-field\"\n maxlength=\"50\"\n required\n />\n <label\n for=\"presentation_name\"\n *ngIf=\"form.get('name')?.touched && form.get('name')?.hasError('required')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.required' | i18n }}\n </label>\n <label\n for=\"presentation_name\"\n *ngIf=\"form.get('name')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.maxLength' | i18n : { len: '50' } }}\n </label>\n </div>\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_description\">{{\n '@pry.presentation.form.description' | i18n\n }}</label>\n <textarea\n formControlName=\"description\"\n id=\"presentation_description\"\n name=\"description\"\n cols=\"30\"\n rows=\"5\"\n maxlength=\"200\"\n placeholder=\"{{ '@pry.presentation.form.description' | i18n }}\"\n class=\"a-form-field\"\n ></textarea>\n <label\n for=\"presentation_description\"\n *ngIf=\"form.get('description')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.maxLength' | i18n : { len: '200' } }}\n </label>\n </div>\n <div class=\"m-form-label-field -width-full\" *ngIf=\"mode === 'theme'\">\n <label class=\"a-label\" for=\"presentation_theme\">{{ '@pry.presentation.form.theme' | i18n }}</label>\n <pry-select\n id=\"presentation_theme\"\n [items]=\"possibleThemes\"\n formControlName=\"theme\"\n [clearable]=\"true\"\n ></pry-select>\n </div>\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_image\">{{ '@pry.presentation.form.image' | i18n }}</label>\n <div class=\"o-file-input\">\n <pry-select-image\n id=\"presentation_image\"\n (changed)=\"image = $event\"\n [iconUrl]=\"image\"\n [mode]=\"type\"\n ></pry-select-image>\n <pry-checkbox formControlName=\"cover\" name=\"cover\" ngDefaultControl>\n {{ '@pry.presentation.form.cover' | i18n }}\n </pry-checkbox>\n </div>\n </div>\n <div class=\"m-form-label-field -width-full m-form-label-field--inline\">\n <label class=\"a-label\">{{ '@pry.presentation.form.grid' | i18n }}</label>\n <span class=\"a-label\">{{ '@pry.toolbox.layout.' + this.chosenLayout | i18n }}</span>\n <pry-select-grid-layout *ngIf=\"!edition\"></pry-select-grid-layout>\n </div>\n </form>\n <ng-container *ngIf=\"mode === 'meta'\">\n <div class=\"o-presentation__metadata-editor\" *ngIf=\"selectedPresentation$ | async as selectedPresentation\">\n <pry-metadata-editor\n [targetId]=\"selectedPresentation.id\"\n [isModification]=\"true\"\n [metadata]=\"selectedPresentation.metadata ?? []\"\n (removeMeta)=\"removeMetadata($event)\"\n (addMeta)=\"addMetadata($event)\"\n [type]=\"'meta'\"\n ></pry-metadata-editor>\n </div>\n </ng-container>\n </div>\n <button\n class=\"a-btn a-btn--primary\"\n (click)=\"configureDashboard(selectedPresentation$.value!)\"\n [disabled]=\"form.invalid\"\n >\n {{ '@pry.presentation.configuration' | i18n }}\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "component", type: i4.PrySelectImageComponent, selector: "pry-select-image", inputs: ["iconUrl", "size", "mode"], outputs: ["toggled", "changed"] }, { kind: "directive", type: i4$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i4$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i4.PrySelectComponent, selector: "pry-select", inputs: ["items", "clearable", "multiple", "closeOnSelect", "placeholder", "isForm", "required", "name", "readonly", "autocomplete", "bindValue", "bindLabel", "iconSize", "bindIcon", "template", "i18nPrefix", "bindClasses", "loading", "elementRef"], outputs: ["searched", "cleared"] }, { kind: "component", type: i5.SelectGridLayoutComponent, selector: "pry-select-grid-layout" }, { kind: "component", type: i6.PryCheckboxComponent, selector: "pry-checkbox", inputs: ["circle"] }, { kind: "directive", type: i6$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.PryMetadataEditorComponent, selector: "pry-metadata-editor", inputs: ["isModification", "targetId", "type", "metadata"], outputs: ["addMeta", "removeMeta"] }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i6$1.AsyncPipe, name: "async" }] }); }
175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryAddEditPresentationComponent, deps: [{ token: i1.Store }, { token: i3.Router, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
176
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryAddEditPresentationComponent, selector: "pry-add-edit-presentation", inputs: { edition: "edition", editionStartUrl: "editionStartUrl", selectedPresentation: "selectedPresentation", mode: "mode" }, outputs: { goBack: "goBack" }, usesInheritance: true, ngImport: i0, template: "<div class=\"o-manifest-layout\">\n <div class=\"o-manifest-layout__toolbox\">\n <button class=\"a-btn a-btn--secondary\" type=\"button\" (click)=\"close()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button class=\"a-btn a-btn--primary\" type=\"button\" (click)=\"save()\" [disabled]=\"form.invalid\">\n {{ '@pry.toolbox.manifest.check' | i18n }}\n </button>\n </div>\n <div class=\"o-manifest-layout__content--presentation\">\n <h1 class=\"a-h1\">{{ '@pry.presentation.add' + '.pageTitle' | i18n }}</h1>\n <div class=\"o-presentation-form-wrapper\">\n <form [formGroup]=\"form\" class=\"o-presentation-form\">\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_name\">{{ '@pry.presentation.form.name' | i18n }}</label>\n <input\n type=\"text\"\n id=\"presentation_name\"\n formControlName=\"name\"\n placeholder=\"{{ '@pry.presentation.form.name' | i18n }}\"\n class=\"a-form-field\"\n maxlength=\"50\"\n required\n />\n <label\n for=\"presentation_name\"\n *ngIf=\"form.get('name')?.touched && form.get('name')?.hasError('required')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.required' | i18n }}\n </label>\n <label\n for=\"presentation_name\"\n *ngIf=\"form.get('name')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.maxLength' | i18n : { len: '50' } }}\n </label>\n </div>\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_description\">{{\n '@pry.presentation.form.description' | i18n\n }}</label>\n <textarea\n formControlName=\"description\"\n id=\"presentation_description\"\n name=\"description\"\n cols=\"30\"\n rows=\"5\"\n maxlength=\"200\"\n placeholder=\"{{ '@pry.presentation.form.description' | i18n }}\"\n class=\"a-form-field\"\n ></textarea>\n <label\n for=\"presentation_description\"\n *ngIf=\"form.get('description')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.maxLength' | i18n : { len: '200' } }}\n </label>\n </div>\n <div class=\"m-form-label-field -width-full\" *ngIf=\"mode === 'theme'\">\n <label class=\"a-label\" for=\"presentation_theme\">{{ '@pry.presentation.form.theme' | i18n }}</label>\n <pry-select\n id=\"presentation_theme\"\n [items]=\"possibleThemes\"\n formControlName=\"theme\"\n [clearable]=\"true\"\n ></pry-select>\n </div>\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_image\">{{ '@pry.presentation.form.image' | i18n }}</label>\n <div class=\"o-file-input\">\n <pry-select-image\n id=\"presentation_image\"\n (changed)=\"image = $event\"\n [iconUrl]=\"image\"\n [mode]=\"type\"\n ></pry-select-image>\n <pry-checkbox formControlName=\"cover\" name=\"cover\" ngDefaultControl>\n {{ '@pry.presentation.form.cover' | i18n }}\n </pry-checkbox>\n </div>\n </div>\n <div class=\"m-form-label-field -width-full m-form-label-field--inline\">\n <label class=\"a-label\">{{ '@pry.presentation.form.grid' | i18n }}</label>\n <span class=\"a-label\">{{ '@pry.toolbox.layout.' + this.chosenLayout | i18n }}</span>\n <pry-select-grid-layout *ngIf=\"!edition\"></pry-select-grid-layout>\n </div>\n </form>\n <ng-container *ngIf=\"mode === 'meta'\">\n <div class=\"o-presentation__metadata-editor\" *ngIf=\"selectedPresentation$ | async as selectedPresentation\">\n <pry-metadata-editor\n [targetId]=\"selectedPresentation.id\"\n [isModification]=\"true\"\n [metadata]=\"selectedPresentation.metadata ?? []\"\n (removeMeta)=\"removeMetadata($event)\"\n (addMeta)=\"addMetadata($event)\"\n [type]=\"'meta'\"\n ></pry-metadata-editor>\n </div>\n </ng-container>\n </div>\n <button\n class=\"a-btn a-btn--primary\"\n (click)=\"configureDashboard(selectedPresentation$.value!)\"\n [disabled]=\"form.invalid\"\n >\n {{ '@pry.presentation.configuration' | i18n }}\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "component", type: i4.PrySelectImageComponent, selector: "pry-select-image", inputs: ["iconUrl", "size", "mode"], outputs: ["toggled", "changed"] }, { kind: "directive", type: i4$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i4$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i4.PrySelectComponent, selector: "pry-select", inputs: ["items", "clearable", "multiple", "closeOnSelect", "placeholder", "isForm", "required", "name", "readonly", "autocomplete", "bindValue", "bindLabel", "iconSize", "bindIcon", "template", "i18nPrefix", "bindClasses", "loading", "elementRef"], outputs: ["searched", "cleared"] }, { kind: "component", type: i5.SelectGridLayoutComponent, selector: "pry-select-grid-layout" }, { kind: "component", type: i6.PryCheckboxComponent, selector: "pry-checkbox", inputs: ["circle"] }, { kind: "directive", type: i6$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.PryMetadataEditorComponent, selector: "pry-metadata-editor", inputs: ["isModification", "targetId", "type", "metadata"], outputs: ["addMeta", "removeMeta"] }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i6$1.AsyncPipe, name: "async" }] }); }
177
177
  }
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryAddEditPresentationComponent, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryAddEditPresentationComponent, decorators: [{
179
179
  type: Component,
180
180
  args: [{ selector: 'pry-add-edit-presentation', template: "<div class=\"o-manifest-layout\">\n <div class=\"o-manifest-layout__toolbox\">\n <button class=\"a-btn a-btn--secondary\" type=\"button\" (click)=\"close()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button class=\"a-btn a-btn--primary\" type=\"button\" (click)=\"save()\" [disabled]=\"form.invalid\">\n {{ '@pry.toolbox.manifest.check' | i18n }}\n </button>\n </div>\n <div class=\"o-manifest-layout__content--presentation\">\n <h1 class=\"a-h1\">{{ '@pry.presentation.add' + '.pageTitle' | i18n }}</h1>\n <div class=\"o-presentation-form-wrapper\">\n <form [formGroup]=\"form\" class=\"o-presentation-form\">\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_name\">{{ '@pry.presentation.form.name' | i18n }}</label>\n <input\n type=\"text\"\n id=\"presentation_name\"\n formControlName=\"name\"\n placeholder=\"{{ '@pry.presentation.form.name' | i18n }}\"\n class=\"a-form-field\"\n maxlength=\"50\"\n required\n />\n <label\n for=\"presentation_name\"\n *ngIf=\"form.get('name')?.touched && form.get('name')?.hasError('required')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.required' | i18n }}\n </label>\n <label\n for=\"presentation_name\"\n *ngIf=\"form.get('name')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.maxLength' | i18n : { len: '50' } }}\n </label>\n </div>\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_description\">{{\n '@pry.presentation.form.description' | i18n\n }}</label>\n <textarea\n formControlName=\"description\"\n id=\"presentation_description\"\n name=\"description\"\n cols=\"30\"\n rows=\"5\"\n maxlength=\"200\"\n placeholder=\"{{ '@pry.presentation.form.description' | i18n }}\"\n class=\"a-form-field\"\n ></textarea>\n <label\n for=\"presentation_description\"\n *ngIf=\"form.get('description')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.presentation.maxLength' | i18n : { len: '200' } }}\n </label>\n </div>\n <div class=\"m-form-label-field -width-full\" *ngIf=\"mode === 'theme'\">\n <label class=\"a-label\" for=\"presentation_theme\">{{ '@pry.presentation.form.theme' | i18n }}</label>\n <pry-select\n id=\"presentation_theme\"\n [items]=\"possibleThemes\"\n formControlName=\"theme\"\n [clearable]=\"true\"\n ></pry-select>\n </div>\n <div class=\"m-form-label-field -width-full\">\n <label class=\"a-label\" for=\"presentation_image\">{{ '@pry.presentation.form.image' | i18n }}</label>\n <div class=\"o-file-input\">\n <pry-select-image\n id=\"presentation_image\"\n (changed)=\"image = $event\"\n [iconUrl]=\"image\"\n [mode]=\"type\"\n ></pry-select-image>\n <pry-checkbox formControlName=\"cover\" name=\"cover\" ngDefaultControl>\n {{ '@pry.presentation.form.cover' | i18n }}\n </pry-checkbox>\n </div>\n </div>\n <div class=\"m-form-label-field -width-full m-form-label-field--inline\">\n <label class=\"a-label\">{{ '@pry.presentation.form.grid' | i18n }}</label>\n <span class=\"a-label\">{{ '@pry.toolbox.layout.' + this.chosenLayout | i18n }}</span>\n <pry-select-grid-layout *ngIf=\"!edition\"></pry-select-grid-layout>\n </div>\n </form>\n <ng-container *ngIf=\"mode === 'meta'\">\n <div class=\"o-presentation__metadata-editor\" *ngIf=\"selectedPresentation$ | async as selectedPresentation\">\n <pry-metadata-editor\n [targetId]=\"selectedPresentation.id\"\n [isModification]=\"true\"\n [metadata]=\"selectedPresentation.metadata ?? []\"\n (removeMeta)=\"removeMetadata($event)\"\n (addMeta)=\"addMetadata($event)\"\n [type]=\"'meta'\"\n ></pry-metadata-editor>\n </div>\n </ng-container>\n </div>\n <button\n class=\"a-btn a-btn--primary\"\n (click)=\"configureDashboard(selectedPresentation$.value!)\"\n [disabled]=\"form.invalid\"\n >\n {{ '@pry.presentation.configuration' | i18n }}\n </button>\n </div>\n</div>\n" }]
181
- }], ctorParameters: function () { return [{ type: i1.Store }, { type: i3.Router, decorators: [{
181
+ }], ctorParameters: () => [{ type: i1.Store }, { type: i3.Router, decorators: [{
182
182
  type: Optional
183
- }] }]; }, propDecorators: { edition: [{
183
+ }] }], propDecorators: { edition: [{
184
184
  type: Input
185
185
  }], editionStartUrl: [{
186
186
  type: Input
@@ -199,19 +199,19 @@ class PryTitlePresentationComponent {
199
199
  .select(DashboardSelectors.presentation)
200
200
  .pipe(map((presentation) => presentation.current));
201
201
  }
202
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryTitlePresentationComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
203
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PryTitlePresentationComponent, selector: "pry-title-presentation", ngImport: i0, template: "<div class=\"m-presentation-title\" *ngIf=\"currentPresentation$ | async as currentPresentation\">\n <h1 class=\"a-h1 m-presentation-title__text\">\n {{ currentPresentation.name || ('@pry.header.noCurrentPresentation' | i18n) }}\n </h1>\n <div\n *ngIf=\"!!currentPresentation.description\"\n class=\"m-presentation-title__description m-info-icon a-tooltip -tooltip-width-lg align-center\"\n [attr.data-tooltip]=\"currentPresentation.description\"\n data-tooltip-position=\"right\"\n >\n <span>i</span>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i6$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i6$1.AsyncPipe, name: "async" }] }); }
202
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryTitlePresentationComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
203
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryTitlePresentationComponent, selector: "pry-title-presentation", ngImport: i0, template: "<div class=\"m-presentation-title\" *ngIf=\"currentPresentation$ | async as currentPresentation\">\n <h1 class=\"a-h1 m-presentation-title__text\">\n {{ currentPresentation.name || ('@pry.header.noCurrentPresentation' | i18n) }}\n </h1>\n <div\n *ngIf=\"!!currentPresentation.description\"\n class=\"m-presentation-title__description m-info-icon a-tooltip -tooltip-width-lg align-center\"\n [attr.data-tooltip]=\"currentPresentation.description\"\n data-tooltip-position=\"right\"\n >\n <span>i</span>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i6$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i6$1.AsyncPipe, name: "async" }] }); }
204
204
  }
205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryTitlePresentationComponent, decorators: [{
205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryTitlePresentationComponent, decorators: [{
206
206
  type: Component,
207
207
  args: [{ selector: 'pry-title-presentation', template: "<div class=\"m-presentation-title\" *ngIf=\"currentPresentation$ | async as currentPresentation\">\n <h1 class=\"a-h1 m-presentation-title__text\">\n {{ currentPresentation.name || ('@pry.header.noCurrentPresentation' | i18n) }}\n </h1>\n <div\n *ngIf=\"!!currentPresentation.description\"\n class=\"m-presentation-title__description m-info-icon a-tooltip -tooltip-width-lg align-center\"\n [attr.data-tooltip]=\"currentPresentation.description\"\n data-tooltip-position=\"right\"\n >\n <span>i</span>\n </div>\n</div>\n" }]
208
- }], ctorParameters: function () { return [{ type: i1.Store }]; } });
208
+ }], ctorParameters: () => [{ type: i1.Store }] });
209
209
 
210
210
  class PryPresentationCssComponent {
211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationCssComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
212
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PryPresentationCssComponent, selector: "pry-presentation-css", ngImport: i0, template: '', isInline: true, styles: ["pry-add-edit-presentation{height:100%}.o-manifest-layout__content--presentation{width:100%;display:flex;flex-direction:column;padding:20px;text-align:left}.o-manifest-layout__content--presentation .a-h1{line-height:38px;font-size:28px;text-align:left}.o-manifest-layout__content--presentation .a-btn{margin:0 auto}.o-manifest-layout__toolbox{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.9375rem}.o-presentation-form-wrapper{display:flex;padding-bottom:.3125rem;gap:3rem}.o-presentation__metadata-editor{flex:1 50%}.o-presentation-form{display:flex;flex-direction:column;align-items:center;flex:1 50%}.o-presentation-form .a-presentation-form-input{padding:.25rem .75rem;margin-bottom:.75rem}.o-presentation-form .o-file-input{border:1px dashed black;display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 0;gap:15px}.o-presentation-form pry-select{width:100%}.o-presentation-form .a-btn[type=submit]{margin-top:20px}.a-presentation-title{padding:10px}\n", ".o-presentation{margin:0;padding:0}.o-presentation li{list-style:none}.o-manifest-layout__toolbox div:first-child{margin-left:auto}.o-manifest-layout__toolbox.-u-hidden{display:none}.o-manifest-layout__content{height:100%;overflow:auto}.o-manifest-layout__content .pointer{cursor:pointer}.pry-viewingpresentation{display:flex;overflow-y:scroll}.pry-viewingpresentation .o-manifest-layout__content,.pry-viewingpresentation .o-dashboard-widget{grid-area:middle;flex:100% 1 1}.o-presentation{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.875rem;padding:.25rem .25rem 1.25rem;overflow-y:visible}.o-presentation .a-h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.o-presentation__item{display:flex;flex-direction:column;align-items:stretch}.o-presentation__item:hover{cursor:pointer}.o-presentation__item:hover .o-presentation__item__footer pry-icon{visibility:visible;opacity:1}.o-presentation__item__image{cursor:pointer;overflow:hidden;height:6.875rem;display:flex;align-items:center;justify-content:center}.o-presentation__item__image img{width:100px}.o-presentation__item__image .is-full-width{width:100%;height:100%;object-fit:cover}.o-presentation__item__header{position:relative;display:flex;align-items:flex-start;justify-content:center;height:6.875rem}.o-presentation__item__header pry-icon.is-private{position:absolute;top:.625rem;left:.625rem;z-index:1}.o-presentation__item__header .a-tooltip{width:100%}.o-presentation__item__txt{flex-grow:1;padding:.625rem .9375rem;display:flex;flex-direction:column;justify-content:space-between}.o-presentation__item__txt .a-h3{padding-bottom:.3125rem}.o-presentation__item__txt .a-p.-date{padding-top:.625rem;margin-bottom:0}.o-presentation__item__title-container.a-tooltip[data-tooltip]:after{top:calc(100% - 15px)}.o-presentation__item__description-container{position:relative;width:100%;display:flex;align-content:center;min-height:1.25rem}.o-presentation__item__description-container.a-tooltip[data-tooltip]:after{width:100%}.o-presentation__item__description{width:100%;max-height:2.5rem}.o-presentation__item__footer{display:flex;align-content:center;justify-content:center;font-size:.875rem;line-height:1.125rem;padding:.1875rem 0;max-height:2.3125rem}.o-presentation__item__footer .a-btn{margin-left:1.25rem}.o-presentation__item__footer pry-icon{visibility:hidden;opacity:0;transition:visibility .1s linear,opacity .1s linear;margin-left:.1875rem}.o-presentation-consult{width:100%;padding:.9375rem}.more-button{position:absolute;top:.375rem;right:.625rem}.more-button .a-btn{padding:.125rem 0;border-radius:50%}.m-context-menu{position:absolute}\n"], encapsulation: i0.ViewEncapsulation.None }); }
211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationCssComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
212
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryPresentationCssComponent, selector: "pry-presentation-css", ngImport: i0, template: '', isInline: true, styles: ["pry-add-edit-presentation{height:100%}.o-manifest-layout__content--presentation{width:100%;display:flex;flex-direction:column;padding:20px;text-align:left}.o-manifest-layout__content--presentation .a-h1{line-height:38px;font-size:28px;text-align:left}.o-manifest-layout__content--presentation .a-btn{margin:0 auto}.o-manifest-layout__toolbox{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.9375rem}.o-presentation-form-wrapper{display:flex;padding-bottom:.3125rem;gap:3rem}.o-presentation__metadata-editor{flex:1 50%}.o-presentation-form{display:flex;flex-direction:column;align-items:center;flex:1 50%}.o-presentation-form .a-presentation-form-input{padding:.25rem .75rem;margin-bottom:.75rem}.o-presentation-form .o-file-input{border:1px dashed black;display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 0;gap:15px}.o-presentation-form pry-select{width:100%}.o-presentation-form .a-btn[type=submit]{margin-top:20px}.a-presentation-title{padding:10px}\n", ".o-presentation{margin:0;padding:0}.o-presentation li{list-style:none}.o-manifest-layout__toolbox div:first-child{margin-left:auto}.o-manifest-layout__toolbox.-u-hidden{display:none}.o-manifest-layout__content{height:100%;overflow:auto}.o-manifest-layout__content .pointer{cursor:pointer}.pry-viewingpresentation{display:flex;overflow-y:scroll}.pry-viewingpresentation .o-manifest-layout__content,.pry-viewingpresentation .o-dashboard-widget{grid-area:middle;flex:100% 1 1}.o-presentation{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.875rem;padding:.25rem .25rem 1.25rem;overflow-y:visible}.o-presentation .a-h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.o-presentation__item{display:flex;flex-direction:column;align-items:stretch}.o-presentation__item:hover{cursor:pointer}.o-presentation__item:hover .o-presentation__item__footer pry-icon{visibility:visible;opacity:1}.o-presentation__item__image{cursor:pointer;overflow:hidden;height:6.875rem;display:flex;align-items:center;justify-content:center}.o-presentation__item__image img{width:100px}.o-presentation__item__image .is-full-width{width:100%;height:100%;object-fit:cover}.o-presentation__item__header{position:relative;display:flex;align-items:flex-start;justify-content:center;height:6.875rem}.o-presentation__item__header pry-icon.is-private{position:absolute;top:.625rem;left:.625rem;z-index:1}.o-presentation__item__header .a-tooltip{width:100%}.o-presentation__item__txt{flex-grow:1;padding:.625rem .9375rem;display:flex;flex-direction:column;justify-content:space-between}.o-presentation__item__txt .a-h3{padding-bottom:.3125rem}.o-presentation__item__txt .a-p.-date{padding-top:.625rem;margin-bottom:0}.o-presentation__item__title-container.a-tooltip[data-tooltip]:after{top:calc(100% - 15px)}.o-presentation__item__description-container{position:relative;width:100%;display:flex;align-content:center;min-height:1.25rem}.o-presentation__item__description-container.a-tooltip[data-tooltip]:after{width:100%}.o-presentation__item__description{width:100%;max-height:2.5rem}.o-presentation__item__footer{display:flex;align-content:center;justify-content:center;font-size:.875rem;line-height:1.125rem;padding:.1875rem 0;max-height:2.3125rem}.o-presentation__item__footer .a-btn{margin-left:1.25rem}.o-presentation__item__footer pry-icon{visibility:hidden;opacity:0;transition:visibility .1s linear,opacity .1s linear;margin-left:.1875rem}.o-presentation-consult{width:100%;padding:.9375rem}.more-button{position:absolute;top:.375rem;right:.625rem}.more-button .a-btn{padding:.125rem 0;border-radius:50%}.m-context-menu{position:absolute}\n"], encapsulation: i0.ViewEncapsulation.None }); }
213
213
  }
214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationCssComponent, decorators: [{
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationCssComponent, decorators: [{
215
215
  type: Component,
216
216
  args: [{ selector: 'pry-presentation-css', template: '', encapsulation: ViewEncapsulation.None, styles: ["pry-add-edit-presentation{height:100%}.o-manifest-layout__content--presentation{width:100%;display:flex;flex-direction:column;padding:20px;text-align:left}.o-manifest-layout__content--presentation .a-h1{line-height:38px;font-size:28px;text-align:left}.o-manifest-layout__content--presentation .a-btn{margin:0 auto}.o-manifest-layout__toolbox{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.9375rem}.o-presentation-form-wrapper{display:flex;padding-bottom:.3125rem;gap:3rem}.o-presentation__metadata-editor{flex:1 50%}.o-presentation-form{display:flex;flex-direction:column;align-items:center;flex:1 50%}.o-presentation-form .a-presentation-form-input{padding:.25rem .75rem;margin-bottom:.75rem}.o-presentation-form .o-file-input{border:1px dashed black;display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 0;gap:15px}.o-presentation-form pry-select{width:100%}.o-presentation-form .a-btn[type=submit]{margin-top:20px}.a-presentation-title{padding:10px}\n", ".o-presentation{margin:0;padding:0}.o-presentation li{list-style:none}.o-manifest-layout__toolbox div:first-child{margin-left:auto}.o-manifest-layout__toolbox.-u-hidden{display:none}.o-manifest-layout__content{height:100%;overflow:auto}.o-manifest-layout__content .pointer{cursor:pointer}.pry-viewingpresentation{display:flex;overflow-y:scroll}.pry-viewingpresentation .o-manifest-layout__content,.pry-viewingpresentation .o-dashboard-widget{grid-area:middle;flex:100% 1 1}.o-presentation{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.875rem;padding:.25rem .25rem 1.25rem;overflow-y:visible}.o-presentation .a-h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.o-presentation__item{display:flex;flex-direction:column;align-items:stretch}.o-presentation__item:hover{cursor:pointer}.o-presentation__item:hover .o-presentation__item__footer pry-icon{visibility:visible;opacity:1}.o-presentation__item__image{cursor:pointer;overflow:hidden;height:6.875rem;display:flex;align-items:center;justify-content:center}.o-presentation__item__image img{width:100px}.o-presentation__item__image .is-full-width{width:100%;height:100%;object-fit:cover}.o-presentation__item__header{position:relative;display:flex;align-items:flex-start;justify-content:center;height:6.875rem}.o-presentation__item__header pry-icon.is-private{position:absolute;top:.625rem;left:.625rem;z-index:1}.o-presentation__item__header .a-tooltip{width:100%}.o-presentation__item__txt{flex-grow:1;padding:.625rem .9375rem;display:flex;flex-direction:column;justify-content:space-between}.o-presentation__item__txt .a-h3{padding-bottom:.3125rem}.o-presentation__item__txt .a-p.-date{padding-top:.625rem;margin-bottom:0}.o-presentation__item__title-container.a-tooltip[data-tooltip]:after{top:calc(100% - 15px)}.o-presentation__item__description-container{position:relative;width:100%;display:flex;align-content:center;min-height:1.25rem}.o-presentation__item__description-container.a-tooltip[data-tooltip]:after{width:100%}.o-presentation__item__description{width:100%;max-height:2.5rem}.o-presentation__item__footer{display:flex;align-content:center;justify-content:center;font-size:.875rem;line-height:1.125rem;padding:.1875rem 0;max-height:2.3125rem}.o-presentation__item__footer .a-btn{margin-left:1.25rem}.o-presentation__item__footer pry-icon{visibility:hidden;opacity:0;transition:visibility .1s linear,opacity .1s linear;margin-left:.1875rem}.o-presentation-consult{width:100%;padding:.9375rem}.more-button{position:absolute;top:.375rem;right:.625rem}.more-button .a-btn{padding:.125rem 0;border-radius:50%}.m-context-menu{position:absolute}\n"] }]
217
217
  }] });
@@ -401,13 +401,13 @@ class PryPresentationComponent extends SubscriptionnerDirective {
401
401
  this.router?.navigateByUrl(this.consultStartUrl);
402
402
  });
403
403
  }
404
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationComponent, deps: [{ token: i1.Store }, { token: i2.Overlay }, { token: i0.ViewContainerRef }, { token: i3.Router }, { token: i4.PryTitleService }, { token: i3.ActivatedRoute }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
405
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PryPresentationComponent, selector: "pry-presentation", inputs: { editionStartUrl: "editionStartUrl", consultStartUrl: "consultStartUrl", meAsOwner: "meAsOwner", mode: "mode", listOfManifests: "listOfManifests", hideToolbox: "hideToolbox", search: "search" }, viewQueries: [{ propertyName: "templateModalActions", first: true, predicate: ["modalActions"], descendants: true, read: TemplateRef }, { propertyName: "template", first: true, predicate: ["modal"], descendants: true, read: TemplateRef }, { propertyName: "openModal", first: true, predicate: ["openModal"], descendants: true }, { propertyName: "confirm", first: true, predicate: ["confirm"], descendants: true }, { propertyName: "submit", first: true, predicate: ["submit"], descendants: true }, { propertyName: "cross", first: true, predicate: ["cross"], descendants: true }, { propertyName: "crossVisibility", first: true, predicate: ["crossVisibility"], descendants: true }, { propertyName: "visibilityModal", first: true, predicate: ["visibilityModal"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<pry-presentation-css></pry-presentation-css>\n<div class=\"o-manifest-layout\" [ngSwitch]=\"selectedMode\">\n <ng-container *ngSwitchDefault>\n <div class=\"o-manifest-layout__toolbox\" [class.-u-hidden]=\"hideToolbox\">\n <button\n class=\"a-btn a-btn--primary\"\n type=\"button\"\n (click)=\"creation()\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'create' }\"\n >\n <pry-icon iconSvg=\"add\"></pry-icon>\n {{ '@pry.presentation.create' | i18n }}\n </button>\n <div>\n <div class=\"o-manifest-layout__toolbox__search\">\n <label id=\"catalog-search-label\" for=\"catalog-search\" class=\"u-visually-hidden\">\n <span>{{ '@pry.toolbox.catalog.filter.name' | i18n }}</span>\n </label>\n <input\n id=\"catalog-search\"\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"'@pry.presentation.search' | i18n\"\n [ngModel]=\"search$ | async\"\n (ngModelChange)=\"this.search$.next($event)\"\n />\n <pry-icon class=\"search-icon\" iconSvg=\"search\" [width]=\"17\" [height]=\"17\"></pry-icon>\n </div>\n </div>\n </div>\n <div class=\"o-manifest-layout__content\">\n <h1 class=\"a-h1\">{{ '@pry.presentation.title' | i18n }}</h1>\n <div class=\"o-presentation-wrapper\">\n <ul class=\"o-presentation\">\n <li\n class=\"o-presentation__item\"\n *ngFor=\"let presentation of filteredPresentations$ | async; let index = index\"\n >\n <div class=\"o-presentation__item__header\">\n <ng-container *ngIf=\"presentation.groups.length === 0\">\n <pry-icon\n iconSvg=\"private\"\n class=\"is-private a-tooltip -tooltip-no-wrap\"\n [attr.data-tooltip]=\"'@pry.presentation.private' | i18n\"\n [height]=\"17\"\n [width]=\"17\"\n ></pry-icon>\n </ng-container>\n <div\n class=\"a-tooltip -tooltip-no-wrap\"\n (click)=\"fetch(presentation)\"\n [attr.data-tooltip]=\"'@pry.presentation.view' | i18n\"\n >\n <div class=\"o-presentation__item__image\">\n <img\n alt=\"\"\n [class.is-full-width]=\"presentation.cover\"\n [src]=\"presentation.image | getSecuredImage | async\"\n />\n </div>\n </div>\n <ng-container *ngIf=\"presentation.owner\">\n <div class=\"more-button\" *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'share' }\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--more a-tooltip -tooltip-no-wrap\"\n [id]=\"'more-button-' + index\"\n [attr.data-tooltip]=\"'@pry.restitution.more' | i18n\"\n (click)=\"$event.stopPropagation(); toggleModalActions(presentation, button)\"\n #button\n >\n <pry-icon [height]=\"25\" [width]=\"25\" iconSvg=\"more_horiz\"></pry-icon>\n </button>\n </div>\n </ng-container>\n </div>\n <div class=\"o-presentation__item__txt\" (click)=\"fetch(presentation)\">\n <div class=\"o-presentation__item__title-container\" ellipsis textElementSelector=\".a-h3\">\n <h3 class=\"a-h3\">{{ presentation.name }}</h3>\n </div>\n <div class=\"o-presentation__item__description-container\" ellipsis textElementSelector=\".a-p\">\n <div class=\"o-presentation__item__description a-p\">\n {{ presentation.description }}\n </div>\n </div>\n <p class=\"a-p -date\">{{ presentation.modificationDate | sinceDate }}</p>\n </div>\n <div\n class=\"o-presentation__item__footer a-tooltip -tooltip-no-wrap\"\n (click)=\"fetch(presentation)\"\n [attr.data-tooltip]=\"'@pry.presentation.view' | i18n\"\n >\n <button class=\"a-btn\">\n {{ '@pry.presentation.consult' | i18n }}\n <pry-icon [width]=\"20\" [height]=\"20\" iconSvg=\"arrow_right\"></pry-icon>\n </button>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CREATION\">\n <pry-add-edit-presentation\n [selectedPresentation]=\"selectedPresentation$ | async\"\n (goBack)=\"closeRestitution()\"\n [editionStartUrl]=\"editionStartUrl\"\n [edition]=\"false\"\n [mode]=\"mode\"\n ></pry-add-edit-presentation>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.EDITION\">\n <pry-add-edit-presentation\n [selectedPresentation]=\"selectedPresentation$ | async\"\n (goBack)=\"closeRestitution()\"\n [editionStartUrl]=\"editionStartUrl\"\n [edition]=\"true\"\n [mode]=\"mode\"\n ></pry-add-edit-presentation>\n </ng-container>\n</div>\n\n<ng-template #modal>\n <div\n class=\"o-modal\"\n #visibilityModal\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog change visibility\"\n *ngIf=\"selectedPresentation$ | async as selectedPresentation\"\n >\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">{{ '@pry.toolbox.share' | i18n }}</h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n #crossVisibility\n (keydown.shift.tab)=\"focusValidation()\"\n (click)=\"toggleModal()\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.toolbox.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <pry-group-share [ngModel]=\"selectedPresentation.groups\" (ngModelChange)=\"accessGroups = $event\"></pry-group-share>\n <div class=\"m-btn-group\">\n <button type=\"button\" class=\"a-btn a-btn--secondary\" (click)=\"toggleModal()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n class=\"a-btn a-btn--primary\"\n #submit\n (keydown.tab)=\"focusCrossElement()\"\n (click)=\"changeVisibility(selectedPresentation)\"\n >\n {{ '@pry.toolbox.manifest.check' | i18n }}\n </button>\n </div>\n </div>\n</ng-template>\n<ng-template #modalActions>\n <div class=\"m-context-menu\">\n <ul\n class=\"m-context-menu__list\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog presentation options\"\n *ngIf=\"selectedPresentation$ | async as selectedPresentation\"\n >\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n (click)=\"edit(selectedPresentation)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'edit' }\"\n >\n {{ '@pry.presentation.edition' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n (click)=\"editContent(selectedPresentation)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'edit' }\"\n >\n {{ '@pry.presentation.editionContent' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n (click)=\"toggleModal(selectedPresentation)\"\n class=\"a-btn -link-like\"\n aria-haspopup=\"dialog\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'share' }\"\n >\n {{ '@pry.presentation.share' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n #openModal\n (click)=\"delete(selectedPresentation.id)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'delete' }\"\n >\n {{ '@pry.presentation.delete' | i18n }}\n </button>\n </li>\n </ul>\n </div>\n</ng-template>\n", dependencies: [{ kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.PryAccessDirective, selector: "[pryAccess]", inputs: ["pryAccess"] }, { kind: "directive", type: i4.EllipsisDirective, selector: "[ellipsis]", inputs: ["textElementSelector"] }, { kind: "directive", type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "component", type: i4.PryGroupShareComponent, selector: "pry-group-share" }, { kind: "directive", type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i6$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i6$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i6$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: PryAddEditPresentationComponent, selector: "pry-add-edit-presentation", inputs: ["edition", "editionStartUrl", "selectedPresentation", "mode"], outputs: ["goBack"] }, { kind: "component", type: PryPresentationCssComponent, selector: "pry-presentation-css" }, { kind: "pipe", type: i4.GetSecuredImagePipe, name: "getSecuredImage" }, { kind: "pipe", type: i9.PrySinceDatePipe, name: "sinceDate" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i6$1.AsyncPipe, name: "async" }] }); }
404
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationComponent, deps: [{ token: i1.Store }, { token: i2.Overlay }, { token: i0.ViewContainerRef }, { token: i3.Router }, { token: i4.PryTitleService }, { token: i3.ActivatedRoute }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
405
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryPresentationComponent, selector: "pry-presentation", inputs: { editionStartUrl: "editionStartUrl", consultStartUrl: "consultStartUrl", meAsOwner: "meAsOwner", mode: "mode", listOfManifests: "listOfManifests", hideToolbox: "hideToolbox", search: "search" }, viewQueries: [{ propertyName: "templateModalActions", first: true, predicate: ["modalActions"], descendants: true, read: TemplateRef }, { propertyName: "template", first: true, predicate: ["modal"], descendants: true, read: TemplateRef }, { propertyName: "openModal", first: true, predicate: ["openModal"], descendants: true }, { propertyName: "confirm", first: true, predicate: ["confirm"], descendants: true }, { propertyName: "submit", first: true, predicate: ["submit"], descendants: true }, { propertyName: "cross", first: true, predicate: ["cross"], descendants: true }, { propertyName: "crossVisibility", first: true, predicate: ["crossVisibility"], descendants: true }, { propertyName: "visibilityModal", first: true, predicate: ["visibilityModal"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<pry-presentation-css></pry-presentation-css>\n<div class=\"o-manifest-layout\" [ngSwitch]=\"selectedMode\">\n <ng-container *ngSwitchDefault>\n <div class=\"o-manifest-layout__toolbox\" [class.-u-hidden]=\"hideToolbox\">\n <button\n class=\"a-btn a-btn--primary\"\n type=\"button\"\n (click)=\"creation()\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'create' }\"\n >\n <pry-icon iconSvg=\"add\"></pry-icon>\n {{ '@pry.presentation.create' | i18n }}\n </button>\n <div>\n <div class=\"o-manifest-layout__toolbox__search\">\n <label id=\"catalog-search-label\" for=\"catalog-search\" class=\"u-visually-hidden\">\n <span>{{ '@pry.toolbox.catalog.filter.name' | i18n }}</span>\n </label>\n <input\n id=\"catalog-search\"\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"'@pry.presentation.search' | i18n\"\n [ngModel]=\"search$ | async\"\n (ngModelChange)=\"this.search$.next($event)\"\n />\n <pry-icon class=\"search-icon\" iconSvg=\"search\" [width]=\"17\" [height]=\"17\"></pry-icon>\n </div>\n </div>\n </div>\n <div class=\"o-manifest-layout__content\">\n <h1 class=\"a-h1\">{{ '@pry.presentation.title' | i18n }}</h1>\n <div class=\"o-presentation-wrapper\">\n <ul class=\"o-presentation\">\n <li\n class=\"o-presentation__item\"\n *ngFor=\"let presentation of filteredPresentations$ | async; let index = index\"\n >\n <div class=\"o-presentation__item__header\">\n <ng-container *ngIf=\"presentation.groups.length === 0\">\n <pry-icon\n iconSvg=\"private\"\n class=\"is-private a-tooltip -tooltip-no-wrap\"\n [attr.data-tooltip]=\"'@pry.presentation.private' | i18n\"\n [height]=\"17\"\n [width]=\"17\"\n ></pry-icon>\n </ng-container>\n <div\n class=\"a-tooltip -tooltip-no-wrap\"\n (click)=\"fetch(presentation)\"\n [attr.data-tooltip]=\"'@pry.presentation.view' | i18n\"\n >\n <div class=\"o-presentation__item__image\">\n <img\n alt=\"\"\n [class.is-full-width]=\"presentation.cover\"\n [src]=\"presentation.image | getSecuredImage | async\"\n />\n </div>\n </div>\n <ng-container *ngIf=\"presentation.owner\">\n <div class=\"more-button\" *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'share' }\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--more a-tooltip -tooltip-no-wrap\"\n [id]=\"'more-button-' + index\"\n [attr.data-tooltip]=\"'@pry.restitution.more' | i18n\"\n (click)=\"$event.stopPropagation(); toggleModalActions(presentation, button)\"\n #button\n >\n <pry-icon [height]=\"25\" [width]=\"25\" iconSvg=\"more_horiz\"></pry-icon>\n </button>\n </div>\n </ng-container>\n </div>\n <div class=\"o-presentation__item__txt\" (click)=\"fetch(presentation)\">\n <div class=\"o-presentation__item__title-container\" ellipsis textElementSelector=\".a-h3\">\n <h3 class=\"a-h3\">{{ presentation.name }}</h3>\n </div>\n <div class=\"o-presentation__item__description-container\" ellipsis textElementSelector=\".a-p\">\n <div class=\"o-presentation__item__description a-p\">\n {{ presentation.description }}\n </div>\n </div>\n <p class=\"a-p -date\">{{ presentation.modificationDate | sinceDate }}</p>\n </div>\n <div\n class=\"o-presentation__item__footer a-tooltip -tooltip-no-wrap\"\n (click)=\"fetch(presentation)\"\n [attr.data-tooltip]=\"'@pry.presentation.view' | i18n\"\n >\n <button class=\"a-btn\">\n {{ '@pry.presentation.consult' | i18n }}\n <pry-icon [width]=\"20\" [height]=\"20\" iconSvg=\"arrow_right\"></pry-icon>\n </button>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CREATION\">\n <pry-add-edit-presentation\n [selectedPresentation]=\"selectedPresentation$ | async\"\n (goBack)=\"closeRestitution()\"\n [editionStartUrl]=\"editionStartUrl\"\n [edition]=\"false\"\n [mode]=\"mode\"\n ></pry-add-edit-presentation>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.EDITION\">\n <pry-add-edit-presentation\n [selectedPresentation]=\"selectedPresentation$ | async\"\n (goBack)=\"closeRestitution()\"\n [editionStartUrl]=\"editionStartUrl\"\n [edition]=\"true\"\n [mode]=\"mode\"\n ></pry-add-edit-presentation>\n </ng-container>\n</div>\n\n<ng-template #modal>\n <div\n class=\"o-modal\"\n #visibilityModal\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog change visibility\"\n *ngIf=\"selectedPresentation$ | async as selectedPresentation\"\n >\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">{{ '@pry.toolbox.share' | i18n }}</h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n #crossVisibility\n (keydown.shift.tab)=\"focusValidation()\"\n (click)=\"toggleModal()\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.toolbox.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <pry-group-share [ngModel]=\"selectedPresentation.groups\" (ngModelChange)=\"accessGroups = $event\"></pry-group-share>\n <div class=\"m-btn-group\">\n <button type=\"button\" class=\"a-btn a-btn--secondary\" (click)=\"toggleModal()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n class=\"a-btn a-btn--primary\"\n #submit\n (keydown.tab)=\"focusCrossElement()\"\n (click)=\"changeVisibility(selectedPresentation)\"\n >\n {{ '@pry.toolbox.manifest.check' | i18n }}\n </button>\n </div>\n </div>\n</ng-template>\n<ng-template #modalActions>\n <div class=\"m-context-menu\">\n <ul\n class=\"m-context-menu__list\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog presentation options\"\n *ngIf=\"selectedPresentation$ | async as selectedPresentation\"\n >\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n (click)=\"edit(selectedPresentation)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'edit' }\"\n >\n {{ '@pry.presentation.edition' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n (click)=\"editContent(selectedPresentation)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'edit' }\"\n >\n {{ '@pry.presentation.editionContent' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n (click)=\"toggleModal(selectedPresentation)\"\n class=\"a-btn -link-like\"\n aria-haspopup=\"dialog\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'share' }\"\n >\n {{ '@pry.presentation.share' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n #openModal\n (click)=\"delete(selectedPresentation.id)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'delete' }\"\n >\n {{ '@pry.presentation.delete' | i18n }}\n </button>\n </li>\n </ul>\n </div>\n</ng-template>\n", dependencies: [{ kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.PryAccessDirective, selector: "[pryAccess]", inputs: ["pryAccess"] }, { kind: "directive", type: i4.EllipsisDirective, selector: "[ellipsis]", inputs: ["textElementSelector"] }, { kind: "directive", type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "component", type: i4.PryGroupShareComponent, selector: "pry-group-share" }, { kind: "directive", type: i4$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i6$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i6$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i6$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: PryAddEditPresentationComponent, selector: "pry-add-edit-presentation", inputs: ["edition", "editionStartUrl", "selectedPresentation", "mode"], outputs: ["goBack"] }, { kind: "component", type: PryPresentationCssComponent, selector: "pry-presentation-css" }, { kind: "pipe", type: i4.GetSecuredImagePipe, name: "getSecuredImage" }, { kind: "pipe", type: i9.PrySinceDatePipe, name: "sinceDate" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i6$1.AsyncPipe, name: "async" }] }); }
406
406
  }
407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationComponent, decorators: [{
407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationComponent, decorators: [{
408
408
  type: Component,
409
409
  args: [{ selector: 'pry-presentation', template: "<pry-presentation-css></pry-presentation-css>\n<div class=\"o-manifest-layout\" [ngSwitch]=\"selectedMode\">\n <ng-container *ngSwitchDefault>\n <div class=\"o-manifest-layout__toolbox\" [class.-u-hidden]=\"hideToolbox\">\n <button\n class=\"a-btn a-btn--primary\"\n type=\"button\"\n (click)=\"creation()\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'create' }\"\n >\n <pry-icon iconSvg=\"add\"></pry-icon>\n {{ '@pry.presentation.create' | i18n }}\n </button>\n <div>\n <div class=\"o-manifest-layout__toolbox__search\">\n <label id=\"catalog-search-label\" for=\"catalog-search\" class=\"u-visually-hidden\">\n <span>{{ '@pry.toolbox.catalog.filter.name' | i18n }}</span>\n </label>\n <input\n id=\"catalog-search\"\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"'@pry.presentation.search' | i18n\"\n [ngModel]=\"search$ | async\"\n (ngModelChange)=\"this.search$.next($event)\"\n />\n <pry-icon class=\"search-icon\" iconSvg=\"search\" [width]=\"17\" [height]=\"17\"></pry-icon>\n </div>\n </div>\n </div>\n <div class=\"o-manifest-layout__content\">\n <h1 class=\"a-h1\">{{ '@pry.presentation.title' | i18n }}</h1>\n <div class=\"o-presentation-wrapper\">\n <ul class=\"o-presentation\">\n <li\n class=\"o-presentation__item\"\n *ngFor=\"let presentation of filteredPresentations$ | async; let index = index\"\n >\n <div class=\"o-presentation__item__header\">\n <ng-container *ngIf=\"presentation.groups.length === 0\">\n <pry-icon\n iconSvg=\"private\"\n class=\"is-private a-tooltip -tooltip-no-wrap\"\n [attr.data-tooltip]=\"'@pry.presentation.private' | i18n\"\n [height]=\"17\"\n [width]=\"17\"\n ></pry-icon>\n </ng-container>\n <div\n class=\"a-tooltip -tooltip-no-wrap\"\n (click)=\"fetch(presentation)\"\n [attr.data-tooltip]=\"'@pry.presentation.view' | i18n\"\n >\n <div class=\"o-presentation__item__image\">\n <img\n alt=\"\"\n [class.is-full-width]=\"presentation.cover\"\n [src]=\"presentation.image | getSecuredImage | async\"\n />\n </div>\n </div>\n <ng-container *ngIf=\"presentation.owner\">\n <div class=\"more-button\" *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'share' }\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--more a-tooltip -tooltip-no-wrap\"\n [id]=\"'more-button-' + index\"\n [attr.data-tooltip]=\"'@pry.restitution.more' | i18n\"\n (click)=\"$event.stopPropagation(); toggleModalActions(presentation, button)\"\n #button\n >\n <pry-icon [height]=\"25\" [width]=\"25\" iconSvg=\"more_horiz\"></pry-icon>\n </button>\n </div>\n </ng-container>\n </div>\n <div class=\"o-presentation__item__txt\" (click)=\"fetch(presentation)\">\n <div class=\"o-presentation__item__title-container\" ellipsis textElementSelector=\".a-h3\">\n <h3 class=\"a-h3\">{{ presentation.name }}</h3>\n </div>\n <div class=\"o-presentation__item__description-container\" ellipsis textElementSelector=\".a-p\">\n <div class=\"o-presentation__item__description a-p\">\n {{ presentation.description }}\n </div>\n </div>\n <p class=\"a-p -date\">{{ presentation.modificationDate | sinceDate }}</p>\n </div>\n <div\n class=\"o-presentation__item__footer a-tooltip -tooltip-no-wrap\"\n (click)=\"fetch(presentation)\"\n [attr.data-tooltip]=\"'@pry.presentation.view' | i18n\"\n >\n <button class=\"a-btn\">\n {{ '@pry.presentation.consult' | i18n }}\n <pry-icon [width]=\"20\" [height]=\"20\" iconSvg=\"arrow_right\"></pry-icon>\n </button>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CREATION\">\n <pry-add-edit-presentation\n [selectedPresentation]=\"selectedPresentation$ | async\"\n (goBack)=\"closeRestitution()\"\n [editionStartUrl]=\"editionStartUrl\"\n [edition]=\"false\"\n [mode]=\"mode\"\n ></pry-add-edit-presentation>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.EDITION\">\n <pry-add-edit-presentation\n [selectedPresentation]=\"selectedPresentation$ | async\"\n (goBack)=\"closeRestitution()\"\n [editionStartUrl]=\"editionStartUrl\"\n [edition]=\"true\"\n [mode]=\"mode\"\n ></pry-add-edit-presentation>\n </ng-container>\n</div>\n\n<ng-template #modal>\n <div\n class=\"o-modal\"\n #visibilityModal\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog change visibility\"\n *ngIf=\"selectedPresentation$ | async as selectedPresentation\"\n >\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">{{ '@pry.toolbox.share' | i18n }}</h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n #crossVisibility\n (keydown.shift.tab)=\"focusValidation()\"\n (click)=\"toggleModal()\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.toolbox.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <pry-group-share [ngModel]=\"selectedPresentation.groups\" (ngModelChange)=\"accessGroups = $event\"></pry-group-share>\n <div class=\"m-btn-group\">\n <button type=\"button\" class=\"a-btn a-btn--secondary\" (click)=\"toggleModal()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n class=\"a-btn a-btn--primary\"\n #submit\n (keydown.tab)=\"focusCrossElement()\"\n (click)=\"changeVisibility(selectedPresentation)\"\n >\n {{ '@pry.toolbox.manifest.check' | i18n }}\n </button>\n </div>\n </div>\n</ng-template>\n<ng-template #modalActions>\n <div class=\"m-context-menu\">\n <ul\n class=\"m-context-menu__list\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog presentation options\"\n *ngIf=\"selectedPresentation$ | async as selectedPresentation\"\n >\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n (click)=\"edit(selectedPresentation)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'edit' }\"\n >\n {{ '@pry.presentation.edition' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n (click)=\"editContent(selectedPresentation)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'edit' }\"\n >\n {{ '@pry.presentation.editionContent' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n (click)=\"toggleModal(selectedPresentation)\"\n class=\"a-btn -link-like\"\n aria-haspopup=\"dialog\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'share' }\"\n >\n {{ '@pry.presentation.share' | i18n }}\n </button>\n </li>\n <li class=\"m-context-menu__list__item\">\n <button\n class=\"a-btn -link-like\"\n #openModal\n (click)=\"delete(selectedPresentation.id)\"\n [disabled]=\"!selectedPresentation.owner\"\n *pryAccess=\"{ module: 'dashboard', page: 'manifest', action: 'delete' }\"\n >\n {{ '@pry.presentation.delete' | i18n }}\n </button>\n </li>\n </ul>\n </div>\n</ng-template>\n" }]
410
- }], ctorParameters: function () { return [{ type: i1.Store }, { type: i2.Overlay }, { type: i0.ViewContainerRef }, { type: i3.Router }, { type: i4.PryTitleService }, { type: i3.ActivatedRoute }, { type: i0.NgZone }]; }, propDecorators: { templateModalActions: [{
410
+ }], ctorParameters: () => [{ type: i1.Store }, { type: i2.Overlay }, { type: i0.ViewContainerRef }, { type: i3.Router }, { type: i4.PryTitleService }, { type: i3.ActivatedRoute }, { type: i0.NgZone }], propDecorators: { templateModalActions: [{
411
411
  type: ViewChild,
412
412
  args: ['modalActions', { read: TemplateRef }]
413
413
  }], template: [{
@@ -544,8 +544,8 @@ class PryPresentationModule {
544
544
  this.pryTranslateService.addLangObject('fr', 'presentation', frTranslations);
545
545
  this.pryTranslateService.addLangObject('en', 'presentation', enTranslations);
546
546
  }
547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationModule, deps: [{ token: i4.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
548
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationModule, declarations: [PryPresentationComponent,
547
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationModule, deps: [{ token: i4.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
548
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationModule, declarations: [PryPresentationComponent,
549
549
  PryAddEditPresentationComponent,
550
550
  PryTitlePresentationComponent,
551
551
  PryPresentationCssComponent], imports: [PryIconModule,
@@ -566,7 +566,7 @@ class PryPresentationModule {
566
566
  PryAddEditPresentationComponent,
567
567
  PryTitlePresentationComponent,
568
568
  PryPresentationCssComponent] }); }
569
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationModule, imports: [PryIconModule,
569
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationModule, imports: [PryIconModule,
570
570
  PryCoreModule,
571
571
  PryDashboardModule,
572
572
  ReactiveFormsModule,
@@ -582,7 +582,7 @@ class PryPresentationModule {
582
582
  A11yModule,
583
583
  PryExpandPanelModule] }); }
584
584
  }
585
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PryPresentationModule, decorators: [{
585
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPresentationModule, decorators: [{
586
586
  type: NgModule,
587
587
  args: [{
588
588
  providers: [],
@@ -616,7 +616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
616
616
  PryPresentationCssComponent
617
617
  ]
618
618
  }]
619
- }], ctorParameters: function () { return [{ type: i4.PryI18nService }]; } });
619
+ }], ctorParameters: () => [{ type: i4.PryI18nService }] });
620
620
 
621
621
  /**
622
622
  * Generated bundle index. Do not edit.