@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.
- package/admin/components/admin-abac-rules/store/abac-rules.actions.d.ts +30 -30
- package/admin/components/admin-abac-rules/store/abac-rules.effects.d.ts +20 -20
- package/admin/components/admin-abac-rules/store/abac-rules.reducer.d.ts +1 -1
- package/admin/components/admin-classes/store/admin-class.actions.d.ts +31 -31
- package/admin/components/admin-classes/store/admin-class.effects.d.ts +27 -27
- package/admin/components/admin-classes/store/admin-class.reducer.d.ts +1 -1
- package/admin/components/admin-dataset/store/admin-dataset.actions.d.ts +18 -18
- package/admin/components/admin-dataset/store/admin-dataset.effects.d.ts +27 -27
- package/admin/components/admin-dataset/store/admin-dataset.reducer.d.ts +1 -1
- package/admin/components/admin-environment/store/environment.actions.d.ts +15 -15
- package/admin/components/admin-environment/store/environment.effects.d.ts +12 -12
- package/admin/components/admin-environment/store/environment.reducer.d.ts +1 -1
- package/admin/components/admin-fields/store/fields.actions.d.ts +11 -11
- package/admin/components/admin-fields/store/fields.effects.d.ts +15 -15
- package/admin/components/admin-fields/store/fields.reducer.d.ts +1 -1
- package/admin/components/admin-links/store/links.actions.d.ts +6 -6
- package/admin/components/admin-links/store/links.effects.d.ts +6 -6
- package/admin/components/admin-links/store/links.reducer.d.ts +1 -1
- package/admin/components/admin-metadata-rules/store/metadata-rules.actions.d.ts +8 -8
- package/admin/components/admin-metadata-rules/store/metadata-rules.effects.d.ts +10 -10
- package/admin/components/admin-metadata-rules/store/metadata-rules.reducer.d.ts +1 -1
- package/admin/components/admin-metadata-user/store/admin-metadata-user.action.d.ts +14 -14
- package/admin/components/admin-metadata-user/store/admin-metadata-user.effects.d.ts +12 -12
- package/admin/components/admin-metadata-user/store/admin-metadata-user.reducer.d.ts +1 -1
- package/admin/components/admin-predicates/store/predicates.actions.d.ts +9 -9
- package/admin/components/admin-predicates/store/predicates.effects.d.ts +8 -8
- package/admin/components/admin-predicates/store/predicates.reducer.d.ts +1 -1
- package/admin/components/admin-user/store/admin-user.action.d.ts +6 -6
- package/admin/components/admin-user/store/admin-user.effects.d.ts +3 -3
- package/admin/components/admin-user/store/admin-user.reducer.d.ts +1 -1
- package/admin/store/admin.actions.d.ts +16 -16
- package/admin/store/admin.effects.d.ts +16 -16
- package/admin/store/admin.reducer.d.ts +1 -1
- package/components/metadata-editor/store/metadata.action.d.ts +35 -35
- package/components/metadata-editor/store/metadata.effects.d.ts +23 -23
- package/components/metadata-editor/store/metadata.reducer.d.ts +1 -1
- package/components/paginator/paginator.component.d.ts +1 -1
- package/esm2022/admin/admin-routing.module.mjs +4 -4
- package/esm2022/admin/admin.module.mjs +4 -4
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-edit/admin-abac-rules-edit.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-new/admin-abac-rules-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-view/admin-abac-rules-view.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/composed-condition/composed-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/select-attribute/select-attribute.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/select-metadata/select-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/store/abac-rules.effects.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/store/abac-rules.service.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-edit/admin-classes-edit.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +11 -5
- package/esm2022/admin/components/admin-classes/admin-classes-new/admin-classes-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.mjs +5 -5
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-edit/admin-attributes-edit.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-new/admin-attributes-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-classes-view.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/store/admin-class.effects.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/admin-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/admin-edit-dataset/admin-edit-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/admin-form-dataset/admin-form-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/admin-new-dataset/admin-new-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/store/admin-dataset.effects.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/store/admin-dataset.service.mjs +3 -3
- package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +11 -5
- package/esm2022/admin/components/admin-environment/admin-environment-new/admin-environment-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.mjs +3 -3
- package/esm2022/admin/components/admin-environment/admin-environment-update/admin-environment-update.component.mjs +3 -3
- package/esm2022/admin/components/admin-environment/admin-environment.component.mjs +3 -3
- package/esm2022/admin/components/admin-environment/store/environment.effects.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-edit/admin-fields-edit.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-new/admin-fields-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +5 -5
- package/esm2022/admin/components/admin-fields/admin-fields.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/store/fields.effects.mjs +3 -3
- package/esm2022/admin/components/admin-layout/admin-layout.component.mjs +3 -3
- package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-links/admin-links.component.mjs +3 -3
- package/esm2022/admin/components/admin-links/store/links.effects.mjs +3 -3
- package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/admin-edit-metadata/admin-edit-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/admin-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/admin-new-metadata/admin-new-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/shared/list-metadata/list-metadata.module.mjs +4 -4
- package/esm2022/admin/components/admin-metadata/shared/list-metadata/pry-list-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/admin-edit-metadata-rules/admin-edit-metadata-rules.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/admin-metadata-rules.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/admin-new-metadata-rules/admin-new-metadata-rules.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/store/metadata-rules.effects.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-user/admin-metadata-user.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-user/admin-user-edit-metadata/admin-user-edit-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-user/admin-user-new-metadata/admin-user-new-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-user/store/admin-metadata-user.effects.mjs +3 -3
- package/esm2022/admin/components/admin-predicates/admin-predicates-form/admin-predicates-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-predicates/admin-predicates-new/admin-predicates-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.mjs +3 -3
- package/esm2022/admin/components/admin-predicates/admin-predicates-update/admin-predicates-update.component.mjs +3 -3
- package/esm2022/admin/components/admin-predicates/admin-predicates.component.mjs +3 -3
- package/esm2022/admin/components/admin-predicates/store/predicates.effects.mjs +3 -3
- package/esm2022/admin/components/admin-relation-types/admin-relation-types-modal/admin-relation-types-modal.component.mjs +3 -3
- package/esm2022/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.mjs +3 -3
- package/esm2022/admin/components/admin-relation-types/admin-relation-types.component.mjs +3 -3
- package/esm2022/admin/components/admin-title/admin-title.component.mjs +3 -3
- package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +3 -3
- package/esm2022/admin/components/admin-user/admin-user.component.mjs +3 -3
- package/esm2022/admin/components/admin-user/store/admin-user.effects.mjs +3 -3
- package/esm2022/admin/components/admin.component.mjs +3 -3
- package/esm2022/admin/components/association/association.component.mjs +3 -3
- package/esm2022/admin/components/shared/add-category-modal/add-category-modal.component.mjs +3 -3
- package/esm2022/admin/store/admin.effects.mjs +3 -3
- package/esm2022/admin/store/admin.service.mjs +3 -3
- package/esm2022/components/card/card.component.mjs +18 -18
- package/esm2022/components/card/card.module.mjs +4 -4
- package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/components/color-picker/color-picker.component.mjs +3 -3
- package/esm2022/components/color-picker/color-picker.module.mjs +4 -4
- package/esm2022/components/data-format/data-format.module.mjs +4 -4
- package/esm2022/components/data-format/data-format.pipe.mjs +4 -6
- package/esm2022/components/expand-panel/expand-panel.component.mjs +6 -6
- package/esm2022/components/expand-panel/expand-panel.module.mjs +4 -4
- package/esm2022/components/filter/filter.module.mjs +4 -4
- package/esm2022/components/filter/filter.pipe.mjs +3 -3
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +3 -3
- package/esm2022/components/metadata-editor/metadata-editor.module.mjs +4 -4
- package/esm2022/components/metadata-editor/store/metadata.effects.mjs +3 -3
- package/esm2022/components/metadata-editor/store/metadata.service.mjs +3 -3
- package/esm2022/components/metadata-editor/style/css.component.mjs +3 -3
- package/esm2022/components/page-loader/page-loader.component.mjs +3 -3
- package/esm2022/components/page-loader/page-loader.module.mjs +4 -4
- package/esm2022/components/paginator/paginator.component.mjs +3 -3
- package/esm2022/components/paginator/paginator.module.mjs +4 -4
- package/esm2022/components/paginator/style/css.component.mjs +3 -3
- package/esm2022/components/scheme-picker/scheme-picker.component.mjs +3 -3
- package/esm2022/components/scheme-picker/scheme-picker.module.mjs +4 -4
- package/esm2022/components/scheme-picker/scheme.service.mjs +3 -3
- package/esm2022/components/stepper/step/step.component.mjs +3 -3
- package/esm2022/components/stepper/step-title.directive.mjs +3 -3
- package/esm2022/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/components/stepper/stepper.module.mjs +4 -4
- package/esm2022/components/text-editor/component/text-editor.component.mjs +3 -3
- package/esm2022/components/text-editor/mdToHtml.pipe.mjs +3 -3
- package/esm2022/components/text-editor/service/text-editor.service.mjs +3 -3
- package/esm2022/components/text-editor/style/css.component.mjs +3 -3
- package/esm2022/components/text-editor/text-editor.module.mjs +4 -4
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
- package/esm2022/dataset/components/dataset-version-form/dataset-version-form.component.mjs +3 -3
- package/esm2022/dataset/components/dataset.component.mjs +3 -3
- package/esm2022/dataset/dataset.module.mjs +4 -4
- package/esm2022/dataset/style/css.component.mjs +3 -3
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2022/filters/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/filters/autocomplete/style/css.component.mjs +3 -3
- package/esm2022/filters/date/date-filter.component.mjs +3 -3
- package/esm2022/filters/date/date-filter.module.mjs +4 -4
- package/esm2022/filters/list/list-filter.component.mjs +3 -3
- package/esm2022/filters/list/list-filter.module.mjs +4 -4
- package/esm2022/filters/list/style/css.component.mjs +3 -3
- package/esm2022/filters/number/number-filter.component.mjs +3 -3
- package/esm2022/filters/number/number-filter.module.mjs +4 -4
- package/esm2022/filters/text/text-filter.component.mjs +3 -3
- package/esm2022/filters/text/text-filter.module.mjs +4 -4
- package/esm2022/import/components/form/import-form.component.mjs +3 -3
- package/esm2022/import/components/list/import-list.component.mjs +5 -5
- package/esm2022/import/components/version-modal/version-modal.component.mjs +3 -3
- package/esm2022/import/import-routing.module.mjs +4 -4
- package/esm2022/import/import.module.mjs +4 -4
- package/esm2022/import/store/import.effects.mjs +3 -3
- package/esm2022/import/store/import.service.mjs +3 -3
- package/esm2022/import/style/css.component.mjs +3 -3
- package/esm2022/lib/core/access/access.directive.mjs +3 -3
- package/esm2022/lib/core/access/access.guard.mjs +3 -3
- package/esm2022/lib/core/access/access.service.mjs +3 -3
- package/esm2022/lib/core/auth/geoAuth.service.mjs +3 -3
- package/esm2022/lib/core/components/about/about.component.mjs +3 -3
- package/esm2022/lib/core/components/about/pry-about.module.mjs +4 -4
- package/esm2022/lib/core/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
- package/esm2022/lib/core/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/lib/core/components/base-layout/base-layout.component.mjs +3 -3
- package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
- package/esm2022/lib/core/components/base-toolbox/base-toolbox.component.mjs +3 -3
- package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
- package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +3 -3
- package/esm2022/lib/core/components/chips-selector/chips-selector.module.mjs +4 -4
- package/esm2022/lib/core/components/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/lib/core/components/date-picker/date-picker.module.mjs +4 -4
- package/esm2022/lib/core/components/date-picker/date-range-highlight.pipe.mjs +3 -3
- package/esm2022/lib/core/components/date-picker/time-picker/loop-scroll-column/loop-scroll-column.component.mjs +3 -3
- package/esm2022/lib/core/components/date-picker/time-picker/time-picker.component.mjs +3 -3
- package/esm2022/lib/core/components/edit-input/edit-input.component.mjs +3 -3
- package/esm2022/lib/core/components/edit-input/edit-input.module.mjs +4 -4
- package/esm2022/lib/core/components/ellipsis.directive.mjs +3 -3
- package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.directive.mjs +3 -3
- package/esm2022/lib/core/components/hidden-when-overlay/hidden-when-overlay.module.mjs +4 -4
- package/esm2022/lib/core/components/icon/icon.component.mjs +3 -3
- package/esm2022/lib/core/components/icon/icon.module.mjs +4 -4
- package/esm2022/lib/core/components/modal/modal.component.mjs +3 -3
- package/esm2022/lib/core/components/modal/pry-modal.module.mjs +4 -4
- package/esm2022/lib/core/components/nq-color-selector/nq-color-selector.component.mjs +3 -3
- package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
- package/esm2022/lib/core/components/overlay/dialog.service.mjs +3 -3
- package/esm2022/lib/core/components/overlay/overlay.directive.mjs +3 -3
- package/esm2022/lib/core/components/overlay/overlay.module.mjs +4 -4
- package/esm2022/lib/core/components/range/range.component.mjs +3 -3
- package/esm2022/lib/core/components/range/range.module.mjs +4 -4
- package/esm2022/lib/core/components/select/select.component.mjs +6 -9
- package/esm2022/lib/core/components/select/select.module.mjs +4 -4
- package/esm2022/lib/core/components/select-image/select-image.component.mjs +3 -3
- package/esm2022/lib/core/components/share/access-rights-share/access-rights-share.component.mjs +3 -3
- package/esm2022/lib/core/components/share/access-rights-share-modal/access-rights-share-modal.component.mjs +3 -3
- package/esm2022/lib/core/components/share/group-share/group-share.component.mjs +3 -3
- package/esm2022/lib/core/components/share/legacy-share/share.component.mjs +3 -3
- package/esm2022/lib/core/components/share/share.module.mjs +4 -4
- package/esm2022/lib/core/components/snackbar/snackbar/snackbar.component.mjs +3 -3
- package/esm2022/lib/core/components/snackbar/snackbar.module.mjs +4 -4
- package/esm2022/lib/core/components/snackbar/snackbar.service.mjs +3 -3
- package/esm2022/lib/core/components/sort/sort-data.pipe.mjs +3 -3
- package/esm2022/lib/core/components/sort/sort-header/sort-header.component.mjs +3 -3
- package/esm2022/lib/core/components/sort/sort-header.directive.mjs +3 -3
- package/esm2022/lib/core/components/sort/sort-table.directive.mjs +3 -3
- package/esm2022/lib/core/components/sort/sort.module.mjs +4 -4
- package/esm2022/lib/core/components/status-modal/status-modal.component.mjs +3 -3
- package/esm2022/lib/core/components/status-modal/status-modal.module.mjs +4 -4
- package/esm2022/lib/core/components/tabs/tab-group.component.mjs +3 -3
- package/esm2022/lib/core/components/tabs/tab.component.mjs +3 -3
- package/esm2022/lib/core/components/toggle/toggle.component.mjs +3 -3
- package/esm2022/lib/core/components/toggle/toggle.module.mjs +4 -4
- package/esm2022/lib/core/components/upload/upload.component.mjs +3 -3
- package/esm2022/lib/core/core.module.mjs +4 -4
- package/esm2022/lib/core/errors/http-error-interceptor.service.mjs +3 -3
- package/esm2022/lib/core/i18n/en.translations.mjs +3 -3
- package/esm2022/lib/core/i18n/fr.translations.mjs +3 -3
- package/esm2022/lib/core/i18n/i18n.module.mjs +4 -4
- package/esm2022/lib/core/i18n/i18n.pipe.mjs +3 -3
- package/esm2022/lib/core/i18n/i18n.service.mjs +6 -6
- package/esm2022/lib/core/pipes/get-secured-image/get-secured-image.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/since-date/since-date.module.mjs +4 -4
- package/esm2022/lib/core/pipes/since-date/since-date.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/translate-id/translate-id.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/translate-item-to-symbol/translate-item-to-symbol.pipe.mjs +3 -3
- package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +3 -3
- package/esm2022/lib/core/store/aggregation/base-aggregation.service.mjs +3 -3
- package/esm2022/lib/core/store/aggregation/frontend-aggregation/frontend-aggregation.service.mjs +3 -3
- package/esm2022/lib/core/store/category/category.effects.mjs +3 -3
- package/esm2022/lib/core/store/category/category.service.mjs +3 -3
- package/esm2022/lib/core/store/class/class.effects.mjs +3 -3
- package/esm2022/lib/core/store/class/class.service.mjs +3 -3
- package/esm2022/lib/core/store/config/config.effects.mjs +3 -3
- package/esm2022/lib/core/store/config/config.service.mjs +3 -3
- package/esm2022/lib/core/store/config/open-map-tiles.service.mjs +3 -3
- package/esm2022/lib/core/store/context-menu/context-menu.effects.mjs +3 -3
- package/esm2022/lib/core/store/data-source/data-source.effects.mjs +3 -3
- package/esm2022/lib/core/store/data-source/data-source.service.mjs +3 -3
- package/esm2022/lib/core/store/field/field.effects.mjs +3 -3
- package/esm2022/lib/core/store/field/field.service.mjs +3 -3
- package/esm2022/lib/core/store/image/image.effects.mjs +3 -3
- package/esm2022/lib/core/store/image/image.service.mjs +3 -3
- package/esm2022/lib/core/store/item/item.effects.mjs +3 -3
- package/esm2022/lib/core/store/item/item.service.mjs +3 -3
- package/esm2022/lib/core/store/raw/raw.service.mjs +3 -3
- package/esm2022/lib/core/store/relation-types/relation-types.effects.mjs +3 -3
- package/esm2022/lib/core/store/relation-types/relation-types.service.mjs +3 -3
- package/esm2022/lib/core/store/search/search.effects.mjs +3 -3
- package/esm2022/lib/core/store/search/search.service.mjs +3 -3
- package/esm2022/lib/core/symbol/symbol.service.mjs +3 -3
- package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +3 -3
- package/esm2022/lib/core/toolbox/toolbox-menu.service.mjs +3 -3
- package/esm2022/lib/core/ws/websocket.service.mjs +3 -3
- package/esm2022/lib/dashboard/action-bus/effect/action-bus.effects.mjs +3 -3
- package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +4 -4
- package/esm2022/lib/dashboard/base-widget.module.mjs +4 -4
- package/esm2022/lib/dashboard/components/context-menu/context-menu.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/manifests/manifests.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/metadata/metadata.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/subscriptionner.directive.mjs +3 -3
- package/esm2022/lib/dashboard/components/vizualize-raw/vizualize-raw.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/base-widget.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/data-widget.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-card/datasource-card.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/header/resultset-size.pipe.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/widget-filler/widget-filler.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-instanciator.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/widget-placeholder/widget-placeholder.component.mjs +3 -3
- package/esm2022/lib/dashboard/dashboard.module.mjs +4 -4
- package/esm2022/lib/dashboard/filter/base-filter.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/base-filter.module.mjs +4 -4
- package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/filter-factory.service.mjs +3 -3
- package/esm2022/lib/dashboard/filter/style/css.component.mjs +3 -3
- package/esm2022/lib/dashboard/store/dashboard-init.service.mjs +3 -3
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +3 -3
- package/esm2022/lib/dashboard/store/manifest.service.mjs +3 -3
- package/esm2022/lib/dashboard/store/refresh.service.mjs +3 -3
- package/esm2022/lib/dashboard/store/title.service.mjs +3 -3
- package/esm2022/lib/dashboard/store/wms.service.mjs +3 -3
- package/esm2022/lib/dashboard/tooltip/base-tooltip.component.mjs +3 -3
- package/esm2022/lib/dashboard/tooltip/base-tooltip.module.mjs +4 -4
- package/esm2022/lib/dashboard/tooltip/components/default/default.tooltip.component.mjs +3 -3
- package/esm2022/lib/dashboard/tooltip/tooltip-factory.service.mjs +3 -3
- package/esm2022/notification/components/notification/content/notification-content.component.mjs +11 -5
- package/esm2022/notification/components/notification/notification.component.mjs +3 -3
- package/esm2022/notification/notification.module.mjs +4 -4
- package/esm2022/notification/store/notification.effects.mjs +3 -3
- package/esm2022/notification/store/notification.service.mjs +3 -3
- package/esm2022/notification/style/css.component.mjs +3 -3
- package/esm2022/pipeline/components/pipeline-details/pipeline-details.component.mjs +3 -3
- package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
- package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +3 -3
- package/esm2022/pipeline/components/pipeline-properties-panel.component.mjs +3 -3
- package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +3 -3
- package/esm2022/pipeline/pipeline.module.mjs +4 -4
- package/esm2022/pipeline/store/pipeline.effects.mjs +3 -3
- package/esm2022/pipeline/store/pipeline.service.mjs +3 -3
- package/esm2022/pipeline/style/css.component.mjs +3 -3
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +3 -3
- package/esm2022/pipeline-components/filter/filter.module.mjs +4 -4
- package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +3 -3
- package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +4 -4
- package/esm2022/pipeline-components/noop/component/noop.component.mjs +3 -3
- package/esm2022/pipeline-components/noop/noop.module.mjs +4 -4
- package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +3 -3
- package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +4 -4
- package/esm2022/pipeline-components/subgraph/component/empty.component.mjs +3 -3
- package/esm2022/pipeline-components/subgraph/subgraph.module.mjs +4 -4
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +3 -3
- package/esm2022/presentation/components/presentation.component.mjs +3 -3
- package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +3 -3
- package/esm2022/presentation/presentation.module.mjs +4 -4
- package/esm2022/presentation/style/css.component.mjs +3 -3
- package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
- package/esm2022/restitution/restitution.module.mjs +4 -4
- package/esm2022/restitution/style/css.component.mjs +3 -3
- package/esm2022/search/components/choose-widget/choose-widget.component.mjs +3 -3
- package/esm2022/search/components/edit-named-query/edit-named-query.component.mjs +3 -3
- package/esm2022/search/components/edit-named-query-modal/edit-named-query-modal.component.mjs +3 -3
- package/esm2022/search/components/save-query/save-query.component.mjs +3 -3
- package/esm2022/search/components/save-query-button/save-query-button.component.mjs +3 -3
- package/esm2022/search/search-fulltext/search-fulltext/search-fulltext.component.mjs +3 -3
- package/esm2022/search/search-fulltext/store/search-fulltext.effects.mjs +3 -3
- package/esm2022/search/search-fulltext/store/search-fulltext.service.mjs +3 -3
- package/esm2022/search/search-home/search-home.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-composed/search-composed.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-select-attribute/search-select-attribute.component.mjs +3 -3
- package/esm2022/search/search-mono-class/store/search-mono-class.effects.mjs +3 -3
- package/esm2022/search/search-mono-class/store/search-mono-class.service.mjs +3 -3
- package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +3 -3
- package/esm2022/search/search-multi-class/components/multi-class-field-selection/multi-class-field-selection.component.mjs +3 -3
- package/esm2022/search/search-multi-class/components/search-multi-class/search-multi-class.component.mjs +3 -3
- package/esm2022/search/search-multi-class/store/search-multi-class.effects.mjs +3 -3
- package/esm2022/search/search-multi-class/store/search-multi-class.service.mjs +3 -3
- package/esm2022/search/search-tools/search-tools.component.mjs +3 -3
- package/esm2022/search/search.module.mjs +4 -4
- package/esm2022/search/style/css.component.mjs +3 -3
- package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
- package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
- package/esm2022/toolbox/components/dashboard-details/dashboard-details.component.mjs +3 -3
- package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
- package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
- package/esm2022/toolbox/components/edit-mode-action/edit-mode-action.component.mjs +3 -3
- package/esm2022/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.mjs +3 -3
- package/esm2022/toolbox/components/edit-presentation/edit-presentation.component.mjs +3 -3
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +3 -3
- package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
- package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
- package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +5 -5
- package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
- package/esm2022/toolbox/components/share/share.component.mjs +3 -3
- package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +3 -3
- package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +3 -3
- package/esm2022/toolbox/shared/toolbox-action/toolbox-action.component.mjs +3 -3
- package/esm2022/toolbox/shared/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +3 -3
- package/esm2022/toolbox/style/css.component.mjs +3 -3
- package/esm2022/toolbox/toolbox.module.mjs +4 -4
- package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +3 -3
- package/esm2022/tooltips/attribute/attribute-tooltip.module.mjs +4 -4
- package/esm2022/tooltips/cluster/cluster-tooltip.component.mjs +3 -3
- package/esm2022/tooltips/cluster/cluster-tooltip.module.mjs +4 -4
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
- package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-aggregated-chart/widget-aggregated-chart.module.mjs +4 -4
- package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +3 -3
- package/esm2022/widgets/widget-analytic/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-analytic/widget-analytic.module.mjs +4 -4
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +3 -3
- package/esm2022/widgets/widget-chart/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-chart/widget-chart.module.mjs +4 -4
- package/esm2022/widgets/widget-detail/component/widget-detail.component.mjs +3 -3
- package/esm2022/widgets/widget-detail/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-detail/widget-detail.module.mjs +4 -4
- package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
- package/esm2022/widgets/widget-graph/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-graph/widget-graph.module.mjs +4 -4
- package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +3 -3
- package/esm2022/widgets/widget-iframe/messaging/iframe-messaging.service.mjs +3 -3
- package/esm2022/widgets/widget-iframe/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-iframe/widget-iframe.module.mjs +4 -4
- package/esm2022/widgets/widget-image/component/widget-image.component.mjs +3 -3
- package/esm2022/widgets/widget-image/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-image/widget-image.module.mjs +4 -4
- package/esm2022/widgets/widget-map/component/widget-map-layer.service.mjs +3 -3
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
- package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +3 -3
- package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -3
- package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-map/widget-map.module.mjs +4 -4
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +3 -3
- package/esm2022/widgets/widget-table/expand-value/detach-row.directive.mjs +3 -3
- package/esm2022/widgets/widget-table/expand-value/expand-value.component.mjs +3 -3
- package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +3 -3
- package/esm2022/widgets/widget-table/resizable/resizable.component.mjs +3 -3
- package/esm2022/widgets/widget-table/resizable/resizable.directive.mjs +3 -3
- package/esm2022/widgets/widget-table/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-table/widget-table.module.mjs +4 -4
- package/esm2022/widgets/widget-template/component/widget-template.component.mjs +3 -3
- package/esm2022/widgets/widget-template/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-template/widget-template.module.mjs +4 -4
- package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +3 -3
- package/esm2022/widgets/widget-tile/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-tile/widget-tile.module.mjs +4 -4
- package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +3 -3
- package/esm2022/widgets/widget-vega/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-vega/widget-vega.module.mjs +4 -4
- package/fesm2022/provoly-dashboard-admin.mjs +284 -272
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-card.mjs +22 -22
- package/fesm2022/provoly-dashboard-components-checkbox.mjs +7 -7
- package/fesm2022/provoly-dashboard-components-color-picker.mjs +7 -7
- package/fesm2022/provoly-dashboard-components-data-format.mjs +7 -9
- package/fesm2022/provoly-dashboard-components-data-format.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-expand-panel.mjs +10 -10
- package/fesm2022/provoly-dashboard-components-filter.mjs +7 -7
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +16 -16
- package/fesm2022/provoly-dashboard-components-page-loader.mjs +7 -7
- package/fesm2022/provoly-dashboard-components-paginator.mjs +10 -10
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +10 -10
- package/fesm2022/provoly-dashboard-components-stepper.mjs +13 -13
- package/fesm2022/provoly-dashboard-components-text-editor.mjs +16 -16
- package/fesm2022/provoly-dashboard-dataset.mjs +16 -16
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +10 -10
- package/fesm2022/provoly-dashboard-filters-date.mjs +7 -7
- package/fesm2022/provoly-dashboard-filters-list.mjs +10 -10
- package/fesm2022/provoly-dashboard-filters-number.mjs +7 -7
- package/fesm2022/provoly-dashboard-filters-text.mjs +7 -7
- package/fesm2022/provoly-dashboard-import.mjs +27 -27
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-notification.mjs +26 -20
- package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +7 -7
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +7 -7
- package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +7 -7
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +7 -7
- package/fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs +7 -7
- package/fesm2022/provoly-dashboard-pipeline.mjs +28 -28
- package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +16 -16
- package/fesm2022/provoly-dashboard-restitution.mjs +19 -19
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-search.mjs +73 -73
- package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +68 -68
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -7
- package/fesm2022/provoly-dashboard-tooltips-cluster.mjs +7 -7
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +13 -13
- package/fesm2022/provoly-dashboard-widgets-widget-image.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +19 -19
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +25 -25
- package/fesm2022/provoly-dashboard-widgets-widget-template.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +10 -10
- package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +10 -10
- package/fesm2022/provoly-dashboard.mjs +435 -438
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/import/components/list/import-list.component.d.ts +9 -9
- package/import/store/import.actions.d.ts +5 -5
- package/import/store/import.effects.d.ts +2 -2
- package/import/store/import.reducer.d.ts +1 -1
- package/lib/core/components/select/select.component.d.ts +0 -1
- package/lib/core/store/category/category.actions.d.ts +3 -3
- package/lib/core/store/category/category.effects.d.ts +2 -2
- package/lib/core/store/class/class.actions.d.ts +6 -6
- package/lib/core/store/class/class.effects.d.ts +4 -4
- package/lib/core/store/class/class.selectors.d.ts +20 -20
- package/lib/core/store/config/config.actions.d.ts +42 -42
- package/lib/core/store/config/config.effects.d.ts +14 -14
- package/lib/core/store/config/config.reducer.d.ts +1 -1
- package/lib/core/store/context-menu/context-menu.actions.d.ts +6 -6
- package/lib/core/store/context-menu/context-menu.reducer.d.ts +1 -1
- package/lib/core/store/data-source/data-source.actions.d.ts +70 -70
- package/lib/core/store/data-source/data-source.effects.d.ts +33 -33
- package/lib/core/store/data-source/data-source.reducer.d.ts +1 -1
- package/lib/core/store/field/field.actions.d.ts +3 -3
- package/lib/core/store/field/field.effects.d.ts +2 -2
- package/lib/core/store/image/image.actions.d.ts +6 -6
- package/lib/core/store/image/image.effects.d.ts +5 -5
- package/lib/core/store/image/image.reducer.d.ts +1 -1
- package/lib/core/store/item/item.actions.d.ts +3 -3
- package/lib/core/store/item/item.effects.d.ts +5 -5
- package/lib/core/store/relation-types/relation-types.actions.d.ts +18 -18
- package/lib/core/store/relation-types/relation-types.effects.d.ts +9 -9
- package/lib/core/store/relation-types/relation-types.reducer.d.ts +1 -1
- package/lib/core/store/search/search.actions.d.ts +15 -15
- package/lib/core/store/search/search.effects.d.ts +13 -13
- package/lib/core/store/search/search.reducer.d.ts +1 -1
- package/lib/dashboard/action-bus/effect/action-bus.effects.d.ts +1 -1
- package/lib/dashboard/action-bus/service/bus.service.d.ts +1 -2
- package/lib/dashboard/components/widgets/widget-placement/widget-placement.utils.d.ts +5 -5
- package/lib/dashboard/store/dashboard.actions.d.ts +168 -168
- package/lib/dashboard/store/dashboard.effects.d.ts +125 -125
- package/lib/dashboard/store/dashboard.selectors.d.ts +30 -30
- package/notification/store/notification.actions.d.ts +5 -5
- package/notification/store/notification.effects.d.ts +2 -2
- package/notification/store/notification.reducer.d.ts +1 -1
- package/package.json +15 -15
- package/pipeline/store/pipeline.actions.d.ts +13 -13
- package/pipeline/store/pipeline.effects.d.ts +8 -8
- package/pipeline/store/pipeline.reducer.d.ts +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-update/utils/complete.function.js +1 -2
- package/schematics/ng-update/utils/complete.function.js.map +1 -1
- package/schematics/ng-update/utils/replaceStrings.function.d.ts +0 -1
- package/schematics/ng-update/utils/replaceStrings.function.js +1 -2
- package/schematics/ng-update/utils/replaceStrings.function.js.map +1 -1
- package/schematics/ng-update/version-0-13/index.js +1 -2
- package/schematics/ng-update/version-0-13/index.js.map +1 -1
- package/schematics/ng-update/version-0-14/index.js +1 -2
- package/schematics/ng-update/version-0-14/index.js.map +1 -1
- package/schematics/ng-update/version-0-15/index.js +1 -2
- package/schematics/ng-update/version-0-15/index.js.map +1 -1
- package/schematics/ng-update/version-0-18/index.js +1 -2
- package/schematics/ng-update/version-0-18/index.js.map +1 -1
- package/schematics/ng-update/version-0-20/index.js +1 -2
- package/schematics/ng-update/version-0-20/index.js.map +1 -1
- package/schematics/utils/file-contents.function.js +1 -2
- package/schematics/utils/file-contents.function.js.map +1 -1
- package/search/search-fulltext/store/search-fulltext.actions.d.ts +4 -4
- package/search/search-fulltext/store/search-fulltext.effects.d.ts +10 -10
- package/search/search-mono-class/store/search-mono-class.actions.d.ts +28 -28
- package/search/search-mono-class/store/search-mono-class.effects.d.ts +25 -25
- package/search/search-mono-class/store/search-mono-class.reducer.d.ts +1 -1
- package/search/search-multi-class/store/search-multi-class.actions.d.ts +16 -16
- package/search/search-multi-class/store/search-multi-class.effects.d.ts +14 -14
- package/search/search-multi-class/store/search-multi-class.reducer.d.ts +1 -1
- package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +1 -1
- package/widgets/widget-chart/component/widget-chart.component.d.ts +3 -3
- package/widgets/widget-map/component/widget-map.component.d.ts +2 -2
|
@@ -7,15 +7,15 @@ export declare class PryImportListComponent extends SubscriptionnerDirective imp
|
|
|
7
7
|
private store;
|
|
8
8
|
private dialog;
|
|
9
9
|
loadDataAction: import("@angular/core").WritableSignal<{
|
|
10
|
-
limit?: number
|
|
11
|
-
offset?: number
|
|
12
|
-
dataset?: string
|
|
13
|
-
sortBy?: "
|
|
14
|
-
orderBy?: "
|
|
15
|
-
dateMin?: string
|
|
16
|
-
dateMax?: string
|
|
17
|
-
status?: string
|
|
18
|
-
} & import("@ngrx/store
|
|
10
|
+
limit?: number;
|
|
11
|
+
offset?: number;
|
|
12
|
+
dataset?: string;
|
|
13
|
+
sortBy?: "asc" | "desc";
|
|
14
|
+
orderBy?: "DATASET_NAME" | "DATE";
|
|
15
|
+
dateMin?: string;
|
|
16
|
+
dateMax?: string;
|
|
17
|
+
status?: string;
|
|
18
|
+
} & import("@ngrx/store").Action<"[Dataset] Get Dataset versions">>;
|
|
19
19
|
refreshClick: import("@angular/core").InputSignal<Observable<void> | undefined>;
|
|
20
20
|
datasets$: Observable<Dataset[]>;
|
|
21
21
|
possibleStatus: string[];
|
|
@@ -4,23 +4,23 @@ export declare const ImportActions: {
|
|
|
4
4
|
file: File;
|
|
5
5
|
dataset: string;
|
|
6
6
|
fileType: string;
|
|
7
|
-
normalizeGeo?: boolean
|
|
7
|
+
normalizeGeo?: boolean;
|
|
8
8
|
datasetVersionInformation: Partial<DatasetVersion>;
|
|
9
9
|
}) => {
|
|
10
10
|
file: File;
|
|
11
11
|
dataset: string;
|
|
12
12
|
fileType: string;
|
|
13
|
-
normalizeGeo?: boolean
|
|
13
|
+
normalizeGeo?: boolean;
|
|
14
14
|
datasetVersionInformation: Partial<DatasetVersion>;
|
|
15
|
-
} & import("@ngrx/store
|
|
15
|
+
} & import("@ngrx/store").Action<"[Import] import data">>;
|
|
16
16
|
uploadSuccess: import("@ngrx/store").ActionCreator<"[Import] import data successful", (props: {
|
|
17
17
|
uploadedDataset: Partial<DatasetVersion>;
|
|
18
18
|
}) => {
|
|
19
19
|
uploadedDataset: Partial<DatasetVersion>;
|
|
20
|
-
} & import("@ngrx/store
|
|
20
|
+
} & import("@ngrx/store").Action<"[Import] import data successful">>;
|
|
21
21
|
uploadFailure: import("@ngrx/store").ActionCreator<"[Import] import data failure", (props: {
|
|
22
22
|
errors: any;
|
|
23
23
|
}) => {
|
|
24
24
|
errors: any;
|
|
25
|
-
} & import("@ngrx/store
|
|
25
|
+
} & import("@ngrx/store").Action<"[Import] import data failure">>;
|
|
26
26
|
};
|
|
@@ -9,9 +9,9 @@ export declare class ImportEffects {
|
|
|
9
9
|
private translateService;
|
|
10
10
|
upload$: import("rxjs").Observable<({
|
|
11
11
|
uploadedDataset: Partial<import("@provoly/dashboard").DatasetVersion>;
|
|
12
|
-
} & import("@ngrx/store
|
|
12
|
+
} & import("@ngrx/store").Action<"[Import] import data successful">) | ({
|
|
13
13
|
errors: any;
|
|
14
|
-
} & import("@ngrx/store
|
|
14
|
+
} & import("@ngrx/store").Action<"[Import] import data failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
15
15
|
constructor(actions$: Actions, service: ImportService, snackbar: PrySnackbarService, translateService: PryI18nService);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImportEffects, never>;
|
|
17
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<ImportEffects>;
|
|
@@ -5,4 +5,4 @@ export interface ImportState {
|
|
|
5
5
|
uploadedDataset?: Partial<DatasetVersion>;
|
|
6
6
|
}
|
|
7
7
|
export declare const initialImportState: ImportState;
|
|
8
|
-
export declare const importReducer: import("@ngrx/store").ActionReducer<ImportState, import("@ngrx/store").Action
|
|
8
|
+
export declare const importReducer: import("@ngrx/store").ActionReducer<ImportState, import("@ngrx/store").Action<string>>;
|
|
@@ -81,7 +81,6 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
|
|
|
81
81
|
onKeydownAutocompleteInput: (event: KeyboardEvent) => void;
|
|
82
82
|
onKeydownOption: (event: KeyboardEvent, item: any, index: number, optionDivRef: HTMLDivElement, first: boolean, last: boolean) => void;
|
|
83
83
|
focusInitialSelection: () => void;
|
|
84
|
-
trackFn(index: number, item: any): any;
|
|
85
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
|
|
86
85
|
static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "items": { "alias": "items"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "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; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "alwaysShowAutosuggestedValues": { "alias": "alwaysShowAutosuggestedValues"; "required": false; }; "externalAutocompleteService": { "alias": "externalAutocompleteService"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "template": { "alias": "template"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "bindClasses": { "alias": "bindClasses"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "elementRef": { "alias": "elementRef"; "required": false; }; }, { "searched": "searched"; "cleared": "cleared"; "clicked": "clicked"; }, never, never, false, never>;
|
|
87
86
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Category } from './category.interface';
|
|
2
2
|
export declare const CategoryActions: {
|
|
3
|
-
load: import("@ngrx/store").ActionCreator<"[Category] Load Categories", () => import("@ngrx/store
|
|
3
|
+
load: import("@ngrx/store").ActionCreator<"[Category] Load Categories", () => import("@ngrx/store").Action<"[Category] Load Categories">>;
|
|
4
4
|
loadSuccess: import("@ngrx/store").ActionCreator<"[Category Api] (bus) Load Categories Success", (props: {
|
|
5
5
|
categories: Category[];
|
|
6
6
|
}) => {
|
|
7
7
|
categories: Category[];
|
|
8
|
-
} & import("@ngrx/store
|
|
8
|
+
} & import("@ngrx/store").Action<"[Category Api] (bus) Load Categories Success">>;
|
|
9
9
|
loadFailure: import("@ngrx/store").ActionCreator<"[Category Api] Load Categories Failure", (props: {
|
|
10
10
|
error: string;
|
|
11
11
|
}) => {
|
|
12
12
|
error: string;
|
|
13
|
-
} & import("@ngrx/store
|
|
13
|
+
} & import("@ngrx/store").Action<"[Category Api] Load Categories Failure">>;
|
|
14
14
|
};
|
|
@@ -6,9 +6,9 @@ export declare class CategoryEffects {
|
|
|
6
6
|
private categoryService;
|
|
7
7
|
loadCategories$: import("rxjs").Observable<({
|
|
8
8
|
categories: import("@provoly/dashboard").Category[];
|
|
9
|
-
} & import("@ngrx/store
|
|
9
|
+
} & import("@ngrx/store").Action<"[Category Api] (bus) Load Categories Success">) | ({
|
|
10
10
|
error: string;
|
|
11
|
-
} & import("@ngrx/store
|
|
11
|
+
} & import("@ngrx/store").Action<"[Category Api] Load Categories Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
12
12
|
constructor(actions$: Actions, categoryService: CategoryService);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryEffects, never>;
|
|
14
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<CategoryEffects>;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { Class } from './class.interface';
|
|
2
2
|
import { DatasetCount } from '../../model/dataset.interface';
|
|
3
3
|
export declare const ClassActions: {
|
|
4
|
-
load: import("@ngrx/store").ActionCreator<"[Class] Load Classes", () => import("@ngrx/store
|
|
4
|
+
load: import("@ngrx/store").ActionCreator<"[Class] Load Classes", () => import("@ngrx/store").Action<"[Class] Load Classes">>;
|
|
5
5
|
loadSuccess: import("@ngrx/store").ActionCreator<"[Class Api] (bus) Load Classes Success", (props: {
|
|
6
6
|
classes: Class[];
|
|
7
7
|
}) => {
|
|
8
8
|
classes: Class[];
|
|
9
|
-
} & import("@ngrx/store
|
|
9
|
+
} & import("@ngrx/store").Action<"[Class Api] (bus) Load Classes Success">>;
|
|
10
10
|
loadFailure: import("@ngrx/store").ActionCreator<"[Class Api] Load Classes Failure", (props: {
|
|
11
11
|
error: string;
|
|
12
12
|
}) => {
|
|
13
13
|
error: string;
|
|
14
|
-
} & import("@ngrx/store
|
|
15
|
-
loadDatasetCount: import("@ngrx/store").ActionCreator<"[Class Api] Load DatasetCount", () => import("@ngrx/store
|
|
14
|
+
} & import("@ngrx/store").Action<"[Class Api] Load Classes Failure">>;
|
|
15
|
+
loadDatasetCount: import("@ngrx/store").ActionCreator<"[Class Api] Load DatasetCount", () => import("@ngrx/store").Action<"[Class Api] Load DatasetCount">>;
|
|
16
16
|
loadDatasetCountSuccess: import("@ngrx/store").ActionCreator<"[Class Api] Load DatasetCount Success", (props: {
|
|
17
17
|
datasetCounts: DatasetCount[];
|
|
18
18
|
}) => {
|
|
19
19
|
datasetCounts: DatasetCount[];
|
|
20
|
-
} & import("@ngrx/store
|
|
20
|
+
} & import("@ngrx/store").Action<"[Class Api] Load DatasetCount Success">>;
|
|
21
21
|
loadDatasetCountFailure: import("@ngrx/store").ActionCreator<"[Class Api] Load DatasetCount Failure", (props: {
|
|
22
22
|
error: any;
|
|
23
23
|
}) => {
|
|
24
24
|
error: any;
|
|
25
|
-
} & import("@ngrx/store
|
|
25
|
+
} & import("@ngrx/store").Action<"[Class Api] Load DatasetCount Failure">>;
|
|
26
26
|
};
|
|
@@ -6,14 +6,14 @@ export declare class ClassEffects {
|
|
|
6
6
|
private classService;
|
|
7
7
|
loadClasses$: import("rxjs").Observable<({
|
|
8
8
|
classes: import("@provoly/dashboard").Class[];
|
|
9
|
-
} & import("@ngrx/store
|
|
9
|
+
} & import("@ngrx/store").Action<"[Class Api] (bus) Load Classes Success">) | ({
|
|
10
10
|
error: string;
|
|
11
|
-
} & import("@ngrx/store
|
|
11
|
+
} & import("@ngrx/store").Action<"[Class Api] Load Classes Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
12
12
|
loadDatasetCount$: import("rxjs").Observable<({
|
|
13
13
|
datasetCounts: import("@provoly/dashboard").DatasetCount[];
|
|
14
|
-
} & import("@ngrx/store
|
|
14
|
+
} & import("@ngrx/store").Action<"[Class Api] Load DatasetCount Success">) | ({
|
|
15
15
|
error: any;
|
|
16
|
-
} & import("@ngrx/store
|
|
16
|
+
} & import("@ngrx/store").Action<"[Class Api] Load DatasetCount Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
17
17
|
constructor(actions$: Actions, classService: ClassService);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClassEffects, never>;
|
|
19
19
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClassEffects>;
|
|
@@ -9,26 +9,26 @@ export declare const ClassSelectors: {
|
|
|
9
9
|
id: string;
|
|
10
10
|
name: string;
|
|
11
11
|
field: import("@provoly/dashboard").Field;
|
|
12
|
-
category?: string
|
|
12
|
+
category?: string;
|
|
13
13
|
multiValued: boolean;
|
|
14
14
|
}[];
|
|
15
15
|
id: string;
|
|
16
16
|
name: string;
|
|
17
|
-
icon?: string
|
|
18
|
-
storage?: string
|
|
17
|
+
icon?: string;
|
|
18
|
+
storage?: string;
|
|
19
19
|
}[], (s1: Class[]) => {
|
|
20
20
|
attributes: {
|
|
21
21
|
technicalName: string;
|
|
22
22
|
id: string;
|
|
23
23
|
name: string;
|
|
24
24
|
field: import("@provoly/dashboard").Field;
|
|
25
|
-
category?: string
|
|
25
|
+
category?: string;
|
|
26
26
|
multiValued: boolean;
|
|
27
27
|
}[];
|
|
28
28
|
id: string;
|
|
29
29
|
name: string;
|
|
30
|
-
icon?: string
|
|
31
|
-
storage?: string
|
|
30
|
+
icon?: string;
|
|
31
|
+
storage?: string;
|
|
32
32
|
}[]>;
|
|
33
33
|
classById: (id: string) => any;
|
|
34
34
|
classByAttributeId: (attribute: string) => import("@ngrx/store").MemoizedSelector<object, Class | undefined, (s1: {
|
|
@@ -37,13 +37,13 @@ export declare const ClassSelectors: {
|
|
|
37
37
|
id: string;
|
|
38
38
|
name: string;
|
|
39
39
|
field: import("@provoly/dashboard").Field;
|
|
40
|
-
category?: string
|
|
40
|
+
category?: string;
|
|
41
41
|
multiValued: boolean;
|
|
42
42
|
}[];
|
|
43
43
|
id: string;
|
|
44
44
|
name: string;
|
|
45
|
-
icon?: string
|
|
46
|
-
storage?: string
|
|
45
|
+
icon?: string;
|
|
46
|
+
storage?: string;
|
|
47
47
|
}[]) => Class | undefined>;
|
|
48
48
|
attributesByFieldId: (field: string) => import("@ngrx/store").MemoizedSelector<object, import("./class.interface").Attribute[], (s1: {
|
|
49
49
|
attributes: {
|
|
@@ -51,20 +51,20 @@ export declare const ClassSelectors: {
|
|
|
51
51
|
id: string;
|
|
52
52
|
name: string;
|
|
53
53
|
field: import("@provoly/dashboard").Field;
|
|
54
|
-
category?: string
|
|
54
|
+
category?: string;
|
|
55
55
|
multiValued: boolean;
|
|
56
56
|
}[];
|
|
57
57
|
id: string;
|
|
58
58
|
name: string;
|
|
59
|
-
icon?: string
|
|
60
|
-
storage?: string
|
|
59
|
+
icon?: string;
|
|
60
|
+
storage?: string;
|
|
61
61
|
}[]) => import("./class.interface").Attribute[]>;
|
|
62
62
|
allAttributes: import("@ngrx/store").MemoizedSelector<object, {
|
|
63
63
|
technicalName: string;
|
|
64
64
|
id: string;
|
|
65
65
|
name: string;
|
|
66
66
|
field: import("@provoly/dashboard").Field;
|
|
67
|
-
category?: string
|
|
67
|
+
category?: string;
|
|
68
68
|
multiValued: boolean;
|
|
69
69
|
}[], (s1: {
|
|
70
70
|
attributes: {
|
|
@@ -72,19 +72,19 @@ export declare const ClassSelectors: {
|
|
|
72
72
|
id: string;
|
|
73
73
|
name: string;
|
|
74
74
|
field: import("@provoly/dashboard").Field;
|
|
75
|
-
category?: string
|
|
75
|
+
category?: string;
|
|
76
76
|
multiValued: boolean;
|
|
77
77
|
}[];
|
|
78
78
|
id: string;
|
|
79
79
|
name: string;
|
|
80
|
-
icon?: string
|
|
81
|
-
storage?: string
|
|
80
|
+
icon?: string;
|
|
81
|
+
storage?: string;
|
|
82
82
|
}[]) => {
|
|
83
83
|
technicalName: string;
|
|
84
84
|
id: string;
|
|
85
85
|
name: string;
|
|
86
86
|
field: import("@provoly/dashboard").Field;
|
|
87
|
-
category?: string
|
|
87
|
+
category?: string;
|
|
88
88
|
multiValued: boolean;
|
|
89
89
|
}[]>;
|
|
90
90
|
datasetCounts: import("@ngrx/store").MemoizedSelector<object, import("@provoly/dashboard").DatasetCount[], (s1: fromClass.ClassState) => import("@provoly/dashboard").DatasetCount[]>;
|
|
@@ -93,21 +93,21 @@ export declare const ClassSelectors: {
|
|
|
93
93
|
id: string;
|
|
94
94
|
name: string;
|
|
95
95
|
field: import("@provoly/dashboard").Field;
|
|
96
|
-
category?: string
|
|
96
|
+
category?: string;
|
|
97
97
|
multiValued: boolean;
|
|
98
98
|
}[], (s1: {
|
|
99
99
|
technicalName: string;
|
|
100
100
|
id: string;
|
|
101
101
|
name: string;
|
|
102
102
|
field: import("@provoly/dashboard").Field;
|
|
103
|
-
category?: string
|
|
103
|
+
category?: string;
|
|
104
104
|
multiValued: boolean;
|
|
105
105
|
}[]) => {
|
|
106
106
|
technicalName: string;
|
|
107
107
|
id: string;
|
|
108
108
|
name: string;
|
|
109
109
|
field: import("@provoly/dashboard").Field;
|
|
110
|
-
category?: string
|
|
110
|
+
category?: string;
|
|
111
111
|
multiValued: boolean;
|
|
112
112
|
}[]>;
|
|
113
113
|
loading: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: fromClass.ClassState) => boolean>;
|
|
@@ -7,27 +7,27 @@ import { Group } from '../../components/share/share.model';
|
|
|
7
7
|
export declare const DEFAULT_SEARCH_LIMIT_NUMBER = 200;
|
|
8
8
|
export declare const ConfigActions: {
|
|
9
9
|
defineUrls: import("@ngrx/store").ActionCreator<"[Config] (bus) defining urls", (props: {
|
|
10
|
-
mapUrl?: string
|
|
11
|
-
pryUrl?: string
|
|
12
|
-
wsUrl?: string
|
|
13
|
-
geoServerUrl?: string
|
|
14
|
-
}) => {
|
|
15
|
-
mapUrl?: string
|
|
16
|
-
pryUrl?: string
|
|
17
|
-
wsUrl?: string
|
|
18
|
-
geoServerUrl?: string
|
|
19
|
-
} & import("@ngrx/store
|
|
10
|
+
mapUrl?: string;
|
|
11
|
+
pryUrl?: string;
|
|
12
|
+
wsUrl?: string;
|
|
13
|
+
geoServerUrl?: string;
|
|
14
|
+
}) => {
|
|
15
|
+
mapUrl?: string;
|
|
16
|
+
pryUrl?: string;
|
|
17
|
+
wsUrl?: string;
|
|
18
|
+
geoServerUrl?: string;
|
|
19
|
+
} & import("@ngrx/store").Action<"[Config] (bus) defining urls">>;
|
|
20
20
|
updateIcons: import("@ngrx/store").ActionCreator<"[Config] (bus) updating icons", (props: {
|
|
21
21
|
definitions: IconDefinitions;
|
|
22
22
|
}) => {
|
|
23
23
|
definitions: IconDefinitions;
|
|
24
|
-
} & import("@ngrx/store
|
|
24
|
+
} & import("@ngrx/store").Action<"[Config] (bus) updating icons">>;
|
|
25
25
|
saveIcons: import("@ngrx/store").ActionCreator<"[Config] (bus) saving icons", (props: {
|
|
26
26
|
definitions: IconDefinitions;
|
|
27
27
|
}) => {
|
|
28
28
|
definitions: IconDefinitions;
|
|
29
|
-
} & import("@ngrx/store
|
|
30
|
-
loadCustomization: import("@ngrx/store").ActionCreator<"[Config] (bus) load all class customization", () => import("@ngrx/store
|
|
29
|
+
} & import("@ngrx/store").Action<"[Config] (bus) saving icons">>;
|
|
30
|
+
loadCustomization: import("@ngrx/store").ActionCreator<"[Config] (bus) load all class customization", () => import("@ngrx/store").Action<"[Config] (bus) load all class customization">>;
|
|
31
31
|
loadedCustomization: import("@ngrx/store").ActionCreator<"[Config] (bus) customization loaded", (props: {
|
|
32
32
|
icons: IconDefinitions;
|
|
33
33
|
tooltips: {
|
|
@@ -56,8 +56,8 @@ export declare const ConfigActions: {
|
|
|
56
56
|
tileAttributes: {
|
|
57
57
|
[cl: string]: string[];
|
|
58
58
|
};
|
|
59
|
-
} & import("@ngrx/store
|
|
60
|
-
getMapStyles: import("@ngrx/store").ActionCreator<"[Config] get map styles", () => import("@ngrx/store
|
|
59
|
+
} & import("@ngrx/store").Action<"[Config] (bus) customization loaded">>;
|
|
60
|
+
getMapStyles: import("@ngrx/store").ActionCreator<"[Config] get map styles", () => import("@ngrx/store").Action<"[Config] get map styles">>;
|
|
61
61
|
defineMapStyles: import("@ngrx/store").ActionCreator<"[Config] (bus) defining map styles", (props: {
|
|
62
62
|
styles: {
|
|
63
63
|
identifier: string;
|
|
@@ -68,7 +68,7 @@ export declare const ConfigActions: {
|
|
|
68
68
|
identifier: string;
|
|
69
69
|
label: string;
|
|
70
70
|
}[];
|
|
71
|
-
} & import("@ngrx/store
|
|
71
|
+
} & import("@ngrx/store").Action<"[Config] (bus) defining map styles">>;
|
|
72
72
|
updateTooltip: import("@ngrx/store").ActionCreator<"[Config] (bus) updating tooltip", (props: {
|
|
73
73
|
definitions: {
|
|
74
74
|
[cl: string]: TooltipOfClass;
|
|
@@ -77,7 +77,7 @@ export declare const ConfigActions: {
|
|
|
77
77
|
definitions: {
|
|
78
78
|
[cl: string]: TooltipOfClass;
|
|
79
79
|
};
|
|
80
|
-
} & import("@ngrx/store
|
|
80
|
+
} & import("@ngrx/store").Action<"[Config] (bus) updating tooltip">>;
|
|
81
81
|
updateFilter: import("@ngrx/store").ActionCreator<"[Config] (bus) updating filter", (props: {
|
|
82
82
|
definitions: {
|
|
83
83
|
[cl: string]: TooltipOfClass;
|
|
@@ -86,7 +86,7 @@ export declare const ConfigActions: {
|
|
|
86
86
|
definitions: {
|
|
87
87
|
[cl: string]: TooltipOfClass;
|
|
88
88
|
};
|
|
89
|
-
} & import("@ngrx/store
|
|
89
|
+
} & import("@ngrx/store").Action<"[Config] (bus) updating filter">>;
|
|
90
90
|
saveTooltip: import("@ngrx/store").ActionCreator<"[Config] (bus) saving tooltip", (props: {
|
|
91
91
|
definitions: {
|
|
92
92
|
[cl: string]: TooltipOfClass;
|
|
@@ -95,7 +95,7 @@ export declare const ConfigActions: {
|
|
|
95
95
|
definitions: {
|
|
96
96
|
[cl: string]: TooltipOfClass;
|
|
97
97
|
};
|
|
98
|
-
} & import("@ngrx/store
|
|
98
|
+
} & import("@ngrx/store").Action<"[Config] (bus) saving tooltip">>;
|
|
99
99
|
updateTableDefaultAttributes: import("@ngrx/store").ActionCreator<"[Config] (bus) updating default table attributes", (props: {
|
|
100
100
|
definitions: {
|
|
101
101
|
[cl: string]: string[];
|
|
@@ -104,7 +104,7 @@ export declare const ConfigActions: {
|
|
|
104
104
|
definitions: {
|
|
105
105
|
[cl: string]: string[];
|
|
106
106
|
};
|
|
107
|
-
} & import("@ngrx/store
|
|
107
|
+
} & import("@ngrx/store").Action<"[Config] (bus) updating default table attributes">>;
|
|
108
108
|
saveTableDefaultAttributes: import("@ngrx/store").ActionCreator<"[Config] (bus) saving default table attributes", (props: {
|
|
109
109
|
definitions: {
|
|
110
110
|
[cl: string]: string[];
|
|
@@ -113,7 +113,7 @@ export declare const ConfigActions: {
|
|
|
113
113
|
definitions: {
|
|
114
114
|
[cl: string]: string[];
|
|
115
115
|
};
|
|
116
|
-
} & import("@ngrx/store
|
|
116
|
+
} & import("@ngrx/store").Action<"[Config] (bus) saving default table attributes">>;
|
|
117
117
|
updateTileAttributes: import("@ngrx/store").ActionCreator<"[Config] (bus) updating tile attributes", (props: {
|
|
118
118
|
definitions: {
|
|
119
119
|
[cl: string]: string[];
|
|
@@ -122,7 +122,7 @@ export declare const ConfigActions: {
|
|
|
122
122
|
definitions: {
|
|
123
123
|
[cl: string]: string[];
|
|
124
124
|
};
|
|
125
|
-
} & import("@ngrx/store
|
|
125
|
+
} & import("@ngrx/store").Action<"[Config] (bus) updating tile attributes">>;
|
|
126
126
|
saveTileAttributes: import("@ngrx/store").ActionCreator<"[Config] (bus) saving tile attributes", (props: {
|
|
127
127
|
definitions: {
|
|
128
128
|
[cl: string]: string[];
|
|
@@ -131,81 +131,81 @@ export declare const ConfigActions: {
|
|
|
131
131
|
definitions: {
|
|
132
132
|
[cl: string]: string[];
|
|
133
133
|
};
|
|
134
|
-
} & import("@ngrx/store
|
|
134
|
+
} & import("@ngrx/store").Action<"[Config] (bus) saving tile attributes">>;
|
|
135
135
|
defineColors: import("@ngrx/store").ActionCreator<"[Config] (bus) defining colors", (props: {
|
|
136
136
|
colors: string[];
|
|
137
137
|
}) => {
|
|
138
138
|
colors: string[];
|
|
139
|
-
} & import("@ngrx/store
|
|
139
|
+
} & import("@ngrx/store").Action<"[Config] (bus) defining colors">>;
|
|
140
140
|
addingOverlay: import("@ngrx/store").ActionCreator<"[Config] adding overlay", (props: {
|
|
141
141
|
id: string;
|
|
142
142
|
}) => {
|
|
143
143
|
id: string;
|
|
144
|
-
} & import("@ngrx/store
|
|
144
|
+
} & import("@ngrx/store").Action<"[Config] adding overlay">>;
|
|
145
145
|
closeOverlay: import("@ngrx/store").ActionCreator<"[Config] close overlay", (props: {
|
|
146
146
|
id: string;
|
|
147
147
|
}) => {
|
|
148
148
|
id: string;
|
|
149
|
-
} & import("@ngrx/store
|
|
149
|
+
} & import("@ngrx/store").Action<"[Config] close overlay">>;
|
|
150
150
|
defineBreakpoint: import("@ngrx/store").ActionCreator<"[Config] (bus) defining breakpoint", (props: {
|
|
151
151
|
breakpoint: number;
|
|
152
152
|
}) => {
|
|
153
153
|
breakpoint: number;
|
|
154
|
-
} & import("@ngrx/store
|
|
154
|
+
} & import("@ngrx/store").Action<"[Config] (bus) defining breakpoint">>;
|
|
155
155
|
saveWidget: import("@ngrx/store").ActionCreator<"[Config] (bus) defining widget", (props: {
|
|
156
156
|
widget: Widget;
|
|
157
157
|
}) => {
|
|
158
158
|
widget: Widget;
|
|
159
|
-
} & import("@ngrx/store
|
|
159
|
+
} & import("@ngrx/store").Action<"[Config] (bus) defining widget">>;
|
|
160
160
|
confirmRestitutionDeletion: import("@ngrx/store").ActionCreator<"[Config] (bus) confirm Restitution deletion", (props: {
|
|
161
161
|
id: string;
|
|
162
162
|
}) => {
|
|
163
163
|
id: string;
|
|
164
|
-
} & import("@ngrx/store
|
|
164
|
+
} & import("@ngrx/store").Action<"[Config] (bus) confirm Restitution deletion">>;
|
|
165
165
|
deleteRestitution: import("@ngrx/store").ActionCreator<"[Config] (bus) delete Restitution", (props: {
|
|
166
166
|
id: string;
|
|
167
167
|
}) => {
|
|
168
168
|
id: string;
|
|
169
|
-
} & import("@ngrx/store
|
|
170
|
-
loadWidgets: import("@ngrx/store").ActionCreator<"[Config] (bus) loading widgets", () => import("@ngrx/store
|
|
169
|
+
} & import("@ngrx/store").Action<"[Config] (bus) delete Restitution">>;
|
|
170
|
+
loadWidgets: import("@ngrx/store").ActionCreator<"[Config] (bus) loading widgets", () => import("@ngrx/store").Action<"[Config] (bus) loading widgets">>;
|
|
171
171
|
loadedWidgets: import("@ngrx/store").ActionCreator<"[Config] (bus) loaded widgets", (props: {
|
|
172
172
|
widgets: Widget[];
|
|
173
173
|
}) => {
|
|
174
174
|
widgets: Widget[];
|
|
175
|
-
} & import("@ngrx/store
|
|
176
|
-
loadChartOption: import("@ngrx/store").ActionCreator<"[Config] load chart option", () => import("@ngrx/store
|
|
175
|
+
} & import("@ngrx/store").Action<"[Config] (bus) loaded widgets">>;
|
|
176
|
+
loadChartOption: import("@ngrx/store").ActionCreator<"[Config] load chart option", () => import("@ngrx/store").Action<"[Config] load chart option">>;
|
|
177
177
|
loadedChartOption: import("@ngrx/store").ActionCreator<"[config] loaded chart option", (props: {
|
|
178
178
|
chartOption: ChartOption;
|
|
179
179
|
}) => {
|
|
180
180
|
chartOption: ChartOption;
|
|
181
|
-
} & import("@ngrx/store
|
|
181
|
+
} & import("@ngrx/store").Action<"[config] loaded chart option">>;
|
|
182
182
|
updateChartOption: import("@ngrx/store").ActionCreator<"[Config] update chart option", (props: {
|
|
183
183
|
chartOption: Partial<ChartOption>;
|
|
184
184
|
}) => {
|
|
185
185
|
chartOption: Partial<ChartOption>;
|
|
186
|
-
} & import("@ngrx/store
|
|
186
|
+
} & import("@ngrx/store").Action<"[Config] update chart option">>;
|
|
187
187
|
updateMaxAttributesInTiles: import("@ngrx/store").ActionCreator<"[Config] update max attributes in tiles", (props: {
|
|
188
188
|
max: number;
|
|
189
189
|
}) => {
|
|
190
190
|
max: number;
|
|
191
|
-
} & import("@ngrx/store
|
|
192
|
-
loadVersions: import("@ngrx/store").ActionCreator<"[about] Load Versions", () => import("@ngrx/store
|
|
191
|
+
} & import("@ngrx/store").Action<"[Config] update max attributes in tiles">>;
|
|
192
|
+
loadVersions: import("@ngrx/store").ActionCreator<"[about] Load Versions", () => import("@ngrx/store").Action<"[about] Load Versions">>;
|
|
193
193
|
loadVersionsSuccess: import("@ngrx/store").ActionCreator<"[about] (bus) Load Versions Success", (props: {
|
|
194
194
|
versions: Versions;
|
|
195
195
|
}) => {
|
|
196
196
|
versions: Versions;
|
|
197
|
-
} & import("@ngrx/store
|
|
197
|
+
} & import("@ngrx/store").Action<"[about] (bus) Load Versions Success">>;
|
|
198
198
|
loadVersionsFailure: import("@ngrx/store").ActionCreator<"[about] Load Versions Failure", (props: {
|
|
199
199
|
error: string;
|
|
200
200
|
}) => {
|
|
201
201
|
error: string;
|
|
202
|
-
} & import("@ngrx/store
|
|
203
|
-
loadAccessGroups: import("@ngrx/store").ActionCreator<"[Users] load access groups", () => import("@ngrx/store
|
|
202
|
+
} & import("@ngrx/store").Action<"[about] Load Versions Failure">>;
|
|
203
|
+
loadAccessGroups: import("@ngrx/store").ActionCreator<"[Users] load access groups", () => import("@ngrx/store").Action<"[Users] load access groups">>;
|
|
204
204
|
loadAccessGroupsSuccess: import("@ngrx/store").ActionCreator<"[Config] load access groups Success", (props: {
|
|
205
205
|
groups: Group[];
|
|
206
206
|
}) => {
|
|
207
207
|
groups: Group[];
|
|
208
|
-
} & import("@ngrx/store
|
|
208
|
+
} & import("@ngrx/store").Action<"[Config] load access groups Success">>;
|
|
209
209
|
defineLimits: import("@ngrx/store").ActionCreator<"[Config] defining limits", (props: {
|
|
210
210
|
limits: {
|
|
211
211
|
[key: string]: number;
|
|
@@ -214,5 +214,5 @@ export declare const ConfigActions: {
|
|
|
214
214
|
limits: {
|
|
215
215
|
[key: string]: number;
|
|
216
216
|
};
|
|
217
|
-
} & import("@ngrx/store
|
|
217
|
+
} & import("@ngrx/store").Action<"[Config] defining limits">>;
|
|
218
218
|
};
|
|
@@ -21,11 +21,11 @@ export declare class ConfigEffects {
|
|
|
21
21
|
identifier: string;
|
|
22
22
|
label: string;
|
|
23
23
|
}[];
|
|
24
|
-
} & import("@ngrx/store
|
|
25
|
-
saveIconDefinitions$: import("rxjs").Observable<import("@ngrx/store
|
|
26
|
-
saveTableAttributes$: import("rxjs").Observable<import("@ngrx/store
|
|
27
|
-
saveTileAttributes$: import("rxjs").Observable<import("@ngrx/store
|
|
28
|
-
saveTemplates$: import("rxjs").Observable<import("@ngrx/store
|
|
24
|
+
} & import("@ngrx/store").Action<"[Config] (bus) defining map styles">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
25
|
+
saveIconDefinitions$: import("rxjs").Observable<import("@ngrx/store").Action<"[Config] (bus) load all class customization">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
26
|
+
saveTableAttributes$: import("rxjs").Observable<import("@ngrx/store").Action<"[Config] (bus) load all class customization">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
27
|
+
saveTileAttributes$: import("rxjs").Observable<import("@ngrx/store").Action<"[Config] (bus) load all class customization">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
28
|
+
saveTemplates$: import("rxjs").Observable<import("@ngrx/store").Action<"[Config] (bus) load all class customization">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
29
29
|
getCustomization$: import("rxjs").Observable<{
|
|
30
30
|
icons: import("@provoly/dashboard").IconDefinitions;
|
|
31
31
|
tooltips: {
|
|
@@ -40,26 +40,26 @@ export declare class ConfigEffects {
|
|
|
40
40
|
tileAttributes: {
|
|
41
41
|
[cl: string]: string[];
|
|
42
42
|
};
|
|
43
|
-
} & import("@ngrx/store
|
|
44
|
-
saveWidget$: import("rxjs").Observable<import("@ngrx/store
|
|
43
|
+
} & import("@ngrx/store").Action<"[Config] (bus) customization loaded">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
44
|
+
saveWidget$: import("rxjs").Observable<import("@ngrx/store").Action<"[Config] (bus) loading widgets">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
45
45
|
confirmRestitutionDeletion$: import("rxjs").Observable<{
|
|
46
46
|
id: string;
|
|
47
|
-
} & import("@ngrx/store
|
|
48
|
-
deleteRestitution$: import("rxjs").Observable<import("@ngrx/store
|
|
47
|
+
} & import("@ngrx/store").Action<"[Config] (bus) confirm Restitution deletion">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
48
|
+
deleteRestitution$: import("rxjs").Observable<import("@ngrx/store").Action<"[Config] (bus) loading widgets">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
49
49
|
loadWidget$: import("rxjs").Observable<{
|
|
50
50
|
widgets: import("@provoly/dashboard").Widget[];
|
|
51
|
-
} & import("@ngrx/store
|
|
51
|
+
} & import("@ngrx/store").Action<"[Config] (bus) loaded widgets">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
52
52
|
loadChartOption$: import("rxjs").Observable<{
|
|
53
53
|
chartOption: import("@provoly/dashboard").ChartOption;
|
|
54
|
-
} & import("@ngrx/store
|
|
54
|
+
} & import("@ngrx/store").Action<"[config] loaded chart option">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
55
55
|
loadVersions$: import("rxjs").Observable<({
|
|
56
56
|
versions: Versions;
|
|
57
|
-
} & import("@ngrx/store
|
|
57
|
+
} & import("@ngrx/store").Action<"[about] (bus) Load Versions Success">) | ({
|
|
58
58
|
error: string;
|
|
59
|
-
} & import("@ngrx/store
|
|
59
|
+
} & import("@ngrx/store").Action<"[about] Load Versions Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
60
60
|
loadAccessGroups$: import("rxjs").Observable<{
|
|
61
61
|
groups: Group[];
|
|
62
|
-
} & import("@ngrx/store
|
|
62
|
+
} & import("@ngrx/store").Action<"[Config] load access groups Success">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
63
63
|
constructor(actions$: Actions, openMapTilesService: OpenMapTilesService, store: Store, configService: ConfigService, snackBar: PrySnackbarService, translateService: PryI18nService, pryDialog: PryDialogService);
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigEffects, never>;
|
|
65
65
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigEffects>;
|
|
@@ -41,4 +41,4 @@ export interface ConfigState {
|
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
export declare const initialConfigState: ConfigState;
|
|
44
|
-
export declare const configReducer: import("@ngrx/store").ActionReducer<ConfigState, import("@ngrx/store").Action
|
|
44
|
+
export declare const configReducer: import("@ngrx/store").ActionReducer<ConfigState, import("@ngrx/store").Action<string>>;
|
|
@@ -3,18 +3,18 @@ export declare const ContextMenuActions: {
|
|
|
3
3
|
itemId: string;
|
|
4
4
|
clientX: number;
|
|
5
5
|
clientY: number;
|
|
6
|
-
resultSet?: string
|
|
6
|
+
resultSet?: string;
|
|
7
7
|
from: string;
|
|
8
|
-
coordinates?: number[]
|
|
8
|
+
coordinates?: number[];
|
|
9
9
|
allowObjectCreation: boolean;
|
|
10
10
|
}) => {
|
|
11
11
|
itemId: string;
|
|
12
12
|
clientX: number;
|
|
13
13
|
clientY: number;
|
|
14
|
-
resultSet?: string
|
|
14
|
+
resultSet?: string;
|
|
15
15
|
from: string;
|
|
16
|
-
coordinates?: number[]
|
|
16
|
+
coordinates?: number[];
|
|
17
17
|
allowObjectCreation: boolean;
|
|
18
|
-
} & import("@ngrx/store
|
|
19
|
-
hide: import("@ngrx/store").ActionCreator<"[ContextMenu] hide", () => import("@ngrx/store
|
|
18
|
+
} & import("@ngrx/store").Action<"[ContextMenu] open">>;
|
|
19
|
+
hide: import("@ngrx/store").ActionCreator<"[ContextMenu] hide", () => import("@ngrx/store").Action<"[ContextMenu] hide">>;
|
|
20
20
|
};
|
|
@@ -10,4 +10,4 @@ export interface ContextMenuState {
|
|
|
10
10
|
allowObjectCreation: boolean;
|
|
11
11
|
}
|
|
12
12
|
export declare const initialContextMenuState: ContextMenuState;
|
|
13
|
-
export declare const contextMenuReducer: import("@ngrx/store").ActionReducer<ContextMenuState, import("@ngrx/store").Action
|
|
13
|
+
export declare const contextMenuReducer: import("@ngrx/store").ActionReducer<ContextMenuState, import("@ngrx/store").Action<string>>;
|