@provoly/dashboard 1.4.2 → 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 +6 -5
- 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 +6 -6
- 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 +438 -441
- 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/core/store/search/search.service.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 +39 -39
- 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
|
@@ -4,21 +4,21 @@ export declare const AdminDatasetActions: {
|
|
|
4
4
|
error: any;
|
|
5
5
|
}) => {
|
|
6
6
|
error: any;
|
|
7
|
-
} & import("@ngrx/store
|
|
7
|
+
} & import("@ngrx/store").Action<"[Dataset] Failure effect Dataset">>;
|
|
8
8
|
create: import("@ngrx/store").ActionCreator<"[Dataset] Create Dataset", (props: {
|
|
9
9
|
dataset: Dataset;
|
|
10
10
|
route: string;
|
|
11
11
|
}) => {
|
|
12
12
|
dataset: Dataset;
|
|
13
13
|
route: string;
|
|
14
|
-
} & import("@ngrx/store
|
|
14
|
+
} & import("@ngrx/store").Action<"[Dataset] Create Dataset">>;
|
|
15
15
|
update: import("@ngrx/store").ActionCreator<"[Dataset] Update Dataset", (props: {
|
|
16
16
|
dataset: Dataset;
|
|
17
|
-
route?: string
|
|
17
|
+
route?: string;
|
|
18
18
|
}) => {
|
|
19
19
|
dataset: Dataset;
|
|
20
|
-
route?: string
|
|
21
|
-
} & import("@ngrx/store
|
|
20
|
+
route?: string;
|
|
21
|
+
} & import("@ngrx/store").Action<"[Dataset] Update Dataset">>;
|
|
22
22
|
confirmDatasetDeletion: import("@ngrx/store").ActionCreator<"[Dataset] Confirm deletion", (props: {
|
|
23
23
|
name: string;
|
|
24
24
|
route: string;
|
|
@@ -27,7 +27,7 @@ export declare const AdminDatasetActions: {
|
|
|
27
27
|
name: string;
|
|
28
28
|
route: string;
|
|
29
29
|
addRoute: string;
|
|
30
|
-
} & import("@ngrx/store
|
|
30
|
+
} & import("@ngrx/store").Action<"[Dataset] Confirm deletion">>;
|
|
31
31
|
delete: import("@ngrx/store").ActionCreator<"[Dataset] Delete Dataset", (props: {
|
|
32
32
|
name: string;
|
|
33
33
|
route: string;
|
|
@@ -36,46 +36,46 @@ export declare const AdminDatasetActions: {
|
|
|
36
36
|
name: string;
|
|
37
37
|
route: string;
|
|
38
38
|
addRoute: string;
|
|
39
|
-
} & import("@ngrx/store
|
|
39
|
+
} & import("@ngrx/store").Action<"[Dataset] Delete Dataset">>;
|
|
40
40
|
deleted: import("@ngrx/store").ActionCreator<"[Dataset] Dataset is deleted call to admin", (props: {
|
|
41
41
|
addRoute: string;
|
|
42
42
|
}) => {
|
|
43
43
|
addRoute: string;
|
|
44
|
-
} & import("@ngrx/store
|
|
44
|
+
} & import("@ngrx/store").Action<"[Dataset] Dataset is deleted call to admin">>;
|
|
45
45
|
selectDataset: import("@ngrx/store").ActionCreator<"[Dataset] Open Dataset details", (props: {
|
|
46
46
|
dataset: Dataset;
|
|
47
47
|
}) => {
|
|
48
48
|
dataset: Dataset;
|
|
49
|
-
} & import("@ngrx/store
|
|
50
|
-
unselectDataset: import("@ngrx/store").ActionCreator<"[Dataset] Unselect Dataset", () => import("@ngrx/store
|
|
49
|
+
} & import("@ngrx/store").Action<"[Dataset] Open Dataset details">>;
|
|
50
|
+
unselectDataset: import("@ngrx/store").ActionCreator<"[Dataset] Unselect Dataset", () => import("@ngrx/store").Action<"[Dataset] Unselect Dataset">>;
|
|
51
51
|
getDatasetById: import("@ngrx/store").ActionCreator<"[Dataset] Get Dataset by ID", (props: {
|
|
52
52
|
id: string;
|
|
53
53
|
}) => {
|
|
54
54
|
id: string;
|
|
55
|
-
} & import("@ngrx/store
|
|
55
|
+
} & import("@ngrx/store").Action<"[Dataset] Get Dataset by ID">>;
|
|
56
56
|
getDatasetByIdSuccess: import("@ngrx/store").ActionCreator<"[Dataset] Get Dataset by Id Success", (props: {
|
|
57
57
|
data: Dataset;
|
|
58
58
|
}) => {
|
|
59
59
|
data: Dataset;
|
|
60
|
-
} & import("@ngrx/store
|
|
60
|
+
} & import("@ngrx/store").Action<"[Dataset] Get Dataset by Id Success">>;
|
|
61
61
|
getDatasetByIdFailure: import("@ngrx/store").ActionCreator<"[Dataset] Get Dataset by Id Failure", (props: {
|
|
62
62
|
error: any;
|
|
63
63
|
}) => {
|
|
64
64
|
error: any;
|
|
65
|
-
} & import("@ngrx/store
|
|
65
|
+
} & import("@ngrx/store").Action<"[Dataset] Get Dataset by Id Failure">>;
|
|
66
66
|
openNewDataset: import("@ngrx/store").ActionCreator<"[Dataset] Open New Dataset", (props: {
|
|
67
67
|
route: string;
|
|
68
68
|
}) => {
|
|
69
69
|
route: string;
|
|
70
|
-
} & import("@ngrx/store
|
|
70
|
+
} & import("@ngrx/store").Action<"[Dataset] Open New Dataset">>;
|
|
71
71
|
setMissingGroups: import("@ngrx/store").ActionCreator<"[Dataset] Set Missing Groups", (props: {
|
|
72
|
-
missingGroups?: MissingGroupsByEntity
|
|
72
|
+
missingGroups?: MissingGroupsByEntity;
|
|
73
73
|
}) => {
|
|
74
|
-
missingGroups?: MissingGroupsByEntity
|
|
75
|
-
} & import("@ngrx/store
|
|
74
|
+
missingGroups?: MissingGroupsByEntity;
|
|
75
|
+
} & import("@ngrx/store").Action<"[Dataset] Set Missing Groups">>;
|
|
76
76
|
addCategory: import("@ngrx/store").ActionCreator<"[Dataset] Add Category", (props: {
|
|
77
77
|
category: Category;
|
|
78
78
|
}) => {
|
|
79
79
|
category: Category;
|
|
80
|
-
} & import("@ngrx/store
|
|
80
|
+
} & import("@ngrx/store").Action<"[Dataset] Add Category">>;
|
|
81
81
|
};
|
|
@@ -12,63 +12,63 @@ export declare class AdminDatasetEffects {
|
|
|
12
12
|
path: string;
|
|
13
13
|
params?: {
|
|
14
14
|
[p: string]: string;
|
|
15
|
-
}
|
|
16
|
-
} &
|
|
15
|
+
};
|
|
16
|
+
} & Action<"[Admin] route to">) | Action<"[Dataset] Unselect Dataset"> | Action<"[Dataset] load datasets"> | ({
|
|
17
17
|
error: any;
|
|
18
|
-
} &
|
|
18
|
+
} & Action<"[Dataset] Failure effect Dataset">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
19
19
|
confirmDatasetDeletion$: import("rxjs").Observable<{
|
|
20
20
|
name: string;
|
|
21
21
|
route: string;
|
|
22
22
|
addRoute: string;
|
|
23
|
-
} &
|
|
24
|
-
deleteDataset$: import("rxjs").Observable<
|
|
23
|
+
} & Action<"[Dataset] Confirm deletion">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
24
|
+
deleteDataset$: import("rxjs").Observable<Action<"[Dataset] Unselect Dataset"> | Action<"[Dataset] load datasets"> | ({
|
|
25
25
|
error: any;
|
|
26
|
-
} &
|
|
26
|
+
} & Action<"[Dataset] Failure effect Dataset">) | ({
|
|
27
27
|
addRoute: string;
|
|
28
|
-
} &
|
|
28
|
+
} & Action<"[Dataset] Dataset is deleted call to admin">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
29
29
|
getDatasetById$: import("rxjs").Observable<({
|
|
30
30
|
data: Dataset;
|
|
31
|
-
} &
|
|
31
|
+
} & Action<"[Dataset] Get Dataset by Id Success">) | ({
|
|
32
32
|
error: any;
|
|
33
|
-
} &
|
|
33
|
+
} & Action<"[Dataset] Get Dataset by Id Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
34
34
|
unsetMissingGroupsOnDatasetSelection$: import("rxjs").Observable<({
|
|
35
|
-
missingGroups?: import("@provoly/dashboard").MissingGroupsByEntity
|
|
36
|
-
} &
|
|
35
|
+
missingGroups?: import("@provoly/dashboard").MissingGroupsByEntity;
|
|
36
|
+
} & Action<"[Dataset] Set Missing Groups">) | ({
|
|
37
37
|
id: string;
|
|
38
|
-
} &
|
|
38
|
+
} & Action<"[Dataset] Get Dataset Versions by Dataset Id">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
39
39
|
deleted$: import("rxjs").Observable<({
|
|
40
40
|
actions: import("@provoly/dashboard").BaseToolboxAction[];
|
|
41
|
-
} &
|
|
41
|
+
} & Action<"[Admin] set toolbox main actions">) | ({
|
|
42
42
|
componentType: string | null;
|
|
43
|
-
} &
|
|
43
|
+
} & Action<"[Admin] Select component Type for panel ">) | ({
|
|
44
44
|
panelOpen: boolean;
|
|
45
|
-
} &
|
|
46
|
-
updateDataset$: import("rxjs").Observable<Action | ({
|
|
45
|
+
} & Action<"[Admin] Toggle panel">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
46
|
+
updateDataset$: import("rxjs").Observable<Action<string> | ({
|
|
47
47
|
error: any;
|
|
48
|
-
} &
|
|
48
|
+
} & Action<"[Dataset] failure effect Dataset">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
49
49
|
addDatasetMetadata$: import("rxjs").Observable<({
|
|
50
50
|
datasetId: string;
|
|
51
|
-
} &
|
|
51
|
+
} & Action<"[Metadata] Add Metadata of selected Datasets Success">) | ({
|
|
52
52
|
error: any;
|
|
53
|
-
} &
|
|
53
|
+
} & Action<"[Metadata] Add Metadata of selected Datasets Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
54
54
|
addDatasetMetadataSuccess$: import("rxjs").Observable<({
|
|
55
55
|
id: string;
|
|
56
|
-
} &
|
|
56
|
+
} & Action<"[Dataset] Get Dataset by ID">) | Action<"[Dataset] load datasets"> | ({
|
|
57
57
|
editable: boolean;
|
|
58
|
-
} &
|
|
58
|
+
} & Action<"[Metadata] Is editable">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
59
59
|
deleteDatasetMetadata$: import("rxjs").Observable<({
|
|
60
60
|
datasetId: string;
|
|
61
|
-
} &
|
|
61
|
+
} & Action<"[Metadata] Delete Metadata of selected Datasets Success">) | ({
|
|
62
62
|
error: any;
|
|
63
|
-
} &
|
|
63
|
+
} & Action<"[Metadata] Delete Metadata of selected Datasets Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
64
64
|
deleteDatasetMetadataSuccess$: import("rxjs").Observable<({
|
|
65
65
|
id: string;
|
|
66
|
-
} &
|
|
66
|
+
} & Action<"[Dataset] Get Dataset by ID">) | Action<"[Dataset] load datasets"> | ({
|
|
67
67
|
editable: boolean;
|
|
68
|
-
} &
|
|
69
|
-
addCategory$: import("rxjs").Observable<
|
|
68
|
+
} & Action<"[Metadata] Is editable">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
69
|
+
addCategory$: import("rxjs").Observable<Action<"[Dataset] Get Categories"> | ({
|
|
70
70
|
error: any;
|
|
71
|
-
} &
|
|
71
|
+
} & Action<"[Dataset] Failure effect Dataset">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminDatasetEffects, never>;
|
|
73
73
|
static ɵprov: i0.ɵɵInjectableDeclaration<AdminDatasetEffects>;
|
|
74
74
|
}
|
|
@@ -7,4 +7,4 @@ export interface AdminDatasetState {
|
|
|
7
7
|
missingGroups?: MissingGroupsByEntity;
|
|
8
8
|
}
|
|
9
9
|
export declare const initialDatasetState: AdminDatasetState;
|
|
10
|
-
export declare const datasetReducer: import("@ngrx/store").ActionReducer<AdminDatasetState, import("@ngrx/store").Action
|
|
10
|
+
export declare const datasetReducer: import("@ngrx/store").ActionReducer<AdminDatasetState, import("@ngrx/store").Action<string>>;
|
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
import { Environment } from '@provoly/dashboard';
|
|
2
2
|
export declare const EnvironmentActions: {
|
|
3
|
-
loadEnvironments: import("@ngrx/store").ActionCreator<"[Admin/Environment] Load Environments", () => import("@ngrx/store
|
|
3
|
+
loadEnvironments: import("@ngrx/store").ActionCreator<"[Admin/Environment] Load Environments", () => import("@ngrx/store").Action<"[Admin/Environment] Load Environments">>;
|
|
4
4
|
loadEnvironmentsSuccess: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Load Environments Success", (props: {
|
|
5
5
|
datas: Environment[];
|
|
6
6
|
}) => {
|
|
7
7
|
datas: Environment[];
|
|
8
|
-
} & import("@ngrx/store
|
|
8
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Load Environments Success">>;
|
|
9
9
|
loadEnvironmentsFailure: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Load Environments Failure", (props: {
|
|
10
10
|
error: any;
|
|
11
11
|
}) => {
|
|
12
12
|
error: any;
|
|
13
|
-
} & import("@ngrx/store
|
|
13
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Load Environments Failure">>;
|
|
14
14
|
saveEnvironment: import("@ngrx/store").ActionCreator<"[Admin/Environment] Save Environment", (props: {
|
|
15
15
|
env: Environment;
|
|
16
16
|
route: string;
|
|
17
17
|
}) => {
|
|
18
18
|
env: Environment;
|
|
19
19
|
route: string;
|
|
20
|
-
} & import("@ngrx/store
|
|
20
|
+
} & import("@ngrx/store").Action<"[Admin/Environment] Save Environment">>;
|
|
21
21
|
saveEnvironmentSuccess: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Save Environment Success", (props: {
|
|
22
22
|
route: string;
|
|
23
23
|
}) => {
|
|
24
24
|
route: string;
|
|
25
|
-
} & import("@ngrx/store
|
|
25
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Save Environment Success">>;
|
|
26
26
|
saveEnvironmentFailure: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Save Environment Failure", (props: {
|
|
27
27
|
error: any;
|
|
28
28
|
}) => {
|
|
29
29
|
error: any;
|
|
30
|
-
} & import("@ngrx/store
|
|
30
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Save Environment Failure">>;
|
|
31
31
|
selectEnvironment: import("@ngrx/store").ActionCreator<"[Admin/Environment] Select Environment", (props: {
|
|
32
32
|
name: string;
|
|
33
33
|
}) => {
|
|
34
34
|
name: string;
|
|
35
|
-
} & import("@ngrx/store
|
|
35
|
+
} & import("@ngrx/store").Action<"[Admin/Environment] Select Environment">>;
|
|
36
36
|
selectEnvironmentSuccess: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Select Environment Success", (props: {
|
|
37
37
|
data: Environment;
|
|
38
38
|
}) => {
|
|
39
39
|
data: Environment;
|
|
40
|
-
} & import("@ngrx/store
|
|
40
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Select Environment Success">>;
|
|
41
41
|
selectEnvironmentFailure: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Select Environment Failure", (props: {
|
|
42
42
|
error: any;
|
|
43
43
|
}) => {
|
|
44
44
|
error: any;
|
|
45
|
-
} & import("@ngrx/store
|
|
45
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Select Environment Failure">>;
|
|
46
46
|
updateEnvironment: import("@ngrx/store").ActionCreator<"[Admin/Environment] Update Environment", (props: {
|
|
47
47
|
env: Environment;
|
|
48
48
|
}) => {
|
|
49
49
|
env: Environment;
|
|
50
|
-
} & import("@ngrx/store
|
|
50
|
+
} & import("@ngrx/store").Action<"[Admin/Environment] Update Environment">>;
|
|
51
51
|
updateEnvironmentSuccess: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Update Environment Success", (props: {
|
|
52
52
|
env: Environment;
|
|
53
53
|
}) => {
|
|
54
54
|
env: Environment;
|
|
55
|
-
} & import("@ngrx/store
|
|
55
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Update Environment Success">>;
|
|
56
56
|
updateEnvironmentFailure: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Update Environment Failure", (props: {
|
|
57
57
|
error: any;
|
|
58
58
|
}) => {
|
|
59
59
|
error: any;
|
|
60
|
-
} & import("@ngrx/store
|
|
60
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Update Environment Failure">>;
|
|
61
61
|
deleteEnvironment: import("@ngrx/store").ActionCreator<"[Admin/Environment] Delete Environment", (props: {
|
|
62
62
|
name: string;
|
|
63
63
|
route: string;
|
|
@@ -66,17 +66,17 @@ export declare const EnvironmentActions: {
|
|
|
66
66
|
name: string;
|
|
67
67
|
route: string;
|
|
68
68
|
addRoute: string;
|
|
69
|
-
} & import("@ngrx/store
|
|
69
|
+
} & import("@ngrx/store").Action<"[Admin/Environment] Delete Environment">>;
|
|
70
70
|
deleteEnvironmentSuccess: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Delete Environment Success", (props: {
|
|
71
71
|
route: string;
|
|
72
72
|
addRoute: string;
|
|
73
73
|
}) => {
|
|
74
74
|
route: string;
|
|
75
75
|
addRoute: string;
|
|
76
|
-
} & import("@ngrx/store
|
|
76
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Delete Environment Success">>;
|
|
77
77
|
deleteEnvironmentFailure: import("@ngrx/store").ActionCreator<"[Admin/Environment Api] Delete Environment Failure", (props: {
|
|
78
78
|
error: any;
|
|
79
79
|
}) => {
|
|
80
80
|
error: any;
|
|
81
|
-
} & import("@ngrx/store
|
|
81
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Delete Environment Failure">>;
|
|
82
82
|
};
|
|
@@ -8,36 +8,36 @@ export declare class EnvironmentEffects {
|
|
|
8
8
|
private router;
|
|
9
9
|
loadEnvironments$: import("rxjs").Observable<({
|
|
10
10
|
datas: import("@provoly/dashboard").Environment[];
|
|
11
|
-
} & import("@ngrx/store
|
|
11
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Load Environments Success">) | ({
|
|
12
12
|
error: any;
|
|
13
|
-
} & import("@ngrx/store
|
|
13
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Load Environments Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
14
14
|
saveEnvironment$: import("rxjs").Observable<({
|
|
15
15
|
route: string;
|
|
16
|
-
} & import("@ngrx/store
|
|
16
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Save Environment Success">) | ({
|
|
17
17
|
error: any;
|
|
18
|
-
} & import("@ngrx/store
|
|
18
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Save Environment Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
19
19
|
saveEnvironmentSuccess$: import("rxjs").Observable<{
|
|
20
20
|
path: string;
|
|
21
21
|
params?: {
|
|
22
22
|
[p: string]: string;
|
|
23
|
-
}
|
|
24
|
-
} & import("@ngrx/store
|
|
23
|
+
};
|
|
24
|
+
} & import("@ngrx/store").Action<"[Admin] route to">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
25
25
|
selectEnvironment$: import("rxjs").Observable<({
|
|
26
26
|
data: import("@provoly/dashboard").Environment;
|
|
27
|
-
} & import("@ngrx/store
|
|
27
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Select Environment Success">) | ({
|
|
28
28
|
error: any;
|
|
29
|
-
} & import("@ngrx/store
|
|
29
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Select Environment Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
30
30
|
deleteEnvironment$: import("rxjs").Observable<({
|
|
31
31
|
route: string;
|
|
32
32
|
addRoute: string;
|
|
33
|
-
} & import("@ngrx/store
|
|
33
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Delete Environment Success">) | ({
|
|
34
34
|
error: any;
|
|
35
|
-
} & import("@ngrx/store
|
|
35
|
+
} & import("@ngrx/store").Action<"[Admin/Environment Api] Delete Environment Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
36
36
|
deleteEnvironmentSuccess$: import("rxjs").Observable<({
|
|
37
37
|
actions: import("@provoly/dashboard").BaseToolboxAction[];
|
|
38
|
-
} & import("@ngrx/store
|
|
38
|
+
} & import("@ngrx/store").Action<"[Admin] set toolbox main actions">) | ({
|
|
39
39
|
componentType: string | null;
|
|
40
|
-
} & import("@ngrx/store
|
|
40
|
+
} & import("@ngrx/store").Action<"[Admin] Select component Type for panel ">) | import("@ngrx/store").Action<"[Admin/Environment] Load Environments">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
41
41
|
constructor(actions$: Actions, service: AdminService, router: Router);
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EnvironmentEffects, never>;
|
|
43
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<EnvironmentEffects>;
|
|
@@ -6,4 +6,4 @@ export interface EnvironmentState {
|
|
|
6
6
|
currentEnv?: Environment;
|
|
7
7
|
}
|
|
8
8
|
export declare const initialEnvironmentState: EnvironmentState;
|
|
9
|
-
export declare const environmentReducer: import("@ngrx/store").ActionReducer<EnvironmentState, import("@ngrx/store").Action
|
|
9
|
+
export declare const environmentReducer: import("@ngrx/store").ActionReducer<EnvironmentState, import("@ngrx/store").Action<string>>;
|
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
import { Field } from '@provoly/dashboard';
|
|
2
2
|
export declare const FieldsActions: {
|
|
3
|
-
updateToolbox: import("@ngrx/store").ActionCreator<"[Admin/Fields] Update Toolbox Class", () => import("@ngrx/store
|
|
3
|
+
updateToolbox: import("@ngrx/store").ActionCreator<"[Admin/Fields] Update Toolbox Class", () => import("@ngrx/store").Action<"[Admin/Fields] Update Toolbox Class">>;
|
|
4
4
|
failure: import("@ngrx/store").ActionCreator<"[Admin/Fields] failure action", (props: {
|
|
5
5
|
error: any;
|
|
6
6
|
}) => {
|
|
7
7
|
error: any;
|
|
8
|
-
} & import("@ngrx/store
|
|
8
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] failure action">>;
|
|
9
9
|
saveField: import("@ngrx/store").ActionCreator<"[Admin/Fields] Save Field", (props: {
|
|
10
10
|
field: Field;
|
|
11
11
|
route: string;
|
|
12
12
|
}) => {
|
|
13
13
|
field: Field;
|
|
14
14
|
route: string;
|
|
15
|
-
} & import("@ngrx/store
|
|
15
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] Save Field">>;
|
|
16
16
|
saveFieldSuccess: import("@ngrx/store").ActionCreator<"[Admin/Fields Api] Save Field Success", (props: {
|
|
17
17
|
route: string;
|
|
18
18
|
}) => {
|
|
19
19
|
route: string;
|
|
20
|
-
} & import("@ngrx/store
|
|
20
|
+
} & import("@ngrx/store").Action<"[Admin/Fields Api] Save Field Success">>;
|
|
21
21
|
updateField: import("@ngrx/store").ActionCreator<"[Admin/Fields] Update Field", (props: {
|
|
22
22
|
field: Field;
|
|
23
23
|
route: string;
|
|
24
24
|
}) => {
|
|
25
25
|
field: Field;
|
|
26
26
|
route: string;
|
|
27
|
-
} & import("@ngrx/store
|
|
27
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] Update Field">>;
|
|
28
28
|
updateFieldSuccess: import("@ngrx/store").ActionCreator<"[Admin/Fields Api] Update Field Success", (props: {
|
|
29
29
|
route: string;
|
|
30
30
|
}) => {
|
|
31
31
|
route: string;
|
|
32
|
-
} & import("@ngrx/store
|
|
32
|
+
} & import("@ngrx/store").Action<"[Admin/Fields Api] Update Field Success">>;
|
|
33
33
|
confirmFieldDeletion: import("@ngrx/store").ActionCreator<"[Admin/Fields] Open Modal for Deleting Field", (props: {
|
|
34
34
|
id: string;
|
|
35
35
|
path: string;
|
|
36
36
|
}) => {
|
|
37
37
|
id: string;
|
|
38
38
|
path: string;
|
|
39
|
-
} & import("@ngrx/store
|
|
39
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] Open Modal for Deleting Field">>;
|
|
40
40
|
deleteField: import("@ngrx/store").ActionCreator<"[Admin/Fields] Delete Field", (props: {
|
|
41
41
|
id: string;
|
|
42
42
|
route: string;
|
|
43
43
|
}) => {
|
|
44
44
|
id: string;
|
|
45
45
|
route: string;
|
|
46
|
-
} & import("@ngrx/store
|
|
47
|
-
deleteFieldSuccess: import("@ngrx/store").ActionCreator<"[Admin/Fields] Delete Field Success", () => import("@ngrx/store
|
|
46
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] Delete Field">>;
|
|
47
|
+
deleteFieldSuccess: import("@ngrx/store").ActionCreator<"[Admin/Fields] Delete Field Success", () => import("@ngrx/store").Action<"[Admin/Fields] Delete Field Success">>;
|
|
48
48
|
selectField: import("@ngrx/store").ActionCreator<"[Admin/Fields] Select Field", (props: {
|
|
49
49
|
field: Field;
|
|
50
50
|
}) => {
|
|
51
51
|
field: Field;
|
|
52
|
-
} & import("@ngrx/store
|
|
53
|
-
unselectField: import("@ngrx/store").ActionCreator<"[Admin/Fields] unselect Field", () => import("@ngrx/store
|
|
52
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] Select Field">>;
|
|
53
|
+
unselectField: import("@ngrx/store").ActionCreator<"[Admin/Fields] unselect Field", () => import("@ngrx/store").Action<"[Admin/Fields] unselect Field">>;
|
|
54
54
|
};
|
|
@@ -7,42 +7,42 @@ export declare class FieldsEffects {
|
|
|
7
7
|
private fieldService;
|
|
8
8
|
private pryDialog;
|
|
9
9
|
private store;
|
|
10
|
-
updateToolbox$: import("rxjs").Observable<import("@ngrx/store
|
|
10
|
+
updateToolbox$: import("rxjs").Observable<import("@ngrx/store").Action<"[Field] Load Fields"> | ({
|
|
11
11
|
componentType: string | null;
|
|
12
|
-
} & import("@ngrx/store
|
|
12
|
+
} & import("@ngrx/store").Action<"[Admin] Select component Type for panel ">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
13
13
|
saveField$: import("rxjs").Observable<({
|
|
14
14
|
route: string;
|
|
15
|
-
} & import("@ngrx/store
|
|
15
|
+
} & import("@ngrx/store").Action<"[Admin/Fields Api] Save Field Success">) | ({
|
|
16
16
|
error: any;
|
|
17
|
-
} & import("@ngrx/store
|
|
17
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] failure action">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
18
18
|
saveFieldSuccess$: import("rxjs").Observable<{
|
|
19
19
|
path: string;
|
|
20
20
|
params?: {
|
|
21
21
|
[p: string]: string;
|
|
22
|
-
}
|
|
23
|
-
} & import("@ngrx/store
|
|
22
|
+
};
|
|
23
|
+
} & import("@ngrx/store").Action<"[Admin] route to">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
24
24
|
updateField$: import("rxjs").Observable<({
|
|
25
25
|
error: any;
|
|
26
|
-
} & import("@ngrx/store
|
|
26
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] failure action">) | ({
|
|
27
27
|
route: string;
|
|
28
|
-
} & import("@ngrx/store
|
|
28
|
+
} & import("@ngrx/store").Action<"[Admin/Fields Api] Update Field Success">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
29
29
|
updateFieldSuccess$: import("rxjs").Observable<{
|
|
30
30
|
path: string;
|
|
31
31
|
params?: {
|
|
32
32
|
[p: string]: string;
|
|
33
|
-
}
|
|
34
|
-
} & import("@ngrx/store
|
|
33
|
+
};
|
|
34
|
+
} & import("@ngrx/store").Action<"[Admin] route to">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
35
35
|
confirmFieldDeletion$: import("rxjs").Observable<{
|
|
36
36
|
id: string;
|
|
37
37
|
path: string;
|
|
38
|
-
} & import("@ngrx/store
|
|
39
|
-
deleteField$: import("rxjs").Observable<import("@ngrx/store
|
|
38
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] Open Modal for Deleting Field">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
39
|
+
deleteField$: import("rxjs").Observable<import("@ngrx/store").Action<"[Admin/Fields] Delete Field Success"> | ({
|
|
40
40
|
error: any;
|
|
41
|
-
} & import("@ngrx/store
|
|
42
|
-
deleteFieldSuccess$: import("rxjs").Observable<import("@ngrx/store
|
|
41
|
+
} & import("@ngrx/store").Action<"[Admin/Fields] failure action">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
42
|
+
deleteFieldSuccess$: import("rxjs").Observable<import("@ngrx/store").Action<"[Field] Load Fields">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
43
43
|
closePanelOnDeleteFieldSuccess$: import("rxjs").Observable<{
|
|
44
44
|
panelOpen: boolean;
|
|
45
|
-
} & import("@ngrx/store
|
|
45
|
+
} & import("@ngrx/store").Action<"[Admin] Toggle panel">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
46
46
|
constructor(actions$: Actions, fieldService: FieldService, pryDialog: PryDialogService, store: Store<any>);
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldsEffects, never>;
|
|
48
48
|
static ɵprov: i0.ɵɵInjectableDeclaration<FieldsEffects>;
|
|
@@ -5,4 +5,4 @@ export interface FieldState {
|
|
|
5
5
|
selectedField?: Field;
|
|
6
6
|
}
|
|
7
7
|
export declare const initialFieldState: FieldState;
|
|
8
|
-
export declare const fieldReducer: import("@ngrx/store").ActionReducer<FieldState, import("@ngrx/store").Action
|
|
8
|
+
export declare const fieldReducer: import("@ngrx/store").ActionReducer<FieldState, import("@ngrx/store").Action<string>>;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { Link, LinkDetails } from '@provoly/dashboard';
|
|
2
2
|
export declare const LinksActions: {
|
|
3
|
-
loadLinks: import("@ngrx/store").ActionCreator<"[Admin/Links] Load Links", () => import("@ngrx/store
|
|
3
|
+
loadLinks: import("@ngrx/store").ActionCreator<"[Admin/Links] Load Links", () => import("@ngrx/store").Action<"[Admin/Links] Load Links">>;
|
|
4
4
|
loadLinksSuccess: import("@ngrx/store").ActionCreator<"[Admin/Links Api] Load Links Success", (props: {
|
|
5
5
|
datas: LinkDetails[];
|
|
6
6
|
}) => {
|
|
7
7
|
datas: LinkDetails[];
|
|
8
|
-
} & import("@ngrx/store
|
|
8
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Load Links Success">>;
|
|
9
9
|
loadLinksFailure: import("@ngrx/store").ActionCreator<"[Admin/Links Api] Load Links Failure", (props: {
|
|
10
10
|
error: any;
|
|
11
11
|
}) => {
|
|
12
12
|
error: any;
|
|
13
|
-
} & import("@ngrx/store
|
|
13
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Load Links Failure">>;
|
|
14
14
|
saveLink: import("@ngrx/store").ActionCreator<"[Admin/Links] Save Links", (props: {
|
|
15
15
|
link: Link;
|
|
16
16
|
route: string;
|
|
17
17
|
}) => {
|
|
18
18
|
link: Link;
|
|
19
19
|
route: string;
|
|
20
|
-
} & import("@ngrx/store
|
|
20
|
+
} & import("@ngrx/store").Action<"[Admin/Links] Save Links">>;
|
|
21
21
|
saveLinkSuccess: import("@ngrx/store").ActionCreator<"[Admin/Links Api] Save Links Success", (props: {
|
|
22
22
|
route: string;
|
|
23
23
|
}) => {
|
|
24
24
|
route: string;
|
|
25
|
-
} & import("@ngrx/store
|
|
25
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Save Links Success">>;
|
|
26
26
|
saveLinkFailure: import("@ngrx/store").ActionCreator<"[Admin/Links Api] Save Links Failure", (props: {
|
|
27
27
|
error: any;
|
|
28
28
|
}) => {
|
|
29
29
|
error: any;
|
|
30
|
-
} & import("@ngrx/store
|
|
30
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Save Links Failure">>;
|
|
31
31
|
};
|
|
@@ -8,20 +8,20 @@ export declare class LinksEffects {
|
|
|
8
8
|
private router;
|
|
9
9
|
loadLinks$: import("rxjs").Observable<({
|
|
10
10
|
datas: import("@provoly/dashboard").LinkDetails[];
|
|
11
|
-
} & import("@ngrx/store
|
|
11
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Load Links Success">) | ({
|
|
12
12
|
error: any;
|
|
13
|
-
} & import("@ngrx/store
|
|
13
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Load Links Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
14
14
|
saveLink$: import("rxjs").Observable<({
|
|
15
15
|
route: string;
|
|
16
|
-
} & import("@ngrx/store
|
|
16
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Save Links Success">) | ({
|
|
17
17
|
error: any;
|
|
18
|
-
} & import("@ngrx/store
|
|
18
|
+
} & import("@ngrx/store").Action<"[Admin/Links Api] Save Links Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
19
19
|
saveLinkSuccess$: import("rxjs").Observable<{
|
|
20
20
|
path: string;
|
|
21
21
|
params?: {
|
|
22
22
|
[p: string]: string;
|
|
23
|
-
}
|
|
24
|
-
} & import("@ngrx/store
|
|
23
|
+
};
|
|
24
|
+
} & import("@ngrx/store").Action<"[Admin] route to">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
25
25
|
constructor(actions$: Actions, service: AdminService, router: Router);
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinksEffects, never>;
|
|
27
27
|
static ɵprov: i0.ɵɵInjectableDeclaration<LinksEffects>;
|
|
@@ -5,4 +5,4 @@ export interface LinkState {
|
|
|
5
5
|
loading: boolean;
|
|
6
6
|
}
|
|
7
7
|
export declare const initialLinkState: LinkState;
|
|
8
|
-
export declare const linkReducer: import("@ngrx/store").ActionReducer<LinkState, import("@ngrx/store").Action
|
|
8
|
+
export declare const linkReducer: import("@ngrx/store").ActionReducer<LinkState, import("@ngrx/store").Action<string>>;
|