@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
@@ -54,10 +54,10 @@ export class PrySearchComposedComponent {
54
54
  onDeleteNestedCondition(conditionId) {
55
55
  this.store.dispatch(SearchMonoClassActions.deleteNormalizedConditionById({ conditionId }));
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchComposedComponent, deps: [{ token: i1.Store }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchComposedComponent, selector: "pry-search-composed", inputs: { id: "id" }, host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)" }, properties: { "class": "this.class", "class.is-hover": "this.hover" } }, ngImport: i0, template: "<div class=\"o-pry-search-composed\" [ngClass]=\"{ 'pry-search-composed-hover': hover }\">\n <ng-container *ngIf=\"condition$ | async as cond\">\n <ng-container *ngIf=\"cond.type === 'ATTRIBUTE'; else composedBlock\">\n <ng-container *ngIf=\"cond.attribute\">\n <pry-search-condition [attributeId]=\"cond.attribute\" [id]=\"cond.id\"></pry-search-condition>\n </ng-container>\n </ng-container>\n <ng-template #composedBlock>\n <div class=\"o-pry-search-composed__condition\">\n <div class=\"o-pry-search-composed__condition__type -vertical-bar\">\n <div class=\"o-pry-search-composed__condition__type__content\">\n <pry-toggle\n [leftword]=\"'@pry.search.type.or' | i18n\"\n [rightword]=\"'@pry.search.type.and' | i18n\"\n [alwaysActive]=\"true\"\n [ngModel]=\"cond.type === 'OR'\"\n (ngModelChange)=\"onSelectType(cond.id, cond.type === 'OR' ? 'AND' : 'OR')\"\n ></pry-toggle>\n </div>\n </div>\n <div class=\"o-pry-search-composed__condition__content\">\n <ng-container *ngFor=\"let composedId of cond.composed\">\n <pry-search-composed [id]=\"composedId\"></pry-search-composed>\n </ng-container>\n\n <div class=\"o-pry-search-composed__condition__content__footer\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--select -size-sm\"\n (click)=\"onOpenPanel()\"\n [pryOverlay]=\"selectAttribute\"\n [overlayOpen]=\"panelNewAttributeOpen\"\n (overlayOpenChange)=\"onClosePanel()\"\n pryOverlayPosition=\"start-bottom\"\n [pryOverlayNoPadding]=\"true\"\n >\n <pry-icon iconSvg=\"add\" [width]=\"15\" [height]=\"15\"></pry-icon>\n <span>{{ '@pry.search.composed.addCondition' | i18n }}</span>\n </button>\n <button type=\"button\" class=\"a-btn a-btn--secondary -size-sm\" (click)=\"onAddNestedCondition(cond.id)\">\n <pry-icon iconSvg=\"picture-in-picture\" [width]=\"16\" [height]=\"16\"></pry-icon>\n <span>{{ '@pry.search.composed.addGroup' | i18n }}</span>\n </button>\n <ng-container *ngIf=\"masterId$ | async as masterId\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only -circle -size-sm o-pry-search-composed__condition__content__footer__remove\"\n *ngIf=\"masterId !== cond.id\"\n (click)=\"onDeleteNestedCondition(cond.id)\"\n >\n <pry-icon iconSvg=\"close\" [width]=\"16\" [height]=\"16\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.search.composed.remove' | i18n }}</span>\n </button>\n </ng-container>\n </div>\n\n <ng-template #selectAttribute>\n <pry-search-select-attribute\n [id]=\"cond.id\"\n (selectAttributeChange)=\"onAddAttributeCondition($event, cond.id)\"\n ></pry-search-select-attribute>\n </ng-template>\n </div>\n </div>\n </ng-template>\n </ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "directive", type: i3.PryOverlayDirective, selector: "[pryOverlay]", inputs: ["pryOverlay", "styleReversed", "pryOverlaySticky", "pryOverlayNoPadding", "pryOverlayPosition", "overlayOpen", "hasBackdrop"], outputs: ["overlayOpenChange"] }, { kind: "component", type: PrySearchComposedComponent, selector: "pry-search-composed", inputs: ["id"] }, { kind: "component", type: i5.PrySearchSelectAttributeComponent, selector: "pry-search-select-attribute", inputs: ["id"], outputs: ["selectAttributeChange"] }, { kind: "component", type: i6.PrySearchConditionComponent, selector: "pry-search-condition", inputs: ["attributeId", "id", "useTextDateInputs"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchComposedComponent, deps: [{ token: i1.Store }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
58
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchComposedComponent, selector: "pry-search-composed", inputs: { id: "id" }, host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)" }, properties: { "class": "this.class", "class.is-hover": "this.hover" } }, ngImport: i0, template: "<div class=\"o-pry-search-composed\" [ngClass]=\"{ 'pry-search-composed-hover': hover }\">\n <ng-container *ngIf=\"condition$ | async as cond\">\n <ng-container *ngIf=\"cond.type === 'ATTRIBUTE'; else composedBlock\">\n <ng-container *ngIf=\"cond.attribute\">\n <pry-search-condition [attributeId]=\"cond.attribute\" [id]=\"cond.id\"></pry-search-condition>\n </ng-container>\n </ng-container>\n <ng-template #composedBlock>\n <div class=\"o-pry-search-composed__condition\">\n <div class=\"o-pry-search-composed__condition__type -vertical-bar\">\n <div class=\"o-pry-search-composed__condition__type__content\">\n <pry-toggle\n [leftword]=\"'@pry.search.type.or' | i18n\"\n [rightword]=\"'@pry.search.type.and' | i18n\"\n [alwaysActive]=\"true\"\n [ngModel]=\"cond.type === 'OR'\"\n (ngModelChange)=\"onSelectType(cond.id, cond.type === 'OR' ? 'AND' : 'OR')\"\n ></pry-toggle>\n </div>\n </div>\n <div class=\"o-pry-search-composed__condition__content\">\n <ng-container *ngFor=\"let composedId of cond.composed\">\n <pry-search-composed [id]=\"composedId\"></pry-search-composed>\n </ng-container>\n\n <div class=\"o-pry-search-composed__condition__content__footer\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--select -size-sm\"\n (click)=\"onOpenPanel()\"\n [pryOverlay]=\"selectAttribute\"\n [overlayOpen]=\"panelNewAttributeOpen\"\n (overlayOpenChange)=\"onClosePanel()\"\n pryOverlayPosition=\"start-bottom\"\n [pryOverlayNoPadding]=\"true\"\n >\n <pry-icon iconSvg=\"add\" [width]=\"15\" [height]=\"15\"></pry-icon>\n <span>{{ '@pry.search.composed.addCondition' | i18n }}</span>\n </button>\n <button type=\"button\" class=\"a-btn a-btn--secondary -size-sm\" (click)=\"onAddNestedCondition(cond.id)\">\n <pry-icon iconSvg=\"picture-in-picture\" [width]=\"16\" [height]=\"16\"></pry-icon>\n <span>{{ '@pry.search.composed.addGroup' | i18n }}</span>\n </button>\n <ng-container *ngIf=\"masterId$ | async as masterId\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only -circle -size-sm o-pry-search-composed__condition__content__footer__remove\"\n *ngIf=\"masterId !== cond.id\"\n (click)=\"onDeleteNestedCondition(cond.id)\"\n >\n <pry-icon iconSvg=\"close\" [width]=\"16\" [height]=\"16\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.search.composed.remove' | i18n }}</span>\n </button>\n </ng-container>\n </div>\n\n <ng-template #selectAttribute>\n <pry-search-select-attribute\n [id]=\"cond.id\"\n (selectAttributeChange)=\"onAddAttributeCondition($event, cond.id)\"\n ></pry-search-select-attribute>\n </ng-template>\n </div>\n </div>\n </ng-template>\n </ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "directive", type: i3.PryOverlayDirective, selector: "[pryOverlay]", inputs: ["pryOverlay", "styleReversed", "pryOverlaySticky", "pryOverlayNoPadding", "pryOverlayPosition", "overlayOpen", "hasBackdrop"], outputs: ["overlayOpenChange"] }, { kind: "component", type: PrySearchComposedComponent, selector: "pry-search-composed", inputs: ["id"] }, { kind: "component", type: i5.PrySearchSelectAttributeComponent, selector: "pry-search-select-attribute", inputs: ["id"], outputs: ["selectAttributeChange"] }, { kind: "component", type: i6.PrySearchConditionComponent, selector: "pry-search-condition", inputs: ["attributeId", "id", "useTextDateInputs"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchComposedComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchComposedComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{ selector: 'pry-search-composed', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"o-pry-search-composed\" [ngClass]=\"{ 'pry-search-composed-hover': hover }\">\n <ng-container *ngIf=\"condition$ | async as cond\">\n <ng-container *ngIf=\"cond.type === 'ATTRIBUTE'; else composedBlock\">\n <ng-container *ngIf=\"cond.attribute\">\n <pry-search-condition [attributeId]=\"cond.attribute\" [id]=\"cond.id\"></pry-search-condition>\n </ng-container>\n </ng-container>\n <ng-template #composedBlock>\n <div class=\"o-pry-search-composed__condition\">\n <div class=\"o-pry-search-composed__condition__type -vertical-bar\">\n <div class=\"o-pry-search-composed__condition__type__content\">\n <pry-toggle\n [leftword]=\"'@pry.search.type.or' | i18n\"\n [rightword]=\"'@pry.search.type.and' | i18n\"\n [alwaysActive]=\"true\"\n [ngModel]=\"cond.type === 'OR'\"\n (ngModelChange)=\"onSelectType(cond.id, cond.type === 'OR' ? 'AND' : 'OR')\"\n ></pry-toggle>\n </div>\n </div>\n <div class=\"o-pry-search-composed__condition__content\">\n <ng-container *ngFor=\"let composedId of cond.composed\">\n <pry-search-composed [id]=\"composedId\"></pry-search-composed>\n </ng-container>\n\n <div class=\"o-pry-search-composed__condition__content__footer\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--select -size-sm\"\n (click)=\"onOpenPanel()\"\n [pryOverlay]=\"selectAttribute\"\n [overlayOpen]=\"panelNewAttributeOpen\"\n (overlayOpenChange)=\"onClosePanel()\"\n pryOverlayPosition=\"start-bottom\"\n [pryOverlayNoPadding]=\"true\"\n >\n <pry-icon iconSvg=\"add\" [width]=\"15\" [height]=\"15\"></pry-icon>\n <span>{{ '@pry.search.composed.addCondition' | i18n }}</span>\n </button>\n <button type=\"button\" class=\"a-btn a-btn--secondary -size-sm\" (click)=\"onAddNestedCondition(cond.id)\">\n <pry-icon iconSvg=\"picture-in-picture\" [width]=\"16\" [height]=\"16\"></pry-icon>\n <span>{{ '@pry.search.composed.addGroup' | i18n }}</span>\n </button>\n <ng-container *ngIf=\"masterId$ | async as masterId\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only -circle -size-sm o-pry-search-composed__condition__content__footer__remove\"\n *ngIf=\"masterId !== cond.id\"\n (click)=\"onDeleteNestedCondition(cond.id)\"\n >\n <pry-icon iconSvg=\"close\" [width]=\"16\" [height]=\"16\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.search.composed.remove' | i18n }}</span>\n </button>\n </ng-container>\n </div>\n\n <ng-template #selectAttribute>\n <pry-search-select-attribute\n [id]=\"cond.id\"\n (selectAttributeChange)=\"onAddAttributeCondition($event, cond.id)\"\n ></pry-search-select-attribute>\n </ng-template>\n </div>\n </div>\n </ng-template>\n </ng-container>\n</div>\n" }]
63
63
  }], ctorParameters: () => [{ type: i1.Store }, { type: i0.ChangeDetectorRef }], propDecorators: { class: [{
@@ -120,10 +120,10 @@ export class PrySearchConditionComponent {
120
120
  .select(SearchMonoClassSelectors.selectMonoClassConditionsById(conditionId))
121
121
  .pipe(filter((cond) => cond !== null));
122
122
  }
123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchConditionComponent, deps: [{ token: i1.Store }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
124
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchConditionComponent, selector: "pry-search-condition", inputs: { attributeId: "attributeId", id: "id", useTextDateInputs: "useTextDateInputs" }, host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<div class=\"o-pry-search-condition\">\n <div class=\"o-pry-search-condition__fields\" [class.has-date-picker]=\"isDate && !textDateInputs\">\n <input class=\"a-form-field\" type=\"text\" [ngModel]=\"attributeName$ | async\" readonly />\n <pry-select\n class=\"a-pry-select operator\"\n [items]=\"operatorOptions$ | async\"\n bindValue=\"operator\"\n bindLabel=\"translation\"\n name=\"operator\"\n [ngModel]=\"operatorSelectedValue\"\n (ngModelChange)=\"onSelectedOperator($event)\"\n ></pry-select>\n <ng-container *ngIf=\"isDate && !textDateInputs; else textInput\">\n <pry-date-picker\n class=\"o-pry-search-condition__date-picker\"\n [(ngModel)]=\"dateConditionValue\"\n (ngModelChange)=\"updateDateCondition()\"\n [rangePicker]=\"twoValues\"\n [roundSelection]=\"true\"\n [timePicker]=\"true\"\n required\n ></pry-date-picker>\n </ng-container>\n </div>\n <ng-template #textInput>\n <input\n class=\"a-form-field\"\n type=\"text\"\n [placeholder]=\"(twoValues ? '@pry.search.placeholder.minValue' : '@pry.search.placeholder.search') | i18n\"\n [ngClass]=\"{ '-half': twoValues }\"\n [class.pry-search-condition-input-pattern]=\"firstValue.touched && firstValueInvalid\"\n [class.pry-search-condition-input-required]=\"firstValue.touched && firstValue.invalid\"\n name=\"value\"\n [type]=\"isDate ? 'date' : 'text'\"\n required\n #firstValue=\"ngModel\"\n [(ngModel)]=\"conditionValue\"\n (input)=\"onCheckValidity($event, true)\"\n (focusout)=\"updateFirstValue()\"\n />\n <ng-container *ngIf=\"twoValues\">\n <input\n class=\"a-form-field\"\n type=\"text\"\n [placeholder]=\"'@pry.search.placeholder.maxValue' | i18n\"\n required\n [type]=\"isDate ? 'date' : 'text'\"\n [(ngModel)]=\"secondConditionValue\"\n (input)=\"onCheckValidity($event, false)\"\n (focusout)=\"updateSecondValue()\"\n />\n </ng-container>\n </ng-template>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only -circle -size-xs delete\"\n (click)=\"onDeleteAttributeCondition()\"\n [title]=\"'@pry.search.attribute.remove' | i18n\"\n >\n <pry-icon iconSvg=\"close\" [width]=\"22\" [height]=\"22\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.search.attribute.remove' | i18n }}</span>\n </button>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.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: i3.PryDatePickerComponent, selector: "pry-date-picker", inputs: ["rangePicker", "timePicker", "maxYear", "minYear", "roundSelection"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchConditionComponent, deps: [{ token: i1.Store }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
124
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchConditionComponent, selector: "pry-search-condition", inputs: { attributeId: "attributeId", id: "id", useTextDateInputs: "useTextDateInputs" }, host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<div class=\"o-pry-search-condition\">\n <div class=\"o-pry-search-condition__fields\" [class.has-date-picker]=\"isDate && !textDateInputs\">\n <input class=\"a-form-field\" type=\"text\" [ngModel]=\"attributeName$ | async\" readonly />\n <pry-select\n class=\"a-pry-select operator\"\n [items]=\"operatorOptions$ | async\"\n bindValue=\"operator\"\n bindLabel=\"translation\"\n name=\"operator\"\n [ngModel]=\"operatorSelectedValue\"\n (ngModelChange)=\"onSelectedOperator($event)\"\n ></pry-select>\n <ng-container *ngIf=\"isDate && !textDateInputs; else textInput\">\n <pry-date-picker\n class=\"o-pry-search-condition__date-picker\"\n [(ngModel)]=\"dateConditionValue\"\n (ngModelChange)=\"updateDateCondition()\"\n [rangePicker]=\"twoValues\"\n [roundSelection]=\"true\"\n [timePicker]=\"true\"\n required\n ></pry-date-picker>\n </ng-container>\n </div>\n <ng-template #textInput>\n <input\n class=\"a-form-field\"\n type=\"text\"\n [placeholder]=\"(twoValues ? '@pry.search.placeholder.minValue' : '@pry.search.placeholder.search') | i18n\"\n [ngClass]=\"{ '-half': twoValues }\"\n [class.pry-search-condition-input-pattern]=\"firstValue.touched && firstValueInvalid\"\n [class.pry-search-condition-input-required]=\"firstValue.touched && firstValue.invalid\"\n name=\"value\"\n [type]=\"isDate ? 'date' : 'text'\"\n required\n #firstValue=\"ngModel\"\n [(ngModel)]=\"conditionValue\"\n (input)=\"onCheckValidity($event, true)\"\n (focusout)=\"updateFirstValue()\"\n />\n <ng-container *ngIf=\"twoValues\">\n <input\n class=\"a-form-field\"\n type=\"text\"\n [placeholder]=\"'@pry.search.placeholder.maxValue' | i18n\"\n required\n [type]=\"isDate ? 'date' : 'text'\"\n [(ngModel)]=\"secondConditionValue\"\n (input)=\"onCheckValidity($event, false)\"\n (focusout)=\"updateSecondValue()\"\n />\n </ng-container>\n </ng-template>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only -circle -size-xs delete\"\n (click)=\"onDeleteAttributeCondition()\"\n [title]=\"'@pry.search.attribute.remove' | i18n\"\n >\n <pry-icon iconSvg=\"close\" [width]=\"22\" [height]=\"22\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.search.attribute.remove' | i18n }}</span>\n </button>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.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: i3.PryDatePickerComponent, selector: "pry-date-picker", inputs: ["rangePicker", "timePicker", "maxYear", "minYear", "roundSelection"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchConditionComponent, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchConditionComponent, decorators: [{
127
127
  type: Component,
128
128
  args: [{ selector: 'pry-search-condition', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"o-pry-search-condition\">\n <div class=\"o-pry-search-condition__fields\" [class.has-date-picker]=\"isDate && !textDateInputs\">\n <input class=\"a-form-field\" type=\"text\" [ngModel]=\"attributeName$ | async\" readonly />\n <pry-select\n class=\"a-pry-select operator\"\n [items]=\"operatorOptions$ | async\"\n bindValue=\"operator\"\n bindLabel=\"translation\"\n name=\"operator\"\n [ngModel]=\"operatorSelectedValue\"\n (ngModelChange)=\"onSelectedOperator($event)\"\n ></pry-select>\n <ng-container *ngIf=\"isDate && !textDateInputs; else textInput\">\n <pry-date-picker\n class=\"o-pry-search-condition__date-picker\"\n [(ngModel)]=\"dateConditionValue\"\n (ngModelChange)=\"updateDateCondition()\"\n [rangePicker]=\"twoValues\"\n [roundSelection]=\"true\"\n [timePicker]=\"true\"\n required\n ></pry-date-picker>\n </ng-container>\n </div>\n <ng-template #textInput>\n <input\n class=\"a-form-field\"\n type=\"text\"\n [placeholder]=\"(twoValues ? '@pry.search.placeholder.minValue' : '@pry.search.placeholder.search') | i18n\"\n [ngClass]=\"{ '-half': twoValues }\"\n [class.pry-search-condition-input-pattern]=\"firstValue.touched && firstValueInvalid\"\n [class.pry-search-condition-input-required]=\"firstValue.touched && firstValue.invalid\"\n name=\"value\"\n [type]=\"isDate ? 'date' : 'text'\"\n required\n #firstValue=\"ngModel\"\n [(ngModel)]=\"conditionValue\"\n (input)=\"onCheckValidity($event, true)\"\n (focusout)=\"updateFirstValue()\"\n />\n <ng-container *ngIf=\"twoValues\">\n <input\n class=\"a-form-field\"\n type=\"text\"\n [placeholder]=\"'@pry.search.placeholder.maxValue' | i18n\"\n required\n [type]=\"isDate ? 'date' : 'text'\"\n [(ngModel)]=\"secondConditionValue\"\n (input)=\"onCheckValidity($event, false)\"\n (focusout)=\"updateSecondValue()\"\n />\n </ng-container>\n </ng-template>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-only -circle -size-xs delete\"\n (click)=\"onDeleteAttributeCondition()\"\n [title]=\"'@pry.search.attribute.remove' | i18n\"\n >\n <pry-icon iconSvg=\"close\" [width]=\"22\" [height]=\"22\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.search.attribute.remove' | i18n }}</span>\n </button>\n</div>\n" }]
129
129
  }], ctorParameters: () => [{ type: i1.Store }, { type: i0.ChangeDetectorRef }], propDecorators: { class: [{
@@ -24,10 +24,10 @@ export class PrySearchMonoClassComponent {
24
24
  .pipe(take(1), filter((monoClassId) => monoClassId !== classId))
25
25
  .subscribe(() => this.store.dispatch(SearchMonoClassActions.selectMonoClassSearch({ classId })));
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchMonoClassComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchMonoClassComponent, selector: "pry-search-mono-class", ngImport: i0, template: "<div class=\"o-search-mono-class\">\n <div class=\"o-search-mono-class__header search-mono__header\">\n <div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"composed_class\">{{ '@pry.search.composed.class' | i18n }}</label>\n <pry-select\n [items]=\"classes$ | async\"\n bindValue=\"id\"\n [ngModel]=\"monoClassId$ | async\"\n (ngModelChange)=\"onChangeClass($event)\"\n [template]=\"optionTpl\"\n id=\"composed_class\"\n >\n </pry-select>\n </div>\n\n <ng-template #optionTpl let-item=\"item\">\n <div class=\"o-search-mono-class__header__selected search-class-selected__content\">\n <ng-container *ngIf=\"item.image; else noImg\">\n <img\n alt=\"\"\n [height]=\"25\"\n [width]=\"25\"\n [src]=\"item.id | translateId : { type: 'class', output: 'icon' } | async\"\n />\n </ng-container>\n <ng-template #noImg>\n <img\n alt=\"\"\n [height]=\"25\"\n [width]=\"25\"\n [src]=\"item.id | translateId : { type: 'class', output: 'icon' } | async\"\n />\n </ng-template>\n <span>{{ item.name }}</span>\n </div>\n </ng-template>\n </div>\n\n <div class=\"o-search-mono-class__content-wrapper search-mono__content\">\n <div class=\"o-search-mono-class__content search-mono__content__wrapper\">\n <ng-container *ngIf=\"monoClassMasterId$ | async as conditionId; else noCondition\">\n <p class=\"o-search-mono-class__content__title search-mono__content__title\">\n {{ '@pry.search.composed.title' | i18n }}\n </p>\n <ng-container *ngIf=\"monoClass$ | async as clazz\">\n <pry-search-composed [id]=\"conditionId\"></pry-search-composed>\n <p class=\"o-search-mono-class__content__title search-mono__content__title\">\n {{ '@pry.search.composed.order' | i18n }}\n </p>\n <pry-search-order></pry-search-order>\n </ng-container>\n </ng-container>\n </div>\n <ng-template #noCondition>{{ '@pry.search.composed.shouldSelectClass' | i18n }}</ng-template>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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.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.PrySearchComposedComponent, selector: "pry-search-composed", inputs: ["id"] }, { kind: "component", type: i6.PrySearchOrderComponent, selector: "pry-search-order" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.TranslateIdPipe, name: "translateId" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchMonoClassComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchMonoClassComponent, selector: "pry-search-mono-class", ngImport: i0, template: "<div class=\"o-search-mono-class\">\n <div class=\"o-search-mono-class__header search-mono__header\">\n <div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"composed_class\">{{ '@pry.search.composed.class' | i18n }}</label>\n <pry-select\n [items]=\"classes$ | async\"\n bindValue=\"id\"\n [ngModel]=\"monoClassId$ | async\"\n (ngModelChange)=\"onChangeClass($event)\"\n [template]=\"optionTpl\"\n id=\"composed_class\"\n >\n </pry-select>\n </div>\n\n <ng-template #optionTpl let-item=\"item\">\n <div class=\"o-search-mono-class__header__selected search-class-selected__content\">\n <ng-container *ngIf=\"item.image; else noImg\">\n <img\n alt=\"\"\n [height]=\"25\"\n [width]=\"25\"\n [src]=\"item.id | translateId : { type: 'class', output: 'icon' } | async\"\n />\n </ng-container>\n <ng-template #noImg>\n <img\n alt=\"\"\n [height]=\"25\"\n [width]=\"25\"\n [src]=\"item.id | translateId : { type: 'class', output: 'icon' } | async\"\n />\n </ng-template>\n <span>{{ item.name }}</span>\n </div>\n </ng-template>\n </div>\n\n <div class=\"o-search-mono-class__content-wrapper search-mono__content\">\n <div class=\"o-search-mono-class__content search-mono__content__wrapper\">\n <ng-container *ngIf=\"monoClassMasterId$ | async as conditionId; else noCondition\">\n <p class=\"o-search-mono-class__content__title search-mono__content__title\">\n {{ '@pry.search.composed.title' | i18n }}\n </p>\n <ng-container *ngIf=\"monoClass$ | async as clazz\">\n <pry-search-composed [id]=\"conditionId\"></pry-search-composed>\n <p class=\"o-search-mono-class__content__title search-mono__content__title\">\n {{ '@pry.search.composed.order' | i18n }}\n </p>\n <pry-search-order></pry-search-order>\n </ng-container>\n </ng-container>\n </div>\n <ng-template #noCondition>{{ '@pry.search.composed.shouldSelectClass' | i18n }}</ng-template>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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.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.PrySearchComposedComponent, selector: "pry-search-composed", inputs: ["id"] }, { kind: "component", type: i6.PrySearchOrderComponent, selector: "pry-search-order" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.TranslateIdPipe, name: "translateId" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchMonoClassComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchMonoClassComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'pry-search-mono-class', template: "<div class=\"o-search-mono-class\">\n <div class=\"o-search-mono-class__header search-mono__header\">\n <div class=\"m-form-label-field\">\n <label class=\"a-label\" for=\"composed_class\">{{ '@pry.search.composed.class' | i18n }}</label>\n <pry-select\n [items]=\"classes$ | async\"\n bindValue=\"id\"\n [ngModel]=\"monoClassId$ | async\"\n (ngModelChange)=\"onChangeClass($event)\"\n [template]=\"optionTpl\"\n id=\"composed_class\"\n >\n </pry-select>\n </div>\n\n <ng-template #optionTpl let-item=\"item\">\n <div class=\"o-search-mono-class__header__selected search-class-selected__content\">\n <ng-container *ngIf=\"item.image; else noImg\">\n <img\n alt=\"\"\n [height]=\"25\"\n [width]=\"25\"\n [src]=\"item.id | translateId : { type: 'class', output: 'icon' } | async\"\n />\n </ng-container>\n <ng-template #noImg>\n <img\n alt=\"\"\n [height]=\"25\"\n [width]=\"25\"\n [src]=\"item.id | translateId : { type: 'class', output: 'icon' } | async\"\n />\n </ng-template>\n <span>{{ item.name }}</span>\n </div>\n </ng-template>\n </div>\n\n <div class=\"o-search-mono-class__content-wrapper search-mono__content\">\n <div class=\"o-search-mono-class__content search-mono__content__wrapper\">\n <ng-container *ngIf=\"monoClassMasterId$ | async as conditionId; else noCondition\">\n <p class=\"o-search-mono-class__content__title search-mono__content__title\">\n {{ '@pry.search.composed.title' | i18n }}\n </p>\n <ng-container *ngIf=\"monoClass$ | async as clazz\">\n <pry-search-composed [id]=\"conditionId\"></pry-search-composed>\n <p class=\"o-search-mono-class__content__title search-mono__content__title\">\n {{ '@pry.search.composed.order' | i18n }}\n </p>\n <pry-search-order></pry-search-order>\n </ng-container>\n </ng-container>\n </div>\n <ng-template #noCondition>{{ '@pry.search.composed.shouldSelectClass' | i18n }}</ng-template>\n </div>\n</div>\n" }]
33
33
  }], ctorParameters: () => [{ type: i1.Store }] });
