@provoly/dashboard 1.4.3 → 1.4.4

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 (584) 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 +3 -3
  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/pipes/get-secured-image/get-secured-image.pipe.mjs +3 -3
  251. package/esm2022/lib/core/pipes/since-date/since-date.module.mjs +4 -4
  252. package/esm2022/lib/core/pipes/since-date/since-date.pipe.mjs +3 -3
  253. package/esm2022/lib/core/pipes/translate-id/translate-id.pipe.mjs +3 -3
  254. package/esm2022/lib/core/pipes/translate-item-to-symbol/translate-item-to-symbol.pipe.mjs +3 -3
  255. package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +3 -3
  256. package/esm2022/lib/core/store/aggregation/base-aggregation.service.mjs +3 -3
  257. package/esm2022/lib/core/store/aggregation/frontend-aggregation/frontend-aggregation.service.mjs +3 -3
  258. package/esm2022/lib/core/store/category/category.effects.mjs +3 -3
  259. package/esm2022/lib/core/store/category/category.service.mjs +3 -3
  260. package/esm2022/lib/core/store/class/class.effects.mjs +3 -3
  261. package/esm2022/lib/core/store/class/class.service.mjs +3 -3
  262. package/esm2022/lib/core/store/config/config.effects.mjs +3 -3
  263. package/esm2022/lib/core/store/config/config.service.mjs +3 -3
  264. package/esm2022/lib/core/store/config/open-map-tiles.service.mjs +3 -3
  265. package/esm2022/lib/core/store/context-menu/context-menu.effects.mjs +3 -3
  266. package/esm2022/lib/core/store/data-source/data-source.effects.mjs +3 -3
  267. package/esm2022/lib/core/store/data-source/data-source.service.mjs +3 -3
  268. package/esm2022/lib/core/store/field/field.effects.mjs +3 -3
  269. package/esm2022/lib/core/store/field/field.service.mjs +3 -3
  270. package/esm2022/lib/core/store/image/image.effects.mjs +3 -3
  271. package/esm2022/lib/core/store/image/image.service.mjs +3 -3
  272. package/esm2022/lib/core/store/item/item.effects.mjs +3 -3
  273. package/esm2022/lib/core/store/item/item.service.mjs +3 -3
  274. package/esm2022/lib/core/store/raw/raw.service.mjs +3 -3
  275. package/esm2022/lib/core/store/relation-types/relation-types.effects.mjs +3 -3
  276. package/esm2022/lib/core/store/relation-types/relation-types.service.mjs +3 -3
  277. package/esm2022/lib/core/store/search/search.effects.mjs +3 -3
  278. package/esm2022/lib/core/store/search/search.service.mjs +3 -3
  279. package/esm2022/lib/core/symbol/symbol.service.mjs +3 -3
  280. package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +3 -3
  281. package/esm2022/lib/core/toolbox/toolbox-menu.service.mjs +3 -3
  282. package/esm2022/lib/core/ws/websocket.service.mjs +3 -3
  283. package/esm2022/lib/dashboard/action-bus/effect/action-bus.effects.mjs +3 -3
  284. package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +4 -4
  285. package/esm2022/lib/dashboard/base-widget.module.mjs +4 -4
  286. package/esm2022/lib/dashboard/components/context-menu/context-menu.component.mjs +3 -3
  287. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
  288. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
  289. package/esm2022/lib/dashboard/components/manifests/manifests.component.mjs +3 -3
  290. package/esm2022/lib/dashboard/components/metadata/metadata.component.mjs +3 -3
  291. package/esm2022/lib/dashboard/components/subscriptionner.directive.mjs +3 -3
  292. package/esm2022/lib/dashboard/components/vizualize-raw/vizualize-raw.component.mjs +3 -3
  293. package/esm2022/lib/dashboard/components/widgets/base-widget.component.mjs +3 -3
  294. package/esm2022/lib/dashboard/components/widgets/data-widget.component.mjs +3 -3
  295. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-card/datasource-card.component.mjs +3 -3
  296. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +3 -3
  297. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
  298. package/esm2022/lib/dashboard/components/widgets/header/resultset-size.pipe.mjs +3 -3
  299. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +3 -3
  300. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +3 -3
  301. package/esm2022/lib/dashboard/components/widgets/widget-filler/widget-filler.component.mjs +3 -3
  302. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +3 -3
  303. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-instanciator.component.mjs +3 -3
  304. package/esm2022/lib/dashboard/components/widgets/widget-placeholder/widget-placeholder.component.mjs +3 -3
  305. package/esm2022/lib/dashboard/dashboard.module.mjs +4 -4
  306. package/esm2022/lib/dashboard/filter/base-filter.component.mjs +3 -3
  307. package/esm2022/lib/dashboard/filter/base-filter.module.mjs +4 -4
  308. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  309. package/esm2022/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.mjs +3 -3
  310. package/esm2022/lib/dashboard/filter/filter-factory.service.mjs +3 -3
  311. package/esm2022/lib/dashboard/filter/style/css.component.mjs +3 -3
  312. package/esm2022/lib/dashboard/store/dashboard-init.service.mjs +3 -3
  313. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +3 -3
  314. package/esm2022/lib/dashboard/store/manifest.service.mjs +3 -3
  315. package/esm2022/lib/dashboard/store/refresh.service.mjs +3 -3
  316. package/esm2022/lib/dashboard/store/title.service.mjs +3 -3
  317. package/esm2022/lib/dashboard/store/wms.service.mjs +3 -3
  318. package/esm2022/lib/dashboard/tooltip/base-tooltip.component.mjs +3 -3
  319. package/esm2022/lib/dashboard/tooltip/base-tooltip.module.mjs +4 -4
  320. package/esm2022/lib/dashboard/tooltip/components/default/default.tooltip.component.mjs +3 -3
  321. package/esm2022/lib/dashboard/tooltip/tooltip-factory.service.mjs +3 -3
  322. package/esm2022/notification/components/notification/content/notification-content.component.mjs +11 -5
  323. package/esm2022/notification/components/notification/notification.component.mjs +3 -3
  324. package/esm2022/notification/notification.module.mjs +4 -4
  325. package/esm2022/notification/store/notification.effects.mjs +3 -3
  326. package/esm2022/notification/store/notification.service.mjs +3 -3
  327. package/esm2022/notification/style/css.component.mjs +3 -3
  328. package/esm2022/pipeline/components/pipeline-details/pipeline-details.component.mjs +3 -3
  329. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
  330. package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +3 -3
  331. package/esm2022/pipeline/components/pipeline-properties-panel.component.mjs +3 -3
  332. package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +3 -3
  333. package/esm2022/pipeline/pipeline.module.mjs +4 -4
  334. package/esm2022/pipeline/store/pipeline.effects.mjs +3 -3
  335. package/esm2022/pipeline/store/pipeline.service.mjs +3 -3
  336. package/esm2022/pipeline/style/css.component.mjs +3 -3
  337. package/esm2022/pipeline-components/filter/component/filter.component.mjs +3 -3
  338. package/esm2022/pipeline-components/filter/filter.module.mjs +4 -4
  339. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +3 -3
  340. package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +4 -4
  341. package/esm2022/pipeline-components/noop/component/noop.component.mjs +3 -3
  342. package/esm2022/pipeline-components/noop/noop.module.mjs +4 -4
  343. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +3 -3
  344. package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +4 -4
  345. package/esm2022/pipeline-components/subgraph/component/empty.component.mjs +3 -3
  346. package/esm2022/pipeline-components/subgraph/subgraph.module.mjs +4 -4
  347. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +3 -3
  348. package/esm2022/presentation/components/presentation.component.mjs +3 -3
  349. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +3 -3
  350. package/esm2022/presentation/presentation.module.mjs +4 -4
  351. package/esm2022/presentation/style/css.component.mjs +3 -3
  352. package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
  353. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  354. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
  355. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  356. package/esm2022/restitution/restitution.module.mjs +4 -4
  357. package/esm2022/restitution/style/css.component.mjs +3 -3
  358. package/esm2022/search/components/choose-widget/choose-widget.component.mjs +3 -3
  359. package/esm2022/search/components/edit-named-query/edit-named-query.component.mjs +3 -3
  360. package/esm2022/search/components/edit-named-query-modal/edit-named-query-modal.component.mjs +3 -3
  361. package/esm2022/search/components/save-query/save-query.component.mjs +3 -3
  362. package/esm2022/search/components/save-query-button/save-query-button.component.mjs +3 -3
  363. package/esm2022/search/search-fulltext/search-fulltext/search-fulltext.component.mjs +3 -3
  364. package/esm2022/search/search-fulltext/store/search-fulltext.effects.mjs +3 -3
  365. package/esm2022/search/search-fulltext/store/search-fulltext.service.mjs +3 -3
  366. package/esm2022/search/search-home/search-home.component.mjs +3 -3
  367. package/esm2022/search/search-mono-class/components/search-composed/search-composed.component.mjs +3 -3
  368. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +3 -3
  369. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +3 -3
  370. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +3 -3
  371. package/esm2022/search/search-mono-class/components/search-select-attribute/search-select-attribute.component.mjs +3 -3
  372. package/esm2022/search/search-mono-class/store/search-mono-class.effects.mjs +3 -3
  373. package/esm2022/search/search-mono-class/store/search-mono-class.service.mjs +3 -3
  374. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +3 -3
  375. package/esm2022/search/search-multi-class/components/multi-class-field-selection/multi-class-field-selection.component.mjs +3 -3
  376. package/esm2022/search/search-multi-class/components/search-multi-class/search-multi-class.component.mjs +3 -3
  377. package/esm2022/search/search-multi-class/store/search-multi-class.effects.mjs +3 -3
  378. package/esm2022/search/search-multi-class/store/search-multi-class.service.mjs +3 -3
  379. package/esm2022/search/search-tools/search-tools.component.mjs +3 -3
  380. package/esm2022/search/search.module.mjs +4 -4
  381. package/esm2022/search/style/css.component.mjs +3 -3
  382. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
  383. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  384. package/esm2022/toolbox/components/dashboard-details/dashboard-details.component.mjs +3 -3
  385. package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
  386. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  387. package/esm2022/toolbox/components/edit-mode-action/edit-mode-action.component.mjs +3 -3
  388. package/esm2022/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.mjs +3 -3
  389. package/esm2022/toolbox/components/edit-presentation/edit-presentation.component.mjs +3 -3
  390. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +3 -3
  391. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  392. package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
  393. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  394. package/esm2022/toolbox/components/save-view/save-view.component.mjs +5 -5
  395. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  396. package/esm2022/toolbox/components/share/share.component.mjs +3 -3
  397. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
  398. package/esm2022/toolbox/components/toolbox.component.mjs +3 -3
  399. package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +3 -3
  400. package/esm2022/toolbox/shared/toolbox-action/toolbox-action.component.mjs +3 -3
  401. package/esm2022/toolbox/shared/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +3 -3
  402. package/esm2022/toolbox/style/css.component.mjs +3 -3
  403. package/esm2022/toolbox/toolbox.module.mjs +4 -4
  404. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +3 -3
  405. package/esm2022/tooltips/attribute/attribute-tooltip.module.mjs +4 -4
  406. package/esm2022/tooltips/cluster/cluster-tooltip.component.mjs +3 -3
  407. package/esm2022/tooltips/cluster/cluster-tooltip.module.mjs +4 -4
  408. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  409. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +3 -3
  410. package/esm2022/widgets/widget-aggregated-chart/widget-aggregated-chart.module.mjs +4 -4
  411. package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +3 -3
  412. package/esm2022/widgets/widget-analytic/style/css.component.mjs +3 -3
  413. package/esm2022/widgets/widget-analytic/widget-analytic.module.mjs +4 -4
  414. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +3 -3
  415. package/esm2022/widgets/widget-chart/style/css.component.mjs +3 -3
  416. package/esm2022/widgets/widget-chart/widget-chart.module.mjs +4 -4
  417. package/esm2022/widgets/widget-detail/component/widget-detail.component.mjs +3 -3
  418. package/esm2022/widgets/widget-detail/style/css.component.mjs +3 -3
  419. package/esm2022/widgets/widget-detail/widget-detail.module.mjs +4 -4
  420. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
  421. package/esm2022/widgets/widget-graph/style/css.component.mjs +3 -3
  422. package/esm2022/widgets/widget-graph/widget-graph.module.mjs +4 -4
  423. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +3 -3
  424. package/esm2022/widgets/widget-iframe/messaging/iframe-messaging.service.mjs +3 -3
  425. package/esm2022/widgets/widget-iframe/style/css.component.mjs +3 -3
  426. package/esm2022/widgets/widget-iframe/widget-iframe.module.mjs +4 -4
  427. package/esm2022/widgets/widget-image/component/widget-image.component.mjs +3 -3
  428. package/esm2022/widgets/widget-image/style/css.component.mjs +3 -3
  429. package/esm2022/widgets/widget-image/widget-image.module.mjs +4 -4
  430. package/esm2022/widgets/widget-map/component/widget-map-layer.service.mjs +3 -3
  431. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
  432. package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +3 -3
  433. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -3
  434. package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
  435. package/esm2022/widgets/widget-map/widget-map.module.mjs +4 -4
  436. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +3 -3
  437. package/esm2022/widgets/widget-table/expand-value/detach-row.directive.mjs +3 -3
  438. package/esm2022/widgets/widget-table/expand-value/expand-value.component.mjs +3 -3
  439. package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +3 -3
  440. package/esm2022/widgets/widget-table/resizable/resizable.component.mjs +3 -3
  441. package/esm2022/widgets/widget-table/resizable/resizable.directive.mjs +3 -3
  442. package/esm2022/widgets/widget-table/style/css.component.mjs +3 -3
  443. package/esm2022/widgets/widget-table/widget-table.module.mjs +4 -4
  444. package/esm2022/widgets/widget-template/component/widget-template.component.mjs +3 -3
  445. package/esm2022/widgets/widget-template/style/css.component.mjs +3 -3
  446. package/esm2022/widgets/widget-template/widget-template.module.mjs +4 -4
  447. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +3 -3
  448. package/esm2022/widgets/widget-tile/style/css.component.mjs +3 -3
  449. package/esm2022/widgets/widget-tile/widget-tile.module.mjs +4 -4
  450. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +3 -3
  451. package/esm2022/widgets/widget-vega/style/css.component.mjs +3 -3
  452. package/esm2022/widgets/widget-vega/widget-vega.module.mjs +4 -4
  453. package/fesm2022/provoly-dashboard-admin.mjs +284 -272
  454. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  455. package/fesm2022/provoly-dashboard-components-card.mjs +22 -22
  456. package/fesm2022/provoly-dashboard-components-checkbox.mjs +7 -7
  457. package/fesm2022/provoly-dashboard-components-color-picker.mjs +7 -7
  458. package/fesm2022/provoly-dashboard-components-data-format.mjs +7 -9
  459. package/fesm2022/provoly-dashboard-components-data-format.mjs.map +1 -1
  460. package/fesm2022/provoly-dashboard-components-expand-panel.mjs +10 -10
  461. package/fesm2022/provoly-dashboard-components-filter.mjs +7 -7
  462. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +16 -16
  463. package/fesm2022/provoly-dashboard-components-page-loader.mjs +7 -7
  464. package/fesm2022/provoly-dashboard-components-paginator.mjs +10 -10
  465. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +10 -10
  466. package/fesm2022/provoly-dashboard-components-stepper.mjs +13 -13
  467. package/fesm2022/provoly-dashboard-components-text-editor.mjs +16 -16
  468. package/fesm2022/provoly-dashboard-dataset.mjs +16 -16
  469. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +10 -10
  470. package/fesm2022/provoly-dashboard-filters-date.mjs +7 -7
  471. package/fesm2022/provoly-dashboard-filters-list.mjs +10 -10
  472. package/fesm2022/provoly-dashboard-filters-number.mjs +7 -7
  473. package/fesm2022/provoly-dashboard-filters-text.mjs +7 -7
  474. package/fesm2022/provoly-dashboard-import.mjs +27 -27
  475. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  476. package/fesm2022/provoly-dashboard-notification.mjs +26 -20
  477. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  478. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +7 -7
  479. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +7 -7
  480. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +7 -7
  481. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +7 -7
  482. package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs +7 -7
  483. package/fesm2022/provoly-dashboard-pipeline.mjs +28 -28
  484. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  485. package/fesm2022/provoly-dashboard-presentation.mjs +16 -16
  486. package/fesm2022/provoly-dashboard-restitution.mjs +19 -19
  487. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  488. package/fesm2022/provoly-dashboard-search.mjs +73 -73
  489. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  490. package/fesm2022/provoly-dashboard-toolbox.mjs +68 -68
  491. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  492. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -7
  493. package/fesm2022/provoly-dashboard-tooltips-cluster.mjs +7 -7
  494. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +10 -10
  495. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  496. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +10 -10
  497. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
  498. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +10 -10
  499. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs +10 -10
  500. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +10 -10
  501. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +13 -13
  502. package/fesm2022/provoly-dashboard-widgets-widget-image.mjs +10 -10
  503. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +19 -19
  504. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  505. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +25 -25
  506. package/fesm2022/provoly-dashboard-widgets-widget-template.mjs +10 -10
  507. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +10 -10
  508. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +10 -10
  509. package/fesm2022/provoly-dashboard.mjs +435 -438
  510. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  511. package/import/components/list/import-list.component.d.ts +9 -9
  512. package/import/store/import.actions.d.ts +5 -5
  513. package/import/store/import.effects.d.ts +2 -2
  514. package/import/store/import.reducer.d.ts +1 -1
  515. package/lib/core/components/select/select.component.d.ts +0 -1
  516. package/lib/core/store/category/category.actions.d.ts +3 -3
  517. package/lib/core/store/category/category.effects.d.ts +2 -2
  518. package/lib/core/store/class/class.actions.d.ts +6 -6
  519. package/lib/core/store/class/class.effects.d.ts +4 -4
  520. package/lib/core/store/class/class.selectors.d.ts +20 -20
  521. package/lib/core/store/config/config.actions.d.ts +42 -42
  522. package/lib/core/store/config/config.effects.d.ts +14 -14
  523. package/lib/core/store/config/config.reducer.d.ts +1 -1
  524. package/lib/core/store/context-menu/context-menu.actions.d.ts +6 -6
  525. package/lib/core/store/context-menu/context-menu.reducer.d.ts +1 -1
  526. package/lib/core/store/data-source/data-source.actions.d.ts +70 -70
  527. package/lib/core/store/data-source/data-source.effects.d.ts +33 -33
  528. package/lib/core/store/data-source/data-source.reducer.d.ts +1 -1
  529. package/lib/core/store/field/field.actions.d.ts +3 -3
  530. package/lib/core/store/field/field.effects.d.ts +2 -2
  531. package/lib/core/store/image/image.actions.d.ts +6 -6
  532. package/lib/core/store/image/image.effects.d.ts +5 -5
  533. package/lib/core/store/image/image.reducer.d.ts +1 -1
  534. package/lib/core/store/item/item.actions.d.ts +3 -3
  535. package/lib/core/store/item/item.effects.d.ts +5 -5
  536. package/lib/core/store/relation-types/relation-types.actions.d.ts +18 -18
  537. package/lib/core/store/relation-types/relation-types.effects.d.ts +9 -9
  538. package/lib/core/store/relation-types/relation-types.reducer.d.ts +1 -1
  539. package/lib/core/store/search/search.actions.d.ts +15 -15
  540. package/lib/core/store/search/search.effects.d.ts +13 -13
  541. package/lib/core/store/search/search.reducer.d.ts +1 -1
  542. package/lib/dashboard/action-bus/effect/action-bus.effects.d.ts +1 -1
  543. package/lib/dashboard/action-bus/service/bus.service.d.ts +1 -2
  544. package/lib/dashboard/components/widgets/widget-placement/widget-placement.utils.d.ts +5 -5
  545. package/lib/dashboard/store/dashboard.actions.d.ts +168 -168
  546. package/lib/dashboard/store/dashboard.effects.d.ts +125 -125
  547. package/lib/dashboard/store/dashboard.selectors.d.ts +30 -30
  548. package/notification/store/notification.actions.d.ts +5 -5
  549. package/notification/store/notification.effects.d.ts +2 -2
  550. package/notification/store/notification.reducer.d.ts +1 -1
  551. package/package.json +15 -15
  552. package/pipeline/store/pipeline.actions.d.ts +13 -13
  553. package/pipeline/store/pipeline.effects.d.ts +8 -8
  554. package/pipeline/store/pipeline.reducer.d.ts +1 -1
  555. package/schematics/ng-add/index.js +1 -1
  556. package/schematics/ng-add/index.js.map +1 -1
  557. package/schematics/ng-update/utils/complete.function.js +1 -2
  558. package/schematics/ng-update/utils/complete.function.js.map +1 -1
  559. package/schematics/ng-update/utils/replaceStrings.function.d.ts +0 -1
  560. package/schematics/ng-update/utils/replaceStrings.function.js +1 -2
  561. package/schematics/ng-update/utils/replaceStrings.function.js.map +1 -1
  562. package/schematics/ng-update/version-0-13/index.js +1 -2
  563. package/schematics/ng-update/version-0-13/index.js.map +1 -1
  564. package/schematics/ng-update/version-0-14/index.js +1 -2
  565. package/schematics/ng-update/version-0-14/index.js.map +1 -1
  566. package/schematics/ng-update/version-0-15/index.js +1 -2
  567. package/schematics/ng-update/version-0-15/index.js.map +1 -1
  568. package/schematics/ng-update/version-0-18/index.js +1 -2
  569. package/schematics/ng-update/version-0-18/index.js.map +1 -1
  570. package/schematics/ng-update/version-0-20/index.js +1 -2
  571. package/schematics/ng-update/version-0-20/index.js.map +1 -1
  572. package/schematics/utils/file-contents.function.js +1 -2
  573. package/schematics/utils/file-contents.function.js.map +1 -1
  574. package/search/search-fulltext/store/search-fulltext.actions.d.ts +4 -4
  575. package/search/search-fulltext/store/search-fulltext.effects.d.ts +10 -10
  576. package/search/search-mono-class/store/search-mono-class.actions.d.ts +28 -28
  577. package/search/search-mono-class/store/search-mono-class.effects.d.ts +25 -25
  578. package/search/search-mono-class/store/search-mono-class.reducer.d.ts +1 -1
  579. package/search/search-multi-class/store/search-multi-class.actions.d.ts +16 -16
  580. package/search/search-multi-class/store/search-multi-class.effects.d.ts +14 -14
  581. package/search/search-multi-class/store/search-multi-class.reducer.d.ts +1 -1
  582. package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +1 -1
  583. package/widgets/widget-chart/component/widget-chart.component.d.ts +3 -3
  584. package/widgets/widget-map/component/widget-map.component.d.ts +2 -2
