@sumaris-net/ngx-components 2.6.8 → 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/entity-service.class.d.ts +1 -1
- 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
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
3
|
+
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { MatRadioButton, MatRadioChange } from '@angular/material/radio';
|
|
6
|
+
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
7
|
+
import { InputElement } from '../../inputs';
|
|
8
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class MatBooleanField2 implements OnInit, ControlValueAccessor, InputElement {
|
|
11
|
+
private translate;
|
|
12
|
+
private formBuilder;
|
|
13
|
+
private cd;
|
|
14
|
+
private formGroupDir;
|
|
15
|
+
yesButton: MatRadioButton;
|
|
16
|
+
noButton: MatRadioButton;
|
|
17
|
+
checkboxButton: MatCheckbox;
|
|
18
|
+
fakeInput: ElementRef;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
formControl: UntypedFormControl;
|
|
21
|
+
formControlName: string;
|
|
22
|
+
placeholder: string;
|
|
23
|
+
floatLabel: AppFloatLabelType;
|
|
24
|
+
appearance: MatFormFieldAppearance;
|
|
25
|
+
readonly: boolean;
|
|
26
|
+
required: boolean;
|
|
27
|
+
compact: boolean;
|
|
28
|
+
style: 'radio' | 'checkbox' | 'button';
|
|
29
|
+
buttonsColCount: number;
|
|
30
|
+
classList: string;
|
|
31
|
+
yesLabel: string;
|
|
32
|
+
noLabel: string;
|
|
33
|
+
showButtonIcons: boolean;
|
|
34
|
+
yesIcon: string;
|
|
35
|
+
noIcon: string;
|
|
36
|
+
onPressEnter: EventEmitter<any>;
|
|
37
|
+
onBlur: EventEmitter<FocusEvent>;
|
|
38
|
+
showRadio: boolean;
|
|
39
|
+
_value: boolean;
|
|
40
|
+
_tabindex: number;
|
|
41
|
+
private _onChangeCallback;
|
|
42
|
+
private _onTouchedCallback;
|
|
43
|
+
private _writing;
|
|
44
|
+
constructor(translate: TranslateService, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef, formGroupDir: FormGroupDirective);
|
|
45
|
+
get tabindex(): number;
|
|
46
|
+
set tabindex(value: number);
|
|
47
|
+
get value(): any;
|
|
48
|
+
set value(v: any);
|
|
49
|
+
ngOnInit(): void;
|
|
50
|
+
writeValue(value: any, event?: Event): void;
|
|
51
|
+
registerOnChange(fn: any): void;
|
|
52
|
+
registerOnTouched(fn: any): void;
|
|
53
|
+
setDisabledState(isDisabled: boolean): void;
|
|
54
|
+
onFocusFakeInput(event: FocusEvent): void;
|
|
55
|
+
focus(): void;
|
|
56
|
+
onRadioValueChanged(event: MatRadioChange): void;
|
|
57
|
+
onCheckboxValueChanged(event: MatCheckboxChange): void;
|
|
58
|
+
private checkIfTouched;
|
|
59
|
+
/**
|
|
60
|
+
* This is a special case, because, this component has a temporary component displayed before the first focus event
|
|
61
|
+
*/
|
|
62
|
+
private updateTabIndex;
|
|
63
|
+
private markForCheck;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatBooleanField2, [null, null, null, { optional: true; }]>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatBooleanField2, "mat-boolean2-field", never, { "disabled": "disabled"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "readonly": "readonly"; "required": "required"; "compact": "compact"; "style": "style"; "buttonsColCount": "buttonsColCount"; "classList": "class"; "yesLabel": "yesLabel"; "noLabel": "noLabel"; "showButtonIcons": "showButtonIcons"; "yesIcon": "yesIcon"; "noIcon": "noIcon"; "tabindex": "tabindex"; "value": "value"; }, { "onPressEnter": "keyup.enter"; "onBlur": "onBlur"; }, never, ["[matPrefix]", "[matSuffix]"], false, never>;
|
|
66
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormControl, FormGroupDirective } from '@angular/forms';
|
|
2
|
+
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
4
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
4
|
import { InputElement } from '../../inputs';
|
|
5
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
6
6
|
import { MatRadioButton, MatRadioChange } from '@angular/material/radio';
|
|
7
7
|
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
8
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class MatBooleanField implements OnInit, ControlValueAccessor, InputElement {
|
|
10
11
|
private translate;
|
|
@@ -21,7 +22,7 @@ export declare class MatBooleanField implements OnInit, ControlValueAccessor, In
|
|
|
21
22
|
formControl: UntypedFormControl;
|
|
22
23
|
formControlName: string;
|
|
23
24
|
placeholder: string;
|
|
24
|
-
floatLabel:
|
|
25
|
+
floatLabel: AppFloatLabelType;
|
|
25
26
|
appearance: MatFormFieldAppearance;
|
|
26
27
|
readonly: boolean;
|
|
27
28
|
required: boolean;
|
|
@@ -62,5 +63,5 @@ export declare class MatBooleanField implements OnInit, ControlValueAccessor, In
|
|
|
62
63
|
private updateTabIndex;
|
|
63
64
|
private markForCheck;
|
|
64
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBooleanField, [null, null, null, { optional: true; }]>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatBooleanField, "mat-boolean-field", never, { "disabled": "disabled"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "readonly": "readonly"; "required": "required"; "compact": "compact"; "style": "style"; "buttonsColCount": "buttonsColCount"; "classList": "class"; "yesLabel": "yesLabel"; "noLabel": "noLabel"; "showButtonIcons": "showButtonIcons"; "yesIcon": "yesIcon"; "noIcon": "noIcon"; "tabindex": "tabindex"; "value": "value"; }, { "onPressEnter": "keyup.enter"; "onBlur": "onBlur"; }, never, ["[matPrefix]", "[matSuffix]"], false>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatBooleanField, "mat-boolean-field", never, { "disabled": "disabled"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "readonly": "readonly"; "required": "required"; "compact": "compact"; "style": "style"; "buttonsColCount": "buttonsColCount"; "classList": "class"; "yesLabel": "yesLabel"; "noLabel": "noLabel"; "showButtonIcons": "showButtonIcons"; "yesIcon": "yesIcon"; "noIcon": "noIcon"; "tabindex": "tabindex"; "value": "value"; }, { "onPressEnter": "keyup.enter"; "onBlur": "onBlur"; }, never, ["[matPrefix]", "[matSuffix]"], false, never>;
|
|
66
67
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, Injector, OnInit } from '@angular/core';
|
|
2
|
+
import { AppForm } from '../../../../core/form/form.class';
|
|
3
|
+
import { UntypedFormBuilder } from '@angular/forms';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BooleanTestPage extends AppForm<any> implements OnInit, AfterViewInit {
|
|
6
|
+
protected injector: Injector;
|
|
7
|
+
protected formBuilder: UntypedFormBuilder;
|
|
8
|
+
protected cd: ChangeDetectorRef;
|
|
9
|
+
stringify: {
|
|
10
|
+
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
|
11
|
+
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
12
|
+
};
|
|
13
|
+
mode: 'radio' | 'checkbox' | 'button';
|
|
14
|
+
styles: string[];
|
|
15
|
+
constructor(injector: Injector, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
16
|
+
ngAfterViewInit(): void;
|
|
17
|
+
toggleMode(value: any): void;
|
|
18
|
+
protected markForCheck(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanTestPage, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanTestPage, "app-boolean-test-page", never, {}, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
2
|
+
import { ControlValueAccessor, FormGroupDirective, UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
|
|
5
|
-
import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
6
4
|
import { InputElement } from '../../inputs';
|
|
7
5
|
import { SuggestFn } from '../../services/entity-service.class';
|
|
8
|
-
import { DisplayFn, EqualsFn } from '../../form/field.model';
|
|
9
|
-
import { PredefinedColors } from '@ionic/core';
|
|
6
|
+
import { DisplayFn, EqualsFn, AppFloatLabelType } from '../../form/field.model';
|
|
10
7
|
import { ThemePalette } from '@angular/material/core';
|
|
11
8
|
import { MatAutocompleteFieldConfig } from '../autocomplete/material.autocomplete.config';
|
|
9
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
10
|
+
import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
export declare class MatChipsField implements OnInit, OnDestroy, InputElement, ControlValueAccessor {
|
|
14
13
|
protected cd: ChangeDetectorRef;
|
|
@@ -19,7 +18,7 @@ export declare class MatChipsField implements OnInit, OnDestroy, InputElement, C
|
|
|
19
18
|
logPrefix: string;
|
|
20
19
|
formControl: UntypedFormControl;
|
|
21
20
|
formControlName: string;
|
|
22
|
-
floatLabel:
|
|
21
|
+
floatLabel: AppFloatLabelType;
|
|
23
22
|
appearance: MatFormFieldAppearance;
|
|
24
23
|
placeholder: string;
|
|
25
24
|
suggestFn: SuggestFn<any, any>;
|
|
@@ -46,7 +45,7 @@ export declare class MatChipsField implements OnInit, OnDestroy, InputElement, C
|
|
|
46
45
|
fetchMoreThreshold: string;
|
|
47
46
|
suggestLengthThreshold: number;
|
|
48
47
|
showLoadingSpinner: boolean;
|
|
49
|
-
chipColor: ThemePalette
|
|
48
|
+
chipColor: ThemePalette;
|
|
50
49
|
debug: boolean;
|
|
51
50
|
clicked: EventEmitter<MouseEvent>;
|
|
52
51
|
blurred: EventEmitter<FocusEvent>;
|
|
@@ -108,7 +107,7 @@ export declare class MatChipsField implements OnInit, OnDestroy, InputElement, C
|
|
|
108
107
|
setDisabledState(isDisabled: boolean): void;
|
|
109
108
|
focus(): void;
|
|
110
109
|
filterInputTextFocusEvent(event: FocusEvent): boolean;
|
|
111
|
-
protected filterInputTextBlurEvent(event: FocusEvent):
|
|
110
|
+
protected filterInputTextBlurEvent(event: FocusEvent): void;
|
|
112
111
|
filterChipsFocusEvent(event: FocusEvent): void;
|
|
113
112
|
clearValue(event: Event): void;
|
|
114
113
|
_initAutocompleteInfiniteScroll(threshold?: string): void;
|
|
@@ -122,5 +121,5 @@ export declare class MatChipsField implements OnInit, OnDestroy, InputElement, C
|
|
|
122
121
|
private markForCheck;
|
|
123
122
|
private markAsLoading;
|
|
124
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipsField, [null, { optional: true; }]>;
|
|
125
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatChipsField, "mat-chips-field", never, { "equals": "equals"; "logPrefix": "logPrefix"; "formControl": "formControl"; "formControlName": "formControlName"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "suggestFn": "suggestFn"; "required": "required"; "mobile": "mobile"; "readonly": "readonly"; "clearable": "clearable"; "debounceTime": "debounceTime"; "displayWith": "displayWith"; "displayAttributes": "displayAttributes"; "displayColumnSizes": "displayColumnSizes"; "displayColumnNames": "displayColumnNames"; "highlightAccent": "highlightAccent"; "showAllOnFocus": "showAllOnFocus"; "showPanelOnFocus": "showPanelOnFocus"; "autofocus": "autofocus"; "config": "config"; "i18nPrefix": "i18nPrefix"; "noResultMessage": "noResultMessage"; "classList": "class"; "panelWidth": "panelWidth"; "matAutocompletePosition": "matAutocompletePosition"; "itemSize": "itemSize"; "fetchMoreThreshold": "fetchMoreThreshold"; "suggestLengthThreshold": "suggestLengthThreshold"; "showLoadingSpinner": "showLoadingSpinner"; "chipColor": "chipColor"; "debug": "debug"; "filter": "filter"; "tabindex": "tabindex"; "items": "items"; }, { "clicked": "click"; "blurred": "blur"; "focused": "focus"; "dropButtonClick": "dropButtonClick"; "keydownEscape": "keydown.escape"; "keyupEnter": "keyup.enter"; }, never, ["[matError]", "[matAfter]", "[matPrefix]", "[matSuffix]"], false>;
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatChipsField, "mat-chips-field", never, { "equals": "equals"; "logPrefix": "logPrefix"; "formControl": "formControl"; "formControlName": "formControlName"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "suggestFn": "suggestFn"; "required": "required"; "mobile": "mobile"; "readonly": "readonly"; "clearable": "clearable"; "debounceTime": "debounceTime"; "displayWith": "displayWith"; "displayAttributes": "displayAttributes"; "displayColumnSizes": "displayColumnSizes"; "displayColumnNames": "displayColumnNames"; "highlightAccent": "highlightAccent"; "showAllOnFocus": "showAllOnFocus"; "showPanelOnFocus": "showPanelOnFocus"; "autofocus": "autofocus"; "config": "config"; "i18nPrefix": "i18nPrefix"; "noResultMessage": "noResultMessage"; "classList": "class"; "panelWidth": "panelWidth"; "matAutocompletePosition": "matAutocompletePosition"; "itemSize": "itemSize"; "fetchMoreThreshold": "fetchMoreThreshold"; "suggestLengthThreshold": "suggestLengthThreshold"; "showLoadingSpinner": "showLoadingSpinner"; "chipColor": "chipColor"; "debug": "debug"; "filter": "filter"; "tabindex": "tabindex"; "items": "items"; }, { "clicked": "click"; "blurred": "blur"; "focused": "focus"; "dropButtonClick": "dropButtonClick"; "keydownEscape": "keydown.escape"; "keyupEnter": "keyup.enter"; }, never, ["[matError]", "[matAfter]", "[matPrefix]", "[matSuffix]"], false, never>;
|
|
126
125
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { LoadResult } from '../../../services/entity-service.class';
|
|
4
|
-
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
5
4
|
import { MatAutocompleteConfigHolder } from '../../autocomplete/material.autocomplete.config';
|
|
5
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
declare class EntityTestClass {
|
|
8
8
|
id: number;
|
|
@@ -26,6 +26,6 @@ export declare class ChipsTestPage implements OnInit {
|
|
|
26
26
|
equals(o1: EntityTestClass, o2: EntityTestClass): boolean;
|
|
27
27
|
stringify(value: any): string;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsTestPage, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsTestPage, "app-chips-test", never, {}, {}, never, never, false>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipsTestPage, "app-chips-test", never, {}, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
31
31
|
export {};
|
|
@@ -3,9 +3,10 @@ import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFo
|
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { Moment } from 'moment';
|
|
5
5
|
import { InputElement } from '../../inputs';
|
|
6
|
-
import {
|
|
6
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
7
7
|
import { DateFilterFn, MatDatepicker, MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
8
8
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
9
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MatDate implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor, InputElement {
|
|
11
12
|
private dateAdapter;
|
|
@@ -28,7 +29,7 @@ export declare class MatDate implements OnInit, AfterViewInit, OnDestroy, Contro
|
|
|
28
29
|
formControl: UntypedFormControl;
|
|
29
30
|
formControlName: string;
|
|
30
31
|
placeholder: string;
|
|
31
|
-
floatLabel:
|
|
32
|
+
floatLabel: AppFloatLabelType;
|
|
32
33
|
appearance: MatFormFieldAppearance;
|
|
33
34
|
required: boolean;
|
|
34
35
|
compact: boolean;
|
|
@@ -70,5 +71,5 @@ export declare class MatDate implements OnInit, AfterViewInit, OnDestroy, Contro
|
|
|
70
71
|
private markAsDirty;
|
|
71
72
|
private markForCheck;
|
|
72
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDate, [null, null, null, null, { optional: true; }]>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatDate, "mat-date-field", never, { "mobile": "mobile"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "required": "required"; "compact": "compact"; "placeholderChar": "placeholderChar"; "autofocus": "autofocus"; "startDate": "startDate"; "clearable": "clearable"; "timezone": "timezone"; "datePickerFilter": "datePickerFilter"; "readonly": "readonly"; "tabindex": "tabindex"; }, {}, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatDate, "mat-date-field", never, { "mobile": "mobile"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "required": "required"; "compact": "compact"; "placeholderChar": "placeholderChar"; "autofocus": "autofocus"; "startDate": "startDate"; "clearable": "clearable"; "timezone": "timezone"; "datePickerFilter": "datePickerFilter"; "readonly": "readonly"; "tabindex": "tabindex"; }, {}, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false, never>;
|
|
74
75
|
}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { Moment } from 'moment';
|
|
5
5
|
import { InputElement } from '../../inputs';
|
|
6
|
-
import {
|
|
6
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
7
7
|
import { DateFilterFn, MatDatepicker, MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
8
8
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
9
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class MatDateShort implements OnInit, ControlValueAccessor, InputElement {
|
|
11
|
+
export declare class MatDateShort implements OnInit, ControlValueAccessor, InputElement, AfterViewInit, OnDestroy {
|
|
11
12
|
private dateAdapter;
|
|
12
13
|
private translate;
|
|
13
14
|
private formBuilder;
|
|
@@ -28,7 +29,7 @@ export declare class MatDateShort implements OnInit, ControlValueAccessor, Input
|
|
|
28
29
|
formControl: UntypedFormControl;
|
|
29
30
|
formControlName: string;
|
|
30
31
|
placeholder: string;
|
|
31
|
-
floatLabel:
|
|
32
|
+
floatLabel: AppFloatLabelType;
|
|
32
33
|
appearance: MatFormFieldAppearance;
|
|
33
34
|
required: boolean;
|
|
34
35
|
compact: boolean;
|
|
@@ -71,5 +72,5 @@ export declare class MatDateShort implements OnInit, ControlValueAccessor, Input
|
|
|
71
72
|
private markAsDirty;
|
|
72
73
|
private markForCheck;
|
|
73
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDateShort, [null, null, null, null, { optional: true; }]>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatDateShort, "mat-date-short-field", never, { "mobile": "mobile"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "required": "required"; "compact": "compact"; "placeholderChar": "placeholderChar"; "autofocus": "autofocus"; "startDate": "startDate"; "clearable": "clearable"; "datePickerFilter": "datePickerFilter"; "readonly": "readonly"; "tabindex": "tabindex"; }, {}, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false>;
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatDateShort, "mat-date-short-field", never, { "mobile": "mobile"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "required": "required"; "compact": "compact"; "placeholderChar": "placeholderChar"; "autofocus": "autofocus"; "startDate": "startDate"; "clearable": "clearable"; "datePickerFilter": "datePickerFilter"; "readonly": "readonly"; "tabindex": "tabindex"; }, {}, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false, never>;
|
|
75
76
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
3
3
|
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { Moment } from 'moment';
|
|
6
6
|
import { InputElement } from '../../inputs';
|
|
7
7
|
import { DateFilterFn, MatDatepicker, MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
8
8
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
9
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
declare interface NgxTimePicker {
|
|
11
12
|
selectedHour: {
|
|
@@ -48,7 +49,7 @@ export declare class MatDateTime implements OnInit, AfterViewInit, OnDestroy, Co
|
|
|
48
49
|
set required(value: boolean | any);
|
|
49
50
|
get required(): boolean | any;
|
|
50
51
|
placeholder: string;
|
|
51
|
-
floatLabel:
|
|
52
|
+
floatLabel: AppFloatLabelType;
|
|
52
53
|
appearance: MatFormFieldAppearance;
|
|
53
54
|
mobile: boolean;
|
|
54
55
|
compact: boolean;
|
|
@@ -95,6 +96,6 @@ export declare class MatDateTime implements OnInit, AfterViewInit, OnDestroy, Co
|
|
|
95
96
|
private markAsDirty;
|
|
96
97
|
private markForCheck;
|
|
97
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDateTime, [null, null, null, null, { optional: true; }]>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatDateTime, "mat-date-time-field", never, { "formControl": "formControl"; "formControlName": "formControlName"; "required": "required"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "mobile": "mobile"; "compact": "compact"; "placeholderChar": "placeholderChar"; "autofocus": "autofocus"; "startDate": "startDate"; "clearable": "clearable"; "datePickerFilter": "datePickerFilter"; "readonly": "readonly"; "tabindex": "tabindex"; }, {}, never, ["mat-error", "mat-hint", "[matPrefix]"], false>;
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatDateTime, "mat-date-time-field", never, { "formControl": "formControl"; "formControlName": "formControlName"; "required": "required"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "mobile": "mobile"; "compact": "compact"; "placeholderChar": "placeholderChar"; "autofocus": "autofocus"; "startDate": "startDate"; "clearable": "clearable"; "datePickerFilter": "datePickerFilter"; "readonly": "readonly"; "tabindex": "tabindex"; }, {}, never, ["mat-error", "mat-hint", "[matPrefix]"], false, never>;
|
|
99
100
|
}
|
|
100
101
|
export {};
|
|
@@ -2,6 +2,8 @@ import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { Platform } from '@ionic/angular';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
6
|
+
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
export declare class DateTimeTestPage implements OnInit {
|
|
7
9
|
protected platform: Platform;
|
|
@@ -13,9 +15,13 @@ export declare class DateTimeTestPage implements OnInit {
|
|
|
13
15
|
memoryMobile: boolean;
|
|
14
16
|
memoryTimer: Subscription;
|
|
15
17
|
form: UntypedFormGroup;
|
|
18
|
+
mode: 'mobile' | 'desktop' | 'memory' | 'temp';
|
|
19
|
+
mobileApparence: MatFormFieldAppearance;
|
|
16
20
|
noTimeProperty: string;
|
|
17
21
|
constructor(platform: Platform, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
18
22
|
ngOnInit(): void;
|
|
23
|
+
toggleMode(value: any): void;
|
|
24
|
+
toggleMobileApparence(event: MatCheckboxChange): void;
|
|
19
25
|
loadData(): Promise<void>;
|
|
20
26
|
doSubmit(event: any): void;
|
|
21
27
|
log(message: string): void;
|
|
@@ -27,5 +33,5 @@ export declare class DateTimeTestPage implements OnInit {
|
|
|
27
33
|
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
28
34
|
};
|
|
29
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeTestPage, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeTestPage, "app-data-time-test", never, {}, {}, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeTestPage, "app-data-time-test", never, {}, {}, never, never, false, never>;
|
|
31
37
|
}
|
|
@@ -13,8 +13,10 @@ export declare class DateTestPage implements OnInit {
|
|
|
13
13
|
memoryTimer: Subscription;
|
|
14
14
|
timezone: string;
|
|
15
15
|
form: UntypedFormGroup;
|
|
16
|
+
mode: 'mobile' | 'desktop' | 'memory' | 'temp';
|
|
16
17
|
constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
17
18
|
ngOnInit(): void;
|
|
19
|
+
toggleMode(value: any): void;
|
|
18
20
|
loadData(): Promise<void>;
|
|
19
21
|
doSubmit(event: any): void;
|
|
20
22
|
log(message: string): void;
|
|
@@ -26,5 +28,5 @@ export declare class DateTestPage implements OnInit {
|
|
|
26
28
|
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
27
29
|
};
|
|
28
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTestPage, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTestPage, "app-data-test", never, {}, {}, never, never, false>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTestPage, "app-data-test", never, {}, {}, never, never, false, never>;
|
|
30
32
|
}
|
|
@@ -12,8 +12,10 @@ export declare class DateShortTestPage implements OnInit {
|
|
|
12
12
|
memoryMobile: boolean;
|
|
13
13
|
memoryTimer: Subscription;
|
|
14
14
|
form: UntypedFormGroup;
|
|
15
|
+
mode: 'mobile' | 'desktop' | 'memory' | 'temp';
|
|
15
16
|
constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
16
17
|
ngOnInit(): void;
|
|
18
|
+
toggleMode(value: any): void;
|
|
17
19
|
loadData(): Promise<void>;
|
|
18
20
|
doSubmit(event: any): void;
|
|
19
21
|
log(message: string): void;
|
|
@@ -25,5 +27,5 @@ export declare class DateShortTestPage implements OnInit {
|
|
|
25
27
|
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
26
28
|
};
|
|
27
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateShortTestPage, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateShortTestPage, "app-data-short-test", never, {}, {}, never, never, false>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateShortTestPage, "app-data-short-test", never, {}, {}, never, never, false, never>;
|
|
29
31
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { Platform } from '@ionic/angular';
|
|
3
3
|
import { DateAdapter } from '@angular/material/core';
|
|
4
|
-
import {
|
|
5
|
-
import { ControlValueAccessor, UntypedFormBuilder, UntypedFormControl, FormGroupDirective } from '@angular/forms';
|
|
4
|
+
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
6
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
7
6
|
import { Moment } from 'moment';
|
|
8
7
|
import { InputElement } from '../../inputs';
|
|
8
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
9
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MatDuration implements OnInit, OnDestroy, ControlValueAccessor, InputElement {
|
|
11
12
|
private dateAdapter;
|
|
@@ -26,7 +27,7 @@ export declare class MatDuration implements OnInit, OnDestroy, ControlValueAcces
|
|
|
26
27
|
formControl: UntypedFormControl;
|
|
27
28
|
formControlName: string;
|
|
28
29
|
placeholder: string;
|
|
29
|
-
floatLabel:
|
|
30
|
+
floatLabel: AppFloatLabelType;
|
|
30
31
|
appearance: MatFormFieldAppearance;
|
|
31
32
|
readonly: boolean;
|
|
32
33
|
required: boolean;
|
|
@@ -53,5 +54,5 @@ export declare class MatDuration implements OnInit, OnDestroy, ControlValueAcces
|
|
|
53
54
|
protected updateTabIndex(): void;
|
|
54
55
|
protected markForCheck(): void;
|
|
55
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDuration, [null, null, null, null, null, { optional: true; }]>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatDuration, "mat-duration-field", never, { "disabled": "disabled"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "readonly": "readonly"; "required": "required"; "compact": "compact"; "maxDecimals": "maxDecimals"; "placeholderChar": "placeholderChar"; "tabindex": "tabindex"; "clearable": "clearable"; }, {}, never, ["[matPrefix]", "mat-error"], false>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatDuration, "mat-duration-field", never, { "disabled": "disabled"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "readonly": "readonly"; "required": "required"; "compact": "compact"; "maxDecimals": "maxDecimals"; "placeholderChar": "placeholderChar"; "tabindex": "tabindex"; "clearable": "clearable"; }, {}, never, ["[matPrefix]", "mat-error"], false, never>;
|
|
57
58
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import 'moment-timezone';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DurationTestPage implements OnInit {
|
|
6
|
+
protected formBuilder: UntypedFormBuilder;
|
|
7
|
+
protected cd: ChangeDetectorRef;
|
|
8
|
+
form: UntypedFormGroup;
|
|
9
|
+
mode: 'desktop' | 'temp';
|
|
10
|
+
constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
toggleMode(value: any): void;
|
|
13
|
+
loadData(): Promise<void>;
|
|
14
|
+
doSubmit(event: any): void;
|
|
15
|
+
log(message: string): void;
|
|
16
|
+
stringify: {
|
|
17
|
+
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
|
18
|
+
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
19
|
+
};
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DurationTestPage, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DurationTestPage, "app-duration-test", never, {}, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
|
|
3
2
|
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
4
3
|
import { LatLongFormatFn, LatLongFormatOptions, LatLongPattern } from './latlong.utils';
|
|
5
4
|
import { TextMaskConfig } from 'angular2-text-mask';
|
|
5
|
+
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
6
|
+
import { AppFloatLabelType } from '../../form/field.model';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueAccessor {
|
|
8
9
|
private formBuilder;
|
|
@@ -28,7 +29,7 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
|
|
|
28
29
|
type: 'latitude' | 'longitude';
|
|
29
30
|
pattern: LatLongPattern;
|
|
30
31
|
required: boolean;
|
|
31
|
-
floatLabel:
|
|
32
|
+
floatLabel: AppFloatLabelType;
|
|
32
33
|
appearance: MatFormFieldAppearance;
|
|
33
34
|
placeholder: string;
|
|
34
35
|
tabindex: number;
|
|
@@ -62,5 +63,5 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
|
|
|
62
63
|
private checkIfTouched;
|
|
63
64
|
private markForCheck;
|
|
64
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongField, [null, null, { optional: true; }]>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField, "mat-latlong-field", never, { "formControl": "formControl"; "formControlName": "formControlName"; "type": "type"; "pattern": "latLongPattern"; "required": "required"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "tabindex": "tabindex"; "defaultSign": "defaultSign"; "maxDecimals": "maxDecimals"; "placeholderChar": "placeholderChar"; "readonly": "readonly"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField, "mat-latlong-field", never, { "formControl": "formControl"; "formControlName": "formControlName"; "type": "type"; "pattern": "latLongPattern"; "required": "required"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "tabindex": "tabindex"; "defaultSign": "defaultSign"; "maxDecimals": "maxDecimals"; "placeholderChar": "placeholderChar"; "readonly": "readonly"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false, never>;
|
|
66
67
|
}
|
|
@@ -17,5 +17,5 @@ export declare class LatLongTestPage implements OnInit {
|
|
|
17
17
|
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
18
18
|
};
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<LatLongTestPage, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LatLongTestPage, "app-latlong-test", never, {}, {}, never, never, false>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LatLongTestPage, "app-latlong-test", never, {}, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import { TestingPage } from '../testing/tests.page';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./
|
|
4
|
-
import * as i2 from "./datetime/testing/mat-date.test";
|
|
5
|
-
import * as i3 from "./datetime/testing/mat-
|
|
6
|
-
import * as i4 from "./
|
|
7
|
-
import * as i5 from "./
|
|
8
|
-
import * as i6 from "./
|
|
9
|
-
import * as i7 from "./
|
|
10
|
-
import * as i8 from "./
|
|
11
|
-
import * as i9 from "./
|
|
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 "
|
|
3
|
+
import * as i1 from "./testing/common.test";
|
|
4
|
+
import * as i2 from "./datetime/testing/mat-date-time.test";
|
|
5
|
+
import * as i3 from "./datetime/testing/mat-date.test";
|
|
6
|
+
import * as i4 from "./datetime/testing/mat-dateshort.test";
|
|
7
|
+
import * as i5 from "./duration/testing/mat-duration.test";
|
|
8
|
+
import * as i6 from "./autocomplete/testing/autocomplete.test";
|
|
9
|
+
import * as i7 from "./boolean/testing/boolean.test.page";
|
|
10
|
+
import * as i8 from "./latlong/testing/latlong.test";
|
|
11
|
+
import * as i9 from "./numpad/testing/numpad.test";
|
|
12
|
+
import * as i10 from "./swipe/testing/swipe.test";
|
|
13
|
+
import * as i11 from "./chips/testing/chips.test";
|
|
14
|
+
import * as i12 from "./badge/badge.test";
|
|
15
|
+
import * as i13 from "../testing/observable.test";
|
|
16
|
+
import * as i14 from "@angular/common";
|
|
17
|
+
import * as i15 from "@ionic/angular";
|
|
18
|
+
import * as i16 from "@angular/forms";
|
|
19
|
+
import * as i17 from "./material.module";
|
|
20
|
+
import * as i18 from "@ngx-translate/core";
|
|
21
|
+
import * as i19 from "@angular/router";
|
|
22
|
+
import * as i20 from "../pipes/pipes.module";
|
|
23
|
+
import * as i21 from "./badge/badge.module";
|
|
20
24
|
export declare const SHARED_MATERIAL_TESTING_PAGES: TestingPage[];
|
|
21
25
|
export declare class MaterialTestingModule {
|
|
22
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTestingModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof i1.
|
|
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.SwipeTestPage, typeof i11.ChipsTestPage, typeof i12.MatBadgeTestPage, typeof i13.ObservableTestPage], [typeof i14.CommonModule, typeof i15.IonicModule, typeof i16.ReactiveFormsModule, typeof i17.SharedMaterialModule, typeof i18.TranslateModule, typeof i19.RouterModule, typeof i20.SharedPipesModule, typeof i21.SharedBadgeModule, typeof i16.FormsModule], [typeof i17.SharedMaterialModule, typeof i19.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.SwipeTestPage, typeof i11.ChipsTestPage, typeof i12.MatBadgeTestPage, typeof i13.ObservableTestPage]>;
|
|
24
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialTestingModule>;
|
|
25
29
|
}
|
|
@@ -18,5 +18,5 @@ export declare class AppendToInputDirective implements AfterViewInit {
|
|
|
18
18
|
private defineElementYByDirection;
|
|
19
19
|
private defineElementXByDirection;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppendToInputDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AppendToInputDirective, "[appendNumpadToInput]", never, { "inputElement": "appendNumpadToInput"; }, {}, never, never, false>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AppendToInputDirective, "[appendNumpadToInput]", never, { "inputElement": "appendNumpadToInput"; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -22,5 +22,5 @@ export declare class MatNumpadComponent implements MatNumpadRef {
|
|
|
22
22
|
open(): void;
|
|
23
23
|
close(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadComponent, "mat-numpad", never, { "keymap": "keymap"; "decimal": "decimal"; "appendToInput": "appendToInput"; "disableAnimation": "disableAnimation"; "noBackdrop": "noBackdrop"; "position": "position"; }, { "keypress": "keypress"; "closed": "closed"; }, never, never, false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadComponent, "mat-numpad", never, { "keymap": "keymap"; "decimal": "decimal"; "appendToInput": "appendToInput"; "disableAnimation": "disableAnimation"; "noBackdrop": "noBackdrop"; "position": "position"; }, { "keypress": "keypress"; "closed": "closed"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -36,5 +36,5 @@ export declare class MatNumpadContainerComponent implements OnInit, OnDestroy, M
|
|
|
36
36
|
protected defineFilteredKeymap(): MatNumpadKeymap;
|
|
37
37
|
protected markForCheck(): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadContainerComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContainerComponent, "mat-numpad-container", never, {}, {}, never, never, false>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContainerComponent, "mat-numpad-container", never, {}, {}, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -3,5 +3,5 @@ export declare class MatNumpadContent {
|
|
|
3
3
|
appendToInput: boolean;
|
|
4
4
|
inputElement: any;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadContent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContent, "mat-numpad-content", never, { "appendToInput": "appendToInput"; "inputElement": "inputElement"; }, {}, never, ["*"], false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContent, "mat-numpad-content", never, { "appendToInput": "appendToInput"; "inputElement": "inputElement"; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -31,5 +31,5 @@ export declare class NumpadDirective implements ControlValueAccessor, OnDestroy,
|
|
|
31
31
|
private applyingKey;
|
|
32
32
|
private updateInputValue;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumpadDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumpadDirective, "[matNumpad]", never, { "keymap": "keymap"; "numpad": "matNumpad"; "value": "value"; "disabled": "disabled"; "decimal": "decimal"; "disableClick": "disableClick"; }, {}, never, never, false>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumpadDirective, "[matNumpad]", never, { "keymap": "keymap"; "numpad": "matNumpad"; "value": "value"; "disabled": "disabled"; "decimal": "decimal"; "disableClick": "disableClick"; }, {}, never, never, false, never>;
|
|
35
35
|
}
|
|
@@ -6,11 +6,11 @@ export declare class MatNumpadDomService {
|
|
|
6
6
|
private cfr;
|
|
7
7
|
private appRef;
|
|
8
8
|
private injector;
|
|
9
|
-
private document;
|
|
10
9
|
private componentRef;
|
|
11
|
-
|
|
10
|
+
private _document;
|
|
11
|
+
constructor(cfr: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
12
12
|
appendNumpadToBody(numpadType: Type<MatNumpadContainerComponent>, config: MatNumpadConfig): void;
|
|
13
13
|
destroyNumpad(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadDomService,
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadDomService, never>;
|
|
15
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatNumpadDomService>;
|
|
16
16
|
}
|
|
@@ -9,5 +9,5 @@ export declare class NumpadTestPage implements OnInit {
|
|
|
9
9
|
loadData(): Promise<void>;
|
|
10
10
|
doSubmit(event: any): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumpadTestPage, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumpadTestPage, "app-numpad-test", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumpadTestPage, "app-numpad-test", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -3,9 +3,6 @@ import { MatPaginatorIntl } from '@angular/material/paginator';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class MatPaginatorI18n extends MatPaginatorIntl {
|
|
5
5
|
private translate;
|
|
6
|
-
itemsPerPageLabel: string;
|
|
7
|
-
nextPageLabel: string;
|
|
8
|
-
previousPageLabel: string;
|
|
9
6
|
ofLabel: string;
|
|
10
7
|
constructor(translate: TranslateService);
|
|
11
8
|
getRangeLabel: (page: number, pageSize: number, length: number) => string;
|