@@ -47,10 +47,10 @@ export class PrySearchOrderComponent {
47
47
  this.store.dispatch(SearchMonoClassActions.addOrder({ attribute: attribute, asc: asc ?? (attribute ? 'asc' : undefined) }));
48
48
  }
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchOrderComponent, deps: [{ token: i1.Store }, { token: i2.PryI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchOrderComponent, selector: "pry-search-order", host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)" }, properties: { "class": "this.class", "class.is-hover": "this.hover" } }, ngImport: i0, template: "<div class=\"o-pry-search-order\">\n <pry-select\n (ngModelChange)=\"changeProperty($event)\"\n [items]=\"variableAttributes$ | async\"\n [ngModel]=\"(order$ | async)?.attribute ?? 'null'\"\n bindLabel=\"name\"\n bindValue=\"id\"\n ></pry-select>\n <pry-toggle\n *ngIf=\"(order$ | async)?.attribute\"\n [ngModel]=\"(order$ | async)?.asc === 'asc'\"\n (ngModelChange)=\"changeProperty(undefined, $event ? 'asc' : 'desc')\"\n [alwaysActive]=\"true\"\n dir=\"ltr\"\n >\n {{ ((order$ | async)?.asc === 'asc' ? '@pry.search.composed.orderA' : '@pry.search.composed.orderD') | i18n }}\n </pry-toggle>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { 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: "component", type: i2.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchOrderComponent, deps: [{ token: i1.Store }, { token: i2.PryI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchOrderComponent, selector: "pry-search-order", host: { listeners: { "mouseover": "onMouseOver($event)", "mouseout": "onMouseOut($event)" }, properties: { "class": "this.class", "class.is-hover": "this.hover" } }, ngImport: i0, template: "<div class=\"o-pry-search-order\">\n <pry-select\n (ngModelChange)=\"changeProperty($event)\"\n [items]=\"variableAttributes$ | async\"\n [ngModel]=\"(order$ | async)?.attribute ?? 'null'\"\n bindLabel=\"name\"\n bindValue=\"id\"\n ></pry-select>\n <pry-toggle\n *ngIf=\"(order$ | async)?.attribute\"\n [ngModel]=\"(order$ | async)?.asc === 'asc'\"\n (ngModelChange)=\"changeProperty(undefined, $event ? 'asc' : 'desc')\"\n [alwaysActive]=\"true\"\n dir=\"ltr\"\n >\n {{ ((order$ | async)?.asc === 'asc' ? '@pry.search.composed.orderA' : '@pry.search.composed.orderD') | i18n }}\n </pry-toggle>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { 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: "component", type: i2.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i2.I18nPipe, name: "i18n" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchOrderComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchOrderComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'pry-search-order', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"o-pry-search-order\">\n <pry-select\n (ngModelChange)=\"changeProperty($event)\"\n [items]=\"variableAttributes$ | async\"\n [ngModel]=\"(order$ | async)?.attribute ?? 'null'\"\n bindLabel=\"name\"\n bindValue=\"id\"\n ></pry-select>\n <pry-toggle\n *ngIf=\"(order$ | async)?.attribute\"\n [ngModel]=\"(order$ | async)?.asc === 'asc'\"\n (ngModelChange)=\"changeProperty(undefined, $event ? 'asc' : 'desc')\"\n [alwaysActive]=\"true\"\n dir=\"ltr\"\n >\n {{ ((order$ | async)?.asc === 'asc' ? '@pry.search.composed.orderA' : '@pry.search.composed.orderD') | i18n }}\n </pry-toggle>\n</div>\n" }]
56
56
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.PryI18nService }], propDecorators: { class: [{
@@ -22,10 +22,10 @@ export class PrySearchSelectAttributeComponent {
22
22
  onSelectAttribute(attribute) {
23
23
  this.selectAttributeChange.emit(attribute);
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchSelectAttributeComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
26
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchSelectAttributeComponent, selector: "pry-search-select-attribute", inputs: { id: "id" }, outputs: { selectAttributeChange: "selectAttributeChange" }, ngImport: i0, template: "<ng-container *ngIf=\"_attributes$ | async as attributes\">\n <ul class=\"m-pry-search-select-attribute\">\n <li class=\"m-pry-search-select-attribute__item\" *ngFor=\"let attr of attributes\">\n <button class=\"a-btn\" (click)=\"onSelectAttribute(attr)\">\n {{ attr.name }}\n </button>\n </li>\n </ul>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchSelectAttributeComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
26
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchSelectAttributeComponent, selector: "pry-search-select-attribute", inputs: { id: "id" }, outputs: { selectAttributeChange: "selectAttributeChange" }, ngImport: i0, template: "<ng-container *ngIf=\"_attributes$ | async as attributes\">\n <ul class=\"m-pry-search-select-attribute\">\n <li class=\"m-pry-search-select-attribute__item\" *ngFor=\"let attr of attributes\">\n <button class=\"a-btn\" (click)=\"onSelectAttribute(attr)\">\n {{ attr.name }}\n </button>\n </li>\n </ul>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchSelectAttributeComponent, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchSelectAttributeComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ selector: 'pry-search-select-attribute', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_attributes$ | async as attributes\">\n <ul class=\"m-pry-search-select-attribute\">\n <li class=\"m-pry-search-select-attribute__item\" *ngFor=\"let attr of attributes\">\n <button class=\"a-btn\" (click)=\"onSelectAttribute(attr)\">\n {{ attr.name }}\n </button>\n </li>\n </ul>\n</ng-container>\n" }]
31
31
  }], ctorParameters: () => [{ type: i1.Store }], propDecorators: { id: [{
@@ -103,10 +103,10 @@ export class SearchMonoClassEffects {
103
103
  }), catchError((error) => [DataSourceActions.namedQuery.failure({ error })])));
104
104
  this.stopEdit$ = createEffect(() => this.actions$.pipe(ofType(DataSourceActions.namedQuery.stopEdit), mergeMap(() => [SearchMultiClassActions.resetSearch(), SearchMonoClassActions.resetSearch()])));
105
105
  }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMonoClassEffects, deps: [{ token: i1.Actions }, { token: i2.SearchService }, { token: i3.SearchMonoClassService }, { token: i4.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
107
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMonoClassEffects }); }
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMonoClassEffects, deps: [{ token: i1.Actions }, { token: i2.SearchService }, { token: i3.SearchMonoClassService }, { token: i4.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
107
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMonoClassEffects }); }
108
108
  }
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMonoClassEffects, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMonoClassEffects, decorators: [{
110
110
  type: Injectable
111
111
  }], ctorParameters: () => [{ type: i1.Actions }, { type: i2.SearchService }, { type: i3.SearchMonoClassService }, { type: i4.Store }] });
