@provoly/dashboard 1.4.3 → 1.4.5

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 (594) hide show
  1. package/admin/components/admin-abac-rules/store/abac-rules.actions.d.ts +30 -30
  2. package/admin/components/admin-abac-rules/store/abac-rules.effects.d.ts +20 -20
  3. package/admin/components/admin-abac-rules/store/abac-rules.reducer.d.ts +1 -1
  4. package/admin/components/admin-classes/store/admin-class.actions.d.ts +31 -31
  5. package/admin/components/admin-classes/store/admin-class.effects.d.ts +27 -27
  6. package/admin/components/admin-classes/store/admin-class.reducer.d.ts +1 -1
  7. package/admin/components/admin-dataset/store/admin-dataset.actions.d.ts +18 -18
  8. package/admin/components/admin-dataset/store/admin-dataset.effects.d.ts +27 -27
  9. package/admin/components/admin-dataset/store/admin-dataset.reducer.d.ts +1 -1
  10. package/admin/components/admin-environment/store/environment.actions.d.ts +15 -15
  11. package/admin/components/admin-environment/store/environment.effects.d.ts +12 -12
  12. package/admin/components/admin-environment/store/environment.reducer.d.ts +1 -1
  13. package/admin/components/admin-fields/store/fields.actions.d.ts +11 -11
  14. package/admin/components/admin-fields/store/fields.effects.d.ts +15 -15
  15. package/admin/components/admin-fields/store/fields.reducer.d.ts +1 -1
  16. package/admin/components/admin-links/store/links.actions.d.ts +6 -6
  17. package/admin/components/admin-links/store/links.effects.d.ts +6 -6
  18. package/admin/components/admin-links/store/links.reducer.d.ts +1 -1
  19. package/admin/components/admin-metadata-rules/store/metadata-rules.actions.d.ts +8 -8
  20. package/admin/components/admin-metadata-rules/store/metadata-rules.effects.d.ts +10 -10
  21. package/admin/components/admin-metadata-rules/store/metadata-rules.reducer.d.ts +1 -1
  22. package/admin/components/admin-metadata-user/store/admin-metadata-user.action.d.ts +14 -14
  23. package/admin/components/admin-metadata-user/store/admin-metadata-user.effects.d.ts +12 -12
  24. package/admin/components/admin-metadata-user/store/admin-metadata-user.reducer.d.ts +1 -1
  25. package/admin/components/admin-predicates/store/predicates.actions.d.ts +9 -9
  26. package/admin/components/admin-predicates/store/predicates.effects.d.ts +8 -8
  27. package/admin/components/admin-predicates/store/predicates.reducer.d.ts +1 -1
  28. package/admin/components/admin-user/store/admin-user.action.d.ts +6 -6
  29. package/admin/components/admin-user/store/admin-user.effects.d.ts +3 -3
  30. package/admin/components/admin-user/store/admin-user.reducer.d.ts +1 -1
  31. package/admin/store/admin.actions.d.ts +16 -16
  32. package/admin/store/admin.effects.d.ts +16 -16
  33. package/admin/store/admin.reducer.d.ts +1 -1
  34. package/components/metadata-editor/store/metadata.action.d.ts +35 -35
  35. package/components/metadata-editor/store/metadata.effects.d.ts +23 -23
  36. package/components/metadata-editor/store/metadata.reducer.d.ts +1 -1
  37. package/components/paginator/paginator.component.d.ts +1 -1
  38. package/esm2022/admin/admin-routing.module.mjs +4 -4
  39. package/esm2022/admin/admin.module.mjs +4 -4
  40. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-edit/admin-abac-rules-edit.component.mjs +3 -3
  41. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
  42. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-new/admin-abac-rules-new.component.mjs +3 -3
  43. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-view/admin-abac-rules-view.component.mjs +3 -3
  44. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules.component.mjs +3 -3
  45. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
  46. package/esm2022/admin/components/admin-abac-rules/components/composed-condition/composed-condition.component.mjs +3 -3
  47. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +3 -3
  48. package/esm2022/admin/components/admin-abac-rules/components/select-attribute/select-attribute.component.mjs +3 -3
  49. package/esm2022/admin/components/admin-abac-rules/components/select-metadata/select-metadata.component.mjs +3 -3
  50. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.effects.mjs +3 -3
  51. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.service.mjs +3 -3
  52. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +3 -3
  53. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
  54. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
  55. package/esm2022/admin/components/admin-classes/admin-classes-edit/admin-classes-edit.component.mjs +3 -3
  56. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +11 -5
  57. package/esm2022/admin/components/admin-classes/admin-classes-new/admin-classes-new.component.mjs +3 -3
  58. package/esm2022/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.mjs +5 -5
  59. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-edit/admin-attributes-edit.component.mjs +3 -3
  60. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
  61. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-new/admin-attributes-new.component.mjs +3 -3
  62. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +3 -3
  63. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-classes-view.component.mjs +3 -3
  64. package/esm2022/admin/components/admin-classes/admin-classes.component.mjs +3 -3
  65. package/esm2022/admin/components/admin-classes/store/admin-class.effects.mjs +3 -3
  66. package/esm2022/admin/components/admin-dataset/admin-dataset.component.mjs +3 -3
  67. package/esm2022/admin/components/admin-dataset/admin-edit-dataset/admin-edit-dataset.component.mjs +3 -3
  68. package/esm2022/admin/components/admin-dataset/admin-form-dataset/admin-form-dataset.component.mjs +3 -3
  69. package/esm2022/admin/components/admin-dataset/admin-new-dataset/admin-new-dataset.component.mjs +3 -3
  70. package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +3 -3
  71. package/esm2022/admin/components/admin-dataset/store/admin-dataset.effects.mjs +3 -3
  72. package/esm2022/admin/components/admin-dataset/store/admin-dataset.service.mjs +3 -3
  73. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +11 -5
  74. package/esm2022/admin/components/admin-environment/admin-environment-new/admin-environment-new.component.mjs +3 -3
  75. package/esm2022/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.mjs +3 -3
  76. package/esm2022/admin/components/admin-environment/admin-environment-update/admin-environment-update.component.mjs +3 -3
  77. package/esm2022/admin/components/admin-environment/admin-environment.component.mjs +3 -3
  78. package/esm2022/admin/components/admin-environment/store/environment.effects.mjs +3 -3
  79. package/esm2022/admin/components/admin-fields/admin-fields-edit/admin-fields-edit.component.mjs +3 -3
  80. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +3 -3
  81. package/esm2022/admin/components/admin-fields/admin-fields-new/admin-fields-new.component.mjs +3 -3
  82. package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +5 -5
  83. package/esm2022/admin/components/admin-fields/admin-fields.component.mjs +3 -3
  84. package/esm2022/admin/components/admin-fields/store/fields.effects.mjs +3 -3
  85. package/esm2022/admin/components/admin-layout/admin-layout.component.mjs +3 -3
  86. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +3 -3
  87. package/esm2022/admin/components/admin-links/admin-links.component.mjs +3 -3
  88. package/esm2022/admin/components/admin-links/store/links.effects.mjs +3 -3
  89. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
  90. package/esm2022/admin/components/admin-metadata/admin-edit-metadata/admin-edit-metadata.component.mjs +3 -3
  91. package/esm2022/admin/components/admin-metadata/admin-metadata.component.mjs +3 -3
  92. package/esm2022/admin/components/admin-metadata/admin-new-metadata/admin-new-metadata.component.mjs +3 -3
  93. package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +3 -3
  94. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +3 -3
  95. package/esm2022/admin/components/admin-metadata/shared/list-metadata/list-metadata.module.mjs +4 -4
  96. package/esm2022/admin/components/admin-metadata/shared/list-metadata/pry-list-metadata.component.mjs +3 -3
  97. package/esm2022/admin/components/admin-metadata-rules/admin-edit-metadata-rules/admin-edit-metadata-rules.component.mjs +3 -3
  98. package/esm2022/admin/components/admin-metadata-rules/admin-metadata-rules.component.mjs +3 -3
  99. package/esm2022/admin/components/admin-metadata-rules/admin-new-metadata-rules/admin-new-metadata-rules.component.mjs +3 -3
  100. package/esm2022/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.mjs +3 -3
  101. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +3 -3
  102. package/esm2022/admin/components/admin-metadata-rules/store/metadata-rules.effects.mjs +3 -3
  103. package/esm2022/admin/components/admin-metadata-user/admin-metadata-user.component.mjs +3 -3
  104. package/esm2022/admin/components/admin-metadata-user/admin-user-edit-metadata/admin-user-edit-metadata.component.mjs +3 -3
  105. package/esm2022/admin/components/admin-metadata-user/admin-user-new-metadata/admin-user-new-metadata.component.mjs +3 -3
  106. package/esm2022/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.mjs +3 -3
  107. package/esm2022/admin/components/admin-metadata-user/store/admin-metadata-user.effects.mjs +3 -3
  108. package/esm2022/admin/components/admin-predicates/admin-predicates-form/admin-predicates-form.component.mjs +3 -3
  109. package/esm2022/admin/components/admin-predicates/admin-predicates-new/admin-predicates-new.component.mjs +3 -3
  110. package/esm2022/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.mjs +3 -3
  111. package/esm2022/admin/components/admin-predicates/admin-predicates-update/admin-predicates-update.component.mjs +3 -3
  112. package/esm2022/admin/components/admin-predicates/admin-predicates.component.mjs +3 -3
  113. package/esm2022/admin/components/admin-predicates/store/predicates.effects.mjs +3 -3
  114. package/esm2022/admin/components/admin-relation-types/admin-relation-types-modal/admin-relation-types-modal.component.mjs +3 -3
  115. package/esm2022/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.mjs +3 -3
  116. package/esm2022/admin/components/admin-relation-types/admin-relation-types.component.mjs +3 -3
  117. package/esm2022/admin/components/admin-title/admin-title.component.mjs +3 -3
  118. package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +3 -3
  119. package/esm2022/admin/components/admin-user/admin-user.component.mjs +3 -3
  120. package/esm2022/admin/components/admin-user/store/admin-user.effects.mjs +3 -3
  121. package/esm2022/admin/components/admin.component.mjs +3 -3
  122. package/esm2022/admin/components/association/association.component.mjs +3 -3
  123. package/esm2022/admin/components/shared/add-category-modal/add-category-modal.component.mjs +3 -3
  124. package/esm2022/admin/store/admin.effects.mjs +3 -3
  125. package/esm2022/admin/store/admin.service.mjs +3 -3
  126. package/esm2022/components/card/card.component.mjs +18 -18
  127. package/esm2022/components/card/card.module.mjs +4 -4
  128. package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
  129. package/esm2022/components/checkbox/checkbox.module.mjs +4 -4
  130. package/esm2022/components/color-picker/color-picker.component.mjs +3 -3
  131. package/esm2022/components/color-picker/color-picker.module.mjs +4 -4
  132. package/esm2022/components/data-format/data-format.module.mjs +4 -4
  133. package/esm2022/components/data-format/data-format.pipe.mjs +4 -6
  134. package/esm2022/components/expand-panel/expand-panel.component.mjs +6 -6
  135. package/esm2022/components/expand-panel/expand-panel.module.mjs +4 -4
  136. package/esm2022/components/filter/filter.module.mjs +4 -4
  137. package/esm2022/components/filter/filter.pipe.mjs +3 -3
  138. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +3 -3
  139. package/esm2022/components/metadata-editor/metadata-editor.module.mjs +4 -4
  140. package/esm2022/components/metadata-editor/store/metadata.effects.mjs +3 -3
  141. package/esm2022/components/metadata-editor/store/metadata.service.mjs +3 -3
  142. package/esm2022/components/metadata-editor/style/css.component.mjs +3 -3
  143. package/esm2022/components/page-loader/page-loader.component.mjs +3 -3
  144. package/esm2022/components/page-loader/page-loader.module.mjs +4 -4
  145. package/esm2022/components/paginator/paginator.component.mjs +3 -3
  146. package/esm2022/components/paginator/paginator.module.mjs +4 -4
  147. package/esm2022/components/paginator/style/css.component.mjs +3 -3
  148. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +3 -3
  149. package/esm2022/components/scheme-picker/scheme-picker.module.mjs +4 -4
  150. package/esm2022/components/scheme-picker/scheme.service.mjs +3 -3
  151. package/esm2022/components/stepper/step/step.component.mjs +3 -3
  152. package/esm2022/components/stepper/step-title.directive.mjs +3 -3
  153. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  154. package/esm2022/components/stepper/stepper.module.mjs +4 -4
  155. package/esm2022/components/text-editor/component/text-editor.component.mjs +3 -3
  156. package/esm2022/components/text-editor/mdToHtml.pipe.mjs +3 -3
  157. package/esm2022/components/text-editor/service/text-editor.service.mjs +3 -3
  158. package/esm2022/components/text-editor/style/css.component.mjs +3 -3
  159. package/esm2022/components/text-editor/text-editor.module.mjs +4 -4
  160. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
  161. package/esm2022/dataset/components/dataset-version-form/dataset-version-form.component.mjs +3 -3
  162. package/esm2022/dataset/components/dataset.component.mjs +3 -3
  163. package/esm2022/dataset/dataset.module.mjs +4 -4
  164. package/esm2022/dataset/style/css.component.mjs +3 -3
  165. package/esm2022/filters/autocomplete/autocomplete.component.mjs +3 -3
  166. package/esm2022/filters/autocomplete/autocomplete.module.mjs +4 -4
  167. package/esm2022/filters/autocomplete/style/css.component.mjs +3 -3
  168. package/esm2022/filters/date/date-filter.component.mjs +23 -44
  169. package/esm2022/filters/date/date-filter.module.mjs +4 -4
  170. package/esm2022/filters/list/list-filter.component.mjs +3 -3
  171. package/esm2022/filters/list/list-filter.module.mjs +4 -4
  172. package/esm2022/filters/list/style/css.component.mjs +3 -3
  173. package/esm2022/filters/number/number-filter.component.mjs +3 -3
  174. package/esm2022/filters/number/number-filter.module.mjs +4 -4
  175. package/esm2022/filters/text/text-filter.component.mjs +3 -3
  176. package/esm2022/filters/text/text-filter.module.mjs +4 -4
  177. package/esm2022/import/components/form/import-form.component.mjs +3 -3
  178. package/esm2022/import/components/list/import-list.component.mjs +5 -5
  179. package/esm2022/import/components/version-modal/version-modal.component.mjs +3 -3
  180. package/esm2022/import/import-routing.module.mjs +4 -4
  181. package/esm2022/import/import.module.mjs +4 -4
  182. package/esm2022/import/store/import.effects.mjs +3 -3
  183. package/esm2022/import/store/import.service.mjs +3 -3
  184. package/esm2022/import/style/css.component.mjs +3 -3
  185. package/esm2022/lib/core/access/access.directive.mjs +3 -3
  186. package/esm2022/lib/core/access/access.guard.mjs +3 -3
  187. package/esm2022/lib/core/access/access.service.mjs +3 -3
  188. package/esm2022/lib/core/auth/geoAuth.service.mjs +3 -3
  189. package/esm2022/lib/core/components/about/about.component.mjs +3 -3
  190. package/esm2022/lib/core/components/about/pry-about.module.mjs +4 -4
  191. package/esm2022/lib/core/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
  192. package/esm2022/lib/core/components/accordion/accordion.component.mjs +3 -3
  193. package/esm2022/lib/core/components/base-layout/base-layout.component.mjs +3 -3
  194. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
  195. package/esm2022/lib/core/components/base-toolbox/base-toolbox.component.mjs +3 -3
  196. package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
  197. package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +3 -3
  198. package/esm2022/lib/core/components/chips-selector/chips-selector.module.mjs +4 -4
  199. package/esm2022/lib/core/components/date-picker/date-picker.component.mjs +3 -3
  200. package/esm2022/lib/core/components/date-picker/date-picker.module.mjs +4 -4
  201. package/esm2022/lib/core/components/date-picker/date-range-highlight.pipe.mjs +3 -3
  202. package/esm2022/lib/core/components/date-picker/time-picker/loop-scroll-column/loop-scroll-column.component.mjs +3 -3
  203. package/esm2022/lib/core/components/date-picker/time-picker/time-picker.component.mjs +3 -3
  204. package/esm2022/lib/core/components/edit-input/edit-input.component.mjs +3 -3
  205. package/esm2022/lib/core/components/edit-input/edit-input.module.mjs +4 -4
  206. package/esm2022/lib/core/components/ellipsis.directive.mjs +3 -3
  207. package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.directive.mjs +3 -3
  208. package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.module.mjs +4 -4
  209. package/esm2022/lib/core/components/icon/icon.component.mjs +3 -3
  210. package/esm2022/lib/core/components/icon/icon.module.mjs +4 -4
  211. package/esm2022/lib/core/components/modal/modal.component.mjs +3 -3
  212. package/esm2022/lib/core/components/modal/pry-modal.module.mjs +4 -4
  213. package/esm2022/lib/core/components/nq-color-selector/nq-color-selector.component.mjs +3 -3
  214. package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
  215. package/esm2022/lib/core/components/overlay/dialog.service.mjs +3 -3
  216. package/esm2022/lib/core/components/overlay/overlay.directive.mjs +3 -3
  217. package/esm2022/lib/core/components/overlay/overlay.module.mjs +4 -4
  218. package/esm2022/lib/core/components/range/range.component.mjs +3 -3
  219. package/esm2022/lib/core/components/range/range.module.mjs +4 -4
  220. package/esm2022/lib/core/components/select/select.component.mjs +6 -9
  221. package/esm2022/lib/core/components/select/select.module.mjs +4 -4
  222. package/esm2022/lib/core/components/select-image/select-image.component.mjs +3 -3
  223. package/esm2022/lib/core/components/share/access-rights-share/access-rights-share.component.mjs +3 -3
  224. package/esm2022/lib/core/components/share/access-rights-share-modal/access-rights-share-modal.component.mjs +3 -3
  225. package/esm2022/lib/core/components/share/group-share/group-share.component.mjs +3 -3
  226. package/esm2022/lib/core/components/share/legacy-share/share.component.mjs +3 -3
  227. package/esm2022/lib/core/components/share/share.module.mjs +4 -4
  228. package/esm2022/lib/core/components/snackbar/snackbar/snackbar.component.mjs +3 -3
  229. package/esm2022/lib/core/components/snackbar/snackbar.module.mjs +4 -4
  230. package/esm2022/lib/core/components/snackbar/snackbar.service.mjs +3 -3
  231. package/esm2022/lib/core/components/sort/sort-data.pipe.mjs +3 -3
  232. package/esm2022/lib/core/components/sort/sort-header/sort-header.component.mjs +3 -3
  233. package/esm2022/lib/core/components/sort/sort-header.directive.mjs +3 -3
  234. package/esm2022/lib/core/components/sort/sort-table.directive.mjs +3 -3
  235. package/esm2022/lib/core/components/sort/sort.module.mjs +4 -4
  236. package/esm2022/lib/core/components/status-modal/status-modal.component.mjs +3 -3
  237. package/esm2022/lib/core/components/status-modal/status-modal.module.mjs +4 -4
  238. package/esm2022/lib/core/components/tabs/tab-group.component.mjs +3 -3
  239. package/esm2022/lib/core/components/tabs/tab.component.mjs +3 -3
  240. package/esm2022/lib/core/components/toggle/toggle.component.mjs +3 -3
  241. package/esm2022/lib/core/components/toggle/toggle.module.mjs +4 -4
  242. package/esm2022/lib/core/components/upload/upload.component.mjs +3 -3
  243. package/esm2022/lib/core/core.module.mjs +4 -4
  244. package/esm2022/lib/core/errors/http-error-interceptor.service.mjs +3 -3
  245. package/esm2022/lib/core/i18n/en.translations.mjs +3 -3
  246. package/esm2022/lib/core/i18n/fr.translations.mjs +3 -3
  247. package/esm2022/lib/core/i18n/i18n.module.mjs +4 -4
  248. package/esm2022/lib/core/i18n/i18n.pipe.mjs +3 -3
  249. package/esm2022/lib/core/i18n/i18n.service.mjs +6 -6
  250. package/esm2022/lib/core/model/filter.interface.mjs +1 -1
  251. package/esm2022/lib/core/pipes/get-secured-image/get-secured-image.pipe.mjs +3 -3
  252. package/esm2022/lib/core/pipes/since-date/since-date.module.mjs +4 -4
  253. package/esm2022/lib/core/pipes/since-date/since-date.pipe.mjs +3 -3
  254. package/esm2022/lib/core/pipes/translate-id/translate-id.pipe.mjs +3 -3
  255. package/esm2022/lib/core/pipes/translate-item-to-symbol/translate-item-to-symbol.pipe.mjs +3 -3
  256. package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +3 -3
  257. package/esm2022/lib/core/store/aggregation/base-aggregation.service.mjs +3 -3
  258. package/esm2022/lib/core/store/aggregation/frontend-aggregation/frontend-aggregation.service.mjs +3 -3
  259. package/esm2022/lib/core/store/category/category.effects.mjs +3 -3
  260. package/esm2022/lib/core/store/category/category.service.mjs +3 -3
  261. package/esm2022/lib/core/store/class/class.effects.mjs +3 -3
  262. package/esm2022/lib/core/store/class/class.service.mjs +3 -3
  263. package/esm2022/lib/core/store/config/config.effects.mjs +3 -3
  264. package/esm2022/lib/core/store/config/config.service.mjs +3 -3
  265. package/esm2022/lib/core/store/config/open-map-tiles.service.mjs +3 -3
  266. package/esm2022/lib/core/store/context-menu/context-menu.effects.mjs +3 -3
  267. package/esm2022/lib/core/store/data-source/data-source.effects.mjs +3 -3
  268. package/esm2022/lib/core/store/data-source/data-source.service.mjs +3 -3
  269. package/esm2022/lib/core/store/field/field.effects.mjs +3 -3
  270. package/esm2022/lib/core/store/field/field.service.mjs +3 -3
  271. package/esm2022/lib/core/store/image/image.effects.mjs +3 -3
  272. package/esm2022/lib/core/store/image/image.service.mjs +3 -3
  273. package/esm2022/lib/core/store/item/item.effects.mjs +3 -3
  274. package/esm2022/lib/core/store/item/item.service.mjs +3 -3
  275. package/esm2022/lib/core/store/raw/raw.service.mjs +3 -3
  276. package/esm2022/lib/core/store/relation-types/relation-types.effects.mjs +3 -3
  277. package/esm2022/lib/core/store/relation-types/relation-types.service.mjs +3 -3
  278. package/esm2022/lib/core/store/search/search.effects.mjs +3 -3
  279. package/esm2022/lib/core/store/search/search.service.mjs +13 -5
  280. package/esm2022/lib/core/symbol/symbol.service.mjs +3 -3
  281. package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +3 -3
  282. package/esm2022/lib/core/toolbox/toolbox-menu.service.mjs +4 -4
  283. package/esm2022/lib/core/ws/websocket.service.mjs +3 -3
  284. package/esm2022/lib/dashboard/action-bus/effect/action-bus.effects.mjs +3 -3
  285. package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +4 -4
  286. package/esm2022/lib/dashboard/base-widget.module.mjs +4 -4
  287. package/esm2022/lib/dashboard/components/context-menu/context-menu.component.mjs +3 -3
  288. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
  289. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
  290. package/esm2022/lib/dashboard/components/manifests/manifests.component.mjs +3 -3
  291. package/esm2022/lib/dashboard/components/metadata/metadata.component.mjs +3 -3
  292. package/esm2022/lib/dashboard/components/subscriptionner.directive.mjs +3 -3
  293. package/esm2022/lib/dashboard/components/vizualize-raw/vizualize-raw.component.mjs +3 -3
  294. package/esm2022/lib/dashboard/components/widgets/base-widget.component.mjs +3 -3
  295. package/esm2022/lib/dashboard/components/widgets/data-widget.component.mjs +3 -3
  296. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-card/datasource-card.component.mjs +3 -3
  297. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +3 -3
  298. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
  299. package/esm2022/lib/dashboard/components/widgets/header/resultset-size.pipe.mjs +3 -3
  300. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +3 -3
  301. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +3 -3
  302. package/esm2022/lib/dashboard/components/widgets/widget-filler/widget-filler.component.mjs +3 -3
  303. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +8 -5
  304. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-instanciator.component.mjs +3 -3
  305. package/esm2022/lib/dashboard/components/widgets/widget-placeholder/widget-placeholder.component.mjs +3 -3
  306. package/esm2022/lib/dashboard/dashboard.module.mjs +4 -4
  307. package/esm2022/lib/dashboard/date-utils.mjs +21 -1
  308. package/esm2022/lib/dashboard/filter/base-filter.component.mjs +3 -3
  309. package/esm2022/lib/dashboard/filter/base-filter.module.mjs +4 -4
  310. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  311. package/esm2022/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.mjs +3 -3
  312. package/esm2022/lib/dashboard/filter/filter-factory.service.mjs +3 -3
  313. package/esm2022/lib/dashboard/filter/style/css.component.mjs +3 -3
  314. package/esm2022/lib/dashboard/store/dashboard-init.service.mjs +3 -3
  315. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +3 -3
  316. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
  317. package/esm2022/lib/dashboard/store/manifest.service.mjs +3 -3
  318. package/esm2022/lib/dashboard/store/refresh.service.mjs +3 -3
  319. package/esm2022/lib/dashboard/store/title.service.mjs +3 -3
  320. package/esm2022/lib/dashboard/store/wms.service.mjs +3 -3
  321. package/esm2022/lib/dashboard/tooltip/base-tooltip.component.mjs +3 -3
  322. package/esm2022/lib/dashboard/tooltip/base-tooltip.module.mjs +4 -4
  323. package/esm2022/lib/dashboard/tooltip/components/default/default.tooltip.component.mjs +3 -3
  324. package/esm2022/lib/dashboard/tooltip/tooltip-factory.service.mjs +3 -3
  325. package/esm2022/lib/dashboard/widget-loader.function.mjs +15 -4
  326. package/esm2022/notification/components/notification/content/notification-content.component.mjs +12 -6
  327. package/esm2022/notification/components/notification/notification.component.mjs +3 -3
  328. package/esm2022/notification/notification.module.mjs +4 -4
  329. package/esm2022/notification/store/notification.effects.mjs +3 -3
  330. package/esm2022/notification/store/notification.service.mjs +3 -3
  331. package/esm2022/notification/style/css.component.mjs +3 -3
  332. package/esm2022/pipeline/components/pipeline-details/pipeline-details.component.mjs +3 -3
  333. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
  334. package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +3 -3
  335. package/esm2022/pipeline/components/pipeline-properties-panel.component.mjs +3 -3
  336. package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +3 -3
  337. package/esm2022/pipeline/pipeline.module.mjs +4 -4
  338. package/esm2022/pipeline/store/pipeline.effects.mjs +3 -3
  339. package/esm2022/pipeline/store/pipeline.service.mjs +3 -3
  340. package/esm2022/pipeline/style/css.component.mjs +3 -3
  341. package/esm2022/pipeline-components/filter/component/filter.component.mjs +3 -3
  342. package/esm2022/pipeline-components/filter/filter.module.mjs +4 -4
  343. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +3 -3
  344. package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +4 -4
  345. package/esm2022/pipeline-components/noop/component/noop.component.mjs +3 -3
  346. package/esm2022/pipeline-components/noop/noop.module.mjs +4 -4
  347. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +3 -3
  348. package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +4 -4
  349. package/esm2022/pipeline-components/subgraph/component/empty.component.mjs +3 -3
  350. package/esm2022/pipeline-components/subgraph/subgraph.module.mjs +4 -4
  351. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +3 -3
  352. package/esm2022/presentation/components/presentation.component.mjs +3 -3
  353. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +3 -3
  354. package/esm2022/presentation/presentation.module.mjs +4 -4
  355. package/esm2022/presentation/style/css.component.mjs +3 -3
  356. package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
  357. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  358. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
  359. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  360. package/esm2022/restitution/restitution.module.mjs +4 -4
  361. package/esm2022/restitution/style/css.component.mjs +3 -3
  362. package/esm2022/search/components/choose-widget/choose-widget.component.mjs +3 -3
  363. package/esm2022/search/components/edit-named-query/edit-named-query.component.mjs +3 -3
  364. package/esm2022/search/components/edit-named-query-modal/edit-named-query-modal.component.mjs +3 -3
  365. package/esm2022/search/components/save-query/save-query.component.mjs +3 -3
  366. package/esm2022/search/components/save-query-button/save-query-button.component.mjs +3 -3
  367. package/esm2022/search/search-fulltext/search-fulltext/search-fulltext.component.mjs +3 -3
  368. package/esm2022/search/search-fulltext/store/search-fulltext.effects.mjs +3 -3
  369. package/esm2022/search/search-fulltext/store/search-fulltext.service.mjs +3 -3
  370. package/esm2022/search/search-home/search-home.component.mjs +3 -3
  371. package/esm2022/search/search-mono-class/components/search-composed/search-composed.component.mjs +3 -3
  372. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +3 -3
  373. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +3 -3
  374. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +3 -3
  375. package/esm2022/search/search-mono-class/components/search-select-attribute/search-select-attribute.component.mjs +3 -3
  376. package/esm2022/search/search-mono-class/store/search-mono-class.effects.mjs +3 -3
  377. package/esm2022/search/search-mono-class/store/search-mono-class.service.mjs +3 -3
  378. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +3 -3
  379. package/esm2022/search/search-multi-class/components/multi-class-field-selection/multi-class-field-selection.component.mjs +3 -3
  380. package/esm2022/search/search-multi-class/components/search-multi-class/search-multi-class.component.mjs +3 -3
  381. package/esm2022/search/search-multi-class/store/search-multi-class.effects.mjs +3 -3
  382. package/esm2022/search/search-multi-class/store/search-multi-class.service.mjs +3 -3
  383. package/esm2022/search/search-tools/search-tools.component.mjs +3 -3
  384. package/esm2022/search/search.module.mjs +4 -4
  385. package/esm2022/search/style/css.component.mjs +3 -3
  386. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
  387. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  388. package/esm2022/toolbox/components/dashboard-details/dashboard-details.component.mjs +3 -3
  389. package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
  390. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  391. package/esm2022/toolbox/components/edit-mode-action/edit-mode-action.component.mjs +3 -3
  392. package/esm2022/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.mjs +3 -3
  393. package/esm2022/toolbox/components/edit-presentation/edit-presentation.component.mjs +3 -3
  394. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +3 -3
  395. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  396. package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
  397. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  398. package/esm2022/toolbox/components/save-view/save-view.component.mjs +5 -5
  399. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  400. package/esm2022/toolbox/components/share/share.component.mjs +3 -3
  401. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
  402. package/esm2022/toolbox/components/toolbox.component.mjs +3 -3
  403. package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +3 -3
  404. package/esm2022/toolbox/shared/toolbox-action/toolbox-action.component.mjs +3 -3
  405. package/esm2022/toolbox/shared/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +3 -3
  406. package/esm2022/toolbox/style/css.component.mjs +3 -3
  407. package/esm2022/toolbox/toolbox.module.mjs +4 -4
  408. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +3 -3
  409. package/esm2022/tooltips/attribute/attribute-tooltip.module.mjs +4 -4
  410. package/esm2022/tooltips/cluster/cluster-tooltip.component.mjs +3 -3
  411. package/esm2022/tooltips/cluster/cluster-tooltip.module.mjs +4 -4
  412. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  413. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +3 -3
  414. package/esm2022/widgets/widget-aggregated-chart/widget-aggregated-chart.module.mjs +4 -4
  415. package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +8 -5
  416. package/esm2022/widgets/widget-analytic/style/css.component.mjs +3 -3
  417. package/esm2022/widgets/widget-analytic/widget-analytic.module.mjs +4 -4
  418. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +3 -3
  419. package/esm2022/widgets/widget-chart/style/css.component.mjs +3 -3
  420. package/esm2022/widgets/widget-chart/widget-chart.module.mjs +4 -4
  421. package/esm2022/widgets/widget-detail/component/widget-detail.component.mjs +3 -3
  422. package/esm2022/widgets/widget-detail/style/css.component.mjs +3 -3
  423. package/esm2022/widgets/widget-detail/widget-detail.module.mjs +4 -4
  424. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
  425. package/esm2022/widgets/widget-graph/style/css.component.mjs +3 -3
  426. package/esm2022/widgets/widget-graph/widget-graph.module.mjs +4 -4
  427. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +3 -3
  428. package/esm2022/widgets/widget-iframe/messaging/iframe-messaging.service.mjs +3 -3
  429. package/esm2022/widgets/widget-iframe/style/css.component.mjs +3 -3
  430. package/esm2022/widgets/widget-iframe/widget-iframe.module.mjs +4 -4
  431. package/esm2022/widgets/widget-image/component/widget-image.component.mjs +3 -3
  432. package/esm2022/widgets/widget-image/style/css.component.mjs +3 -3
  433. package/esm2022/widgets/widget-image/widget-image.module.mjs +4 -4
  434. package/esm2022/widgets/widget-map/component/widget-map-layer.service.mjs +3 -3
  435. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
  436. package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +3 -3
  437. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -3
  438. package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
  439. package/esm2022/widgets/widget-map/widget-map.module.mjs +4 -4
  440. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +3 -3
  441. package/esm2022/widgets/widget-table/expand-value/detach-row.directive.mjs +3 -3
  442. package/esm2022/widgets/widget-table/expand-value/expand-value.component.mjs +3 -3
  443. package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +3 -3
  444. package/esm2022/widgets/widget-table/resizable/resizable.component.mjs +3 -3
  445. package/esm2022/widgets/widget-table/resizable/resizable.directive.mjs +3 -3
  446. package/esm2022/widgets/widget-table/style/css.component.mjs +3 -3
  447. package/esm2022/widgets/widget-table/widget-table.module.mjs +4 -4
  448. package/esm2022/widgets/widget-template/component/widget-template.component.mjs +3 -3
  449. package/esm2022/widgets/widget-template/style/css.component.mjs +3 -3
  450. package/esm2022/widgets/widget-template/widget-template.module.mjs +4 -4
  451. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +3 -3
  452. package/esm2022/widgets/widget-tile/style/css.component.mjs +3 -3
  453. package/esm2022/widgets/widget-tile/widget-tile.module.mjs +4 -4
  454. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +3 -3
  455. package/esm2022/widgets/widget-vega/style/css.component.mjs +3 -3
  456. package/esm2022/widgets/widget-vega/widget-vega.module.mjs +4 -4
  457. package/fesm2022/provoly-dashboard-admin.mjs +284 -272
  458. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  459. package/fesm2022/provoly-dashboard-components-card.mjs +22 -22
  460. package/fesm2022/provoly-dashboard-components-checkbox.mjs +7 -7
  461. package/fesm2022/provoly-dashboard-components-color-picker.mjs +7 -7
  462. package/fesm2022/provoly-dashboard-components-data-format.mjs +7 -9
  463. package/fesm2022/provoly-dashboard-components-data-format.mjs.map +1 -1
  464. package/fesm2022/provoly-dashboard-components-expand-panel.mjs +10 -10
  465. package/fesm2022/provoly-dashboard-components-filter.mjs +7 -7
  466. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +16 -16
  467. package/fesm2022/provoly-dashboard-components-page-loader.mjs +7 -7
  468. package/fesm2022/provoly-dashboard-components-paginator.mjs +10 -10
  469. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +10 -10
  470. package/fesm2022/provoly-dashboard-components-stepper.mjs +13 -13
  471. package/fesm2022/provoly-dashboard-components-text-editor.mjs +16 -16
  472. package/fesm2022/provoly-dashboard-dataset.mjs +16 -16
  473. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +10 -10
  474. package/fesm2022/provoly-dashboard-filters-date.mjs +26 -47
  475. package/fesm2022/provoly-dashboard-filters-date.mjs.map +1 -1
  476. package/fesm2022/provoly-dashboard-filters-list.mjs +10 -10
  477. package/fesm2022/provoly-dashboard-filters-number.mjs +7 -7
  478. package/fesm2022/provoly-dashboard-filters-text.mjs +7 -7
  479. package/fesm2022/provoly-dashboard-import.mjs +27 -27
  480. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  481. package/fesm2022/provoly-dashboard-notification.mjs +27 -21
  482. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  483. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +7 -7
  484. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +7 -7
  485. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +7 -7
  486. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +7 -7
  487. package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs +7 -7
  488. package/fesm2022/provoly-dashboard-pipeline.mjs +28 -28
  489. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  490. package/fesm2022/provoly-dashboard-presentation.mjs +16 -16
  491. package/fesm2022/provoly-dashboard-restitution.mjs +19 -19
  492. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  493. package/fesm2022/provoly-dashboard-search.mjs +73 -73
  494. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  495. package/fesm2022/provoly-dashboard-toolbox.mjs +68 -68
  496. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  497. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -7
  498. package/fesm2022/provoly-dashboard-tooltips-cluster.mjs +7 -7
  499. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +10 -10
  500. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  501. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +14 -11
  502. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
  503. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +10 -10
  504. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs +10 -10
  505. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +10 -10
  506. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +13 -13
  507. package/fesm2022/provoly-dashboard-widgets-widget-image.mjs +10 -10
  508. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +19 -19
  509. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  510. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +25 -25
  511. package/fesm2022/provoly-dashboard-widgets-widget-template.mjs +10 -10
  512. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +10 -10
  513. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +10 -10
  514. package/fesm2022/provoly-dashboard.mjs +503 -464
  515. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  516. package/filters/date/date-filter.component.d.ts +2 -8
  517. package/import/components/list/import-list.component.d.ts +9 -9
  518. package/import/store/import.actions.d.ts +5 -5
  519. package/import/store/import.effects.d.ts +2 -2
  520. package/import/store/import.reducer.d.ts +1 -1
  521. package/lib/core/components/select/select.component.d.ts +0 -1
  522. package/lib/core/model/filter.interface.d.ts +1 -0
  523. package/lib/core/store/category/category.actions.d.ts +3 -3
  524. package/lib/core/store/category/category.effects.d.ts +2 -2
  525. package/lib/core/store/class/class.actions.d.ts +6 -6
  526. package/lib/core/store/class/class.effects.d.ts +4 -4
  527. package/lib/core/store/class/class.selectors.d.ts +20 -20
  528. package/lib/core/store/config/config.actions.d.ts +42 -42
  529. package/lib/core/store/config/config.effects.d.ts +14 -14
  530. package/lib/core/store/config/config.reducer.d.ts +1 -1
  531. package/lib/core/store/context-menu/context-menu.actions.d.ts +6 -6
  532. package/lib/core/store/context-menu/context-menu.reducer.d.ts +1 -1
  533. package/lib/core/store/data-source/data-source.actions.d.ts +70 -70
  534. package/lib/core/store/data-source/data-source.effects.d.ts +33 -33
  535. package/lib/core/store/data-source/data-source.reducer.d.ts +1 -1
  536. package/lib/core/store/field/field.actions.d.ts +3 -3
  537. package/lib/core/store/field/field.effects.d.ts +2 -2
  538. package/lib/core/store/image/image.actions.d.ts +6 -6
  539. package/lib/core/store/image/image.effects.d.ts +5 -5
  540. package/lib/core/store/image/image.reducer.d.ts +1 -1
  541. package/lib/core/store/item/item.actions.d.ts +3 -3
  542. package/lib/core/store/item/item.effects.d.ts +5 -5
  543. package/lib/core/store/relation-types/relation-types.actions.d.ts +18 -18
  544. package/lib/core/store/relation-types/relation-types.effects.d.ts +9 -9
  545. package/lib/core/store/relation-types/relation-types.reducer.d.ts +1 -1
  546. package/lib/core/store/search/search.actions.d.ts +15 -15
  547. package/lib/core/store/search/search.effects.d.ts +13 -13
  548. package/lib/core/store/search/search.reducer.d.ts +1 -1
  549. package/lib/dashboard/action-bus/effect/action-bus.effects.d.ts +1 -1
  550. package/lib/dashboard/action-bus/service/bus.service.d.ts +1 -2
  551. package/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.d.ts +3 -0
  552. package/lib/dashboard/components/widgets/widget-placement/widget-placement.utils.d.ts +5 -5
  553. package/lib/dashboard/date-utils.d.ts +13 -0
  554. package/lib/dashboard/store/dashboard.actions.d.ts +168 -168
  555. package/lib/dashboard/store/dashboard.effects.d.ts +125 -125
  556. package/lib/dashboard/store/dashboard.selectors.d.ts +30 -30
  557. package/notification/store/notification.actions.d.ts +5 -5
  558. package/notification/store/notification.effects.d.ts +2 -2
  559. package/notification/store/notification.reducer.d.ts +1 -1
  560. package/package.json +15 -15
  561. package/pipeline/store/pipeline.actions.d.ts +13 -13
  562. package/pipeline/store/pipeline.effects.d.ts +8 -8
  563. package/pipeline/store/pipeline.reducer.d.ts +1 -1
  564. package/schematics/ng-add/index.js +1 -1
  565. package/schematics/ng-add/index.js.map +1 -1
  566. package/schematics/ng-update/utils/complete.function.js +1 -2
  567. package/schematics/ng-update/utils/complete.function.js.map +1 -1
  568. package/schematics/ng-update/utils/replaceStrings.function.d.ts +0 -1
  569. package/schematics/ng-update/utils/replaceStrings.function.js +1 -2
  570. package/schematics/ng-update/utils/replaceStrings.function.js.map +1 -1
  571. package/schematics/ng-update/version-0-13/index.js +1 -2
  572. package/schematics/ng-update/version-0-13/index.js.map +1 -1
  573. package/schematics/ng-update/version-0-14/index.js +1 -2
  574. package/schematics/ng-update/version-0-14/index.js.map +1 -1
  575. package/schematics/ng-update/version-0-15/index.js +1 -2
  576. package/schematics/ng-update/version-0-15/index.js.map +1 -1
  577. package/schematics/ng-update/version-0-18/index.js +1 -2
  578. package/schematics/ng-update/version-0-18/index.js.map +1 -1
  579. package/schematics/ng-update/version-0-20/index.js +1 -2
  580. package/schematics/ng-update/version-0-20/index.js.map +1 -1
  581. package/schematics/utils/file-contents.function.js +1 -2
  582. package/schematics/utils/file-contents.function.js.map +1 -1
  583. package/search/search-fulltext/store/search-fulltext.actions.d.ts +4 -4
  584. package/search/search-fulltext/store/search-fulltext.effects.d.ts +10 -10
  585. package/search/search-mono-class/store/search-mono-class.actions.d.ts +28 -28
  586. package/search/search-mono-class/store/search-mono-class.effects.d.ts +25 -25
  587. package/search/search-mono-class/store/search-mono-class.reducer.d.ts +1 -1
  588. package/search/search-multi-class/store/search-multi-class.actions.d.ts +16 -16
  589. package/search/search-multi-class/store/search-multi-class.effects.d.ts +14 -14
  590. package/search/search-multi-class/store/search-multi-class.reducer.d.ts +1 -1
  591. package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +1 -1
  592. package/widgets/widget-analytic/component/widget-analytic.component.d.ts +1 -1
  593. package/widgets/widget-chart/component/widget-chart.component.d.ts +3 -3
  594. package/widgets/widget-map/component/widget-map.component.d.ts +2 -2
