@provoly/dashboard 0.19.0 → 0.19.2

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 (548) hide show
  1. package/README.md +1 -1
  2. package/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.d.ts +2 -1
  3. package/assets/svgs/code-box.svg +1 -0
  4. package/dataset/style/_o-pry-dataset-card.scss +48 -1
  5. package/dataset/style/_o-pry-dataset.scss +4 -5
  6. package/esm2022/admin/admin-routing.module.mjs +5 -5
  7. package/esm2022/admin/admin.module.mjs +5 -5
  8. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-edit/admin-abac-rules-edit.component.mjs +4 -4
  9. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +4 -4
  10. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-new/admin-abac-rules-new.component.mjs +4 -4
  11. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-view/admin-abac-rules-view.component.mjs +4 -4
  12. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules.component.mjs +4 -4
  13. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +4 -4
  14. package/esm2022/admin/components/admin-abac-rules/components/composed-condition/composed-condition.component.mjs +4 -4
  15. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +4 -4
  16. package/esm2022/admin/components/admin-abac-rules/components/select-attribute/select-attribute.component.mjs +4 -4
  17. package/esm2022/admin/components/admin-abac-rules/components/select-metadata/select-metadata.component.mjs +4 -4
  18. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.effects.mjs +4 -4
  19. package/esm2022/admin/components/admin-abac-rules/store/abac-rules.service.mjs +4 -4
  20. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +8 -7
  21. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +4 -4
  22. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +4 -4
  23. package/esm2022/admin/components/admin-classes/admin-classes-edit/admin-classes-edit.component.mjs +4 -4
  24. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +4 -4
  25. package/esm2022/admin/components/admin-classes/admin-classes-new/admin-classes-new.component.mjs +4 -4
  26. package/esm2022/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.mjs +4 -4
  27. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-edit/admin-attributes-edit.component.mjs +4 -4
  28. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +4 -4
  29. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-new/admin-attributes-new.component.mjs +4 -4
  30. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +4 -4
  31. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-classes-view.component.mjs +4 -4
  32. package/esm2022/admin/components/admin-classes/admin-classes.component.mjs +4 -4
  33. package/esm2022/admin/components/admin-classes/store/admin-class.effects.mjs +4 -4
  34. package/esm2022/admin/components/admin-dataset/admin-dataset.component.mjs +4 -4
  35. package/esm2022/admin/components/admin-dataset/admin-edit-dataset/admin-edit-dataset.component.mjs +4 -4
  36. package/esm2022/admin/components/admin-dataset/admin-new-dataset/admin-new-dataset.component.mjs +4 -4
  37. package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +4 -4
  38. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +4 -4
  39. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +4 -4
  40. package/esm2022/admin/components/admin-environment/admin-environment-new/admin-environment-new.component.mjs +4 -4
  41. package/esm2022/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.mjs +4 -4
  42. package/esm2022/admin/components/admin-environment/admin-environment-update/admin-environment-update.component.mjs +4 -4
  43. package/esm2022/admin/components/admin-environment/admin-environment.component.mjs +4 -4
  44. package/esm2022/admin/components/admin-environment/store/environment.effects.mjs +4 -4
  45. package/esm2022/admin/components/admin-fields/admin-fields-edit/admin-fields-edit.component.mjs +4 -4
  46. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +4 -4
  47. package/esm2022/admin/components/admin-fields/admin-fields-new/admin-fields-new.component.mjs +4 -4
  48. package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +4 -4
  49. package/esm2022/admin/components/admin-fields/admin-fields.component.mjs +4 -4
  50. package/esm2022/admin/components/admin-fields/store/fields.effects.mjs +4 -4
  51. package/esm2022/admin/components/admin-layout/admin-layout.component.mjs +4 -4
  52. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +4 -4
  53. package/esm2022/admin/components/admin-links/admin-links.component.mjs +4 -4
  54. package/esm2022/admin/components/admin-links/store/links.effects.mjs +4 -4
  55. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +4 -4
  56. package/esm2022/admin/components/admin-metadata/admin-edit-metadata/admin-edit-metadata.component.mjs +4 -4
  57. package/esm2022/admin/components/admin-metadata/admin-metadata.component.mjs +4 -4
  58. package/esm2022/admin/components/admin-metadata/admin-new-metadata/admin-new-metadata.component.mjs +4 -4
  59. package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +4 -4
  60. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +4 -4
  61. package/esm2022/admin/components/admin-metadata/shared/list-metadata/list-metadata.module.mjs +5 -5
  62. package/esm2022/admin/components/admin-metadata/shared/list-metadata/pry-list-metadata.component.mjs +4 -4
  63. package/esm2022/admin/components/admin-metadata-rules/admin-edit-metadata-rules/admin-edit-metadata-rules.component.mjs +4 -4
  64. package/esm2022/admin/components/admin-metadata-rules/admin-metadata-rules.component.mjs +4 -4
  65. package/esm2022/admin/components/admin-metadata-rules/admin-new-metadata-rules/admin-new-metadata-rules.component.mjs +4 -4
  66. package/esm2022/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.mjs +4 -4
  67. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +4 -4
  68. package/esm2022/admin/components/admin-metadata-rules/store/metadata-rules.effects.mjs +4 -4
  69. package/esm2022/admin/components/admin-metadata-user/admin-metadata-user.component.mjs +4 -4
  70. package/esm2022/admin/components/admin-metadata-user/admin-user-edit-metadata/admin-user-edit-metadata.component.mjs +4 -4
  71. package/esm2022/admin/components/admin-metadata-user/admin-user-new-metadata/admin-user-new-metadata.component.mjs +4 -4
  72. package/esm2022/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.mjs +4 -4
  73. package/esm2022/admin/components/admin-metadata-user/store/admin-metadata-user.effects.mjs +4 -4
  74. package/esm2022/admin/components/admin-predicates/admin-predicates-form/admin-predicates-form.component.mjs +4 -4
  75. package/esm2022/admin/components/admin-predicates/admin-predicates-new/admin-predicates-new.component.mjs +4 -4
  76. package/esm2022/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.mjs +4 -4
  77. package/esm2022/admin/components/admin-predicates/admin-predicates-update/admin-predicates-update.component.mjs +4 -4
  78. package/esm2022/admin/components/admin-predicates/admin-predicates.component.mjs +4 -4
  79. package/esm2022/admin/components/admin-predicates/store/predicates.effects.mjs +4 -4
  80. package/esm2022/admin/components/admin-relation-types/admin-relation-types-modal/admin-relation-types-modal.component.mjs +4 -4
  81. package/esm2022/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.mjs +4 -4
  82. package/esm2022/admin/components/admin-relation-types/admin-relation-types.component.mjs +4 -4
  83. package/esm2022/admin/components/admin-title/admin-title.component.mjs +4 -4
  84. package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +4 -4
  85. package/esm2022/admin/components/admin-user/admin-user.component.mjs +4 -4
  86. package/esm2022/admin/components/admin-user/store/admin-user.effects.mjs +4 -4
  87. package/esm2022/admin/components/admin.component.mjs +4 -4
  88. package/esm2022/admin/components/association/association.component.mjs +4 -4
  89. package/esm2022/admin/store/admin.effects.mjs +4 -4
  90. package/esm2022/admin/store/admin.service.mjs +4 -4
  91. package/esm2022/components/card/card.component.mjs +19 -19
  92. package/esm2022/components/card/card.module.mjs +5 -5
  93. package/esm2022/components/checkbox/checkbox.component.mjs +4 -4
  94. package/esm2022/components/checkbox/checkbox.module.mjs +5 -5
  95. package/esm2022/components/color-picker/color-picker.component.mjs +4 -4
  96. package/esm2022/components/color-picker/color-picker.module.mjs +5 -5
  97. package/esm2022/components/expand-panel/expand-panel.component.mjs +7 -7
  98. package/esm2022/components/expand-panel/expand-panel.module.mjs +5 -5
  99. package/esm2022/components/filter/filter.module.mjs +5 -5
  100. package/esm2022/components/filter/filter.pipe.mjs +4 -4
  101. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +4 -4
  102. package/esm2022/components/metadata-editor/metadata-editor.module.mjs +5 -5
  103. package/esm2022/components/metadata-editor/store/metadata.effects.mjs +4 -4
  104. package/esm2022/components/metadata-editor/store/metadata.service.mjs +4 -4
  105. package/esm2022/components/metadata-editor/style/css.component.mjs +4 -4
  106. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +4 -4
  107. package/esm2022/components/scheme-picker/scheme-picker.module.mjs +5 -5
  108. package/esm2022/components/scheme-picker/scheme.service.mjs +4 -4
  109. package/esm2022/components/sinceDate/sinceDate.module.mjs +5 -5
  110. package/esm2022/components/sinceDate/sinceDate.pipe.mjs +4 -4
  111. package/esm2022/components/stepper/step/step.component.mjs +4 -4
  112. package/esm2022/components/stepper/step-title.directive.mjs +4 -4
  113. package/esm2022/components/stepper/stepper.component.mjs +4 -4
  114. package/esm2022/components/stepper/stepper.module.mjs +5 -5
  115. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +5 -5
  116. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +14 -6
  117. package/esm2022/dataset/components/dataset.component.mjs +4 -4
  118. package/esm2022/dataset/dataset.module.mjs +5 -5
  119. package/esm2022/dataset/style/css.component.mjs +5 -5
  120. package/esm2022/filters/autocomplete/autocomplete.component.mjs +41 -0
  121. package/esm2022/filters/autocomplete/autocomplete.module.mjs +24 -0
  122. package/esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs +5 -0
  123. package/esm2022/filters/autocomplete/public-api.mjs +4 -0
  124. package/esm2022/filters/autocomplete/style/css.component.mjs +11 -0
  125. package/esm2022/filters/date/date-filter.component.mjs +4 -4
  126. package/esm2022/filters/date/date-filter.module.mjs +5 -5
  127. package/esm2022/filters/list/list-filter.component.mjs +4 -4
  128. package/esm2022/filters/list/list-filter.module.mjs +5 -5
  129. package/esm2022/filters/list/style/css.component.mjs +4 -4
  130. package/esm2022/filters/number/number-filter.component.mjs +4 -4
  131. package/esm2022/filters/number/number-filter.module.mjs +5 -5
  132. package/esm2022/filters/text/text-filter.component.mjs +4 -4
  133. package/esm2022/filters/text/text-filter.module.mjs +5 -5
  134. package/esm2022/import/components/import.component.mjs +4 -4
  135. package/esm2022/import/import-routing.module.mjs +5 -5
  136. package/esm2022/import/import.module.mjs +5 -5
  137. package/esm2022/import/store/import.effects.mjs +4 -4
  138. package/esm2022/import/store/import.service.mjs +4 -4
  139. package/esm2022/import/style/css.component.mjs +4 -4
  140. package/esm2022/lib/core/access/access.directive.mjs +4 -4
  141. package/esm2022/lib/core/access/access.guard.mjs +4 -4
  142. package/esm2022/lib/core/access/access.service.mjs +4 -4
  143. package/esm2022/lib/core/auth/geoAuth.service.mjs +4 -4
  144. package/esm2022/lib/core/components/about/about.component.mjs +6 -6
  145. package/esm2022/lib/core/components/about/pry-about.module.mjs +5 -5
  146. package/esm2022/lib/core/components/accordion/accordion-item/accordion-item.component.mjs +4 -4
  147. package/esm2022/lib/core/components/accordion/accordion.component.mjs +4 -4
  148. package/esm2022/lib/core/components/base-layout/base-layout.component.mjs +4 -4
  149. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +4 -4
  150. package/esm2022/lib/core/components/base-toolbox/base-toolbox.component.mjs +4 -4
  151. package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +4 -4
  152. package/esm2022/lib/core/components/date-picker/date-picker.component.mjs +4 -4
  153. package/esm2022/lib/core/components/date-picker/date-picker.module.mjs +5 -5
  154. package/esm2022/lib/core/components/date-picker/date-range-highlight.pipe.mjs +4 -4
  155. package/esm2022/lib/core/components/date-picker/time-picker/loop-scroll-column/loop-scroll-column.component.mjs +4 -4
  156. package/esm2022/lib/core/components/date-picker/time-picker/time-picker.component.mjs +4 -4
  157. package/esm2022/lib/core/components/edit-input/edit-input.component.mjs +4 -4
  158. package/esm2022/lib/core/components/edit-input/edit-input.module.mjs +5 -5
  159. package/esm2022/lib/core/components/get-secured-image/get-secured-image.pipe.mjs +7 -11
  160. package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.directive.mjs +4 -4
  161. package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.module.mjs +5 -5
  162. package/esm2022/lib/core/components/icon/icon.component.mjs +4 -4
  163. package/esm2022/lib/core/components/icon/icon.module.mjs +5 -5
  164. package/esm2022/lib/core/components/modal/modal.component.mjs +4 -4
  165. package/esm2022/lib/core/components/modal/pry-modal.module.mjs +5 -5
  166. package/esm2022/lib/core/components/modal-status/modal-status.component.mjs +4 -4
  167. package/esm2022/lib/core/components/modal-status/modal-status.module.mjs +5 -5
  168. package/esm2022/lib/core/components/nq-color-selector/nq-color-selector.component.mjs +4 -4
  169. package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +4 -4
  170. package/esm2022/lib/core/components/overlay/dialog.service.mjs +4 -4
  171. package/esm2022/lib/core/components/overlay/overlay.directive.mjs +4 -4
  172. package/esm2022/lib/core/components/overlay/overlay.module.mjs +5 -5
  173. package/esm2022/lib/core/components/range/range.component.mjs +4 -4
  174. package/esm2022/lib/core/components/range/range.module.mjs +5 -5
  175. package/esm2022/lib/core/components/select/select.component.mjs +7 -11
  176. package/esm2022/lib/core/components/select/select.module.mjs +5 -5
  177. package/esm2022/lib/core/components/select-image/select-image.component.mjs +4 -4
  178. package/esm2022/lib/core/components/share/share.component.mjs +4 -4
  179. package/esm2022/lib/core/components/share/share.module.mjs +5 -5
  180. package/esm2022/lib/core/components/snackbar/snackbar/snackbar.component.mjs +4 -4
  181. package/esm2022/lib/core/components/snackbar/snackbar.module.mjs +5 -5
  182. package/esm2022/lib/core/components/snackbar/snackbar.service.mjs +4 -4
  183. package/esm2022/lib/core/components/sort/sort-data.pipe.mjs +4 -4
  184. package/esm2022/lib/core/components/sort/sort-header/sort-header.component.mjs +4 -4
  185. package/esm2022/lib/core/components/sort/sort-header.directive.mjs +4 -4
  186. package/esm2022/lib/core/components/sort/sort-table.directive.mjs +4 -4
  187. package/esm2022/lib/core/components/sort/sort.module.mjs +5 -5
  188. package/esm2022/lib/core/components/tabs/tab-group.component.mjs +4 -4
  189. package/esm2022/lib/core/components/tabs/tab.component.mjs +4 -4
  190. package/esm2022/lib/core/components/toggle/toggle.component.mjs +4 -4
  191. package/esm2022/lib/core/components/toggle/toggle.module.mjs +5 -5
  192. package/esm2022/lib/core/components/translate-id/translate-id.pipe.mjs +4 -4
  193. package/esm2022/lib/core/components/translate-item-to-symbol/translate-item-to-symbol.pipe.mjs +4 -4
  194. package/esm2022/lib/core/components/upload/upload.component.mjs +4 -4
  195. package/esm2022/lib/core/core.module.mjs +5 -5
  196. package/esm2022/lib/core/errors/http-error-interceptor.service.mjs +4 -4
  197. package/esm2022/lib/core/i18n/en.translations.mjs +3 -2
  198. package/esm2022/lib/core/i18n/fr.translations.mjs +3 -2
  199. package/esm2022/lib/core/i18n/i18n.module.mjs +5 -5
  200. package/esm2022/lib/core/i18n/i18n.pipe.mjs +4 -4
  201. package/esm2022/lib/core/i18n/i18n.service.mjs +4 -4
  202. package/esm2022/lib/core/model/widget-aggregated-chart-manifest.interface.mjs +1 -1
  203. package/esm2022/lib/core/model/widget-map-manifest.interface.mjs +1 -1
  204. package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +5 -5
  205. package/esm2022/lib/core/store/aggregation/base-aggregation.service.mjs +4 -4
  206. package/esm2022/lib/core/store/aggregation/frontend-aggregation/frontend-aggregation.service.mjs +4 -4
  207. package/esm2022/lib/core/store/category/category.effects.mjs +4 -4
  208. package/esm2022/lib/core/store/category/category.service.mjs +4 -4
  209. package/esm2022/lib/core/store/class/class.effects.mjs +4 -4
  210. package/esm2022/lib/core/store/class/class.service.mjs +4 -4
  211. package/esm2022/lib/core/store/config/config.effects.mjs +4 -4
  212. package/esm2022/lib/core/store/config/config.service.mjs +4 -4
  213. package/esm2022/lib/core/store/config/open-map-tiles.service.mjs +4 -4
  214. package/esm2022/lib/core/store/context-menu/context-menu.effects.mjs +4 -4
  215. package/esm2022/lib/core/store/data-source/data-source.effects.mjs +5 -5
  216. package/esm2022/lib/core/store/data-source/data-source.service.mjs +4 -4
  217. package/esm2022/lib/core/store/field/field.effects.mjs +4 -4
  218. package/esm2022/lib/core/store/field/field.interface.mjs +2 -1
  219. package/esm2022/lib/core/store/field/field.service.mjs +4 -4
  220. package/esm2022/lib/core/store/image/image.effects.mjs +4 -4
  221. package/esm2022/lib/core/store/image/image.service.mjs +4 -4
  222. package/esm2022/lib/core/store/item/item.effects.mjs +4 -4
  223. package/esm2022/lib/core/store/item/item.service.mjs +4 -4
  224. package/esm2022/lib/core/store/raw/raw.service.mjs +4 -4
  225. package/esm2022/lib/core/store/relation-types/relation-types.effects.mjs +4 -4
  226. package/esm2022/lib/core/store/relation-types/relation-types.service.mjs +4 -4
  227. package/esm2022/lib/core/store/search/search.actions.mjs +1 -1
  228. package/esm2022/lib/core/store/search/search.effects.mjs +5 -5
  229. package/esm2022/lib/core/store/search/search.service.mjs +13 -12
  230. package/esm2022/lib/core/symbol/symbol.service.mjs +4 -4
  231. package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +4 -4
  232. package/esm2022/lib/core/toolbox/toolbox-menu.service.mjs +4 -4
  233. package/esm2022/lib/core/ws/websocket.service.mjs +4 -4
  234. package/esm2022/lib/dashboard/action-bus/effect/action-bus.effects.mjs +4 -4
  235. package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +4 -4
  236. package/esm2022/lib/dashboard/base-widget.module.mjs +5 -5
  237. package/esm2022/lib/dashboard/components/context-menu/context-menu.component.mjs +4 -4
  238. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +4 -4
  239. package/esm2022/lib/dashboard/components/dashboard.component.mjs +8 -8
  240. package/esm2022/lib/dashboard/components/manifests/manifests.component.mjs +4 -4
  241. package/esm2022/lib/dashboard/components/metadata/metadata.component.mjs +4 -4
  242. package/esm2022/lib/dashboard/components/subscriptionner.directive.mjs +4 -4
  243. package/esm2022/lib/dashboard/components/vizualize-raw/vizualize-raw.component.mjs +4 -4
  244. package/esm2022/lib/dashboard/components/widgets/base-widget.component.mjs +4 -4
  245. package/esm2022/lib/dashboard/components/widgets/data-widget.component.mjs +4 -4
  246. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +4 -4
  247. package/esm2022/lib/dashboard/components/widgets/header/resultset-size.pipe.mjs +4 -4
  248. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +4 -4
  249. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +4 -4
  250. package/esm2022/lib/dashboard/components/widgets/widget-filler/widget-filler.component.mjs +4 -4
  251. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +8 -6
  252. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-instanciator.component.mjs +4 -4
  253. package/esm2022/lib/dashboard/components/widgets/widget-placeholder/widget-placeholder.component.mjs +4 -4
  254. package/esm2022/lib/dashboard/dashboard.module.mjs +12 -8
  255. package/esm2022/lib/dashboard/filter/base-filter.component.mjs +4 -4
  256. package/esm2022/lib/dashboard/filter/base-filter.module.mjs +5 -5
  257. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +4 -4
  258. package/esm2022/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.mjs +4 -4
  259. package/esm2022/lib/dashboard/filter/filter-factory.service.mjs +4 -4
  260. package/esm2022/lib/dashboard/filter/style/css.component.mjs +4 -4
  261. package/esm2022/lib/dashboard/guard/default-view.guard.mjs +4 -4
  262. package/esm2022/lib/dashboard/item-utils.mjs +15 -14
  263. package/esm2022/lib/dashboard/store/dashboard-init.service.mjs +4 -4
  264. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -2
  265. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +56 -22
  266. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
  267. package/esm2022/lib/dashboard/store/manifest-utils.class.mjs +10 -7
  268. package/esm2022/lib/dashboard/store/manifest.service.mjs +4 -4
  269. package/esm2022/lib/dashboard/store/proxy.utils.mjs +76 -0
  270. package/esm2022/lib/dashboard/store/refresh.service.mjs +12 -7
  271. package/esm2022/lib/dashboard/store/title.service.mjs +4 -4
  272. package/esm2022/lib/dashboard/store/wms.service.mjs +4 -4
  273. package/esm2022/lib/dashboard/tooltip/base-tooltip.component.mjs +4 -4
  274. package/esm2022/lib/dashboard/tooltip/base-tooltip.module.mjs +5 -5
  275. package/esm2022/lib/dashboard/tooltip/components/default/default.tooltip.component.mjs +4 -4
  276. package/esm2022/lib/dashboard/tooltip/tooltip-factory.service.mjs +4 -4
  277. package/esm2022/notification/components/notification/content/notification-content.component.mjs +4 -4
  278. package/esm2022/notification/components/notification/notification.component.mjs +4 -4
  279. package/esm2022/notification/notification.module.mjs +5 -5
  280. package/esm2022/notification/store/notification.effects.mjs +4 -4
  281. package/esm2022/notification/store/notification.service.mjs +4 -4
  282. package/esm2022/notification/style/css.component.mjs +4 -4
  283. package/esm2022/pipeline/components/pipeline-details/pipeline-details.component.mjs +4 -4
  284. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +4 -4
  285. package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +4 -4
  286. package/esm2022/pipeline/components/pipeline-properties-panel.component.mjs +4 -4
  287. package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +4 -4
  288. package/esm2022/pipeline/pipeline.module.mjs +5 -5
  289. package/esm2022/pipeline/store/pipeline.effects.mjs +4 -4
  290. package/esm2022/pipeline/store/pipeline.service.mjs +4 -4
  291. package/esm2022/pipeline/style/css.component.mjs +4 -4
  292. package/esm2022/pipeline-components/filter/component/filter.component.mjs +4 -4
  293. package/esm2022/pipeline-components/filter/filter.module.mjs +5 -5
  294. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +4 -4
  295. package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +5 -5
  296. package/esm2022/pipeline-components/noop/component/noop.component.mjs +4 -4
  297. package/esm2022/pipeline-components/noop/noop.module.mjs +5 -5
  298. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +4 -4
  299. package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +5 -5
  300. package/esm2022/pipeline-components/subgraph/component/empty.component.mjs +4 -4
  301. package/esm2022/pipeline-components/subgraph/subgraph.module.mjs +5 -5
  302. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +17 -30
  303. package/esm2022/presentation/components/presentation.component.mjs +6 -33
  304. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +4 -4
  305. package/esm2022/presentation/presentation.module.mjs +5 -5
  306. package/esm2022/presentation/style/css.component.mjs +5 -5
  307. package/esm2022/restitution/components/restitution/restitution.component.mjs +24 -8
  308. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +4 -4
  309. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +4 -4
  310. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +4 -4
  311. package/esm2022/restitution/restitution.module.mjs +5 -5
  312. package/esm2022/restitution/style/css.component.mjs +5 -5
  313. package/esm2022/search/components/choose-widget/choose-widget.component.mjs +4 -4
  314. package/esm2022/search/components/edit-named-query/edit-named-query.component.mjs +9 -5
  315. package/esm2022/search/components/edit-named-query-modal/edit-named-query-modal.component.mjs +4 -4
  316. package/esm2022/search/components/save-query/save-query.component.mjs +4 -4
  317. package/esm2022/search/components/save-query-button/save-query-button.component.mjs +4 -4
  318. package/esm2022/search/search-fulltext/search-fulltext/search-fulltext.component.mjs +4 -4
  319. package/esm2022/search/search-fulltext/store/search-fulltext.effects.mjs +4 -4
  320. package/esm2022/search/search-fulltext/store/search-fulltext.service.mjs +4 -4
  321. package/esm2022/search/search-home/search-home.component.mjs +5 -5
  322. package/esm2022/search/search-mono-class/components/search-composed/search-composed.component.mjs +4 -4
  323. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +4 -4
  324. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +4 -4
  325. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +4 -4
  326. package/esm2022/search/search-mono-class/components/search-select-attribute/search-select-attribute.component.mjs +4 -4
  327. package/esm2022/search/search-mono-class/store/search-mono-class.effects.mjs +4 -4
  328. package/esm2022/search/search-mono-class/store/search-mono-class.service.mjs +4 -4
  329. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +4 -4
  330. package/esm2022/search/search-multi-class/components/multi-class-field-selection/multi-class-field-selection.component.mjs +4 -4
  331. package/esm2022/search/search-multi-class/components/search-multi-class/search-multi-class.component.mjs +4 -4
  332. package/esm2022/search/search-multi-class/store/search-multi-class.effects.mjs +4 -4
  333. package/esm2022/search/search-multi-class/store/search-multi-class.service.mjs +4 -4
  334. package/esm2022/search/search-tools/search-tools.component.mjs +4 -4
  335. package/esm2022/search/search.module.mjs +5 -5
  336. package/esm2022/search/style/css.component.mjs +4 -4
  337. package/esm2022/supervision/components/supervision-business-data/supervision-business-data.component.mjs +4 -4
  338. package/esm2022/supervision/components/supervision-flow/supervision-flow.component.mjs +4 -4
  339. package/esm2022/supervision/components/supervision-infrastructures/supervision-infrastructures.component.mjs +4 -4
  340. package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.mjs +4 -4
  341. package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors.component.mjs +4 -4
  342. package/esm2022/supervision/components/supervision-layout/supervision-layout.component.mjs +4 -4
  343. package/esm2022/supervision/components/supervision-menu/supervision-menu.component.mjs +4 -4
  344. package/esm2022/supervision/components/supervision-title/supervision-title.component.mjs +4 -4
  345. package/esm2022/supervision/components/supervision.component.mjs +4 -4
  346. package/esm2022/supervision/store/supervision.effects.mjs +4 -4
  347. package/esm2022/supervision/store/supervision.service.mjs +4 -4
  348. package/esm2022/supervision/supervision-routing.module.mjs +5 -5
  349. package/esm2022/supervision/supervision.module.mjs +5 -5
  350. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +7 -5
  351. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +4 -4
  352. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +4 -4
  353. package/esm2022/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.mjs +4 -4
  354. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +6 -4
  355. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +4 -4
  356. package/esm2022/toolbox/components/named-query/named-query.component.mjs +4 -4
  357. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +11 -7
  358. package/esm2022/toolbox/components/save-view/save-view.component.mjs +4 -4
  359. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +4 -4
  360. package/esm2022/toolbox/components/toolbox-action/toolbox-action.component.mjs +4 -4
  361. package/esm2022/toolbox/components/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +4 -4
  362. package/esm2022/toolbox/components/toolbox.component.mjs +4 -4
  363. package/esm2022/toolbox/style/css.component.mjs +4 -4
  364. package/esm2022/toolbox/toolbox.module.mjs +5 -5
  365. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +4 -4
  366. package/esm2022/tooltips/attribute/attribute-tooltip.module.mjs +5 -5
  367. package/esm2022/tooltips/cluster/cluster-tooltip.component.mjs +4 -4
  368. package/esm2022/tooltips/cluster/cluster-tooltip.module.mjs +5 -5
  369. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +51 -46
  370. package/esm2022/widgets/widget-aggregated-chart/i18n/en.translations.mjs +10 -1
  371. package/esm2022/widgets/widget-aggregated-chart/i18n/fr.translations.mjs +10 -1
  372. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +4 -4
  373. package/esm2022/widgets/widget-aggregated-chart/widget-aggregated-chart.module.mjs +5 -5
  374. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +4 -4
  375. package/esm2022/widgets/widget-chart/style/css.component.mjs +4 -4
  376. package/esm2022/widgets/widget-chart/widget-chart.module.mjs +5 -5
  377. package/esm2022/widgets/widget-detail/component/widget-detail.component.mjs +4 -4
  378. package/esm2022/widgets/widget-detail/style/css.component.mjs +4 -4
  379. package/esm2022/widgets/widget-detail/widget-detail.module.mjs +5 -5
  380. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +4 -4
  381. package/esm2022/widgets/widget-graph/style/css.component.mjs +4 -4
  382. package/esm2022/widgets/widget-graph/widget-graph.module.mjs +5 -5
  383. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +4 -4
  384. package/esm2022/widgets/widget-iframe/messaging/iframe-messaging.service.mjs +4 -4
  385. package/esm2022/widgets/widget-iframe/style/css.component.mjs +4 -4
  386. package/esm2022/widgets/widget-iframe/widget-iframe.module.mjs +5 -5
  387. package/esm2022/widgets/widget-image/component/widget-image.component.mjs +4 -4
  388. package/esm2022/widgets/widget-image/style/css.component.mjs +4 -4
  389. package/esm2022/widgets/widget-image/widget-image.module.mjs +5 -5
  390. package/esm2022/widgets/widget-map/component/widget-map-layer.service.mjs +4 -4
  391. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +235 -129
  392. package/esm2022/widgets/widget-map/i18n/en.translations.mjs +10 -2
  393. package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +10 -2
  394. package/esm2022/widgets/widget-map/interaction/layer-slider.class.mjs +63 -0
  395. package/esm2022/widgets/widget-map/interaction/selection-interaction.class.mjs +21 -16
  396. package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +4 -4
  397. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +24 -12
  398. package/esm2022/widgets/widget-map/public-api.mjs +2 -1
  399. package/esm2022/widgets/widget-map/style/css.component.mjs +5 -5
  400. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +36 -3
  401. package/esm2022/widgets/widget-map/utils/xml-utils.class.mjs +56 -13
  402. package/esm2022/widgets/widget-map/widget-map.module.mjs +5 -5
  403. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +11 -6
  404. package/esm2022/widgets/widget-table/expand-value/detach-row.directive.mjs +4 -4
  405. package/esm2022/widgets/widget-table/expand-value/expand-value.component.mjs +4 -4
  406. package/esm2022/widgets/widget-table/expand-value/format-number.pipe.mjs +4 -4
  407. package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +5 -5
  408. package/esm2022/widgets/widget-table/resizable/resizable.component.mjs +4 -4
  409. package/esm2022/widgets/widget-table/resizable/resizable.directive.mjs +4 -4
  410. package/esm2022/widgets/widget-table/style/css.component.mjs +4 -4
  411. package/esm2022/widgets/widget-table/widget-table.module.mjs +5 -5
  412. package/esm2022/widgets/widget-template/component/widget-template.component.mjs +4 -4
  413. package/esm2022/widgets/widget-template/style/css.component.mjs +4 -4
  414. package/esm2022/widgets/widget-template/widget-template.module.mjs +5 -5
  415. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +4 -4
  416. package/esm2022/widgets/widget-tile/style/css.component.mjs +4 -4
  417. package/esm2022/widgets/widget-tile/widget-tile.module.mjs +5 -5
  418. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +4 -4
  419. package/esm2022/widgets/widget-vega/style/css.component.mjs +4 -4
  420. package/esm2022/widgets/widget-vega/widget-vega.module.mjs +5 -5
  421. package/fesm2022/provoly-dashboard-admin.mjs +261 -260
  422. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  423. package/fesm2022/provoly-dashboard-components-card.mjs +22 -22
  424. package/fesm2022/provoly-dashboard-components-card.mjs.map +1 -1
  425. package/fesm2022/provoly-dashboard-components-checkbox.mjs +7 -7
  426. package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
  427. package/fesm2022/provoly-dashboard-components-color-picker.mjs +7 -7
  428. package/fesm2022/provoly-dashboard-components-color-picker.mjs.map +1 -1
  429. package/fesm2022/provoly-dashboard-components-expand-panel.mjs +10 -10
  430. package/fesm2022/provoly-dashboard-components-expand-panel.mjs.map +1 -1
  431. package/fesm2022/provoly-dashboard-components-filter.mjs +7 -7
  432. package/fesm2022/provoly-dashboard-components-filter.mjs.map +1 -1
  433. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +16 -16
  434. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  435. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +10 -10
  436. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  437. package/fesm2022/provoly-dashboard-components-sinceDate.mjs +7 -7
  438. package/fesm2022/provoly-dashboard-components-sinceDate.mjs.map +1 -1
  439. package/fesm2022/provoly-dashboard-components-stepper.mjs +13 -13
  440. package/fesm2022/provoly-dashboard-components-stepper.mjs.map +1 -1
  441. package/fesm2022/provoly-dashboard-dataset.mjs +28 -20
  442. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  443. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +75 -0
  444. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -0
  445. package/fesm2022/provoly-dashboard-filters-date.mjs +7 -7
  446. package/fesm2022/provoly-dashboard-filters-date.mjs.map +1 -1
  447. package/fesm2022/provoly-dashboard-filters-list.mjs +10 -10
  448. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  449. package/fesm2022/provoly-dashboard-filters-number.mjs +7 -7
  450. package/fesm2022/provoly-dashboard-filters-number.mjs.map +1 -1
  451. package/fesm2022/provoly-dashboard-filters-text.mjs +7 -7
  452. package/fesm2022/provoly-dashboard-filters-text.mjs.map +1 -1
  453. package/fesm2022/provoly-dashboard-import.mjs +20 -20
  454. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  455. package/fesm2022/provoly-dashboard-notification.mjs +19 -19
  456. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  457. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +7 -7
  458. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  459. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +7 -7
  460. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  461. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +7 -7
  462. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs.map +1 -1
  463. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +7 -7
  464. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  465. package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs +7 -7
  466. package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs.map +1 -1
  467. package/fesm2022/provoly-dashboard-pipeline.mjs +28 -28
  468. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  469. package/fesm2022/provoly-dashboard-presentation.mjs +31 -71
  470. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  471. package/fesm2022/provoly-dashboard-restitution.mjs +40 -24
  472. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  473. package/fesm2022/provoly-dashboard-search.mjs +79 -75
  474. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  475. package/fesm2022/provoly-dashboard-supervision.mjs +41 -41
  476. package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
  477. package/fesm2022/provoly-dashboard-toolbox.mjs +58 -50
  478. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  479. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -7
  480. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
  481. package/fesm2022/provoly-dashboard-tooltips-cluster.mjs +7 -7
  482. package/fesm2022/provoly-dashboard-tooltips-cluster.mjs.map +1 -1
  483. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +75 -52
  484. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  485. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +10 -10
  486. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  487. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs +10 -10
  488. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs.map +1 -1
  489. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +10 -10
  490. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  491. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +13 -13
  492. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs.map +1 -1
  493. package/fesm2022/provoly-dashboard-widgets-widget-image.mjs +10 -10
  494. package/fesm2022/provoly-dashboard-widgets-widget-image.mjs.map +1 -1
  495. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +457 -184
  496. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  497. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +36 -31
  498. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  499. package/fesm2022/provoly-dashboard-widgets-widget-template.mjs +10 -10
  500. package/fesm2022/provoly-dashboard-widgets-widget-template.mjs.map +1 -1
  501. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +10 -10
  502. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  503. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +10 -10
  504. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
  505. package/fesm2022/provoly-dashboard.mjs +681 -562
  506. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  507. package/filters/autocomplete/autocomplete.component.d.ts +16 -0
  508. package/filters/autocomplete/autocomplete.module.d.ts +14 -0
  509. package/filters/autocomplete/index.d.ts +5 -0
  510. package/filters/autocomplete/public-api.d.ts +3 -0
  511. package/filters/autocomplete/style/_m-autocomplete.scss +7 -0
  512. package/filters/autocomplete/style/css.component.d.ts +5 -0
  513. package/lib/core/components/get-secured-image/get-secured-image.pipe.d.ts +1 -5
  514. package/lib/core/components/select/select.component.d.ts +0 -1
  515. package/lib/core/i18n/en.translations.d.ts +1 -0
  516. package/lib/core/i18n/fr.translations.d.ts +1 -0
  517. package/lib/core/model/widget-aggregated-chart-manifest.interface.d.ts +1 -1
  518. package/lib/core/model/widget-map-manifest.interface.d.ts +3 -1
  519. package/lib/core/store/field/field.interface.d.ts +1 -0
  520. package/lib/core/store/search/search.actions.d.ts +4 -0
  521. package/lib/core/store/search/search.service.d.ts +7 -6
  522. package/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.d.ts +4 -1
  523. package/lib/dashboard/dashboard.module.d.ts +2 -0
  524. package/lib/dashboard/item-utils.d.ts +2 -3
  525. package/lib/dashboard/store/dashboard.actions.d.ts +5 -0
  526. package/lib/dashboard/store/dashboard.effects.d.ts +24 -5
  527. package/lib/dashboard/store/dashboard.selectors.d.ts +13 -7
  528. package/lib/dashboard/store/manifest-utils.class.d.ts +4 -1
  529. package/lib/dashboard/store/proxy.utils.d.ts +24 -0
  530. package/lib/dashboard/store/wms.service.d.ts +1 -1
  531. package/package.json +14 -8
  532. package/presentation/style/_o-pry-presentation.scss +1 -1
  533. package/styles/components/_o-widget.scss +57 -2
  534. package/styles-theme/components-theme/_o-widget.theme.scss +1 -1
  535. package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +16 -6
  536. package/widgets/widget-aggregated-chart/i18n/en.translations.d.ts +9 -0
  537. package/widgets/widget-aggregated-chart/i18n/fr.translations.d.ts +9 -0
  538. package/widgets/widget-map/component/widget-map.component.d.ts +45 -9
  539. package/widgets/widget-map/i18n/en.translations.d.ts +8 -0
  540. package/widgets/widget-map/i18n/fr.translations.d.ts +8 -0
  541. package/widgets/widget-map/interaction/layer-slider.class.d.ts +10 -0
  542. package/widgets/widget-map/interaction/selection-interaction.class.d.ts +2 -3
  543. package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -0
  544. package/widgets/widget-map/public-api.d.ts +1 -0
  545. package/widgets/widget-map/style/_o-layer-legend.scss +16 -5
  546. package/widgets/widget-map/style/_o-widget-map.scss +75 -1
  547. package/widgets/widget-map/utils/widget-map.utils.d.ts +7 -1
  548. package/widgets/widget-map/utils/xml-utils.class.d.ts +11 -1