112
112
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLW1vbm8tY2xhc3MuZWZmZWN0cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Byb3ZvbHkvZGFzaGJvYXJkL3NlYXJjaC9zZWFyY2gtbW9uby1jbGFzcy9zdG9yZS9zZWFyY2gtbW9uby1jbGFzcy5lZmZlY3RzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFXLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFOUQsT0FBTyxFQUNMLGNBQWMsRUFDZCxpQkFBaUIsRUFDakIsbUJBQW1CLEVBQ25CLGVBQWUsRUFDZixzQkFBc0IsRUFDdEIsY0FBYyxFQUNkLFNBQVMsRUFHVCxlQUFlLEVBR2YsYUFBYSxFQUVkLE1BQU0sb0JBQW9CLENBQUM7QUFDNUIsT0FBTyxFQUFFLGFBQWEsRUFBRSxFQUFFLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDekMsT0FBTyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsR0FBRyxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsY0FBYyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0YsT0FBTyxFQUFFLEVBQUUsSUFBSSxNQUFNLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDcEMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0scUVBQXFFLENBQUM7QUFDOUcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDckUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sK0JBQStCLENBQUM7Ozs7OztBQUl6RSxNQUFNLE9BQU8sc0JBQXNCO0lBQ2pDLFlBQ1UsUUFBaUIsRUFDakIsYUFBNEIsRUFDNUIsc0JBQThDLEVBQzlDLEtBQWlCO1FBSGpCLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsa0JBQWEsR0FBYixhQUFhLENBQWU7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RSxXQUFXLENBQUMsT0FBaUMsRUFBRSxDQUFDLENBQzFHLENBQUM7Z0JBQ0osQ0FBQztZQUNILENBQUM7WUFDRCxPQUFPLE9BQU8sQ0FBQztRQUNqQixDQUFDLENBQUMsRUFDRixVQUFVLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsaUJBQWlCLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxFQUFFLEtBQUssRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUN6RSxDQUNGLENBQUM7UUFFRixjQUFTLEdBQUcsWUFBWSxDQUFDLEdBQUcsRUFBRSxDQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FDaEIsTUFBTSxDQUFDLGlCQUFpQixDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsRUFDN0MsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsdUJBQXVCLENBQUMsV0FBVyxFQUFFLEVBQUUsc0JBQXNCLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQyxDQUM5RixDQUNGLENBQUM7SUEzS0MsQ0FBQzs4R0FOTyxzQkFBc0I7a0hBQXRCLHNCQUFzQjs7MkZBQXRCLHNCQUFzQjtrQkFEbEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGlvbnMsIGNyZWF0ZUVmZmVjdCwgb2ZUeXBlIH0gZnJvbSAnQG5ncngvZWZmZWN0cyc7XG5pbXBvcnQgeyBBY3Rpb24sIFN0b3JlIH0gZnJvbSAnQG5ncngvc3RvcmUnO1xuaW1wb3J0IHtcbiAgQ2xhc3NTZWxlY3RvcnMsXG4gIERhdGFTb3VyY2VBY3Rpb25zLFxuICBEYXRhU291cmNlU2VsZWN0b3JzLFxuICBEYXRhc291cmNlVXRpbHMsXG4gIERFRkFVTFRfTkFNRURfUVVFUllfSUQsXG4gIEZpZWxkU2VsZWN0b3JzLFxuICBGaWVsZFR5cGUsXG4gIE1vbm9DbGFzc1NlYXJjaFBheWxvYWQsXG4gIE11bHRpQ2xhc3NTZWFyY2hQYXlsb2FkLFxuICBOYW1lZFF1ZXJ5VHlwZXMsXG4gIE5vcm1hbGl6ZWRDb25kaXRpb24sXG4gIE9yZGVyVmFsdWUsXG4gIFNlYXJjaEFjdGlvbnMsXG4gIFNlYXJjaFNlcnZpY2Vcbn0gZnJvbSAnQHByb3ZvbHkvZGFzaGJvYXJkJztcbmltcG9ydCB7IGNvbWJpbmVMYXRlc3QsIG9mIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBjYXRjaEVycm9yLCBmaXJzdCwgbWFwLCBtZXJnZU1hcCwgc3dpdGNoTWFwLCB3aXRoTGF0ZXN0RnJvbSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7IHY0IGFzIHV1aWR2NCB9IGZyb20gJ3V1aWQnO1xuaW1wb3J0IHsgU2VhcmNoTXVsdGlDbGFzc0FjdGlvbnMgfSBmcm9tICcuLi8uLi8uLi9zZWFyY2gvc2VhcmNoLW11bHRpLWNsYXNzL3N0b3JlL3NlYXJjaC1tdWx0aS1jbGFzcy5hY3Rpb25zJztcbmltcG9ydCB7IFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMgfSBmcm9tICcuL3NlYXJjaC1tb25vLWNsYXNzLmFjdGlvbnMnO1xuaW1wb3J0IHsgU2VhcmNoTW9ub0NsYXNzU2VsZWN0b3JzIH0gZnJvbSAnLi9zZWFyY2gtbW9uby1jbGFzcy5zZWxlY3RvcnMnO1xuaW1wb3J0IHsgU2VhcmNoTW9ub0NsYXNzU2VydmljZSB9IGZyb20gJy4vc2VhcmNoLW1vbm8tY2xhc3Muc2VydmljZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBTZWFyY2hNb25vQ2xhc3NFZmZlY3RzIHtcbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBhY3Rpb25zJDogQWN0aW9ucyxcbiAgICBwcml2YXRlIHNlYXJjaFNlcnZpY2U6IFNlYXJjaFNlcnZpY2UsXG4gICAgcHJpdmF0ZSBzZWFyY2hNb25vQ2xhc3NTZXJ2aWNlOiBTZWFyY2hNb25vQ2xhc3NTZXJ2aWNlLFxuICAgIHByaXZhdGUgc3RvcmU6IFN0b3JlPGFueT5cbiAgKSB7fVxuXG4gIHNlbGVjdGVkTW9ub0NsYXNzJCA9IGNyZWF0ZUVmZmVjdCgoKSA9PlxuICAgIHRoaXMuYWN0aW9ucyQucGlwZShcbiAgICAgIG9mVHlwZShTZWFyY2hNb25vQ2xhc3NBY3Rpb25zLnNlbGVjdE1vbm9DbGFzc1NlYXJjaCksXG4gICAgICBtYXAoKCkgPT4ge1xuICAgICAgICBjb25zdCBjb25kaXRpb246IE5vcm1hbGl6ZWRDb25kaXRpb24gPSB0aGlzLnNlYXJjaE1vbm9DbGFzc1NlcnZpY2UuaW5pdE5vcm1hbGl6ZWRDb25kaXRpb25Db21wb3NlZChudWxsKTtcbiAgICAgICAgcmV0dXJuIFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMuYWRkRmlyc3ROb3JtYWxpemVkQ29uZGl0aW9uKHsgY29uZGl0aW9uIH0pO1xuICAgICAgfSlcbiAgICApXG4gICk7XG5cbiAgYWRkTm9ybWFsaXplZENvbmRpdGlvbkF0dHJpYnV0ZSQgPSBjcmVhdGVFZmZlY3QoKCkgPT5cbiAgICB0aGlzLmFjdGlvbnMkLnBpcGUoXG4gICAgICBvZlR5cGUoU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5hZGROb3JtYWxpemVkQ29uZGl0aW9uQXR0cmlidXRlRm9yQ29uZGl0aW9uSWQpLFxuICAgICAgbWVyZ2VNYXAoKGFjdGlvbikgPT5cbiAgICAgICAgY29tYmluZUxhdGVzdChbb2YoYWN0aW9uKSwgdGhpcy5zdG9yZS5zZWxlY3QoRmllbGRTZWxlY3RvcnMuZmllbGRCeUlkKGFjdGlvbi5hdHRyaWJ1dGUuZmllbGQuaWQpKV0pLnBpcGUoXG4gICAgICAgICAgZmlyc3QoKVxuICAgICAgICApXG4gICAgICApLFxuICAgICAgbWFwKChbYWN0aW9uLCBmaWVsZF0pID0+IHtcbiAgICAgICAgY29uc3QgcGF0dGVybiA9IHRoaXMuc2VhcmNoTW9ub0NsYXNzU2VydmljZS5nZXRQYXR0ZXJuRm9yRmllbGQoZmllbGQpO1xuICAgICAgICBjb25zdCBpc0RhdGUgPSBmaWVsZC50eXBlID09PSBGaWVsZFR5cGUuSU5TVEFOVDtcbiAgICAgICAgY29uc3QgY29uZGl0aW9uOiBOb3JtYWxpemVkQ29uZGl0aW9uID0ge1xuICAgICAgICAgIC4uLnRoaXMuc2VhcmNoTW9ub0NsYXNzU2VydmljZS5pbml0Tm9ybWFsaXplZENvbmRpdGlvbkF0dHJpYnV0ZShhY3Rpb24uY29uZGl0aW9uSWQsIGFjdGlvbi5hdHRyaWJ1dGUuaWQpLFxuICAgICAgICAgIGlzRGF0ZSxcbiAgICAgICAgICBwYXR0ZXJuXG4gICAgICAgIH07XG5cbiAgICAgICAgcmV0dXJuIFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMuYWRkTm9ybWFsaXplZENvbmRpdGlvbkZvckNvbmRpdGlvbklkKHtcbiAgICAgICAgICBjb25kaXRpb25JZDogYWN0aW9uLmNvbmRpdGlvbklkLFxuICAgICAgICAgIGNvbmRpdGlvblxuICAgICAgICB9KTtcbiAgICAgIH0pXG4gICAgKVxuICApO1xuXG4gIGFkZE5vcm1hbGl6ZWRDb25kaXRpb25Db21wb3NlZCQgPSBjcmVhdGVFZmZlY3QoKCkgPT5cbiAgICB0aGlzLmFjdGlvbnMkLnBpcGUoXG4gICAgICBvZlR5cGUoU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5hZGROb3JtYWxpemVkQ29uZGl0aW9uQ29tcG9zZWRGb3JDb25kaXRpb25JZCksXG4gICAgICBtYXAoKGFjdGlvbikgPT4ge1xuICAgICAgICBjb25zdCBjb25kaXRpb246IE5vcm1hbGl6ZWRDb25kaXRpb24gPSB0aGlzLnNlYXJjaE1vbm9DbGFzc1NlcnZpY2UuaW5pdE5vcm1hbGl6ZWRDb25kaXRpb25Db21wb3NlZChcbiAgICAgICAgICBhY3Rpb24uY29uZGl0aW9uSWRcbiAgICAgICAgKTtcbiAgICAgICAgcmV0dXJuIFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMuYWRkTm9ybWFsaXplZENvbmRpdGlvbkZvckNvbmRpdGlvbklkKHtcbiAgICAgICAgICBjb25kaXRpb25JZDogYWN0aW9uLmNvbmRpdGlvbklkLFxuICAgICAgICAgIGNvbmRpdGlvblxuICAgICAgICB9KTtcbiAgICAgIH0pXG4gICAgKVxuICApO1xuXG4gIGRlbGV0ZU5vcm1hbGl6ZWRDb25kaXRpb24kID0gY3JlYXRlRWZmZWN0KCgpID0+XG4gICAgdGhpcy5hY3Rpb25zJC5waXBlKFxuICAgICAgb2ZUeXBlKFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMuZGVsZXRlTm9ybWFsaXplZENvbmRpdGlvbkJ5SWQpLFxuICAgICAgbWVyZ2VNYXAoKGFjdGlvbikgPT5cbiAgICAgICAgY29tYmluZUxhdGVzdChbXG4gICAgICAgICAgb2YoYWN0aW9uKSxcbiAgICAgICAgICB0aGlzLnN0b3JlLnNlbGVjdChTZWFyY2hNb25vQ2xhc3NTZWxlY3RvcnMuc2VsZWN0TW9ub0NsYXNzQ29uZGl0aW9uc0J5SWQoYWN0aW9uLmNvbmRpdGlvbklkKSlcbiAgICAgICAgXSkucGlwZShmaXJzdCgpKVxuICAgICAgKSxcbiAgICAgIHN3aXRjaE1hcCgoW2FjdGlvbiwgY29uZGl0aW9uXSkgPT4ge1xuICAgICAgICBjb25zdCBhY3Rpb25Db25kaXRpb24kID0gU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5kZWxldGVOb3JtYWxpemVkQ29uZGl0aW9uKHsgY29uZGl0aW9uIH0pO1xuICAgICAgICBjb25zdCBhY3Rpb25QYXJlbnQkID0gU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5yZW1vdmVDb25kaXRpb25Gcm9tQ29tcG9zZWQoe1xuICAgICAgICAgIHBhcmVudElkOiBjb25kaXRpb24ucGFyZW50SWQgPz8gbnVsbCxcbiAgICAgICAgICBjaGlsZHJlbklkOiBjb25kaXRpb24uaWRcbiAgICAgICAgfSk7XG4gICAgICAgIGNvbnN0IGFjdGlvbnNDb21wb3NlZCQgPSBjb25kaXRpb24uY29tcG9zZWQ/Lm1hcCgoaWQ6IHN0cmluZykgPT5cbiAgICAgICAgICBTZWFyY2hNb25vQ2xhc3NBY3Rpb25zLmRlbGV0ZU5vcm1hbGl6ZWRDb25kaXRpb25CeUlkKHsgY29uZGl0aW9uSWQ6IGlkIH0pXG4gICAgICAgICk7XG4gICAgICAgIHJldHVybiBhY3Rpb25zQ29tcG9zZWQkXG4gICAgICAgICAgPyBbYWN0aW9uQ29uZGl0aW9uJCwgYWN0aW9uUGFyZW50JCwgLi4uYWN0aW9uc0NvbXBvc2VkJF1cbiAgICAgICAgICA6IFthY3Rpb25Db25kaXRpb24kLCBhY3Rpb25QYXJlbnQkXTtcbiAgICAgIH0pXG4gICAgKVxuICApO1xuXG4gIGFjdGlvbk1vbm9DbGFzc1NlYXJjaCQgPSBjcmVhdGVFZmZlY3QoKCkgPT5cbiAgICB0aGlzLmFjdGlvbnMkLnBpcGUoXG4gICAgICBvZlR5cGUoU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5zZWFyY2gsIFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMuc2F2ZSksXG4gICAgICB3aXRoTGF0ZXN0RnJvbShcbiAgICAgICAgdGhpcy5zdG9yZS5zZWxlY3QoU2VhcmNoTW9ub0NsYXNzU2VsZWN0b3JzLnNlbGVjdE1vbm9DbGFzc0lkU2VhcmNoKSxcbiAgICAgICAgdGhpcy5zdG9yZS5zZWxlY3QoU2VhcmNoTW9ub0NsYXNzU2VsZWN0b3JzLnNlbGVjdE1vbm9DbGFzc0NvbmRpdGlvbnNNYXN0ZXJJZCksXG4gICAgICAgIHRoaXMuc3RvcmUuc2VsZWN0KFNlYXJjaE1vbm9DbGFzc1NlbGVjdG9ycy5zZWxlY3RNb25vQ2xhc3NDb25kaXRpb25zKSxcbiAgICAgICAgdGhpcy5zdG9yZS5zZWxlY3QoU2VhcmNoTW9ub0NsYXNzU2VsZWN0b3JzLm9yZGVyKSxcbiAgICAgICAgdGhpcy5zdG9yZS5zZWxlY3QoRGF0YVNvdXJjZVNlbGVjdG9ycy5jdXJyZW50RWRpdClcbiAgICAgICksXG4gICAgICBtYXAoKFthY3Rpb24sIG9DbGFzcywgbWFzdGVySWQsIGNvbmRpdGlvbnMsIG9yZGVyLCBjdXJyZW50RWRpdF0pID0+IHtcbiAgICAgICAgY29uc3QgcGF5bG9hZCA9IHRoaXMuc2VhcmNoTW9ub0NsYXNzU2VydmljZS5idWlsZE1vbm9DbGFzc1NlYXJjaFBheWxvYWRGb3JTZWFyY2goXG4gICAgICAgICAgb0NsYXNzID8/ICcnLFxuICAgICAgICAgIG1hc3RlcklkID8/ICcnLFxuICAgICAgICAgIGNvbmRpdGlvbnMsXG4gICAgICAgICAgb3JkZXJcbiAgICAgICAgKTtcbiAgICAgICAgaWYgKGFjdGlvbi50eXBlID09PSBTZWFyY2hNb25vQ2xhc3NBY3Rpb25zLnNhdmUudHlwZSAmJiBERUZBVUxUX05BTUVEX1FVRVJZX0lEICE9PSBhY3Rpb24/LmlkKSB7XG4gICAgICAgICAgcmV0dXJuIERhdGFTb3VyY2VBY3Rpb25zLm5hbWVkUXVlcnkucG9zdCh7XG4gICAgICAgICAgICBpZDogYWN0aW9uLmlkID8/IGN1cnJlbnRFZGl0Py5pZCxcbiAgICAgICAgICAgIG5hbWU6IGFjdGlvbi5kZXNjcmlwdGlvblF1ZXJ5Lm5hbWUsXG4gICAgICAgICAgICBkZXNjcmlwdGlvbjogYWN0aW9uLmRlc2NyaXB0aW9uUXVlcnk/LmRlc2NyaXB0aW9uLFxuICAgICAgICAgICAgdmlzaWJpbGl0eTogYWN0aW9uLmRlc2NyaXB0aW9uUXVlcnk/LnZpc2liaWxpdHksXG4gICAgICAgICAgICBwYXlsb2FkLFxuICAgICAgICAgICAgY29sb3I6IGN1cnJlbnRFZGl0Py5jb2xvcixcbiAgICAgICAgICAgIGZhdm9yaXRlOiBjdXJyZW50RWRpdD8uZmF2b3JpdGUgPz8gZmFsc2UsXG4gICAgICAgICAgICBpc0VkaXQ6ICEhY3VycmVudEVkaXRcbiAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gU2VhcmNoQWN0aW9ucy5zZWFyY2goeyBwYXlsb2FkIH0pO1xuICAgICAgfSlcbiAgICApXG4gICk7XG5cbiAgbG9hZEV4aXN0aW5nQ29uZGl0aW9ucyQgPSBjcmVhdGVFZmZlY3QoKCkgPT5cbiAgICB0aGlzLmFjdGlvbnMkLnBpcGUoXG4gICAgICBvZlR5cGUoU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5sb2FkRXhpc3RpbmdDb25kaXRpb25zKSxcbiAgICAgIHdpdGhMYXRlc3RGcm9tKHRoaXMuc3RvcmUuc2VsZWN0KENsYXNzU2VsZWN0b3JzLmNsYXNzZXMpLCB0aGlzLnN0b3JlLnNlbGVjdChGaWVsZFNlbGVjdG9ycy5maWVsZHMpKSxcbiAgICAgIG1lcmdlTWFwKChbYWN0aW9uLCBjbGFzc2VzLCBmaWVsZHNdKSA9PiB7XG4gICAgICAgIGNvbnN0IHsgb0NsYXNzLCBjb25kaXRpb24sIHNvcnQgfSA9IGFjdGlvbi5wYXlsb2FkO1xuICAgICAgICBjb25zdCBtYXN0ZXJJZCA9IHV1aWR2NCgpO1xuICAgICAgICBjb25zdCBjb25kaXRpb25zID0gdGhpcy5zZWFyY2hNb25vQ2xhc3NTZXJ2aWNlLmxvYWROb3JtYWxpemVkQ29uZGl0aW9ucyhcbiAgICAgICAgICBjb25kaXRpb24sXG4gICAgICAgICAgbWFzdGVySWQsXG4gICAgICAgICAgY2xhc3NlcyxcbiAgICAgICAgICBmaWVsZHMsXG4gICAgICAgICAgbWFzdGVySWQsXG4gICAgICAgICAgc29ydFxuICAgICAgICApLmNvbmRpdGlvbnM7XG4gICAgICAgIGNvbnN0IGlkcyA9IGNvbmRpdGlvbnMubWFwKChjb25kKSA9PiBjb25kLmlkKTtcbiAgICAgICAgY29uc3QgZW50aXRpZXMgPSBjb25kaXRpb25zLnJlZHVjZSgoYWNjLCBjb25kKSA9PiAoeyAuLi5hY2MsIFtjb25kLmlkXTogY29uZCB9KSwge30pO1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgIFNlYXJjaE1vbm9DbGFzc0FjdGlvbnMuYWRkSWRNYXN0ZXIoeyBpZDogbWFzdGVySWQgfSksXG4gICAgICAgICAgU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5hZGRJZENvbmRpdGlvbih7IGlkcyB9KSxcbiAgICAgICAgICBTZWFyY2hNb25vQ2xhc3NBY3Rpb25zLmFkZEVudGl0aWVzKHsgZW50aXRpZXMgfSksXG4gICAgICAgICAgU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5hZGRJZENsYXNzKHsgaWQ6IG9DbGFzcyB9KSxcbiAgICAgICAgICBTZWFyY2hNb25vQ2xhc3NBY3Rpb25zLmFkZE9yZGVyKHsgYXR0cmlidXRlOiBzb3J0Py5hdHRyaWJ1dGUsIGFzYzogc29ydD8uZGlyZWN0aW9uIGFzIE9yZGVyVmFsdWUgfSlcbiAgICAgICAgXTtcbiAgICAgIH0pXG4gICAgKVxuICApO1xuXG4gIGFkZEVkaXQkID0gY3JlYXRlRWZmZWN0KCgpID0+XG4gICAgdGhpcy5hY3Rpb25zJC5waXBlKFxuICAgICAgb2ZUeXBlKERhdGFTb3VyY2VBY3Rpb25zLm5hbWVkUXVlcnkub3BlbkVkaXQpLFxuICAgICAgd2l0aExhdGVzdEZyb20odGhpcy5zdG9yZS5zZWxlY3QoRGF0YVNvdXJjZVNlbGVjdG9ycy5jdXJyZW50RWRpdCkpLFxuICAgICAgbWVyZ2VNYXAoKFthY3Rpb24sIGN1cnJlbnRFZGl0XSkgPT4ge1xuICAgICAgICBjb25zdCBhY3Rpb25zID0gW10gYXMgQWN0aW9uW107XG4gICAgICAgIGlmICghIWN1cnJlbnRFZGl0KSB7XG4gICAgICAgICAgY29uc3QgdHlwZSA9IERhdGFzb3VyY2VVdGlscy5nZXRUeXBlRnJvbVBheWxvYWQoY3VycmVudEVkaXQucmVxdWVzdCk7XG4gICAgICAgICAgaWYgKHR5cGUgPT09IE5hbWVkUXVlcnlUeXBlcy5NVUxUSV9DTEFTUykge1xuICAgICAgICAgICAgYWN0aW9ucy5wdXNoKFxuICAgICAgICAgICAgICBTZWFyY2hNdWx0aUNsYXNzQWN0aW9ucy5sb2FkRXhpc3RpbmdDb25kaXRpb25zKHtcbiAgICAgICAgICAgICAgICBwYXlsb2FkOiBjdXJyZW50RWRpdC5yZXF1ZXN0IGFzIE11bHRpQ2xhc3NTZWFyY2hQYXlsb2FkXG4gICAgICAgICAgICAgIH0pXG4gICAgICAgICAgICApO1xuICAgICAgICAgIH1cbiAgICAgICAgICBpZiAodHlwZSA9PT0gTmFtZWRRdWVyeVR5cGVzLk1PTk9fQ0xBU1MpIHtcbiAgICAgICAgICAgIGFjdGlvbnMucHVzaChcbiAgICAgICAgICAgICAgU2VhcmNoTW9ub0NsYXNzQWN0aW9ucy5sb2FkRXhpc3RpbmdDb25kaXRpb25zKHsgcGF5bG9hZDogY3VycmVudEVkaXQucmVxdWVzdCBhcyBNb25vQ2xhc3NTZWFyY2hQYXlsb2FkIH0pXG4gICAgICAgICAgICApO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gYWN0aW9ucztcbiAgICAgIH0pLFxuICAgICAgY2F0Y2hFcnJvcigoZXJyb3IpID0+IFtEYXRhU291cmNlQWN0aW9ucy5uYW1lZFF1ZXJ5LmZhaWx1cmUoeyBlcnJvciB9KV0pXG4gICAgKVxuICApO1xuXG4gIHN0b3BFZGl0JCA9IGNyZWF0ZUVmZmVjdCgoKSA9PlxuICAgIHRoaXMuYWN0aW9ucyQucGlwZShcbiAgICAgIG9mVHlwZShEYXRhU291cmNlQWN0aW9ucy5uYW1lZFF1ZXJ5LnN0b3BFZGl0KSxcbiAgICAgIG1lcmdlTWFwKCgpID0+IFtTZWFyY2hNdWx0aUNsYXNzQWN0aW9ucy5yZXNldFNlYXJjaCgpLCBTZWFyY2hNb25vQ2xhc3NBY3Rpb25zLnJlc2V0U2VhcmNoKCldKVxuICAgIClcbiAgKTtcbn1cbiJdfQ==
@@ -148,10 +148,10 @@ export class SearchMonoClassService {
148
148
  .reduce((acc, clazz) => [...acc, ...clazz.attributes], [])
149
149
  .find((a) => a.id === attributeId)?.field;
150
150
  }
