@provoly/dashboard 1.4.3 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +23 -44
- 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/model/filter.interface.mjs +1 -1
- 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 +13 -5
- 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 +4 -4
- 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 +8 -5
- 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/date-utils.mjs +21 -1
- 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/dashboard.selectors.mjs +3 -2
- 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/lib/dashboard/widget-loader.function.mjs +15 -4
- package/esm2022/notification/components/notification/content/notification-content.component.mjs +12 -6
- 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 +8 -5
- 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 +26 -47
- package/fesm2022/provoly-dashboard-filters-date.mjs.map +1 -1
- 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 +27 -21
- 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 +14 -11
- 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 +503 -464
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/filters/date/date-filter.component.d.ts +2 -8
- 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/model/filter.interface.d.ts +1 -0
- 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-instanciator/widget-factory.service.d.ts +3 -0
- package/lib/dashboard/components/widgets/widget-placement/widget-placement.utils.d.ts +5 -5
- package/lib/dashboard/date-utils.d.ts +13 -0
- 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-analytic/component/widget-analytic.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
|
@@ -34,318 +34,318 @@ export declare const DashboardActions: {
|
|
|
34
34
|
sender: string;
|
|
35
35
|
}) => {
|
|
36
36
|
sender: string;
|
|
37
|
-
} & import("@ngrx/store
|
|
37
|
+
} & import("@ngrx/store").Action<"[Dashboard] joined">>;
|
|
38
38
|
leave: import("@ngrx/store").ActionCreator<"[Dashboard] leave", (props: {
|
|
39
39
|
sender: string;
|
|
40
40
|
}) => {
|
|
41
41
|
sender: string;
|
|
42
|
-
} & import("@ngrx/store
|
|
42
|
+
} & import("@ngrx/store").Action<"[Dashboard] leave">>;
|
|
43
43
|
updateManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest", (props: {
|
|
44
|
-
tenants?: string[]
|
|
44
|
+
tenants?: string[];
|
|
45
45
|
manifest: GlobalManifest;
|
|
46
|
-
resultSets?: ResultSets
|
|
47
|
-
joining?: boolean
|
|
48
|
-
manifestId?: string
|
|
46
|
+
resultSets?: ResultSets;
|
|
47
|
+
joining?: boolean;
|
|
48
|
+
manifestId?: string;
|
|
49
49
|
selectedIds: string[];
|
|
50
50
|
}) => {
|
|
51
|
-
tenants?: string[]
|
|
51
|
+
tenants?: string[];
|
|
52
52
|
manifest: GlobalManifest;
|
|
53
|
-
resultSets?: ResultSets
|
|
54
|
-
joining?: boolean
|
|
55
|
-
manifestId?: string
|
|
53
|
+
resultSets?: ResultSets;
|
|
54
|
+
joining?: boolean;
|
|
55
|
+
manifestId?: string;
|
|
56
56
|
selectedIds: string[];
|
|
57
|
-
} & import("@ngrx/store
|
|
57
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) updating manifest">>;
|
|
58
58
|
updateManifestAfterFetch: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest after fetch", (props: {
|
|
59
|
-
tenants?: string[]
|
|
59
|
+
tenants?: string[];
|
|
60
60
|
manifest: GlobalManifest;
|
|
61
|
-
resultSets?: ResultSets
|
|
62
|
-
joining?: boolean
|
|
63
|
-
manifestId?: string
|
|
61
|
+
resultSets?: ResultSets;
|
|
62
|
+
joining?: boolean;
|
|
63
|
+
manifestId?: string;
|
|
64
64
|
selectedIds: string[];
|
|
65
65
|
}) => {
|
|
66
|
-
tenants?: string[]
|
|
66
|
+
tenants?: string[];
|
|
67
67
|
manifest: GlobalManifest;
|
|
68
|
-
resultSets?: ResultSets
|
|
69
|
-
joining?: boolean
|
|
70
|
-
manifestId?: string
|
|
68
|
+
resultSets?: ResultSets;
|
|
69
|
+
joining?: boolean;
|
|
70
|
+
manifestId?: string;
|
|
71
71
|
selectedIds: string[];
|
|
72
|
-
} & import("@ngrx/store
|
|
72
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) updating manifest after fetch">>;
|
|
73
73
|
updateManifestWithoutActivation: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest but do not activate it", (props: {
|
|
74
|
-
tenants?: string[]
|
|
74
|
+
tenants?: string[];
|
|
75
75
|
manifest: GlobalManifest;
|
|
76
|
-
resultSets?: ResultSets
|
|
77
|
-
joining?: boolean
|
|
78
|
-
manifestId?: string
|
|
76
|
+
resultSets?: ResultSets;
|
|
77
|
+
joining?: boolean;
|
|
78
|
+
manifestId?: string;
|
|
79
79
|
selectedIds: string[];
|
|
80
80
|
}) => {
|
|
81
|
-
tenants?: string[]
|
|
81
|
+
tenants?: string[];
|
|
82
82
|
manifest: GlobalManifest;
|
|
83
|
-
resultSets?: ResultSets
|
|
84
|
-
joining?: boolean
|
|
85
|
-
manifestId?: string
|
|
83
|
+
resultSets?: ResultSets;
|
|
84
|
+
joining?: boolean;
|
|
85
|
+
manifestId?: string;
|
|
86
86
|
selectedIds: string[];
|
|
87
|
-
} & import("@ngrx/store
|
|
87
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) updating manifest but do not activate it">>;
|
|
88
88
|
updateManifestAfterTenantJoin: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest after tenant join", (props: {
|
|
89
|
-
tenants?: string[]
|
|
89
|
+
tenants?: string[];
|
|
90
90
|
manifest: GlobalManifest;
|
|
91
|
-
resultSets?: ResultSets
|
|
92
|
-
joining?: boolean
|
|
93
|
-
manifestId?: string
|
|
91
|
+
resultSets?: ResultSets;
|
|
92
|
+
joining?: boolean;
|
|
93
|
+
manifestId?: string;
|
|
94
94
|
selectedIds: string[];
|
|
95
95
|
presentation?: {
|
|
96
|
-
current?: ManifestDescription
|
|
97
|
-
initial?: GlobalManifest
|
|
98
|
-
viewMode?: ViewMode
|
|
99
|
-
}
|
|
100
|
-
display?: DisplayOptions
|
|
96
|
+
current?: ManifestDescription;
|
|
97
|
+
initial?: GlobalManifest;
|
|
98
|
+
viewMode?: ViewMode;
|
|
99
|
+
};
|
|
100
|
+
display?: DisplayOptions;
|
|
101
101
|
}) => {
|
|
102
|
-
tenants?: string[]
|
|
102
|
+
tenants?: string[];
|
|
103
103
|
manifest: GlobalManifest;
|
|
104
|
-
resultSets?: ResultSets
|
|
105
|
-
joining?: boolean
|
|
106
|
-
manifestId?: string
|
|
104
|
+
resultSets?: ResultSets;
|
|
105
|
+
joining?: boolean;
|
|
106
|
+
manifestId?: string;
|
|
107
107
|
selectedIds: string[];
|
|
108
108
|
presentation?: {
|
|
109
|
-
current?: ManifestDescription
|
|
110
|
-
initial?: GlobalManifest
|
|
111
|
-
viewMode?: ViewMode
|
|
112
|
-
}
|
|
113
|
-
display?: DisplayOptions
|
|
114
|
-
} & import("@ngrx/store
|
|
109
|
+
current?: ManifestDescription;
|
|
110
|
+
initial?: GlobalManifest;
|
|
111
|
+
viewMode?: ViewMode;
|
|
112
|
+
};
|
|
113
|
+
display?: DisplayOptions;
|
|
114
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) updating manifest after tenant join">>;
|
|
115
115
|
updateManifestAfterTenantLeave: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest after tenant leave", (props: {
|
|
116
|
-
tenants?: string[]
|
|
116
|
+
tenants?: string[];
|
|
117
117
|
manifest: GlobalManifest;
|
|
118
|
-
resultSets?: ResultSets
|
|
119
|
-
joining?: boolean
|
|
120
|
-
manifestId?: string
|
|
118
|
+
resultSets?: ResultSets;
|
|
119
|
+
joining?: boolean;
|
|
120
|
+
manifestId?: string;
|
|
121
121
|
selectedIds: string[];
|
|
122
122
|
}) => {
|
|
123
|
-
tenants?: string[]
|
|
123
|
+
tenants?: string[];
|
|
124
124
|
manifest: GlobalManifest;
|
|
125
|
-
resultSets?: ResultSets
|
|
126
|
-
joining?: boolean
|
|
127
|
-
manifestId?: string
|
|
125
|
+
resultSets?: ResultSets;
|
|
126
|
+
joining?: boolean;
|
|
127
|
+
manifestId?: string;
|
|
128
128
|
selectedIds: string[];
|
|
129
|
-
} & import("@ngrx/store
|
|
129
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) updating manifest after tenant leave">>;
|
|
130
130
|
selectPresentation: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) selectPresentation", (props: {
|
|
131
131
|
presentation: ManifestDescription | undefined;
|
|
132
|
-
viewMode?: ViewMode
|
|
132
|
+
viewMode?: ViewMode;
|
|
133
133
|
}) => {
|
|
134
134
|
presentation: ManifestDescription | undefined;
|
|
135
|
-
viewMode?: ViewMode
|
|
136
|
-
} & import("@ngrx/store
|
|
135
|
+
viewMode?: ViewMode;
|
|
136
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) selectPresentation">>;
|
|
137
137
|
setInitialPresentation: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) set initial presentation", (props: {
|
|
138
|
-
initial?: GlobalManifest
|
|
138
|
+
initial?: GlobalManifest;
|
|
139
139
|
}) => {
|
|
140
|
-
initial?: GlobalManifest
|
|
141
|
-
} & import("@ngrx/store
|
|
140
|
+
initial?: GlobalManifest;
|
|
141
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) set initial presentation">>;
|
|
142
142
|
declareSenderId: import("@ngrx/store").ActionCreator<"[Dashboard] self-updating manifest", (props: {
|
|
143
143
|
tenants: string[];
|
|
144
144
|
sender: string;
|
|
145
145
|
}) => {
|
|
146
146
|
tenants: string[];
|
|
147
147
|
sender: string;
|
|
148
|
-
} & import("@ngrx/store
|
|
148
|
+
} & import("@ngrx/store").Action<"[Dashboard] self-updating manifest">>;
|
|
149
149
|
updateDashboardManifest: import("@ngrx/store").ActionCreator<"[Dashboard] updating dashboard view", (props: {
|
|
150
150
|
manifest: DashboardManifest;
|
|
151
151
|
}) => {
|
|
152
152
|
manifest: DashboardManifest;
|
|
153
|
-
} & import("@ngrx/store
|
|
153
|
+
} & import("@ngrx/store").Action<"[Dashboard] updating dashboard view">>;
|
|
154
154
|
updateWidgetManifest: import("@ngrx/store").ActionCreator<"[Dashboard] updating widget view", (props: {
|
|
155
155
|
manifest: WidgetManifest;
|
|
156
156
|
index: number;
|
|
157
157
|
}) => {
|
|
158
158
|
manifest: WidgetManifest;
|
|
159
159
|
index: number;
|
|
160
|
-
} & import("@ngrx/store
|
|
160
|
+
} & import("@ngrx/store").Action<"[Dashboard] updating widget view">>;
|
|
161
161
|
addWidgetToPresentation: import("@ngrx/store").ActionCreator<"[Dashboard] add widget to presentation", (props: {
|
|
162
|
-
id?: string | string[]
|
|
162
|
+
id?: string | string[];
|
|
163
163
|
widgetType: string;
|
|
164
164
|
additionalOptions?: any;
|
|
165
|
-
alert?: boolean
|
|
165
|
+
alert?: boolean;
|
|
166
166
|
}) => {
|
|
167
|
-
id?: string | string[]
|
|
167
|
+
id?: string | string[];
|
|
168
168
|
widgetType: string;
|
|
169
169
|
additionalOptions?: any;
|
|
170
|
-
alert?: boolean
|
|
171
|
-
} & import("@ngrx/store
|
|
170
|
+
alert?: boolean;
|
|
171
|
+
} & import("@ngrx/store").Action<"[Dashboard] add widget to presentation">>;
|
|
172
172
|
updateWidgetInPresentation: import("@ngrx/store").ActionCreator<"[Dashboard] update widget in presentation", (props: {
|
|
173
|
-
id?: string | string[]
|
|
173
|
+
id?: string | string[];
|
|
174
174
|
widgetType: string;
|
|
175
175
|
additionalOptions?: any;
|
|
176
176
|
}) => {
|
|
177
|
-
id?: string | string[]
|
|
177
|
+
id?: string | string[];
|
|
178
178
|
widgetType: string;
|
|
179
179
|
additionalOptions?: any;
|
|
180
|
-
} & import("@ngrx/store
|
|
181
|
-
requestAllRoutes: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) requesting route update", () => import("@ngrx/store
|
|
180
|
+
} & import("@ngrx/store").Action<"[Dashboard] update widget in presentation">>;
|
|
181
|
+
requestAllRoutes: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) requesting route update", () => import("@ngrx/store").Action<"[Dashboard] (bus) requesting route update">>;
|
|
182
182
|
updateRouteManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating route", (props: {
|
|
183
|
-
sender?: string
|
|
183
|
+
sender?: string;
|
|
184
184
|
route: string;
|
|
185
185
|
}) => {
|
|
186
|
-
sender?: string
|
|
186
|
+
sender?: string;
|
|
187
187
|
route: string;
|
|
188
|
-
} & import("@ngrx/store
|
|
189
|
-
fetchManifestsList: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) fetching available manifests", () => import("@ngrx/store
|
|
188
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) updating route">>;
|
|
189
|
+
fetchManifestsList: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) fetching available manifests", () => import("@ngrx/store").Action<"[Dashboard] (bus) fetching available manifests">>;
|
|
190
190
|
setRefreshRate: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) setting refreshRate", (props: {
|
|
191
191
|
id: string;
|
|
192
192
|
rate: number;
|
|
193
193
|
}) => {
|
|
194
194
|
id: string;
|
|
195
195
|
rate: number;
|
|
196
|
-
} & import("@ngrx/store
|
|
196
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) setting refreshRate">>;
|
|
197
197
|
updateManifestsList: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) received manifests list", (props: {
|
|
198
198
|
manifests: ManifestDescription[];
|
|
199
199
|
}) => {
|
|
200
200
|
manifests: ManifestDescription[];
|
|
201
|
-
} & import("@ngrx/store
|
|
201
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) received manifests list">>;
|
|
202
202
|
fetchStaticManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) fetching staticManifest", (props: {
|
|
203
203
|
id: string;
|
|
204
204
|
}) => {
|
|
205
205
|
id: string;
|
|
206
|
-
} & import("@ngrx/store
|
|
207
|
-
endLoading: import("@ngrx/store").ActionCreator<"[Dashboard] end loading", () => import("@ngrx/store
|
|
206
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) fetching staticManifest">>;
|
|
207
|
+
endLoading: import("@ngrx/store").ActionCreator<"[Dashboard] end loading", () => import("@ngrx/store").Action<"[Dashboard] end loading">>;
|
|
208
208
|
updateStaticManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) received staticManifest", (props: {
|
|
209
209
|
staticManifest: GlobalManifest;
|
|
210
210
|
}) => {
|
|
211
211
|
staticManifest: GlobalManifest;
|
|
212
|
-
} & import("@ngrx/store
|
|
212
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) received staticManifest">>;
|
|
213
213
|
loadManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) load manifest", (props: {
|
|
214
214
|
id: string;
|
|
215
215
|
}) => {
|
|
216
216
|
id: string;
|
|
217
|
-
} & import("@ngrx/store
|
|
217
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) load manifest">>;
|
|
218
218
|
loadAndActivateManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) load and activate manifest", (props: {
|
|
219
219
|
id: string;
|
|
220
220
|
}) => {
|
|
221
221
|
id: string;
|
|
222
|
-
} & import("@ngrx/store
|
|
222
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) load and activate manifest">>;
|
|
223
223
|
downloadManifest: import("@ngrx/store").ActionCreator<"[Dashboard] download manifest", (props: {
|
|
224
224
|
id: string;
|
|
225
225
|
name: string;
|
|
226
226
|
}) => {
|
|
227
227
|
id: string;
|
|
228
228
|
name: string;
|
|
229
|
-
} & import("@ngrx/store
|
|
229
|
+
} & import("@ngrx/store").Action<"[Dashboard] download manifest">>;
|
|
230
230
|
confirmManifestDeletion: import("@ngrx/store").ActionCreator<"[Dashboard] confirm manifest deletion", (props: {
|
|
231
231
|
id: string;
|
|
232
232
|
}) => {
|
|
233
233
|
id: string;
|
|
234
|
-
} & import("@ngrx/store
|
|
234
|
+
} & import("@ngrx/store").Action<"[Dashboard] confirm manifest deletion">>;
|
|
235
235
|
deleteManifest: import("@ngrx/store").ActionCreator<"[Dashboard] deleting manifest", (props: {
|
|
236
236
|
id: string;
|
|
237
237
|
}) => {
|
|
238
238
|
id: string;
|
|
239
|
-
} & import("@ngrx/store
|
|
239
|
+
} & import("@ngrx/store").Action<"[Dashboard] deleting manifest">>;
|
|
240
240
|
saveManifest: import("@ngrx/store").ActionCreator<"[Dashboard] save manifest", (props: {
|
|
241
241
|
name: string;
|
|
242
|
-
manifest?: GlobalManifest
|
|
242
|
+
manifest?: GlobalManifest;
|
|
243
243
|
id: string;
|
|
244
|
-
description?: string
|
|
245
|
-
image?: string
|
|
244
|
+
description?: string;
|
|
245
|
+
image?: string;
|
|
246
246
|
metadata?: {
|
|
247
247
|
metadataDefId: string;
|
|
248
248
|
value: string;
|
|
249
|
-
}[]
|
|
249
|
+
}[];
|
|
250
250
|
accessRightsByGroup?: {
|
|
251
251
|
[key: string]: string[];
|
|
252
|
-
}
|
|
253
|
-
additionalInformation?: string
|
|
252
|
+
};
|
|
253
|
+
additionalInformation?: string;
|
|
254
254
|
}) => {
|
|
255
255
|
name: string;
|
|
256
|
-
manifest?: GlobalManifest
|
|
256
|
+
manifest?: GlobalManifest;
|
|
257
257
|
id: string;
|
|
258
|
-
description?: string
|
|
259
|
-
image?: string
|
|
258
|
+
description?: string;
|
|
259
|
+
image?: string;
|
|
260
260
|
metadata?: {
|
|
261
261
|
metadataDefId: string;
|
|
262
262
|
value: string;
|
|
263
|
-
}[]
|
|
263
|
+
}[];
|
|
264
264
|
accessRightsByGroup?: {
|
|
265
265
|
[key: string]: string[];
|
|
266
|
-
}
|
|
267
|
-
additionalInformation?: string
|
|
268
|
-
} & import("@ngrx/store
|
|
269
|
-
solveCollisions: import("@ngrx/store").ActionCreator<"[Dashboard] solving collisions", () => import("@ngrx/store
|
|
270
|
-
clearManifest: import("@ngrx/store").ActionCreator<"[Dashboard] clear manifest", () => import("@ngrx/store
|
|
271
|
-
followManifestRoute: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) follow manifest route", () => import("@ngrx/store
|
|
266
|
+
};
|
|
267
|
+
additionalInformation?: string;
|
|
268
|
+
} & import("@ngrx/store").Action<"[Dashboard] save manifest">>;
|
|
269
|
+
solveCollisions: import("@ngrx/store").ActionCreator<"[Dashboard] solving collisions", () => import("@ngrx/store").Action<"[Dashboard] solving collisions">>;
|
|
270
|
+
clearManifest: import("@ngrx/store").ActionCreator<"[Dashboard] clear manifest", () => import("@ngrx/store").Action<"[Dashboard] clear manifest">>;
|
|
271
|
+
followManifestRoute: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) follow manifest route", () => import("@ngrx/store").Action<"[Dashboard] (bus) follow manifest route">>;
|
|
272
272
|
moveWidget: import("@ngrx/store").ActionCreator<"[Dashboard] moving widget", (props: {
|
|
273
273
|
widgetIndex: number;
|
|
274
274
|
targetIndex: number;
|
|
275
275
|
}) => {
|
|
276
276
|
widgetIndex: number;
|
|
277
277
|
targetIndex: number;
|
|
278
|
-
} & import("@ngrx/store
|
|
278
|
+
} & import("@ngrx/store").Action<"[Dashboard] moving widget">>;
|
|
279
279
|
maximizeWidget: import("@ngrx/store").ActionCreator<"[Dashboard] maximize widget", (props: {
|
|
280
280
|
widgetIndex: number;
|
|
281
281
|
}) => {
|
|
282
282
|
widgetIndex: number;
|
|
283
|
-
} & import("@ngrx/store
|
|
283
|
+
} & import("@ngrx/store").Action<"[Dashboard] maximize widget">>;
|
|
284
284
|
assertResultSets: import("@ngrx/store").ActionCreator<"[Dashboard] assert resultSet", (props: {
|
|
285
|
-
staticManifest?: DashboardManifest
|
|
285
|
+
staticManifest?: DashboardManifest;
|
|
286
286
|
}) => {
|
|
287
|
-
staticManifest?: DashboardManifest
|
|
288
|
-
} & import("@ngrx/store
|
|
287
|
+
staticManifest?: DashboardManifest;
|
|
288
|
+
} & import("@ngrx/store").Action<"[Dashboard] assert resultSet">>;
|
|
289
289
|
updateResultSet: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) received named resultSet", (props: {
|
|
290
290
|
id: string;
|
|
291
291
|
resultSet: ResultSet;
|
|
292
|
-
params?: string
|
|
292
|
+
params?: string;
|
|
293
293
|
}) => {
|
|
294
294
|
id: string;
|
|
295
295
|
resultSet: ResultSet;
|
|
296
|
-
params?: string
|
|
297
|
-
} & import("@ngrx/store
|
|
296
|
+
params?: string;
|
|
297
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) received named resultSet">>;
|
|
298
298
|
addRelationsToResultSets: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) add relations to resultSet", (props: {
|
|
299
299
|
relations: Relation[];
|
|
300
300
|
}) => {
|
|
301
301
|
relations: Relation[];
|
|
302
|
-
} & import("@ngrx/store
|
|
302
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) add relations to resultSet">>;
|
|
303
303
|
addItemToResultSets: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) add item to resultSet", (props: {
|
|
304
304
|
item: Item;
|
|
305
|
-
resultSet?: string
|
|
305
|
+
resultSet?: string;
|
|
306
306
|
}) => {
|
|
307
307
|
item: Item;
|
|
308
|
-
resultSet?: string
|
|
309
|
-
} & import("@ngrx/store
|
|
310
|
-
startingMissingViews: import("@ngrx/store").ActionCreator<"[Dashboard] opening missing views for manifest", () => import("@ngrx/store
|
|
308
|
+
resultSet?: string;
|
|
309
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) add item to resultSet">>;
|
|
310
|
+
startingMissingViews: import("@ngrx/store").ActionCreator<"[Dashboard] opening missing views for manifest", () => import("@ngrx/store").Action<"[Dashboard] opening missing views for manifest">>;
|
|
311
311
|
setAvailableNamedQueries: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) set available rs names", (props: {
|
|
312
312
|
names: string[];
|
|
313
313
|
}) => {
|
|
314
314
|
names: string[];
|
|
315
|
-
} & import("@ngrx/store
|
|
315
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) set available rs names">>;
|
|
316
316
|
setDefaultDatasource: import("@ngrx/store").ActionCreator<"[Dashboard] set current rs name", (props: {
|
|
317
317
|
names: string[];
|
|
318
318
|
}) => {
|
|
319
319
|
names: string[];
|
|
320
|
-
} & import("@ngrx/store
|
|
320
|
+
} & import("@ngrx/store").Action<"[Dashboard] set current rs name">>;
|
|
321
321
|
updateDashboardParams: import("@ngrx/store").ActionCreator<"[Dashboard] set dashboard cell params", (props: {
|
|
322
322
|
params: Partial<DashboardCellParams>;
|
|
323
323
|
}) => {
|
|
324
324
|
params: Partial<DashboardCellParams>;
|
|
325
|
-
} & import("@ngrx/store
|
|
325
|
+
} & import("@ngrx/store").Action<"[Dashboard] set dashboard cell params">>;
|
|
326
326
|
toggleEditionMode: import("@ngrx/store").ActionCreator<"[Dashboard] toggle edition mode", (props: {
|
|
327
|
-
force?: boolean
|
|
327
|
+
force?: boolean;
|
|
328
328
|
}) => {
|
|
329
|
-
force?: boolean
|
|
330
|
-
} & import("@ngrx/store
|
|
329
|
+
force?: boolean;
|
|
330
|
+
} & import("@ngrx/store").Action<"[Dashboard] toggle edition mode">>;
|
|
331
331
|
select: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) select item", (props: {
|
|
332
332
|
id: string;
|
|
333
333
|
cumulative: boolean;
|
|
334
334
|
}) => {
|
|
335
335
|
id: string;
|
|
336
336
|
cumulative: boolean;
|
|
337
|
-
} & import("@ngrx/store
|
|
337
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) select item">>;
|
|
338
338
|
selectMany: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) select items", (props: {
|
|
339
339
|
ids: string[];
|
|
340
340
|
}) => {
|
|
341
341
|
ids: string[];
|
|
342
|
-
} & import("@ngrx/store
|
|
343
|
-
invertSelection: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) invert selection", () => import("@ngrx/store
|
|
342
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) select items">>;
|
|
343
|
+
invertSelection: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) invert selection", () => import("@ngrx/store").Action<"[Dashboard] (bus) invert selection">>;
|
|
344
344
|
fetchObjectsDetails: import("@ngrx/store").ActionCreator<"[Dashboard] fetch objects details", (props: {
|
|
345
345
|
ids: string[];
|
|
346
346
|
}) => {
|
|
347
347
|
ids: string[];
|
|
348
|
-
} & import("@ngrx/store
|
|
348
|
+
} & import("@ngrx/store").Action<"[Dashboard] fetch objects details">>;
|
|
349
349
|
updateObjectsDetails: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) update objects details", (props: {
|
|
350
350
|
list: {
|
|
351
351
|
[id: string]: Item;
|
|
@@ -354,29 +354,29 @@ export declare const DashboardActions: {
|
|
|
354
354
|
list: {
|
|
355
355
|
[id: string]: Item;
|
|
356
356
|
};
|
|
357
|
-
} & import("@ngrx/store
|
|
357
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) update objects details">>;
|
|
358
358
|
explore: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) isolate in data set", (props: {
|
|
359
359
|
id: string;
|
|
360
360
|
}) => {
|
|
361
361
|
id: string;
|
|
362
|
-
} & import("@ngrx/store
|
|
362
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) isolate in data set">>;
|
|
363
363
|
detail: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) add detail view", (props: {
|
|
364
364
|
ids: string[];
|
|
365
365
|
}) => {
|
|
366
366
|
ids: string[];
|
|
367
|
-
} & import("@ngrx/store
|
|
367
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) add detail view">>;
|
|
368
368
|
proximity: import("@ngrx/store").ActionCreator<"[Dashboard] proximity search", (props: {
|
|
369
369
|
id: string;
|
|
370
370
|
targetResultSet: string;
|
|
371
371
|
}) => {
|
|
372
372
|
id: string;
|
|
373
373
|
targetResultSet: string;
|
|
374
|
-
} & import("@ngrx/store
|
|
374
|
+
} & import("@ngrx/store").Action<"[Dashboard] proximity search">>;
|
|
375
375
|
multiSnackBar: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) display snack message", (props: {
|
|
376
376
|
message: PrySnackMessage;
|
|
377
377
|
}) => {
|
|
378
378
|
message: PrySnackMessage;
|
|
379
|
-
} & import("@ngrx/store
|
|
379
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) display snack message">>;
|
|
380
380
|
quickOrder: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) quick order", (props: {
|
|
381
381
|
datasourceId: string;
|
|
382
382
|
attribute: string;
|
|
@@ -385,37 +385,37 @@ export declare const DashboardActions: {
|
|
|
385
385
|
datasourceId: string;
|
|
386
386
|
attribute: string;
|
|
387
387
|
asc: OrderValue;
|
|
388
|
-
} & import("@ngrx/store
|
|
388
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) quick order">>;
|
|
389
389
|
setGridLayout: import("@ngrx/store").ActionCreator<"[Dashboard] set grid layout", (props: {
|
|
390
390
|
layout: string;
|
|
391
391
|
}) => {
|
|
392
392
|
layout: string;
|
|
393
|
-
} & import("@ngrx/store
|
|
393
|
+
} & import("@ngrx/store").Action<"[Dashboard] set grid layout">>;
|
|
394
394
|
propagateGridLayout: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) change grid layout", (props: {
|
|
395
395
|
manifest: DashboardManifest;
|
|
396
396
|
rank: number;
|
|
397
397
|
}) => {
|
|
398
398
|
manifest: DashboardManifest;
|
|
399
399
|
rank: number;
|
|
400
|
-
} & import("@ngrx/store
|
|
401
|
-
createTab: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) create new tab", () => import("@ngrx/store
|
|
402
|
-
restoreInitialManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) restoring missing tabs", () => import("@ngrx/store
|
|
400
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) change grid layout">>;
|
|
401
|
+
createTab: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) create new tab", () => import("@ngrx/store").Action<"[Dashboard] (bus) create new tab">>;
|
|
402
|
+
restoreInitialManifest: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) restoring missing tabs", () => import("@ngrx/store").Action<"[Dashboard] (bus) restoring missing tabs">>;
|
|
403
403
|
setFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) set datasource filters", (props: {
|
|
404
404
|
filters: Filter[];
|
|
405
405
|
}) => {
|
|
406
406
|
filters: Filter[];
|
|
407
|
-
} & import("@ngrx/store
|
|
407
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) set datasource filters">>;
|
|
408
408
|
updateFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) update datasource filters", (props: {
|
|
409
409
|
filter: Filter;
|
|
410
410
|
}) => {
|
|
411
411
|
filter: Filter;
|
|
412
|
-
} & import("@ngrx/store
|
|
412
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) update datasource filters">>;
|
|
413
413
|
removeFilter: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) remove filter in presentation", (props: {
|
|
414
414
|
id: string;
|
|
415
415
|
}) => {
|
|
416
416
|
id: string;
|
|
417
|
-
} & import("@ngrx/store
|
|
418
|
-
removeFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) remove filters", () => import("@ngrx/store
|
|
417
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) remove filter in presentation">>;
|
|
418
|
+
removeFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) remove filters", () => import("@ngrx/store").Action<"[Dashboard] (bus) remove filters">>;
|
|
419
419
|
updateFilterValue: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) update filter value", (props: {
|
|
420
420
|
id: string;
|
|
421
421
|
value: any;
|
|
@@ -424,14 +424,14 @@ export declare const DashboardActions: {
|
|
|
424
424
|
id: string;
|
|
425
425
|
value: any;
|
|
426
426
|
datasourceId: string;
|
|
427
|
-
} & import("@ngrx/store
|
|
428
|
-
clearAllFilterValues: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) clear all filter values", () => import("@ngrx/store
|
|
429
|
-
dispatchFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) apply filters to presentation datasources", () => import("@ngrx/store
|
|
427
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) update filter value">>;
|
|
428
|
+
clearAllFilterValues: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) clear all filter values", () => import("@ngrx/store").Action<"[Dashboard] (bus) clear all filter values">>;
|
|
429
|
+
dispatchFilters: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) apply filters to presentation datasources", () => import("@ngrx/store").Action<"[Dashboard] (bus) apply filters to presentation datasources">>;
|
|
430
430
|
resetWmsFeatures: import("@ngrx/store").ActionCreator<"[Widget map] Reset Wms layer features", (props: {
|
|
431
431
|
componentId: string;
|
|
432
432
|
}) => {
|
|
433
433
|
componentId: string;
|
|
434
|
-
} & import("@ngrx/store
|
|
434
|
+
} & import("@ngrx/store").Action<"[Widget map] Reset Wms layer features">>;
|
|
435
435
|
getWmsFeatures: import("@ngrx/store").ActionCreator<"[Widget map] Get Wms layer features", (props: {
|
|
436
436
|
url: string;
|
|
437
437
|
oClass: string;
|
|
@@ -442,14 +442,14 @@ export declare const DashboardActions: {
|
|
|
442
442
|
oClass: string;
|
|
443
443
|
coordinates: number[];
|
|
444
444
|
componentId: string;
|
|
445
|
-
} & import("@ngrx/store
|
|
445
|
+
} & import("@ngrx/store").Action<"[Widget map] Get Wms layer features">>;
|
|
446
446
|
addWmsFeatures: import("@ngrx/store").ActionCreator<"[Widget map] Set Wms layer features", (props: {
|
|
447
447
|
features: any;
|
|
448
448
|
componentId: string;
|
|
449
449
|
}) => {
|
|
450
450
|
features: any;
|
|
451
451
|
componentId: string;
|
|
452
|
-
} & import("@ngrx/store
|
|
452
|
+
} & import("@ngrx/store").Action<"[Widget map] Set Wms layer features">>;
|
|
453
453
|
getWfsFeatures: import("@ngrx/store").ActionCreator<"[Widget map] Get wfs Features for point", (props: {
|
|
454
454
|
url: string;
|
|
455
455
|
oClass: string;
|
|
@@ -460,7 +460,7 @@ export declare const DashboardActions: {
|
|
|
460
460
|
oClass: string;
|
|
461
461
|
coordinates: number[];
|
|
462
462
|
style: string;
|
|
463
|
-
} & import("@ngrx/store
|
|
463
|
+
} & import("@ngrx/store").Action<"[Widget map] Get wfs Features for point">>;
|
|
464
464
|
getWfsFeaturesForPointStackTooltips: import("@ngrx/store").ActionCreator<"[Widget map] Get wfs Features for showing stack tooltips", (props: {
|
|
465
465
|
url: string;
|
|
466
466
|
oClass: string;
|
|
@@ -471,28 +471,28 @@ export declare const DashboardActions: {
|
|
|
471
471
|
oClass: string;
|
|
472
472
|
coordinates: number[];
|
|
473
473
|
componentId: string;
|
|
474
|
-
} & import("@ngrx/store
|
|
474
|
+
} & import("@ngrx/store").Action<"[Widget map] Get wfs Features for showing stack tooltips">>;
|
|
475
475
|
updateDisplayOptions: import("@ngrx/store").ActionCreator<"[Dashboard/Display] (bus) Update displayed dashboard management features", (props: {
|
|
476
476
|
mode: ViewMode;
|
|
477
|
-
customDisplay?: DisplayOptions
|
|
477
|
+
customDisplay?: DisplayOptions;
|
|
478
478
|
}) => {
|
|
479
479
|
mode: ViewMode;
|
|
480
|
-
customDisplay?: DisplayOptions
|
|
481
|
-
} & import("@ngrx/store
|
|
480
|
+
customDisplay?: DisplayOptions;
|
|
481
|
+
} & import("@ngrx/store").Action<"[Dashboard/Display] (bus) Update displayed dashboard management features">>;
|
|
482
482
|
getCapability: import("@ngrx/store").ActionCreator<"[Widget map] Get Wms capability", (props: {
|
|
483
483
|
url: string;
|
|
484
|
-
force?: boolean
|
|
484
|
+
force?: boolean;
|
|
485
485
|
}) => {
|
|
486
486
|
url: string;
|
|
487
|
-
force?: boolean
|
|
488
|
-
} & import("@ngrx/store
|
|
487
|
+
force?: boolean;
|
|
488
|
+
} & import("@ngrx/store").Action<"[Widget map] Get Wms capability">>;
|
|
489
489
|
updateCapability: import("@ngrx/store").ActionCreator<"[Widget map] Store Wms capability", (props: {
|
|
490
490
|
url: string;
|
|
491
491
|
capability: GetCapabilitiesResponse | null;
|
|
492
492
|
}) => {
|
|
493
493
|
url: string;
|
|
494
494
|
capability: GetCapabilitiesResponse | null;
|
|
495
|
-
} & import("@ngrx/store
|
|
495
|
+
} & import("@ngrx/store").Action<"[Widget map] Store Wms capability">>;
|
|
496
496
|
addManifestMetadata: import("@ngrx/store").ActionCreator<"[Dashboard] Add manifest metadata", (props: {
|
|
497
497
|
presentationId: string;
|
|
498
498
|
metadataId: string;
|
|
@@ -501,41 +501,41 @@ export declare const DashboardActions: {
|
|
|
501
501
|
presentationId: string;
|
|
502
502
|
metadataId: string;
|
|
503
503
|
value: string;
|
|
504
|
-
} & import("@ngrx/store
|
|
504
|
+
} & import("@ngrx/store").Action<"[Dashboard] Add manifest metadata">>;
|
|
505
505
|
deleteManifestMetadata: import("@ngrx/store").ActionCreator<"[Dashboard] Delete manifest metadata", (props: {
|
|
506
506
|
presentationId: string;
|
|
507
507
|
metadataId: string;
|
|
508
508
|
}) => {
|
|
509
509
|
presentationId: string;
|
|
510
510
|
metadataId: string;
|
|
511
|
-
} & import("@ngrx/store
|
|
511
|
+
} & import("@ngrx/store").Action<"[Dashboard] Delete manifest metadata">>;
|
|
512
512
|
triggerAggregate: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) Triggering aggregates for datasource", (props: {
|
|
513
513
|
id: string;
|
|
514
514
|
}) => {
|
|
515
515
|
id: string;
|
|
516
|
-
} & import("@ngrx/store
|
|
516
|
+
} & import("@ngrx/store").Action<"[Dashboard] (bus) Triggering aggregates for datasource">>;
|
|
517
517
|
loadPresentation: import("@ngrx/store").ActionCreator<"[Dashboard] load presentation", (props: {
|
|
518
518
|
presentation: ManifestDescription;
|
|
519
519
|
viewMode: ViewMode;
|
|
520
520
|
}) => {
|
|
521
521
|
presentation: ManifestDescription;
|
|
522
522
|
viewMode: ViewMode;
|
|
523
|
-
} & import("@ngrx/store
|
|
523
|
+
} & import("@ngrx/store").Action<"[Dashboard] load presentation">>;
|
|
524
524
|
initDefaultLayerGroup: import("@ngrx/store").ActionCreator<"[Dashboard] init default layer group", (props: {
|
|
525
|
-
layers?: string[]
|
|
525
|
+
layers?: string[];
|
|
526
526
|
}) => {
|
|
527
|
-
layers?: string[]
|
|
528
|
-
} & import("@ngrx/store
|
|
527
|
+
layers?: string[];
|
|
528
|
+
} & import("@ngrx/store").Action<"[Dashboard] init default layer group">>;
|
|
529
529
|
updateLayerVisibility: import("@ngrx/store").ActionCreator<"[Dashboard] update visible layers on the layer group", (props: {
|
|
530
530
|
name: string;
|
|
531
|
-
visibleLayers?: string | string[]
|
|
531
|
+
visibleLayers?: string | string[];
|
|
532
532
|
}) => {
|
|
533
533
|
name: string;
|
|
534
|
-
visibleLayers?: string | string[]
|
|
535
|
-
} & import("@ngrx/store
|
|
534
|
+
visibleLayers?: string | string[];
|
|
535
|
+
} & import("@ngrx/store").Action<"[Dashboard] update visible layers on the layer group">>;
|
|
536
536
|
updateLayerGroups: import("@ngrx/store").ActionCreator<"[Dashboard] update all layer groups", (props: {
|
|
537
537
|
layerGroups: LayerGroup[];
|
|
538
538
|
}) => {
|
|
539
539
|
layerGroups: LayerGroup[];
|
|
540
|
-
} & import("@ngrx/store
|
|
540
|
+
} & import("@ngrx/store").Action<"[Dashboard] update all layer groups">>;
|
|
541
541
|
};
|