@@ -117,8 +117,8 @@ export class PryAccessRightsShareComponent extends SubscriptionnerDirective {
117
117
  userBelongsToGroup(group) {
118
118
  return this.access ? this.access.hasGroup(group) : of(false);
119
119
  }
120
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryAccessRightsShareComponent, deps: [{ token: i1.Store }, { token: i2.PryI18nService }, { token: PRY_ACCESS_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
121
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.3", type: PryAccessRightsShareComponent, selector: "pry-access-rights-share", inputs: { manifestDescription: "manifestDescription", allowedGroups: "allowedGroups" }, providers: [
120
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryAccessRightsShareComponent, deps: [{ token: i1.Store }, { token: i2.PryI18nService }, { token: PRY_ACCESS_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
121
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: PryAccessRightsShareComponent, selector: "pry-access-rights-share", inputs: { manifestDescription: "manifestDescription", allowedGroups: "allowedGroups" }, providers: [
122
122
  {
123
123
  provide: NG_VALUE_ACCESSOR,
124
124
  useExisting: forwardRef(() => PryAccessRightsShareComponent),
@@ -126,7 +126,7 @@ export class PryAccessRightsShareComponent extends SubscriptionnerDirective {
126
126
  }
127
127
  ], usesInheritance: true, ngImport: i0, template: "<div class=\"o-access-rights-share\">\n <label for=\"share-group-select\" class=\"a-h4\">{{ '@pry.share.dashboardAccess' | i18n }}</label>\n <form class=\"u-display-flex\">\n <fieldset class=\"m-grouped-select u-display-flex\" name=\"add-access-rights\">\n <legend class=\"u-visually-hidden\">{{ '@pry.share.shareAccessRights' | i18n }}</legend>\n <pry-select\n id=\"share-group-select\"\n class=\"o-access-rights-share__group-select\"\n name=\"share-group-select\"\n [(ngModel)]=\"selectedGroups\"\n (ngModelChange)=\"filterAvailableAccessRights()\"\n [items]=\"groups$ | async\"\n bindLabel=\"label\"\n placeholder=\"{{ ((groups$ | async)?.length === 0 ? '@pry.share.noGroups' : '@pry.share.placeholder') | i18n }}\"\n [multiple]=\"true\"\n [closeOnSelect]=\"false\"\n ></pry-select>\n <pry-select\n id=\"share-access-rights-select\"\n class=\"o-access-rights-share__access-rights-select\"\n name=\"share-access-rights-select\"\n [(ngModel)]=\"selectedAccessRight\"\n [items]=\"accessRights\"\n bindValue=\"value\"\n bindLabel=\"label\"\n ></pry-select>\n </fieldset>\n <button type=\"button\" class=\"a-btn a-btn--primary\" (click)=\"addAccess()\" [disabled]=\"isAddingDisabled()\">\n {{ '@pry.action.add' | i18n }}\n </button>\n </form>\n <label for=\"share-access-rights-select\" class=\"a-label\">{{ '@pry.share.accessDescription' | i18n }}</label>\n <div class=\"o-access-rights-share__groups\">\n @if (manifestDescription?.owner) {\n <div class=\"o-access-rights-share__group u-display-flex -justify-space-between -align-center\">\n <span class=\"o-access-rights-share__group-name a-h4\">{{ '@pry.share.me' | i18n }}</span>\n <span class=\"o-access-rights-share__owner\">{{ '@pry.share.owner' | i18n }}</span>\n </div>\n }\n @for (group of value | keyvalue; track group.key) {\n <div class=\"o-access-rights-share__group u-display-flex -justify-space-between -align-center\">\n <label class=\"o-access-rights-share__group-name a-h4\" for=\"modify-{{ group.key }}-access-rights-select\">\n {{ getGroupLabelByName(group.key, i18n) }}\n {{\n (userBelongsToGroup(group.key) | async) && group.key !== PUBLIC_GROUP\n ? ' (' + ('@pry.share.me' | i18n) + ')'\n : ''\n }}\n </label>\n <div class=\"u-display-flex -align-center\">\n @if (group.key === PUBLIC_GROUP || group.key === AUTHENTICATED_USERS_GROUP) {\n <span class=\"o-access-rights-share__access-rights\">{{ '@pry.share.read' | i18n }}</span>\n } @else {\n <pry-select\n id=\"modify-{{ group.key }}-access-rights-select\"\n class=\"o-access-rights-share__modify-access-rights\"\n name=\"modify-group-access-rights-select\"\n [(ngModel)]=\"group.value\"\n (ngModelChange)=\"modifyGroupAccess(group.key, group.value)\"\n [items]=\"accessRights\"\n bindValue=\"value\"\n bindLabel=\"label\"\n ></pry-select>\n }\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only a-tooltip\"\n [attr.data-tooltip]=\"'@pry.action.delete' | i18n\"\n (click)=\"removeGroupAccess(group.key)\"\n (keydown.enter)=\"removeGroupAccess(group.key)\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"15\" [width]=\"15\"></pry-icon>\n </button>\n </div>\n </div>\n }\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { 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: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i4.PrySelectComponent, selector: "pry-select", inputs: ["items", "clearable", "multiple", "closeOnSelect", "placeholder", "isForm", "required", "name", "autocomplete", "alwaysShowAutosuggestedValues", "externalAutocompleteService", "bindValue", "bindLabel", "iconSize", "bindIcon", "template", "i18nPrefix", "bindClasses", "loading", "elementRef"], outputs: ["searched", "cleared", "clicked"] }, { kind: "component", type: i5.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i6.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.KeyValuePipe, name: "keyvalue" }, { kind: "pipe", type: i7.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryAccessRightsShareComponent, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryAccessRightsShareComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{ selector: 'pry-access-rights-share', providers: [
132
132
  {
@@ -75,10 +75,10 @@ export class PryAccessRightsShareModalComponent {
75
75
  }
76
76
  this.submit.nativeElement.focus();
77
77
  }
78
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryAccessRightsShareModalComponent, deps: [{ token: i1.Store }, { token: i2.PryDialogRef }, { token: PRY_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
79
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryAccessRightsShareModalComponent, selector: "pry-access-rights-share-modal", viewQueries: [{ propertyName: "confirm", first: true, predicate: ["confirm"], descendants: true }, { propertyName: "submit", first: true, predicate: ["submit"], descendants: true }, { propertyName: "cross", first: true, predicate: ["cross"], descendants: true }, { propertyName: "crossVisibility", first: true, predicate: ["crossVisibility"], descendants: true }], ngImport: i0, template: "<div class=\"o-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialog share access rights\">\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">{{ '@pry.toolbox.shareAccessRights' | i18n }}</h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n (click)=\"toggleModal()\"\n #crossVisibility\n (keydown.shift.tab)=\"focusValidation()\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.toolbox.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <pry-access-rights-share\n [(ngModel)]=\"accessRightsByGroup\"\n (ngModelChange)=\"updateAccessRights($event)\"\n [manifestDescription]=\"manifest\"\n [allowedGroups]=\"allowedShareGroups$ | async\"\n ></pry-access-rights-share>\n <div class=\"u-display-flex m-btn-group -justify-center\">\n <button type=\"button\" class=\"a-btn a-btn--secondary\" (click)=\"toggleModal()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n class=\"a-btn a-btn--primary\"\n #submit\n (keydown.tab)=\"focusCrossElement()\"\n (click)=\"validate()\"\n [disabled]=\"this.disableShareButton$ | async\"\n >\n {{ '@pry.toolbox.manifest.validate' | i18n }}\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i5.PryAccessRightsShareComponent, selector: "pry-access-rights-share", inputs: ["manifestDescription", "allowedGroups"] }, { kind: "pipe", type: i6.AsyncPipe, name: "async" }, { kind: "pipe", type: i7.I18nPipe, name: "i18n" }] }); }
78
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryAccessRightsShareModalComponent, deps: [{ token: i1.Store }, { token: i2.PryDialogRef }, { token: PRY_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
79
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryAccessRightsShareModalComponent, selector: "pry-access-rights-share-modal", viewQueries: [{ propertyName: "confirm", first: true, predicate: ["confirm"], descendants: true }, { propertyName: "submit", first: true, predicate: ["submit"], descendants: true }, { propertyName: "cross", first: true, predicate: ["cross"], descendants: true }, { propertyName: "crossVisibility", first: true, predicate: ["crossVisibility"], descendants: true }], ngImport: i0, template: "<div class=\"o-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialog share access rights\">\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">{{ '@pry.toolbox.shareAccessRights' | i18n }}</h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n (click)=\"toggleModal()\"\n #crossVisibility\n (keydown.shift.tab)=\"focusValidation()\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.toolbox.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <pry-access-rights-share\n [(ngModel)]=\"accessRightsByGroup\"\n (ngModelChange)=\"updateAccessRights($event)\"\n [manifestDescription]=\"manifest\"\n [allowedGroups]=\"allowedShareGroups$ | async\"\n ></pry-access-rights-share>\n <div class=\"u-display-flex m-btn-group -justify-center\">\n <button type=\"button\" class=\"a-btn a-btn--secondary\" (click)=\"toggleModal()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n class=\"a-btn a-btn--primary\"\n #submit\n (keydown.tab)=\"focusCrossElement()\"\n (click)=\"validate()\"\n [disabled]=\"this.disableShareButton$ | async\"\n >\n {{ '@pry.toolbox.manifest.validate' | i18n }}\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "component", type: i5.PryAccessRightsShareComponent, selector: "pry-access-rights-share", inputs: ["manifestDescription", "allowedGroups"] }, { kind: "pipe", type: i6.AsyncPipe, name: "async" }, { kind: "pipe", type: i7.I18nPipe, name: "i18n" }] }); }
80
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryAccessRightsShareModalComponent, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryAccessRightsShareModalComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{ selector: 'pry-access-rights-share-modal', template: "<div class=\"o-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialog share access rights\">\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">{{ '@pry.toolbox.shareAccessRights' | i18n }}</h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button\n class=\"a-btn a-btn--icon-only\"\n (click)=\"toggleModal()\"\n #crossVisibility\n (keydown.shift.tab)=\"focusValidation()\"\n >\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.toolbox.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <pry-access-rights-share\n [(ngModel)]=\"accessRightsByGroup\"\n (ngModelChange)=\"updateAccessRights($event)\"\n [manifestDescription]=\"manifest\"\n [allowedGroups]=\"allowedShareGroups$ | async\"\n ></pry-access-rights-share>\n <div class=\"u-display-flex m-btn-group -justify-center\">\n <button type=\"button\" class=\"a-btn a-btn--secondary\" (click)=\"toggleModal()\">\n {{ '@pry.toolbox.manifest.close' | i18n }}\n </button>\n <button\n type=\"submit\"\n class=\"a-btn a-btn--primary\"\n #submit\n (keydown.tab)=\"focusCrossElement()\"\n (click)=\"validate()\"\n [disabled]=\"this.disableShareButton$ | async\"\n >\n {{ '@pry.toolbox.manifest.validate' | i18n }}\n </button>\n </div>\n</div>\n" }]
84
84
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.PryDialogRef }, { type: undefined, decorators: [{
@@ -101,8 +101,8 @@ export class PryGroupShareComponent extends SubscriptionnerDirective {
101
101
  this.radioValue = PryShareMode.GROUPS;
102
102
  }
103
103
  }
104
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryGroupShareComponent, deps: [{ token: i1.Store }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
105
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.3", type: PryGroupShareComponent, selector: "pry-group-share", inputs: { disableRadios: "disableRadios", allowedGroups: "allowedGroups" }, outputs: { radioValueChange: "radioValueChange" }, providers: [
104
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryGroupShareComponent, deps: [{ token: i1.Store }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
105
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: PryGroupShareComponent, selector: "pry-group-share", inputs: { disableRadios: "disableRadios", allowedGroups: "allowedGroups" }, outputs: { radioValueChange: "radioValueChange" }, providers: [
106
106
  {
107
107
  provide: NG_VALUE_ACCESSOR,
108
108
  useExisting: forwardRef(() => PryGroupShareComponent),
@@ -110,7 +110,7 @@ export class PryGroupShareComponent extends SubscriptionnerDirective {
110
110
  }
111
111
  ], usesInheritance: true, ngImport: i0, template: "@if (templateData$ | async; as data) {\n <div class=\"m-form-radio-group\">\n <div *ngFor=\"let shareMode of shareModes\" class=\"m-form-radio-group__item\">\n <input\n type=\"radio\"\n name=\"visibility\"\n [id]=\"'radio_share_' + shareMode\"\n [value]=\"shareMode\"\n [ngModel]=\"radioValue\"\n (ngModelChange)=\"onRadioValueChange($event)\"\n [disabled]=\"data.disableRadios[shareMode]\"\n />\n <label [for]=\"'radio_share_' + shareMode\" class=\"a-label\" [class.a-label--disabled]=\"data.disableRadios[shareMode]\">\n {{ '@pry.share.radioLabel.' + shareMode | i18n }}\n </label>\n </div>\n </div>\n @if (radioValue === PryShareMode.GROUPS) {\n <pry-chips-selector\n bindLabel=\"name\"\n bindValue=\"name\"\n translationStringBase=\"@pry.components.chipsSelector.share.\"\n itemTranslationStringBase=\"@pry.components.chipsSelector.share.groups.\"\n [items]=\"data.groups\"\n (itemsChanged)=\"changeGroups($event, 'groupSelectionChange')\"\n [usedItems]=\"data.assignedGroups\"\n [showSearchbar]=\"data.groups.length > 6\"\n ></pry-chips-selector>\n }\n}\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.ChipsSelectorComponent, selector: "pry-chips-selector", inputs: ["bindValue", "bindLabel", "translationStringBase", "itemTranslationStringBase", "showActionButtons", "showSearchbar", "items", "usedItems"], outputs: ["itemsChanged"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryGroupShareComponent, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryGroupShareComponent, decorators: [{
114
114
  type: Component,
115
115
  args: [{ selector: 'pry-group-share', providers: [
116
116
  {
@@ -45,8 +45,8 @@ export class PryShareComponent {
45
45
  this._onTouched();
46
46
  this._cd.markForCheck();
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryShareComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryShareComponent, selector: "pry-share", inputs: { labelProperty: "labelProperty", valueProperty: "valueProperty" }, providers: [
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryShareComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
49
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryShareComponent, selector: "pry-share", inputs: { labelProperty: "labelProperty", valueProperty: "valueProperty" }, providers: [
50
50
  {
51
51
  provide: NG_VALUE_ACCESSOR,
52
52
  useExisting: forwardRef(() => PryShareComponent),
@@ -54,7 +54,7 @@ export class PryShareComponent {
54
54
  }
55
55
  ], ngImport: i0, template: "<div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"share_type\">{{ '@pry.share.type' | i18n }}</label>\n <pry-select\n (ngModelChange)=\"onChange($event)\"\n [items]=\"visibilityTypes\"\n [ngModel]=\"stringValue\"\n [disabled]=\"_disabled\"\n i18nPrefix=\"@pry.share.radioLabel.\"\n bindValue=\"name\"\n bindLabel=\"name\"\n bindIcon=\"icon\"\n id=\"share_type\"\n [iconSize]=\"[21, 18]\"\n ></pry-select>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2.PrySelectComponent, selector: "pry-select", inputs: ["items", "clearable", "multiple", "closeOnSelect", "placeholder", "isForm", "required", "name", "autocomplete", "alwaysShowAutosuggestedValues", "externalAutocompleteService", "bindValue", "bindLabel", "iconSize", "bindIcon", "template", "i18nPrefix", "bindClasses", "loading", "elementRef"], outputs: ["searched", "cleared", "clicked"] }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryShareComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryShareComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{ selector: 'pry-share', providers: [
60
60
  {
@@ -17,8 +17,8 @@ const COMPONENTS = [
17
17
  PryAccessRightsShareModalComponent
18
18
  ];
19
19
  export class PryShareModule {
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryShareModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PryShareModule, declarations: [PryShareComponent,
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryShareModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PryShareModule, declarations: [PryShareComponent,
22
22
  PryGroupShareComponent,
23
23
  PryAccessRightsShareComponent,
24
24
  PryAccessRightsShareModalComponent], imports: [CommonModule,
@@ -30,14 +30,14 @@ export class PryShareModule {
30
30
  PryGroupShareComponent,
31
31
  PryAccessRightsShareComponent,
32
32
  PryAccessRightsShareModalComponent] }); }
33
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryShareModule, imports: [CommonModule,
33
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryShareModule, imports: [CommonModule,
34
34
  FormsModule,
35
35
  PrySelectModule,
36
36
  PryI18nModule,
37
37
  PryIconModule,
38
38
  PryChipsSelectorModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryShareModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryShareModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  imports: [
@@ -39,15 +39,15 @@ export class PrySnackbarComponent {
39
39
  hide() {
40
40
  this.hiddenFromAction = true;
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
43
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySnackbarComponent, selector: "pry-snackbar", inputs: { data: "data", listIndex: "listIndex", actionClicked: "actionClicked" }, ngImport: i0, template: "<div\n class=\"m-snackbar -bottom\"\n [ngClass]=\"typeClass\"\n [@panelState]=\"{ value: 'visible', params: { transform: transformOptions, transition: transitionOptions } }\"\n *ngIf=\"!hiddenFromAction\"\n [style.bottom.px]=\"listIndex * 60\"\n>\n <div class=\"m-snackbar__content\">\n <pry-icon [iconSvg]=\"icon\"></pry-icon>\n <p class=\"a-p\">{{ data.message }}</p>\n <button class=\"m-snackbar__action\" *ngIf=\"!!data.action\" (click)=\"actionClick()\">{{ data.action }}</button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }], animations: [
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
43
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySnackbarComponent, selector: "pry-snackbar", inputs: { data: "data", listIndex: "listIndex", actionClicked: "actionClicked" }, ngImport: i0, template: "<div\n class=\"m-snackbar -bottom\"\n [ngClass]=\"typeClass\"\n [@panelState]=\"{ value: 'visible', params: { transform: transformOptions, transition: transitionOptions } }\"\n *ngIf=\"!hiddenFromAction\"\n [style.bottom.px]=\"listIndex * 60\"\n>\n <div class=\"m-snackbar__content\">\n <pry-icon [iconSvg]=\"icon\"></pry-icon>\n <p class=\"a-p\">{{ data.message }}</p>\n <button class=\"m-snackbar__action\" *ngIf=\"!!data.action\" (click)=\"actionClick()\">{{ data.action }}</button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }], animations: [
44
44
  trigger('panelState', [
45
45
  transition('void => visible', [useAnimation(showAnimation)]),
46
46
  transition('visible => void', [useAnimation(hideAnimation)])
47
47
  ])
48
48
  ] }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: 'pry-snackbar', animations: [
53
53
  trigger('panelState', [
@@ -4,11 +4,11 @@ import { PryIconModule } from '../icon/icon.module';
4
4
  import { PrySnackbarComponent } from './snackbar/snackbar.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class PrySnackbarModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarModule, declarations: [PrySnackbarComponent], imports: [CommonModule, PryIconModule], exports: [PrySnackbarComponent] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarModule, imports: [CommonModule, PryIconModule] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarModule, declarations: [PrySnackbarComponent], imports: [CommonModule, PryIconModule], exports: [PrySnackbarComponent] }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarModule, imports: [CommonModule, PryIconModule] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [PrySnackbarComponent],
@@ -59,10 +59,10 @@ export class PrySnackbarService {
59
59
  open(message) {
60
60
  this.messageEvents$.next(message);
61
61
  }
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarService, deps: [{ token: i1.Overlay }, { token: i2.PryI18nService }], target: i0.ɵɵFactoryTarget.Injectable }); }
63
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarService, providedIn: 'root' }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarService, deps: [{ token: i1.Overlay }, { token: i2.PryI18nService }], target: i0.ɵɵFactoryTarget.Injectable }); }
63
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarService, providedIn: 'root' }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySnackbarService, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySnackbarService, decorators: [{
66
66
  type: Injectable,
67
67
  args: [{
68
68
  providedIn: 'root'
@@ -42,10 +42,10 @@ export class PrySortDataPipe {
42
42
  compareBoolean(a, b, isAsc) {
43
43
  return (a && !b ? -1 : 1) * (isAsc ? 1 : -1);
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortDataPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
46
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PrySortDataPipe, name: "prySortData" }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortDataPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
46
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PrySortDataPipe, name: "prySortData" }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortDataPipe, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortDataPipe, decorators: [{
49
49
  type: Pipe,
50
50
  args: [{
51
51
  name: 'prySortData'
@@ -38,10 +38,10 @@ export class PrySortHeaderComponent {
38
38
  this._renderer.removeAttribute(this._elRef.nativeElement, 'aria-sort');
39
39
  }
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySortHeaderComponent, selector: "th[prySortHeader]", inputs: { prySortHeader: "prySortHeader" }, outputs: { sortChange: "sortChange" }, ngImport: i0, template: "<button type=\"button\" class=\"m-btn-sorttable\" (click)=\"onChangeSort()\">\n <span class=\"m-btn-sorttable__content\">\n <span class=\"m-btn-sorttable__title\">\n <ng-content></ng-content>\n </span>\n <pry-icon iconSvg=\"chevron_top\" class=\"m-btn-sorttable__icnmark -asc\"></pry-icon>\n <pry-icon iconSvg=\"chevron_bottom\" class=\"m-btn-sorttable__icnmark -desc\"></pry-icon>\n </span>\n</button>\n", dependencies: [{ kind: "component", type: i1.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }] }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
42
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySortHeaderComponent, selector: "th[prySortHeader]", inputs: { prySortHeader: "prySortHeader" }, outputs: { sortChange: "sortChange" }, ngImport: i0, template: "<button type=\"button\" class=\"m-btn-sorttable\" (click)=\"onChangeSort()\">\n <span class=\"m-btn-sorttable__content\">\n <span class=\"m-btn-sorttable__title\">\n <ng-content></ng-content>\n </span>\n <pry-icon iconSvg=\"chevron_top\" class=\"m-btn-sorttable__icnmark -asc\"></pry-icon>\n <pry-icon iconSvg=\"chevron_bottom\" class=\"m-btn-sorttable__icnmark -desc\"></pry-icon>\n </span>\n</button>\n", dependencies: [{ kind: "component", type: i1.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }] }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortHeaderComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortHeaderComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{ selector: 'th[prySortHeader]', template: "<button type=\"button\" class=\"m-btn-sorttable\" (click)=\"onChangeSort()\">\n <span class=\"m-btn-sorttable__content\">\n <span class=\"m-btn-sorttable__title\">\n <ng-content></ng-content>\n </span>\n <pry-icon iconSvg=\"chevron_top\" class=\"m-btn-sorttable__icnmark -asc\"></pry-icon>\n <pry-icon iconSvg=\"chevron_bottom\" class=\"m-btn-sorttable__icnmark -desc\"></pry-icon>\n </span>\n</button>\n" }]
47
47
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { prySortHeader: [{
@@ -1,10 +1,10 @@
1
1
  import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class PrySortHeaderDirective {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: PrySortHeaderDirective, selector: "[prySortHeader]", ngImport: i0 }); }
4
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
5
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: PrySortHeaderDirective, selector: "[prySortHeader]", ngImport: i0 }); }
6
6
  }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortHeaderDirective, decorators: [{
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortHeaderDirective, decorators: [{
8
8
  type: Directive,
9
9
  args: [{
10
10
  selector: '[prySortHeader]'
@@ -43,10 +43,10 @@ export class PrySortTableDirective {
43
43
  }
44
44
  });
45
45
  }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortTableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
47
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: PrySortTableDirective, selector: "[prySortTable]", inputs: { prySortActive: "prySortActive", prySortDirection: "prySortDirection" }, outputs: { prySortChange: "prySortChange" }, queries: [{ propertyName: "contentChildrenC", predicate: PrySortHeaderComponent, descendants: true }], ngImport: i0 }); }
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortTableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
47
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: PrySortTableDirective, selector: "[prySortTable]", inputs: { prySortActive: "prySortActive", prySortDirection: "prySortDirection" }, outputs: { prySortChange: "prySortChange" }, queries: [{ propertyName: "contentChildrenC", predicate: PrySortHeaderComponent, descendants: true }], ngImport: i0 }); }
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortTableDirective, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortTableDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: '[prySortTable]'
@@ -8,11 +8,11 @@ import { PrySortTableDirective } from './sort-table.directive';
8
8
  import * as i0 from "@angular/core";
9
9
  const PRY_SORT_COMPONENTS = [PrySortHeaderComponent, PrySortHeaderDirective, PrySortTableDirective, PrySortDataPipe];
10
10
  export class PrySortModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PrySortModule, declarations: [PrySortHeaderComponent, PrySortHeaderDirective, PrySortTableDirective, PrySortDataPipe], imports: [CommonModule, PryIconModule], exports: [PrySortHeaderComponent, PrySortHeaderDirective, PrySortTableDirective, PrySortDataPipe] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortModule, imports: [CommonModule, PryIconModule] }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PrySortModule, declarations: [PrySortHeaderComponent, PrySortHeaderDirective, PrySortTableDirective, PrySortDataPipe], imports: [CommonModule, PryIconModule], exports: [PrySortHeaderComponent, PrySortHeaderDirective, PrySortTableDirective, PrySortDataPipe] }); }
13
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortModule, imports: [CommonModule, PryIconModule] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySortModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySortModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [...PRY_SORT_COMPONENTS],
@@ -33,10 +33,10 @@ export class PryStatusModalComponent {
33
33
  close() {
34
34
  this.dialogRef.close();
35
35
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryStatusModalComponent, deps: [{ token: i1.Store }, { token: i2.PryDialogRef }, { token: PRY_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryStatusModalComponent, selector: "pry-status-modal", outputs: { gotoConsult: "gotoConsult" }, ngImport: i0, template: "<div class=\"o-modal-wrapper__backdrop\" (click)=\"close()\">\n <div class=\"o-modal-wrapper -extra-large\">\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\">\n {{\n '@pry.dataset.error.modalTitle.' +\n (_version?.state !== 'ERROR' && _version?.hasWarnings ? 'WARNING' : 'ERROR') | i18n\n }}\n ({{ messageCount$ | async }})\n </h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button class=\"a-btn a-btn--icon-only\" (click)=\"close()\">\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 <table class=\"a-table\" [attr.aria-describedby]=\"'@pry.a11y.modalStatusTableDescr' | i18n\">\n <thead>\n <tr>\n <th>{{ '@pry.dataset.error.type' | i18n }}</th>\n <th>{{ '@pry.dataset.error.elements' | i18n }}</th>\n <th>{{ '@pry.dataset.error.message' | i18n }}</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let preview of datasetPreviews$ | async | slice : 0 : 5\">\n <td>\n {{ '@pry.dataset.error.level.' + preview.level | i18n }}\n </td>\n <td>\n {{ preview.recordId }}\n </td>\n <td>\n {{\n '@pry.dataset.error.code.' + preview.extractMessageCode\n | i18n\n : { plural: preview.name.includes(',') ? 's' : '', name: preview.name, recordId: preview.recordId }\n }}\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.SlicePipe, name: "slice" }, { kind: "pipe", type: i5.I18nPipe, name: "i18n" }] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryStatusModalComponent, deps: [{ token: i1.Store }, { token: i2.PryDialogRef }, { token: PRY_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
37
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryStatusModalComponent, selector: "pry-status-modal", outputs: { gotoConsult: "gotoConsult" }, ngImport: i0, template: "<div class=\"o-modal-wrapper__backdrop\" (click)=\"close()\">\n <div class=\"o-modal-wrapper -extra-large\">\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\">\n {{\n '@pry.dataset.error.modalTitle.' +\n (_version?.state !== 'ERROR' && _version?.hasWarnings ? 'WARNING' : 'ERROR') | i18n\n }}\n ({{ messageCount$ | async }})\n </h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button class=\"a-btn a-btn--icon-only\" (click)=\"close()\">\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 <table class=\"a-table\" [attr.aria-describedby]=\"'@pry.a11y.modalStatusTableDescr' | i18n\">\n <thead>\n <tr>\n <th>{{ '@pry.dataset.error.type' | i18n }}</th>\n <th>{{ '@pry.dataset.error.elements' | i18n }}</th>\n <th>{{ '@pry.dataset.error.message' | i18n }}</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let preview of datasetPreviews$ | async | slice : 0 : 5\">\n <td>\n {{ '@pry.dataset.error.level.' + preview.level | i18n }}\n </td>\n <td>\n {{ preview.recordId }}\n </td>\n <td>\n {{\n '@pry.dataset.error.code.' + preview.extractMessageCode\n | i18n\n : { plural: preview.name.includes(',') ? 's' : '', name: preview.name, recordId: preview.recordId }\n }}\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.SlicePipe, name: "slice" }, { kind: "pipe", type: i5.I18nPipe, name: "i18n" }] }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryStatusModalComponent, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryStatusModalComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{ selector: 'pry-status-modal', template: "<div class=\"o-modal-wrapper__backdrop\" (click)=\"close()\">\n <div class=\"o-modal-wrapper -extra-large\">\n <div class=\"o-modal__top\">\n <div class=\"o-modal__top__title\">\n <h2 class=\"a-h2\">\n {{\n '@pry.dataset.error.modalTitle.' +\n (_version?.state !== 'ERROR' && _version?.hasWarnings ? 'WARNING' : 'ERROR') | i18n\n }}\n ({{ messageCount$ | async }})\n </h2>\n </div>\n <div class=\"o-modal__top__close\">\n <button class=\"a-btn a-btn--icon-only\" (click)=\"close()\">\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 <table class=\"a-table\" [attr.aria-describedby]=\"'@pry.a11y.modalStatusTableDescr' | i18n\">\n <thead>\n <tr>\n <th>{{ '@pry.dataset.error.type' | i18n }}</th>\n <th>{{ '@pry.dataset.error.elements' | i18n }}</th>\n <th>{{ '@pry.dataset.error.message' | i18n }}</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let preview of datasetPreviews$ | async | slice : 0 : 5\">\n <td>\n {{ '@pry.dataset.error.level.' + preview.level | i18n }}\n </td>\n <td>\n {{ preview.recordId }}\n </td>\n <td>\n {{\n '@pry.dataset.error.code.' + preview.extractMessageCode\n | i18n\n : { plural: preview.name.includes(',') ? 's' : '', name: preview.name, recordId: preview.recordId }\n }}\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n</div>\n" }]
42
42
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.PryDialogRef }, { type: undefined, decorators: [{
@@ -13,11 +13,11 @@ export class PryStatusModalModule {
13
13
  this.pryTranslateService.addLangObject('fr', 'dataset', frTranslations);
14
14
  this.pryTranslateService.addLangObject('en', 'dataset', enTranslations);
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryStatusModalModule, deps: [{ token: i1.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
17
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PryStatusModalModule, declarations: [PryStatusModalComponent], imports: [CommonModule, PryIconModule, PryI18nModule], exports: [PryStatusModalComponent] }); }
18
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryStatusModalModule, imports: [CommonModule, PryIconModule, PryI18nModule] }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryStatusModalModule, deps: [{ token: i1.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
17
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PryStatusModalModule, declarations: [PryStatusModalComponent], imports: [CommonModule, PryIconModule, PryI18nModule], exports: [PryStatusModalComponent] }); }
18
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryStatusModalModule, imports: [CommonModule, PryIconModule, PryI18nModule] }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryStatusModalModule, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryStatusModalModule, decorators: [{
21
21
  type: NgModule,
22
22
  args: [{
23
23
  imports: [CommonModule, PryIconModule, PryI18nModule],
@@ -23,10 +23,10 @@ export class TabGroupComponent {
23
23
  this.currentTabIndex = index;
24
24
  this.clickedTabIdx.emit(index);
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TabGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
27
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: TabGroupComponent, selector: "pry-tab-group", inputs: { translationStringBase: "translationStringBase" }, outputs: { clickedTabIdx: "clickedTabIdx" }, queries: [{ propertyName: "tabs", predicate: TabComponent }], ngImport: i0, template: "<div class=\"o-tabs\">\n <div class=\"o-tabs__list\" role=\"tablist\" [attr.aria-label]=\"'tab-panel-' + instanceId\">\n <button\n *ngFor=\"let tab of tabs; let index = index\"\n type=\"button\"\n class=\"o-tabs__list__btn\"\n role=\"tab\"\n [id]=\"'tab-' + instanceId + '-' + index\"\n [attr.aria-selected]=\"index === currentTabIndex\"\n [attr.tabindex]=\"index === currentTabIndex ? 0 : -1\"\n [attr.aria-controls]=\"'tabpanel-' + instanceId + '-' + index\"\n (click)=\"switch(tab, index)\"\n >\n {{ translationStringBase + tab.name | i18n }}\n </button>\n </div>\n <div\n class=\"o-tabs__panel\"\n [id]=\"'tabpanel-' + instanceId + '-' + currentTabIndex\"\n role=\"tabpanel\"\n [attr.aria-labelledby]=\"'tab-' + instanceId + '-' + currentTabIndex\"\n >\n <div class=\"o-tabs__panel__content\">\n <ng-template [ngTemplateOutlet]=\"currentTab.templateRef\"></ng-template>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i2.I18nPipe, name: "i18n" }] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TabGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: TabGroupComponent, selector: "pry-tab-group", inputs: { translationStringBase: "translationStringBase" }, outputs: { clickedTabIdx: "clickedTabIdx" }, queries: [{ propertyName: "tabs", predicate: TabComponent }], ngImport: i0, template: "<div class=\"o-tabs\">\n <div class=\"o-tabs__list\" role=\"tablist\" [attr.aria-label]=\"'tab-panel-' + instanceId\">\n <button\n *ngFor=\"let tab of tabs; let index = index\"\n type=\"button\"\n class=\"o-tabs__list__btn\"\n role=\"tab\"\n [id]=\"'tab-' + instanceId + '-' + index\"\n [attr.aria-selected]=\"index === currentTabIndex\"\n [attr.tabindex]=\"index === currentTabIndex ? 0 : -1\"\n [attr.aria-controls]=\"'tabpanel-' + instanceId + '-' + index\"\n (click)=\"switch(tab, index)\"\n >\n {{ translationStringBase + tab.name | i18n }}\n </button>\n </div>\n <div\n class=\"o-tabs__panel\"\n [id]=\"'tabpanel-' + instanceId + '-' + currentTabIndex\"\n role=\"tabpanel\"\n [attr.aria-labelledby]=\"'tab-' + instanceId + '-' + currentTabIndex\"\n >\n <div class=\"o-tabs__panel__content\">\n <ng-template [ngTemplateOutlet]=\"currentTab.templateRef\"></ng-template>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i2.I18nPipe, name: "i18n" }] }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TabGroupComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TabGroupComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'pry-tab-group', template: "<div class=\"o-tabs\">\n <div class=\"o-tabs__list\" role=\"tablist\" [attr.aria-label]=\"'tab-panel-' + instanceId\">\n <button\n *ngFor=\"let tab of tabs; let index = index\"\n type=\"button\"\n class=\"o-tabs__list__btn\"\n role=\"tab\"\n [id]=\"'tab-' + instanceId + '-' + index\"\n [attr.aria-selected]=\"index === currentTabIndex\"\n [attr.tabindex]=\"index === currentTabIndex ? 0 : -1\"\n [attr.aria-controls]=\"'tabpanel-' + instanceId + '-' + index\"\n (click)=\"switch(tab, index)\"\n >\n {{ translationStringBase + tab.name | i18n }}\n </button>\n </div>\n <div\n class=\"o-tabs__panel\"\n [id]=\"'tabpanel-' + instanceId + '-' + currentTabIndex\"\n role=\"tabpanel\"\n [attr.aria-labelledby]=\"'tab-' + instanceId + '-' + currentTabIndex\"\n >\n <div class=\"o-tabs__panel__content\">\n <ng-template [ngTemplateOutlet]=\"currentTab.templateRef\"></ng-template>\n </div>\n </div>\n</div>\n" }]
32
32
  }], ctorParameters: () => [], propDecorators: { translationStringBase: [{
@@ -4,10 +4,10 @@ export class TabComponent {
4
4
  constructor() {
5
5
  this.name = '';
6
6
  }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: TabComponent, selector: "pry-tab", inputs: { name: "name", templateRef: "templateRef", index: "index" }, ngImport: i0, template: '', isInline: true }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: TabComponent, selector: "pry-tab", inputs: { name: "name", templateRef: "templateRef", index: "index" }, ngImport: i0, template: '', isInline: true }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: TabComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: TabComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'pry-tab',
@@ -57,8 +57,8 @@ export class PryToggleComponent {
57
57
  get hasTextInside() {
58
58
  return !!this.leftword || !!this.rightword;
59
59
  }
60
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
61
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryToggleComponent, selector: "pry-toggle", inputs: { alwaysActive: "alwaysActive", disabled: "disabled", mode: "mode", size: "size", dir: "dir", leftword: "leftword", rightword: "rightword" }, host: { properties: { "class": "this.class" } }, providers: [
60
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
61
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryToggleComponent, selector: "pry-toggle", inputs: { alwaysActive: "alwaysActive", disabled: "disabled", mode: "mode", size: "size", dir: "dir", leftword: "leftword", rightword: "rightword" }, host: { properties: { "class": "this.class" } }, providers: [
62
62
  {
63
63
  provide: NG_VALUE_ACCESSOR,
64
64
  useExisting: forwardRef(() => PryToggleComponent),
@@ -66,7 +66,7 @@ export class PryToggleComponent {
66
66
  }
67
67
  ], viewQueries: [{ propertyName: "_inputElement", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: "<ng-container *ngIf=\"mode !== 'action'\">\n <label\n class=\"a-toggle a-tooltip\"\n [for]=\"'toggle-' + _id\"\n [dir]=\"dir\"\n [ngClass]=\"{\n '-disabled': disabled,\n '-always-active': alwaysActive,\n '-size-sm': size === 'sm',\n '-txt-inside': hasTextInside\n }\"\n [attr.data-tooltip]=\"'@pry.toolbox.edit' | i18n\"\n data-tooltip-position=\"bottom\"\n >\n <input\n #input\n type=\"checkbox\"\n name=\"toggle\"\n [id]=\"'toggle-' + _id\"\n class=\"a-toggle__input\"\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n (change)=\"onChangeValue($event)\"\n (click)=\"onInputClick($event)\"\n />\n <ng-container *ngTemplateOutlet=\"contentTpl\"></ng-container>\n </label>\n</ng-container>\n<ng-container *ngIf=\"mode === 'action'\">\n <button\n type=\"button\"\n class=\"a-toggle\"\n [dir]=\"dir\"\n [ngClass]=\"{\n '-disabled': disabled,\n '-always-active': alwaysActive,\n '-size-sm': size === 'sm',\n '-txt-inside': hasTextInside\n }\"\n [attr.aria-pressed]=\"checked\"\n [disabled]=\"disabled\"\n (change)=\"onChangeValue($event)\"\n (click)=\"onInputClick($event)\"\n #button\n >\n <ng-container *ngTemplateOutlet=\"contentTpl\"></ng-container>\n </button>\n</ng-container>\n\n<ng-template #contentTpl>\n <span class=\"a-toggle__display\" aria-hidden=\"true\">\n <span class=\"a-toggle__display__txtleft\">{{ leftword }}</span>\n <span class=\"a-toggle__display__txtright\">{{ rightword }}</span>\n </span>\n <span class=\"a-toggle__wording\">\n <ng-content></ng-content>\n </span>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryToggleComponent, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryToggleComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{ selector: 'pry-toggle', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
72
72
  {
@@ -6,11 +6,11 @@ import { PryToggleComponent } from './toggle.component';
6
6
  import * as i0 from "@angular/core";
7
7
  const PRY_TOGGLE_COMPONENTS = [PryToggleComponent];
8
8
  export class PryToggleModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PryToggleModule, declarations: [PryToggleComponent], imports: [CommonModule, PryOverlayModule, PryI18nModule], exports: [PryToggleComponent] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryToggleModule, imports: [CommonModule, PryOverlayModule, PryI18nModule] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PryToggleModule, declarations: [PryToggleComponent], imports: [CommonModule, PryOverlayModule, PryI18nModule], exports: [PryToggleComponent] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryToggleModule, imports: [CommonModule, PryOverlayModule, PryI18nModule] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryToggleModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryToggleModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [CommonModule, PryOverlayModule, PryI18nModule],
@@ -65,10 +65,10 @@ export class PryUploadComponent {
65
65
  }, 100);
66
66
  });
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryUploadComponent, deps: [{ token: i1.Store }, { token: i2.RawService }], target: i0.ɵɵFactoryTarget.Component }); }
69
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PryUploadComponent, selector: "pry-upload", inputs: { mode: "mode", accept: "accept", labelTranslate: "labelTranslate" }, outputs: { uploaded: "uploaded", uploadedFile: "uploadedFile" }, viewQueries: [{ propertyName: "fileInput", first: true, predicate: ["fileInput"], descendants: true }], ngImport: i0, template: "<input type=\"file\" (change)=\"onFileSelect($event)\" #fileInput hidden [accept]=\"accept\" />\n<button class=\"a-btn a-btn--secondary -size-sm\" type=\"button\" (click)=\"fileInput.click()\">\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"upload\"></pry-icon>\n <span>{{ labelTranslate | i18n }}</span>\n</button>\n", dependencies: [{ kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryUploadComponent, deps: [{ token: i1.Store }, { token: i2.RawService }], target: i0.ɵɵFactoryTarget.Component }); }
69
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PryUploadComponent, selector: "pry-upload", inputs: { mode: "mode", accept: "accept", labelTranslate: "labelTranslate" }, outputs: { uploaded: "uploaded", uploadedFile: "uploadedFile" }, viewQueries: [{ propertyName: "fileInput", first: true, predicate: ["fileInput"], descendants: true }], ngImport: i0, template: "<input type=\"file\" (change)=\"onFileSelect($event)\" #fileInput hidden [accept]=\"accept\" />\n<button class=\"a-btn a-btn--secondary -size-sm\" type=\"button\" (click)=\"fileInput.click()\">\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"upload\"></pry-icon>\n <span>{{ labelTranslate | i18n }}</span>\n</button>\n", dependencies: [{ kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryUploadComponent, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryUploadComponent, decorators: [{
72
72
  type: Component,
73
73
  args: [{ selector: 'pry-upload', template: "<input type=\"file\" (change)=\"onFileSelect($event)\" #fileInput hidden [accept]=\"accept\" />\n<button class=\"a-btn a-btn--secondary -size-sm\" type=\"button\" (click)=\"fileInput.click()\">\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"upload\"></pry-icon>\n <span>{{ labelTranslate | i18n }}</span>\n</button>\n" }]
74
74
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.RawService }], propDecorators: { mode: [{
@@ -88,8 +88,8 @@ export class PryCoreModule {
88
88
  ]
89
89
  };
90
90
  }
91
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryCoreModule, deps: [{ token: i1.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
92
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: PryCoreModule, declarations: [TranslateIdPipe,
91
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryCoreModule, deps: [{ token: i1.PryI18nService }], target: i0.ɵɵFactoryTarget.NgModule }); }
92
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: PryCoreModule, declarations: [TranslateIdPipe,
93
93
  TranslateItemToSymbolPipe,
94
94
  GetSecuredImagePipe,
95
95
  BaseLayoutComponent,
@@ -126,7 +126,7 @@ export class PryCoreModule {
126
126
  TabGroupComponent,
127
127
  TabComponent,
128
128
  EllipsisDirective] }); }
129
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryCoreModule, providers: [AsyncPipe, TranslateIdPipe, TranslateItemToSymbolPipe], imports: [CommonModule,
129
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryCoreModule, providers: [AsyncPipe, TranslateIdPipe, TranslateItemToSymbolPipe], imports: [CommonModule,
130
130
  RouterModule,
131
131
  HttpClientModule,
132
132
  StoreModule.forFeature(searchFeatureKey, searchReducer),
@@ -155,7 +155,7 @@ export class PryCoreModule {
155
155
  CdkAccordionModule,
156
156
  FormsModule] }); }
157
157
  }
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryCoreModule, decorators: [{
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryCoreModule, decorators: [{
159
159
  type: NgModule,
160
160
  args: [{
161
161
  declarations: [...SELECTORS, BaseToolboxActionComponent],
@@ -34,10 +34,10 @@ export class PryHttpErrorInterceptorService {
34
34
  return throwError(() => error);
35
35
  }));
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryHttpErrorInterceptorService, deps: [{ token: i1.PrySnackbarService }, { token: i2.PryI18nService }], target: i0.ɵɵFactoryTarget.Injectable }); }
38
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryHttpErrorInterceptorService, providedIn: 'root' }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryHttpErrorInterceptorService, deps: [{ token: i1.PrySnackbarService }, { token: i2.PryI18nService }], target: i0.ɵɵFactoryTarget.Injectable }); }
38
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryHttpErrorInterceptorService, providedIn: 'root' }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PryHttpErrorInterceptorService, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PryHttpErrorInterceptorService, decorators: [{
41
41
  type: Injectable,
42
42
  args: [{ providedIn: 'root' }]
43
43
  }], ctorParameters: () => [{ type: i1.PrySnackbarService }, { type: i2.PryI18nService }] });