151
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMonoClassService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
152
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMonoClassService, providedIn: 'root' }); }
151
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMonoClassService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
152
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMonoClassService, providedIn: 'root' }); }
153
153
  }
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMonoClassService, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMonoClassService, decorators: [{
155
155
  type: Injectable,
156
156
  args: [{
157
157
  providedIn: 'root'
@@ -138,10 +138,10 @@ export class MultiClassConditionComponent {
138
138
  get hasTwoFields() {
139
139
  return this.form.get('operator')?.value === 'INSIDE' || this.form.get('operator')?.value === 'OUTSIDE';
140
140
  }
141
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiClassConditionComponent, deps: [{ token: i1.Store }, { token: i2.SearchMultiClassService }, { token: i3.Overlay }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component }); }
142
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: MultiClassConditionComponent, selector: "pry-multi-class-condition", inputs: { id: "id" }, viewQueries: [{ propertyName: "fieldSelectionTpl", first: true, predicate: ["fieldSelectionTpl"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-container *ngIf=\"condition$ | async as condition\">\n <div class=\"o-multi-class-condition\">\n <div class=\"o-multi-class-condition__content\">\n <div class=\"o-multi-class-condition__content__action\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--primary -size-sm -width-full\"\n aria-label=\"selection button\"\n (click)=\"toggleFieldSelection()\"\n >\n <ng-container *ngIf=\"field$ | async as field; else noFieldTpl\">\n {{ field.name }}\n </ng-container>\n <ng-template #noFieldTpl>{{ '@pry.search.multi.selectField' | i18n }}</ng-template>\n </button>\n\n <ng-container *ngIf=\"classesLinked$ | async as classesLinked\">\n <pry-icon\n iconSvg=\"links_line\"\n [width]=\"15\"\n [height]=\"15\"\n style=\"color: black\"\n [attr.data-tooltip]=\"('@pry.search.multi.in' | i18n) + ' ' + join(classesLinked)\"\n ></pry-icon>\n </ng-container>\n </div>\n\n <ng-container [formGroup]=\"form\">\n <div class=\"m-form-label-field\">\n <pry-select\n [items]=\"operators$ | async\"\n placeholder=\"Op\u00E9rateur\"\n formControlName=\"operator\"\n bindValue=\"operator\"\n bindLabel=\"translation\"\n ></pry-select>\n </div>\n <div class=\"m-form-label-field\">\n <ng-container *ngIf=\"condition.isDate; else classicInput\">\n <pry-date-picker\n formControlName=\"value\"\n (click)=\"onUpdateValue(condition)\"\n [rangePicker]=\"hasTwoFields\"\n [roundSelection]=\"true\"\n [timePicker]=\"true\"\n ></pry-date-picker>\n </ng-container>\n <ng-template #classicInput>\n <input\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"\n (hasTwoFields ? '@pry.search.placeholder.minValue' : '@pry.search.placeholder.search') | i18n\n \"\n formControlName=\"value\"\n (focusout)=\"onUpdateValue(condition)\"\n />\n <ng-container *ngIf=\"hasTwoFields\">\n <input\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"'@pry.search.placeholder.maxValue' | i18n\"\n formControlName=\"upperValue\"\n (focusout)=\"onUpdateValue(condition)\"\n />\n </ng-container>\n </ng-template>\n\n <label class=\"a-label a-label--help -error\" *ngIf=\"formValue?.errors?.['required'] && formValue?.touched\">\n {{ '@pry.search.multi.requiredError' | i18n }}\n </label>\n </div>\n </ng-container>\n </div>\n\n <div class=\"o-multi-class-condition__delete-content\">\n <ng-container *ngIf=\"notLastCondition$ | async; else cannotDelete\">\n <button type=\"button\" class=\"a-btn a-btn--icon-only\">\n <pry-icon\n iconSvg=\"delete\"\n [height]=\"20\"\n [width]=\"20\"\n [animation]=\"false\"\n (click)=\"onRemoveCondition(condition)\"\n ></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.delete' | i18n }}</span>\n </button>\n </ng-container>\n </div>\n <ng-template #cannotDelete>\n <button type=\"button\" class=\"a-btn a-btn--icon-only\" disabled>\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"delete\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.delete' | i18n }}</span>\n </button>\n </ng-template>\n </div>\n\n <ng-template #fieldSelectionTpl>\n <pry-multi-class-field-selection\n [conditionId]=\"condition.id\"\n (closeModal)=\"onCloseModal()\"\n (selectFieldChange)=\"onChangeField(condition, $event)\"\n ></pry-multi-class-field-selection>\n </ng-template>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i6.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: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i6.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i6.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.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.PryDatePickerComponent, selector: "pry-date-picker", inputs: ["rangePicker", "timePicker", "maxYear", "minYear", "roundSelection"] }, { kind: "component", type: i7.MultiClassFieldSelectionComponent, selector: "pry-multi-class-field-selection", inputs: ["conditionId"], outputs: ["closeModal", "selectFieldChange"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.I18nPipe, name: "i18n" }] }); }
141
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: MultiClassConditionComponent, deps: [{ token: i1.Store }, { token: i2.SearchMultiClassService }, { token: i3.Overlay }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component }); }
142
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: MultiClassConditionComponent, selector: "pry-multi-class-condition", inputs: { id: "id" }, viewQueries: [{ propertyName: "fieldSelectionTpl", first: true, predicate: ["fieldSelectionTpl"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-container *ngIf=\"condition$ | async as condition\">\n <div class=\"o-multi-class-condition\">\n <div class=\"o-multi-class-condition__content\">\n <div class=\"o-multi-class-condition__content__action\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--primary -size-sm -width-full\"\n aria-label=\"selection button\"\n (click)=\"toggleFieldSelection()\"\n >\n <ng-container *ngIf=\"field$ | async as field; else noFieldTpl\">\n {{ field.name }}\n </ng-container>\n <ng-template #noFieldTpl>{{ '@pry.search.multi.selectField' | i18n }}</ng-template>\n </button>\n\n <ng-container *ngIf=\"classesLinked$ | async as classesLinked\">\n <pry-icon\n iconSvg=\"links_line\"\n [width]=\"15\"\n [height]=\"15\"\n style=\"color: black\"\n [attr.data-tooltip]=\"('@pry.search.multi.in' | i18n) + ' ' + join(classesLinked)\"\n ></pry-icon>\n </ng-container>\n </div>\n\n <ng-container [formGroup]=\"form\">\n <div class=\"m-form-label-field\">\n <pry-select\n [items]=\"operators$ | async\"\n placeholder=\"Op\u00E9rateur\"\n formControlName=\"operator\"\n bindValue=\"operator\"\n bindLabel=\"translation\"\n ></pry-select>\n </div>\n <div class=\"m-form-label-field\">\n <ng-container *ngIf=\"condition.isDate; else classicInput\">\n <pry-date-picker\n formControlName=\"value\"\n (click)=\"onUpdateValue(condition)\"\n [rangePicker]=\"hasTwoFields\"\n [roundSelection]=\"true\"\n [timePicker]=\"true\"\n ></pry-date-picker>\n </ng-container>\n <ng-template #classicInput>\n <input\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"\n (hasTwoFields ? '@pry.search.placeholder.minValue' : '@pry.search.placeholder.search') | i18n\n \"\n formControlName=\"value\"\n (focusout)=\"onUpdateValue(condition)\"\n />\n <ng-container *ngIf=\"hasTwoFields\">\n <input\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"'@pry.search.placeholder.maxValue' | i18n\"\n formControlName=\"upperValue\"\n (focusout)=\"onUpdateValue(condition)\"\n />\n </ng-container>\n </ng-template>\n\n <label class=\"a-label a-label--help -error\" *ngIf=\"formValue?.errors?.['required'] && formValue?.touched\">\n {{ '@pry.search.multi.requiredError' | i18n }}\n </label>\n </div>\n </ng-container>\n </div>\n\n <div class=\"o-multi-class-condition__delete-content\">\n <ng-container *ngIf=\"notLastCondition$ | async; else cannotDelete\">\n <button type=\"button\" class=\"a-btn a-btn--icon-only\">\n <pry-icon\n iconSvg=\"delete\"\n [height]=\"20\"\n [width]=\"20\"\n [animation]=\"false\"\n (click)=\"onRemoveCondition(condition)\"\n ></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.delete' | i18n }}</span>\n </button>\n </ng-container>\n </div>\n <ng-template #cannotDelete>\n <button type=\"button\" class=\"a-btn a-btn--icon-only\" disabled>\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"delete\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.delete' | i18n }}</span>\n </button>\n </ng-template>\n </div>\n\n <ng-template #fieldSelectionTpl>\n <pry-multi-class-field-selection\n [conditionId]=\"condition.id\"\n (closeModal)=\"onCloseModal()\"\n (selectFieldChange)=\"onChangeField(condition, $event)\"\n ></pry-multi-class-field-selection>\n </ng-template>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i6.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: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i6.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i6.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.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.PryDatePickerComponent, selector: "pry-date-picker", inputs: ["rangePicker", "timePicker", "maxYear", "minYear", "roundSelection"] }, { kind: "component", type: i7.MultiClassFieldSelectionComponent, selector: "pry-multi-class-field-selection", inputs: ["conditionId"], outputs: ["closeModal", "selectFieldChange"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.I18nPipe, name: "i18n" }] }); }
143
143
  }
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiClassConditionComponent, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: MultiClassConditionComponent, decorators: [{
145
145
  type: Component,
146
146
  args: [{ selector: 'pry-multi-class-condition', template: "<ng-container *ngIf=\"condition$ | async as condition\">\n <div class=\"o-multi-class-condition\">\n <div class=\"o-multi-class-condition__content\">\n <div class=\"o-multi-class-condition__content__action\">\n <button\n type=\"button\"\n class=\"a-btn a-btn--primary -size-sm -width-full\"\n aria-label=\"selection button\"\n (click)=\"toggleFieldSelection()\"\n >\n <ng-container *ngIf=\"field$ | async as field; else noFieldTpl\">\n {{ field.name }}\n </ng-container>\n <ng-template #noFieldTpl>{{ '@pry.search.multi.selectField' | i18n }}</ng-template>\n </button>\n\n <ng-container *ngIf=\"classesLinked$ | async as classesLinked\">\n <pry-icon\n iconSvg=\"links_line\"\n [width]=\"15\"\n [height]=\"15\"\n style=\"color: black\"\n [attr.data-tooltip]=\"('@pry.search.multi.in' | i18n) + ' ' + join(classesLinked)\"\n ></pry-icon>\n </ng-container>\n </div>\n\n <ng-container [formGroup]=\"form\">\n <div class=\"m-form-label-field\">\n <pry-select\n [items]=\"operators$ | async\"\n placeholder=\"Op\u00E9rateur\"\n formControlName=\"operator\"\n bindValue=\"operator\"\n bindLabel=\"translation\"\n ></pry-select>\n </div>\n <div class=\"m-form-label-field\">\n <ng-container *ngIf=\"condition.isDate; else classicInput\">\n <pry-date-picker\n formControlName=\"value\"\n (click)=\"onUpdateValue(condition)\"\n [rangePicker]=\"hasTwoFields\"\n [roundSelection]=\"true\"\n [timePicker]=\"true\"\n ></pry-date-picker>\n </ng-container>\n <ng-template #classicInput>\n <input\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"\n (hasTwoFields ? '@pry.search.placeholder.minValue' : '@pry.search.placeholder.search') | i18n\n \"\n formControlName=\"value\"\n (focusout)=\"onUpdateValue(condition)\"\n />\n <ng-container *ngIf=\"hasTwoFields\">\n <input\n type=\"text\"\n class=\"a-form-field\"\n [placeholder]=\"'@pry.search.placeholder.maxValue' | i18n\"\n formControlName=\"upperValue\"\n (focusout)=\"onUpdateValue(condition)\"\n />\n </ng-container>\n </ng-template>\n\n <label class=\"a-label a-label--help -error\" *ngIf=\"formValue?.errors?.['required'] && formValue?.touched\">\n {{ '@pry.search.multi.requiredError' | i18n }}\n </label>\n </div>\n </ng-container>\n </div>\n\n <div class=\"o-multi-class-condition__delete-content\">\n <ng-container *ngIf=\"notLastCondition$ | async; else cannotDelete\">\n <button type=\"button\" class=\"a-btn a-btn--icon-only\">\n <pry-icon\n iconSvg=\"delete\"\n [height]=\"20\"\n [width]=\"20\"\n [animation]=\"false\"\n (click)=\"onRemoveCondition(condition)\"\n ></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.delete' | i18n }}</span>\n </button>\n </ng-container>\n </div>\n <ng-template #cannotDelete>\n <button type=\"button\" class=\"a-btn a-btn--icon-only\" disabled>\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"delete\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.delete' | i18n }}</span>\n </button>\n </ng-template>\n </div>\n\n <ng-template #fieldSelectionTpl>\n <pry-multi-class-field-selection\n [conditionId]=\"condition.id\"\n (closeModal)=\"onCloseModal()\"\n (selectFieldChange)=\"onChangeField(condition, $event)\"\n ></pry-multi-class-field-selection>\n </ng-template>\n</ng-container>\n" }]
147
147
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.SearchMultiClassService }, { type: i3.Overlay }, { type: i0.ViewContainerRef }], propDecorators: { fieldSelectionTpl: [{
@@ -46,10 +46,10 @@ export class MultiClassFieldSelectionComponent {
46
46
  const availableFields = this.searchMultiClassService.getFieldsAvailable(conditions, classes, fields, this._conditionId);
47
47
  return availableFields.sort((a, b) => a.name.localeCompare(b.name));
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiClassFieldSelectionComponent, deps: [{ token: i1.Store }, { token: i2.SearchMultiClassService }], target: i0.ɵɵFactoryTarget.Component }); }
50
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: MultiClassFieldSelectionComponent, selector: "pry-multi-class-field-selection", inputs: { conditionId: "conditionId" }, outputs: { closeModal: "closeModal", selectFieldChange: "selectFieldChange" }, ngImport: i0, template: "<div class=\"o-multi-class-field-selection\" id=\"popin\">\n <div class=\"o-multi-class-field-selection__header\" data-toggle=\"popin\">\n <div class=\"o-multi-class-field-selection__header__top\">\n <div class=\"o-multi-class-field-selection__header__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">\n {{ '@pry.search.multi.selectField' | i18n }}\n </h2>\n </div>\n <div class=\"o-multi-class-field-selection__header__top__close\">\n <button class=\"a-btn a-btn--icon-only\" (click)=\"closeModal.emit()\">\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <ng-container *ngIf=\"availableFields$ | async as list\">\n <ng-container *ngIf=\"list.length > 7\">\n <div class=\"o-multi-class-field-selection__header__search\">\n <input class=\"a-form-field\" type=\"text\" [(ngModel)]=\"fieldSearch\" placeholder=\"Filtrer\" />\n </div>\n </ng-container>\n </ng-container>\n </div>\n <div class=\"o-multi-class-field-selection__legend\">{{ '@pry.search.multi.legend' | i18n }}</div>\n <ul class=\"o-multi-class-field-selection__fields\">\n <ng-container *ngFor=\"let field of availableFields$ | async | pryFilter: 'name' : fieldSearch\">\n <li class=\"o-multi-class-field-selection__fields__select\" (click)=\"selectFieldChange.emit(field.id)\">\n <button class=\"a-btn -link-like\">\n {{ field.name }}\n <span class=\"o-multi-class-field-selection__fields__select__inside\"\n >{{ '@pry.search.multi.in' | i18n }}\n <ng-container> {{ field.classes.join(', ') }} </ng-container>\n </span>\n </button>\n </li>\n </ng-container>\n </ul>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i5.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: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.PryFilterPipe, name: "pryFilter" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: MultiClassFieldSelectionComponent, deps: [{ token: i1.Store }, { token: i2.SearchMultiClassService }], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: MultiClassFieldSelectionComponent, selector: "pry-multi-class-field-selection", inputs: { conditionId: "conditionId" }, outputs: { closeModal: "closeModal", selectFieldChange: "selectFieldChange" }, ngImport: i0, template: "<div class=\"o-multi-class-field-selection\" id=\"popin\">\n <div class=\"o-multi-class-field-selection__header\" data-toggle=\"popin\">\n <div class=\"o-multi-class-field-selection__header__top\">\n <div class=\"o-multi-class-field-selection__header__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">\n {{ '@pry.search.multi.selectField' | i18n }}\n </h2>\n </div>\n <div class=\"o-multi-class-field-selection__header__top__close\">\n <button class=\"a-btn a-btn--icon-only\" (click)=\"closeModal.emit()\">\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <ng-container *ngIf=\"availableFields$ | async as list\">\n <ng-container *ngIf=\"list.length > 7\">\n <div class=\"o-multi-class-field-selection__header__search\">\n <input class=\"a-form-field\" type=\"text\" [(ngModel)]=\"fieldSearch\" placeholder=\"Filtrer\" />\n </div>\n </ng-container>\n </ng-container>\n </div>\n <div class=\"o-multi-class-field-selection__legend\">{{ '@pry.search.multi.legend' | i18n }}</div>\n <ul class=\"o-multi-class-field-selection__fields\">\n <ng-container *ngFor=\"let field of availableFields$ | async | pryFilter: 'name' : fieldSearch\">\n <li class=\"o-multi-class-field-selection__fields__select\" (click)=\"selectFieldChange.emit(field.id)\">\n <button class=\"a-btn -link-like\">\n {{ field.name }}\n <span class=\"o-multi-class-field-selection__fields__select__inside\"\n >{{ '@pry.search.multi.in' | i18n }}\n <ng-container> {{ field.classes.join(', ') }} </ng-container>\n </span>\n </button>\n </li>\n </ng-container>\n </ul>\n</div>\n", dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i5.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: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "pipe", type: i6.PryFilterPipe, name: "pryFilter" }, { kind: "pipe", type: i4.I18nPipe, name: "i18n" }] }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: MultiClassFieldSelectionComponent, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: MultiClassFieldSelectionComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: 'pry-multi-class-field-selection', template: "<div class=\"o-multi-class-field-selection\" id=\"popin\">\n <div class=\"o-multi-class-field-selection__header\" data-toggle=\"popin\">\n <div class=\"o-multi-class-field-selection__header__top\">\n <div class=\"o-multi-class-field-selection__header__top__title\">\n <h2 class=\"a-h2\" id=\"dialog_title\">\n {{ '@pry.search.multi.selectField' | i18n }}\n </h2>\n </div>\n <div class=\"o-multi-class-field-selection__header__top__close\">\n <button class=\"a-btn a-btn--icon-only\" (click)=\"closeModal.emit()\">\n <pry-icon iconSvg=\"close\" [height]=\"35\" [width]=\"35\"></pry-icon>\n <span class=\"u-visually-hidden\">{{ '@pry.action.close' | i18n }}</span>\n </button>\n </div>\n </div>\n <ng-container *ngIf=\"availableFields$ | async as list\">\n <ng-container *ngIf=\"list.length > 7\">\n <div class=\"o-multi-class-field-selection__header__search\">\n <input class=\"a-form-field\" type=\"text\" [(ngModel)]=\"fieldSearch\" placeholder=\"Filtrer\" />\n </div>\n </ng-container>\n </ng-container>\n </div>\n <div class=\"o-multi-class-field-selection__legend\">{{ '@pry.search.multi.legend' | i18n }}</div>\n <ul class=\"o-multi-class-field-selection__fields\">\n <ng-container *ngFor=\"let field of availableFields$ | async | pryFilter: 'name' : fieldSearch\">\n <li class=\"o-multi-class-field-selection__fields__select\" (click)=\"selectFieldChange.emit(field.id)\">\n <button class=\"a-btn -link-like\">\n {{ field.name }}\n <span class=\"o-multi-class-field-selection__fields__select__inside\"\n >{{ '@pry.search.multi.in' | i18n }}\n <ng-container> {{ field.classes.join(', ') }} </ng-container>\n </span>\n </button>\n </li>\n </ng-container>\n </ul>\n</div>\n" }]
55
55
  }], ctorParameters: () => [{ type: i1.Store }, { type: i2.SearchMultiClassService }], propDecorators: { conditionId: [{
@@ -27,10 +27,10 @@ export class PrySearchMultiClassComponent {
27
27
  const multiType = evt ? 'OR' : 'AND';
28
28
  this.store.dispatch(SearchMultiClassActions.updateMultiType({ multiType }));
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchMultiClassComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
31
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchMultiClassComponent, selector: "pry-search-multi-class", ngImport: i0, template: "<div class=\"o-search-multi-class\">\n <div class=\"o-search-multi-class__header\">\n <h3 class=\"a-h3\">{{ '@pry.search.multi.title' | i18n }}</h3>\n <div\n class=\"a-tooltip\"\n [attr.data-tooltip]=\"'@pry.search.multi.extraOptions' | i18n\"\n data-tooltip-position=\"bottom\"\n [pryOverlay]=\"optionOverlay\"\n [(overlayOpen)]=\"optionsOpen\"\n (click)=\"optionsOpen = !optionsOpen\"\n >\n <button class=\"a-btn a-btn--icon-text\">\n {{ '@pry.search.multi.options' | i18n }}\n <pry-icon iconSvg=\"tune\" [width]=\"16\" [height]=\"16\" [animation]=\"false\"></pry-icon>\n </button>\n </div>\n <ng-template #optionOverlay>\n <div class=\"o-search-multi-class__options\">\n <pry-toggle\n [ngModel]=\"(multiType$ | async) === 'OR'\"\n [leftword]=\"'@pry.search.type.or' | i18n\"\n [rightword]=\"'@pry.search.type.and' | i18n\"\n [alwaysActive]=\"true\"\n (ngModelChange)=\"onChangeMultiType($event)\"\n >{{ '@pry.search.multi.multiType' | i18n }}</pry-toggle\n >\n </div>\n </ng-template>\n </div>\n\n <div class=\"o-search-multi-class__conditions-wrapper\">\n <div class=\"o-search-multi-class__conditions\">\n <ng-container *ngFor=\"let condition of conditions$ | async\">\n <pry-multi-class-condition [id]=\"condition.id\"></pry-multi-class-condition>\n </ng-container>\n </div>\n <div class=\"o-search-multi-class__add-condition\">\n <button (click)=\"onAddCondition()\" class=\"a-btn a-btn--secondary -size-sm\">\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"add\"></pry-icon>\n {{ '@pry.search.multi.addCondition' | i18n }}\n </button>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "directive", type: i3.PryOverlayDirective, selector: "[pryOverlay]", inputs: ["pryOverlay", "styleReversed", "pryOverlaySticky", "pryOverlayNoPadding", "pryOverlayPosition", "overlayOpen", "hasBackdrop"], outputs: ["overlayOpenChange"] }, { kind: "component", type: i5.MultiClassConditionComponent, selector: "pry-multi-class-condition", inputs: ["id"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchMultiClassComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
31
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchMultiClassComponent, selector: "pry-search-multi-class", ngImport: i0, template: "<div class=\"o-search-multi-class\">\n <div class=\"o-search-multi-class__header\">\n <h3 class=\"a-h3\">{{ '@pry.search.multi.title' | i18n }}</h3>\n <div\n class=\"a-tooltip\"\n [attr.data-tooltip]=\"'@pry.search.multi.extraOptions' | i18n\"\n data-tooltip-position=\"bottom\"\n [pryOverlay]=\"optionOverlay\"\n [(overlayOpen)]=\"optionsOpen\"\n (click)=\"optionsOpen = !optionsOpen\"\n >\n <button class=\"a-btn a-btn--icon-text\">\n {{ '@pry.search.multi.options' | i18n }}\n <pry-icon iconSvg=\"tune\" [width]=\"16\" [height]=\"16\" [animation]=\"false\"></pry-icon>\n </button>\n </div>\n <ng-template #optionOverlay>\n <div class=\"o-search-multi-class__options\">\n <pry-toggle\n [ngModel]=\"(multiType$ | async) === 'OR'\"\n [leftword]=\"'@pry.search.type.or' | i18n\"\n [rightword]=\"'@pry.search.type.and' | i18n\"\n [alwaysActive]=\"true\"\n (ngModelChange)=\"onChangeMultiType($event)\"\n >{{ '@pry.search.multi.multiType' | i18n }}</pry-toggle\n >\n </div>\n </ng-template>\n </div>\n\n <div class=\"o-search-multi-class__conditions-wrapper\">\n <div class=\"o-search-multi-class__conditions\">\n <ng-container *ngFor=\"let condition of conditions$ | async\">\n <pry-multi-class-condition [id]=\"condition.id\"></pry-multi-class-condition>\n </ng-container>\n </div>\n <div class=\"o-search-multi-class__add-condition\">\n <button (click)=\"onAddCondition()\" class=\"a-btn a-btn--secondary -size-sm\">\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"add\"></pry-icon>\n {{ '@pry.search.multi.addCondition' | i18n }}\n </button>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "directive", type: i3.PryOverlayDirective, selector: "[pryOverlay]", inputs: ["pryOverlay", "styleReversed", "pryOverlaySticky", "pryOverlayNoPadding", "pryOverlayPosition", "overlayOpen", "hasBackdrop"], outputs: ["overlayOpenChange"] }, { kind: "component", type: i5.MultiClassConditionComponent, selector: "pry-multi-class-condition", inputs: ["id"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchMultiClassComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchMultiClassComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ selector: 'pry-search-multi-class', template: "<div class=\"o-search-multi-class\">\n <div class=\"o-search-multi-class__header\">\n <h3 class=\"a-h3\">{{ '@pry.search.multi.title' | i18n }}</h3>\n <div\n class=\"a-tooltip\"\n [attr.data-tooltip]=\"'@pry.search.multi.extraOptions' | i18n\"\n data-tooltip-position=\"bottom\"\n [pryOverlay]=\"optionOverlay\"\n [(overlayOpen)]=\"optionsOpen\"\n (click)=\"optionsOpen = !optionsOpen\"\n >\n <button class=\"a-btn a-btn--icon-text\">\n {{ '@pry.search.multi.options' | i18n }}\n <pry-icon iconSvg=\"tune\" [width]=\"16\" [height]=\"16\" [animation]=\"false\"></pry-icon>\n </button>\n </div>\n <ng-template #optionOverlay>\n <div class=\"o-search-multi-class__options\">\n <pry-toggle\n [ngModel]=\"(multiType$ | async) === 'OR'\"\n [leftword]=\"'@pry.search.type.or' | i18n\"\n [rightword]=\"'@pry.search.type.and' | i18n\"\n [alwaysActive]=\"true\"\n (ngModelChange)=\"onChangeMultiType($event)\"\n >{{ '@pry.search.multi.multiType' | i18n }}</pry-toggle\n >\n </div>\n </ng-template>\n </div>\n\n <div class=\"o-search-multi-class__conditions-wrapper\">\n <div class=\"o-search-multi-class__conditions\">\n <ng-container *ngFor=\"let condition of conditions$ | async\">\n <pry-multi-class-condition [id]=\"condition.id\"></pry-multi-class-condition>\n </ng-container>\n </div>\n <div class=\"o-search-multi-class__add-condition\">\n <button (click)=\"onAddCondition()\" class=\"a-btn a-btn--secondary -size-sm\">\n <pry-icon [height]=\"20\" [width]=\"20\" iconSvg=\"add\"></pry-icon>\n {{ '@pry.search.multi.addCondition' | i18n }}\n </button>\n </div>\n </div>\n</div>\n" }]
36
36
  }], ctorParameters: () => [{ type: i1.Store }] });