@@ -0,0 +1,16 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { Store } from '@ngrx/store';
3
+ import { BaseFilterComponent, SearchService } from '@provoly/dashboard';
4
+ import { BehaviorSubject, Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class AutocompleteComponent extends BaseFilterComponent implements OnInit, OnDestroy {
7
+ private searchService;
8
+ search$: BehaviorSubject<string>;
9
+ autocomplete$?: Observable<string[]>;
10
+ constructor(store: Store, searchService: SearchService);
11
+ ngOnInit(): void;
12
+ setFilter(value: string): void;
13
+ updateSearch($event?: Event): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "pry-autocomplete", never, {}, {}, never, never, false, never>;
16
+ }
@@ -0,0 +1,14 @@
1
+ import { Type } from '@angular/core';
2
+ import { BaseFilterComponent, BaseFilterModule } from '@provoly/dashboard';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./autocomplete.component";
5
+ import * as i2 from "./style/css.component";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "@angular/forms";
8
+ import * as i5 from "@provoly/dashboard";
9
+ export declare class PryAutocompleteModule extends BaseFilterModule {
10
+ getComponent(): Type<BaseFilterComponent>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<PryAutocompleteModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PryAutocompleteModule, [typeof i1.AutocompleteComponent, typeof i2.PryAutocompleteCssComponent], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.PrySelectModule], [typeof i1.AutocompleteComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<PryAutocompleteModule>;
14
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@provoly/dashboard/filters/autocomplete" />
5
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export * from './autocomplete.module';
2
+ export * from './autocomplete.component';
3
+ export * from './style/css.component';
@@ -0,0 +1,7 @@
1
+ @use '../../../styles/abstracts/index' as *;
2
+
3
+ .m-form-label-field {
4
+ &.-list {
5
+ margin-bottom: 0;
6
+ }
7
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class PryAutocompleteCssComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<PryAutocompleteCssComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<PryAutocompleteCssComponent, "pry-autocomplete-css", never, {}, {}, never, never, false, never>;
5
+ }
@@ -1,15 +1,11 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { SafeUrl } from '@angular/platform-browser';
3
- import { Store } from '@ngrx/store';
4
3
  import { Observable } from 'rxjs';
5
- import { PryI18nService } from '../../i18n/i18n.service';
6
4
  import { SymbolService } from '../../symbol/symbol.service';
7
5
  import * as i0 from "@angular/core";
8
6
  export declare class GetSecuredImagePipe implements PipeTransform {
9
- private store;
10
- private translateService;
11
7
  private symbolService;
12
- constructor(store: Store<any>, translateService: PryI18nService, symbolService: SymbolService);
8
+ constructor(symbolService: SymbolService);
13
9
  transform(value: unknown, ...args: unknown[]): Observable<SafeUrl | string>;
14
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GetSecuredImagePipe, never>;
15
11
  static ɵpipe: i0.ɵɵPipeDeclaration<GetSecuredImagePipe, "getSecuredImage", false>;
@@ -37,7 +37,6 @@ export declare class PrySelectComponent implements ControlValueAccessor {
37
37
  registerOnTouched(fn: any): void;
38
38
  setDisabledState(isDisabled: boolean): void;
39
39
  writeValue(obj: any): void;
40
- customSearchFn(term: string, item: any): boolean;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
42
41
  static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "labelTranslate": { "alias": "labelTranslate"; "required": false; }; "baseTranslate": { "alias": "baseTranslate"; "required": false; }; "translationFn": { "alias": "translationFn"; "required": false; }; "translationFnArgs": { "alias": "translationFnArgs"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleClearRight": { "alias": "multipleClearRight"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isForm": { "alias": "isForm"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemsAsOption": { "alias": "itemsAsOption"; "required": false; }; "bindData": { "alias": "bindData"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "templateLabel": { "alias": "templateLabel"; "required": false; }; "templateOption": { "alias": "templateOption"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; }, {}, never, never, false, never>;
43
42
  }
@@ -343,6 +343,7 @@ export declare const enTranslations: {
343
343
  date: string;
344
344
  list: string;
345
345
  number: string;
346
+ autocomplete: string;
346
347
  };
347
348
  };
348
349
  };
@@ -343,6 +343,7 @@ export declare const frTranslations: {
343
343
  date: string;
344
344
  list: string;
345
345
  number: string;
346
+ autocomplete: string;
346
347
  };
347
348
  };
348
349
  };
@@ -33,7 +33,7 @@ export interface TimeLimit {
33
33
  isTimeLimit: true;
34
34
  }
35
35
  export interface Sort {
36
- attribute: string;
36
+ value: 'key' | 'value';
37
37
  direction: 'asc' | 'desc';
38
38
  }
39
39
  export interface ChartAggregatedWidgetOptions {
@@ -15,7 +15,7 @@ export interface MapWidgetOptions {
15
15
  singleLayer?: boolean;
16
16
  ignoreAutoLayer?: string[];
17
17
  automaticLayers?: boolean;
18
- ignoreGetCapabilitiesExtent?: boolean;
18
+ slide?: boolean;
19
19
  }
20
20
  export type MapWidgetLayerOptions = MapWidgetHeatMapLayerOptions | MapWidgetMarkerLayerOptions | MapWidgetBubbleLayerOptions | MapWidgetRelationLayerOptions | MapWMSLayerLayerOptions | MapFeatureLayerOptions | MapVectorTileLayerOptions | MapRasterTileLayerOptions | MapGeoServerLayerOptions | MapAutoLayerOptions | MapWMTSLayerLayerOptions | MapWidgetGeometryLayerOptions;
21
21
  export interface BaseWidgetMapLayerOptions {
@@ -27,6 +27,8 @@ export interface BaseWidgetMapLayerOptions {
27
27
  opacity?: number;
28
28
  order?: number;
29
29
  background?: boolean;
30
+ fit?: boolean;
31
+ slide?: 'left' | 'right' | 'all';
30
32
  }
31
33
  export interface MapWidgetHeatMapLayerOptions extends BaseWidgetMapLayerOptions {
32
34
  type: 'heatmap';
@@ -23,3 +23,4 @@ export interface Field {
23
23
  crs?: string;
24
24
  }
25
25
  export declare const GeometricFieldTypes: string[];
26
+ export declare const NumericFieldTypes: string[];
@@ -11,8 +11,12 @@ export declare const SearchActions: {
11
11
  } & import("@ngrx/store/src/models").TypedAction<"[Search] search">>;
12
12
  getDatasourceItems: import("@ngrx/store").ActionCreator<"[Search] (bus) search named", (props: {
13
13
  id: string;
14
+ excludeGeo: boolean;
15
+ from: string;
14
16
  }) => {
15
17
  id: string;
18
+ excludeGeo: boolean;
19
+ from: string;
16
20
  } & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) search named">>;
17
21
  searchSuccess: import("@ngrx/store").ActionCreator<"[Search Api] (bus) Search Success", (props: {
18
22
  resultSet: ResultSet;
@@ -18,12 +18,7 @@ export declare class SearchService {
18
18
  [datasource: string]: FilterContext[];
19
19
  };
20
20
  constructor(httpClient: HttpClient, store: Store<ConfigState | SearchState>);
21
- /**
22
- * Request the result of a named query by its id
23
- * @param id of the data source to fetch
24
- * @param quickOrder if it has to be applied
25
- */
26
- getItems(id: string, quickOrder?: ResultOrder): Observable<ResultSet>;
21
+ getItems(id: string, quickOrder?: ResultOrder, excludeGeo?: boolean): Observable<ResultSet>;
27
22
  getItemsSerializedParams(id: string, quickOrder?: {
28
23
  [id: string]: ResultOrder | undefined;
29
24
  }): string;
@@ -45,6 +40,12 @@ export declare class SearchService {
45
40
  * @param rs
46
41
  */
47
42
  applyTransformations(id: string, rs: ResultSet): ResultSet;
43
+ autocomplete(attributes: {
44
+ id: string;
45
+ name: string;
46
+ label: string;
47
+ datasource: string;
48
+ }[] | undefined, search: string): Observable<string[]>;
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchService, never>;
49
50
  static ɵprov: i0.ɵɵInjectableDeclaration<SearchService>;
50
51
  }
@@ -23,7 +23,10 @@ export declare class WidgetFactoryService {
23
23
  resolveComponent(manifest: WidgetManifest): Observable<Type<BaseWidgetComponent>>;
24
24
  private putDefinitions;
25
25
  isModuleLoaded(type: string): Observable<boolean>;
26
- datasourcesToAutoLoad(manifest: WidgetManifest): string[];
26
+ datasourcesToAutoLoad(manifest: WidgetManifest): {
27
+ datasetId: string;
28
+ excludeGeo: boolean;
29
+ }[];
27
30
  aggregatesToAutoLoad(manifest: WidgetManifest): string[];
28
31
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetFactoryService, never>;
29
32
  static ɵprov: i0.ɵɵInjectableDeclaration<WidgetFactoryService>;
@@ -1,4 +1,5 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
+ import { Store } from '@ngrx/store';
2
3
  import { WidgetDefinition } from './components/widgets/widget-instanciator/widgets-definition.model';
3
4
  import { LayoutPlacementOptionImplementationFn, LayoutSizeImplementationFn } from './components/widgets/widget-placement/widget-placement.utils';
4
5
  import { FilterDefinition } from './filter/filter-factory.service';
@@ -56,6 +57,7 @@ export declare class PryDashboardModule {
56
57
  placementImpl: LayoutPlacementOptionImplementationFn;
57
58
  image?: string;
58
59
  }[]): ModuleWithProviders<PryDashboardModule>;
60
+ constructor(store: Store);
59
61
  static ɵfac: i0.ɵɵFactoryDeclaration<PryDashboardModule, never>;
60
62
  static ɵmod: i0.ɵɵNgModuleDeclaration<PryDashboardModule, [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent, typeof i20.PryFilterGroupCssComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.PrySelectModule, typeof i24.PryIconModule, typeof i25.OverlayModule, typeof i26.PryCoreModule, typeof i27.PryCheckboxModule, typeof i28.PryToggleModule, typeof i29.PryOverlayModule, typeof i30.StoreFeatureModule, typeof i31.EffectsFeatureModule, typeof i32.PryDatePickerModule, typeof i33.PryI18nModule], [typeof i1.DashboardComponent, typeof i2.WidgetInstanciatorComponent, typeof i3.WidgetPlaceholderComponent, typeof i4.SettingsComponent, typeof i5.ManifestsComponent, typeof i6.MetadataComponent, typeof i7.ContextMenuComponent, typeof i8.DataWidgetComponent, typeof i9.BaseWidgetComponent, typeof i10.PryWidgetHeaderComponent, typeof i11.PryObjectEditionComponent, typeof i12.VizualizeRawComponent, typeof i13.ResultSetSizePipe, typeof i14.DefaultTooltipComponent, typeof i15.BaseTooltipComponent, typeof i16.BaseFilterComponent, typeof i17.FilterInstanciatorComponent, typeof i18.FilterGroupComponent, typeof i19.DatasourceSelectorComponent]>;
61
63
  static ɵinj: i0.ɵɵInjectorDeclaration<PryDashboardModule>;
@@ -12,8 +12,7 @@ export declare class ItemUtils {
12
12
  static pertinentValue(items: Item[], attr: Attribute): number[];
13
13
  static isLocation(tuple: any[]): boolean;
14
14
  static getAttributesFromAvailabilityInResultSet(resultSet: ResultSet): string[];
15
- static findInResultSet(resultSet: ResultSet, id: string): Item;
16
- static getFieldsFromAvailabilityInResultSet(resultSet: ResultSet, classes: Class[], fields: Field[]): Field[];
15
+ static getFieldsForClasses(classesId: string[], classes: Class[], fields: Field[]): Field[];
17
16
  static hasLocation(clazz: Class): boolean;
18
17
  static isValidObject(object: Item): boolean | "";
19
18
  static getAttributesFromRs(resultSet: ResultSet, classes: Class[], fields: Field[], defs?: {
@@ -21,7 +20,7 @@ export declare class ItemUtils {
21
20
  }): Attribute[];
22
21
  static getAttributesDefinitionForClass(clazz: Class, defs: {
23
22
  [key: string]: string[];
24
- }): string[];
23
+ }, fields: Field[]): string[];
25
24
  static ensureItemIdHasCorrectFormat(item: Item): Item;
26
25
  static simpleArrayEquals(a: any[], b: any[]): boolean;
27
26
  }
@@ -500,4 +500,9 @@ export declare const DashboardActions: {
500
500
  }) => {
501
501
  id: string;
502
502
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) Triggering aggregates for datasource">>;
503
+ loadPresentation: import("@ngrx/store").ActionCreator<"[Dashboard] load presentation", (props: {
504
+ presentation: ManifestDescription;
505
+ }) => {
506
+ presentation: ManifestDescription;
507
+ } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] load presentation">>;
503
508
  };
@@ -10,11 +10,13 @@ import { SearchService } from '../../core/store/search/search.service';
10
10
  import { ToolboxManifestService } from '../../core/toolbox/toolbox-manifest.service';
11
11
  import { BusService } from '../action-bus/service/bus.service';
12
12
  import { DashboardInitService } from './dashboard-init.service';
13
+ import { ViewMode } from './dashboard.actions';
13
14
  import { ManifestService } from './manifest.service';
14
15
  import { RefreshService } from './refresh.service';
15
16
  import { PryTitleService } from './title.service';
16
17
  import { WmsService } from './wms.service';
17
18
  import { WidgetFactoryService } from '../components/widgets/widget-instanciator/widget-factory.service';
19
+ import { DisplayMode } from '../../core/model/display-options.interface';
18
20
  import * as i0 from "@angular/core";
19
21
  export declare class DashboardEffects {
20
22
  private dashboardInitService;
@@ -43,9 +45,9 @@ export declare class DashboardEffects {
43
45
  presentation?: {
44
46
  current?: import("../../core/model/manifest.interface").ManifestDescription | undefined;
45
47
  initial?: GlobalManifest | undefined;
46
- viewMode?: import("./dashboard.actions").ViewMode | undefined;
48
+ viewMode?: ViewMode | undefined;
47
49
  } | undefined;
48
- display?: import("@provoly/dashboard").DisplayOptions | undefined;
50
+ display?: import("../../core/model/display-options.interface").DisplayOptions | undefined;
49
51
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest after tenant join">> & import("@ngrx/effects").CreateEffectMetadata;
50
52
  leave$: import("rxjs").Observable<{
51
53
  tenants?: string[] | undefined;
@@ -95,6 +97,8 @@ export declare class DashboardEffects {
95
97
  id: string;
96
98
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) Triggering aggregates for datasource">) | ({
97
99
  id: string;
100
+ excludeGeo: boolean;
101
+ from: string;
98
102
  } & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) search named">)> & import("@ngrx/effects").CreateEffectMetadata;
99
103
  sendAggregatesEvent$: import("rxjs").Observable<{
100
104
  id: string;
@@ -141,9 +145,9 @@ export declare class DashboardEffects {
141
145
  presentation?: {
142
146
  current?: import("../../core/model/manifest.interface").ManifestDescription | undefined;
143
147
  initial?: GlobalManifest | undefined;
144
- viewMode?: import("./dashboard.actions").ViewMode | undefined;
148
+ viewMode?: ViewMode | undefined;
145
149
  } | undefined;
146
- display?: import("@provoly/dashboard").DisplayOptions | undefined;
150
+ display?: import("../../core/model/display-options.interface").DisplayOptions | undefined;
147
151
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest after tenant join">) | ({
148
152
  tenants?: string[] | undefined;
149
153
  manifest: GlobalManifest;
@@ -215,6 +219,8 @@ export declare class DashboardEffects {
215
219
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) display snack message">> & import("@ngrx/effects").CreateEffectMetadata;
216
220
  relaunchAfterOrder$: import("rxjs").Observable<{
217
221
  id: string;
222
+ excludeGeo: boolean;
223
+ from: string;
218
224
  } & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) search named">> & import("@ngrx/effects").CreateEffectMetadata;
219
225
  propagateGridLayout$: import("rxjs").Observable<{
220
226
  manifest: import("../../core/model/manifest.interface").DashboardManifest;
@@ -231,7 +237,20 @@ export declare class DashboardEffects {
231
237
  features: any;
232
238
  } & import("@ngrx/store/src/models").TypedAction<"[Widget map] Set Wms layer features">> & import("@ngrx/effects").CreateEffectMetadata;
233
239
  addManifestMetadata: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) fetching available manifests">> & import("@ngrx/effects").CreateEffectMetadata;
234
- deleteManifestMetadata: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) fetching available manifests">> & import("@ngrx/effects").CreateEffectMetadata;
240
+ deleteManifestMetadata$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) fetching available manifests">> & import("@ngrx/effects").CreateEffectMetadata;
241
+ loadPresentation$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) follow manifest route"> | ({
242
+ tenants?: string[] | undefined;
243
+ manifest: GlobalManifest;
244
+ resultSets?: import("@provoly/dashboard").ResultSets | undefined;
245
+ joining?: boolean | undefined;
246
+ manifestId?: string | undefined;
247
+ selectedIds: string[];
248
+ } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest">) | ({
249
+ initial: GlobalManifest;
250
+ } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) set initial presentation">) | ({
251
+ mode: DisplayMode;
252
+ customDisplay?: import("../../core/model/display-options.interface").DisplayOptions | undefined;
253
+ } & import("@ngrx/store/src/models").TypedAction<"[Dashboard/Display] (bus) Update displayed dashboard management features">)> & import("@ngrx/effects").CreateEffectMetadata;
235
254
  constructor(dashboardInitService: DashboardInitService, actions$: Actions, store: Store<any>, manifestService: ManifestService, itemService: ItemService, titleService: PryTitleService, translateService: PryI18nService, snackBar: PrySnackbarService, router: Router, refreshService: RefreshService, toolboxManifestService: ToolboxManifestService, busService: BusService, searchService: SearchService, pryDialog: PryDialogService, wmsService: WmsService, widgetFactoryService: WidgetFactoryService);
