@sumaris-net/ngx-components 2.6.7 → 3.0.0-rc1
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/esm2020/public_api.mjs +12 -6
- package/esm2020/src/app/admin/admin-routing.module.mjs +5 -5
- package/esm2020/src/app/admin/admin.module.mjs +5 -5
- package/esm2020/src/app/admin/services/person.service.mjs +4 -4
- package/esm2020/src/app/admin/services/validator/person.validator.mjs +4 -4
- package/esm2020/src/app/admin/users/users.mjs +5 -5
- package/esm2020/src/app/admin/users/users.module.mjs +5 -5
- package/esm2020/src/app/core/about/about.modal.mjs +4 -4
- package/esm2020/src/app/core/about/about.module.mjs +5 -5
- package/esm2020/src/app/core/account/account.module.mjs +5 -5
- package/esm2020/src/app/core/account/account.page.mjs +16 -18
- package/esm2020/src/app/core/account/new-token.modal.mjs +5 -5
- package/esm2020/src/app/core/account/token.table.mjs +5 -5
- package/esm2020/src/app/core/auth/auth.form.mjs +6 -5
- package/esm2020/src/app/core/auth/auth.modal.mjs +4 -4
- package/esm2020/src/app/core/auth/auth.module.mjs +5 -5
- package/esm2020/src/app/core/core.module.mjs +5 -5
- package/esm2020/src/app/core/core.testing.module.mjs +13 -6
- package/esm2020/src/app/core/form/buttons/form-buttons-bar.component.mjs +5 -5
- package/esm2020/src/app/core/form/buttons/form-buttons-bar.module.mjs +5 -5
- package/esm2020/src/app/core/form/entity/editor.class.mjs +7 -7
- package/esm2020/src/app/core/form/entity/entity-editor-modal.class.mjs +4 -4
- package/esm2020/src/app/core/form/entity/entity-editor.class.mjs +4 -4
- package/esm2020/src/app/core/form/entity/entity-metadata.component.mjs +4 -4
- package/esm2020/src/app/core/form/entity/entity.module.mjs +5 -5
- package/esm2020/src/app/core/form/form.class.mjs +4 -4
- package/esm2020/src/app/core/form/form.module.mjs +5 -5
- package/esm2020/src/app/core/form/list/list.form.mjs +4 -4
- package/esm2020/src/app/core/form/list/list.module.mjs +5 -5
- package/esm2020/src/app/core/form/properties/properties.form.mjs +6 -6
- package/esm2020/src/app/core/form/properties/properties.module.mjs +5 -5
- package/esm2020/src/app/core/form/properties/properties.table.mjs +9 -11
- package/esm2020/src/app/core/form/properties/property.validator.mjs +4 -4
- package/esm2020/src/app/core/form/properties/testing/properties-form.test.mjs +4 -4
- package/esm2020/src/app/core/form/properties/testing/properties-form.testing.module.mjs +5 -5
- package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.mjs +4 -4
- package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +5 -5
- package/esm2020/src/app/core/form/text-popover/text-form.component.mjs +7 -7
- package/esm2020/src/app/core/form/text-popover/text-popover.component.mjs +4 -4
- package/esm2020/src/app/core/form/text-popover/text-popover.module.mjs +5 -5
- package/esm2020/src/app/core/graphql/graphql.module.mjs +5 -5
- package/esm2020/src/app/core/graphql/graphql.service.mjs +4 -9
- package/esm2020/src/app/core/home/home.mjs +4 -4
- package/esm2020/src/app/core/home/home.module.mjs +5 -5
- package/esm2020/src/app/core/icon/icon.component.mjs +4 -4
- package/esm2020/src/app/core/icon/icon.module.mjs +5 -5
- package/esm2020/src/app/core/install/install-upgrade-card.component.mjs +4 -4
- package/esm2020/src/app/core/install/install-upgrade-card.module.mjs +5 -5
- package/esm2020/src/app/core/menu/menu.component.mjs +14 -13
- package/esm2020/src/app/core/menu/menu.model.mjs +1 -1
- package/esm2020/src/app/core/menu/menu.module.mjs +5 -5
- package/esm2020/src/app/core/menu/menu.service.mjs +4 -4
- package/esm2020/src/app/core/menu/sub-menu-tab.directive.mjs +4 -4
- package/esm2020/src/app/core/menu/testing/menu-other.testing.mjs +4 -4
- package/esm2020/src/app/core/menu/testing/menu.testing.mjs +4 -4
- package/esm2020/src/app/core/menu/testing/menu.testing.module.mjs +5 -5
- package/esm2020/src/app/core/offline/update-offline-mode-card.component.mjs +4 -4
- package/esm2020/src/app/core/offline/update-offline-mode-card.module.mjs +5 -5
- package/esm2020/src/app/core/peer/select-peer.modal.mjs +4 -4
- package/esm2020/src/app/core/peer/select-peer.module.mjs +5 -5
- package/esm2020/src/app/core/register/register-confirm.page.mjs +4 -4
- package/esm2020/src/app/core/register/register.form.mjs +5 -5
- package/esm2020/src/app/core/register/register.modal.mjs +4 -4
- package/esm2020/src/app/core/register/register.module.mjs +5 -5
- package/esm2020/src/app/core/services/account.service.mjs +23 -50
- package/esm2020/src/app/core/services/auth-guard.service.mjs +4 -4
- package/esm2020/src/app/core/services/base-entity-service.class.mjs +4 -4
- package/esm2020/src/app/core/services/base-graphql-service.class.mjs +4 -4
- package/esm2020/src/app/core/services/config/core.config.mjs +4 -4
- package/esm2020/src/app/core/services/config.service.mjs +4 -4
- package/esm2020/src/app/core/services/crypto.service.mjs +4 -4
- package/esm2020/src/app/core/services/local-settings.service.mjs +4 -4
- package/esm2020/src/app/core/services/network.service.mjs +4 -4
- package/esm2020/src/app/core/services/pipes/account.pipes.mjs +9 -9
- package/esm2020/src/app/core/services/pipes/department-to-string.pipe.mjs +5 -5
- package/esm2020/src/app/core/services/pipes/person-to-string.pipe.mjs +5 -5
- package/esm2020/src/app/core/services/pipes/usage-mode.pipes.mjs +9 -9
- package/esm2020/src/app/core/services/platform.service.mjs +10 -20
- package/esm2020/src/app/core/services/storage/entities-storage.service.mjs +4 -4
- package/esm2020/src/app/core/services/testing/referential.validator.mjs +4 -4
- package/esm2020/src/app/core/services/validator/account.validator.mjs +4 -4
- package/esm2020/src/app/core/services/validator/base.validator.class.mjs +4 -4
- package/esm2020/src/app/core/services/validator/local-settings.validator.mjs +4 -4
- package/esm2020/src/app/core/services/validator/user-settings.validator.mjs +4 -4
- package/esm2020/src/app/core/services/validator/user-token.validator.mjs +4 -4
- package/esm2020/src/app/core/settings/settings.module.mjs +5 -5
- package/esm2020/src/app/core/settings/settings.page.mjs +6 -6
- package/esm2020/src/app/core/table/actions-column.component.mjs +5 -5
- package/esm2020/src/app/core/table/async-table.class.mjs +4 -4
- package/esm2020/src/app/core/table/entities-async-table-datasource.class.mjs +4 -4
- package/esm2020/src/app/core/table/entities-table-datasource.class.mjs +4 -4
- package/esm2020/src/app/core/table/memory-table.class.mjs +4 -4
- package/esm2020/src/app/core/table/table-select-columns.component.mjs +5 -5
- package/esm2020/src/app/core/table/table.class.mjs +6 -6
- package/esm2020/src/app/core/table/table.module.mjs +5 -5
- package/esm2020/src/app/core/table/testing/table-validator.service.mjs +4 -4
- package/esm2020/src/app/core/table/testing/table.testing.mjs +27 -27
- package/esm2020/src/app/core/table/testing/table.testing.module.mjs +21 -9
- package/esm2020/src/app/core/table/testing/table2-validator.service.mjs +24 -0
- package/esm2020/src/app/core/table/testing/table2.testing.mjs +242 -0
- package/esm2020/src/app/shared/audio/audio.mjs +4 -4
- package/esm2020/src/app/shared/audio/audio.testing.mjs +4 -4
- package/esm2020/src/app/shared/audio/audio.testing.module.mjs +5 -5
- package/esm2020/src/app/shared/capacitor/keyboard.mjs +4 -4
- package/esm2020/src/app/shared/debug/debug.component.mjs +4 -4
- package/esm2020/src/app/shared/debug/debug.module.mjs +5 -5
- package/esm2020/src/app/shared/directives/autofocus.directive.mjs +4 -4
- package/esm2020/src/app/shared/directives/autotitle.directive.mjs +4 -4
- package/esm2020/src/app/shared/directives/directives.module.mjs +5 -5
- package/esm2020/src/app/shared/directives/drag-and-drop.directive.mjs +4 -4
- package/esm2020/src/app/shared/directives/ng-var.directive.mjs +4 -4
- package/esm2020/src/app/shared/directives/resizable/resizable.component.mjs +5 -4
- package/esm2020/src/app/shared/directives/resizable/resizable.directive.mjs +4 -4
- package/esm2020/src/app/shared/directives/resizable/resizable.module.mjs +5 -5
- package/esm2020/src/app/shared/file/file.service.mjs +4 -4
- package/esm2020/src/app/shared/form/field.component.mjs +8 -6
- package/esm2020/src/app/shared/form/field.model.mjs +1 -1
- package/esm2020/src/app/shared/form/loading-spinner.mjs +4 -4
- package/esm2020/src/app/shared/functions.mjs +4 -3
- package/esm2020/src/app/shared/gesture/gesture-config.mjs +4 -4
- package/esm2020/src/app/shared/guard/component-dirty.guard.mjs +4 -4
- package/esm2020/src/app/shared/help/help.modal.mjs +5 -5
- package/esm2020/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +4 -4
- package/esm2020/src/app/shared/hotkeys/hotkeys.service.mjs +9 -12
- package/esm2020/src/app/shared/hotkeys/shared-hotkeys.module.mjs +6 -6
- package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +4 -4
- package/esm2020/src/app/shared/image/gallery/image-gallery.module.mjs +5 -5
- package/esm2020/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +4 -4
- package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.mjs +4 -4
- package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +5 -5
- package/esm2020/src/app/shared/image/image.module.mjs +5 -5
- package/esm2020/src/app/shared/image/image.service.mjs +4 -4
- package/esm2020/src/app/shared/logging/logging-service.class.mjs +4 -4
- package/esm2020/src/app/shared/logging/logging-service.module.mjs +5 -5
- package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.mjs +36 -31
- package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +5 -5
- package/esm2020/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +5 -5
- package/esm2020/src/app/shared/material/badge/badge.directive.mjs +4 -4
- package/esm2020/src/app/shared/material/badge/badge.module.mjs +5 -5
- package/esm2020/src/app/shared/material/badge/badge.test.mjs +5 -5
- package/esm2020/src/app/shared/material/boolean/boolean.module.mjs +20 -12
- package/esm2020/src/app/shared/material/boolean/material-boolean2.mjs +248 -0
- package/esm2020/src/app/shared/material/boolean/material.boolean.mjs +7 -6
- package/esm2020/src/app/shared/material/boolean/testing/boolean.test.page.mjs +51 -0
- package/esm2020/src/app/shared/material/chips/chips.module.mjs +8 -8
- package/esm2020/src/app/shared/material/chips/material.chips.mjs +19 -27
- package/esm2020/src/app/shared/material/chips/testing/chips.test.mjs +6 -6
- package/esm2020/src/app/shared/material/datetime/datetime.module.mjs +5 -5
- package/esm2020/src/app/shared/material/datetime/material.date.mjs +8 -6
- package/esm2020/src/app/shared/material/datetime/material.dateshort.mjs +8 -6
- package/esm2020/src/app/shared/material/datetime/material.datetime.mjs +8 -6
- package/esm2020/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +19 -7
- package/esm2020/src/app/shared/material/datetime/testing/mat-date.test.mjs +15 -7
- package/esm2020/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +15 -7
- package/esm2020/src/app/shared/material/duration/duration.module.mjs +7 -7
- package/esm2020/src/app/shared/material/duration/material.duration.mjs +7 -6
- package/esm2020/src/app/shared/material/duration/testing/mat-duration.test.mjs +76 -0
- package/esm2020/src/app/shared/material/latlong/material.latlong.mjs +7 -6
- package/esm2020/src/app/shared/material/latlong/material.latlong.module.mjs +8 -8
- package/esm2020/src/app/shared/material/latlong/testing/latlong.test.mjs +4 -4
- package/esm2020/src/app/shared/material/material.module.mjs +18 -18
- package/esm2020/src/app/shared/material/material.testing.module.mjs +65 -23
- package/esm2020/src/app/shared/material/numpad/numpad.append-to-input.directive.mjs +4 -4
- package/esm2020/src/app/shared/material/numpad/numpad.component.mjs +4 -4
- package/esm2020/src/app/shared/material/numpad/numpad.container.mjs +4 -4
- package/esm2020/src/app/shared/material/numpad/numpad.content.mjs +4 -4
- package/esm2020/src/app/shared/material/numpad/numpad.directive.mjs +4 -4
- package/esm2020/src/app/shared/material/numpad/numpad.dom-service.mjs +9 -14
- package/esm2020/src/app/shared/material/numpad/numpad.module.mjs +6 -6
- package/esm2020/src/app/shared/material/numpad/testing/numpad.test.mjs +5 -5
- package/esm2020/src/app/shared/material/paginator/material.paginator-i18n.mjs +5 -5
- package/esm2020/src/app/shared/material/stepper/material.stepper-i18n.mjs +4 -4
- package/esm2020/src/app/shared/material/swipe/material.swipe.mjs +6 -5
- package/esm2020/src/app/shared/material/swipe/swipe.module.mjs +13 -9
- package/esm2020/src/app/shared/material/swipe/testing/swipe.test.mjs +4 -4
- package/esm2020/src/app/shared/material/testing/common.test.mjs +95 -0
- package/esm2020/src/app/shared/named-filter/named-filter-selector.component.mjs +4 -4
- package/esm2020/src/app/shared/named-filter/named-filter.module.mjs +5 -5
- package/esm2020/src/app/shared/named-filter/named-filter.service.mjs +4 -4
- package/esm2020/src/app/shared/pipes/arrays.pipe.mjs +25 -25
- package/esm2020/src/app/shared/pipes/colors.pipe.mjs +6 -4
- package/esm2020/src/app/shared/pipes/date-diff-duration.pipe.mjs +5 -5
- package/esm2020/src/app/shared/pipes/date-format.pipe.mjs +7 -7
- package/esm2020/src/app/shared/pipes/date-from-now.pipe.mjs +5 -5
- package/esm2020/src/app/shared/pipes/duration.pipe.mjs +5 -5
- package/esm2020/src/app/shared/pipes/file-size.pipe.mjs +4 -4
- package/esm2020/src/app/shared/pipes/form.pipes.mjs +19 -19
- package/esm2020/src/app/shared/pipes/highlight.pipe.mjs +5 -5
- package/esm2020/src/app/shared/pipes/latlong-format.pipe.mjs +10 -10
- package/esm2020/src/app/shared/pipes/maps.pipe.mjs +13 -13
- package/esm2020/src/app/shared/pipes/math.pipes.mjs +13 -13
- package/esm2020/src/app/shared/pipes/ng-init.pipe.mjs +4 -4
- package/esm2020/src/app/shared/pipes/number-format.pipe.mjs +5 -5
- package/esm2020/src/app/shared/pipes/pipes.module.mjs +19 -11
- package/esm2020/src/app/shared/pipes/property.pipes.mjs +8 -8
- package/esm2020/src/app/shared/pipes/string.pipes.mjs +42 -28
- package/esm2020/src/app/shared/pipes/translate-context.pipe.mjs +9 -9
- package/esm2020/src/app/shared/pipes/types.pipes.mjs +23 -10
- package/esm2020/src/app/shared/rx-state.module.mjs +23 -0
- package/esm2020/src/app/shared/services/entity-service.class.mjs +1 -1
- package/esm2020/src/app/shared/services/memory-entity-service.class.mjs +4 -4
- package/esm2020/src/app/shared/services/progress-bar.service.mjs +4 -4
- package/esm2020/src/app/shared/services/startable-observable-service.class.mjs +12 -9
- package/esm2020/src/app/shared/services/startable-service.class.mjs +13 -10
- package/esm2020/src/app/shared/services/translate-context.service.mjs +4 -4
- package/esm2020/src/app/shared/shared-routing.module.mjs +8 -8
- package/esm2020/src/app/shared/shared.module.mjs +23 -30
- package/esm2020/src/app/shared/shared.testing.module.mjs +5 -5
- package/esm2020/src/app/shared/storage/storage-explorer.component.mjs +4 -4
- package/esm2020/src/app/shared/storage/storage-explorer.module.mjs +5 -5
- package/esm2020/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +5 -5
- package/esm2020/src/app/shared/storage/storage-explorer.testing.module.mjs +5 -5
- package/esm2020/src/app/shared/storage/storage.service.mjs +4 -4
- package/esm2020/src/app/shared/testing/observable.test.mjs +4 -4
- package/esm2020/src/app/shared/testing/tests.page.mjs +4 -4
- package/esm2020/src/app/shared/toast/toast.testing.mjs +4 -4
- package/esm2020/src/app/shared/toast/toast.testing.module.mjs +5 -5
- package/esm2020/src/app/shared/toolbar/modal-toolbar.mjs +4 -4
- package/esm2020/src/app/shared/toolbar/toolbar.mjs +4 -4
- package/esm2020/src/app/shared/toolbar/toolbar.module.mjs +6 -6
- package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.mjs +4 -4
- package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +5 -5
- package/esm2020/src/app/shared/upload-file/upload-file-popover.component.mjs +4 -4
- package/esm2020/src/app/shared/upload-file/upload-file.component.mjs +5 -5
- package/esm2020/src/app/shared/validator/form-error-adapter.class.mjs +4 -4
- package/esm2020/src/app/social/job/job.module.mjs +5 -5
- package/esm2020/src/app/social/job/progression/job-progression.component.mjs +23 -9
- package/esm2020/src/app/social/job/progression/job-progression.icon.mjs +74 -67
- package/esm2020/src/app/social/job/progression/job-progression.list.mjs +13 -10
- package/esm2020/src/app/social/job/progression/job-progression.model.mjs +1 -1
- package/esm2020/src/app/social/job/progression/job-progression.service.mjs +4 -4
- package/esm2020/src/app/social/job/testing/job-progression.testing.mjs +10 -21
- package/esm2020/src/app/social/job/testing/job-progression.testing.service.mjs +4 -4
- package/esm2020/src/app/social/job/testing/job.testing.module.mjs +5 -5
- package/esm2020/src/app/social/message/message.form.mjs +7 -7
- package/esm2020/src/app/social/message/message.modal.mjs +4 -4
- package/esm2020/src/app/social/message/message.module.mjs +5 -5
- package/esm2020/src/app/social/message/message.service.mjs +4 -4
- package/esm2020/src/app/social/social.module.mjs +5 -5
- package/esm2020/src/app/social/social.testing.module.mjs +5 -5
- package/esm2020/src/app/social/user-event/notification/user-event-notification.icon.mjs +4 -4
- package/esm2020/src/app/social/user-event/notification/user-event-notification.list.mjs +4 -4
- package/esm2020/src/app/social/user-event/testing/user-event.testing.mjs +4 -4
- package/esm2020/src/app/social/user-event/testing/user-event.testing.model.mjs +1 -1
- package/esm2020/src/app/social/user-event/testing/user-event.testing.module.mjs +5 -5
- package/esm2020/src/app/social/user-event/testing/user-event.testing.service.mjs +4 -4
- package/esm2020/src/app/social/user-event/user-event.module.mjs +5 -5
- package/esm2020/src/app/social/user-event/user-event.service.mjs +4 -4
- package/esm2020/src/environments/environment.class.mjs +1 -1
- package/esm2020/src/environments/environment.mjs +17 -20
- package/fesm2015/sumaris-net.ngx-components.mjs +7689 -7022
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +8988 -8329
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +4 -3
- package/public_api.d.ts +11 -5
- package/src/app/admin/users/users.d.ts +1 -1
- package/src/app/core/about/about.modal.d.ts +1 -1
- package/src/app/core/account/account.page.d.ts +3 -4
- package/src/app/core/account/new-token.modal.d.ts +1 -1
- package/src/app/core/account/token.table.d.ts +1 -1
- package/src/app/core/auth/auth.form.d.ts +1 -1
- package/src/app/core/auth/auth.modal.d.ts +1 -1
- package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +1 -1
- package/src/app/core/form/entity/editor.class.d.ts +4 -4
- package/src/app/core/form/entity/entity-editor-modal.class.d.ts +1 -1
- package/src/app/core/form/entity/entity-editor.class.d.ts +1 -1
- package/src/app/core/form/entity/entity-metadata.component.d.ts +1 -1
- package/src/app/core/form/form.class.d.ts +1 -1
- package/src/app/core/form/list/list.form.d.ts +1 -1
- package/src/app/core/form/properties/properties.form.d.ts +1 -1
- package/src/app/core/form/properties/properties.table.d.ts +2 -3
- package/src/app/core/form/properties/property.validator.d.ts +1 -1
- package/src/app/core/form/properties/testing/properties-form.test.d.ts +1 -1
- package/src/app/core/form/text-popover/testing/text-popover.testing.d.ts +1 -1
- package/src/app/core/form/text-popover/text-form.component.d.ts +1 -1
- package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -1
- package/src/app/core/home/home.d.ts +1 -1
- package/src/app/core/icon/icon.component.d.ts +1 -1
- package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
- package/src/app/core/menu/menu.component.d.ts +2 -2
- package/src/app/core/menu/menu.model.d.ts +0 -1
- package/src/app/core/menu/sub-menu-tab.directive.d.ts +1 -1
- package/src/app/core/menu/testing/menu-other.testing.d.ts +1 -1
- package/src/app/core/menu/testing/menu.testing.d.ts +1 -1
- package/src/app/core/offline/update-offline-mode-card.component.d.ts +1 -1
- package/src/app/core/peer/select-peer.modal.d.ts +1 -1
- package/src/app/core/register/register-confirm.page.d.ts +1 -1
- package/src/app/core/register/register.form.d.ts +1 -1
- package/src/app/core/register/register.modal.d.ts +1 -1
- package/src/app/core/services/account.service.d.ts +0 -4
- package/src/app/core/services/base-entity-service.class.d.ts +1 -1
- package/src/app/core/services/base-graphql-service.class.d.ts +1 -1
- package/src/app/core/services/config/core.config.d.ts +1 -1
- package/src/app/core/services/validator/base.validator.class.d.ts +1 -1
- package/src/app/core/settings/settings.page.d.ts +1 -1
- package/src/app/core/table/actions-column.component.d.ts +2 -2
- package/src/app/core/table/async-table.class.d.ts +1 -1
- package/src/app/core/table/entities-async-table-datasource.class.d.ts +1 -1
- package/src/app/core/table/entities-table-datasource.class.d.ts +1 -1
- package/src/app/core/table/memory-table.class.d.ts +3 -3
- package/src/app/core/table/table-select-columns.component.d.ts +1 -1
- package/src/app/core/table/table.class.d.ts +3 -3
- package/src/app/core/table/testing/table.testing.d.ts +5 -4
- package/src/app/core/table/testing/table.testing.module.d.ts +8 -5
- package/src/app/core/table/testing/table2-validator.service.d.ts +15 -0
- package/src/app/core/table/testing/table2.testing.d.ts +45 -0
- package/src/app/shared/audio/audio.testing.d.ts +1 -1
- package/src/app/shared/debug/debug.component.d.ts +1 -1
- package/src/app/shared/directives/autofocus.directive.d.ts +1 -1
- package/src/app/shared/directives/autotitle.directive.d.ts +1 -1
- package/src/app/shared/directives/drag-and-drop.directive.d.ts +1 -1
- package/src/app/shared/directives/ng-var.directive.d.ts +1 -1
- package/src/app/shared/directives/resizable/resizable.component.d.ts +1 -1
- package/src/app/shared/directives/resizable/resizable.directive.d.ts +1 -1
- package/src/app/shared/form/field.component.d.ts +4 -5
- package/src/app/shared/form/field.model.d.ts +2 -0
- package/src/app/shared/form/loading-spinner.d.ts +1 -1
- package/src/app/shared/functions.d.ts +2 -2
- package/src/app/shared/help/help.modal.d.ts +2 -2
- package/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.d.ts +1 -1
- package/src/app/shared/hotkeys/hotkeys.service.d.ts +3 -3
- package/src/app/shared/image/gallery/image-gallery.component.d.ts +3 -3
- package/src/app/shared/image/gallery/testing/gallery.testing.d.ts +2 -2
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +8 -8
- package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +1 -1
- package/src/app/shared/material/badge/badge.directive.d.ts +1 -1
- package/src/app/shared/material/badge/badge.test.d.ts +1 -1
- package/src/app/shared/material/boolean/boolean.module.d.ts +15 -13
- package/src/app/shared/material/boolean/material-boolean2.d.ts +66 -0
- package/src/app/shared/material/boolean/material.boolean.d.ts +5 -4
- package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +21 -0
- package/src/app/shared/material/chips/material.chips.d.ts +8 -9
- package/src/app/shared/material/chips/testing/chips.test.d.ts +2 -2
- package/src/app/shared/material/datetime/material.date.d.ts +4 -3
- package/src/app/shared/material/datetime/material.dateshort.d.ts +6 -5
- package/src/app/shared/material/datetime/material.datetime.d.ts +4 -3
- package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +7 -1
- package/src/app/shared/material/datetime/testing/mat-date.test.d.ts +3 -1
- package/src/app/shared/material/datetime/testing/mat-dateshort.test.d.ts +3 -1
- package/src/app/shared/material/duration/material.duration.d.ts +5 -4
- package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +22 -0
- package/src/app/shared/material/latlong/material.latlong.d.ts +4 -3
- package/src/app/shared/material/latlong/testing/latlong.test.d.ts +1 -1
- package/src/app/shared/material/material.testing.module.d.ts +22 -18
- package/src/app/shared/material/numpad/numpad.append-to-input.directive.d.ts +1 -1
- package/src/app/shared/material/numpad/numpad.component.d.ts +1 -1
- package/src/app/shared/material/numpad/numpad.container.d.ts +1 -1
- package/src/app/shared/material/numpad/numpad.content.d.ts +1 -1
- package/src/app/shared/material/numpad/numpad.directive.d.ts +1 -1
- package/src/app/shared/material/numpad/numpad.dom-service.d.ts +3 -3
- package/src/app/shared/material/numpad/testing/numpad.test.d.ts +1 -1
- package/src/app/shared/material/paginator/material.paginator-i18n.d.ts +0 -3
- package/src/app/shared/material/swipe/material.swipe.d.ts +6 -6
- package/src/app/shared/material/swipe/swipe.module.d.ts +2 -1
- package/src/app/shared/material/swipe/testing/swipe.test.d.ts +1 -1
- package/src/app/shared/material/testing/common.test.d.ts +23 -0
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -1
- package/src/app/shared/named-filter/named-filter.service.d.ts +1 -1
- package/src/app/shared/pipes/ng-init.pipe.d.ts +1 -1
- package/src/app/shared/pipes/pipes.module.d.ts +1 -1
- package/src/app/shared/pipes/string.pipes.d.ts +6 -0
- package/src/app/shared/pipes/types.pipes.d.ts +7 -0
- package/src/app/shared/rx-state.module.d.ts +10 -0
- package/src/app/shared/services/memory-entity-service.class.d.ts +1 -1
- package/src/app/shared/services/startable-observable-service.class.d.ts +3 -0
- package/src/app/shared/services/startable-service.class.d.ts +3 -0
- package/src/app/shared/shared.module.d.ts +12 -13
- package/src/app/shared/storage/storage-explorer.component.d.ts +1 -1
- package/src/app/shared/testing/observable.test.d.ts +1 -1
- package/src/app/shared/testing/tests.page.d.ts +1 -1
- package/src/app/shared/toast/toast.testing.d.ts +1 -1
- package/src/app/shared/toolbar/modal-toolbar.d.ts +1 -1
- package/src/app/shared/toolbar/toolbar.d.ts +1 -1
- package/src/app/shared/upload-file/testing/upload-file.testing.d.ts +1 -1
- package/src/app/shared/upload-file/upload-file-popover.component.d.ts +1 -1
- package/src/app/shared/upload-file/upload-file.component.d.ts +1 -1
- package/src/app/social/job/progression/job-progression.component.d.ts +17 -3
- package/src/app/social/job/progression/job-progression.icon.d.ts +24 -10
- package/src/app/social/job/progression/job-progression.list.d.ts +3 -3
- package/src/app/social/job/progression/job-progression.model.d.ts +0 -1
- package/src/app/social/job/testing/job-progression.testing.d.ts +3 -6
- package/src/app/social/message/message.form.d.ts +1 -1
- package/src/app/social/message/message.modal.d.ts +1 -1
- package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +1 -1
- package/src/app/social/user-event/notification/user-event-notification.list.d.ts +1 -1
- package/src/app/social/user-event/testing/user-event.testing.d.ts +1 -1
- package/src/app/social/user-event/testing/user-event.testing.model.d.ts +0 -1
- package/src/app/social/user-event/user-event.service.d.ts +1 -1
- package/src/assets/i18n/en-US.json +4 -7
- package/src/assets/i18n/en.json +4 -7
- package/src/assets/i18n/fr.json +3 -1
- package/src/assets/img/logo/logo-eis.png +0 -0
- package/src/assets/manifest.json +1 -1
- package/src/environments/environment.class.d.ts +0 -1
- package/src/theme/_material.globals.scss +49 -17
- package/src/theme/_material.scss +1 -14
- package/src/theme/_mixins.scss +1 -1
- package/src/theme/_ngx-components.globals.scss +6 -1
- package/src/theme/_ngx-components.scss +263 -534
- package/src/theme/_ngx-components.table.scss +593 -0
- package/src/theme/_theme.scss +1 -0
- package/esm2020/src/environments/environment.loader.mjs +0 -79
- package/resources/README.md +0 -7
- package/src/assets/environments/environment-test.json +0 -6
- package/src/environments/environment.loader.d.ts +0 -26
package/src/assets/i18n/en.json
CHANGED
|
@@ -198,7 +198,9 @@
|
|
|
198
198
|
"TOKEN": "Crypto",
|
|
199
199
|
"BASIC_AND_TOKEN": "Basic and crypto"
|
|
200
200
|
},
|
|
201
|
-
"
|
|
201
|
+
"ACCOUNT": {
|
|
202
|
+
"ENABLE_AUTH_TOKENS": "Enable auth tokens"
|
|
203
|
+
}
|
|
202
204
|
}
|
|
203
205
|
},
|
|
204
206
|
"MENU": {
|
|
@@ -212,12 +214,7 @@
|
|
|
212
214
|
"LOCAL_SETTINGS": "Settings",
|
|
213
215
|
"LOGOUT": "Logout",
|
|
214
216
|
"ABOUT": "About",
|
|
215
|
-
"BTN_MY_ACCOUNT": "My account"
|
|
216
|
-
|
|
217
|
-
"TRIPS": "Trips",
|
|
218
|
-
"LOGBOOKS": "Logbooks",
|
|
219
|
-
"OCCASIONS": "Occasions",
|
|
220
|
-
"AUCTION_OCCASIONS": "Auction occasions"
|
|
217
|
+
"BTN_MY_ACCOUNT": "My account"
|
|
221
218
|
},
|
|
222
219
|
"ABOUT": {
|
|
223
220
|
"TITLE": "About",
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -199,7 +199,9 @@
|
|
|
199
199
|
"TOKEN": "Cryptographique",
|
|
200
200
|
"BASIC_AND_TOKEN": "Basique et cryptographique"
|
|
201
201
|
},
|
|
202
|
-
"
|
|
202
|
+
"ACCOUNT": {
|
|
203
|
+
"ENABLE_AUTH_TOKENS": "Activer les jetons d'authentification"
|
|
204
|
+
}
|
|
203
205
|
}
|
|
204
206
|
},
|
|
205
207
|
"MENU": {
|
|
File without changes
|
package/src/assets/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ngx-sumaris-components",
|
|
3
3
|
"short_name": "ngx-sumaris-components",
|
|
4
4
|
"manifest_version": 1,
|
|
5
|
-
"version": "2.6.
|
|
5
|
+
"version": "2.6.6-rc5",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// Import material theme
|
|
3
3
|
// --------------------------------------------------
|
|
4
4
|
@use '@angular/material' as mat;
|
|
5
|
+
@include mat.core();
|
|
5
6
|
|
|
6
7
|
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
7
8
|
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
@@ -39,22 +40,22 @@ $mat-indigo-app: (
|
|
|
39
40
|
A700: white
|
|
40
41
|
)
|
|
41
42
|
);
|
|
42
|
-
mat.$light-theme-background-palette: (
|
|
43
|
-
status-bar: map_get(mat.$grey-palette, 300),
|
|
44
|
-
app-bar: map_get(mat.$grey-palette, 100),
|
|
45
|
-
background: var(--background, map_get(mat.$grey-palette, 50)),
|
|
46
|
-
hover: rgba(black, 0.04), // TODO(kara): check style with Material Design UX
|
|
47
|
-
card: white,
|
|
48
|
-
dialog: white,
|
|
49
|
-
disabled-button: rgba(black, 0.12),
|
|
50
|
-
raised-button: white,
|
|
51
|
-
focused-button: rgba(black, 0.12),
|
|
52
|
-
selected-button: map_get(mat.$grey-palette, 300),
|
|
53
|
-
selected-disabled-button: map_get(mat.$grey-palette, 400),
|
|
54
|
-
disabled-button-toggle: map_get(mat.$grey-palette, 200),
|
|
55
|
-
unselected-chip: map_get(mat.$grey-palette, 300),
|
|
56
|
-
disabled-list-option: map_get(mat.$grey-palette, 200),
|
|
57
|
-
);
|
|
43
|
+
//mat.$light-theme-background-palette: (
|
|
44
|
+
// status-bar: map_get(mat.$grey-palette, 300),
|
|
45
|
+
// app-bar: map_get(mat.$grey-palette, 100),
|
|
46
|
+
// background: var(--background, map_get(mat.$grey-palette, 50)),
|
|
47
|
+
// hover: rgba(black, 0.04), // TODO(kara): check style with Material Design UX
|
|
48
|
+
// card: white,
|
|
49
|
+
// dialog: white,
|
|
50
|
+
// disabled-button: rgba(black, 0.12),
|
|
51
|
+
// raised-button: white,
|
|
52
|
+
// focused-button: rgba(black, 0.12),
|
|
53
|
+
// selected-button: map_get(mat.$grey-palette, 300),
|
|
54
|
+
// selected-disabled-button: map_get(mat.$grey-palette, 400),
|
|
55
|
+
// disabled-button-toggle: map_get(mat.$grey-palette, 200),
|
|
56
|
+
// unselected-chip: map_get(mat.$grey-palette, 300),
|
|
57
|
+
// disabled-list-option: map_get(mat.$grey-palette, 200),
|
|
58
|
+
//);
|
|
58
59
|
|
|
59
60
|
// FIXME: Why loader toolbar is so dark ?
|
|
60
61
|
$candy-app-primary: mat.define-palette($mat-indigo-app, 500, 100, 900);
|
|
@@ -63,7 +64,38 @@ $candy-app-accent: mat.define-palette($mat-indigo-app, A200, A100, A400);
|
|
|
63
64
|
// The warn palette is optional (defaults to red).
|
|
64
65
|
$candy-app-warn: mat.define-palette(mat.$red-palette);
|
|
65
66
|
// Create the theme object (a Sass map containing all of the palettes).
|
|
66
|
-
$candy-app-theme: mat.define-light-theme(
|
|
67
|
+
$candy-app-theme: mat.define-light-theme((
|
|
68
|
+
color: (
|
|
69
|
+
primary: $candy-app-primary,
|
|
70
|
+
accent: $candy-app-accent,
|
|
71
|
+
warn: $candy-app-warn,
|
|
72
|
+
),
|
|
73
|
+
typography: mat.define-typography-config(),
|
|
74
|
+
density: 0,
|
|
75
|
+
|
|
76
|
+
));
|
|
77
|
+
|
|
78
|
+
@include mat.all-component-themes($candy-app-theme);
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
// --------------------------------------------------
|
|
82
|
+
// Material theme
|
|
83
|
+
// --------------------------------------------------
|
|
84
|
+
//$primary: mat.define-palette(mat.$indigo-palette, 500);
|
|
85
|
+
//$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
86
|
+
//$warn: mat.define-palette(mat.$red-palette);
|
|
87
|
+
//
|
|
88
|
+
//$theme: mat.define-light-theme((
|
|
89
|
+
// color: (
|
|
90
|
+
// primary: $primary,
|
|
91
|
+
// accent: $accent,
|
|
92
|
+
// warn: $warn,
|
|
93
|
+
// ),
|
|
94
|
+
// typography: mat.define-typography-config(),
|
|
95
|
+
// density: 0,
|
|
96
|
+
//));
|
|
97
|
+
//@include mat.all-component-themes($theme);
|
|
98
|
+
|
|
67
99
|
|
|
68
100
|
|
|
69
101
|
// Expose some variables
|
package/src/theme/_material.scss
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
// Plus imports for other components in your app.
|
|
3
|
-
@use '@angular/material' as mat;
|
|
4
|
-
// Include the common styles for Angular Material. We include this here so that you only
|
|
5
|
-
// have to load a single css file for Angular Material in your app.
|
|
6
|
-
// Be sure that you only ever include this mixin once!
|
|
7
|
-
@include mat.core();
|
|
8
|
-
|
|
9
|
-
// Include theme styles for core and each component used in your app.
|
|
10
|
-
// Alternatively, you can import and @include the theme mixins for each component
|
|
11
|
-
// that you are using.
|
|
12
|
-
@include mat.all-component-themes($candy-app-theme);
|
|
13
|
-
|
|
14
1
|
// --------------------------------------------------
|
|
15
2
|
// Override material style
|
|
16
3
|
// --------------------------------------------------
|
|
@@ -96,7 +83,7 @@
|
|
|
96
83
|
|
|
97
84
|
}
|
|
98
85
|
|
|
99
|
-
.mat-option {
|
|
86
|
+
.mat-option, .mat-mdc-option {
|
|
100
87
|
padding-top: var(--padding-top, 0) !important;
|
|
101
88
|
padding-right: var(--padding-end, 16px) !important;
|
|
102
89
|
padding-bottom: var(--padding-bottom, 0) !important;
|
package/src/theme/_mixins.scss
CHANGED
|
@@ -6,7 +6,7 @@ $app-form-color: rgba(0, 0, 0, 0.87) !default;
|
|
|
6
6
|
$app-form-color-disabled: rgba(0, 0, 0, 0.55) !default;
|
|
7
7
|
|
|
8
8
|
$app-table-header-height: 44px !default;
|
|
9
|
-
$app-table-cell-
|
|
9
|
+
$app-table-cell-horizontal-padding: 8px !default;
|
|
10
10
|
$app-table-row-height: 48px !default;
|
|
11
11
|
$app-table-row-max-height: 52px !default;
|
|
12
12
|
|
|
@@ -15,3 +15,8 @@ $app-form-buttons-bar-height: 56px !default;
|
|
|
15
15
|
|
|
16
16
|
$app-select-option-border-color: rgba(0, 0, 0, 0.12) !default;
|
|
17
17
|
$app-table-border-color: rgba(0, 0, 0, 0.08) !default;
|
|
18
|
+
|
|
19
|
+
$app-form-field-background-color: rgba(0,0,0,0) !default;
|
|
20
|
+
//$app-form-field-background-color: whitesmoke !default;
|
|
21
|
+
$app-form-field-focus-background-color: rgba(0, 0, 0, 0) !default;
|
|
22
|
+
//$app-form-field-focus-background-color: rgba(0, 0, 0, 0.87) !default;
|