@sumaris-net/ngx-components 4.0.0-rc1 → 4.0.0-rc10
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/esm2022/public_api.mjs +5 -2
- package/esm2022/src/app/admin/admin-routing.module.mjs +5 -5
- package/esm2022/src/app/admin/admin.module.mjs +6 -6
- package/esm2022/src/app/admin/services/filter/person.filter.mjs +3 -2
- package/esm2022/src/app/admin/services/person.service.mjs +5 -5
- package/esm2022/src/app/admin/services/validator/person.validator.mjs +5 -5
- package/esm2022/src/app/admin/users/users.mjs +19 -28
- package/esm2022/src/app/admin/users/users.module.mjs +5 -5
- package/esm2022/src/app/core/about/about.modal.mjs +6 -6
- package/esm2022/src/app/core/about/about.module.mjs +5 -5
- package/esm2022/src/app/core/account/account.module.mjs +5 -5
- package/esm2022/src/app/core/account/account.page.mjs +23 -21
- package/esm2022/src/app/core/account/new-token.modal.mjs +20 -15
- package/esm2022/src/app/core/account/token.table.mjs +25 -20
- package/esm2022/src/app/core/auth/auth.form.mjs +6 -6
- package/esm2022/src/app/core/auth/auth.modal.mjs +5 -5
- package/esm2022/src/app/core/auth/auth.module.mjs +5 -5
- package/esm2022/src/app/core/core.module.mjs +5 -5
- package/esm2022/src/app/core/core.testing.module.mjs +5 -5
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.component.mjs +6 -6
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.module.mjs +5 -5
- package/esm2022/src/app/core/form/entity/editor.class.mjs +18 -13
- package/esm2022/src/app/core/form/entity/entity-editor-modal.class.mjs +6 -6
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +17 -11
- package/esm2022/src/app/core/form/entity/entity-metadata.component.mjs +5 -5
- package/esm2022/src/app/core/form/entity/entity.module.mjs +5 -5
- package/esm2022/src/app/core/form/form.class.mjs +5 -5
- package/esm2022/src/app/core/form/form.module.mjs +5 -5
- package/esm2022/src/app/core/form/list/list.form.mjs +6 -6
- package/esm2022/src/app/core/form/list/list.module.mjs +5 -5
- package/esm2022/src/app/core/form/properties/properties.form.mjs +7 -7
- package/esm2022/src/app/core/form/properties/properties.module.mjs +5 -5
- package/esm2022/src/app/core/form/properties/properties.table.mjs +12 -12
- package/esm2022/src/app/core/form/properties/property.validator.mjs +5 -5
- package/esm2022/src/app/core/form/properties/testing/properties-form.test.mjs +5 -5
- package/esm2022/src/app/core/form/properties/testing/properties-form.testing.module.mjs +5 -5
- package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.mjs +5 -5
- package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +5 -5
- package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +7 -7
- package/esm2022/src/app/core/form/text-popover/text-popover.module.mjs +6 -11
- package/esm2022/src/app/core/graphql/graphql.module.mjs +6 -6
- package/esm2022/src/app/core/graphql/graphql.service.mjs +19 -18
- package/esm2022/src/app/core/home/home.mjs +7 -8
- package/esm2022/src/app/core/home/home.module.mjs +5 -5
- package/esm2022/src/app/core/icon/icon.component.mjs +4 -4
- package/esm2022/src/app/core/icon/icon.module.mjs +5 -5
- package/esm2022/src/app/core/install/install-upgrade-card.component.mjs +6 -6
- package/esm2022/src/app/core/install/install-upgrade-card.module.mjs +5 -5
- package/esm2022/src/app/core/menu/menu.component.mjs +16 -12
- package/esm2022/src/app/core/menu/menu.model.mjs +3 -2
- package/esm2022/src/app/core/menu/menu.module.mjs +5 -5
- package/esm2022/src/app/core/menu/menu.service.mjs +13 -7
- package/esm2022/src/app/core/menu/sub-menu-tab.directive.mjs +5 -5
- package/esm2022/src/app/core/menu/testing/menu-other.testing.mjs +5 -5
- package/esm2022/src/app/core/menu/testing/menu.testing.mjs +5 -5
- package/esm2022/src/app/core/menu/testing/menu.testing.module.mjs +5 -5
- package/esm2022/src/app/core/offline/update-offline-mode-card.component.mjs +5 -5
- package/esm2022/src/app/core/offline/update-offline-mode-card.module.mjs +5 -5
- package/esm2022/src/app/core/peer/select-peer.modal.mjs +8 -7
- package/esm2022/src/app/core/peer/select-peer.module.mjs +5 -5
- package/esm2022/src/app/core/register/register-confirm.page.mjs +5 -5
- package/esm2022/src/app/core/register/register.form.mjs +6 -6
- package/esm2022/src/app/core/register/register.modal.mjs +5 -5
- package/esm2022/src/app/core/register/register.module.mjs +5 -5
- package/esm2022/src/app/core/services/account.service.mjs +52 -26
- package/esm2022/src/app/core/services/auth-guard.service.mjs +6 -6
- package/esm2022/src/app/core/services/base-entity-service.class.mjs +5 -5
- package/esm2022/src/app/core/services/base-graphql-service.class.mjs +6 -6
- package/esm2022/src/app/core/services/config/core.config.mjs +7 -7
- package/esm2022/src/app/core/services/config.service.mjs +15 -13
- package/esm2022/src/app/core/services/crypto.service.mjs +4 -4
- package/esm2022/src/app/core/services/local-settings.service.mjs +6 -6
- package/esm2022/src/app/core/services/model/account.model.mjs +5 -3
- package/esm2022/src/app/core/services/model/config.model.mjs +8 -6
- package/esm2022/src/app/core/services/model/department.model.mjs +3 -2
- package/esm2022/src/app/core/services/model/peer.model.mjs +3 -2
- package/esm2022/src/app/core/services/model/person.model.mjs +3 -2
- package/esm2022/src/app/core/services/model/referential.model.mjs +7 -3
- package/esm2022/src/app/core/services/model/token.model.mjs +8 -3
- package/esm2022/src/app/core/services/network.service.mjs +60 -42
- package/esm2022/src/app/core/services/network.types.mjs +1 -1
- package/esm2022/src/app/core/services/pipes/account.pipes.mjs +9 -9
- package/esm2022/src/app/core/services/pipes/department-to-string.pipe.mjs +5 -5
- package/esm2022/src/app/core/services/pipes/person-to-string.pipe.mjs +5 -5
- package/esm2022/src/app/core/services/pipes/usage-mode.pipes.mjs +9 -9
- package/esm2022/src/app/core/services/platform.service.mjs +23 -12
- package/esm2022/src/app/core/services/storage/entities-storage.service.mjs +6 -6
- package/esm2022/src/app/core/services/testing/referential-filter.model.mjs +1 -1
- package/esm2022/src/app/core/services/testing/referential.validator.mjs +5 -5
- package/esm2022/src/app/core/services/validator/account.validator.mjs +5 -5
- package/esm2022/src/app/core/services/validator/base.validator.class.mjs +5 -5
- package/esm2022/src/app/core/services/validator/local-settings.validator.mjs +5 -5
- package/esm2022/src/app/core/services/validator/user-settings.validator.mjs +5 -5
- package/esm2022/src/app/core/services/validator/user-token.validator.mjs +5 -5
- package/esm2022/src/app/core/settings/settings.module.mjs +5 -5
- package/esm2022/src/app/core/settings/settings.page.mjs +7 -7
- package/esm2022/src/app/core/table/actions-column.component.mjs +5 -5
- package/esm2022/src/app/core/table/async-table.class.mjs +5 -5
- package/esm2022/src/app/core/table/entities-async-table-datasource.class.mjs +5 -5
- package/esm2022/src/app/core/table/entities-table-datasource.class.mjs +5 -5
- package/esm2022/src/app/core/table/memory-table.class.mjs +5 -5
- package/esm2022/src/app/core/table/table-select-columns.component.mjs +5 -5
- package/esm2022/src/app/core/table/table.class.mjs +9 -5
- package/esm2022/src/app/core/table/table.module.mjs +5 -5
- package/esm2022/src/app/core/table/testing/table-validator.service.mjs +5 -5
- package/esm2022/src/app/core/table/testing/table.testing.mjs +7 -7
- package/esm2022/src/app/core/table/testing/table.testing.module.mjs +5 -5
- package/esm2022/src/app/core/table/testing/table2-validator.service.mjs +5 -5
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +7 -7
- package/esm2022/src/app/shared/audio/audio.mjs +6 -6
- package/esm2022/src/app/shared/audio/audio.testing.mjs +5 -5
- package/esm2022/src/app/shared/audio/audio.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/capacitor/keyboard.mjs +5 -5
- package/esm2022/src/app/shared/debug/debug.component.mjs +6 -6
- package/esm2022/src/app/shared/debug/debug.module.mjs +5 -5
- package/esm2022/src/app/shared/directives/autofocus.directive.mjs +5 -5
- package/esm2022/src/app/shared/directives/autotitle.directive.mjs +6 -6
- package/esm2022/src/app/shared/directives/directives.module.mjs +5 -5
- package/esm2022/src/app/shared/directives/drag-and-drop.directive.mjs +4 -4
- package/esm2022/src/app/shared/directives/ng-var.directive.mjs +5 -5
- package/esm2022/src/app/shared/directives/resizable/resizable.component.mjs +6 -6
- package/esm2022/src/app/shared/directives/resizable/resizable.directive.mjs +6 -6
- package/esm2022/src/app/shared/directives/resizable/resizable.module.mjs +5 -5
- package/esm2022/src/app/shared/file/file.service.mjs +6 -6
- package/esm2022/src/app/shared/form/field.component.mjs +7 -7
- package/esm2022/src/app/shared/form/loading-spinner.mjs +4 -4
- package/esm2022/src/app/shared/gesture/gesture-config.mjs +4 -4
- package/esm2022/src/app/shared/guard/component-dirty.guard.mjs +5 -5
- package/esm2022/src/app/shared/help/help.modal.mjs +5 -5
- package/esm2022/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +8 -9
- package/esm2022/src/app/shared/hotkeys/hotkeys.service.mjs +5 -5
- package/esm2022/src/app/shared/hotkeys/shared-hotkeys.module.mjs +5 -5
- package/esm2022/src/app/shared/http/http.utils.mjs +15 -11
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +6 -6
- package/esm2022/src/app/shared/image/gallery/image-gallery.module.mjs +5 -5
- package/esm2022/src/app/shared/image/gallery/testing/gallegry.model.testing.mjs +1 -1
- package/esm2022/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +5 -5
- package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.mjs +5 -5
- package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/image/image.module.mjs +5 -5
- package/esm2022/src/app/shared/image/image.service.mjs +6 -6
- package/esm2022/src/app/shared/interceptors/progess.interceptor.mjs +1 -1
- package/esm2022/src/app/shared/logging/logging-service.class.mjs +6 -6
- package/esm2022/src/app/shared/logging/logging-service.module.mjs +5 -5
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +9 -9
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +5 -5
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +6 -6
- package/esm2022/src/app/shared/material/badge/badge.directive.mjs +6 -6
- package/esm2022/src/app/shared/material/badge/badge.module.mjs +5 -5
- package/esm2022/src/app/shared/material/badge/badge.test.mjs +5 -5
- package/esm2022/src/app/shared/material/boolean/boolean.module.mjs +5 -5
- package/esm2022/src/app/shared/material/boolean/material-boolean2.mjs +6 -6
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +7 -7
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +5 -5
- package/esm2022/src/app/shared/material/chips/chips.module.mjs +5 -5
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +7 -7
- package/esm2022/src/app/shared/material/chips/testing/chips.test.mjs +5 -5
- package/esm2022/src/app/shared/material/datetime/datetime.module.mjs +5 -5
- package/esm2022/src/app/shared/material/datetime/material.date.mjs +8 -8
- package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +7 -7
- package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +36 -10
- package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +15 -8
- package/esm2022/src/app/shared/material/datetime/testing/mat-date.test.mjs +8 -7
- package/esm2022/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +5 -5
- package/esm2022/src/app/shared/material/duration/duration.module.mjs +5 -5
- package/esm2022/src/app/shared/material/duration/material.duration.mjs +6 -6
- package/esm2022/src/app/shared/material/duration/testing/mat-duration.test.mjs +5 -5
- package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +35 -10
- package/esm2022/src/app/shared/material/latlong/material.latlong.module.mjs +5 -5
- package/esm2022/src/app/shared/material/latlong/testing/latlong.test.mjs +5 -5
- package/esm2022/src/app/shared/material/material.module.mjs +14 -9
- package/esm2022/src/app/shared/material/material.testing.module.mjs +16 -5
- package/esm2022/src/app/shared/material/numpad/numpad.append-to-input.directive.mjs +5 -5
- package/esm2022/src/app/shared/material/numpad/numpad.component.mjs +5 -5
- package/esm2022/src/app/shared/material/numpad/numpad.container.mjs +5 -5
- package/esm2022/src/app/shared/material/numpad/numpad.content.mjs +4 -4
- package/esm2022/src/app/shared/material/numpad/numpad.directive.mjs +5 -5
- package/esm2022/src/app/shared/material/numpad/numpad.dom-service.mjs +5 -5
- package/esm2022/src/app/shared/material/numpad/numpad.module.mjs +5 -5
- package/esm2022/src/app/shared/material/numpad/testing/numpad.test.mjs +5 -5
- package/esm2022/src/app/shared/material/paginator/material.paginator-i18n.mjs +5 -5
- package/esm2022/src/app/shared/material/stepper/material.stepper-i18n.mjs +5 -5
- package/esm2022/src/app/shared/material/swipe/material.swipe.mjs +6 -6
- package/esm2022/src/app/shared/material/swipe/swipe.module.mjs +5 -5
- package/esm2022/src/app/shared/material/swipe/testing/swipe.test.mjs +5 -5
- package/esm2022/src/app/shared/material/testing/common.test.mjs +5 -5
- package/esm2022/src/app/shared/material/text/testing/text-form.testing.mjs +31 -0
- package/esm2022/src/app/shared/material/text/text-form.component.mjs +97 -0
- package/esm2022/src/app/shared/material/text/text-form.module.mjs +63 -0
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +41 -17
- package/esm2022/src/app/shared/named-filter/named-filter.model.mjs +1 -1
- package/esm2022/src/app/shared/named-filter/named-filter.module.mjs +5 -5
- package/esm2022/src/app/shared/named-filter/named-filter.service.mjs +5 -5
- package/esm2022/src/app/shared/pipes/arrays.pipe.mjs +25 -25
- package/esm2022/src/app/shared/pipes/colors.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/date-diff-duration.pipe.mjs +6 -6
- package/esm2022/src/app/shared/pipes/date-format.pipe.mjs +9 -9
- package/esm2022/src/app/shared/pipes/date-from-now.pipe.mjs +6 -6
- package/esm2022/src/app/shared/pipes/duration.pipe.mjs +6 -6
- package/esm2022/src/app/shared/pipes/file-size.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/form.pipes.mjs +21 -21
- package/esm2022/src/app/shared/pipes/highlight.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/latlong-format.pipe.mjs +10 -10
- package/esm2022/src/app/shared/pipes/maps.pipe.mjs +13 -13
- package/esm2022/src/app/shared/pipes/maskito.pipe.mjs +7 -7
- package/esm2022/src/app/shared/pipes/math.pipes.mjs +13 -13
- package/esm2022/src/app/shared/pipes/ng-init.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/number-format.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/pipes.module.mjs +5 -5
- package/esm2022/src/app/shared/pipes/property.pipes.mjs +9 -9
- package/esm2022/src/app/shared/pipes/string.pipes.mjs +31 -31
- package/esm2022/src/app/shared/pipes/translate-context.pipe.mjs +10 -10
- package/esm2022/src/app/shared/pipes/types.pipes.mjs +13 -13
- package/esm2022/src/app/shared/rx-state.module.mjs +5 -5
- package/esm2022/src/app/shared/services/entity-service.class.mjs +1 -1
- package/esm2022/src/app/shared/services/memory-entity-service.class.mjs +13 -13
- package/esm2022/src/app/shared/services/progress-bar.service.mjs +4 -4
- package/esm2022/src/app/shared/services/startable-observable-service.class.mjs +6 -6
- package/esm2022/src/app/shared/services/startable-service.class.mjs +7 -7
- package/esm2022/src/app/shared/services/translate-context.service.mjs +5 -5
- package/esm2022/src/app/shared/services.mjs +2 -2
- package/esm2022/src/app/shared/shared-routing.module.mjs +9 -9
- package/esm2022/src/app/shared/shared.module.mjs +27 -13
- package/esm2022/src/app/shared/shared.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +6 -6
- package/esm2022/src/app/shared/storage/storage-explorer.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage-explorer.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage.service.mjs +6 -6
- package/esm2022/src/app/shared/testing/observable.test.mjs +5 -5
- package/esm2022/src/app/shared/testing/tests.page.mjs +6 -6
- package/esm2022/src/app/shared/toast/toast.testing.mjs +5 -5
- package/esm2022/src/app/shared/toast/toast.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/toolbar/modal-toolbar.mjs +5 -5
- package/esm2022/src/app/shared/toolbar/toolbar.mjs +7 -7
- package/esm2022/src/app/shared/toolbar/toolbar.module.mjs +5 -5
- package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.mjs +5 -5
- package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +5 -5
- package/esm2022/src/app/shared/upload-file/upload-file.component.mjs +5 -5
- package/esm2022/src/app/shared/validator/form-error-adapter.class.mjs +6 -6
- package/esm2022/src/app/social/job/job.module.mjs +5 -5
- package/esm2022/src/app/social/job/progression/job-progression.component.mjs +5 -5
- package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +6 -6
- package/esm2022/src/app/social/job/progression/job-progression.list.mjs +5 -5
- package/esm2022/src/app/social/job/progression/job-progression.model.mjs +3 -2
- package/esm2022/src/app/social/job/progression/job-progression.service.mjs +6 -6
- package/esm2022/src/app/social/job/testing/job-progression.testing.mjs +6 -6
- package/esm2022/src/app/social/job/testing/job-progression.testing.service.mjs +4 -4
- package/esm2022/src/app/social/job/testing/job.testing.module.mjs +5 -5
- package/esm2022/src/app/social/message/message.form.mjs +59 -7
- package/esm2022/src/app/social/message/message.modal.mjs +21 -13
- package/esm2022/src/app/social/message/message.model.mjs +5 -1
- package/esm2022/src/app/social/message/message.module.mjs +9 -22
- package/esm2022/src/app/social/message/message.service.mjs +33 -11
- package/esm2022/src/app/social/social.module.mjs +5 -5
- package/esm2022/src/app/social/social.testing.module.mjs +5 -5
- package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +6 -6
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +6 -6
- package/esm2022/src/app/social/user-event/testing/user-event.testing.mjs +6 -6
- package/esm2022/src/app/social/user-event/testing/user-event.testing.model.mjs +3 -2
- package/esm2022/src/app/social/user-event/testing/user-event.testing.module.mjs +5 -5
- package/esm2022/src/app/social/user-event/testing/user-event.testing.service.mjs +6 -6
- package/esm2022/src/app/social/user-event/user-event.module.mjs +5 -5
- package/esm2022/src/app/social/user-event/user-event.service.mjs +40 -26
- package/esm2022/src/environments/environment.class.mjs +4 -1
- package/esm2022/src/environments/environment.loader.mjs +83 -0
- package/esm2022/src/environments/environment.mjs +18 -15
- package/fesm2022/sumaris-net.ngx-components.mjs +4422 -3975
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +31 -6
- package/public_api.d.ts +4 -1
- package/src/app/core/account/account.page.d.ts +3 -2
- package/src/app/core/account/new-token.modal.d.ts +1 -3
- package/src/app/core/account/token.table.d.ts +5 -3
- package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +1 -1
- package/src/app/core/form/entity/editor.class.d.ts +1 -1
- package/src/app/core/form/entity/entity-editor.class.d.ts +10 -6
- package/src/app/core/form/entity/entity-metadata.component.d.ts +1 -1
- package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -1
- package/src/app/core/form/text-popover/text-popover.module.d.ts +4 -5
- package/src/app/core/graphql/graphql.service.d.ts +2 -4
- package/src/app/core/graphql/graphql.utils.d.ts +1 -1
- package/src/app/core/menu/menu.component.d.ts +6 -2
- package/src/app/core/menu/menu.service.d.ts +2 -0
- package/src/app/core/services/account.service.d.ts +4 -0
- package/src/app/core/services/config/core.config.d.ts +2 -2
- package/src/app/core/services/model/referential.model.d.ts +2 -1
- package/src/app/core/services/model/token.model.d.ts +1 -0
- package/src/app/core/services/network.service.d.ts +11 -7
- package/src/app/core/table/table.class.d.ts +1 -0
- package/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.d.ts +2 -4
- package/src/app/shared/http/http.utils.d.ts +1 -0
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +1 -1
- package/src/app/shared/material/datetime/material.datetime.d.ts +10 -4
- package/src/app/shared/material/latlong/material.latlong.d.ts +10 -4
- package/src/app/shared/material/material.module.d.ts +2 -1
- package/src/app/shared/material/material.testing.module.d.ts +14 -13
- package/src/app/shared/material/text/testing/text-form.testing.d.ts +13 -0
- package/src/app/{core/form/text-popover → shared/material/text}/text-form.component.d.ts +2 -2
- package/src/app/shared/material/text/text-form.module.d.ts +16 -0
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +9 -3
- package/src/app/shared/services/entity-service.class.d.ts +1 -1
- package/src/app/shared/services/memory-entity-service.class.d.ts +7 -3
- package/src/app/shared/services.d.ts +1 -0
- package/src/app/shared/shared.module.d.ts +5 -3
- package/src/app/social/message/message.form.d.ts +8 -2
- package/src/app/social/message/message.modal.d.ts +5 -1
- package/src/app/social/message/message.model.d.ts +2 -0
- package/src/app/social/message/message.module.d.ts +2 -1
- package/src/app/social/message/message.service.d.ts +8 -3
- package/src/app/social/user-event/user-event.service.d.ts +5 -0
- package/src/assets/environments/environment-test.json +6 -0
- package/src/assets/i18n/en-US.json +25 -23
- package/src/assets/i18n/en.json +25 -23
- package/src/assets/i18n/fr.json +8 -5
- package/src/assets/manifest.json +1 -1
- package/src/environments/environment.class.d.ts +2 -0
- package/src/environments/environment.loader.d.ts +26 -0
- package/src/theme/_material.scss +20 -4
- package/src/theme/_ngx-components.globals.scss +2 -2
- package/src/theme/_ngx-components.scss +1 -1
- package/src/theme/_ngx-components.table.scss +9 -3
- package/esm2022/src/app/core/form/text-popover/text-form.component.mjs +0 -97
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { LatLongFormatFn, LatLongFormatOptions, LatLongPattern } from './latlong.utils';
|
|
4
|
-
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
4
|
+
import { MatError, MatFormFieldAppearance, MatFormFieldDefaultOptions, SubscriptSizing } from '@angular/material/form-field';
|
|
5
5
|
import { AppFloatLabelType } from '../../form/field.model';
|
|
6
6
|
import { MaskitoMask } from '@maskito/core/lib/types/mask';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -9,12 +9,14 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
|
|
|
9
9
|
private formBuilder;
|
|
10
10
|
private cd;
|
|
11
11
|
private formGroupDir;
|
|
12
|
+
private _defaults?;
|
|
12
13
|
private _onChangeCallback;
|
|
13
14
|
private _onTouchedCallback;
|
|
14
15
|
private _subscription;
|
|
15
16
|
private _formatOptions;
|
|
16
17
|
private _disabling;
|
|
17
18
|
private _writing;
|
|
19
|
+
protected _subscriptSizing: SubscriptSizing | null;
|
|
18
20
|
_readonly: boolean;
|
|
19
21
|
_formatFn: LatLongFormatFn;
|
|
20
22
|
textFormControl: UntypedFormControl;
|
|
@@ -38,11 +40,15 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
|
|
|
38
40
|
autofocus: boolean;
|
|
39
41
|
set readonly(value: boolean);
|
|
40
42
|
get readonly(): boolean;
|
|
43
|
+
get subscriptSizing(): SubscriptSizing;
|
|
44
|
+
set subscriptSizing(value: SubscriptSizing);
|
|
41
45
|
onBlur: EventEmitter<FocusEvent>;
|
|
42
46
|
onFocus: EventEmitter<FocusEvent>;
|
|
43
47
|
inputElement: ElementRef;
|
|
44
|
-
|
|
48
|
+
matError: MatError;
|
|
49
|
+
constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef, formGroupDir: FormGroupDirective, _defaults?: MatFormFieldDefaultOptions);
|
|
45
50
|
ngOnInit(): void;
|
|
51
|
+
_getDisplayedMessages(): 'error' | 'hint';
|
|
46
52
|
ngOnDestroy(): void;
|
|
47
53
|
writeValue(obj: any): void;
|
|
48
54
|
registerOnChange(fn: any): void;
|
|
@@ -62,6 +68,6 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
|
|
|
62
68
|
private onFormChange;
|
|
63
69
|
private checkIfTouched;
|
|
64
70
|
private markForCheck;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongField, [null, null, { optional: true; }]>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField, "mat-latlong-field", never, { "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "required": { "alias": "required"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "placeholderChar": { "alias": "placeholderChar"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; },
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongField, [null, null, { optional: true; }, null]>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField, "mat-latlong-field", never, { "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "required": { "alias": "required"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "placeholderChar": { "alias": "placeholderChar"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; }, ["matError"], ["mat-error", "mat-hint:not([align='end'])", "mat-hint[align='end']", "[matPrefix]", "[matSuffix]"], false, never>;
|
|
67
73
|
}
|
|
@@ -38,8 +38,9 @@ import * as i36 from "./numpad/numpad.module";
|
|
|
38
38
|
import * as i37 from "./swipe/swipe.module";
|
|
39
39
|
import * as i38 from "./chips/chips.module";
|
|
40
40
|
import * as i39 from "./badge/badge.module";
|
|
41
|
+
import * as i40 from "./text/text-form.module";
|
|
41
42
|
export declare class SharedMaterialModule {
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMaterialModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMaterialModule, never, [typeof i1.MatCommonModule, typeof i2.MatTableModule, typeof i3.MatSortModule, typeof i4.MatPaginatorModule, typeof i5.MatFormFieldModule, typeof i6.MatInputModule, typeof i7.CdkTableModule, typeof i8.MatCheckboxModule, typeof i9.MatExpansionModule, typeof i10.MatToolbarModule, typeof i11.MatDialogModule, typeof i12.MatIconModule, typeof i13.MatButtonModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatCardModule, typeof i17.MatTabsModule, typeof i18.MatListModule, typeof i19.MatStepperModule, typeof i20.MatButtonToggleModule, typeof i21.MatProgressSpinnerModule, typeof i22.MatProgressBarModule, typeof i23.MatRadioModule, typeof i24.MatBadgeModule, typeof i25.MatSlideToggleModule, typeof i26.A11yModule, typeof i27.OverlayModule, typeof i28.ScrollingModule, typeof i1.MatRippleModule, typeof i29.MatDividerModule, typeof i30.MatTooltipModule, typeof i31.SharedMatAutocompleteModule, typeof i32.SharedMatLatLongModule, typeof i33.SharedMatDateTimeModule, typeof i34.SharedMatDurationModule, typeof i35.SharedMatBooleanModule, typeof i36.SharedMatNumpadModule, typeof i37.SharedMatSwipeModule, typeof i38.SharedMatChipsModule, typeof i39.SharedBadgeModule], [typeof i1.MatCommonModule, typeof i2.MatTableModule, typeof i3.MatSortModule, typeof i4.MatPaginatorModule, typeof i5.MatFormFieldModule, typeof i6.MatInputModule, typeof i7.CdkTableModule, typeof i8.MatCheckboxModule, typeof i9.MatExpansionModule, typeof i10.MatToolbarModule, typeof i11.MatDialogModule, typeof i12.MatIconModule, typeof i13.MatButtonModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatCardModule, typeof i17.MatTabsModule, typeof i18.MatListModule, typeof i19.MatStepperModule, typeof i20.MatButtonToggleModule, typeof i21.MatProgressSpinnerModule, typeof i22.MatProgressBarModule, typeof i23.MatRadioModule, typeof i24.MatBadgeModule, typeof i25.MatSlideToggleModule, typeof i26.A11yModule, typeof i27.OverlayModule, typeof i28.ScrollingModule, typeof i1.MatRippleModule, typeof i29.MatDividerModule, typeof i30.MatTooltipModule, typeof i31.SharedMatAutocompleteModule, typeof i32.SharedMatLatLongModule, typeof i33.SharedMatDateTimeModule, typeof i34.SharedMatDurationModule, typeof i35.SharedMatBooleanModule, typeof i36.SharedMatNumpadModule, typeof i37.SharedMatSwipeModule, typeof i38.SharedMatChipsModule, typeof i39.SharedBadgeModule]>;
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMaterialModule, never, [typeof i1.MatCommonModule, typeof i2.MatTableModule, typeof i3.MatSortModule, typeof i4.MatPaginatorModule, typeof i5.MatFormFieldModule, typeof i6.MatInputModule, typeof i7.CdkTableModule, typeof i8.MatCheckboxModule, typeof i9.MatExpansionModule, typeof i10.MatToolbarModule, typeof i11.MatDialogModule, typeof i12.MatIconModule, typeof i13.MatButtonModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatCardModule, typeof i17.MatTabsModule, typeof i18.MatListModule, typeof i19.MatStepperModule, typeof i20.MatButtonToggleModule, typeof i21.MatProgressSpinnerModule, typeof i22.MatProgressBarModule, typeof i23.MatRadioModule, typeof i24.MatBadgeModule, typeof i25.MatSlideToggleModule, typeof i26.A11yModule, typeof i27.OverlayModule, typeof i28.ScrollingModule, typeof i1.MatRippleModule, typeof i29.MatDividerModule, typeof i30.MatTooltipModule, typeof i31.SharedMatAutocompleteModule, typeof i32.SharedMatLatLongModule, typeof i33.SharedMatDateTimeModule, typeof i34.SharedMatDurationModule, typeof i35.SharedMatBooleanModule, typeof i36.SharedMatNumpadModule, typeof i37.SharedMatSwipeModule, typeof i38.SharedMatChipsModule, typeof i39.SharedBadgeModule, typeof i40.SharedTextFormModule], [typeof i1.MatCommonModule, typeof i2.MatTableModule, typeof i3.MatSortModule, typeof i4.MatPaginatorModule, typeof i5.MatFormFieldModule, typeof i6.MatInputModule, typeof i7.CdkTableModule, typeof i8.MatCheckboxModule, typeof i9.MatExpansionModule, typeof i10.MatToolbarModule, typeof i11.MatDialogModule, typeof i12.MatIconModule, typeof i13.MatButtonModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatCardModule, typeof i17.MatTabsModule, typeof i18.MatListModule, typeof i19.MatStepperModule, typeof i20.MatButtonToggleModule, typeof i21.MatProgressSpinnerModule, typeof i22.MatProgressBarModule, typeof i23.MatRadioModule, typeof i24.MatBadgeModule, typeof i25.MatSlideToggleModule, typeof i26.A11yModule, typeof i27.OverlayModule, typeof i28.ScrollingModule, typeof i1.MatRippleModule, typeof i29.MatDividerModule, typeof i30.MatTooltipModule, typeof i31.SharedMatAutocompleteModule, typeof i32.SharedMatLatLongModule, typeof i33.SharedMatDateTimeModule, typeof i34.SharedMatDurationModule, typeof i35.SharedMatBooleanModule, typeof i36.SharedMatNumpadModule, typeof i37.SharedMatSwipeModule, typeof i38.SharedMatChipsModule, typeof i39.SharedBadgeModule, typeof i40.SharedTextFormModule]>;
|
|
44
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMaterialModule>;
|
|
45
46
|
}
|
|
@@ -9,21 +9,22 @@ import * as i6 from "./autocomplete/testing/autocomplete.test";
|
|
|
9
9
|
import * as i7 from "./boolean/testing/boolean.test.page";
|
|
10
10
|
import * as i8 from "./latlong/testing/latlong.test";
|
|
11
11
|
import * as i9 from "./numpad/testing/numpad.test";
|
|
12
|
-
import * as i10 from "./
|
|
13
|
-
import * as i11 from "./
|
|
14
|
-
import * as i12 from "./
|
|
15
|
-
import * as i13 from "
|
|
16
|
-
import * as i14 from "
|
|
17
|
-
import * as i15 from "@
|
|
18
|
-
import * as i16 from "@angular
|
|
19
|
-
import * as i17 from "
|
|
20
|
-
import * as i18 from "
|
|
21
|
-
import * as i19 from "@
|
|
22
|
-
import * as i20 from "
|
|
23
|
-
import * as i21 from "
|
|
12
|
+
import * as i10 from "./text/testing/text-form.testing";
|
|
13
|
+
import * as i11 from "./swipe/testing/swipe.test";
|
|
14
|
+
import * as i12 from "./chips/testing/chips.test";
|
|
15
|
+
import * as i13 from "./badge/badge.test";
|
|
16
|
+
import * as i14 from "../testing/observable.test";
|
|
17
|
+
import * as i15 from "@angular/common";
|
|
18
|
+
import * as i16 from "@ionic/angular";
|
|
19
|
+
import * as i17 from "@angular/forms";
|
|
20
|
+
import * as i18 from "./material.module";
|
|
21
|
+
import * as i19 from "@ngx-translate/core";
|
|
22
|
+
import * as i20 from "@angular/router";
|
|
23
|
+
import * as i21 from "../pipes/pipes.module";
|
|
24
|
+
import * as i22 from "./badge/badge.module";
|
|
24
25
|
export declare const SHARED_MATERIAL_TESTING_PAGES: TestingPage[];
|
|
25
26
|
export declare class MaterialTestingModule {
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTestingModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof i1.MatCommonTestPage, typeof i2.DateTimeTestPage, typeof i3.DateTestPage, typeof i4.DateShortTestPage, typeof i5.DurationTestPage, typeof i6.AutocompleteTestPage, typeof i7.BooleanTestPage, typeof i8.LatLongTestPage, typeof i9.NumpadTestPage, typeof i10.
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof i1.MatCommonTestPage, typeof i2.DateTimeTestPage, typeof i3.DateTestPage, typeof i4.DateShortTestPage, typeof i5.DurationTestPage, typeof i6.AutocompleteTestPage, typeof i7.BooleanTestPage, typeof i8.LatLongTestPage, typeof i9.NumpadTestPage, typeof i10.TextFormTestingPage, typeof i11.SwipeTestPage, typeof i12.ChipsTestPage, typeof i13.MatBadgeTestPage, typeof i14.ObservableTestPage], [typeof i15.CommonModule, typeof i16.IonicModule, typeof i17.ReactiveFormsModule, typeof i18.SharedMaterialModule, typeof i19.TranslateModule, typeof i20.RouterModule, typeof i21.SharedPipesModule, typeof i22.SharedBadgeModule, typeof i17.FormsModule], [typeof i18.SharedMaterialModule, typeof i20.RouterModule, typeof i1.MatCommonTestPage, typeof i2.DateTimeTestPage, typeof i3.DateTestPage, typeof i4.DateShortTestPage, typeof i5.DurationTestPage, typeof i6.AutocompleteTestPage, typeof i7.BooleanTestPage, typeof i8.LatLongTestPage, typeof i9.NumpadTestPage, typeof i10.TextFormTestingPage, typeof i11.SwipeTestPage, typeof i12.ChipsTestPage, typeof i13.MatBadgeTestPage, typeof i14.ObservableTestPage]>;
|
|
28
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialTestingModule>;
|
|
29
30
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
|
+
import { Validators } from '@angular/forms';
|
|
3
|
+
import { TextForm } from '../text-form.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TextFormTestingPage implements AfterViewInit {
|
|
6
|
+
textForm1: TextForm;
|
|
7
|
+
textForm2: TextForm;
|
|
8
|
+
constructor();
|
|
9
|
+
protected readonly Validators: typeof Validators;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextFormTestingPage, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFormTestingPage, "text-form-testing", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormControl, ValidatorFn } from '@angular/forms';
|
|
3
3
|
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
4
|
-
import { AppForm } from '
|
|
4
|
+
import { AppForm } from '../../../core/form/form.class';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TextForm extends AppForm<{
|
|
7
7
|
text: string;
|
|
@@ -28,5 +28,5 @@ export declare class TextForm extends AppForm<{
|
|
|
28
28
|
focusInput(): void;
|
|
29
29
|
protected markForCheck(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextForm, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextForm, "app-text-form", never, { "showError": { "alias": "showError"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; }, { "textAreaChanges": "textAreaChanges"; }, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextForm, "app-text-form", never, { "showError": { "alias": "showError"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; }, { "textAreaChanges": "textAreaChanges"; }, never, ["[matError]"], false, never>;
|
|
32
32
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./text-form.component";
|
|
3
|
+
import * as i2 from "@ngx-translate/core";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@ionic/angular";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../../pipes/pipes.module";
|
|
8
|
+
import * as i7 from "@angular/material/core";
|
|
9
|
+
import * as i8 from "@angular/material/form-field";
|
|
10
|
+
import * as i9 from "@angular/material/input";
|
|
11
|
+
import * as i10 from "../../directives/directives.module";
|
|
12
|
+
export declare class SharedTextFormModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedTextFormModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedTextFormModule, [typeof i1.TextForm], [typeof i2.TranslateModule, typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.ReactiveFormsModule, typeof i6.SharedPipesModule, typeof i7.MatCommonModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10.SharedDirectivesModule], [typeof i2.TranslateModule, typeof i1.TextForm]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedTextFormModule>;
|
|
16
|
+
}
|
|
@@ -5,6 +5,7 @@ import { AppForm } from '../../core/form/form.class';
|
|
|
5
5
|
import { INamedFilterService } from './named-filter.service';
|
|
6
6
|
import { MatAutocompleteField } from '../material/autocomplete/material.autocomplete';
|
|
7
7
|
import { INamedFilter, INamedFilterFilter, NamedFilter } from './named-filter.model';
|
|
8
|
+
import { MatAutocompleteFieldConfig } from '../material/autocomplete/material.autocomplete.config';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class NamedFilterSelector extends AppForm<any> implements OnInit {
|
|
10
11
|
protected injector: Injector;
|
|
@@ -14,12 +15,16 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
|
|
|
14
15
|
protected popoverController: PopoverController;
|
|
15
16
|
protected dataService: INamedFilterService<INamedFilter<any>, INamedFilterFilter<any, any>>;
|
|
16
17
|
protected logPrefix: string;
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
private _entityName;
|
|
19
|
+
private _deleteDisabled;
|
|
20
|
+
set entityName(entityName: string);
|
|
21
|
+
get entityName(): string;
|
|
19
22
|
filterContentProvider: () => any;
|
|
23
|
+
filterImportCallback: (namedFilter: NamedFilter) => Promise<NamedFilter>;
|
|
20
24
|
filterFormDirty: boolean;
|
|
21
25
|
showButtons: boolean;
|
|
22
26
|
exportFileNamePrefix: string;
|
|
27
|
+
autocompleteConfig: MatAutocompleteFieldConfig;
|
|
23
28
|
filterSelected: EventEmitter<any>;
|
|
24
29
|
filterDeleted: EventEmitter<NamedFilter<NamedFilter<any>>>;
|
|
25
30
|
autocompleteField: MatAutocompleteField;
|
|
@@ -29,6 +34,7 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
|
|
|
29
34
|
get deleteDisabled(): boolean;
|
|
30
35
|
get dirty(): boolean;
|
|
31
36
|
ngOnInit(): void;
|
|
37
|
+
getFilter(): any;
|
|
32
38
|
markForCheck(): void;
|
|
33
39
|
save(): Promise<void>;
|
|
34
40
|
delete(): Promise<void>;
|
|
@@ -37,5 +43,5 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
|
|
|
37
43
|
protected onFilterChanges(value: NamedFilter | string): Promise<void>;
|
|
38
44
|
protected setControlValue(value: NamedFilter): void;
|
|
39
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<NamedFilterSelector, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector", never, { "entityName": { "alias": "entityName"; "required": false; }; "filterContentProvider": { "alias": "filterContentProvider"; "required": false; }; "filterImportCallback": { "alias": "filterImportCallback"; "required": false; }; "filterFormDirty": { "alias": "filterFormDirty"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; "exportFileNamePrefix": { "alias": "exportFileNamePrefix"; "required": false; }; "autocompleteConfig": { "alias": "autocompleteConfig"; "required": false; }; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false, never>;
|
|
41
47
|
}
|
|
@@ -16,7 +16,7 @@ export declare interface LoadResult<T> {
|
|
|
16
16
|
fetchMore?: FetchMoreFn<LoadResult<T>>;
|
|
17
17
|
}
|
|
18
18
|
export declare type SuggestFn<T, F> = (value: any, filter?: F, sortBy?: string | keyof T, sortDirection?: SortDirection, opts?: {
|
|
19
|
-
fetchPolicy
|
|
19
|
+
fetchPolicy?: FetchPolicy;
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}) => Promise<T[] | LoadResult<T>>;
|
|
22
22
|
export declare interface SuggestService<T, F> {
|
|
@@ -23,13 +23,15 @@ export declare class InMemoryEntitiesService<T extends IEntity<T, ID>, F = any,
|
|
|
23
23
|
debug: boolean;
|
|
24
24
|
private _hiddenData;
|
|
25
25
|
readonly dirtySubject: BehaviorSubject<boolean>;
|
|
26
|
-
|
|
26
|
+
readonly savingSubject: BehaviorSubject<boolean>;
|
|
27
|
+
protected readonly sortByReplacement: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
27
30
|
private readonly _sortFn;
|
|
28
31
|
private readonly _onLoad;
|
|
29
32
|
private readonly _onSaveFn;
|
|
30
33
|
private readonly _equalsFn;
|
|
31
34
|
private readonly _filterFnFactory;
|
|
32
|
-
private readonly _sortByReplacement;
|
|
33
35
|
set value(data: T[]);
|
|
34
36
|
get value(): T[];
|
|
35
37
|
get saving(): boolean;
|
|
@@ -39,7 +41,9 @@ export declare class InMemoryEntitiesService<T extends IEntity<T, ID>, F = any,
|
|
|
39
41
|
protected ngOnStop(): Promise<void>;
|
|
40
42
|
ngOnDestroy(): void;
|
|
41
43
|
setValue(data: T[]): void;
|
|
42
|
-
loadAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, filter?: F, opts?: EntitiesServiceLoadOptions
|
|
44
|
+
loadAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, filter?: F, opts?: EntitiesServiceLoadOptions & {
|
|
45
|
+
updateHiddenData?: boolean;
|
|
46
|
+
}): Promise<LoadResult<T>>;
|
|
43
47
|
watchAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, filterData?: F, options?: any): Observable<LoadResult<T>>;
|
|
44
48
|
saveAll(data: T[], options?: any): Promise<T[]>;
|
|
45
49
|
deleteAll(dataToRemove: T[], options?: any): Promise<any>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
1
|
+
import { ModuleWithProviders, Provider } from '@angular/core';
|
|
2
2
|
import { CloseScrollStrategy, Overlay } from '@angular/cdk/overlay';
|
|
3
|
-
import { Environment } from '../../environments/environment.class';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
import * as i1 from "./form/field.component";
|
|
6
5
|
import * as i2 from "./form/loading-spinner";
|
|
@@ -24,8 +23,11 @@ import * as i19 from "./toolbar/toolbar.module";
|
|
|
24
23
|
import * as i20 from "./named-filter/named-filter.module";
|
|
25
24
|
import * as i21 from "ngx-jdenticon";
|
|
26
25
|
export declare function scrollFactory(overlay: Overlay): () => CloseScrollStrategy;
|
|
26
|
+
export interface SharedModuleConfig {
|
|
27
|
+
loader?: Provider;
|
|
28
|
+
}
|
|
27
29
|
export declare class SharedModule {
|
|
28
|
-
static forRoot(
|
|
30
|
+
static forRoot(config?: SharedModuleConfig): ModuleWithProviders<SharedModule>;
|
|
29
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
30
32
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.AppHelpModal, typeof i4.UploadFileComponent, typeof i5.UploadFilePopover, typeof i6.SharedTestsPage], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i9.ReactiveFormsModule, typeof i10.TranslateModule, typeof i11.ColorPickerModule, typeof i12.DragDropModule, typeof i13.MarkdownModule, typeof i14.RxStateModule, typeof i15.SharedMaterialModule, typeof i16.SharedDirectivesModule, typeof i17.SharedPipesModule, typeof i18.SharedHotkeysModule, typeof i19.SharedToolbarModule, typeof i20.SharedNamedFilterModule], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i10.TranslateModule, typeof i9.ReactiveFormsModule, typeof i11.ColorPickerModule, typeof i12.DragDropModule, typeof i13.MarkdownModule, typeof i21.NgxJdenticonModule, typeof i14.RxStateModule, typeof i15.SharedMaterialModule, typeof i16.SharedDirectivesModule, typeof i17.SharedPipesModule, typeof i18.SharedHotkeysModule, typeof i19.SharedToolbarModule, typeof i20.SharedNamedFilterModule, typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.AppHelpModal, typeof i4.UploadFileComponent, typeof i5.UploadFilePopover, typeof i6.SharedTestsPage]>;
|
|
31
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder } from '@angular/forms';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { Message } from './message.model';
|
|
4
4
|
import { AppForm } from '../../core/form/form.class';
|
|
5
5
|
import { Person } from '../../core/services/model/person.model';
|
|
@@ -16,6 +16,8 @@ export declare class MessageForm extends AppForm<Message> implements OnInit {
|
|
|
16
16
|
bodyMaxLength: number;
|
|
17
17
|
bodyAutoHeight: boolean;
|
|
18
18
|
canSelectType: boolean;
|
|
19
|
+
canRecipientFilter: boolean;
|
|
20
|
+
recipientFilterCount: number;
|
|
19
21
|
types: readonly {
|
|
20
22
|
id: string;
|
|
21
23
|
icon: string;
|
|
@@ -24,7 +26,11 @@ export declare class MessageForm extends AppForm<Message> implements OnInit {
|
|
|
24
26
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
25
27
|
ngOnInit(): void;
|
|
26
28
|
isSamePerson(o1: Person, o2: Person): boolean;
|
|
29
|
+
protected updateFormGroup(formGroup: UntypedFormGroup, opts?: {
|
|
30
|
+
type?: string;
|
|
31
|
+
recipientRequired?: boolean;
|
|
32
|
+
}): void;
|
|
27
33
|
protected markForCheck(): void;
|
|
28
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageForm, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageForm, "app-message-form", never, { "suggestFn": { "alias": "suggestFn"; "required": false; }; "subjectMinLength": { "alias": "subjectMinLength"; "required": false; }; "subjectMaxLength": { "alias": "subjectMaxLength"; "required": false; }; "bodyMaxLength": { "alias": "bodyMaxLength"; "required": false; }; "bodyAutoHeight": { "alias": "bodyAutoHeight"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageForm, "app-message-form", never, { "suggestFn": { "alias": "suggestFn"; "required": false; }; "subjectMinLength": { "alias": "subjectMinLength"; "required": false; }; "subjectMaxLength": { "alias": "subjectMaxLength"; "required": false; }; "bodyMaxLength": { "alias": "bodyMaxLength"; "required": false; }; "bodyAutoHeight": { "alias": "bodyAutoHeight"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; "canRecipientFilter": { "alias": "canRecipientFilter"; "required": false; }; "recipientFilterCount": { "alias": "recipientFilterCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
36
|
}
|
|
@@ -11,6 +11,8 @@ export interface MessageModalOptions {
|
|
|
11
11
|
suggestFn: SuggestFn<Person, PersonFilter>;
|
|
12
12
|
data?: Message;
|
|
13
13
|
canSelectType?: boolean;
|
|
14
|
+
canRecipientFilter?: boolean;
|
|
15
|
+
recipientFilterCount?: number;
|
|
14
16
|
}
|
|
15
17
|
export declare class MessageModal implements OnInit, AfterViewInit, MessageModalOptions {
|
|
16
18
|
protected settings: LocalSettingsService;
|
|
@@ -21,6 +23,8 @@ export declare class MessageModal implements OnInit, AfterViewInit, MessageModal
|
|
|
21
23
|
suggestFn: SuggestFn<Person, PersonFilter>;
|
|
22
24
|
data: Message;
|
|
23
25
|
canSelectType: boolean;
|
|
26
|
+
canRecipientFilter: boolean;
|
|
27
|
+
recipientFilterCount: number;
|
|
24
28
|
private form;
|
|
25
29
|
constructor(settings: LocalSettingsService, viewCtrl: ModalController, accountService: AccountService, cd: ChangeDetectorRef);
|
|
26
30
|
ngOnInit(): void;
|
|
@@ -35,5 +39,5 @@ export declare class MessageModal implements OnInit, AfterViewInit, MessageModal
|
|
|
35
39
|
emitEvent?: boolean;
|
|
36
40
|
}): void;
|
|
37
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModal, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageModal, "app-message-modal", never, { "suggestFn": { "alias": "suggestFn"; "required": false; }; "data": { "alias": "data"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageModal, "app-message-modal", never, { "suggestFn": { "alias": "suggestFn"; "required": false; }; "data": { "alias": "data"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; "canRecipientFilter": { "alias": "canRecipientFilter"; "required": false; }; "recipientFilterCount": { "alias": "recipientFilterCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
39
43
|
}
|
|
@@ -3,6 +3,7 @@ import { StoreObject } from '@apollo/client/core';
|
|
|
3
3
|
import { EntityFilter } from '../../core/services/model/filter.model';
|
|
4
4
|
import { FilterFn } from '../../shared/services/entity-service.class';
|
|
5
5
|
import { Person } from '../../core/services/model/person.model';
|
|
6
|
+
import { PersonFilter } from '../../admin/services/filter/person.filter';
|
|
6
7
|
export declare const MessageTypes: {
|
|
7
8
|
INBOX_MESSAGE: string;
|
|
8
9
|
EMAIL: string;
|
|
@@ -18,6 +19,7 @@ export declare class Message extends Entity<Message> {
|
|
|
18
19
|
type: string;
|
|
19
20
|
issuer: Person;
|
|
20
21
|
recipients: Person[];
|
|
22
|
+
recipientFilter: PersonFilter;
|
|
21
23
|
subject: string;
|
|
22
24
|
body: string;
|
|
23
25
|
constructor();
|
|
@@ -4,8 +4,9 @@ import * as i2 from "./message.form";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "../../core/core.module";
|
|
6
6
|
import * as i5 from "../../shared/shared.module";
|
|
7
|
+
import * as i6 from "@angular/material/chips";
|
|
7
8
|
export declare class MessageModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof i1.MessageModal, typeof i2.MessageForm], [typeof i3.CommonModule, typeof i4.CoreModule, typeof i5.SharedModule], [typeof i1.MessageModal]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof i1.MessageModal, typeof i2.MessageForm], [typeof i3.CommonModule, typeof i4.CoreModule, typeof i5.SharedModule, typeof i6.MatChipsModule], [typeof i1.MessageModal]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
|
|
11
12
|
}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { GraphqlService } from '../../core/graphql/graphql.service';
|
|
2
|
-
import { ToastController } from '@ionic/angular';
|
|
2
|
+
import { ModalController, ToastController } from '@ionic/angular';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { BaseGraphqlService } from '../../core/services/base-graphql-service.class';
|
|
5
5
|
import { Environment } from '../../../environments/environment.class';
|
|
6
6
|
import { Message, MessageFilter } from './message.model';
|
|
7
7
|
import { ShowToastOptions } from '../../shared/toast/toasts';
|
|
8
|
+
import { MessageModalOptions } from './message.modal';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class MessageService extends BaseGraphqlService<Message, MessageFilter> {
|
|
10
11
|
protected graphql: GraphqlService;
|
|
11
12
|
protected translate: TranslateService;
|
|
13
|
+
protected modalCtrl: ModalController;
|
|
12
14
|
protected toastController: ToastController;
|
|
13
15
|
protected environment: Environment;
|
|
14
|
-
constructor(graphql: GraphqlService, translate: TranslateService, toastController: ToastController, environment: Environment);
|
|
16
|
+
constructor(graphql: GraphqlService, translate: TranslateService, modalCtrl: ModalController, toastController: ToastController, environment: Environment);
|
|
15
17
|
/**
|
|
16
18
|
* Send a message to recipient(s)
|
|
17
19
|
*
|
|
@@ -21,7 +23,10 @@ export declare class MessageService extends BaseGraphqlService<Message, MessageF
|
|
|
21
23
|
send(entity: Message, opts?: {
|
|
22
24
|
showToast?: boolean;
|
|
23
25
|
}): Promise<boolean>;
|
|
26
|
+
openComposeModal(options: MessageModalOptions & {
|
|
27
|
+
showToast?: boolean;
|
|
28
|
+
}): Promise<any>;
|
|
24
29
|
protected showToast(opts: ShowToastOptions): Promise<import("@ionic/core").OverlayEventDetail<any>>;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null, { optional: true; }]>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null, null, { optional: true; }]>;
|
|
26
31
|
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
|
27
32
|
}
|
|
@@ -11,6 +11,8 @@ import { NetworkService } from '../../core/services/network.service';
|
|
|
11
11
|
import { BaseGraphqlService, BaseGraphqlServiceOptions } from '../../core/services/base-graphql-service.class';
|
|
12
12
|
import { Moment } from 'moment';
|
|
13
13
|
import { IStartableService } from '../../shared/services/startable-service.class';
|
|
14
|
+
import { DocumentNode } from 'graphql/index';
|
|
15
|
+
import { MutableWatchQueriesUpdatePolicy } from '../../core/services/base-entity-service.class';
|
|
14
16
|
import * as i0 from "@angular/core";
|
|
15
17
|
export declare const APP_USER_EVENT_SERVICE: InjectionToken<IUserEventService<any, any, number, UserEventWatchOptions, UserEventLoadOptions>>;
|
|
16
18
|
export declare interface UserEventLoadOptions extends EntitiesServiceLoadOptions {
|
|
@@ -42,6 +44,7 @@ export interface UserEventServiceOptions<Q extends IUserEventQueries = IUserEven
|
|
|
42
44
|
queries: Q;
|
|
43
45
|
mutations?: Partial<M>;
|
|
44
46
|
subscriptions?: Partial<S>;
|
|
47
|
+
watchQueriesUpdatePolicy?: MutableWatchQueriesUpdatePolicy;
|
|
45
48
|
}
|
|
46
49
|
export interface IUserEventService<E extends IUserEvent<E, ID>, F extends IUserEventFilter<E, ID>, ID = number, WO extends UserEventWatchOptions = UserEventWatchOptions, LO extends UserEventLoadOptions = UserEventLoadOptions> extends IEntitiesService<E, F, WO>, IStartableService {
|
|
47
50
|
countSubject: Observable<number>;
|
|
@@ -74,6 +77,7 @@ export declare abstract class AbstractUserEventService<E extends IUserEvent<E, I
|
|
|
74
77
|
protected readonly mutations: Partial<M>;
|
|
75
78
|
protected readonly subscriptions: Partial<S>;
|
|
76
79
|
protected readonly _countSubject: BehaviorSubject<number>;
|
|
80
|
+
protected readonly watchQueriesUpdatePolicy: MutableWatchQueriesUpdatePolicy;
|
|
77
81
|
protected resetCountDate: Moment;
|
|
78
82
|
protected listeners: IUserEventListener<E, ID>[];
|
|
79
83
|
private _subscriptions;
|
|
@@ -119,6 +123,7 @@ export declare abstract class AbstractUserEventService<E extends IUserEvent<E, I
|
|
|
119
123
|
protected fillDefaultProperties(entity: E): void;
|
|
120
124
|
protected unreadEvents(events: E[]): number;
|
|
121
125
|
protected copyIdAndUpdateDate(source: E, target: E): void;
|
|
126
|
+
protected getLoadQueries(): DocumentNode[];
|
|
122
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractUserEventService<any, any, any, any, any, any, any, any>, never>;
|
|
123
128
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractUserEventService<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false, never>;
|
|
124
129
|
}
|
|
@@ -33,6 +33,8 @@
|
|
|
33
33
|
"BTN_SAVE": "Save",
|
|
34
34
|
"BTN_SAVE_WITH_SHORTCUT": "<u>S</u>ave",
|
|
35
35
|
"BTN_SAVE_WITH_SHORTCUT_HELP": "Save (Ctrl+S)",
|
|
36
|
+
"BTN_SAVE_AND_CLOSE": "Save and close",
|
|
37
|
+
"BTN_SAVE_AND_NEXT": "Save and next",
|
|
36
38
|
"BTN_FILTER": "Filter",
|
|
37
39
|
"BTN_RELOAD": "Reload",
|
|
38
40
|
"BTN_REFRESH": "Refresh",
|
|
@@ -104,6 +106,7 @@
|
|
|
104
106
|
|
|
105
107
|
"YES": "Yes",
|
|
106
108
|
"NO": "No",
|
|
109
|
+
"DEBUG": "Debug",
|
|
107
110
|
|
|
108
111
|
"UPDATED_ON": "Last modification on",
|
|
109
112
|
"RECORDER": "Recorder",
|
|
@@ -113,10 +116,8 @@
|
|
|
113
116
|
"PLEASE_WAIT": "Please wait...",
|
|
114
117
|
"NO_DATA": "No data",
|
|
115
118
|
"MISSING": "Missing",
|
|
116
|
-
|
|
117
119
|
"DISPLAYED_COLUMNS": "Displayed columns",
|
|
118
120
|
"DISPLAYED_COLUMNS_DOTS": "Displayed columns...",
|
|
119
|
-
|
|
120
121
|
"FORM": {
|
|
121
122
|
"HAS_ERROR": "Please correct errors in the form"
|
|
122
123
|
},
|
|
@@ -144,15 +145,19 @@
|
|
|
144
145
|
"CONFIGURATION": {
|
|
145
146
|
"OPTIONS": {
|
|
146
147
|
"ANDROID_INSTALL_URL": "Android > Install App URL",
|
|
147
|
-
"
|
|
148
|
+
"DB_TIMEZONE": "Persistence > Database timezone (readonly option)",
|
|
149
|
+
"LOGO": "Menu > Logo (max width 110px)",
|
|
148
150
|
"FAVICON": "favicon",
|
|
149
|
-
"GRAVATAR_URL": "User > Gravatar URL (with '{md5}'",
|
|
150
|
-
"ENABLE_GRAVATAR": "User > Enable Gravatar
|
|
151
|
+
"GRAVATAR_URL": "User > Gravatar URL (with '{md5}')",
|
|
152
|
+
"ENABLE_GRAVATAR": "User > Enable Gravatar?",
|
|
151
153
|
"DEFAULT_LOCALE": "Default Language",
|
|
152
154
|
"DEFAULT_LATLONG_FORMAT": "Default lat/lon format",
|
|
153
155
|
"APP_MIN_VERSION": "App > Minimal compatible version (x.y.z)",
|
|
154
156
|
"HELP_URL": "App > User manual (URL)",
|
|
155
157
|
"FORUM_URL": "App > Forum address (URL)",
|
|
158
|
+
"ACCOUNT": {
|
|
159
|
+
"READONLY": "Account > Readonly profile? (readonly option)"
|
|
160
|
+
},
|
|
156
161
|
"HOME": {
|
|
157
162
|
"LOGO_LARGE": "Home > Logo (max width 400px)",
|
|
158
163
|
"PARTNER_DEPARTMENTS": "Home > Partners logos",
|
|
@@ -181,14 +186,14 @@
|
|
|
181
186
|
"LOCATION_LEVEL_COUNTRY_ID": "Referential > Location level de lieu > Country",
|
|
182
187
|
"LOCATION_LEVEL_PORT_ID": "Referential > Location level > Port",
|
|
183
188
|
"LOCATION_LEVEL_AUCTION_ID": "Referential > Location level > Sale auction",
|
|
184
|
-
"
|
|
185
|
-
"
|
|
189
|
+
"LOCATION_LEVEL_RECTANGLE_ICES_ID": "Referential > Location level > CIEM/ICES Statistical Rectangle",
|
|
190
|
+
"LOCATION_LEVEL_DIVISION_ICES_ID": "Referential > Location level > CIEM/ICES Division",
|
|
186
191
|
"TAXONOMIC_LEVEL_FAMILY_ID": "Referential > Taxonomic level > Family",
|
|
187
192
|
"TAXONOMIC_LEVEL_GENUS_ID": "Referential > Taxonomic level > Genus",
|
|
188
193
|
"TAXONOMIC_LEVEL_SPECIES_ID": "Referential > Taxonomic level > Species",
|
|
189
194
|
"TAXONOMIC_LEVEL_SUBSPECIES_ID": "Referential > Taxonomic level > Subspecies"
|
|
190
195
|
},
|
|
191
|
-
"TESTING": "Developer mode
|
|
196
|
+
"TESTING": "Developer mode?",
|
|
192
197
|
"ENTITY_TRASH": "Enable trash on pod?",
|
|
193
198
|
"UPDATE_TECHNICAL_TABLES": "Automatically update technical tables?",
|
|
194
199
|
"ANALYTIC_REFERENCES_ENABLE": "Strategy > Analytic references: Enable?",
|
|
@@ -198,9 +203,7 @@
|
|
|
198
203
|
"TOKEN": "Crypto",
|
|
199
204
|
"BASIC_AND_TOKEN": "Basic and crypto"
|
|
200
205
|
},
|
|
201
|
-
"
|
|
202
|
-
"ENABLE_AUTH_TOKENS": "Activer les jetons d'authentifications"
|
|
203
|
-
}
|
|
206
|
+
"ENABLE_AUTH_API_TOKENS": "API > Enable auth tokens"
|
|
204
207
|
}
|
|
205
208
|
},
|
|
206
209
|
"MENU": {
|
|
@@ -214,7 +217,12 @@
|
|
|
214
217
|
"LOCAL_SETTINGS": "Settings",
|
|
215
218
|
"LOGOUT": "Logout",
|
|
216
219
|
"ABOUT": "About",
|
|
217
|
-
"BTN_MY_ACCOUNT": "My account"
|
|
220
|
+
"BTN_MY_ACCOUNT": "My account",
|
|
221
|
+
|
|
222
|
+
"TRIPS": "Trips",
|
|
223
|
+
"LOGBOOKS": "Logbooks",
|
|
224
|
+
"OCCASIONS": "Occasions",
|
|
225
|
+
"AUCTION_OCCASIONS": "Auction occasions"
|
|
218
226
|
},
|
|
219
227
|
"ABOUT": {
|
|
220
228
|
"TITLE": "About",
|
|
@@ -460,14 +468,6 @@
|
|
|
460
468
|
"NOT_COMPATIBLE_PEER": "The application works in <b>offline mode</b>, because the node <b>use a too old version</b>.<br/><small>If the problem persists, please <b>contact your administrator</b>, or select a node v{{version}} or superior.</small>"
|
|
461
469
|
}
|
|
462
470
|
},
|
|
463
|
-
"MAP": {
|
|
464
|
-
"ZOOM_IN": "Zoom in",
|
|
465
|
-
"ZOOM_OUT": "Zoom out",
|
|
466
|
-
"ENTER_FULLSCREEN": "Fullscreen mode",
|
|
467
|
-
"EXIT_FULLSCREEN": "Exit fullscreen mode",
|
|
468
|
-
"SHOW_GRATICULE": "Show graticule",
|
|
469
|
-
"HIDE_GRATICULE": "Hide graticule"
|
|
470
|
-
},
|
|
471
471
|
"SOCIAL": {
|
|
472
472
|
"USER_EVENT": {
|
|
473
473
|
"NOTIFICATION": {
|
|
@@ -486,7 +486,8 @@
|
|
|
486
486
|
"TYPE_ENUM": {
|
|
487
487
|
"DEBUG_DATA": "Debug data",
|
|
488
488
|
"INBOX_MESSAGE": "Inbox message",
|
|
489
|
-
"FEED": "Feed"
|
|
489
|
+
"FEED": "Feed",
|
|
490
|
+
"JOB": "{{name}}<br/><b>{{status}}</b>"
|
|
490
491
|
}
|
|
491
492
|
},
|
|
492
493
|
"JOB": {
|
|
@@ -498,6 +499,7 @@
|
|
|
498
499
|
"MESSAGE": {
|
|
499
500
|
"TYPE": "Message type",
|
|
500
501
|
"RECIPIENTS": "Recipients",
|
|
502
|
+
"RECIPIENT_FILTER_COUNT": "{{count}} filtered users",
|
|
501
503
|
"SUBJECT": "Object",
|
|
502
504
|
"BODY_HELP": "Your message...",
|
|
503
505
|
"NEW": {
|
|
@@ -641,8 +643,8 @@
|
|
|
641
643
|
"ACTION_IMMEDIATE": "This operation is irreversible.<br/><br/><b>Are you sure</b> you want to continue?",
|
|
642
644
|
"DELETE_ROW": "<b>Are you sure</b> you want to delete this row?",
|
|
643
645
|
"DELETE_ROWS": "<b>Are you sure</b> you want to delete this rows?",
|
|
644
|
-
"CANCEL_ROW": "<b>Are you sure</b> you want to cancel changes on this row
|
|
645
|
-
"CANCEL_ROWS": "<b>Are you sure</b> you want to cancel changes on these rows
|
|
646
|
+
"CANCEL_ROW": "<b>Are you sure</b> you want to cancel changes on this row?",
|
|
647
|
+
"CANCEL_ROWS": "<b>Are you sure</b> you want to cancel changes on these rows?",
|
|
646
648
|
"SEND_DEBUG_DATA": "Do you want to send this data to the administrator for help?",
|
|
647
649
|
"RELOAD_APP": "A new <b>version {{version}}</b> is available for {{name}}:<ul><li><b>Save</b> any current changes<li>Click on the <b>Update</b> button, or refresh the browser tab.</ul>"
|
|
648
650
|
},
|