236
255
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardEffects, never>;
237
256
  static ɵprov: i0.ɵɵInjectableDeclaration<DashboardEffects>;
@@ -4,7 +4,7 @@ import { Item } from '../../core/model/item.interface';
4
4
  import { DashboardGridLayout, DashboardManifest, GlobalManifest, WidgetLayout, WidgetManifest } from '../../core/model/manifest.interface';
5
5
  import { ResultOrder } from '../../core/model/result-order.interface';
6
6
  import { ResultSets } from '../../core/model/result-set.interface';
7
- import { DashboardCellParams, ViewMode } from './dashboard.actions';
7
+ import { DashboardCellParams } from './dashboard.actions';
8
8
  import { DashboardState } from './dashboard.reducers';
9
9
  export declare const DashboardSelectors: {
10
10
  feature: MemoizedSelector<object, DashboardState, import("@ngrx/store").DefaultProjectorFn<DashboardState>>;
@@ -49,14 +49,20 @@ export declare const DashboardSelectors: {
49
49
  locked?: boolean | undefined;
50
50
  filters?: Filter[] | undefined;
51
51
  }>;
52
- manifestDatasources: MemoizedSelector<object, string[], (s1: {
52
+ manifestDatasources: MemoizedSelector<object, {
53
+ datasetId: string;
54
+ excludeGeo: boolean;
55
+ }[], (s1: {
53
56
  windows: DashboardManifest[];
54
57
  refreshRates?: {
55
58
  [key: string]: number;
56
59
  } | undefined;
57
60
  locked?: boolean | undefined;
58
61
  filters?: Filter[] | undefined;
59
- }) => string[]>;
62
+ }) => {
63
+ datasetId: string;
64
+ excludeGeo: boolean;
65
+ }[]>;
60
66
  refreshRates: MemoizedSelector<object, {
61
67
  [key: string]: number;
62
68
  }, (s1: {
@@ -312,17 +318,17 @@ export declare const DashboardSelectors: {
312
318
  }>;
313
319
  presentation: MemoizedSelector<object, {
314
320
  current: import("../../core/model/manifest.interface").ManifestDescription | undefined;
315
- viewMode?: ViewMode | undefined;
321
+ viewMode?: import("./dashboard.actions").ViewMode | undefined;
316
322
  initial: GlobalManifest | undefined;
317
323
  }, (s1: DashboardState) => {
318
324
  current: import("../../core/model/manifest.interface").ManifestDescription | undefined;
319
- viewMode?: ViewMode | undefined;
325
+ viewMode?: import("./dashboard.actions").ViewMode | undefined;
320
326
  initial: GlobalManifest | undefined;
321
327
  }>;
322
328
  filters: MemoizedSelector<object, Filter[], (s1: DashboardState) => Filter[]>;
323
329
  isCurrentPresentationModified: MemoizedSelector<object, boolean, (s1: {
324
330
  current: import("../../core/model/manifest.interface").ManifestDescription | undefined;
325
- viewMode?: ViewMode | undefined;
331
+ viewMode?: import("./dashboard.actions").ViewMode | undefined;
326
332
  initial: GlobalManifest | undefined;
327
333
  }, s2: {
328
334
  windows: DashboardManifest[];
@@ -334,7 +340,7 @@ export declare const DashboardSelectors: {
334
340
  }) => boolean>;
335
341
  isCurrentPresentationOwner: MemoizedSelector<object, boolean, (s1: {
336
342
  current: import("../../core/model/manifest.interface").ManifestDescription | undefined;
337
- viewMode?: ViewMode | undefined;
343
+ viewMode?: import("./dashboard.actions").ViewMode | undefined;
338
344
  initial: GlobalManifest | undefined;
339
345
  }) => boolean>;
340
346
  datasourceFilters: MemoizedSelector<object, {
@@ -1,4 +1,7 @@
1
1
  import { GlobalManifest } from '../../core/model/manifest.interface';
2
2
  export declare class ManifestUtils {
3
- static getDatasourcesUsedByManifest(manifest: GlobalManifest): string[];
3
+ static getDatasourcesUsedByManifest(manifest: GlobalManifest): {
4
+ datasetId: string;
5
+ excludeGeo: boolean;
6
+ }[];
4
7
  }
@@ -0,0 +1,24 @@
1
+ import { Store } from '@ngrx/store';
2
+ import { ResultSet, ResultSets } from '../../core/model/result-set.interface';
3
+ export declare class ProxyUtils {
4
+ static store: Store;
5
+ static currentlyLoading: string[];
6
+ static requested: {
7
+ [rsId: string]: boolean;
8
+ };
9
+ static init(store: Store): void;
10
+ static ResultSets(rss: ResultSets): ResultSets;
11
+ static ResultSet(rs: ResultSet, rsId: string): {
12
+ relations: import("@provoly/dashboard").Relation[];
13
+ autoRefreshInterval: number | undefined;
14
+ merged: number | undefined;
15
+ count: {
16
+ [classId: string]: {
17
+ count: number;
18
+ accurate: boolean;
19
+ };
20
+ } | undefined;
21
+ items: {};
22
+ };
23
+ private static Item;
24
+ }
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export type GetCapabilitiesResponse = {
5
5
  url: string;
6
- doc: Document;
6
+ doc?: Document;
7
7
  };
8
8
  export declare class WmsService {
9
9
  private httpClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -8,7 +8,7 @@
8
8
  "@angular/core": "15.x || 16.x",
9
9
  "@angular/platform-browser": "15.x || 16.x",
10
10
  "@angular/router": "15.x || 16.x",
11
- "@ng-select/ng-select": "9.x || 10.x || 11.x",
11
+ "@ng-select/ng-select": "11.2.0",
12
12
  "@ngrx/effects": "16.x",
13
13
  "@ngrx/entity": "16.x",
14
14
  "@ngrx/store": "16.x",
@@ -85,18 +85,18 @@
85
85
  "esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
86
86
  "default": "./fesm2022/provoly-dashboard-admin.mjs"
87
87
  },
88
- "./dataset": {
89
- "types": "./dataset/index.d.ts",
90
- "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
91
- "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
92
- "default": "./fesm2022/provoly-dashboard-dataset.mjs"
93
- },
94
88
  "./import": {
95
89
  "types": "./import/index.d.ts",
96
90
  "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
97
91
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
98
92
  "default": "./fesm2022/provoly-dashboard-import.mjs"
99
93
  },
94
+ "./dataset": {
95
+ "types": "./dataset/index.d.ts",
96
+ "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
97
+ "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
98
+ "default": "./fesm2022/provoly-dashboard-dataset.mjs"
99
+ },
100
100
  "./notification": {
101
101
  "types": "./notification/index.d.ts",
102
102
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
@@ -139,6 +139,12 @@
139
139
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
140
140
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
141
141
  },
142
+ "./filters/autocomplete": {
143
+ "types": "./filters/autocomplete/index.d.ts",
144
+ "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
145
+ "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
146
+ "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
147
+ },
142
148
  "./filters/date": {
143
149
  "types": "./filters/date/index.d.ts",
144
150
  "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
@@ -172,7 +172,7 @@
172
172
  h1.a-presentation-title {
173
173
  font-size: 16px;
174
174
  padding-right: 20px;
175
- color: #3E546A;
175
+ color: #113B6E;
176
176
  }
177
177
 
178
178
  .title-container {
@@ -18,7 +18,7 @@
18
18
 
19
19
  &__header {
20
20
  position: relative;
21
- z-index: 0;
21
+ z-index: 2;
22
22
  display: flex;
23
23
  overflow: auto;
24
24
  justify-content: space-between;
@@ -32,7 +32,7 @@
32
32
  &__title {
33
33
  padding-bottom: 0;
34
34
  padding-left: toRem(15);
35
- font-size: toRem(16);
35
+ font-size: toRem(14);
36
36
  font-weight: 500;
37
37
  }
38
38
 
@@ -154,6 +154,61 @@
154
154
  @include outlineOnFocus($border-radius: 4px);
155
155
  }
156
156
  }
157
+
158
+ .m-btn-group.-map-selection-choice {
159
+ position: absolute;
160
+ z-index: 400;
161
+ gap: 0;
162
+ align-items: flex-start;
163
+
164
+ .a-btn {
165
+ @include outlineOnFocus($border-radius: 4px);
166
+ }
167
+
168
+ &.-with-header {
169
+ top: toRem(38);
170
+ left: toRem(5);
171
+ }
172
+
173
+ > .-vertical {
174
+ display: flex;
175
+ flex-direction: column;
176
+ gap: toRem(10);
177
+ padding: toRem(7);
178
+ background: white;
179
+ border-radius: toRem(6) 0 toRem(6) toRem(6);
180
+ border: none;
181
+ top: toRem(5);
182
+ left: toRem(5);
183
+ z-index: 2;
184
+ }
185
+
186
+ &.-closed {
187
+ > .-vertical {
188
+ border-bottom-right-radius: 0;
189
+ }
190
+ }
191
+
192
+ .a-btn.a-btn--icon-only.a-tooltip.-map-toggle {
193
+ background: white;
194
+ border: none;
195
+ height: toRem(34);
196
+ border-radius: 0 toRem(6) toRem(6) 0;
197
+ }
198
+
199
+ &.-map-export {
200
+ padding: toRem(7);
201
+ background: white;
202
+ border-radius: toRem(6);
203
+ border: none;
204
+ top: toRem(40);
205
+ z-index: 1;
206
+
207
+ &.-with-header {
208
+ top: toRem(77);
209
+ }
210
+ }
211
+ }
157
212
  }
158
213
 
159
214
  .widget-below-header {
@@ -27,7 +27,7 @@
27
27
  @include typography-level(themed($theme-map, 'typography', 'panel'));
28
28
  }
29
29
 
30
- .m-btn-group.-selection-choice {
30
+ .m-btn-group.-selection-choice, .m-btn-group.-map-selection-choice {
31
31
  border-color: themed($theme-map, 'color', 'primary', 400);
32
32
 
33
33
  .a-btn {
@@ -61,9 +61,11 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
61
61
  noData$: Observable<boolean>;
62
62
  sortActive?: string | undefined;
63
63
  sortDirection?: string | undefined;
64
- sortAttributes$: Observable<{
65
- id?: string;
64
+ sortValues$: Observable<{
65
+ value: 'key' | 'value';
66
+ attrId?: string;
66
67
  label?: string;
68
+ isDisplayed: boolean;
67
69
  }[]>;
68
70
  sortDirections: {
69
71
  value: string;
@@ -78,9 +80,9 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
78
80
  static minTick(type: FieldType): {
79
81
  tickMinStep: number;
80
82
  } | {};
81
- getSort(abscissa: string, sort?: Sort, ordinate?: string): {
83
+ getSort(abscissa: string, sort?: Sort): {
82
84
  sort: {
83
- field: string;
85
+ field: "key" | "value";
84
86
  order: string;
85
87
  };
86
88
  } | {
@@ -118,8 +120,8 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
118
120
  };
119
121
  toggleStacked($event: any): void;
120
122
  toggleSort($event: any): void;
121
- changeSortAttribute($event: any): void;
122
- changeSortDirection($event: any): void;
123
+ changeSortValue($event: 'key' | 'value'): void;
124
+ changeSortDirection($event: 'asc' | 'desc'): void;
123
125
  toImage(): Promise<string>;
124
126
  changeCircleColorScheme($event: any): void;
125
127
  changeBaseColor($event: any): void;
@@ -128,6 +130,14 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
128
130
  } | {
129
131
  timeUnit?: undefined;
130
132
  };
133
+ getLabelAngle(abscissaType: VegaType, data: {
134
+ key: string | number;
135
+ value: any;
136
+ }[]): {
137
+ labelAngle: number;
138
+ } | {
139
+ labelAngle?: undefined;
140
+ };
131
141
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetAggregatedChartComponent, never>;
132
142
  static ɵcmp: i0.ɵɵComponentDeclaration<WidgetAggregatedChartComponent, "pry-widget-aggregated-chart", never, {}, {}, never, never, false, never>;
133
143
  }