@@ -57,10 +57,10 @@ export class SearchMultiClassEffects {
57
57
  ];
58
58
  })));
59
59
  }
60
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMultiClassEffects, deps: [{ token: i1.Actions }, { token: i2.Store }, { token: i3.SearchMultiClassService }], target: i0.ɵɵFactoryTarget.Injectable }); }
61
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMultiClassEffects }); }
60
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMultiClassEffects, deps: [{ token: i1.Actions }, { token: i2.Store }, { token: i3.SearchMultiClassService }], target: i0.ɵɵFactoryTarget.Injectable }); }
61
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMultiClassEffects }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMultiClassEffects, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMultiClassEffects, decorators: [{
64
64
  type: Injectable
65
65
  }], ctorParameters: () => [{ type: i1.Actions }, { type: i2.Store }, { type: i3.SearchMultiClassService }] });
66
66
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLW11bHRpLWNsYXNzLmVmZmVjdHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wcm92b2x5L2Rhc2hib2FyZC9zZWFyY2gvc2VhcmNoLW11bHRpLWNsYXNzL3N0b3JlL3NlYXJjaC1tdWx0aS1jbGFzcy5lZmZlY3RzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFXLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFOUQsT0FBTyxFQUNMLGNBQWMsRUFDZCxpQkFBaUIsRUFDakIsbUJBQW1CLEVBQ25CLHNCQUFzQixFQUN0QixjQUFjLEVBQ2QsU0FBUyxFQUVULGFBQWEsRUFDZCxNQUFNLG9CQUFvQixDQUFDO0FBQzVCLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDckMsT0FBTyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsR0FBRyxFQUFFLFFBQVEsRUFBRSxjQUFjLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM5RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7Ozs7QUFJM0UsTUFBTSxPQUFPLHVCQUF1QjtJQUNsQyxZQUNVLFFBQWlCLEVBQ2pCLEtBQWlCLEVBQ2pCLGlCQUEwQztRQUYxQyxhQUFRLEdBQVIsUUFBUSxDQUFTO1FBQ2pCLFVBQUssR0FBTCxLQUFLLENBQVk7UUFDakIsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUF5QjtRQUdwRCxrQkFBYSxHQUFHLFlBQVksQ0FBQyxHQUFHLEVBQUUsQ0FDaEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQ2hCLE1BQU0sQ0FBQyx1QkFBdUIsQ0FBQyxvQkFBb0IsQ0FBQyxFQUNwRCxH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ZSc7XG5pbXBvcnQgeyBBY3Rpb25zLCBjcmVhdGVFZmZlY3QsIG9mVHlwZSB9IGZyb20gJ0BuZ3J4L2VmZmVjdHMnO1xuaW1wb3J0IHsgU3RvcmUgfSBmcm9tICdAbmdyeC9zdG9yZSc7XG5pbXBvcnQge1xuICBDbGFzc1NlbGVjdG9ycyxcbiAgRGF0YVNvdXJjZUFjdGlvbnMsXG4gIERhdGFTb3VyY2VTZWxlY3RvcnMsXG4gIERFRkFVTFRfTkFNRURfUVVFUllfSUQsXG4gIEZpZWxkU2VsZWN0b3JzLFxuICBGaWVsZFR5cGUsXG4gIE11bHRpQ2xhc3NDb25kaXRpb24sXG4gIFNlYXJjaEFjdGlvbnNcbn0gZnJvbSAnQHByb3ZvbHkvZGFzaGJvYXJkJztcbmltcG9ydCB7IGNvbWJpbmVMYXRlc3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IGZpbHRlciwgZmlyc3QsIG1hcCwgbWVyZ2VNYXAsIHdpdGhMYXRlc3RGcm9tIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgU2VhcmNoTXVsdGlDbGFzc0FjdGlvbnMgfSBmcm9tICcuL3NlYXJjaC1tdWx0aS1jbGFzcy5hY3Rpb25zJztcbmltcG9ydCB7IFNlYXJjaE11bHRpQ2xhc3NTZWxlY3RvcnMgfSBmcm9tICcuL3NlYXJjaC1tdWx0aS1jbGFzcy5zZWxlY3RvcnMnO1xuaW1wb3J0IHsgU2VhcmNoTXVsdGlDbGFzc1NlcnZpY2UgfSBmcm9tICcuL3NlYXJjaC1tdWx0aS1jbGFzcy5zZXJ2aWNlJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIFNlYXJjaE11bHRpQ2xhc3NFZmZlY3RzIHtcbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBhY3Rpb25zJDogQWN0aW9ucyxcbiAgICBwcml2YXRlIHN0b3JlOiBTdG9yZTxhbnk+LFxuICAgIHByaXZhdGUgbXVsdGlDbGFzc1NlcnZpY2U6IFNlYXJjaE11bHRpQ2xhc3NTZXJ2aWNlXG4gICkge31cblxuICBhZGRDb25kaXRpb24kID0gY3JlYXRlRWZmZWN0KCgpID0+XG4gICAgdGhpcy5hY3Rpb25zJC5waXBlKFxuICAgICAgb2ZUeXBlKFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLmFkZE5ld0VtcHR5Q29uZGl0aW9uKSxcbiAgICAgIG1hcCgoKSA9PiB7XG4gICAgICAgIGNvbnN0IGNvbmRpdGlvbiA9IHRoaXMubXVsdGlDbGFzc1NlcnZpY2UuZ2VuZXJhdGVDb25kaXRpb24oKTtcbiAgICAgICAgcmV0dXJuIFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLmFkZE11bHRpQ2xhc3NDb25kaXRpb24oeyBjb25kaXRpb24gfSk7XG4gICAgICB9KVxuICAgIClcbiAgKTtcbiAgdXBkYXRlQ29uZGl0aW9uRmllbGQkID0gY3JlYXRlRWZmZWN0KCgpID0+XG4gICAgdGhpcy5hY3Rpb25zJC5waXBlKFxuICAgICAgb2ZUeXBlKFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLnVwZGF0ZUNvbmRpdGlvbkZpZWxkKSxcbiAgICAgIG1lcmdlTWFwKChhY3Rpb24pID0+XG4gICAgICAgIGNvbWJpbmVMYXRlc3QoW1xuICAgICAgICAgIHRoaXMuc3RvcmVcbiAgICAgICAgICAgIC5zZWxlY3QoU2VhcmNoTXVsdGlDbGFzc1NlbGVjdG9ycy5nZXRDb25kaXRpb25CeUlkKGFjdGlvbi5jb25kaXRpb25JZCkpXG4gICAgICAgICAgICAucGlwZShmaWx0ZXIoKGMpOiBjIGlzIE11bHRpQ2xhc3NDb25kaXRpb24gPT4gYyAhPT0gdW5kZWZpbmVkKSksXG4gICAgICAgICAgdGhpcy5zdG9yZS5zZWxlY3QoRmllbGRTZWxlY3RvcnMuZmllbGRCeUlkKGFjdGlvbi5maWVsZCkpXG4gICAgICAgIF0pLnBpcGUoZmlyc3QoKSlcbiAgICAgICksXG4gICAgICBtYXAoKFtjb25kaXRpb24sIGZpZWxkXSkgPT4ge1xuICAgICAgICBjb25zdCBwYXR0ZXJuID0gdGhpcy5tdWx0aUNsYXNzU2VydmljZS5nZXRQYXR0ZXJuRm9yRmllbGQoZmllbGQpO1xuICAgICAgICBjb25zdCBpc0RhdGUgPSBmaWVsZC50eXBlID09PSBGaWVsZFR5cGUuSU5TVEFOVDtcbiAgICAgICAgcmV0dXJuIFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLnVwZGF0ZUNvbmRpdGlvblBhdHRlcm4oe1xuICAgICAgICAgIGNvbmRpdGlvbklkOiBjb25kaXRpb24uaWQsXG4gICAgICAgICAgcGF0dGVybixcbiAgICAgICAgICBpc0RhdGVcbiAgICAgICAgfSk7XG4gICAgICB9KVxuICAgIClcbiAgKTtcblxuICBhY3Rpb25NdWx0aUNsYXNzU2VhcmNoJCA9IGNyZWF0ZUVmZmVjdCgoKSA9PlxuICAgIHRoaXMuYWN0aW9ucyQucGlwZShcbiAgICAgIG9mVHlwZShTZWFyY2hNdWx0aUNsYXNzQWN0aW9ucy5zZWFyY2gsIFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLnNhdmUpLFxuICAgICAgd2l0aExhdGVzdEZyb20oXG4gICAgICAgIHRoaXMuc3RvcmUuc2VsZWN0KFNlYXJjaE11bHRpQ2xhc3NTZWxlY3RvcnMuY29uZGl0aW9ucyksXG4gICAgICAgIHRoaXMuc3RvcmUuc2VsZWN0KFNlYXJjaE11bHRpQ2xhc3NTZWxlY3RvcnMubXVsdGlUeXBlKSxcbiAgICAgICAgdGhpcy5zdG9yZS5zZWxlY3QoQ2xhc3NTZWxlY3RvcnMuY2xhc3NlcyksXG4gICAgICAgIHRoaXMuc3RvcmUuc2VsZWN0KERhdGFTb3VyY2VTZWxlY3RvcnMuY3VycmVudEVkaXQpXG4gICAgICApLFxuICAgICAgbWFwKChbYWN0aW9uLCBjb25kaXRpb25zLCBtdWx0aVR5cGUsIGNsYXNzZXMsIGN1cnJlbnRFZGl0XSkgPT4ge1xuICAgICAgICBjb25zdCBwYXlsb2FkID0gdGhpcy5tdWx0aUNsYXNzU2VydmljZS5idWlsZENvbmRpdGlvbnNUb1NlYXJjaFBheWxvYWQoY29uZGl0aW9ucywgY2xhc3NlcywgbXVsdGlUeXBlKTtcbiAgICAgICAgaWYgKGFjdGlvbi50eXBlID09PSBTZWFyY2hNdWx0aUNsYXNzQWN0aW9ucy5zYXZlLnR5cGUgJiYgREVGQVVMVF9OQU1FRF9RVUVSWV9JRCAhPT0gY3VycmVudEVkaXQ/LmlkKSB7XG4gICAgICAgICAgcmV0dXJuIERhdGFTb3VyY2VBY3Rpb25zLm5hbWVkUXVlcnkucG9zdCh7XG4gICAgICAgICAgICBpZDogYWN0aW9uLmlkID8/IGN1cnJlbnRFZGl0Py5pZCxcbiAgICAgICAgICAgIG5hbWU6IGFjdGlvbi5kZXNjcmlwdGlvblF1ZXJ5Lm5hbWUsXG4gICAgICAgICAgICBkZXNjcmlwdGlvbjogYWN0aW9uLmRlc2NyaXB0aW9uUXVlcnk/LmRlc2NyaXB0aW9uLFxuICAgICAgICAgICAgdmlzaWJpbGl0eTogYWN0aW9uLmRlc2NyaXB0aW9uUXVlcnk/LnZpc2liaWxpdHksXG4gICAgICAgICAgICBwYXlsb2FkLFxuICAgICAgICAgICAgY29sb3I6IGN1cnJlbnRFZGl0Py5jb2xvcixcbiAgICAgICAgICAgIGZhdm9yaXRlOiBjdXJyZW50RWRpdD8uZmF2b3JpdGUgPz8gZmFsc2UsXG4gICAgICAgICAgICBpc0VkaXQ6ICEhY3VycmVudEVkaXRcbiAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gU2VhcmNoQWN0aW9ucy5zZWFyY2goeyBwYXlsb2FkIH0pO1xuICAgICAgfSlcbiAgICApXG4gICk7XG5cbiAgbG9hZEV4aXN0aW5nQ29uZGl0aW9ucyQgPSBjcmVhdGVFZmZlY3QoKCkgPT5cbiAgICB0aGlzLmFjdGlvbnMkLnBpcGUoXG4gICAgICBvZlR5cGUoU2VhcmNoTXVsdGlDbGFzc0FjdGlvbnMubG9hZEV4aXN0aW5nQ29uZGl0aW9ucyksXG4gICAgICB3aXRoTGF0ZXN0RnJvbSh0aGlzLnN0b3JlLnNlbGVjdChGaWVsZFNlbGVjdG9ycy5maWVsZHMpKSxcbiAgICAgIG1lcmdlTWFwKChbYWN0aW9uLCBmaWVsZHNdKSA9PiB7XG4gICAgICAgIGNvbnN0IGNvbmRpdGlvbnMgPSB0aGlzLm11bHRpQ2xhc3NTZXJ2aWNlLmdldENvbmRpdGlvbnNGcm9tU2VhcmNoUGF5bG9hZChhY3Rpb24ucGF5bG9hZCwgZmllbGRzKTtcbiAgICAgICAgY29uc3QgbXVsdGlUeXBlID0gYWN0aW9uLnBheWxvYWQubXVsdGlUeXBlO1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgIFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLnVwZGF0ZUNvbmRpdGlvbnMoeyBjb25kaXRpb25zIH0pLFxuICAgICAgICAgIFNlYXJjaE11bHRpQ2xhc3NBY3Rpb25zLnVwZGF0ZU11bHRpVHlwZSh7IG11bHRpVHlwZSB9KVxuICAgICAgICBdO1xuICAgICAgfSlcbiAgICApXG4gICk7XG59XG4iXX0=
@@ -115,10 +115,10 @@ export class SearchMultiClassService {
115
115
  ...new Set(conditions.filter((c) => !(c.id === excludedCondition || c.field === undefined)).map((c) => c.field))
116
116
  ];