@@ -6,10 +6,10 @@ import * as i2 from "../../../../core/pipes/translate-id/translate-id.pipe";
6
6
  import * as i3 from "../../../../core/pipes/translate-item-to-symbol/translate-item-to-symbol.pipe";
7
7
  import * as i4 from "../../../../core/i18n/i18n.pipe";
8
8
  export class DefaultTooltipComponent extends BaseTooltipComponent {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DefaultTooltipComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: DefaultTooltipComponent, selector: "pry-default-tooltip", usesInheritance: true, ngImport: i0, template: "<div class=\"m-tooltip__item__content\">\n <ng-container *ngIf=\"data.item.properties; else defaultTooltip\">\n <p *ngFor=\"let property of data.item.properties\">\n <span>{{ property.key | titlecase }} :</span> {{ property.value }}\n </p>\n </ng-container>\n</div>\n<ng-template #defaultTooltip>\n <h3 class=\"a-h3 -attribute\">\n <img\n [src]=\"data.item | translateItemToSymbol | async\"\n [alt]=\"data.item.oClass | translateId: { type: 'class', output: 'name' } | async\"\n width=\"32\"\n aria-hidden=\"true\"\n />\n <span>{{ data.item.oClass | translateId: { type: 'class', output: 'name' } | async }}</span>\n </h3>\n <p>\n <span>{{ '@pry.widget.itemId' | i18n }} :</span> {{ data.item?.id }}\n </p>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1.TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: i2.TranslateIdPipe, name: "translateId" }, { kind: "pipe", type: i3.TranslateItemToSymbolPipe, name: "translateItemToSymbol" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DefaultTooltipComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: DefaultTooltipComponent, selector: "pry-default-tooltip", usesInheritance: true, ngImport: i0, template: "<div class=\"m-tooltip__item__content\">\n <ng-container *ngIf=\"data.item.properties; else defaultTooltip\">\n <p *ngFor=\"let property of data.item.properties\">\n <span>{{ property.key | titlecase }} :</span> {{ property.value }}\n </p>\n </ng-container>\n</div>\n<ng-template #defaultTooltip>\n <h3 class=\"a-h3 -attribute\">\n <img\n [src]=\"data.item | translateItemToSymbol | async\"\n [alt]=\"data.item.oClass | translateId: { type: 'class', output: 'name' } | async\"\n width=\"32\"\n aria-hidden=\"true\"\n />\n <span>{{ data.item.oClass | translateId: { type: 'class', output: 'name' } | async }}</span>\n </h3>\n <p>\n <span>{{ '@pry.widget.itemId' | i18n }} :</span> {{ data.item?.id }}\n </p>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1.TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: i2.TranslateIdPipe, name: "translateId" }, { kind: "pipe", type: i3.TranslateItemToSymbolPipe, name: "translateItemToSymbol" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DefaultTooltipComponent, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DefaultTooltipComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'pry-default-tooltip', template: "<div class=\"m-tooltip__item__content\">\n <ng-container *ngIf=\"data.item.properties; else defaultTooltip\">\n <p *ngFor=\"let property of data.item.properties\">\n <span>{{ property.key | titlecase }} :</span> {{ property.value }}\n </p>\n </ng-container>\n</div>\n<ng-template #defaultTooltip>\n <h3 class=\"a-h3 -attribute\">\n <img\n [src]=\"data.item | translateItemToSymbol | async\"\n [alt]=\"data.item.oClass | translateId: { type: 'class', output: 'name' } | async\"\n width=\"32\"\n aria-hidden=\"true\"\n />\n <span>{{ data.item.oClass | translateId: { type: 'class', output: 'name' } | async }}</span>\n </h3>\n <p>\n <span>{{ '@pry.widget.itemId' | i18n }} :</span> {{ data.item?.id }}\n </p>\n</ng-template>\n" }]
15
15
  }] });
@@ -63,10 +63,10 @@ export class TooltipFactoryService {
63
63
  addTooltipDefinitions(defs) {
64
64
  this.reference$.next({ ...this.reference$.getValue(), ...defs });
65
65
  }
66
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TooltipFactoryService, deps: [{ token: i0.Injector }, { token: TOOLTIP_DEFINITION }, { token: i1.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
67
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TooltipFactoryService, providedIn: 'root' }); }
66
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TooltipFactoryService, deps: [{ token: i0.Injector }, { token: TOOLTIP_DEFINITION }, { token: i1.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
67
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TooltipFactoryService, providedIn: 'root' }); }
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TooltipFactoryService, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TooltipFactoryService, decorators: [{
70
70
  type: Injectable,
71
71
  args: [{
72
72
  providedIn: 'root'
@@ -1,16 +1,27 @@
1
1
  import { createNgModule, Injector } from '@angular/core';
2
2
  import { WidgetPlaceholderComponent } from './components/widgets/widget-placeholder/widget-placeholder.component';
3
3
  const moduleRefCache = {};
4
+ const standaloneRefCache = {};
4
5
  export function widgetLoader(module, prop) {
5
6
  return (injector) => {
7
+ const standalone = prop.endsWith('Component');
6
8
  if (!!moduleRefCache[prop]) {
7
9
  return moduleRefCache[prop].getComponent();
8
10
  }
11
+ else if (!!standaloneRefCache[prop]) {
12
+ return standaloneRefCache[prop];
13
+ }
9
14
  else {
10
15
  if (!!module[prop]) {
11
- const moduleRef = createNgModule(module[prop], Injector.create({ parent: injector, providers: [] }));
12
- moduleRefCache[prop] = moduleRef.instance;
13
- return moduleRefCache[prop].getComponent();
16
+ if (!standalone) {
17
+ const moduleRef = createNgModule(module[prop], Injector.create({ parent: injector, providers: [] }));
18
+ moduleRefCache[prop] = moduleRef.instance;
19
+ return moduleRefCache[prop].getComponent();
20
+ }
21
+ else {
22
+ standaloneRefCache[prop] = module[prop];
23
+ return standaloneRefCache[prop];
24
+ }
14
25
  }
15
26
  else {
16
27
  console.error(`module has no property ${prop}`, module);
@@ -19,4 +30,4 @@ export function widgetLoader(module, prop) {
19
30
  }
20
31
  };
21
32
  }
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LWxvYWRlci5mdW5jdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Byb3ZvbHkvZGFzaGJvYXJkL2xpYi9kYXNoYm9hcmQvd2lkZ2V0LWxvYWRlci5mdW5jdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBUSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQztBQUlsSCxNQUFNLGNBQWMsR0FBRyxFQUFnRCxDQUFDO0FBRXhFLE1BQU0sVUFBVSxZQUFZLENBQUMsTUFBVyxFQUFFLElBQVk7SUFDcEQsT0FBTyxDQUFDLFFBQWtCLEVBQUUsRUFBRTtRQUM1QixJQUFJLENBQUMsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztZQUMzQixPQUFPLGNBQWMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxZQUFZLEVBQTBDLENBQUM7UUFDckYsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztnQkFDbkIsTUFBTSxTQUFTLEdBQUcsY0FBYyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRSxRQUFRLENBQUMsTUFBTSxDQUFDLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUNyRyxjQUFjLENBQUMsSUFBSSxDQUFDLEdBQUcsU0FBUyxDQUFDLFFBQTRCLENBQUM7Z0JBQzlELE9BQU8sY0FBYyxDQUFDLElBQUksQ0FBQyxDQUFDLFlBQVksRUFBMEMsQ0FBQztZQUNyRixDQUFDO2lCQUFNLENBQUM7Z0JBQ04sT0FBTyxDQUFDLEtBQUssQ0FBQywwQkFBMEIsSUFBSSxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUM7Z0JBQ3hELE9BQU8sMEJBQTBCLENBQUM7WUFDcEMsQ0FBQztRQUNILENBQUM7SUFDSCxDQUFDLENBQUM7QUFDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3JlYXRlTmdNb2R1bGUsIEluamVjdG9yLCBUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBXaWRnZXRQbGFjZWhvbGRlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy93aWRnZXRzL3dpZGdldC1wbGFjZWhvbGRlci93aWRnZXQtcGxhY2Vob2xkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEJhc2VXaWRnZXRNb2R1bGUgfSBmcm9tICcuL2Jhc2Utd2lkZ2V0Lm1vZHVsZSc7XG5pbXBvcnQgeyBCYXNlV2lkZ2V0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3dpZGdldHMvYmFzZS13aWRnZXQuY29tcG9uZW50JztcblxuY29uc3QgbW9kdWxlUmVmQ2FjaGUgPSB7fSBhcyB7IFttb2R1bGVOYW1lOiBzdHJpbmddOiBCYXNlV2lkZ2V0TW9kdWxlIH07XG5cbmV4cG9ydCBmdW5jdGlvbiB3aWRnZXRMb2FkZXIobW9kdWxlOiBhbnksIHByb3A6IHN0cmluZyk6IChpbmplY3RvcjogSW5qZWN0b3IpID0+IFR5cGU8QmFzZVdpZGdldENvbXBvbmVudD4ge1xuICByZXR1cm4gKGluamVjdG9yOiBJbmplY3RvcikgPT4ge1xuICAgIGlmICghIW1vZHVsZVJlZkNhY2hlW3Byb3BdKSB7XG4gICAgICByZXR1cm4gbW9kdWxlUmVmQ2FjaGVbcHJvcF0uZ2V0Q29tcG9uZW50KCkgYXMgdW5rbm93biBhcyBUeXBlPEJhc2VXaWRnZXRDb21wb25lbnQ+O1xuICAgIH0gZWxzZSB7XG4gICAgICBpZiAoISFtb2R1bGVbcHJvcF0pIHtcbiAgICAgICAgY29uc3QgbW9kdWxlUmVmID0gY3JlYXRlTmdNb2R1bGUobW9kdWxlW3Byb3BdLCBJbmplY3Rvci5jcmVhdGUoeyBwYXJlbnQ6IGluamVjdG9yLCBwcm92aWRlcnM6IFtdIH0pKTtcbiAgICAgICAgbW9kdWxlUmVmQ2FjaGVbcHJvcF0gPSBtb2R1bGVSZWYuaW5zdGFuY2UgYXMgQmFzZVdpZGdldE1vZHVsZTtcbiAgICAgICAgcmV0dXJuIG1vZHVsZVJlZkNhY2hlW3Byb3BdLmdldENvbXBvbmVudCgpIGFzIHVua25vd24gYXMgVHlwZTxCYXNlV2lkZ2V0Q29tcG9uZW50PjtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGNvbnNvbGUuZXJyb3IoYG1vZHVsZSBoYXMgbm8gcHJvcGVydHkgJHtwcm9wfWAsIG1vZHVsZSk7XG4gICAgICAgIHJldHVybiBXaWRnZXRQbGFjZWhvbGRlckNvbXBvbmVudDtcbiAgICAgIH1cbiAgICB9XG4gIH07XG59XG4iXX0=
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LWxvYWRlci5mdW5jdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Byb3ZvbHkvZGFzaGJvYXJkL2xpYi9kYXNoYm9hcmQvd2lkZ2V0LWxvYWRlci5mdW5jdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBUSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQztBQUlsSCxNQUFNLGNBQWMsR0FBRyxFQUFnRCxDQUFDO0FBQ3hFLE1BQU0sa0JBQWtCLEdBQUcsRUFBbUQsQ0FBQztBQUUvRSxNQUFNLFVBQVUsWUFBWSxDQUFDLE1BQVcsRUFBRSxJQUFZO0lBQ3BELE9BQU8sQ0FBQyxRQUFrQixFQUFFLEVBQUU7UUFDNUIsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUM5QyxJQUFJLENBQUMsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztZQUMzQixPQUFPLGNBQWMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxZQUFZLEVBQTBDLENBQUM7UUFDckYsQ0FBQzthQUFNLElBQUksQ0FBQyxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxFQUFFLENBQUM7WUFDdEMsT0FBTyxrQkFBa0IsQ0FBQyxJQUFJLENBQXlDLENBQUM7UUFDMUUsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztnQkFDbkIsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO29CQUNoQixNQUFNLFNBQVMsR0FBRyxjQUFjLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxFQUFFLFFBQVEsQ0FBQyxNQUFNLENBQUMsRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLFNBQVMsRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUM7b0JBQ3JHLGNBQWMsQ0FBQyxJQUFJLENBQUMsR0FBRyxTQUFTLENBQUMsUUFBNEIsQ0FBQztvQkFDOUQsT0FBTyxjQUFjLENBQUMsSUFBSSxDQUFDLENBQUMsWUFBWSxFQUEwQyxDQUFDO2dCQUNyRixDQUFDO3FCQUFNLENBQUM7b0JBQ04sa0JBQWtCLENBQUMsSUFBSSxDQUFDLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO29CQUN4QyxPQUFPLGtCQUFrQixDQUFDLElBQUksQ0FBeUMsQ0FBQztnQkFDMUUsQ0FBQztZQUNILENBQUM7aUJBQU0sQ0FBQztnQkFDTixPQUFPLENBQUMsS0FBSyxDQUFDLDBCQUEwQixJQUFJLEVBQUUsRUFBRSxNQUFNLENBQUMsQ0FBQztnQkFDeEQsT0FBTywwQkFBMEIsQ0FBQztZQUNwQyxDQUFDO1FBQ0gsQ0FBQztJQUNILENBQUMsQ0FBQztBQUNKLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVOZ01vZHVsZSwgSW5qZWN0b3IsIFR5cGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFdpZGdldFBsYWNlaG9sZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3dpZGdldHMvd2lkZ2V0LXBsYWNlaG9sZGVyL3dpZGdldC1wbGFjZWhvbGRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFzZVdpZGdldE1vZHVsZSB9IGZyb20gJy4vYmFzZS13aWRnZXQubW9kdWxlJztcbmltcG9ydCB7IEJhc2VXaWRnZXRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvd2lkZ2V0cy9iYXNlLXdpZGdldC5jb21wb25lbnQnO1xuXG5jb25zdCBtb2R1bGVSZWZDYWNoZSA9IHt9IGFzIHsgW21vZHVsZU5hbWU6IHN0cmluZ106IEJhc2VXaWRnZXRNb2R1bGUgfTtcbmNvbnN0IHN0YW5kYWxvbmVSZWZDYWNoZSA9IHt9IGFzIHsgW21vZHVsZU5hbWU6IHN0cmluZ106IEJhc2VXaWRnZXRDb21wb25lbnQgfTtcblxuZXhwb3J0IGZ1bmN0aW9uIHdpZGdldExvYWRlcihtb2R1bGU6IGFueSwgcHJvcDogc3RyaW5nKTogKGluamVjdG9yOiBJbmplY3RvcikgPT4gVHlwZTxCYXNlV2lkZ2V0Q29tcG9uZW50PiB7XG4gIHJldHVybiAoaW5qZWN0b3I6IEluamVjdG9yKSA9PiB7XG4gICAgY29uc3Qgc3RhbmRhbG9uZSA9IHByb3AuZW5kc1dpdGgoJ0NvbXBvbmVudCcpO1xuICAgIGlmICghIW1vZHVsZVJlZkNhY2hlW3Byb3BdKSB7XG4gICAgICByZXR1cm4gbW9kdWxlUmVmQ2FjaGVbcHJvcF0uZ2V0Q29tcG9uZW50KCkgYXMgdW5rbm93biBhcyBUeXBlPEJhc2VXaWRnZXRDb21wb25lbnQ+O1xuICAgIH0gZWxzZSBpZiAoISFzdGFuZGFsb25lUmVmQ2FjaGVbcHJvcF0pIHtcbiAgICAgIHJldHVybiBzdGFuZGFsb25lUmVmQ2FjaGVbcHJvcF0gYXMgdW5rbm93biBhcyBUeXBlPEJhc2VXaWRnZXRDb21wb25lbnQ+O1xuICAgIH0gZWxzZSB7XG4gICAgICBpZiAoISFtb2R1bGVbcHJvcF0pIHtcbiAgICAgICAgaWYgKCFzdGFuZGFsb25lKSB7XG4gICAgICAgICAgY29uc3QgbW9kdWxlUmVmID0gY3JlYXRlTmdNb2R1bGUobW9kdWxlW3Byb3BdLCBJbmplY3Rvci5jcmVhdGUoeyBwYXJlbnQ6IGluamVjdG9yLCBwcm92aWRlcnM6IFtdIH0pKTtcbiAgICAgICAgICBtb2R1bGVSZWZDYWNoZVtwcm9wXSA9IG1vZHVsZVJlZi5pbnN0YW5jZSBhcyBCYXNlV2lkZ2V0TW9kdWxlO1xuICAgICAgICAgIHJldHVybiBtb2R1bGVSZWZDYWNoZVtwcm9wXS5nZXRDb21wb25lbnQoKSBhcyB1bmtub3duIGFzIFR5cGU8QmFzZVdpZGdldENvbXBvbmVudD47XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc3RhbmRhbG9uZVJlZkNhY2hlW3Byb3BdID0gbW9kdWxlW3Byb3BdO1xuICAgICAgICAgIHJldHVybiBzdGFuZGFsb25lUmVmQ2FjaGVbcHJvcF0gYXMgdW5rbm93biBhcyBUeXBlPEJhc2VXaWRnZXRDb21wb25lbnQ+O1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBjb25zb2xlLmVycm9yKGBtb2R1bGUgaGFzIG5vIHByb3BlcnR5ICR7cHJvcH1gLCBtb2R1bGUpO1xuICAgICAgICByZXR1cm4gV2lkZ2V0UGxhY2Vob2xkZXJDb21wb25lbnQ7XG4gICAgICB9XG4gICAgfVxuICB9O1xufVxuIl19
@@ -36,7 +36,13 @@ export class PryNotificationContentComponent {
36
36
  this.store.dispatch(NotificationActions.deleteAll());
37
37
  }
38
38
  goTo(notification) {
39
- this.router.navigateByUrl(notification.link ?? '');
39
+ const link = notification.link ?? '';
40
+ if (link.startsWith('http')) {
41
+ window.location.href = link;
42
+ }
43
+ else {
44
+ this.router.navigateByUrl(notification.link ?? '');
45
+ }
40
46
  this.closed.next(true);
41
47
  }
42
48
  closeToEscape() {
@@ -45,12 +51,12 @@ export class PryNotificationContentComponent {
45
51
  hasTranslation(title, translationBase) {
46
52
  return this.i18nService.instant(translationBase + title) !== translationBase + title;
47
53
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationContentComponent, deps: [{ token: i1.Store }, { token: i2.Router }, { token: i3.PryI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryNotificationContentComponent, selector: "pry-notification-content", outputs: { closed: "closed" }, host: { listeners: { "window:resize": "ngDoCheck()" } }, viewQueries: [{ propertyName: "caret", first: true, predicate: ["caret"], descendants: true }, { propertyName: "button", first: true, predicate: ["button"], descendants: true }], ngImport: i0, template: "<div\n class=\"m-notifications-list\"\n id=\"notifications_list\"\n aria-labelledby=\"read_notifications\"\n aria-hidden=\"false\"\n #caret\n (keydown.escape)=\"closeToEscape()\"\n>\n <span class=\"caret-top\" [style.left.px]=\"left\"></span>\n <div class=\"m-notifications-list__header\">\n <h2 class=\"a-h2\">{{ '@pry.notif.label' | i18n }}</h2>\n <p class=\"a-p none\" *ngIf=\"(notifications$ | async)?.length === 0; else notification\">\n {{ '@pry.notif.noNotifications' | i18n }}\n </p>\n <ng-template #notification>\n <div class=\"m-btn-group\">\n <button type=\"button\" #button class=\"a-btn a-btn--primary\" (click)=\"deleteAll()\">\n {{ '@pry.notif.deleteAll' | i18n : { count: (notifications$ | async)?.length } }}\n </button>\n </div>\n </ng-template>\n </div>\n <div class=\"m-notifications-list__content\">\n <ul class=\"m-notifications-list__items\">\n <li class=\"m-notifications-list__items__li\" *ngFor=\"let notification of notifications$ | async; let last = last\">\n <div class=\"m-notifications-list__items__li__txt\">\n <h3 class=\"a-h3\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.title.' + notification.text.code | i18n)\n : notification.text.title\n }}\n <span>{{ notification.creationDate | date : \"dd/MM'&nbsp;&nbsp;&nbsp;'H':'mm\" }}</span>\n </h3>\n <p class=\"a-p desc\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.message.' + notification.text.code | i18n : notification.text.param)\n : notification.text.code\n }}\n </p>\n <a *ngIf=\"!!notification.link\" (click)=\"goTo(notification)\">\n {{ '@pry.notif.link' | i18n }}\n </a>\n </div>\n <button\n class=\"a-btn a-btn--delete\"\n (click)=\"delete(notification)\"\n (keydown.tab)=\"last ? closeToEscape() : null\"\n title=\"{{ '@pry.notif.delete' | i18n }}\"\n >\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"close\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.notif.delete' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.DatePipe, name: "date" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationContentComponent, deps: [{ token: i1.Store }, { token: i2.Router }, { token: i3.PryI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
55
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryNotificationContentComponent, selector: "pry-notification-content", outputs: { closed: "closed" }, host: { listeners: { "window:resize": "ngDoCheck()" } }, viewQueries: [{ propertyName: "caret", first: true, predicate: ["caret"], descendants: true }, { propertyName: "button", first: true, predicate: ["button"], descendants: true }], ngImport: i0, template: "<div\n class=\"m-notifications-list\"\n id=\"notifications_list\"\n aria-labelledby=\"read_notifications\"\n aria-hidden=\"false\"\n #caret\n (keydown.escape)=\"closeToEscape()\"\n>\n <span class=\"caret-top\" [style.left.px]=\"left\"></span>\n <div class=\"m-notifications-list__header\">\n <h2 class=\"a-h2\">{{ '@pry.notif.label' | i18n }}</h2>\n <p class=\"a-p none\" *ngIf=\"(notifications$ | async)?.length === 0; else notification\">\n {{ '@pry.notif.noNotifications' | i18n }}\n </p>\n <ng-template #notification>\n <div class=\"m-btn-group\">\n <button type=\"button\" #button class=\"a-btn a-btn--primary\" (click)=\"deleteAll()\">\n {{ '@pry.notif.deleteAll' | i18n: { count: (notifications$ | async)?.length } }}\n </button>\n </div>\n </ng-template>\n </div>\n <div class=\"m-notifications-list__content\">\n <ul class=\"m-notifications-list__items\">\n <li class=\"m-notifications-list__items__li\" *ngFor=\"let notification of notifications$ | async; let last = last\">\n <div class=\"m-notifications-list__items__li__txt\">\n <h3 class=\"a-h3\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.title.' + notification.text.code | i18n: notification.text.param)\n : notification.text.title\n }}\n <span>{{ notification.creationDate | date: \"dd/MM'&nbsp;&nbsp;&nbsp;'H':'mm\" }}</span>\n </h3>\n <p class=\"a-p desc\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.message.' + notification.text.code | i18n: notification.text.param)\n : notification.text.code\n }}\n </p>\n <a *ngIf=\"!!notification.link\" (click)=\"goTo(notification)\">\n {{ '@pry.notif.link' | i18n }}\n </a>\n </div>\n <button\n class=\"a-btn a-btn--delete\"\n (click)=\"delete(notification)\"\n (keydown.tab)=\"last ? closeToEscape() : null\"\n title=\"{{ '@pry.notif.delete' | i18n }}\"\n >\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"close\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.notif.delete' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.DatePipe, name: "date" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
50
56
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationContentComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationContentComponent, decorators: [{
52
58
  type: Component,
53
- args: [{ selector: 'pry-notification-content', template: "<div\n class=\"m-notifications-list\"\n id=\"notifications_list\"\n aria-labelledby=\"read_notifications\"\n aria-hidden=\"false\"\n #caret\n (keydown.escape)=\"closeToEscape()\"\n>\n <span class=\"caret-top\" [style.left.px]=\"left\"></span>\n <div class=\"m-notifications-list__header\">\n <h2 class=\"a-h2\">{{ '@pry.notif.label' | i18n }}</h2>\n <p class=\"a-p none\" *ngIf=\"(notifications$ | async)?.length === 0; else notification\">\n {{ '@pry.notif.noNotifications' | i18n }}\n </p>\n <ng-template #notification>\n <div class=\"m-btn-group\">\n <button type=\"button\" #button class=\"a-btn a-btn--primary\" (click)=\"deleteAll()\">\n {{ '@pry.notif.deleteAll' | i18n : { count: (notifications$ | async)?.length } }}\n </button>\n </div>\n </ng-template>\n </div>\n <div class=\"m-notifications-list__content\">\n <ul class=\"m-notifications-list__items\">\n <li class=\"m-notifications-list__items__li\" *ngFor=\"let notification of notifications$ | async; let last = last\">\n <div class=\"m-notifications-list__items__li__txt\">\n <h3 class=\"a-h3\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.title.' + notification.text.code | i18n)\n : notification.text.title\n }}\n <span>{{ notification.creationDate | date : \"dd/MM'&nbsp;&nbsp;&nbsp;'H':'mm\" }}</span>\n </h3>\n <p class=\"a-p desc\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.message.' + notification.text.code | i18n : notification.text.param)\n : notification.text.code\n }}\n </p>\n <a *ngIf=\"!!notification.link\" (click)=\"goTo(notification)\">\n {{ '@pry.notif.link' | i18n }}\n </a>\n </div>\n <button\n class=\"a-btn a-btn--delete\"\n (click)=\"delete(notification)\"\n (keydown.tab)=\"last ? closeToEscape() : null\"\n title=\"{{ '@pry.notif.delete' | i18n }}\"\n >\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"close\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.notif.delete' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</div>\n" }]
59
+ args: [{ selector: 'pry-notification-content', template: "<div\n class=\"m-notifications-list\"\n id=\"notifications_list\"\n aria-labelledby=\"read_notifications\"\n aria-hidden=\"false\"\n #caret\n (keydown.escape)=\"closeToEscape()\"\n>\n <span class=\"caret-top\" [style.left.px]=\"left\"></span>\n <div class=\"m-notifications-list__header\">\n <h2 class=\"a-h2\">{{ '@pry.notif.label' | i18n }}</h2>\n <p class=\"a-p none\" *ngIf=\"(notifications$ | async)?.length === 0; else notification\">\n {{ '@pry.notif.noNotifications' | i18n }}\n </p>\n <ng-template #notification>\n <div class=\"m-btn-group\">\n <button type=\"button\" #button class=\"a-btn a-btn--primary\" (click)=\"deleteAll()\">\n {{ '@pry.notif.deleteAll' | i18n: { count: (notifications$ | async)?.length } }}\n </button>\n </div>\n </ng-template>\n </div>\n <div class=\"m-notifications-list__content\">\n <ul class=\"m-notifications-list__items\">\n <li class=\"m-notifications-list__items__li\" *ngFor=\"let notification of notifications$ | async; let last = last\">\n <div class=\"m-notifications-list__items__li__txt\">\n <h3 class=\"a-h3\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.title.' + notification.text.code | i18n: notification.text.param)\n : notification.text.title\n }}\n <span>{{ notification.creationDate | date: \"dd/MM'&nbsp;&nbsp;&nbsp;'H':'mm\" }}</span>\n </h3>\n <p class=\"a-p desc\">\n {{\n hasTranslation(notification.text.code, '@pry.notif.title.')\n ? ('@pry.notif.message.' + notification.text.code | i18n: notification.text.param)\n : notification.text.code\n }}\n </p>\n <a *ngIf=\"!!notification.link\" (click)=\"goTo(notification)\">\n {{ '@pry.notif.link' | i18n }}\n </a>\n </div>\n <button\n class=\"a-btn a-btn--delete\"\n (click)=\"delete(notification)\"\n (keydown.tab)=\"last ? closeToEscape() : null\"\n title=\"{{ '@pry.notif.delete' | i18n }}\"\n >\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"close\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.notif.delete' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</div>\n" }]
54
60
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.Router }, { type: i3.PryI18nService }], propDecorators: { closed: [{
55
61
  type: Output
56
62
  }], caret: [{
@@ -63,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImpor
63
69
  type: HostListener,
64
70
  args: ['window:resize']
65
71
  }] } });
66
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWNvbnRlbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHJvdm9seS9kYXNoYm9hcmQvbm90aWZpY2F0aW9uL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL2NvbnRlbnQvbm90aWZpY2F0aW9uLWNvbnRlbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHJvdm9seS9kYXNoYm9hcmQvbm90aWZpY2F0aW9uL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL2NvbnRlbnQvbm90aWZpY2F0aW9uLWNvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFHVCxZQUFZLEVBQ1osWUFBWSxFQUNaLE1BQU0sRUFDTixTQUFTLEVBQ1YsTUFBTSxlQUFlLENBQUM7QUFLdkIsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOzs7Ozs7QUFNOUUsTUFBTSxPQUFPLCtCQUErQjtJQVExQyxZQUFzQixLQUFZLEVBQVUsTUFBYyxFQUFVLFdBQTJCO1FBQXpFLFVBQUssR0FBTCxLQUFLLENBQU87UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQVUsZ0JBQVcsR0FBWCxXQUFXLENBQWdCO1FBUC9GLFNBQUksR0FBWSxLQUFLLENBQUM7UUFFWixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUcvQyxTQUFJLEdBQVcsQ0FBQyxDQUFDO1FBR2YsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsS0FBSzthQUM3QixNQUFNLENBQUMscUJBQXFCLENBQUMsSUFBSSxDQUFDO2FBQ2xDLElBQUksQ0FDSCxHQUFHLENBQUMsQ0FBQyxhQUFnQyxFQUFFLEVBQUUsQ0FDdkMsQ0FBQyxHQUFHLGFBQWEsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLFlBQVksR0FBRyxDQUFDLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FDOUUsQ0FDRixDQUFDO0lBQ04sQ0FBQztJQUVELGVBQWU7UUFDYixJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO1lBQ2YsSUFBSSxDQUFDLE1BQU0sRUFBRSxhQUFhLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDckMsQ0FBQztJQUNILENBQUM7SUFHRCxTQUFTO1FBQ1AsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7WUFDZixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLFdBQVcsR0FBRyxFQUFFLENBQUM7UUFDeEQsQ0FBQztJQUNILENBQUM7SUFFRCxNQUFNLENBQUMsWUFBNkI7UUFDbEMsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxFQUFFLFlBQVksQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDM0UsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxtQkFBbUIsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUFFRCxJQUFJLENBQUMsWUFBNkI7UUFDaEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsWUFBWSxDQUFDLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztRQUNuRCxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBRUQsYUFBYTtRQUNYLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFRCxjQUFjLENBQUMsS0FBYSxFQUFFLGVBQXVCO1FBQ25ELE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQyxLQUFLLGVBQWUsR0FBRyxLQUFLLENBQUM7SUFDdkYsQ0FBQzs4R0FsRFUsK0JBQStCO2tHQUEvQiwrQkFBK0IsMlVDdEI1QyxrMkVBMERBOzsyRkRwQ2EsK0JBQStCO2tCQUozQyxTQUFTOytCQUNFLDBCQUEwQjs0SEFNMUIsTUFBTTtzQkFBZixNQUFNO2dCQUNhLEtBQUs7c0JBQXhCLFNBQVM7dUJBQUMsT0FBTztnQkFDRyxNQUFNO3NCQUExQixTQUFTO3VCQUFDLFFBQVE7Z0JBb0JuQixTQUFTO3NCQURSLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFmdGVyVmlld0luaXQsXG4gIENvbXBvbmVudCxcbiAgRG9DaGVjayxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBIb3N0TGlzdGVuZXIsXG4gIE91dHB1dCxcbiAgVmlld0NoaWxkXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IFN0b3JlIH0gZnJvbSAnQG5ncngvc3RvcmUnO1xuaW1wb3J0IHsgUHJ5STE4blNlcnZpY2UsIFByeU5vdGlmaWNhdGlvbiB9IGZyb20gJ0Bwcm92b2x5L2Rhc2hib2FyZCc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBtYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25BY3Rpb25zIH0gZnJvbSAnLi4vLi4vLi4vc3RvcmUvbm90aWZpY2F0aW9uLmFjdGlvbnMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VsZWN0b3JzIH0gZnJvbSAnLi4vLi4vLi4vc3RvcmUvbm90aWZpY2F0aW9uLnNlbGVjdG9ycyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3ByeS1ub3RpZmljYXRpb24tY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tY29udGVudC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUHJ5Tm90aWZpY2F0aW9uQ29udGVudENvbXBvbmVudCBpbXBsZW1lbnRzIERvQ2hlY2ssIEFmdGVyVmlld0luaXQge1xuICBvcGVuOiBib29sZWFuID0gZmFsc2U7XG4gIG5vdGlmaWNhdGlvbnMkOiBPYnNlcnZhYmxlPFByeU5vdGlmaWNhdGlvbltdPjtcbiAgQE91dHB1dCgpIGNsb3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgQFZpZXdDaGlsZCgnY2FyZXQnKSBjYXJldCE6IEVsZW1lbnRSZWY7XG4gIEBWaWV3Q2hpbGQoJ2J1dHRvbicpIGJ1dHRvbiE6IEVsZW1lbnRSZWY8SFRNTEJ1dHRvbkVsZW1lbnQ+O1xuICBsZWZ0OiBudW1iZXIgPSAwO1xuXG4gIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBzdG9yZTogU3RvcmUsIHByaXZhdGUgcm91dGVyOiBSb3V0ZXIsIHByaXZhdGUgaTE4blNlcnZpY2U6IFByeUkxOG5TZXJ2aWNlKSB7XG4gICAgdGhpcy5ub3RpZmljYXRpb25zJCA9IHRoaXMuc3RvcmVcbiAgICAgIC5zZWxlY3QoTm90aWZpY2F0aW9uU2VsZWN0b3JzLmxpc3QpXG4gICAgICAucGlwZShcbiAgICAgICAgbWFwKChub3RpZmljYXRpb25zOiBQcnlOb3RpZmljYXRpb25bXSkgPT5cbiAgICAgICAgICBbLi4ubm90aWZpY2F0aW9uc10uc29ydCgoYSwgYikgPT4gKGEuY3JlYXRpb25EYXRlIDwgYi5jcmVhdGlvbkRhdGUgPyAxIDogLTEpKVxuICAgICAgICApXG4gICAgICApO1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIGlmICghdGhpcy5vcGVuKSB7XG4gICAgICB0aGlzLmJ1dHRvbj8ubmF0aXZlRWxlbWVudC5mb2N1cygpO1xuICAgIH1cbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpyZXNpemUnKVxuICBuZ0RvQ2hlY2soKSB7XG4gICAgaWYgKHRoaXMuY2FyZXQpIHtcbiAgICAgIHRoaXMubGVmdCA9IHRoaXMuY2FyZXQubmF0aXZlRWxlbWVudC5vZmZzZXRXaWR0aCAtIDQ4O1xuICAgIH1cbiAgfVxuXG4gIGRlbGV0ZShub3RpZmljYXRpb246IFByeU5vdGlmaWNhdGlvbikge1xuICAgIHRoaXMuc3RvcmUuZGlzcGF0Y2goTm90aWZpY2F0aW9uQWN0aW9ucy5kZWxldGUoeyBpZDogbm90aWZpY2F0aW9uLmlkIH0pKTtcbiAgfVxuXG4gIGRlbGV0ZUFsbCgpIHtcbiAgICB0aGlzLnN0b3JlLmRpc3BhdGNoKE5vdGlmaWNhdGlvbkFjdGlvbnMuZGVsZXRlQWxsKCkpO1xuICB9XG5cbiAgZ29Ubyhub3RpZmljYXRpb246IFByeU5vdGlmaWNhdGlvbikge1xuICAgIHRoaXMucm91dGVyLm5hdmlnYXRlQnlVcmwobm90aWZpY2F0aW9uLmxpbmsgPz8gJycpO1xuICAgIHRoaXMuY2xvc2VkLm5leHQodHJ1ZSk7XG4gIH1cblxuICBjbG9zZVRvRXNjYXBlKCkge1xuICAgIHRoaXMuY2xvc2VkLm5leHQodHJ1ZSk7XG4gIH1cblxuICBoYXNUcmFuc2xhdGlvbih0aXRsZTogc3RyaW5nLCB0cmFuc2xhdGlvbkJhc2U6IHN0cmluZykge1xuICAgIHJldHVybiB0aGlzLmkxOG5TZXJ2aWNlLmluc3RhbnQodHJhbnNsYXRpb25CYXNlICsgdGl0bGUpICE9PSB0cmFuc2xhdGlvbkJhc2UgKyB0aXRsZTtcbiAgfVxufVxuIiwiPGRpdlxuICBjbGFzcz1cIm0tbm90aWZpY2F0aW9ucy1saXN0XCJcbiAgaWQ9XCJub3RpZmljYXRpb25zX2xpc3RcIlxuICBhcmlhLWxhYmVsbGVkYnk9XCJyZWFkX25vdGlmaWNhdGlvbnNcIlxuICBhcmlhLWhpZGRlbj1cImZhbHNlXCJcbiAgI2NhcmV0XG4gIChrZXlkb3duLmVzY2FwZSk9XCJjbG9zZVRvRXNjYXBlKClcIlxuPlxuICA8c3BhbiBjbGFzcz1cImNhcmV0LXRvcFwiIFtzdHlsZS5sZWZ0LnB4XT1cImxlZnRcIj48L3NwYW4+XG4gIDxkaXYgY2xhc3M9XCJtLW5vdGlmaWNhdGlvbnMtbGlzdF9faGVhZGVyXCI+XG4gICAgPGgyIGNsYXNzPVwiYS1oMlwiPnt7ICdAcHJ5Lm5vdGlmLmxhYmVsJyB8IGkxOG4gfX08L2gyPlxuICAgIDxwIGNsYXNzPVwiYS1wIG5vbmVcIiAqbmdJZj1cIihub3RpZmljYXRpb25zJCB8IGFzeW5jKT8ubGVuZ3RoID09PSAwOyBlbHNlIG5vdGlmaWNhdGlvblwiPlxuICAgICAge3sgJ0Bwcnkubm90aWYubm9Ob3RpZmljYXRpb25zJyB8IGkxOG4gfX1cbiAgICA8L3A+XG4gICAgPG5nLXRlbXBsYXRlICNub3RpZmljYXRpb24+XG4gICAgICA8ZGl2IGNsYXNzPVwibS1idG4tZ3JvdXBcIj5cbiAgICAgICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgI2J1dHRvbiBjbGFzcz1cImEtYnRuIGEtYnRuLS1wcmltYXJ5XCIgKGNsaWNrKT1cImRlbGV0ZUFsbCgpXCI+XG4gICAgICAgICAge3sgJ0Bwcnkubm90aWYuZGVsZXRlQWxsJyB8IGkxOG4gOiB7IGNvdW50OiAobm90aWZpY2F0aW9ucyQgfCBhc3luYyk/Lmxlbmd0aCB9IH19XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgPC9kaXY+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJtLW5vdGlmaWNhdGlvbnMtbGlzdF9fY29udGVudFwiPlxuICAgIDx1bCBjbGFzcz1cIm0tbm90aWZpY2F0aW9ucy1saXN0X19pdGVtc1wiPlxuICAgICAgPGxpIGNsYXNzPVwibS1ub3RpZmljYXRpb25zLWxpc3RfX2l0ZW1zX19saVwiICpuZ0Zvcj1cImxldCBub3RpZmljYXRpb24gb2Ygbm90aWZpY2F0aW9ucyQgfCBhc3luYzsgbGV0IGxhc3QgPSBsYXN0XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtLW5vdGlmaWNhdGlvbnMtbGlzdF9faXRlbXNfX2xpX190eHRcIj5cbiAgICAgICAgICA8aDMgY2xhc3M9XCJhLWgzXCI+XG4gICAgICAgICAgICB7e1xuICAgICAgICAgICAgICBoYXNUcmFuc2xhdGlvbihub3RpZmljYXRpb24udGV4dC5jb2RlLCAnQHByeS5ub3RpZi50aXRsZS4nKVxuICAgICAgICAgICAgICAgID8gKCdAcHJ5Lm5vdGlmLnRpdGxlLicgKyBub3RpZmljYXRpb24udGV4dC5jb2RlIHwgaTE4bilcbiAgICAgICAgICAgICAgICA6IG5vdGlmaWNhdGlvbi50ZXh0LnRpdGxlXG4gICAgICAgICAgICB9fVxuICAgICAgICAgICAgPHNwYW4+e3sgbm90aWZpY2F0aW9uLmNyZWF0aW9uRGF0ZSB8IGRhdGUgOiBcImRkL01NJyZuYnNwOyZuYnNwOyZuYnNwOydIJzonbW1cIiB9fTwvc3Bhbj5cbiAgICAgICAgICA8L2gzPlxuICAgICAgICAgIDxwIGNsYXNzPVwiYS1wIGRlc2NcIj5cbiAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgIGhhc1RyYW5zbGF0aW9uKG5vdGlmaWNhdGlvbi50ZXh0LmNvZGUsICdAcHJ5Lm5vdGlmLnRpdGxlLicpXG4gICAgICAgICAgICAgICAgPyAoJ0Bwcnkubm90aWYubWVzc2FnZS4nICsgbm90aWZpY2F0aW9uLnRleHQuY29kZSB8IGkxOG4gOiBub3RpZmljYXRpb24udGV4dC5wYXJhbSlcbiAgICAgICAgICAgICAgICA6IG5vdGlmaWNhdGlvbi50ZXh0LmNvZGVcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDxhICpuZ0lmPVwiISFub3RpZmljYXRpb24ubGlua1wiIChjbGljayk9XCJnb1RvKG5vdGlmaWNhdGlvbilcIj5cbiAgICAgICAgICAgIHt7ICdAcHJ5Lm5vdGlmLmxpbmsnIHwgaTE4biB9fVxuICAgICAgICAgIDwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxidXR0b25cbiAgICAgICAgICBjbGFzcz1cImEtYnRuIGEtYnRuLS1kZWxldGVcIlxuICAgICAgICAgIChjbGljayk9XCJkZWxldGUobm90aWZpY2F0aW9uKVwiXG4gICAgICAgICAgKGtleWRvd24udGFiKT1cImxhc3QgPyBjbG9zZVRvRXNjYXBlKCkgOiBudWxsXCJcbiAgICAgICAgICB0aXRsZT1cInt7ICdAcHJ5Lm5vdGlmLmRlbGV0ZScgfCBpMThuIH19XCJcbiAgICAgICAgPlxuICAgICAgICAgIDxwcnktaWNvbiBbaGVpZ2h0XT1cIjIwXCIgW3dpZHRoXT1cIjIwXCIgaWNvblN2Zz1cImNsb3NlXCI+PC9wcnktaWNvbj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cInUtdmlzdWFsbHktaGlkZGVuXCI+e3sgJ0Bwcnkubm90aWYuZGVsZXRlJyB8IGkxOG4gfX08L3NwYW4+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgPC9saT5cbiAgICA8L3VsPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
72
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWNvbnRlbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHJvdm9seS9kYXNoYm9hcmQvbm90aWZpY2F0aW9uL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL2NvbnRlbnQvbm90aWZpY2F0aW9uLWNvbnRlbnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHJvdm9seS9kYXNoYm9hcmQvbm90aWZpY2F0aW9uL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL2NvbnRlbnQvbm90aWZpY2F0aW9uLWNvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFHVCxZQUFZLEVBQ1osWUFBWSxFQUNaLE1BQU0sRUFDTixTQUFTLEVBQ1YsTUFBTSxlQUFlLENBQUM7QUFLdkIsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOzs7Ozs7QUFNOUUsTUFBTSxPQUFPLCtCQUErQjtJQVExQyxZQUNZLEtBQVksRUFDZCxNQUFjLEVBQ2QsV0FBMkI7UUFGekIsVUFBSyxHQUFMLEtBQUssQ0FBTztRQUNkLFdBQU0sR0FBTixNQUFNLENBQVE7UUFDZCxnQkFBVyxHQUFYLFdBQVcsQ0FBZ0I7UUFWckMsU0FBSSxHQUFZLEtBQUssQ0FBQztRQUVaLFdBQU0sR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO1FBRy9DLFNBQUksR0FBVyxDQUFDLENBQUM7UUFPZixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxLQUFLO2FBQzdCLE1BQU0sQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUM7YUFDbEMsSUFBSSxDQUNILEdBQUcsQ0FBQyxDQUFDLGFBQWdDLEVBQUUsRUFBRSxDQUN2QyxDQUFDLEdBQUcsYUFBYSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsWUFBWSxHQUFHLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUM5RSxDQUNGLENBQUM7SUFDTixDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7WUFDZixJQUFJLENBQUMsTUFBTSxFQUFFLGFBQWEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNyQyxDQUFDO0lBQ0gsQ0FBQztJQUdELFNBQVM7UUFDUCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNmLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxhQUFhLENBQUMsV0FBVyxHQUFHLEVBQUUsQ0FBQztRQUN4RCxDQUFDO0lBQ0gsQ0FBQztJQUVELE1BQU0sQ0FBQyxZQUE2QjtRQUNsQyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxtQkFBbUIsQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLEVBQUUsWUFBWSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUMzRSxDQUFDO0lBRUQsU0FBUztRQUNQLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLG1CQUFtQixDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUVELElBQUksQ0FBQyxZQUE2QjtRQUNoQyxNQUFNLElBQUksR0FBRyxZQUFZLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNyQyxJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztZQUM1QixNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFDOUIsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO1FBQ3JELENBQUM7UUFDRCxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBRUQsYUFBYTtRQUNYLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFRCxjQUFjLENBQUMsS0FBYSxFQUFFLGVBQXVCO1FBQ25ELE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQyxLQUFLLGVBQWUsR0FBRyxLQUFLLENBQUM7SUFDdkYsQ0FBQzs4R0EzRFUsK0JBQStCO2tHQUEvQiwrQkFBK0IsMlVDdEI1Qyx3M0VBMERBOzsyRkRwQ2EsK0JBQStCO2tCQUozQyxTQUFTOytCQUNFLDBCQUEwQjs0SEFNMUIsTUFBTTtzQkFBZixNQUFNO2dCQUNhLEtBQUs7c0JBQXhCLFNBQVM7dUJBQUMsT0FBTztnQkFDRyxNQUFNO3NCQUExQixTQUFTO3VCQUFDLFFBQVE7Z0JBd0JuQixTQUFTO3NCQURSLFlBQVk7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFmdGVyVmlld0luaXQsXG4gIENvbXBvbmVudCxcbiAgRG9DaGVjayxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBIb3N0TGlzdGVuZXIsXG4gIE91dHB1dCxcbiAgVmlld0NoaWxkXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IFN0b3JlIH0gZnJvbSAnQG5ncngvc3RvcmUnO1xuaW1wb3J0IHsgUHJ5STE4blNlcnZpY2UsIFByeU5vdGlmaWNhdGlvbiB9IGZyb20gJ0Bwcm92b2x5L2Rhc2hib2FyZCc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBtYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25BY3Rpb25zIH0gZnJvbSAnLi4vLi4vLi4vc3RvcmUvbm90aWZpY2F0aW9uLmFjdGlvbnMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VsZWN0b3JzIH0gZnJvbSAnLi4vLi4vLi4vc3RvcmUvbm90aWZpY2F0aW9uLnNlbGVjdG9ycyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3ByeS1ub3RpZmljYXRpb24tY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tY29udGVudC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUHJ5Tm90aWZpY2F0aW9uQ29udGVudENvbXBvbmVudCBpbXBsZW1lbnRzIERvQ2hlY2ssIEFmdGVyVmlld0luaXQge1xuICBvcGVuOiBib29sZWFuID0gZmFsc2U7XG4gIG5vdGlmaWNhdGlvbnMkOiBPYnNlcnZhYmxlPFByeU5vdGlmaWNhdGlvbltdPjtcbiAgQE91dHB1dCgpIGNsb3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcbiAgQFZpZXdDaGlsZCgnY2FyZXQnKSBjYXJldCE6IEVsZW1lbnRSZWY7XG4gIEBWaWV3Q2hpbGQoJ2J1dHRvbicpIGJ1dHRvbiE6IEVsZW1lbnRSZWY8SFRNTEJ1dHRvbkVsZW1lbnQ+O1xuICBsZWZ0OiBudW1iZXIgPSAwO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByb3RlY3RlZCBzdG9yZTogU3RvcmUsXG4gICAgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcixcbiAgICBwcml2YXRlIGkxOG5TZXJ2aWNlOiBQcnlJMThuU2VydmljZVxuICApIHtcbiAgICB0aGlzLm5vdGlmaWNhdGlvbnMkID0gdGhpcy5zdG9yZVxuICAgICAgLnNlbGVjdChOb3RpZmljYXRpb25TZWxlY3RvcnMubGlzdClcbiAgICAgIC5waXBlKFxuICAgICAgICBtYXAoKG5vdGlmaWNhdGlvbnM6IFByeU5vdGlmaWNhdGlvbltdKSA9PlxuICAgICAgICAgIFsuLi5ub3RpZmljYXRpb25zXS5zb3J0KChhLCBiKSA9PiAoYS5jcmVhdGlvbkRhdGUgPCBiLmNyZWF0aW9uRGF0ZSA/IDEgOiAtMSkpXG4gICAgICAgIClcbiAgICAgICk7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgaWYgKCF0aGlzLm9wZW4pIHtcbiAgICAgIHRoaXMuYnV0dG9uPy5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gICAgfVxuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignd2luZG93OnJlc2l6ZScpXG4gIG5nRG9DaGVjaygpIHtcbiAgICBpZiAodGhpcy5jYXJldCkge1xuICAgICAgdGhpcy5sZWZ0ID0gdGhpcy5jYXJldC5uYXRpdmVFbGVtZW50Lm9mZnNldFdpZHRoIC0gNDg7XG4gICAgfVxuICB9XG5cbiAgZGVsZXRlKG5vdGlmaWNhdGlvbjogUHJ5Tm90aWZpY2F0aW9uKSB7XG4gICAgdGhpcy5zdG9yZS5kaXNwYXRjaChOb3RpZmljYXRpb25BY3Rpb25zLmRlbGV0ZSh7IGlkOiBub3RpZmljYXRpb24uaWQgfSkpO1xuICB9XG5cbiAgZGVsZXRlQWxsKCkge1xuICAgIHRoaXMuc3RvcmUuZGlzcGF0Y2goTm90aWZpY2F0aW9uQWN0aW9ucy5kZWxldGVBbGwoKSk7XG4gIH1cblxuICBnb1RvKG5vdGlmaWNhdGlvbjogUHJ5Tm90aWZpY2F0aW9uKSB7XG4gICAgY29uc3QgbGluayA9IG5vdGlmaWNhdGlvbi5saW5rID8/ICcnO1xuICAgIGlmIChsaW5rLnN0YXJ0c1dpdGgoJ2h0dHAnKSkge1xuICAgICAgd2luZG93LmxvY2F0aW9uLmhyZWYgPSBsaW5rO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZUJ5VXJsKG5vdGlmaWNhdGlvbi5saW5rID8/ICcnKTtcbiAgICB9XG4gICAgdGhpcy5jbG9zZWQubmV4dCh0cnVlKTtcbiAgfVxuXG4gIGNsb3NlVG9Fc2NhcGUoKSB7XG4gICAgdGhpcy5jbG9zZWQubmV4dCh0cnVlKTtcbiAgfVxuXG4gIGhhc1RyYW5zbGF0aW9uKHRpdGxlOiBzdHJpbmcsIHRyYW5zbGF0aW9uQmFzZTogc3RyaW5nKSB7XG4gICAgcmV0dXJuIHRoaXMuaTE4blNlcnZpY2UuaW5zdGFudCh0cmFuc2xhdGlvbkJhc2UgKyB0aXRsZSkgIT09IHRyYW5zbGF0aW9uQmFzZSArIHRpdGxlO1xuICB9XG59XG4iLCI8ZGl2XG4gIGNsYXNzPVwibS1ub3RpZmljYXRpb25zLWxpc3RcIlxuICBpZD1cIm5vdGlmaWNhdGlvbnNfbGlzdFwiXG4gIGFyaWEtbGFiZWxsZWRieT1cInJlYWRfbm90aWZpY2F0aW9uc1wiXG4gIGFyaWEtaGlkZGVuPVwiZmFsc2VcIlxuICAjY2FyZXRcbiAgKGtleWRvd24uZXNjYXBlKT1cImNsb3NlVG9Fc2NhcGUoKVwiXG4+XG4gIDxzcGFuIGNsYXNzPVwiY2FyZXQtdG9wXCIgW3N0eWxlLmxlZnQucHhdPVwibGVmdFwiPjwvc3Bhbj5cbiAgPGRpdiBjbGFzcz1cIm0tbm90aWZpY2F0aW9ucy1saXN0X19oZWFkZXJcIj5cbiAgICA8aDIgY2xhc3M9XCJhLWgyXCI+e3sgJ0Bwcnkubm90aWYubGFiZWwnIHwgaTE4biB9fTwvaDI+XG4gICAgPHAgY2xhc3M9XCJhLXAgbm9uZVwiICpuZ0lmPVwiKG5vdGlmaWNhdGlvbnMkIHwgYXN5bmMpPy5sZW5ndGggPT09IDA7IGVsc2Ugbm90aWZpY2F0aW9uXCI+XG4gICAgICB7eyAnQHByeS5ub3RpZi5ub05vdGlmaWNhdGlvbnMnIHwgaTE4biB9fVxuICAgIDwvcD5cbiAgICA8bmctdGVtcGxhdGUgI25vdGlmaWNhdGlvbj5cbiAgICAgIDxkaXYgY2xhc3M9XCJtLWJ0bi1ncm91cFwiPlxuICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiAjYnV0dG9uIGNsYXNzPVwiYS1idG4gYS1idG4tLXByaW1hcnlcIiAoY2xpY2spPVwiZGVsZXRlQWxsKClcIj5cbiAgICAgICAgICB7eyAnQHByeS5ub3RpZi5kZWxldGVBbGwnIHwgaTE4bjogeyBjb3VudDogKG5vdGlmaWNhdGlvbnMkIHwgYXN5bmMpPy5sZW5ndGggfSB9fVxuICAgICAgICA8L2J1dHRvbj5cbiAgICAgIDwvZGl2PlxuICAgIDwvbmctdGVtcGxhdGU+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwibS1ub3RpZmljYXRpb25zLWxpc3RfX2NvbnRlbnRcIj5cbiAgICA8dWwgY2xhc3M9XCJtLW5vdGlmaWNhdGlvbnMtbGlzdF9faXRlbXNcIj5cbiAgICAgIDxsaSBjbGFzcz1cIm0tbm90aWZpY2F0aW9ucy1saXN0X19pdGVtc19fbGlcIiAqbmdGb3I9XCJsZXQgbm90aWZpY2F0aW9uIG9mIG5vdGlmaWNhdGlvbnMkIHwgYXN5bmM7IGxldCBsYXN0ID0gbGFzdFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibS1ub3RpZmljYXRpb25zLWxpc3RfX2l0ZW1zX19saV9fdHh0XCI+XG4gICAgICAgICAgPGgzIGNsYXNzPVwiYS1oM1wiPlxuICAgICAgICAgICAge3tcbiAgICAgICAgICAgICAgaGFzVHJhbnNsYXRpb24obm90aWZpY2F0aW9uLnRleHQuY29kZSwgJ0Bwcnkubm90aWYudGl0bGUuJylcbiAgICAgICAgICAgICAgICA/ICgnQHByeS5ub3RpZi50aXRsZS4nICsgbm90aWZpY2F0aW9uLnRleHQuY29kZSB8IGkxOG46IG5vdGlmaWNhdGlvbi50ZXh0LnBhcmFtKVxuICAgICAgICAgICAgICAgIDogbm90aWZpY2F0aW9uLnRleHQudGl0bGVcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgICA8c3Bhbj57eyBub3RpZmljYXRpb24uY3JlYXRpb25EYXRlIHwgZGF0ZTogXCJkZC9NTScmbmJzcDsmbmJzcDsmbmJzcDsnSCc6J21tXCIgfX08L3NwYW4+XG4gICAgICAgICAgPC9oMz5cbiAgICAgICAgICA8cCBjbGFzcz1cImEtcCBkZXNjXCI+XG4gICAgICAgICAgICB7e1xuICAgICAgICAgICAgICBoYXNUcmFuc2xhdGlvbihub3RpZmljYXRpb24udGV4dC5jb2RlLCAnQHByeS5ub3RpZi50aXRsZS4nKVxuICAgICAgICAgICAgICAgID8gKCdAcHJ5Lm5vdGlmLm1lc3NhZ2UuJyArIG5vdGlmaWNhdGlvbi50ZXh0LmNvZGUgfCBpMThuOiBub3RpZmljYXRpb24udGV4dC5wYXJhbSlcbiAgICAgICAgICAgICAgICA6IG5vdGlmaWNhdGlvbi50ZXh0LmNvZGVcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDxhICpuZ0lmPVwiISFub3RpZmljYXRpb24ubGlua1wiIChjbGljayk9XCJnb1RvKG5vdGlmaWNhdGlvbilcIj5cbiAgICAgICAgICAgIHt7ICdAcHJ5Lm5vdGlmLmxpbmsnIHwgaTE4biB9fVxuICAgICAgICAgIDwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxidXR0b25cbiAgICAgICAgICBjbGFzcz1cImEtYnRuIGEtYnRuLS1kZWxldGVcIlxuICAgICAgICAgIChjbGljayk9XCJkZWxldGUobm90aWZpY2F0aW9uKVwiXG4gICAgICAgICAgKGtleWRvd24udGFiKT1cImxhc3QgPyBjbG9zZVRvRXNjYXBlKCkgOiBudWxsXCJcbiAgICAgICAgICB0aXRsZT1cInt7ICdAcHJ5Lm5vdGlmLmRlbGV0ZScgfCBpMThuIH19XCJcbiAgICAgICAgPlxuICAgICAgICAgIDxwcnktaWNvbiBbaGVpZ2h0XT1cIjIwXCIgW3dpZHRoXT1cIjIwXCIgaWNvblN2Zz1cImNsb3NlXCI+PC9wcnktaWNvbj5cbiAgICAgICAgICA8c3BhbiBjbGFzcz1cInUtdmlzdWFsbHktaGlkZGVuXCI+e3sgJ0Bwcnkubm90aWYuZGVsZXRlJyB8IGkxOG4gfX08L3NwYW4+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgPC9saT5cbiAgICA8L3VsPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
@@ -47,10 +47,10 @@ export class PryNotificationComponent extends SubscriptionnerDirective {
47
47
  }
48
48
  }));
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationComponent, deps: [{ token: i1.PryDialogService }, { token: i2.Overlay }, { token: i3.Store }], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryNotificationComponent, selector: "pry-notification", viewQueries: [{ propertyName: "ref", first: true, predicate: ["ref"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<pry-notification-css></pry-notification-css>\n<div\n class=\"m-notifications\"\n *ngIf=\"notifications$ | async as notifications\"\n [class.has-unread]=\"notifications.length > 0\"\n>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only\"\n aria-controls=\"notifications_list\"\n [attr.aria-expanded]=\"isOpened\"\n aria-haspopup=\"true\"\n id=\"read_notifications\"\n #ref\n (click)=\"toggle()\"\n [title]=\"notifications.length <= 1 ? ('@pry.notif.notification' | i18n: {count : notifications.length} ) : ('@pry.notif.notifications' | i18n : {count : notifications.length})\"\n >\n <pry-icon iconSvg=\"notifications\"></pry-icon>\n <span *ngIf=\"notifications.length > 0\" class=\"a-pastille -unread\"\n >{{ notifications.length }} <span class=\"u-visually-hidden\">{{ '@pry.notif.label' | i18n | lowercase }}</span>\n </span>\n </button>\n</div>\n", dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i5.PryNotificationCssComponent, selector: "pry-notification-css" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.LowerCasePipe, name: "lowercase" }, { kind: "pipe", type: i1.I18nPipe, name: "i18n" }] }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationComponent, deps: [{ token: i1.PryDialogService }, { token: i2.Overlay }, { token: i3.Store }], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryNotificationComponent, selector: "pry-notification", viewQueries: [{ propertyName: "ref", first: true, predicate: ["ref"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<pry-notification-css></pry-notification-css>\n<div\n class=\"m-notifications\"\n *ngIf=\"notifications$ | async as notifications\"\n [class.has-unread]=\"notifications.length > 0\"\n>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only\"\n aria-controls=\"notifications_list\"\n [attr.aria-expanded]=\"isOpened\"\n aria-haspopup=\"true\"\n id=\"read_notifications\"\n #ref\n (click)=\"toggle()\"\n [title]=\"notifications.length <= 1 ? ('@pry.notif.notification' | i18n: {count : notifications.length} ) : ('@pry.notif.notifications' | i18n : {count : notifications.length})\"\n >\n <pry-icon iconSvg=\"notifications\"></pry-icon>\n <span *ngIf=\"notifications.length > 0\" class=\"a-pastille -unread\"\n >{{ notifications.length }} <span class=\"u-visually-hidden\">{{ '@pry.notif.label' | i18n | lowercase }}</span>\n </span>\n </button>\n</div>\n", dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i5.PryNotificationCssComponent, selector: "pry-notification-css" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.LowerCasePipe, name: "lowercase" }, { kind: "pipe", type: i1.I18nPipe, name: "i18n" }] }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'pry-notification', template: "<pry-notification-css></pry-notification-css>\n<div\n class=\"m-notifications\"\n *ngIf=\"notifications$ | async as notifications\"\n [class.has-unread]=\"notifications.length > 0\"\n>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only\"\n aria-controls=\"notifications_list\"\n [attr.aria-expanded]=\"isOpened\"\n aria-haspopup=\"true\"\n id=\"read_notifications\"\n #ref\n (click)=\"toggle()\"\n [title]=\"notifications.length <= 1 ? ('@pry.notif.notification' | i18n: {count : notifications.length} ) : ('@pry.notif.notifications' | i18n : {count : notifications.length})\"\n >\n <pry-icon iconSvg=\"notifications\"></pry-icon>\n <span *ngIf=\"notifications.length > 0\" class=\"a-pastille -unread\"\n >{{ notifications.length }} <span class=\"u-visually-hidden\">{{ '@pry.notif.label' | i18n | lowercase }}</span>\n </span>\n </button>\n</div>\n" }]
56
56
  }], ctorParameters: () => [{ type: i1.PryDialogService }, { type: i2.Overlay }, { type: i3.Store }], propDecorators: { ref: [{
@@ -21,12 +21,12 @@ export class PryNotificationModule {
21
21
  this.pryTranslateService.addLangObject('fr', 'notification', frTranslations);
22
22
  this.pryTranslateService.addLangObject('en', 'notification', enTranslations);
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationModule, deps: [{ token: i1.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
25
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationModule, declarations: [PryNotificationComponent, PryNotificationContentComponent, PryNotificationCssComponent], imports: [CommonModule,
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationModule, deps: [{ token: i1.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
25
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationModule, declarations: [PryNotificationComponent, PryNotificationContentComponent, PryNotificationCssComponent], imports: [CommonModule,
26
26
  PryCoreModule, i2.StoreFeatureModule, i3.EffectsFeatureModule, PryIconModule,
27
27
  PrySearchModule,
28
28
  PryI18nModule], exports: [PryNotificationComponent, PryNotificationContentComponent] }); }
29
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationModule, imports: [CommonModule,
29
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationModule, imports: [CommonModule,
30
30
  PryCoreModule,
31
31
  StoreModule.forFeature(notificationFeatureKey, notificationReducer),
32
32
  EffectsModule.forFeature([NotificationEffects]),
@@ -34,7 +34,7 @@ export class PryNotificationModule {
34
34
  PrySearchModule,
35
35
  PryI18nModule] }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationModule, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationModule, decorators: [{
38
38
  type: NgModule,
39
39
  args: [{
40
40
  imports: [
@@ -28,10 +28,10 @@ export class NotificationEffects {
28
28
  })), 1);
29
29
  });
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotificationEffects, deps: [{ token: i1.Actions }, { token: i2.WebsocketService }, { token: i3.Store }, { token: i4.NotificationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
32
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotificationEffects }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NotificationEffects, deps: [{ token: i1.Actions }, { token: i2.WebsocketService }, { token: i3.Store }, { token: i4.NotificationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
32
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NotificationEffects }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotificationEffects, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NotificationEffects, decorators: [{
35
35
  type: Injectable
36
36
  }], ctorParameters: () => [{ type: i1.Actions }, { type: i2.WebsocketService }, { type: i3.Store }, { type: i4.NotificationService }] });
37
37
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLmVmZmVjdHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wcm92b2x5L2Rhc2hib2FyZC9ub3RpZmljYXRpb24vc3RvcmUvbm90aWZpY2F0aW9uLmVmZmVjdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQVcsWUFBWSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUc5RCxPQUFPLEVBQUUsR0FBRyxFQUFFLFFBQVEsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUNyQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7Ozs7O0FBSTdELE1BQU0sT0FBTyxtQkFBbUI7SUFDOUIsWUFDVSxRQUFpQixFQUNqQixTQUEyQixFQUMzQixLQUFZLEVBQ1osbUJBQXdDO1FBSHhDLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsY0FBUyxHQUFULFNBQVMsQ0FBa0I7UUFDM0IsVUFBSyxHQUFMLEtBQUssQ0FBTztRQUNaLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFvQmxELHdCQUFtQixHQUFHLFlBQVksQ0FBQyxHQUFHLEVBQUUsQ0FDdEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQ2hCLE1BQU0sQ0FBQyxtQkFBbUIsQ0FBQyxNQUFNLENBQUMsRUFDbEMsUUFBUSxDQUFDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FDbEIsSUFBSSxDQUFDLG1CQUFtQjthQUNyQixrQkFBa0IsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDO2FBQzdCLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLEVBQUUsRUFBRSxFQUFFLE1BQU0sQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FDekUsQ0FDRixDQUNGLENBQUM7UUFFRiw0QkFBdUIsR0FBRyxZQUFZLENBQUMsR0FBRyxFQUFFLENBQzFDLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUNoQixNQUFNLENBQUMsbUJBQW1CLENBQUMsU0FBUyxDQUFDLEVBQ3JDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQ2xCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxzQkFBc0IsRUFBRSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsbUJBQW1CLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxDQUFDLENBQzFHLENBQ0YsQ0FDRixDQUFDO1FBcENBLFNBQVMsQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsR0FBYyxFQUFFLEVBQUU7WUFDL0QsVUFBVSxDQUNSLEdBQUcsRUFBRSxDQUNILElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUNqQixtQkFBbUIsQ0FBQyxHQUFHLENBQUM7Z0JBQ3RCLFlBQVksRUFBRTtvQkFDWixJQUFJLEVBQUUsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJO29CQUN0QixJQUFJLEVBQUUsR0FBRyxDQUFDLE9BQU8sQ0FBQyxJQUFJO29CQUN0QixZQUFZLEVBQUUsR0FBRyxDQUFDLE9BQU8sQ0FBQyxZQUFZO29CQUN0QyxFQUFFLEVBQUUsR0FBRyxDQUFDLEVBQUU7aUJBQ1g7YUFDRixDQUFDLENBQ0gsRUFDSCxDQUFDLENBQ0YsQ0FBQztRQUNKLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs4R0F2QlUsbUJBQW1CO2tIQUFuQixtQkFBbUI7OzJGQUFuQixtQkFBbUI7a0JBRC9CLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3Rpb25zLCBjcmVhdGVFZmZlY3QsIG9mVHlwZSB9IGZyb20gJ0BuZ3J4L2VmZmVjdHMnO1xuaW1wb3J0IHsgU3RvcmUgfSBmcm9tICdAbmdyeC9zdG9yZSc7XG5pbXBvcnQgeyBXZWJzb2NrZXRTZXJ2aWNlLCB3c01lc3NhZ2UgfSBmcm9tICdAcHJvdm9seS9kYXNoYm9hcmQnO1xuaW1wb3J0IHsgbWFwLCBtZXJnZU1hcCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uQWN0aW9ucyB9IGZyb20gJy4vbm90aWZpY2F0aW9uLmFjdGlvbnMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VydmljZSB9IGZyb20gJy4vbm90aWZpY2F0aW9uLnNlcnZpY2UnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uRWZmZWN0cyB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgYWN0aW9ucyQ6IEFjdGlvbnMsXG4gICAgcHJpdmF0ZSB3c1NlcnZpY2U6IFdlYnNvY2tldFNlcnZpY2UsXG4gICAgcHJpdmF0ZSBzdG9yZTogU3RvcmUsXG4gICAgcHJpdmF0ZSBub3RpZmljYXRpb25TZXJ2aWNlOiBOb3RpZmljYXRpb25TZXJ2aWNlXG4gICkge1xuICAgIHdzU2VydmljZS5tZXNzYWdlcyQoJ25vdGlmaWNhdGlvbicpLnN1YnNjcmliZSgobXNnOiB3c01lc3NhZ2UpID0+IHtcbiAgICAgIHNldFRpbWVvdXQoXG4gICAgICAgICgpID0+XG4gICAgICAgICAgdGhpcy5zdG9yZS5kaXNwYXRjaChcbiAgICAgICAgICAgIE5vdGlmaWNhdGlvbkFjdGlvbnMuYWRkKHtcbiAgICAgICAgICAgICAgbm90aWZpY2F0aW9uOiB7XG4gICAgICAgICAgICAgICAgdGV4dDogbXNnLnBheWxvYWQudGV4dCxcbiAgICAgICAgICAgICAgICBsaW5rOiBtc2cucGF5bG9hZC5saW5rLFxuICAgICAgICAgICAgICAgIGNyZWF0aW9uRGF0ZTogbXNnLnBheWxvYWQuY3JlYXRpb25EYXRlLFxuICAgICAgICAgICAgICAgIGlkOiBtc2cuaWRcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSlcbiAgICAgICAgICApLFxuICAgICAgICAxXG4gICAgICApO1xuICAgIH0pO1xuICB9XG5cbiAgZGVsZXRlTm90aWZpY2F0aW9uJCA9IGNyZWF0ZUVmZmVjdCgoKSA9PlxuICAgIHRoaXMuYWN0aW9ucyQucGlwZShcbiAgICAgIG9mVHlwZShOb3RpZmljYXRpb25BY3Rpb25zLmRlbGV0ZSksXG4gICAgICBtZXJnZU1hcCgoYWN0aW9uKSA9PlxuICAgICAgICB0aGlzLm5vdGlmaWNhdGlvblNlcnZpY2VcbiAgICAgICAgICAuZGVsZXRlTm90aWZpY2F0aW9uKGFjdGlvbi5pZClcbiAgICAgICAgICAucGlwZShtYXAoKCkgPT4gTm90aWZpY2F0aW9uQWN0aW9ucy5kZWxldGVTdWNjZXNzKHsgaWQ6IGFjdGlvbi5pZCB9KSkpXG4gICAgICApXG4gICAgKVxuICApO1xuXG4gIGRlbGV0ZUFsbE5vdGlmaWNhdGlvbnMkID0gY3JlYXRlRWZmZWN0KCgpID0+XG4gICAgdGhpcy5hY3Rpb25zJC5waXBlKFxuICAgICAgb2ZUeXBlKE5vdGlmaWNhdGlvbkFjdGlvbnMuZGVsZXRlQWxsKSxcbiAgICAgIG1lcmdlTWFwKChhY3Rpb24pID0+XG4gICAgICAgIHRoaXMubm90aWZpY2F0aW9uU2VydmljZS5kZWxldGVBbGxOb3RpZmljYXRpb25zKCkucGlwZShtYXAoKCkgPT4gTm90aWZpY2F0aW9uQWN0aW9ucy5kZWxldGVBbGxTdWNjZXNzKCkpKVxuICAgICAgKVxuICAgIClcbiAgKTtcbn1cbiJdfQ==
@@ -19,10 +19,10 @@ export class NotificationService {
19
19
  .select(ConfigSelectors.refUrl)
20
20
  .pipe(mergeMap((url) => this.httpClient.delete(encodeURI(`${url}/notification/me`))));
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotificationService, deps: [{ token: i1.HttpClient }, { token: i2.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
23
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NotificationService, deps: [{ token: i1.HttpClient }, { token: i2.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
23
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotificationService, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: NotificationService, decorators: [{
26
26
  type: Injectable,
27
27
  args: [{
28
28
  providedIn: 'root'
@@ -1,10 +1,10 @@
1
1
  import { Component, ViewEncapsulation } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class PryNotificationCssComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationCssComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryNotificationCssComponent, selector: "pry-notification-css", ngImport: i0, template: '', isInline: true, styles: [".m-notifications-list__items{margin:0;padding:0}.m-notifications-list__items li{list-style:none}.m-notifications{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:1.875rem;min-height:1.4375rem}.m-notifications .a-btn{width:2.5rem;height:2.5rem}.m-notifications .a-btn:before{content:\"\";display:block;position:absolute;width:100%;height:100%;border-radius:50%}.m-notifications .a-btn .a-pastille{position:absolute;top:-.4375rem;right:-.4375rem}.m-notifications-list{position:absolute;top:.9375rem;right:10px;display:flex;align-items:center;flex-direction:column;min-width:17.1875rem;max-height:41.5625rem;border-radius:.3125rem}.m-notifications-list .caret-top{position:absolute;z-index:3;bottom:100%;left:14.1875rem;width:0;border:.5rem solid transparent;border-top:none;border-bottom-color:#fff;filter:drop-shadow(0 -.0625rem .0625rem rgba(0,0,0,.1))}.m-notifications-list__header{width:100%;padding:.9375rem}.m-notifications-list__header .a-p.none{margin-top:.625rem}.m-notifications-list__header .a-btn{padding-left:.9375rem;padding-right:.9375rem}.m-notifications-list__content{overflow:auto;height:auto;padding-bottom:.9375rem}.m-notifications-list__items__li{position:relative;display:flex;justify-content:space-between;align-items:stretch;padding:.9375rem;gap:.3125rem}.m-notifications-list__items__li__txt{flex:1}.m-notifications-list__items__li__txt .a-h3{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:.1875rem}.m-notifications-list__items__li__txt .a-p{padding-bottom:0}.m-notifications-list__items__li__txt .a-p.desc{margin-bottom:0}.m-notifications-list__items__li__txt .a-p.desc+a{display:block;margin-top:.625rem;cursor:pointer}.m-notifications-list__items__li .a-btn--delete{position:relative;padding:0 .1875rem;height:auto}\n"], encapsulation: i0.ViewEncapsulation.None }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationCssComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryNotificationCssComponent, selector: "pry-notification-css", ngImport: i0, template: '', isInline: true, styles: [".m-notifications-list__items{margin:0;padding:0}.m-notifications-list__items li{list-style:none}.m-notifications{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:1.875rem;min-height:1.4375rem}.m-notifications .a-btn{width:2.5rem;height:2.5rem}.m-notifications .a-btn:before{content:\"\";display:block;position:absolute;width:100%;height:100%;border-radius:50%}.m-notifications .a-btn .a-pastille{position:absolute;top:-.4375rem;right:-.4375rem}.m-notifications-list{position:absolute;top:.9375rem;right:10px;display:flex;align-items:center;flex-direction:column;min-width:17.1875rem;max-height:41.5625rem;border-radius:.3125rem}.m-notifications-list .caret-top{position:absolute;z-index:3;bottom:100%;left:14.1875rem;width:0;border:.5rem solid transparent;border-top:none;border-bottom-color:#fff;filter:drop-shadow(0 -.0625rem .0625rem rgba(0,0,0,.1))}.m-notifications-list__header{width:100%;padding:.9375rem}.m-notifications-list__header .a-p.none{margin-top:.625rem}.m-notifications-list__header .a-btn{padding-left:.9375rem;padding-right:.9375rem}.m-notifications-list__content{overflow:auto;height:auto;padding-bottom:.9375rem}.m-notifications-list__items__li{position:relative;display:flex;justify-content:space-between;align-items:stretch;padding:.9375rem;gap:.3125rem}.m-notifications-list__items__li__txt{flex:1}.m-notifications-list__items__li__txt .a-h3{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:.1875rem}.m-notifications-list__items__li__txt .a-p{padding-bottom:0}.m-notifications-list__items__li__txt .a-p.desc{margin-bottom:0}.m-notifications-list__items__li__txt .a-p.desc+a{display:block;margin-top:.625rem;cursor:pointer}.m-notifications-list__items__li .a-btn--delete{position:relative;padding:0 .1875rem;height:auto}\n"], encapsulation: i0.ViewEncapsulation.None }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryNotificationCssComponent, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryNotificationCssComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{ selector: 'pry-notification-css', template: '', encapsulation: ViewEncapsulation.None, styles: [".m-notifications-list__items{margin:0;padding:0}.m-notifications-list__items li{list-style:none}.m-notifications{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:1.875rem;min-height:1.4375rem}.m-notifications .a-btn{width:2.5rem;height:2.5rem}.m-notifications .a-btn:before{content:\"\";display:block;position:absolute;width:100%;height:100%;border-radius:50%}.m-notifications .a-btn .a-pastille{position:absolute;top:-.4375rem;right:-.4375rem}.m-notifications-list{position:absolute;top:.9375rem;right:10px;display:flex;align-items:center;flex-direction:column;min-width:17.1875rem;max-height:41.5625rem;border-radius:.3125rem}.m-notifications-list .caret-top{position:absolute;z-index:3;bottom:100%;left:14.1875rem;width:0;border:.5rem solid transparent;border-top:none;border-bottom-color:#fff;filter:drop-shadow(0 -.0625rem .0625rem rgba(0,0,0,.1))}.m-notifications-list__header{width:100%;padding:.9375rem}.m-notifications-list__header .a-p.none{margin-top:.625rem}.m-notifications-list__header .a-btn{padding-left:.9375rem;padding-right:.9375rem}.m-notifications-list__content{overflow:auto;height:auto;padding-bottom:.9375rem}.m-notifications-list__items__li{position:relative;display:flex;justify-content:space-between;align-items:stretch;padding:.9375rem;gap:.3125rem}.m-notifications-list__items__li__txt{flex:1}.m-notifications-list__items__li__txt .a-h3{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:.1875rem}.m-notifications-list__items__li__txt .a-p{padding-bottom:0}.m-notifications-list__items__li__txt .a-p.desc{margin-bottom:0}.m-notifications-list__items__li__txt .a-p.desc+a{display:block;margin-top:.625rem;cursor:pointer}.m-notifications-list__items__li .a-btn--delete{position:relative;padding:0 .1875rem;height:auto}\n"] }]
10
10
  }] });
@@ -82,10 +82,10 @@ export class PryPipelineDetailsComponent extends SubscriptionnerDirective {
82
82
  active: !this.pipeline.active
83
83
  };
84
84
  }
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPipelineDetailsComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
86
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryPipelineDetailsComponent, selector: "pry-pipeline-details", inputs: { pipeline: "pipeline" }, outputs: { goToList: "goToList", goToConsult: "goToConsult", goToEditor: "goToEditor", executeConfirm: "executeConfirm" }, usesInheritance: true, ngImport: i0, template: "<div class=\"o-pipeline-layout__toolbox\">\n <button\n class=\"a-btn a-btn--primary a-btn--icon-text\"\n type=\"button\"\n [disabled]=\"!(isSaved$ | async) || !pipeline.active\"\n (click)=\"executeConfirm.emit()\"\n >\n {{ '@pry.pipeline.execute' | i18n }}\n </button>\n <button class=\"a-btn a-btn--secondary a-btn--icon-text\" type=\"button\" (click)=\"goToList.emit()\">\n {{ '@pry.pipeline.goBack' | i18n }}\n </button>\n <div class=\"\" *ngIf=\"isSaved$ | async\">\n <pry-toggle [ngModel]=\"pipeline.active\" (ngModelChange)=\"toggleActivation()\" dir=\"ltr\" mode=\"action\">{{\n '@pry.pipeline.activated' | i18n\n }}</pry-toggle>\n </div>\n</div>\n<div class=\"o-pipeline-layout__details\">\n <h2>{{ '@pry.pipeline.details.transformation' | i18n }} {{ pipeline.title }}</h2>\n <div class=\"row\">\n <form id=\"detailForm\" [formGroup]=\"form\" (ngSubmit)=\"save()\">\n <label for=\"title\" class=\"a-label\">{{ '@pry.pipeline.details.title' | i18n }}</label>\n <input type=\"text\" id=\"title\" name=\"title\" class=\"a-form-field\" formControlName=\"title\" />\n <label\n for=\"title\"\n *ngIf=\"form.get('title')?.touched && form.get('title')?.hasError('required')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.pipeline.details.required' | i18n }}\n </label>\n <label for=\"title\" *ngIf=\"form.get('title')?.hasError('maxlength')\" class=\"a-label a-label--help -error\">\n {{ '@pry.pipeline.details.maxLength' | i18n: { len: '30' } }}\n </label>\n <label for=\"description\" class=\"a-label\">{{ '@pry.pipeline.details.description' | i18n }}</label>\n <textarea id=\"description\" name=\"description\" class=\"a-form-field\" formControlName=\"description\"></textarea>\n <label\n for=\"description\"\n *ngIf=\"form.get('description')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.pipeline.details.maxLength' | i18n: { len: '200' } }}\n </label>\n </form>\n <div>\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.creation_date' | i18n }} :\n <span class=\"property-value\"> {{ pipeline.creationDate | sinceDate }}</span>\n </h4>\n <div *ngIf=\"pipeline.lastJobExecution\">\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.execution_status' | i18n }} :\n <span class=\"property-value\"> {{ '@pry.pipeline.status.' + pipeline.lastJobExecution.status | i18n }}</span>\n </h4>\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.last_execution_date' | i18n }} :\n <span class=\"property-value\"> {{ pipeline.lastJobExecution.executionDate | sinceDate }}</span>\n </h4>\n </div>\n </div>\n </div>\n</div>\n<div class=\"o-pipeline-layout__toolbox\">\n <button\n type=\"submit\"\n form=\"detailForm\"\n [disabled]=\"form.invalid || (isSavingDisabled$ | async)\"\n class=\"a-btn a-btn--primary a-btn--icon-text\"\n >\n {{ '@pry.pipeline.save' | i18n }}\n </button>\n <button (click)=\"openEditor()\" [disabled]=\"form.invalid\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.pipeline.editor' | i18n }}\n </button>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.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: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i5.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i4.SinceDatePipe, name: "sinceDate" }] }); }
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryPipelineDetailsComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
86
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryPipelineDetailsComponent, selector: "pry-pipeline-details", inputs: { pipeline: "pipeline" }, outputs: { goToList: "goToList", goToConsult: "goToConsult", goToEditor: "goToEditor", executeConfirm: "executeConfirm" }, usesInheritance: true, ngImport: i0, template: "<div class=\"o-pipeline-layout__toolbox\">\n <button\n class=\"a-btn a-btn--primary a-btn--icon-text\"\n type=\"button\"\n [disabled]=\"!(isSaved$ | async) || !pipeline.active\"\n (click)=\"executeConfirm.emit()\"\n >\n {{ '@pry.pipeline.execute' | i18n }}\n </button>\n <button class=\"a-btn a-btn--secondary a-btn--icon-text\" type=\"button\" (click)=\"goToList.emit()\">\n {{ '@pry.pipeline.goBack' | i18n }}\n </button>\n <div class=\"\" *ngIf=\"isSaved$ | async\">\n <pry-toggle [ngModel]=\"pipeline.active\" (ngModelChange)=\"toggleActivation()\" dir=\"ltr\" mode=\"action\">{{\n '@pry.pipeline.activated' | i18n\n }}</pry-toggle>\n </div>\n</div>\n<div class=\"o-pipeline-layout__details\">\n <h2>{{ '@pry.pipeline.details.transformation' | i18n }} {{ pipeline.title }}</h2>\n <div class=\"row\">\n <form id=\"detailForm\" [formGroup]=\"form\" (ngSubmit)=\"save()\">\n <label for=\"title\" class=\"a-label\">{{ '@pry.pipeline.details.title' | i18n }}</label>\n <input type=\"text\" id=\"title\" name=\"title\" class=\"a-form-field\" formControlName=\"title\" />\n <label\n for=\"title\"\n *ngIf=\"form.get('title')?.touched && form.get('title')?.hasError('required')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.pipeline.details.required' | i18n }}\n </label>\n <label for=\"title\" *ngIf=\"form.get('title')?.hasError('maxlength')\" class=\"a-label a-label--help -error\">\n {{ '@pry.pipeline.details.maxLength' | i18n: { len: '30' } }}\n </label>\n <label for=\"description\" class=\"a-label\">{{ '@pry.pipeline.details.description' | i18n }}</label>\n <textarea id=\"description\" name=\"description\" class=\"a-form-field\" formControlName=\"description\"></textarea>\n <label\n for=\"description\"\n *ngIf=\"form.get('description')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.pipeline.details.maxLength' | i18n: { len: '200' } }}\n </label>\n </form>\n <div>\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.creation_date' | i18n }} :\n <span class=\"property-value\"> {{ pipeline.creationDate | sinceDate }}</span>\n </h4>\n <div *ngIf=\"pipeline.lastJobExecution\">\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.execution_status' | i18n }} :\n <span class=\"property-value\"> {{ '@pry.pipeline.status.' + pipeline.lastJobExecution.status | i18n }}</span>\n </h4>\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.last_execution_date' | i18n }} :\n <span class=\"property-value\"> {{ pipeline.lastJobExecution.executionDate | sinceDate }}</span>\n </h4>\n </div>\n </div>\n </div>\n</div>\n<div class=\"o-pipeline-layout__toolbox\">\n <button\n type=\"submit\"\n form=\"detailForm\"\n [disabled]=\"form.invalid || (isSavingDisabled$ | async)\"\n class=\"a-btn a-btn--primary a-btn--icon-text\"\n >\n {{ '@pry.pipeline.save' | i18n }}\n </button>\n <button (click)=\"openEditor()\" [disabled]=\"form.invalid\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.pipeline.editor' | i18n }}\n </button>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.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: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i5.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i4.SinceDatePipe, name: "sinceDate" }] }); }
87
87
  }
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPipelineDetailsComponent, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryPipelineDetailsComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{ selector: 'pry-pipeline-details', template: "<div class=\"o-pipeline-layout__toolbox\">\n <button\n class=\"a-btn a-btn--primary a-btn--icon-text\"\n type=\"button\"\n [disabled]=\"!(isSaved$ | async) || !pipeline.active\"\n (click)=\"executeConfirm.emit()\"\n >\n {{ '@pry.pipeline.execute' | i18n }}\n </button>\n <button class=\"a-btn a-btn--secondary a-btn--icon-text\" type=\"button\" (click)=\"goToList.emit()\">\n {{ '@pry.pipeline.goBack' | i18n }}\n </button>\n <div class=\"\" *ngIf=\"isSaved$ | async\">\n <pry-toggle [ngModel]=\"pipeline.active\" (ngModelChange)=\"toggleActivation()\" dir=\"ltr\" mode=\"action\">{{\n '@pry.pipeline.activated' | i18n\n }}</pry-toggle>\n </div>\n</div>\n<div class=\"o-pipeline-layout__details\">\n <h2>{{ '@pry.pipeline.details.transformation' | i18n }} {{ pipeline.title }}</h2>\n <div class=\"row\">\n <form id=\"detailForm\" [formGroup]=\"form\" (ngSubmit)=\"save()\">\n <label for=\"title\" class=\"a-label\">{{ '@pry.pipeline.details.title' | i18n }}</label>\n <input type=\"text\" id=\"title\" name=\"title\" class=\"a-form-field\" formControlName=\"title\" />\n <label\n for=\"title\"\n *ngIf=\"form.get('title')?.touched && form.get('title')?.hasError('required')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.pipeline.details.required' | i18n }}\n </label>\n <label for=\"title\" *ngIf=\"form.get('title')?.hasError('maxlength')\" class=\"a-label a-label--help -error\">\n {{ '@pry.pipeline.details.maxLength' | i18n: { len: '30' } }}\n </label>\n <label for=\"description\" class=\"a-label\">{{ '@pry.pipeline.details.description' | i18n }}</label>\n <textarea id=\"description\" name=\"description\" class=\"a-form-field\" formControlName=\"description\"></textarea>\n <label\n for=\"description\"\n *ngIf=\"form.get('description')?.hasError('maxlength')\"\n class=\"a-label a-label--help -error\"\n >\n {{ '@pry.pipeline.details.maxLength' | i18n: { len: '200' } }}\n </label>\n </form>\n <div>\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.creation_date' | i18n }} :\n <span class=\"property-value\"> {{ pipeline.creationDate | sinceDate }}</span>\n </h4>\n <div *ngIf=\"pipeline.lastJobExecution\">\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.execution_status' | i18n }} :\n <span class=\"property-value\"> {{ '@pry.pipeline.status.' + pipeline.lastJobExecution.status | i18n }}</span>\n </h4>\n <h4 class=\"a-h4\">\n {{ '@pry.pipeline.details.last_execution_date' | i18n }} :\n <span class=\"property-value\"> {{ pipeline.lastJobExecution.executionDate | sinceDate }}</span>\n </h4>\n </div>\n </div>\n </div>\n</div>\n<div class=\"o-pipeline-layout__toolbox\">\n <button\n type=\"submit\"\n form=\"detailForm\"\n [disabled]=\"form.invalid || (isSavingDisabled$ | async)\"\n class=\"a-btn a-btn--primary a-btn--icon-text\"\n >\n {{ '@pry.pipeline.save' | i18n }}\n </button>\n <button (click)=\"openEditor()\" [disabled]=\"form.invalid\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.pipeline.editor' | i18n }}\n </button>\n</div>\n" }]
91
91
  }], ctorParameters: () => [{ type: i1.Store }], propDecorators: { pipeline: [{
@@ -277,10 +277,10 @@ export class PryPipelineEditorComponent extends SubscriptionnerDirective {
277
277
  search($event) {
278
278
  this.search$.next({ ...$event });
279
279
  }
280
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPipelineEditorComponent, deps: [{ token: i1.Store }, { token: i2.PipelineComponentFactoryService }, { token: i3.PryI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
281
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryPipelineEditorComponent, selector: "pry-pipeline-editor", inputs: { pipeline: "pipeline" }, outputs: { goToConsult: "goToConsult" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }, { propertyName: "canvasParent", first: true, predicate: ["canvasParent"], descendants: true }, { propertyName: "componentRef", first: true, predicate: ["specific"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: "<pry-pipeline-css></pry-pipeline-css>\n<div class=\"o-pipeline\">\n <div class=\"o-pipeline__menu\">\n <pry-accordion>\n <pry-accordion-item\n *ngFor=\"let category of categories$ | async; let index = index\"\n [item]=\"category\"\n [borderColor]=\"(types$ | async)![category][0].color\"\n [index]=\"index\"\n [showSearchBar]=\"true\"\n [search$]=\"search$\"\n (search)=\"search($event)\"\n translationStringBase=\"@pry.pipeline.\"\n >\n <ul class=\"o-pipeline__components\">\n <ng-container *ngFor=\"let type of (types$ | async)![category]\">\n <li [draggable]=\"!this.disableEditing\" (dragstart)=\"onDragStart($event, type)\">\n <p class=\"a-p\">{{ type.label }}</p>\n <pry-icon [width]=\"2\" [height]=\"20\" iconSvg=\"info\"></pry-icon>\n </li>\n </ng-container>\n </ul>\n </pry-accordion-item>\n </pry-accordion>\n </div>\n\n <div class=\"o-pipeline__workspace\">\n <div class=\"o-pipeline-layout__toolbox\">\n <button class=\"a-btn a-btn--secondary\" type=\"button\" (click)=\"goBack()\">\n {{ '@pry.pipeline.backToDescription' | i18n }}\n </button>\n <ng-container *ngFor=\"let action of actions\">\n <button type=\"button\" (click)=\"clickedAction(action)\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.pipeline.' + action.type | i18n }}\n <pry-icon [iconSvg]=\"action.icon\"></pry-icon>\n </button>\n </ng-container>\n </div>\n <div>\n <h1 class=\"a-h1\">{{ this.pipeline?.title }}</h1>\n </div>\n <div class=\"o-pipeline-editor\">\n <div (drop)=\"onDrop($event)\" class=\"o-pipeline-editor__grid\" #canvasParent>\n <canvas #canvas class=\"canvas\"></canvas>\n </div>\n <div class=\"o-pipeline-editor__properties\">\n <div\n class=\"o-pipeline-editor__properties__node\"\n *ngIf=\"selectedNode$ | async as node\"\n [title]=\"node.properties['id']\"\n >\n <h3 class=\"a-h3\">{{ '@pry.pipeline.selectedTask' | i18n }}</h3>\n <h4 class=\"a-h4\">{{ '@pry.pipeline.type' | i18n }}</h4>\n <p class=\"a-p a-p--type\">{{ node.type }}</p>\n <div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"{{ node.id }}\">{{ '@pry.pipeline.title' | i18n }}</label>\n <input\n class=\"a-form-field\"\n id=\"{{ node.id }}\"\n type=\"text\"\n [value]=\"node.title\"\n [disabled]=\"disableEditing\"\n (change)=\"changeTitle(node, $event)\"\n />\n </div>\n </div>\n <div class=\"o-pipeline-editor__properties__detail\" [class.is-empty]=\"!selectedNode\">\n <div>\n <div #specific></div>\n </div>\n </div>\n <div *ngIf=\"((errors$ | async)?.length ?? 0) > 0\" class=\"o-pipeline-editor__properties__errors\">\n <div class=\"o-pipeline-editor__properties__errors__title\">\n <pry-icon iconSvg=\"warning-triangle\"></pry-icon>\n <p class=\"a-p\">{{ '@pry.pipeline.errors' | i18n }}:</p>\n </div>\n <ul>\n <li *ngFor=\"let error of errors$ | async\">\n <span class=\"type\">{{\n (error?.nodeId === '-' ? '@pry.pipeline.global' : '@pry.pipeline.node') | i18n\n }}</span>\n {{ error.translated }}\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.AccordionComponent, selector: "pry-accordion" }, { kind: "component", type: i3.AccordionItemComponent, selector: "pry-accordion-item", inputs: ["item", "borderColor", "index", "translationStringBase", "length", "showSearchBar", "search$"], outputs: ["search"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i5.PryPipelineCssComponent, selector: "pry-pipeline-css" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
280
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryPipelineEditorComponent, deps: [{ token: i1.Store }, { token: i2.PipelineComponentFactoryService }, { token: i3.PryI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
281
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryPipelineEditorComponent, selector: "pry-pipeline-editor", inputs: { pipeline: "pipeline" }, outputs: { goToConsult: "goToConsult" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }, { propertyName: "canvasParent", first: true, predicate: ["canvasParent"], descendants: true }, { propertyName: "componentRef", first: true, predicate: ["specific"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: "<pry-pipeline-css></pry-pipeline-css>\n<div class=\"o-pipeline\">\n <div class=\"o-pipeline__menu\">\n <pry-accordion>\n <pry-accordion-item\n *ngFor=\"let category of categories$ | async; let index = index\"\n [item]=\"category\"\n [borderColor]=\"(types$ | async)![category][0].color\"\n [index]=\"index\"\n [showSearchBar]=\"true\"\n [search$]=\"search$\"\n (search)=\"search($event)\"\n translationStringBase=\"@pry.pipeline.\"\n >\n <ul class=\"o-pipeline__components\">\n <ng-container *ngFor=\"let type of (types$ | async)![category]\">\n <li [draggable]=\"!this.disableEditing\" (dragstart)=\"onDragStart($event, type)\">\n <p class=\"a-p\">{{ type.label }}</p>\n <pry-icon [width]=\"2\" [height]=\"20\" iconSvg=\"info\"></pry-icon>\n </li>\n </ng-container>\n </ul>\n </pry-accordion-item>\n </pry-accordion>\n </div>\n\n <div class=\"o-pipeline__workspace\">\n <div class=\"o-pipeline-layout__toolbox\">\n <button class=\"a-btn a-btn--secondary\" type=\"button\" (click)=\"goBack()\">\n {{ '@pry.pipeline.backToDescription' | i18n }}\n </button>\n <ng-container *ngFor=\"let action of actions\">\n <button type=\"button\" (click)=\"clickedAction(action)\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.pipeline.' + action.type | i18n }}\n <pry-icon [iconSvg]=\"action.icon\"></pry-icon>\n </button>\n </ng-container>\n </div>\n <div>\n <h1 class=\"a-h1\">{{ this.pipeline?.title }}</h1>\n </div>\n <div class=\"o-pipeline-editor\">\n <div (drop)=\"onDrop($event)\" class=\"o-pipeline-editor__grid\" #canvasParent>\n <canvas #canvas class=\"canvas\"></canvas>\n </div>\n <div class=\"o-pipeline-editor__properties\">\n <div\n class=\"o-pipeline-editor__properties__node\"\n *ngIf=\"selectedNode$ | async as node\"\n [title]=\"node.properties['id']\"\n >\n <h3 class=\"a-h3\">{{ '@pry.pipeline.selectedTask' | i18n }}</h3>\n <h4 class=\"a-h4\">{{ '@pry.pipeline.type' | i18n }}</h4>\n <p class=\"a-p a-p--type\">{{ node.type }}</p>\n <div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"{{ node.id }}\">{{ '@pry.pipeline.title' | i18n }}</label>\n <input\n class=\"a-form-field\"\n id=\"{{ node.id }}\"\n type=\"text\"\n [value]=\"node.title\"\n [disabled]=\"disableEditing\"\n (change)=\"changeTitle(node, $event)\"\n />\n </div>\n </div>\n <div class=\"o-pipeline-editor__properties__detail\" [class.is-empty]=\"!selectedNode\">\n <div>\n <div #specific></div>\n </div>\n </div>\n <div *ngIf=\"((errors$ | async)?.length ?? 0) > 0\" class=\"o-pipeline-editor__properties__errors\">\n <div class=\"o-pipeline-editor__properties__errors__title\">\n <pry-icon iconSvg=\"warning-triangle\"></pry-icon>\n <p class=\"a-p\">{{ '@pry.pipeline.errors' | i18n }}:</p>\n </div>\n <ul>\n <li *ngFor=\"let error of errors$ | async\">\n <span class=\"type\">{{\n (error?.nodeId === '-' ? '@pry.pipeline.global' : '@pry.pipeline.node') | i18n\n }}</span>\n {{ error.translated }}\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.AccordionComponent, selector: "pry-accordion" }, { kind: "component", type: i3.AccordionItemComponent, selector: "pry-accordion-item", inputs: ["item", "borderColor", "index", "translationStringBase", "length", "showSearchBar", "search$"], outputs: ["search"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i5.PryPipelineCssComponent, selector: "pry-pipeline-css" }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
282
282
  }
283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPipelineEditorComponent, decorators: [{
283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryPipelineEditorComponent, decorators: [{
284
284
  type: Component,
285
285
  args: [{ selector: 'pry-pipeline-editor', template: "<pry-pipeline-css></pry-pipeline-css>\n<div class=\"o-pipeline\">\n <div class=\"o-pipeline__menu\">\n <pry-accordion>\n <pry-accordion-item\n *ngFor=\"let category of categories$ | async; let index = index\"\n [item]=\"category\"\n [borderColor]=\"(types$ | async)![category][0].color\"\n [index]=\"index\"\n [showSearchBar]=\"true\"\n [search$]=\"search$\"\n (search)=\"search($event)\"\n translationStringBase=\"@pry.pipeline.\"\n >\n <ul class=\"o-pipeline__components\">\n <ng-container *ngFor=\"let type of (types$ | async)![category]\">\n <li [draggable]=\"!this.disableEditing\" (dragstart)=\"onDragStart($event, type)\">\n <p class=\"a-p\">{{ type.label }}</p>\n <pry-icon [width]=\"2\" [height]=\"20\" iconSvg=\"info\"></pry-icon>\n </li>\n </ng-container>\n </ul>\n </pry-accordion-item>\n </pry-accordion>\n </div>\n\n <div class=\"o-pipeline__workspace\">\n <div class=\"o-pipeline-layout__toolbox\">\n <button class=\"a-btn a-btn--secondary\" type=\"button\" (click)=\"goBack()\">\n {{ '@pry.pipeline.backToDescription' | i18n }}\n </button>\n <ng-container *ngFor=\"let action of actions\">\n <button type=\"button\" (click)=\"clickedAction(action)\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.pipeline.' + action.type | i18n }}\n <pry-icon [iconSvg]=\"action.icon\"></pry-icon>\n </button>\n </ng-container>\n </div>\n <div>\n <h1 class=\"a-h1\">{{ this.pipeline?.title }}</h1>\n </div>\n <div class=\"o-pipeline-editor\">\n <div (drop)=\"onDrop($event)\" class=\"o-pipeline-editor__grid\" #canvasParent>\n <canvas #canvas class=\"canvas\"></canvas>\n </div>\n <div class=\"o-pipeline-editor__properties\">\n <div\n class=\"o-pipeline-editor__properties__node\"\n *ngIf=\"selectedNode$ | async as node\"\n [title]=\"node.properties['id']\"\n >\n <h3 class=\"a-h3\">{{ '@pry.pipeline.selectedTask' | i18n }}</h3>\n <h4 class=\"a-h4\">{{ '@pry.pipeline.type' | i18n }}</h4>\n <p class=\"a-p a-p--type\">{{ node.type }}</p>\n <div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"{{ node.id }}\">{{ '@pry.pipeline.title' | i18n }}</label>\n <input\n class=\"a-form-field\"\n id=\"{{ node.id }}\"\n type=\"text\"\n [value]=\"node.title\"\n [disabled]=\"disableEditing\"\n (change)=\"changeTitle(node, $event)\"\n />\n </div>\n </div>\n <div class=\"o-pipeline-editor__properties__detail\" [class.is-empty]=\"!selectedNode\">\n <div>\n <div #specific></div>\n </div>\n </div>\n <div *ngIf=\"((errors$ | async)?.length ?? 0) > 0\" class=\"o-pipeline-editor__properties__errors\">\n <div class=\"o-pipeline-editor__properties__errors__title\">\n <pry-icon iconSvg=\"warning-triangle\"></pry-icon>\n <p class=\"a-p\">{{ '@pry.pipeline.errors' | i18n }}:</p>\n </div>\n <ul>\n <li *ngFor=\"let error of errors$ | async\">\n <span class=\"type\">{{\n (error?.nodeId === '-' ? '@pry.pipeline.global' : '@pry.pipeline.node') | i18n\n }}</span>\n {{ error.translated }}\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</div>\n" }]
286
286
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.PipelineComponentFactoryService }, { type: i3.PryI18nService }], propDecorators: { pipeline: [{
@@ -145,10 +145,10 @@ export class PryPipelineListComponent {
145
145
  button.tabIndex = -1;
146
146
  }
147
147
  }
148
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPipelineListComponent, deps: [{ token: i1.Store }, { token: i2.Overlay }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component }); }
149
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryPipelineListComponent, selector: "pry-pipeline-list", viewQueries: [{ propertyName: "templateDropdown", first: true, predicate: ["dropdown"], descendants: true, read: TemplateRef }, { propertyName: "templateModal", first: true, predicate: ["templateModal"], descendants: true, read: TemplateRef }, { propertyName: "actions", first: true, predicate: ["actions"], descendants: true }, { propertyName: "toggleActions", first: true, predicate: ["toggleActions"], descendants: true }, { propertyName: "cancel", first: true, predicate: ["cancel"], descendants: true }, { propertyName: "cross", first: true, predicate: ["cross"], descendants: true }, { propertyName: "confirm", first: true, predicate: ["confirm"], descendants: true }], ngImport: i0, template: "<pry-pipeline-css></pry-pipeline-css>\n<div class=\"o-pipeline-layout\" [ngSwitch]=\"selectedMode\">\n <ng-container *ngSwitchCase=\"ViewMode.CATALOG\">\n <div class=\"o-pipeline-layout__toolbox\">\n <button class=\"a-btn a-btn--primary a-btn--icon-text\" type=\"button\" (click)=\"create()\">\n {{ '@pry.pipeline.create' | i18n }}\n </button>\n </div>\n <h1 class=\"a-h1\">{{ '@pry.pipeline.transformation_catalog' | i18n }}</h1>\n <table\n class=\"a-table\"\n prySortTable\n prySortActive=\"date\"\n prySortDirection=\"desc\"\n (prySortChange)=\"sortActive = $event.active; sortDirection = $event.direction\"\n >\n <caption>\n {{\n '@pry.pipeline.transformation_catalog' | i18n\n }}\n </caption>\n <thead>\n <tr>\n <th prySortHeader=\"state\">{{ '@pry.pipeline.details.state' | i18n }}</th>\n <th prySortHeader=\"title\">{{ '@pry.pipeline.details.title' | i18n }}</th>\n <th prySortHeader=\"date\">{{ '@pry.pipeline.details.last_execution_date' | i18n }}</th>\n <th>\n <div class=\"u-display-flex -align-center -column\">\n {{ '@pry.pipeline.details.execution_status' | i18n }}\n </div>\n </th>\n <th>{{ '@pry.pipeline.action' | i18n }}</th>\n </tr>\n </thead>\n <tbody>\n <tr\n *ngFor=\"let transfo of transformation$ | async | prySortData : sortActive : sortDirection; let index = index\"\n >\n <td>\n <div *ngIf=\"transfo.active; else deactivated\" class=\"container-state\">\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"check\" class=\"check\"></pry-icon>\n <span> {{ '@pry.pipeline.activated' | i18n }}</span>\n </div>\n <ng-template #deactivated>\n <div class=\"container-state\">\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"stop\" class=\"stop\"></pry-icon>\n <span>{{ '@pry.pipeline.deactivated' | i18n }}</span>\n </div>\n </ng-template>\n </td>\n <td>{{ transfo.title }}</td>\n <td>{{ transfo?.lastJobExecution?.executionDate | sinceDate }}</td>\n <td *ngIf=\"transfo.lastJobExecution\" class=\"u-display-flex -align-center -column\">\n <div [ngSwitch]=\"transfo.lastJobExecution.status\">\n <ng-container *ngSwitchCase=\"ExecutionState.TERMINATED\">\n <pry-icon iconSvg=\"check\" [height]=\"25\" [width]=\"25\" class=\"check\"></pry-icon>\n </ng-container>\n <ng-container *ngSwitchCase=\"ExecutionState.STARTED\">\n <pry-icon iconSvg=\"synchro\" [height]=\"25\" [width]=\"25\" class=\"warning\"></pry-icon>\n </ng-container>\n <ng-container *ngSwitchCase=\"ExecutionState.ERROR\">\n <pry-icon iconSvg=\"close\" [height]=\"25\" [width]=\"25\" class=\"danger\"></pry-icon>\n </ng-container>\n </div>\n </td>\n <td>\n <button type=\"button\" class=\"a-btn a-btn--secondary -size-sm\" (click)=\"consult(transfo)\">\n {{ '@pry.pipeline.consult' | i18n }}\n <span class=\"u-visually-hidden\"> {{ transfo.title }} </span>\n </button>\n </td>\n <td>\n <button\n class=\"a-btn a-btn--more\"\n type=\"button\"\n id=\"actions-{{ index }}\"\n #actions\n aria-controls=\"panelActions\"\n [attr.aria-expanded]=\"!!overlayRef\"\n (click)=\"toggleMoreDropdown($event, index, transfo)\"\n >\n <pry-icon iconSvg=\"more_horiz\"></pry-icon>\n </button>\n </td>\n </tr>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CONSULT\">\n <ng-container *ngIf=\"selectedTransfo\">\n <pry-pipeline-details\n [pipeline]=\"selectedTransfo\"\n (goToList)=\"list()\"\n (goToEditor)=\"savePipeline($event)\"\n (executeConfirm)=\"toggleExecuteConfirm()\"\n ></pry-pipeline-details>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CREATION\">\n <pry-pipeline-details (goToList)=\"list()\" (goToEditor)=\"savePipeline($event)\"></pry-pipeline-details>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.EDITOR\">\n <pry-pipeline-editor [pipeline]=\"selectedTransfo\" (goToConsult)=\"consult($event)\"></pry-pipeline-editor>\n </ng-container>\n</div>\n<ng-template #noExecution>\n <div class=\"container-state\">\n <span>{{ '@pry.pipeline.ko' | i18n }}</span>\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"danger\" class=\"danger\"></pry-icon>\n </div>\n</ng-template>\n\n<ng-template #dropdown>\n <div\n class=\"m-context-menu\"\n id=\"panelActions\"\n *ngIf=\"selectedTransfo\"\n (click)=\"$event.stopPropagation()\"\n (keydown.escape)=\"closeDropdown()\"\n cdkTrapFocus\n [cdkTrapFocusAutoCapture]=\"true\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog panelActions\"\n >\n <ul class=\"m-context-menu__list\">\n <li class=\"m-context-menu__list__item\" role=\"none\">\n <button\n #toggleActions\n type=\"button\"\n class=\"a-btn\"\n role=\"menuitem\"\n (click)=\"toggleState(selectedTransfo)\"\n (keydown.arrowDown)=\"navigateContextMenu(activate, execute)\"\n (keydown.arrowUp)=\"navigateContextMenu(activate, execute)\"\n tabindex=\"0\"\n #activate\n >\n <span>{{ (selectedTransfo.active ? '@pry.pipeline.deactivate' : '@pry.pipeline.activate') | i18n }}</span>\n </button>\n </li>\n <li class=\"m-context-menu__list__item\" role=\"none\">\n <button\n #execute\n type=\"button\"\n role=\"menuitem\"\n id=\"execute\"\n class=\"a-btn\"\n tabindex=\"-1\"\n (keydown.arrowDown)=\"navigateContextMenu(execute, activate)\"\n (keydown.arrowUp)=\"navigateContextMenu(execute, activate)\"\n [disabled]=\"!selectedTransfo.active\"\n (click)=\"toggleExecuteConfirm()\"\n >\n <span>{{ '@pry.pipeline.execute' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</ng-template>\n<ng-template #templateModal>\n <div\n class=\"o-modal\"\n *ngIf=\"selectedTransfo\"\n (keydown.escape)=\"toggleExecuteConfirm()\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog confirm delete presentation\"\n >\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">\n {{ '@pry.widget.modalTitle' | i18n }}\n </h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n #cross\n (keydown.shift.tab)=\"focusElement(confirm)\"\n (click)=\"cancelRemoveConfirm()\"\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 <div class=\"m-btn-group\">\n <button type=\"button\" #cancel (click)=\"cancelRemoveConfirm()\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n #confirm\n id=\"confirm\"\n class=\"a-btn a-btn--primary\"\n (click)=\"confirmExecution(selectedTransfo)\"\n (keydown.tab)=\"focusElement(cross)\"\n >\n {{ '@pry.toolbox.manifest.validate' | i18n }}\n </button>\n </div>\n </div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i4.PrySortHeaderComponent, selector: "th[prySortHeader]", inputs: ["prySortHeader"], outputs: ["sortChange"] }, { kind: "directive", type: i4.PrySortHeaderDirective, selector: "[prySortHeader]" }, { kind: "directive", type: i4.PrySortTableDirective, selector: "[prySortTable]", inputs: ["prySortActive", "prySortDirection"], outputs: ["prySortChange"] }, { kind: "directive", type: i5.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i6.PryPipelineEditorComponent, selector: "pry-pipeline-editor", inputs: ["pipeline"], outputs: ["goToConsult"] }, { kind: "component", type: i7.PryPipelineCssComponent, selector: "pry-pipeline-css" }, { kind: "component", type: i8.PryPipelineDetailsComponent, selector: "pry-pipeline-details", inputs: ["pipeline"], outputs: ["goToList", "goToConsult", "goToEditor", "executeConfirm"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i4.PrySortDataPipe, name: "prySortData" }, { kind: "pipe", type: i4.SinceDatePipe, name: "sinceDate" }] }); }
148
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryPipelineListComponent, deps: [{ token: i1.Store }, { token: i2.Overlay }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component }); }
149
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryPipelineListComponent, selector: "pry-pipeline-list", viewQueries: [{ propertyName: "templateDropdown", first: true, predicate: ["dropdown"], descendants: true, read: TemplateRef }, { propertyName: "templateModal", first: true, predicate: ["templateModal"], descendants: true, read: TemplateRef }, { propertyName: "actions", first: true, predicate: ["actions"], descendants: true }, { propertyName: "toggleActions", first: true, predicate: ["toggleActions"], descendants: true }, { propertyName: "cancel", first: true, predicate: ["cancel"], descendants: true }, { propertyName: "cross", first: true, predicate: ["cross"], descendants: true }, { propertyName: "confirm", first: true, predicate: ["confirm"], descendants: true }], ngImport: i0, template: "<pry-pipeline-css></pry-pipeline-css>\n<div class=\"o-pipeline-layout\" [ngSwitch]=\"selectedMode\">\n <ng-container *ngSwitchCase=\"ViewMode.CATALOG\">\n <div class=\"o-pipeline-layout__toolbox\">\n <button class=\"a-btn a-btn--primary a-btn--icon-text\" type=\"button\" (click)=\"create()\">\n {{ '@pry.pipeline.create' | i18n }}\n </button>\n </div>\n <h1 class=\"a-h1\">{{ '@pry.pipeline.transformation_catalog' | i18n }}</h1>\n <table\n class=\"a-table\"\n prySortTable\n prySortActive=\"date\"\n prySortDirection=\"desc\"\n (prySortChange)=\"sortActive = $event.active; sortDirection = $event.direction\"\n >\n <caption>\n {{\n '@pry.pipeline.transformation_catalog' | i18n\n }}\n </caption>\n <thead>\n <tr>\n <th prySortHeader=\"state\">{{ '@pry.pipeline.details.state' | i18n }}</th>\n <th prySortHeader=\"title\">{{ '@pry.pipeline.details.title' | i18n }}</th>\n <th prySortHeader=\"date\">{{ '@pry.pipeline.details.last_execution_date' | i18n }}</th>\n <th>\n <div class=\"u-display-flex -align-center -column\">\n {{ '@pry.pipeline.details.execution_status' | i18n }}\n </div>\n </th>\n <th>{{ '@pry.pipeline.action' | i18n }}</th>\n </tr>\n </thead>\n <tbody>\n <tr\n *ngFor=\"let transfo of transformation$ | async | prySortData : sortActive : sortDirection; let index = index\"\n >\n <td>\n <div *ngIf=\"transfo.active; else deactivated\" class=\"container-state\">\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"check\" class=\"check\"></pry-icon>\n <span> {{ '@pry.pipeline.activated' | i18n }}</span>\n </div>\n <ng-template #deactivated>\n <div class=\"container-state\">\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"stop\" class=\"stop\"></pry-icon>\n <span>{{ '@pry.pipeline.deactivated' | i18n }}</span>\n </div>\n </ng-template>\n </td>\n <td>{{ transfo.title }}</td>\n <td>{{ transfo?.lastJobExecution?.executionDate | sinceDate }}</td>\n <td *ngIf=\"transfo.lastJobExecution\" class=\"u-display-flex -align-center -column\">\n <div [ngSwitch]=\"transfo.lastJobExecution.status\">\n <ng-container *ngSwitchCase=\"ExecutionState.TERMINATED\">\n <pry-icon iconSvg=\"check\" [height]=\"25\" [width]=\"25\" class=\"check\"></pry-icon>\n </ng-container>\n <ng-container *ngSwitchCase=\"ExecutionState.STARTED\">\n <pry-icon iconSvg=\"synchro\" [height]=\"25\" [width]=\"25\" class=\"warning\"></pry-icon>\n </ng-container>\n <ng-container *ngSwitchCase=\"ExecutionState.ERROR\">\n <pry-icon iconSvg=\"close\" [height]=\"25\" [width]=\"25\" class=\"danger\"></pry-icon>\n </ng-container>\n </div>\n </td>\n <td>\n <button type=\"button\" class=\"a-btn a-btn--secondary -size-sm\" (click)=\"consult(transfo)\">\n {{ '@pry.pipeline.consult' | i18n }}\n <span class=\"u-visually-hidden\"> {{ transfo.title }} </span>\n </button>\n </td>\n <td>\n <button\n class=\"a-btn a-btn--more\"\n type=\"button\"\n id=\"actions-{{ index }}\"\n #actions\n aria-controls=\"panelActions\"\n [attr.aria-expanded]=\"!!overlayRef\"\n (click)=\"toggleMoreDropdown($event, index, transfo)\"\n >\n <pry-icon iconSvg=\"more_horiz\"></pry-icon>\n </button>\n </td>\n </tr>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CONSULT\">\n <ng-container *ngIf=\"selectedTransfo\">\n <pry-pipeline-details\n [pipeline]=\"selectedTransfo\"\n (goToList)=\"list()\"\n (goToEditor)=\"savePipeline($event)\"\n (executeConfirm)=\"toggleExecuteConfirm()\"\n ></pry-pipeline-details>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CREATION\">\n <pry-pipeline-details (goToList)=\"list()\" (goToEditor)=\"savePipeline($event)\"></pry-pipeline-details>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.EDITOR\">\n <pry-pipeline-editor [pipeline]=\"selectedTransfo\" (goToConsult)=\"consult($event)\"></pry-pipeline-editor>\n </ng-container>\n</div>\n<ng-template #noExecution>\n <div class=\"container-state\">\n <span>{{ '@pry.pipeline.ko' | i18n }}</span>\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"danger\" class=\"danger\"></pry-icon>\n </div>\n</ng-template>\n\n<ng-template #dropdown>\n <div\n class=\"m-context-menu\"\n id=\"panelActions\"\n *ngIf=\"selectedTransfo\"\n (click)=\"$event.stopPropagation()\"\n (keydown.escape)=\"closeDropdown()\"\n cdkTrapFocus\n [cdkTrapFocusAutoCapture]=\"true\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog panelActions\"\n >\n <ul class=\"m-context-menu__list\">\n <li class=\"m-context-menu__list__item\" role=\"none\">\n <button\n #toggleActions\n type=\"button\"\n class=\"a-btn\"\n role=\"menuitem\"\n (click)=\"toggleState(selectedTransfo)\"\n (keydown.arrowDown)=\"navigateContextMenu(activate, execute)\"\n (keydown.arrowUp)=\"navigateContextMenu(activate, execute)\"\n tabindex=\"0\"\n #activate\n >\n <span>{{ (selectedTransfo.active ? '@pry.pipeline.deactivate' : '@pry.pipeline.activate') | i18n }}</span>\n </button>\n </li>\n <li class=\"m-context-menu__list__item\" role=\"none\">\n <button\n #execute\n type=\"button\"\n role=\"menuitem\"\n id=\"execute\"\n class=\"a-btn\"\n tabindex=\"-1\"\n (keydown.arrowDown)=\"navigateContextMenu(execute, activate)\"\n (keydown.arrowUp)=\"navigateContextMenu(execute, activate)\"\n [disabled]=\"!selectedTransfo.active\"\n (click)=\"toggleExecuteConfirm()\"\n >\n <span>{{ '@pry.pipeline.execute' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</ng-template>\n<ng-template #templateModal>\n <div\n class=\"o-modal\"\n *ngIf=\"selectedTransfo\"\n (keydown.escape)=\"toggleExecuteConfirm()\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog confirm delete presentation\"\n >\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">\n {{ '@pry.widget.modalTitle' | i18n }}\n </h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n #cross\n (keydown.shift.tab)=\"focusElement(confirm)\"\n (click)=\"cancelRemoveConfirm()\"\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 <div class=\"m-btn-group\">\n <button type=\"button\" #cancel (click)=\"cancelRemoveConfirm()\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n #confirm\n id=\"confirm\"\n class=\"a-btn a-btn--primary\"\n (click)=\"confirmExecution(selectedTransfo)\"\n (keydown.tab)=\"focusElement(cross)\"\n >\n {{ '@pry.toolbox.manifest.validate' | i18n }}\n </button>\n </div>\n </div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i4.PrySortHeaderComponent, selector: "th[prySortHeader]", inputs: ["prySortHeader"], outputs: ["sortChange"] }, { kind: "directive", type: i4.PrySortHeaderDirective, selector: "[prySortHeader]" }, { kind: "directive", type: i4.PrySortTableDirective, selector: "[prySortTable]", inputs: ["prySortActive", "prySortDirection"], outputs: ["prySortChange"] }, { kind: "directive", type: i5.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i6.PryPipelineEditorComponent, selector: "pry-pipeline-editor", inputs: ["pipeline"], outputs: ["goToConsult"] }, { kind: "component", type: i7.PryPipelineCssComponent, selector: "pry-pipeline-css" }, { kind: "component", type: i8.PryPipelineDetailsComponent, selector: "pry-pipeline-details", inputs: ["pipeline"], outputs: ["goToList", "goToConsult", "goToEditor", "executeConfirm"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }, { kind: "pipe", type: i4.PrySortDataPipe, name: "prySortData" }, { kind: "pipe", type: i4.SinceDatePipe, name: "sinceDate" }] }); }
150
150
  }
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryPipelineListComponent, decorators: [{
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryPipelineListComponent, decorators: [{
152
152
  type: Component,
153
153
  args: [{ selector: 'pry-pipeline-list', template: "<pry-pipeline-css></pry-pipeline-css>\n<div class=\"o-pipeline-layout\" [ngSwitch]=\"selectedMode\">\n <ng-container *ngSwitchCase=\"ViewMode.CATALOG\">\n <div class=\"o-pipeline-layout__toolbox\">\n <button class=\"a-btn a-btn--primary a-btn--icon-text\" type=\"button\" (click)=\"create()\">\n {{ '@pry.pipeline.create' | i18n }}\n </button>\n </div>\n <h1 class=\"a-h1\">{{ '@pry.pipeline.transformation_catalog' | i18n }}</h1>\n <table\n class=\"a-table\"\n prySortTable\n prySortActive=\"date\"\n prySortDirection=\"desc\"\n (prySortChange)=\"sortActive = $event.active; sortDirection = $event.direction\"\n >\n <caption>\n {{\n '@pry.pipeline.transformation_catalog' | i18n\n }}\n </caption>\n <thead>\n <tr>\n <th prySortHeader=\"state\">{{ '@pry.pipeline.details.state' | i18n }}</th>\n <th prySortHeader=\"title\">{{ '@pry.pipeline.details.title' | i18n }}</th>\n <th prySortHeader=\"date\">{{ '@pry.pipeline.details.last_execution_date' | i18n }}</th>\n <th>\n <div class=\"u-display-flex -align-center -column\">\n {{ '@pry.pipeline.details.execution_status' | i18n }}\n </div>\n </th>\n <th>{{ '@pry.pipeline.action' | i18n }}</th>\n </tr>\n </thead>\n <tbody>\n <tr\n *ngFor=\"let transfo of transformation$ | async | prySortData : sortActive : sortDirection; let index = index\"\n >\n <td>\n <div *ngIf=\"transfo.active; else deactivated\" class=\"container-state\">\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"check\" class=\"check\"></pry-icon>\n <span> {{ '@pry.pipeline.activated' | i18n }}</span>\n </div>\n <ng-template #deactivated>\n <div class=\"container-state\">\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"stop\" class=\"stop\"></pry-icon>\n <span>{{ '@pry.pipeline.deactivated' | i18n }}</span>\n </div>\n </ng-template>\n </td>\n <td>{{ transfo.title }}</td>\n <td>{{ transfo?.lastJobExecution?.executionDate | sinceDate }}</td>\n <td *ngIf=\"transfo.lastJobExecution\" class=\"u-display-flex -align-center -column\">\n <div [ngSwitch]=\"transfo.lastJobExecution.status\">\n <ng-container *ngSwitchCase=\"ExecutionState.TERMINATED\">\n <pry-icon iconSvg=\"check\" [height]=\"25\" [width]=\"25\" class=\"check\"></pry-icon>\n </ng-container>\n <ng-container *ngSwitchCase=\"ExecutionState.STARTED\">\n <pry-icon iconSvg=\"synchro\" [height]=\"25\" [width]=\"25\" class=\"warning\"></pry-icon>\n </ng-container>\n <ng-container *ngSwitchCase=\"ExecutionState.ERROR\">\n <pry-icon iconSvg=\"close\" [height]=\"25\" [width]=\"25\" class=\"danger\"></pry-icon>\n </ng-container>\n </div>\n </td>\n <td>\n <button type=\"button\" class=\"a-btn a-btn--secondary -size-sm\" (click)=\"consult(transfo)\">\n {{ '@pry.pipeline.consult' | i18n }}\n <span class=\"u-visually-hidden\"> {{ transfo.title }} </span>\n </button>\n </td>\n <td>\n <button\n class=\"a-btn a-btn--more\"\n type=\"button\"\n id=\"actions-{{ index }}\"\n #actions\n aria-controls=\"panelActions\"\n [attr.aria-expanded]=\"!!overlayRef\"\n (click)=\"toggleMoreDropdown($event, index, transfo)\"\n >\n <pry-icon iconSvg=\"more_horiz\"></pry-icon>\n </button>\n </td>\n </tr>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CONSULT\">\n <ng-container *ngIf=\"selectedTransfo\">\n <pry-pipeline-details\n [pipeline]=\"selectedTransfo\"\n (goToList)=\"list()\"\n (goToEditor)=\"savePipeline($event)\"\n (executeConfirm)=\"toggleExecuteConfirm()\"\n ></pry-pipeline-details>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.CREATION\">\n <pry-pipeline-details (goToList)=\"list()\" (goToEditor)=\"savePipeline($event)\"></pry-pipeline-details>\n </ng-container>\n <ng-container *ngSwitchCase=\"ViewMode.EDITOR\">\n <pry-pipeline-editor [pipeline]=\"selectedTransfo\" (goToConsult)=\"consult($event)\"></pry-pipeline-editor>\n </ng-container>\n</div>\n<ng-template #noExecution>\n <div class=\"container-state\">\n <span>{{ '@pry.pipeline.ko' | i18n }}</span>\n <pry-icon [height]=\"15\" [width]=\"15\" iconSvg=\"danger\" class=\"danger\"></pry-icon>\n </div>\n</ng-template>\n\n<ng-template #dropdown>\n <div\n class=\"m-context-menu\"\n id=\"panelActions\"\n *ngIf=\"selectedTransfo\"\n (click)=\"$event.stopPropagation()\"\n (keydown.escape)=\"closeDropdown()\"\n cdkTrapFocus\n [cdkTrapFocusAutoCapture]=\"true\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog panelActions\"\n >\n <ul class=\"m-context-menu__list\">\n <li class=\"m-context-menu__list__item\" role=\"none\">\n <button\n #toggleActions\n type=\"button\"\n class=\"a-btn\"\n role=\"menuitem\"\n (click)=\"toggleState(selectedTransfo)\"\n (keydown.arrowDown)=\"navigateContextMenu(activate, execute)\"\n (keydown.arrowUp)=\"navigateContextMenu(activate, execute)\"\n tabindex=\"0\"\n #activate\n >\n <span>{{ (selectedTransfo.active ? '@pry.pipeline.deactivate' : '@pry.pipeline.activate') | i18n }}</span>\n </button>\n </li>\n <li class=\"m-context-menu__list__item\" role=\"none\">\n <button\n #execute\n type=\"button\"\n role=\"menuitem\"\n id=\"execute\"\n class=\"a-btn\"\n tabindex=\"-1\"\n (keydown.arrowDown)=\"navigateContextMenu(execute, activate)\"\n (keydown.arrowUp)=\"navigateContextMenu(execute, activate)\"\n [disabled]=\"!selectedTransfo.active\"\n (click)=\"toggleExecuteConfirm()\"\n >\n <span>{{ '@pry.pipeline.execute' | i18n }}</span>\n </button>\n </li>\n </ul>\n </div>\n</ng-template>\n<ng-template #templateModal>\n <div\n class=\"o-modal\"\n *ngIf=\"selectedTransfo\"\n (keydown.escape)=\"toggleExecuteConfirm()\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"dialog confirm delete presentation\"\n >\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">\n {{ '@pry.widget.modalTitle' | i18n }}\n </h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n #cross\n (keydown.shift.tab)=\"focusElement(confirm)\"\n (click)=\"cancelRemoveConfirm()\"\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 <div class=\"m-btn-group\">\n <button type=\"button\" #cancel (click)=\"cancelRemoveConfirm()\" class=\"a-btn a-btn--secondary\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n #confirm\n id=\"confirm\"\n class=\"a-btn a-btn--primary\"\n (click)=\"confirmExecution(selectedTransfo)\"\n (keydown.tab)=\"focusElement(cross)\"\n >\n {{ '@pry.toolbox.manifest.validate' | i18n }}\n </button>\n </div>\n </div>\n</ng-template>\n" }]
154
154
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.Overlay }, { type: i0.ViewContainerRef }], propDecorators: { templateDropdown: [{
@@ -4,10 +4,10 @@ export class PipelinePropertiesPanelComponent {
4
4
  constructor() {
5
5
  this.disabled = false;
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PipelinePropertiesPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PipelinePropertiesPanelComponent, selector: "pry-properties-panel", inputs: { node: "node", checkFn: "checkFn", model: "model", disabled: "disabled" }, ngImport: i0, template: '', isInline: true }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PipelinePropertiesPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PipelinePropertiesPanelComponent, selector: "pry-properties-panel", inputs: { node: "node", checkFn: "checkFn", model: "model", disabled: "disabled" }, ngImport: i0, template: '', isInline: true }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PipelinePropertiesPanelComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PipelinePropertiesPanelComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'pry-properties-panel', template: '' }]
13
13
  }], propDecorators: { node: [{
@@ -46,10 +46,10 @@ export class PipelineComponentFactoryService {
46
46
  get(type) {
47
47
  return this.referential$.getValue().find((component) => component.type === type);
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PipelineComponentFactoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
50
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PipelineComponentFactoryService, providedIn: 'root' }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PipelineComponentFactoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
50
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PipelineComponentFactoryService, providedIn: 'root' }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PipelineComponentFactoryService, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PipelineComponentFactoryService, decorators: [{
53
53
  type: Injectable,
54
54
  args: [{
55
55
  providedIn: 'root'