117
117
  }
118
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMultiClassService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
119
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMultiClassService, providedIn: 'root' }); }
118
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMultiClassService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
119
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMultiClassService, providedIn: 'root' }); }
120
120
  }
121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: SearchMultiClassService, decorators: [{
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: SearchMultiClassService, decorators: [{
122
122
  type: Injectable,
123
123
  args: [{ providedIn: 'root' }]
124
124
  }] });
@@ -135,10 +135,10 @@ export class PrySearchToolsComponent {
135
135
  updateVisibility($event) {
136
136
  this.store.dispatch(DataSourceActions.namedQuery.updateCurrentEdit({ currentEdit: { visibility: $event } }));
137
137
  }
138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchToolsComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
139
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: PrySearchToolsComponent, selector: "pry-search-tools", host: { properties: { "class.o-pry-search-tools-wrapper": "this.class", "class.is-close": "this.searchToolsClose" } }, ngImport: i0, template: "<div\n class=\"o-pry-search-tools\"\n [class.is-close]=\"searchToolsClose\"\n [class.is-mono]=\"isNewMono || (isEditMono$ | async)\"\n>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-text -back a-tooltip\"\n (click)=\"onSearchTools()\"\n aria-pressed=\"false\"\n *ngIf=\"((editInProgress$ | async) && !(isRename$ | async)) || isSearchCriteria\"\n [attr.data-tooltip]=\"'@pry.search.button.backSearch' | i18n\"\n data-tooltip-position=\"bottom\"\n >\n <pry-icon iconSvg=\"arrow_back\" [width]=\"24\" [height]=\"24\" [animation]=\"false\"></pry-icon>\n <span>{{ '@pry.search.button.backSearch' | i18n }}</span>\n </button>\n <div class=\"o-pry-search-tools__content\" [class.is-close]=\"searchToolsClose\">\n <button\n *ngIf=\"((editInProgress$ | async) && !(isRename$ | async)) || isSearchCriteria\"\n class=\"a-btn a-btn--icon-text -link-like u-self-end\"\n (click)=\"reset()\"\n id=\"btn_reset\"\n >\n <pry-icon iconSvg=\"reset\" [width]=\"18\" [height]=\"18\"></pry-icon>\n {{ '@pry.search.button.reset' | i18n }}\n </button>\n <ng-container *ngIf=\"editInProgress$ | async\">\n <pry-share [ngModel]=\"(currentEdit$ | async)?.visibility\" (ngModelChange)=\"updateVisibility($event)\"></pry-share>\n </ng-container>\n <ng-container *ngIf=\"(editInProgress$ | async) && !(isRename$ | async) && !(loading$ | async); else noEdit\">\n <pry-edit-named-query\n (searchFulltextChange)=\"onSearchFulltextChange($event)\"\n (cancelled)=\"onSearchTools()\"\n ></pry-edit-named-query>\n </ng-container>\n <ng-template #noEdit>\n <ng-container *ngIf=\"isSearchCriteria && !(loading$ | async); else noSearch\">\n <pry-toggle\n class=\"o-pry-search-tools__content__toggle\"\n [ngModel]=\"isSearchMono\"\n (ngModelChange)=\"onMonoSearch()\"\n [alwaysActive]=\"true\"\n mode=\"action\"\n >\n {{ (isSearchMono ? '@pry.search.button.mono' : '@pry.search.button.multi') | i18n }}\n </pry-toggle>\n <div class=\"o-pry-search-tools__content__full\">\n <ng-container *ngIf=\"isSearchMono; else isMultiSearch\">\n <pry-search-mono-class></pry-search-mono-class>\n </ng-container>\n <ng-template #isMultiSearch>\n <pry-search-multi-class></pry-search-multi-class>\n </ng-template>\n </div>\n\n <div class=\"o-pry-search-tools__content__button-search\">\n <ng-container *ngIf=\"isSearchCriteria\">\n <pry-choose-widget (selected)=\"selectWidget($event)\"></pry-choose-widget>\n </ng-container>\n <button class=\"a-btn a-btn--primary\" (click)=\"onSearchTools()\" *ngIf=\"!isSearchCriteria\">\n {{ '@pry.search.button.cancel' | i18n }}\n </button>\n <button\n [disabled]=\"\n (!(searchMultiClassValid$ | async) && !isSearchMono) || (!(searchMonoClassValid$ | async) && isSearchMono)\n \"\n class=\"a-btn a-btn--primary\"\n (click)=\"onSearch()\"\n >\n <pry-icon iconSvg=\"search-line\"></pry-icon>\n {{ '@pry.search.button.search' | i18n }}\n </button>\n </div>\n </ng-container>\n </ng-template>\n\n <ng-template #noSearch>\n <div class=\"o-pry-search-tools__content__full\">\n <pry-search-home\n class=\"o-pry-search-home\"\n [isMoreList]=\"isMoreList\"\n [searchFulltextTpl]=\"searchFulltextTpl\"\n (changeListView)=\"onChangeListView($event)\"\n (changeSearchCriteria)=\"onSearchCriteria()\"\n ></pry-search-home>\n <ng-template #searchFulltextTpl>\n <pry-search-fulltext mode=\"vertical\" (searchChange)=\"onSearchFulltextChange($event)\"></pry-search-fulltext>\n </ng-template>\n </div>\n </ng-template>\n </div>\n <div class=\"o-pry-search-tools__footer\" [class.is-close]=\"searchToolsClose\">\n <pry-save-query-button\n [editInProgress]=\"editInProgress$ | async\"\n [currentEdit]=\"currentEdit$ | async\"\n [currentEditType]=\"currentEditType$ | async\"\n [fulltextValid]=\"isSearchFulltextValid\"\n [multiValid]=\"searchMultiClassValid$ | async\"\n [monoValid]=\"searchMonoClassValid$ | async\"\n [isNotFulltext]=\"isSearchCriteria\"\n [isMonoSearch]=\"isSearchMono\"\n [fulltextSearch]=\"searchFulltextTemp\"\n ></pry-save-query-button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "component", type: i3.PryShareComponent, selector: "pry-share", inputs: ["labelProperty", "valueProperty"] }, { kind: "component", type: i5.PrySearchHomeComponent, selector: "pry-search-home", inputs: ["searchFulltextTpl", "isMoreList"], outputs: ["changeListView", "changeSearchCriteria"] }, { kind: "component", type: i6.PrySearchMonoClassComponent, selector: "pry-search-mono-class" }, { kind: "component", type: i7.PrySearchMultiClassComponent, selector: "pry-search-multi-class" }, { kind: "component", type: i8.PrySearchFulltextComponent, selector: "pry-search-fulltext", inputs: ["mode", "launchButton", "currentEdit"], outputs: ["searchChange"] }, { kind: "component", type: i9.PrySaveQueryButtonComponent, selector: "pry-save-query-button", inputs: ["editInProgress", "currentEdit", "currentEditType", "fulltextValid", "multiValid", "monoValid", "isNotFulltext", "isMonoSearch", "fulltextSearch", "saveDisabled"] }, { kind: "component", type: i10.EditNamedQueryComponent, selector: "pry-edit-named-query", inputs: ["fromWidget"], outputs: ["searchFulltextChange", "cancelled", "searched"] }, { kind: "component", type: i11.ChooseWidgetComponent, selector: "pry-choose-widget", inputs: ["panelOpen", "mode", "width"], outputs: ["selected"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchToolsComponent, deps: [{ token: i1.Store }], target: i0.ɵɵFactoryTarget.Component }); }
139
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: PrySearchToolsComponent, selector: "pry-search-tools", host: { properties: { "class.o-pry-search-tools-wrapper": "this.class", "class.is-close": "this.searchToolsClose" } }, ngImport: i0, template: "<div\n class=\"o-pry-search-tools\"\n [class.is-close]=\"searchToolsClose\"\n [class.is-mono]=\"isNewMono || (isEditMono$ | async)\"\n>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-text -back a-tooltip\"\n (click)=\"onSearchTools()\"\n aria-pressed=\"false\"\n *ngIf=\"((editInProgress$ | async) && !(isRename$ | async)) || isSearchCriteria\"\n [attr.data-tooltip]=\"'@pry.search.button.backSearch' | i18n\"\n data-tooltip-position=\"bottom\"\n >\n <pry-icon iconSvg=\"arrow_back\" [width]=\"24\" [height]=\"24\" [animation]=\"false\"></pry-icon>\n <span>{{ '@pry.search.button.backSearch' | i18n }}</span>\n </button>\n <div class=\"o-pry-search-tools__content\" [class.is-close]=\"searchToolsClose\">\n <button\n *ngIf=\"((editInProgress$ | async) && !(isRename$ | async)) || isSearchCriteria\"\n class=\"a-btn a-btn--icon-text -link-like u-self-end\"\n (click)=\"reset()\"\n id=\"btn_reset\"\n >\n <pry-icon iconSvg=\"reset\" [width]=\"18\" [height]=\"18\"></pry-icon>\n {{ '@pry.search.button.reset' | i18n }}\n </button>\n <ng-container *ngIf=\"editInProgress$ | async\">\n <pry-share [ngModel]=\"(currentEdit$ | async)?.visibility\" (ngModelChange)=\"updateVisibility($event)\"></pry-share>\n </ng-container>\n <ng-container *ngIf=\"(editInProgress$ | async) && !(isRename$ | async) && !(loading$ | async); else noEdit\">\n <pry-edit-named-query\n (searchFulltextChange)=\"onSearchFulltextChange($event)\"\n (cancelled)=\"onSearchTools()\"\n ></pry-edit-named-query>\n </ng-container>\n <ng-template #noEdit>\n <ng-container *ngIf=\"isSearchCriteria && !(loading$ | async); else noSearch\">\n <pry-toggle\n class=\"o-pry-search-tools__content__toggle\"\n [ngModel]=\"isSearchMono\"\n (ngModelChange)=\"onMonoSearch()\"\n [alwaysActive]=\"true\"\n mode=\"action\"\n >\n {{ (isSearchMono ? '@pry.search.button.mono' : '@pry.search.button.multi') | i18n }}\n </pry-toggle>\n <div class=\"o-pry-search-tools__content__full\">\n <ng-container *ngIf=\"isSearchMono; else isMultiSearch\">\n <pry-search-mono-class></pry-search-mono-class>\n </ng-container>\n <ng-template #isMultiSearch>\n <pry-search-multi-class></pry-search-multi-class>\n </ng-template>\n </div>\n\n <div class=\"o-pry-search-tools__content__button-search\">\n <ng-container *ngIf=\"isSearchCriteria\">\n <pry-choose-widget (selected)=\"selectWidget($event)\"></pry-choose-widget>\n </ng-container>\n <button class=\"a-btn a-btn--primary\" (click)=\"onSearchTools()\" *ngIf=\"!isSearchCriteria\">\n {{ '@pry.search.button.cancel' | i18n }}\n </button>\n <button\n [disabled]=\"\n (!(searchMultiClassValid$ | async) && !isSearchMono) || (!(searchMonoClassValid$ | async) && isSearchMono)\n \"\n class=\"a-btn a-btn--primary\"\n (click)=\"onSearch()\"\n >\n <pry-icon iconSvg=\"search-line\"></pry-icon>\n {{ '@pry.search.button.search' | i18n }}\n </button>\n </div>\n </ng-container>\n </ng-template>\n\n <ng-template #noSearch>\n <div class=\"o-pry-search-tools__content__full\">\n <pry-search-home\n class=\"o-pry-search-home\"\n [isMoreList]=\"isMoreList\"\n [searchFulltextTpl]=\"searchFulltextTpl\"\n (changeListView)=\"onChangeListView($event)\"\n (changeSearchCriteria)=\"onSearchCriteria()\"\n ></pry-search-home>\n <ng-template #searchFulltextTpl>\n <pry-search-fulltext mode=\"vertical\" (searchChange)=\"onSearchFulltextChange($event)\"></pry-search-fulltext>\n </ng-template>\n </div>\n </ng-template>\n </div>\n <div class=\"o-pry-search-tools__footer\" [class.is-close]=\"searchToolsClose\">\n <pry-save-query-button\n [editInProgress]=\"editInProgress$ | async\"\n [currentEdit]=\"currentEdit$ | async\"\n [currentEditType]=\"currentEditType$ | async\"\n [fulltextValid]=\"isSearchFulltextValid\"\n [multiValid]=\"searchMultiClassValid$ | async\"\n [monoValid]=\"searchMonoClassValid$ | async\"\n [isNotFulltext]=\"isSearchCriteria\"\n [isMonoSearch]=\"isSearchMono\"\n [fulltextSearch]=\"searchFulltextTemp\"\n ></pry-save-query-button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PryIconComponent, selector: "pry-icon", inputs: ["color", "iconSvg", "animation", "iconImage", "alt", "width", "height", "classes"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PryToggleComponent, selector: "pry-toggle", inputs: ["alwaysActive", "disabled", "mode", "size", "dir", "leftword", "rightword"] }, { kind: "component", type: i3.PryShareComponent, selector: "pry-share", inputs: ["labelProperty", "valueProperty"] }, { kind: "component", type: i5.PrySearchHomeComponent, selector: "pry-search-home", inputs: ["searchFulltextTpl", "isMoreList"], outputs: ["changeListView", "changeSearchCriteria"] }, { kind: "component", type: i6.PrySearchMonoClassComponent, selector: "pry-search-mono-class" }, { kind: "component", type: i7.PrySearchMultiClassComponent, selector: "pry-search-multi-class" }, { kind: "component", type: i8.PrySearchFulltextComponent, selector: "pry-search-fulltext", inputs: ["mode", "launchButton", "currentEdit"], outputs: ["searchChange"] }, { kind: "component", type: i9.PrySaveQueryButtonComponent, selector: "pry-save-query-button", inputs: ["editInProgress", "currentEdit", "currentEditType", "fulltextValid", "multiValid", "monoValid", "isNotFulltext", "isMonoSearch", "fulltextSearch", "saveDisabled"] }, { kind: "component", type: i10.EditNamedQueryComponent, selector: "pry-edit-named-query", inputs: ["fromWidget"], outputs: ["searchFulltextChange", "cancelled", "searched"] }, { kind: "component", type: i11.ChooseWidgetComponent, selector: "pry-choose-widget", inputs: ["panelOpen", "mode", "width"], outputs: ["selected"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.I18nPipe, name: "i18n" }] }); }
140
140
  }
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: PrySearchToolsComponent, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: PrySearchToolsComponent, decorators: [{
142
142
  type: Component,
143
143
  args: [{ selector: 'pry-search-tools', template: "<div\n class=\"o-pry-search-tools\"\n [class.is-close]=\"searchToolsClose\"\n [class.is-mono]=\"isNewMono || (isEditMono$ | async)\"\n>\n <button\n type=\"button\"\n class=\"a-btn a-btn--icon-text -back a-tooltip\"\n (click)=\"onSearchTools()\"\n aria-pressed=\"false\"\n *ngIf=\"((editInProgress$ | async) && !(isRename$ | async)) || isSearchCriteria\"\n [attr.data-tooltip]=\"'@pry.search.button.backSearch' | i18n\"\n data-tooltip-position=\"bottom\"\n >\n <pry-icon iconSvg=\"arrow_back\" [width]=\"24\" [height]=\"24\" [animation]=\"false\"></pry-icon>\n <span>{{ '@pry.search.button.backSearch' | i18n }}</span>\n </button>\n <div class=\"o-pry-search-tools__content\" [class.is-close]=\"searchToolsClose\">\n <button\n *ngIf=\"((editInProgress$ | async) && !(isRename$ | async)) || isSearchCriteria\"\n class=\"a-btn a-btn--icon-text -link-like u-self-end\"\n (click)=\"reset()\"\n id=\"btn_reset\"\n >\n <pry-icon iconSvg=\"reset\" [width]=\"18\" [height]=\"18\"></pry-icon>\n {{ '@pry.search.button.reset' | i18n }}\n </button>\n <ng-container *ngIf=\"editInProgress$ | async\">\n <pry-share [ngModel]=\"(currentEdit$ | async)?.visibility\" (ngModelChange)=\"updateVisibility($event)\"></pry-share>\n </ng-container>\n <ng-container *ngIf=\"(editInProgress$ | async) && !(isRename$ | async) && !(loading$ | async); else noEdit\">\n <pry-edit-named-query\n (searchFulltextChange)=\"onSearchFulltextChange($event)\"\n (cancelled)=\"onSearchTools()\"\n ></pry-edit-named-query>\n </ng-container>\n <ng-template #noEdit>\n <ng-container *ngIf=\"isSearchCriteria && !(loading$ | async); else noSearch\">\n <pry-toggle\n class=\"o-pry-search-tools__content__toggle\"\n [ngModel]=\"isSearchMono\"\n (ngModelChange)=\"onMonoSearch()\"\n [alwaysActive]=\"true\"\n mode=\"action\"\n >\n {{ (isSearchMono ? '@pry.search.button.mono' : '@pry.search.button.multi') | i18n }}\n </pry-toggle>\n <div class=\"o-pry-search-tools__content__full\">\n <ng-container *ngIf=\"isSearchMono; else isMultiSearch\">\n <pry-search-mono-class></pry-search-mono-class>\n </ng-container>\n <ng-template #isMultiSearch>\n <pry-search-multi-class></pry-search-multi-class>\n </ng-template>\n </div>\n\n <div class=\"o-pry-search-tools__content__button-search\">\n <ng-container *ngIf=\"isSearchCriteria\">\n <pry-choose-widget (selected)=\"selectWidget($event)\"></pry-choose-widget>\n </ng-container>\n <button class=\"a-btn a-btn--primary\" (click)=\"onSearchTools()\" *ngIf=\"!isSearchCriteria\">\n {{ '@pry.search.button.cancel' | i18n }}\n </button>\n <button\n [disabled]=\"\n (!(searchMultiClassValid$ | async) && !isSearchMono) || (!(searchMonoClassValid$ | async) && isSearchMono)\n \"\n class=\"a-btn a-btn--primary\"\n (click)=\"onSearch()\"\n >\n <pry-icon iconSvg=\"search-line\"></pry-icon>\n {{ '@pry.search.button.search' | i18n }}\n </button>\n </div>\n </ng-container>\n </ng-template>\n\n <ng-template #noSearch>\n <div class=\"o-pry-search-tools__content__full\">\n <pry-search-home\n class=\"o-pry-search-home\"\n [isMoreList]=\"isMoreList\"\n [searchFulltextTpl]=\"searchFulltextTpl\"\n (changeListView)=\"onChangeListView($event)\"\n (changeSearchCriteria)=\"onSearchCriteria()\"\n ></pry-search-home>\n <ng-template #searchFulltextTpl>\n <pry-search-fulltext mode=\"vertical\" (searchChange)=\"onSearchFulltextChange($event)\"></pry-search-fulltext>\n </ng-template>\n </div>\n </ng-template>\n </div>\n <div class=\"o-pry-search-tools__footer\" [class.is-close]=\"searchToolsClose\">\n <pry-save-query-button\n [editInProgress]=\"editInProgress$ | async\"\n [currentEdit]=\"currentEdit$ | async\"\n [currentEditType]=\"currentEditType$ | async\"\n [fulltextValid]=\"isSearchFulltextValid\"\n [multiValid]=\"searchMultiClassValid$ | async\"\n [monoValid]=\"searchMonoClassValid$ | async\"\n [isNotFulltext]=\"isSearchCriteria\"\n [isMonoSearch]=\"isSearchMono\"\n [fulltextSearch]=\"searchFulltextTemp\"\n ></pry-save-query-button>\n </div>\n</div>\n" }]
144
144
  }], ctorParameters: () => [{ type: i1.Store }], propDecorators: { class: [{