@sumaris-net/ngx-components 2.18.0-beta8 → 2.21.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/README.md +3 -0
- package/doc/build.md +14 -14
- package/doc/changelog.md +1386 -88
- package/doc/feed/feed-en.json +26 -0
- package/doc/feed/feed-fr.json +28 -0
- package/fesm2022/sumaris-net.ngx-components.mjs +32441 -22724
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +42 -39
- package/src/assets/environments/environment-test.json +2 -2
- package/src/assets/i18n/en-US.json +143 -45
- package/src/assets/i18n/en.json +142 -43
- package/src/assets/i18n/fr.json +147 -47
- package/src/assets/manifest.json +1 -1
- package/src/theme/_icons.scss +8 -12
- package/src/theme/_ionic.globals.scss +8 -1
- package/src/theme/_markdown.scss +1 -1
- package/src/theme/_material.globals.scss +4 -1
- package/src/theme/_material.scss +60 -17
- package/src/theme/_mixins.scss +39 -4
- package/src/theme/_ngx-components.forms.scss +115 -89
- package/src/theme/_ngx-components.globals.scss +4 -1
- package/src/theme/_ngx-components.scss +162 -110
- package/src/theme/_ngx-components.table.scss +105 -44
- package/src/theme/_ngx-components.tabs.scss +46 -14
- package/src/theme/_responsive.scss +15 -0
- package/src/theme/_roboto.scss +3 -0
- package/src/theme/_theme.scss +11 -14
- package/src/theme/_theme.variables.scss +7 -3
- package/src/theme/ionic/ionic.functions.color.scss +13 -5
- package/src/theme/ionic/ionic.globals.scss +4 -4
- package/src/theme/ionic/ionic.theme.default.scss +2 -0
- package/types/sumaris-net.ngx-components.d.ts +14132 -0
- package/esm2022/public_api.mjs +0 -358
- package/esm2022/src/app/admin/admin-routing.module.mjs +0 -34
- package/esm2022/src/app/admin/admin.module.mjs +0 -32
- package/esm2022/src/app/admin/services/filter/person.filter.mjs +0 -69
- package/esm2022/src/app/admin/services/person.service.mjs +0 -174
- package/esm2022/src/app/admin/services/validator/person.validator.mjs +0 -72
- package/esm2022/src/app/admin/users/users.mjs +0 -267
- package/esm2022/src/app/admin/users/users.module.mjs +0 -56
- package/esm2022/src/app/core/about/about.modal.mjs +0 -84
- package/esm2022/src/app/core/about/about.module.mjs +0 -21
- package/esm2022/src/app/core/account/account.module.mjs +0 -68
- package/esm2022/src/app/core/account/account.page.mjs +0 -351
- package/esm2022/src/app/core/account/new-token.modal.mjs +0 -132
- package/esm2022/src/app/core/account/password/change-password.form.mjs +0 -60
- package/esm2022/src/app/core/account/password/change-password.module.mjs +0 -22
- package/esm2022/src/app/core/account/password/change-password.page.mjs +0 -144
- package/esm2022/src/app/core/account/token.table.mjs +0 -152
- package/esm2022/src/app/core/auth/auth.form.mjs +0 -159
- package/esm2022/src/app/core/auth/auth.modal.mjs +0 -76
- package/esm2022/src/app/core/auth/auth.module.mjs +0 -56
- package/esm2022/src/app/core/auth/reset-password.modal.mjs +0 -77
- package/esm2022/src/app/core/core.module.mjs +0 -151
- package/esm2022/src/app/core/core.testing.module.mjs +0 -107
- package/esm2022/src/app/core/form/array/form-array.mjs +0 -325
- package/esm2022/src/app/core/form/array/testing/form-array-test.module.mjs +0 -23
- package/esm2022/src/app/core/form/array/testing/form-array.test.mjs +0 -94
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.component.mjs +0 -108
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.module.mjs +0 -31
- package/esm2022/src/app/core/form/entity/editor.class.mjs +0 -265
- package/esm2022/src/app/core/form/entity/entity-editor-modal.class.mjs +0 -420
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +0 -731
- package/esm2022/src/app/core/form/entity/entity-metadata.component.mjs +0 -24
- package/esm2022/src/app/core/form/entity/entity.module.mjs +0 -32
- package/esm2022/src/app/core/form/entity/tab-editor.class.mjs +0 -194
- package/esm2022/src/app/core/form/form-container.class.mjs +0 -327
- package/esm2022/src/app/core/form/form.class.mjs +0 -336
- package/esm2022/src/app/core/form/form.module.mjs +0 -70
- package/esm2022/src/app/core/form/form.utils.mjs +0 -197
- package/esm2022/src/app/core/form/list/list.form.mjs +0 -235
- package/esm2022/src/app/core/form/list/list.module.mjs +0 -31
- package/esm2022/src/app/core/form/properties/properties.form.mjs +0 -225
- package/esm2022/src/app/core/form/properties/properties.module.mjs +0 -37
- package/esm2022/src/app/core/form/properties/properties.table.mjs +0 -268
- package/esm2022/src/app/core/form/properties/properties.utils.mjs +0 -60
- package/esm2022/src/app/core/form/properties/property.validator.mjs +0 -38
- package/esm2022/src/app/core/form/properties/testing/properties-form.test.mjs +0 -95
- package/esm2022/src/app/core/form/properties/testing/properties-form.testing.module.mjs +0 -23
- package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.mjs +0 -73
- package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +0 -30
- package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +0 -152
- package/esm2022/src/app/core/form/text-popover/text-popover.module.mjs +0 -31
- package/esm2022/src/app/core/form/username/username.form.mjs +0 -52
- package/esm2022/src/app/core/form/username/username.module.mjs +0 -20
- package/esm2022/src/app/core/graphql/graphql.module.mjs +0 -14
- package/esm2022/src/app/core/graphql/graphql.service.mjs +0 -783
- package/esm2022/src/app/core/graphql/graphql.utils.mjs +0 -119
- package/esm2022/src/app/core/home/home.mjs +0 -311
- package/esm2022/src/app/core/home/home.module.mjs +0 -42
- package/esm2022/src/app/core/icon/icon.component.mjs +0 -40
- package/esm2022/src/app/core/icon/icon.module.mjs +0 -20
- package/esm2022/src/app/core/install/install-upgrade-card.component.mjs +0 -354
- package/esm2022/src/app/core/install/install-upgrade-card.module.mjs +0 -31
- package/esm2022/src/app/core/menu/menu.component.mjs +0 -263
- package/esm2022/src/app/core/menu/menu.model.mjs +0 -272
- package/esm2022/src/app/core/menu/menu.module.mjs +0 -47
- package/esm2022/src/app/core/menu/menu.service.mjs +0 -655
- package/esm2022/src/app/core/menu/sub-menu-tab.directive.mjs +0 -109
- package/esm2022/src/app/core/menu/testing/menu-other.testing.mjs +0 -49
- package/esm2022/src/app/core/menu/testing/menu.testing.mjs +0 -157
- package/esm2022/src/app/core/menu/testing/menu.testing.module.mjs +0 -60
- package/esm2022/src/app/core/offline/update-offline-mode-card.component.mjs +0 -28
- package/esm2022/src/app/core/offline/update-offline-mode-card.module.mjs +0 -31
- package/esm2022/src/app/core/peer/select-peer.modal.mjs +0 -203
- package/esm2022/src/app/core/peer/select-peer.module.mjs +0 -30
- package/esm2022/src/app/core/register/register-confirm.page.mjs +0 -90
- package/esm2022/src/app/core/register/register.form.mjs +0 -194
- package/esm2022/src/app/core/register/register.modal.mjs +0 -55
- package/esm2022/src/app/core/register/register.module.mjs +0 -23
- package/esm2022/src/app/core/services/account.service.mjs +0 -1346
- package/esm2022/src/app/core/services/auth-guard.service.mjs +0 -74
- package/esm2022/src/app/core/services/base-entity-service.class.mjs +0 -473
- package/esm2022/src/app/core/services/base-graphql-service.class.mjs +0 -230
- package/esm2022/src/app/core/services/base58.mjs +0 -83
- package/esm2022/src/app/core/services/config/core.config.mjs +0 -233
- package/esm2022/src/app/core/services/config.service.mjs +0 -384
- package/esm2022/src/app/core/services/crypto.service.mjs +0 -107
- package/esm2022/src/app/core/services/errors.mjs +0 -52
- package/esm2022/src/app/core/services/local-settings.service.mjs +0 -482
- package/esm2022/src/app/core/services/model/account.model.mjs +0 -150
- package/esm2022/src/app/core/services/model/config.model.mjs +0 -107
- package/esm2022/src/app/core/services/model/department.model.mjs +0 -35
- package/esm2022/src/app/core/services/model/entity.decorators.mjs +0 -97
- package/esm2022/src/app/core/services/model/entity.model.mjs +0 -224
- package/esm2022/src/app/core/services/model/filter.model.mjs +0 -93
- package/esm2022/src/app/core/services/model/history.model.mjs +0 -2
- package/esm2022/src/app/core/services/model/model.enum.mjs +0 -11
- package/esm2022/src/app/core/services/model/peer.model.mjs +0 -93
- package/esm2022/src/app/core/services/model/person.model.mjs +0 -114
- package/esm2022/src/app/core/services/model/referential.model.mjs +0 -202
- package/esm2022/src/app/core/services/model/settings.model.mjs +0 -4
- package/esm2022/src/app/core/services/model/token.model.mjs +0 -56
- package/esm2022/src/app/core/services/model/tree-item-entity.model.mjs +0 -195
- package/esm2022/src/app/core/services/network.service.mjs +0 -631
- package/esm2022/src/app/core/services/network.types.mjs +0 -20
- package/esm2022/src/app/core/services/network.utils.mjs +0 -15
- package/esm2022/src/app/core/services/pipes/account.pipes.mjs +0 -38
- package/esm2022/src/app/core/services/pipes/department-to-string.pipe.mjs +0 -23
- package/esm2022/src/app/core/services/pipes/person-to-string.pipe.mjs +0 -23
- package/esm2022/src/app/core/services/pipes/pipes.module.mjs +0 -54
- package/esm2022/src/app/core/services/pipes/referential-to-string.pipe.mjs +0 -21
- package/esm2022/src/app/core/services/pipes/usage-mode.pipes.mjs +0 -37
- package/esm2022/src/app/core/services/platform.service.mjs +0 -583
- package/esm2022/src/app/core/services/storage/entities-storage.service.mjs +0 -427
- package/esm2022/src/app/core/services/storage/entity-store.class.mjs +0 -449
- package/esm2022/src/app/core/services/testing/referential-filter.model.mjs +0 -25
- package/esm2022/src/app/core/services/testing/referential.validator.mjs +0 -46
- package/esm2022/src/app/core/services/validator/account.validator.mjs +0 -45
- package/esm2022/src/app/core/services/validator/base.validator.class.mjs +0 -49
- package/esm2022/src/app/core/services/validator/local-settings.validator.mjs +0 -81
- package/esm2022/src/app/core/services/validator/user-settings.validator.mjs +0 -27
- package/esm2022/src/app/core/services/validator/user-token.validator.mjs +0 -55
- package/esm2022/src/app/core/settings/settings.module.mjs +0 -22
- package/esm2022/src/app/core/settings/settings.page.mjs +0 -341
- package/esm2022/src/app/core/table/async-table.class.mjs +0 -1753
- package/esm2022/src/app/core/table/column/actions-column.component.mjs +0 -127
- package/esm2022/src/app/core/table/column/nav-actions-column.component.mjs +0 -117
- package/esm2022/src/app/core/table/column/row-field.component.mjs +0 -116
- package/esm2022/src/app/core/table/entities-async-table-datasource.class.mjs +0 -384
- package/esm2022/src/app/core/table/entities-table-datasource.class.mjs +0 -401
- package/esm2022/src/app/core/table/memory-table.class.mjs +0 -57
- package/esm2022/src/app/core/table/table-select-columns.component.mjs +0 -46
- package/esm2022/src/app/core/table/table.class.mjs +0 -1816
- package/esm2022/src/app/core/table/table.model.mjs +0 -16
- package/esm2022/src/app/core/table/table.module.mjs +0 -51
- package/esm2022/src/app/core/table/table.pipes.mjs +0 -77
- package/esm2022/src/app/core/table/table.utils.mjs +0 -31
- package/esm2022/src/app/core/table/testing/table-validator.service.mjs +0 -32
- package/esm2022/src/app/core/table/testing/table.testing.mjs +0 -329
- package/esm2022/src/app/core/table/testing/table.testing.module.mjs +0 -25
- package/esm2022/src/app/core/table/testing/table2-validator.service.mjs +0 -25
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +0 -273
- package/esm2022/src/app/shared/alerts.mjs +0 -243
- package/esm2022/src/app/shared/audio/audio.mjs +0 -249
- package/esm2022/src/app/shared/audio/audio.testing.mjs +0 -32
- package/esm2022/src/app/shared/audio/audio.testing.module.mjs +0 -30
- package/esm2022/src/app/shared/capacitor/keyboard.mjs +0 -42
- package/esm2022/src/app/shared/capacitor/plugins.mjs +0 -9
- package/esm2022/src/app/shared/constants.mjs +0 -16
- package/esm2022/src/app/shared/dates.mjs +0 -151
- package/esm2022/src/app/shared/debug/debug-service.class.mjs +0 -3
- package/esm2022/src/app/shared/debug/debug.component.mjs +0 -40
- package/esm2022/src/app/shared/debug/debug.module.mjs +0 -23
- package/esm2022/src/app/shared/directives/autofocus.directive.mjs +0 -91
- package/esm2022/src/app/shared/directives/autotitle.directive.mjs +0 -32
- package/esm2022/src/app/shared/directives/directives.module.mjs +0 -22
- package/esm2022/src/app/shared/directives/drag-and-drop.directive.mjs +0 -52
- package/esm2022/src/app/shared/directives/ng-var.directive.mjs +0 -33
- package/esm2022/src/app/shared/directives/resizable/resizable.component.mjs +0 -62
- package/esm2022/src/app/shared/directives/resizable/resizable.directive.mjs +0 -45
- package/esm2022/src/app/shared/directives/resizable/resizable.module.mjs +0 -17
- package/esm2022/src/app/shared/events.mjs +0 -63
- package/esm2022/src/app/shared/file/csv.utils.mjs +0 -92
- package/esm2022/src/app/shared/file/file.service.mjs +0 -118
- package/esm2022/src/app/shared/file/file.utils.mjs +0 -115
- package/esm2022/src/app/shared/file/images.utils.mjs +0 -186
- package/esm2022/src/app/shared/file/json.utils.mjs +0 -58
- package/esm2022/src/app/shared/file/uri.utils.mjs +0 -24
- package/esm2022/src/app/shared/focusable.mjs +0 -6
- package/esm2022/src/app/shared/form/field.component.mjs +0 -379
- package/esm2022/src/app/shared/form/field.model.mjs +0 -25
- package/esm2022/src/app/shared/form/loading-spinner.mjs +0 -35
- package/esm2022/src/app/shared/forms.mjs +0 -459
- package/esm2022/src/app/shared/functions.mjs +0 -551
- package/esm2022/src/app/shared/geolocation/geolocation.utils.mjs +0 -82
- package/esm2022/src/app/shared/gesture/gesture-config.mjs +0 -46
- package/esm2022/src/app/shared/gesture/hammer.utils.mjs +0 -2
- package/esm2022/src/app/shared/graph/colors.utils.mjs +0 -60
- package/esm2022/src/app/shared/graph/graph-colors.mjs +0 -213
- package/esm2022/src/app/shared/guard/component-dirty.guard.mjs +0 -59
- package/esm2022/src/app/shared/help/help.modal.mjs +0 -63
- package/esm2022/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +0 -23
- package/esm2022/src/app/shared/hotkeys/hotkeys.service.mjs +0 -112
- package/esm2022/src/app/shared/hotkeys/shared-hotkeys.module.mjs +0 -24
- package/esm2022/src/app/shared/http/http.utils.mjs +0 -56
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +0 -388
- package/esm2022/src/app/shared/image/gallery/image-gallery.module.mjs +0 -62
- package/esm2022/src/app/shared/image/gallery/testing/gallegry.model.testing.mjs +0 -26
- package/esm2022/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +0 -87
- package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.mjs +0 -37
- package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +0 -59
- package/esm2022/src/app/shared/image/image.model.mjs +0 -2
- package/esm2022/src/app/shared/image/image.module.mjs +0 -24
- package/esm2022/src/app/shared/image/image.service.mjs +0 -106
- package/esm2022/src/app/shared/inputs.mjs +0 -263
- package/esm2022/src/app/shared/interceptors/progess.interceptor.mjs +0 -27
- package/esm2022/src/app/shared/logging/log-level.model.mjs +0 -48
- package/esm2022/src/app/shared/logging/logger.model.mjs +0 -47
- package/esm2022/src/app/shared/logging/logging-service.class.mjs +0 -125
- package/esm2022/src/app/shared/logging/logging-service.config.mjs +0 -2
- package/esm2022/src/app/shared/logging/logging-service.module.mjs +0 -30
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.config.mjs +0 -46
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +0 -1071
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +0 -79
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.utils.mjs +0 -18
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +0 -231
- package/esm2022/src/app/shared/material/badge/badge.directive.mjs +0 -251
- package/esm2022/src/app/shared/material/badge/badge.module.mjs +0 -20
- package/esm2022/src/app/shared/material/badge/badge.test.mjs +0 -42
- package/esm2022/src/app/shared/material/boolean/boolean.module.mjs +0 -71
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +0 -376
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +0 -61
- package/esm2022/src/app/shared/material/chips/chips.module.mjs +0 -75
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +0 -779
- package/esm2022/src/app/shared/material/chips/testing/chips.test.mjs +0 -147
- package/esm2022/src/app/shared/material/datetime/datetime.module.mjs +0 -76
- package/esm2022/src/app/shared/material/datetime/material.date.mjs +0 -471
- package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +0 -457
- package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +0 -681
- package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +0 -136
- package/esm2022/src/app/shared/material/datetime/testing/mat-date.test.mjs +0 -127
- package/esm2022/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +0 -118
- package/esm2022/src/app/shared/material/duration/duration.module.mjs +0 -65
- package/esm2022/src/app/shared/material/duration/duration.utils.mjs +0 -33
- package/esm2022/src/app/shared/material/duration/material.duration.mjs +0 -274
- package/esm2022/src/app/shared/material/duration/testing/mat-duration.test.mjs +0 -80
- package/esm2022/src/app/shared/material/latlong/latlong.utils.mjs +0 -313
- package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +0 -381
- package/esm2022/src/app/shared/material/latlong/material.latlong.module.mjs +0 -67
- package/esm2022/src/app/shared/material/latlong/testing/latlong.test.mjs +0 -118
- package/esm2022/src/app/shared/material/material.animations.mjs +0 -143
- package/esm2022/src/app/shared/material/material.config.mjs +0 -3
- package/esm2022/src/app/shared/material/material.module.mjs +0 -229
- package/esm2022/src/app/shared/material/material.testing.module.mjs +0 -234
- package/esm2022/src/app/shared/material/paginator/material.paginator-i18n.mjs +0 -51
- package/esm2022/src/app/shared/material/stepper/material.stepper-i18n.mjs +0 -23
- package/esm2022/src/app/shared/material/swipe/material.swipe.mjs +0 -375
- package/esm2022/src/app/shared/material/swipe/swipe.module.mjs +0 -52
- package/esm2022/src/app/shared/material/swipe/testing/swipe.test.mjs +0 -67
- package/esm2022/src/app/shared/material/testing/common.test.mjs +0 -111
- package/esm2022/src/app/shared/material/text/testing/text-form.testing.mjs +0 -42
- package/esm2022/src/app/shared/material/text/text-form.component.mjs +0 -204
- package/esm2022/src/app/shared/material/text/text-form.module.mjs +0 -63
- package/esm2022/src/app/shared/modules.mjs +0 -12
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +0 -303
- package/esm2022/src/app/shared/named-filter/named-filter.model.mjs +0 -49
- package/esm2022/src/app/shared/named-filter/named-filter.module.mjs +0 -24
- package/esm2022/src/app/shared/named-filter/named-filter.service.mjs +0 -69
- package/esm2022/src/app/shared/named-filter/testing/named-filter-selector.testing.mjs +0 -74
- package/esm2022/src/app/shared/named-filter/testing/named-filter.testing.module.mjs +0 -28
- package/esm2022/src/app/shared/observables.mjs +0 -100
- package/esm2022/src/app/shared/pipes/arrays.pipe.mjs +0 -156
- package/esm2022/src/app/shared/pipes/badge.pipes.mjs +0 -24
- package/esm2022/src/app/shared/pipes/colors.pipe.mjs +0 -29
- package/esm2022/src/app/shared/pipes/date-diff-duration.pipe.mjs +0 -49
- package/esm2022/src/app/shared/pipes/date-format.pipe.mjs +0 -72
- package/esm2022/src/app/shared/pipes/date-from-now.pipe.mjs +0 -28
- package/esm2022/src/app/shared/pipes/duration.pipe.mjs +0 -36
- package/esm2022/src/app/shared/pipes/file-size.pipe.mjs +0 -53
- package/esm2022/src/app/shared/pipes/form.pipes.mjs +0 -219
- package/esm2022/src/app/shared/pipes/highlight.pipe.mjs +0 -48
- package/esm2022/src/app/shared/pipes/html.pipes.mjs +0 -52
- package/esm2022/src/app/shared/pipes/latlong-format.pipe.mjs +0 -42
- package/esm2022/src/app/shared/pipes/maps.pipe.mjs +0 -63
- package/esm2022/src/app/shared/pipes/maskito.pipe.mjs +0 -67
- package/esm2022/src/app/shared/pipes/math.pipes.mjs +0 -59
- package/esm2022/src/app/shared/pipes/ng-init.pipe.mjs +0 -19
- package/esm2022/src/app/shared/pipes/number-format.pipe.mjs +0 -30
- package/esm2022/src/app/shared/pipes/pipes.module.mjs +0 -236
- package/esm2022/src/app/shared/pipes/property.pipes.mjs +0 -136
- package/esm2022/src/app/shared/pipes/selection.pipes.mjs +0 -180
- package/esm2022/src/app/shared/pipes/string.pipes.mjs +0 -136
- package/esm2022/src/app/shared/pipes/translate-context.pipe.mjs +0 -44
- package/esm2022/src/app/shared/pipes/types.pipes.mjs +0 -74
- package/esm2022/src/app/shared/platforms.mjs +0 -45
- package/esm2022/src/app/shared/rx-state.module.mjs +0 -19
- package/esm2022/src/app/shared/services/entity-service.class.mjs +0 -7
- package/esm2022/src/app/shared/services/job.utils.mjs +0 -92
- package/esm2022/src/app/shared/services/memory-entity-service.class.mjs +0 -349
- package/esm2022/src/app/shared/services/progress-bar.service.mjs +0 -31
- package/esm2022/src/app/shared/services/startable-observable-service.class.mjs +0 -118
- package/esm2022/src/app/shared/services/startable-service.class.mjs +0 -107
- package/esm2022/src/app/shared/services/translate-context.service.mjs +0 -107
- package/esm2022/src/app/shared/services/validator-service.class.mjs +0 -2
- package/esm2022/src/app/shared/services.mjs +0 -62
- package/esm2022/src/app/shared/shared-routing.module.mjs +0 -72
- package/esm2022/src/app/shared/shared.module.mjs +0 -234
- package/esm2022/src/app/shared/shared.testing.module.mjs +0 -100
- package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +0 -279
- package/esm2022/src/app/shared/storage/storage-explorer.module.mjs +0 -42
- package/esm2022/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +0 -27
- package/esm2022/src/app/shared/storage/storage-explorer.testing.module.mjs +0 -25
- package/esm2022/src/app/shared/storage/storage.service.mjs +0 -134
- package/esm2022/src/app/shared/storage/storage.utils.mjs +0 -13
- package/esm2022/src/app/shared/testing/maskito.test.mjs +0 -41
- package/esm2022/src/app/shared/testing/observable.test.mjs +0 -94
- package/esm2022/src/app/shared/testing/tests.page.mjs +0 -37
- package/esm2022/src/app/shared/toast/toast.testing.mjs +0 -52
- package/esm2022/src/app/shared/toast/toast.testing.module.mjs +0 -30
- package/esm2022/src/app/shared/toast/toasts.mjs +0 -144
- package/esm2022/src/app/shared/toolbar/modal-toolbar.mjs +0 -62
- package/esm2022/src/app/shared/toolbar/toolbar.mjs +0 -263
- package/esm2022/src/app/shared/toolbar/toolbar.module.mjs +0 -26
- package/esm2022/src/app/shared/types.mjs +0 -2
- package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.mjs +0 -59
- package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +0 -30
- package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +0 -106
- package/esm2022/src/app/shared/upload-file/upload-file.component.mjs +0 -213
- package/esm2022/src/app/shared/upload-file/upload-file.model.mjs +0 -26
- package/esm2022/src/app/shared/validator/form-error-adapter.class.mjs +0 -114
- package/esm2022/src/app/shared/validator/validators.mjs +0 -601
- package/esm2022/src/app/shared/version/versions.mjs +0 -81
- package/esm2022/src/app/social/job/job.module.mjs +0 -23
- package/esm2022/src/app/social/job/progression/job-progression.component.mjs +0 -35
- package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +0 -235
- package/esm2022/src/app/social/job/progression/job-progression.list.mjs +0 -47
- package/esm2022/src/app/social/job/progression/job-progression.model.mjs +0 -29
- package/esm2022/src/app/social/job/progression/job-progression.service.mjs +0 -91
- package/esm2022/src/app/social/job/testing/job-progression.testing.mjs +0 -38
- package/esm2022/src/app/social/job/testing/job-progression.testing.service.mjs +0 -34
- package/esm2022/src/app/social/job/testing/job.testing.module.mjs +0 -22
- package/esm2022/src/app/social/message/message.form.mjs +0 -140
- package/esm2022/src/app/social/message/message.modal.mjs +0 -110
- package/esm2022/src/app/social/message/message.model.mjs +0 -75
- package/esm2022/src/app/social/message/message.module.mjs +0 -22
- package/esm2022/src/app/social/message/message.service.mjs +0 -110
- package/esm2022/src/app/social/social.errors.mjs +0 -10
- package/esm2022/src/app/social/social.module.mjs +0 -22
- package/esm2022/src/app/social/social.testing.module.mjs +0 -40
- package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +0 -127
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +0 -260
- package/esm2022/src/app/social/user-event/testing/user-event.testing.mjs +0 -257
- package/esm2022/src/app/social/user-event/testing/user-event.testing.model.mjs +0 -129
- package/esm2022/src/app/social/user-event/testing/user-event.testing.module.mjs +0 -22
- package/esm2022/src/app/social/user-event/testing/user-event.testing.service.mjs +0 -128
- package/esm2022/src/app/social/user-event/user-event.model.mjs +0 -2
- package/esm2022/src/app/social/user-event/user-event.module.mjs +0 -23
- package/esm2022/src/app/social/user-event/user-event.service.mjs +0 -509
- package/esm2022/src/environments/environment.class.mjs +0 -57
- package/esm2022/src/environments/environment.loader.mjs +0 -77
- package/esm2022/src/environments/environment.mjs +0 -105
- package/esm2022/sumaris-net.ngx-components.mjs +0 -5
- package/index.d.ts +0 -5
- package/public_api.d.ts +0 -322
- package/src/app/admin/admin-routing.module.d.ts +0 -9
- package/src/app/admin/admin.module.d.ts +0 -10
- package/src/app/admin/services/filter/person.filter.d.ts +0 -21
- package/src/app/admin/services/person.service.d.ts +0 -49
- package/src/app/admin/services/validator/person.validator.d.ts +0 -23
- package/src/app/admin/users/users.d.ts +0 -45
- package/src/app/admin/users/users.module.d.ts +0 -14
- package/src/app/core/about/about.modal.d.ts +0 -32
- package/src/app/core/about/about.module.d.ts +0 -10
- package/src/app/core/account/account.module.d.ts +0 -16
- package/src/app/core/account/account.page.d.ts +0 -80
- package/src/app/core/account/new-token.modal.d.ts +0 -41
- package/src/app/core/account/password/change-password.form.d.ts +0 -19
- package/src/app/core/account/password/change-password.module.d.ts +0 -11
- package/src/app/core/account/password/change-password.page.d.ts +0 -36
- package/src/app/core/account/token.table.d.ts +0 -27
- package/src/app/core/auth/auth.form.d.ts +0 -38
- package/src/app/core/auth/auth.modal.d.ts +0 -24
- package/src/app/core/auth/auth.module.d.ts +0 -13
- package/src/app/core/auth/reset-password.modal.d.ts +0 -26
- package/src/app/core/core.module.d.ts +0 -28
- package/src/app/core/core.testing.module.d.ts +0 -15
- package/src/app/core/form/array/form-array.d.ts +0 -136
- package/src/app/core/form/array/testing/form-array-test.module.d.ts +0 -12
- package/src/app/core/form/array/testing/form-array.test.d.ts +0 -26
- package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +0 -37
- package/src/app/core/form/buttons/form-buttons-bar.module.d.ts +0 -9
- package/src/app/core/form/entity/editor.class.d.ts +0 -83
- package/src/app/core/form/entity/entity-editor-modal.class.d.ts +0 -126
- package/src/app/core/form/entity/entity-editor.class.d.ts +0 -204
- package/src/app/core/form/entity/entity-metadata.component.d.ts +0 -13
- package/src/app/core/form/entity/entity.module.d.ts +0 -10
- package/src/app/core/form/entity/tab-editor.class.d.ts +0 -70
- package/src/app/core/form/form-container.class.d.ts +0 -126
- package/src/app/core/form/form.class.d.ts +0 -144
- package/src/app/core/form/form.module.d.ts +0 -14
- package/src/app/core/form/form.utils.d.ts +0 -251
- package/src/app/core/form/list/list.form.d.ts +0 -81
- package/src/app/core/form/list/list.module.d.ts +0 -9
- package/src/app/core/form/properties/properties.form.d.ts +0 -66
- package/src/app/core/form/properties/properties.module.d.ts +0 -11
- package/src/app/core/form/properties/properties.table.d.ts +0 -78
- package/src/app/core/form/properties/properties.utils.d.ts +0 -27
- package/src/app/core/form/properties/property.validator.d.ts +0 -19
- package/src/app/core/form/properties/testing/properties-form.test.d.ts +0 -19
- package/src/app/core/form/properties/testing/properties-form.testing.module.d.ts +0 -12
- package/src/app/core/form/text-popover/testing/text-popover.testing.d.ts +0 -16
- package/src/app/core/form/text-popover/testing/text-popover.testing.module.d.ts +0 -11
- package/src/app/core/form/text-popover/text-popover.component.d.ts +0 -71
- package/src/app/core/form/text-popover/text-popover.module.d.ts +0 -9
- package/src/app/core/form/username/username.form.d.ts +0 -19
- package/src/app/core/form/username/username.module.d.ts +0 -9
- package/src/app/core/graphql/graphql.module.d.ts +0 -7
- package/src/app/core/graphql/graphql.service.d.ts +0 -147
- package/src/app/core/graphql/graphql.utils.d.ts +0 -42
- package/src/app/core/home/home.d.ts +0 -94
- package/src/app/core/home/home.module.d.ts +0 -13
- package/src/app/core/icon/icon.component.d.ts +0 -13
- package/src/app/core/icon/icon.module.d.ts +0 -9
- package/src/app/core/install/install-upgrade-card.component.d.ts +0 -64
- package/src/app/core/install/install-upgrade-card.module.d.ts +0 -9
- package/src/app/core/menu/menu.component.d.ts +0 -69
- package/src/app/core/menu/menu.model.d.ts +0 -144
- package/src/app/core/menu/menu.module.d.ts +0 -12
- package/src/app/core/menu/menu.service.d.ts +0 -94
- package/src/app/core/menu/sub-menu-tab.directive.d.ts +0 -29
- package/src/app/core/menu/testing/menu-other.testing.d.ts +0 -15
- package/src/app/core/menu/testing/menu.testing.d.ts +0 -51
- package/src/app/core/menu/testing/menu.testing.module.d.ts +0 -12
- package/src/app/core/offline/update-offline-mode-card.component.d.ts +0 -11
- package/src/app/core/offline/update-offline-mode-card.module.d.ts +0 -9
- package/src/app/core/peer/select-peer.modal.d.ts +0 -60
- package/src/app/core/peer/select-peer.module.d.ts +0 -10
- package/src/app/core/register/register-confirm.page.d.ts +0 -24
- package/src/app/core/register/register.form.d.ts +0 -49
- package/src/app/core/register/register.modal.d.ts +0 -14
- package/src/app/core/register/register.module.d.ts +0 -12
- package/src/app/core/services/account.service.d.ts +0 -205
- package/src/app/core/services/auth-guard.service.d.ts +0 -17
- package/src/app/core/services/base-entity-service.class.d.ts +0 -123
- package/src/app/core/services/base-graphql-service.class.d.ts +0 -77
- package/src/app/core/services/base58.d.ts +0 -7
- package/src/app/core/services/config/core.config.d.ts +0 -41
- package/src/app/core/services/config.service.d.ts +0 -63
- package/src/app/core/services/crypto.service.d.ts +0 -44
- package/src/app/core/services/errors.d.ts +0 -63
- package/src/app/core/services/local-settings.service.d.ts +0 -95
- package/src/app/core/services/model/account.model.d.ts +0 -41
- package/src/app/core/services/model/config.model.d.ts +0 -36
- package/src/app/core/services/model/department.model.d.ts +0 -11
- package/src/app/core/services/model/entity.decorators.d.ts +0 -17
- package/src/app/core/services/model/entity.model.d.ts +0 -87
- package/src/app/core/services/model/filter.model.d.ts +0 -37
- package/src/app/core/services/model/history.model.d.ts +0 -20
- package/src/app/core/services/model/model.enum.d.ts +0 -7
- package/src/app/core/services/model/peer.model.d.ts +0 -30
- package/src/app/core/services/model/person.model.d.ts +0 -37
- package/src/app/core/services/model/referential.model.d.ts +0 -83
- package/src/app/core/services/model/settings.model.d.ts +0 -28
- package/src/app/core/services/model/token.model.d.ts +0 -22
- package/src/app/core/services/model/tree-item-entity.model.d.ts +0 -53
- package/src/app/core/services/network.service.d.ts +0 -151
- package/src/app/core/services/network.types.d.ts +0 -5
- package/src/app/core/services/network.utils.d.ts +0 -31
- package/src/app/core/services/pipes/account.pipes.d.ts +0 -15
- package/src/app/core/services/pipes/department-to-string.pipe.d.ts +0 -9
- package/src/app/core/services/pipes/person-to-string.pipe.d.ts +0 -11
- package/src/app/core/services/pipes/pipes.module.d.ts +0 -11
- package/src/app/core/services/pipes/referential-to-string.pipe.d.ts +0 -13
- package/src/app/core/services/pipes/usage-mode.pipes.d.ts +0 -15
- package/src/app/core/services/platform.service.d.ts +0 -100
- package/src/app/core/services/storage/entities-storage.service.d.ts +0 -108
- package/src/app/core/services/storage/entity-store.class.d.ts +0 -113
- package/src/app/core/services/testing/referential-filter.model.d.ts +0 -9
- package/src/app/core/services/testing/referential.validator.d.ts +0 -22
- package/src/app/core/services/validator/account.validator.d.ts +0 -24
- package/src/app/core/services/validator/base.validator.class.d.ts +0 -21
- package/src/app/core/services/validator/local-settings.validator.d.ts +0 -22
- package/src/app/core/services/validator/user-settings.validator.d.ts +0 -10
- package/src/app/core/services/validator/user-token.validator.d.ts +0 -13
- package/src/app/core/settings/settings.module.d.ts +0 -11
- package/src/app/core/settings/settings.page.d.ts +0 -81
- package/src/app/core/table/async-table.class.d.ts +0 -389
- package/src/app/core/table/column/actions-column.component.d.ts +0 -59
- package/src/app/core/table/column/nav-actions-column.component.d.ts +0 -46
- package/src/app/core/table/column/row-field.component.d.ts +0 -40
- package/src/app/core/table/entities-async-table-datasource.class.d.ts +0 -81
- package/src/app/core/table/entities-table-datasource.class.d.ts +0 -95
- package/src/app/core/table/memory-table.class.d.ts +0 -25
- package/src/app/core/table/table-select-columns.component.d.ts +0 -22
- package/src/app/core/table/table.class.d.ts +0 -394
- package/src/app/core/table/table.model.d.ts +0 -26
- package/src/app/core/table/table.module.d.ts +0 -14
- package/src/app/core/table/table.pipes.d.ts +0 -28
- package/src/app/core/table/table.utils.d.ts +0 -11
- package/src/app/core/table/testing/table-validator.service.d.ts +0 -17
- package/src/app/core/table/testing/table.testing.d.ts +0 -54
- package/src/app/core/table/testing/table.testing.module.d.ts +0 -14
- package/src/app/core/table/testing/table2-validator.service.d.ts +0 -15
- package/src/app/core/table/testing/table2.testing.d.ts +0 -48
- package/src/app/shared/alerts.d.ts +0 -55
- package/src/app/shared/audio/audio.d.ts +0 -44
- package/src/app/shared/audio/audio.testing.d.ts +0 -13
- package/src/app/shared/audio/audio.testing.module.d.ts +0 -11
- package/src/app/shared/capacitor/keyboard.d.ts +0 -16
- package/src/app/shared/capacitor/plugins.d.ts +0 -7
- package/src/app/shared/constants.d.ts +0 -13
- package/src/app/shared/dates.d.ts +0 -48
- package/src/app/shared/debug/debug-service.class.d.ts +0 -5
- package/src/app/shared/debug/debug.component.d.ts +0 -13
- package/src/app/shared/debug/debug.module.d.ts +0 -12
- package/src/app/shared/directives/autofocus.directive.d.ts +0 -18
- package/src/app/shared/directives/autotitle.directive.d.ts +0 -10
- package/src/app/shared/directives/directives.module.d.ts +0 -12
- package/src/app/shared/directives/drag-and-drop.directive.d.ts +0 -17
- package/src/app/shared/directives/ng-var.directive.d.ts +0 -12
- package/src/app/shared/directives/resizable/resizable.component.d.ts +0 -21
- package/src/app/shared/directives/resizable/resizable.directive.d.ts +0 -12
- package/src/app/shared/directives/resizable/resizable.module.d.ts +0 -8
- package/src/app/shared/events.d.ts +0 -28
- package/src/app/shared/file/csv.utils.d.ts +0 -24
- package/src/app/shared/file/file.service.d.ts +0 -23
- package/src/app/shared/file/file.utils.d.ts +0 -20
- package/src/app/shared/file/images.utils.d.ts +0 -36
- package/src/app/shared/file/json.utils.d.ts +0 -19
- package/src/app/shared/file/uri.utils.d.ts +0 -8
- package/src/app/shared/focusable.d.ts +0 -4
- package/src/app/shared/form/field.component.d.ts +0 -74
- package/src/app/shared/form/field.model.d.ts +0 -39
- package/src/app/shared/form/loading-spinner.d.ts +0 -8
- package/src/app/shared/forms.d.ts +0 -103
- package/src/app/shared/functions.d.ts +0 -152
- package/src/app/shared/geolocation/geolocation.utils.d.ts +0 -19
- package/src/app/shared/gesture/gesture-config.d.ts +0 -15
- package/src/app/shared/gesture/hammer.utils.d.ts +0 -16
- package/src/app/shared/graph/colors.utils.d.ts +0 -17
- package/src/app/shared/graph/graph-colors.d.ts +0 -63
- package/src/app/shared/guard/component-dirty.guard.d.ts +0 -14
- package/src/app/shared/help/help.modal.d.ts +0 -33
- package/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.d.ts +0 -8
- package/src/app/shared/hotkeys/hotkeys.service.d.ts +0 -42
- package/src/app/shared/hotkeys/shared-hotkeys.module.d.ts +0 -11
- package/src/app/shared/http/http.utils.d.ts +0 -28
- package/src/app/shared/image/gallery/image-gallery.component.d.ts +0 -98
- package/src/app/shared/image/gallery/image-gallery.module.d.ts +0 -15
- package/src/app/shared/image/gallery/testing/gallegry.model.testing.d.ts +0 -12
- package/src/app/shared/image/gallery/testing/gallery.service.testing.d.ts +0 -33
- package/src/app/shared/image/gallery/testing/gallery.testing.d.ts +0 -16
- package/src/app/shared/image/gallery/testing/gallery.testing.module.d.ts +0 -13
- package/src/app/shared/image/image.model.d.ts +0 -5
- package/src/app/shared/image/image.module.d.ts +0 -8
- package/src/app/shared/image/image.service.d.ts +0 -32
- package/src/app/shared/inputs.d.ts +0 -34
- package/src/app/shared/interceptors/progess.interceptor.d.ts +0 -8
- package/src/app/shared/logging/log-level.model.d.ts +0 -38
- package/src/app/shared/logging/logger.model.d.ts +0 -68
- package/src/app/shared/logging/logging-service.class.d.ts +0 -39
- package/src/app/shared/logging/logging-service.config.d.ts +0 -25
- package/src/app/shared/logging/logging-service.module.d.ts +0 -9
- package/src/app/shared/material/autocomplete/material.autocomplete.config.d.ts +0 -55
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +0 -180
- package/src/app/shared/material/autocomplete/material.autocomplete.module.d.ts +0 -22
- package/src/app/shared/material/autocomplete/material.autocomplete.utils.d.ts +0 -5
- package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +0 -46
- package/src/app/shared/material/badge/badge.directive.d.ts +0 -43
- package/src/app/shared/material/badge/badge.module.d.ts +0 -10
- package/src/app/shared/material/badge/badge.test.d.ts +0 -21
- package/src/app/shared/material/boolean/boolean.module.d.ts +0 -21
- package/src/app/shared/material/boolean/material.boolean.d.ts +0 -93
- package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +0 -22
- package/src/app/shared/material/chips/chips.module.d.ts +0 -22
- package/src/app/shared/material/chips/material.chips.d.ts +0 -150
- package/src/app/shared/material/chips/testing/chips.test.d.ts +0 -32
- package/src/app/shared/material/datetime/datetime.module.d.ts +0 -24
- package/src/app/shared/material/datetime/material.date.d.ts +0 -90
- package/src/app/shared/material/datetime/material.dateshort.d.ts +0 -89
- package/src/app/shared/material/datetime/material.datetime.d.ts +0 -121
- package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +0 -37
- package/src/app/shared/material/datetime/testing/mat-date.test.d.ts +0 -32
- package/src/app/shared/material/datetime/testing/mat-dateshort.test.d.ts +0 -31
- package/src/app/shared/material/duration/duration.module.d.ts +0 -19
- package/src/app/shared/material/duration/duration.utils.d.ts +0 -3
- package/src/app/shared/material/duration/material.duration.d.ts +0 -58
- package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +0 -22
- package/src/app/shared/material/latlong/latlong.utils.d.ts +0 -21
- package/src/app/shared/material/latlong/material.latlong.d.ts +0 -70
- package/src/app/shared/material/latlong/material.latlong.module.d.ts +0 -20
- package/src/app/shared/material/latlong/testing/latlong.test.d.ts +0 -27
- package/src/app/shared/material/material.animations.d.ts +0 -6
- package/src/app/shared/material/material.config.d.ts +0 -3
- package/src/app/shared/material/material.module.d.ts +0 -45
- package/src/app/shared/material/material.testing.module.d.ts +0 -31
- package/src/app/shared/material/paginator/material.paginator-i18n.d.ts +0 -12
- package/src/app/shared/material/stepper/material.stepper-i18n.d.ts +0 -10
- package/src/app/shared/material/swipe/material.swipe.d.ts +0 -90
- package/src/app/shared/material/swipe/swipe.module.d.ts +0 -16
- package/src/app/shared/material/swipe/testing/swipe.test.d.ts +0 -22
- package/src/app/shared/material/testing/common.test.d.ts +0 -25
- package/src/app/shared/material/text/testing/text-form.testing.d.ts +0 -19
- package/src/app/shared/material/text/text-form.component.d.ts +0 -66
- package/src/app/shared/material/text/text-form.module.d.ts +0 -16
- package/src/app/shared/modules.d.ts +0 -9
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +0 -60
- package/src/app/shared/named-filter/named-filter.model.d.ts +0 -32
- package/src/app/shared/named-filter/named-filter.module.d.ts +0 -13
- package/src/app/shared/named-filter/named-filter.service.d.ts +0 -32
- package/src/app/shared/named-filter/testing/named-filter-selector.testing.d.ts +0 -34
- package/src/app/shared/named-filter/testing/named-filter.testing.module.d.ts +0 -10
- package/src/app/shared/observables.d.ts +0 -30
- package/src/app/shared/pipes/arrays.pipe.d.ts +0 -59
- package/src/app/shared/pipes/badge.pipes.d.ts +0 -7
- package/src/app/shared/pipes/colors.pipe.d.ts +0 -9
- package/src/app/shared/pipes/date-diff-duration.pipe.d.ts +0 -23
- package/src/app/shared/pipes/date-format.pipe.d.ts +0 -35
- package/src/app/shared/pipes/date-from-now.pipe.d.ts +0 -12
- package/src/app/shared/pipes/duration.pipe.d.ts +0 -13
- package/src/app/shared/pipes/file-size.pipe.d.ts +0 -30
- package/src/app/shared/pipes/form.pipes.d.ts +0 -69
- package/src/app/shared/pipes/highlight.pipe.d.ts +0 -11
- package/src/app/shared/pipes/html.pipes.d.ts +0 -15
- package/src/app/shared/pipes/latlong-format.pipe.d.ts +0 -20
- package/src/app/shared/pipes/maps.pipe.d.ts +0 -22
- package/src/app/shared/pipes/maskito.pipe.d.ts +0 -14
- package/src/app/shared/pipes/math.pipes.d.ts +0 -20
- package/src/app/shared/pipes/ng-init.pipe.d.ts +0 -8
- package/src/app/shared/pipes/number-format.pipe.d.ts +0 -10
- package/src/app/shared/pipes/pipes.module.d.ts +0 -31
- package/src/app/shared/pipes/property.pipes.d.ts +0 -47
- package/src/app/shared/pipes/selection.pipes.d.ts +0 -62
- package/src/app/shared/pipes/string.pipes.d.ts +0 -53
- package/src/app/shared/pipes/translate-context.pipe.d.ts +0 -17
- package/src/app/shared/pipes/types.pipes.d.ts +0 -30
- package/src/app/shared/platforms.d.ts +0 -8
- package/src/app/shared/rx-state.module.d.ts +0 -10
- package/src/app/shared/services/entity-service.class.d.ts +0 -71
- package/src/app/shared/services/job.utils.d.ts +0 -20
- package/src/app/shared/services/memory-entity-service.class.d.ts +0 -78
- package/src/app/shared/services/progress-bar.service.d.ts +0 -20
- package/src/app/shared/services/startable-observable-service.class.d.ts +0 -36
- package/src/app/shared/services/startable-service.class.d.ts +0 -37
- package/src/app/shared/services/translate-context.service.d.ts +0 -29
- package/src/app/shared/services/validator-service.class.d.ts +0 -11
- package/src/app/shared/services.d.ts +0 -10
- package/src/app/shared/shared-routing.module.d.ts +0 -23
- package/src/app/shared/shared.module.d.ts +0 -34
- package/src/app/shared/shared.testing.module.d.ts +0 -19
- package/src/app/shared/storage/storage-explorer.component.d.ts +0 -59
- package/src/app/shared/storage/storage-explorer.module.d.ts +0 -13
- package/src/app/shared/storage/storage-explorer.testing-routing.module.d.ts +0 -9
- package/src/app/shared/storage/storage-explorer.testing.module.d.ts +0 -10
- package/src/app/shared/storage/storage.service.d.ts +0 -22
- package/src/app/shared/storage/storage.utils.d.ts +0 -19
- package/src/app/shared/testing/maskito.test.d.ts +0 -10
- package/src/app/shared/testing/observable.test.d.ts +0 -25
- package/src/app/shared/testing/tests.page.d.ts +0 -20
- package/src/app/shared/toast/toast.testing.d.ts +0 -15
- package/src/app/shared/toast/toast.testing.module.d.ts +0 -11
- package/src/app/shared/toast/toasts.d.ts +0 -17
- package/src/app/shared/toolbar/modal-toolbar.d.ts +0 -21
- package/src/app/shared/toolbar/toolbar.d.ts +0 -68
- package/src/app/shared/toolbar/toolbar.module.d.ts +0 -16
- package/src/app/shared/types.d.ts +0 -31
- package/src/app/shared/upload-file/testing/upload-file.testing.d.ts +0 -21
- package/src/app/shared/upload-file/testing/upload-file.testing.module.d.ts +0 -11
- package/src/app/shared/upload-file/upload-file-popover.component.d.ts +0 -39
- package/src/app/shared/upload-file/upload-file.component.d.ts +0 -49
- package/src/app/shared/upload-file/upload-file.model.d.ts +0 -30
- package/src/app/shared/validator/form-error-adapter.class.d.ts +0 -33
- package/src/app/shared/validator/validators.d.ts +0 -130
- package/src/app/shared/version/versions.d.ts +0 -26
- package/src/app/social/job/job.module.d.ts +0 -12
- package/src/app/social/job/progression/job-progression.component.d.ts +0 -23
- package/src/app/social/job/progression/job-progression.icon.d.ts +0 -62
- package/src/app/social/job/progression/job-progression.list.d.ts +0 -19
- package/src/app/social/job/progression/job-progression.model.d.ts +0 -10
- package/src/app/social/job/progression/job-progression.service.d.ts +0 -33
- package/src/app/social/job/testing/job-progression.testing.d.ts +0 -13
- package/src/app/social/job/testing/job-progression.testing.service.d.ts +0 -9
- package/src/app/social/job/testing/job.testing.module.d.ts +0 -11
- package/src/app/social/message/message.form.d.ts +0 -36
- package/src/app/social/message/message.modal.d.ts +0 -43
- package/src/app/social/message/message.model.d.ts +0 -33
- package/src/app/social/message/message.module.d.ts +0 -12
- package/src/app/social/message/message.service.d.ts +0 -32
- package/src/app/social/social.errors.d.ts +0 -9
- package/src/app/social/social.module.d.ts +0 -20
- package/src/app/social/social.testing.module.d.ts +0 -13
- package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +0 -32
- package/src/app/social/user-event/notification/user-event-notification.list.d.ts +0 -71
- package/src/app/social/user-event/testing/user-event.testing.d.ts +0 -35
- package/src/app/social/user-event/testing/user-event.testing.model.d.ts +0 -42
- package/src/app/social/user-event/testing/user-event.testing.module.d.ts +0 -11
- package/src/app/social/user-event/testing/user-event.testing.service.d.ts +0 -42
- package/src/app/social/user-event/user-event.model.d.ts +0 -44
- package/src/app/social/user-event/user-event.module.d.ts +0 -13
- package/src/app/social/user-event/user-event.service.d.ts +0 -129
- package/src/environments/environment.class.d.ts +0 -68
- package/src/environments/environment.d.ts +0 -2
- package/src/environments/environment.loader.d.ts +0 -24
- package/src/theme/_globals.scss +0 -5
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./property.pipes";
|
|
3
|
-
import * as i2 from "./date-format.pipe";
|
|
4
|
-
import * as i3 from "./date-diff-duration.pipe";
|
|
5
|
-
import * as i4 from "./duration.pipe";
|
|
6
|
-
import * as i5 from "./date-from-now.pipe";
|
|
7
|
-
import * as i6 from "./latlong-format.pipe";
|
|
8
|
-
import * as i7 from "./highlight.pipe";
|
|
9
|
-
import * as i8 from "./number-format.pipe";
|
|
10
|
-
import * as i9 from "./file-size.pipe";
|
|
11
|
-
import * as i10 from "./math.pipes";
|
|
12
|
-
import * as i11 from "./arrays.pipe";
|
|
13
|
-
import * as i12 from "./maps.pipe";
|
|
14
|
-
import * as i13 from "./string.pipes";
|
|
15
|
-
import * as i14 from "./translate-context.pipe";
|
|
16
|
-
import * as i15 from "./ng-init.pipe";
|
|
17
|
-
import * as i16 from "./form.pipes";
|
|
18
|
-
import * as i17 from "./colors.pipe";
|
|
19
|
-
import * as i18 from "./types.pipes";
|
|
20
|
-
import * as i19 from "./maskito.pipe";
|
|
21
|
-
import * as i20 from "./selection.pipes";
|
|
22
|
-
import * as i21 from "./badge.pipes";
|
|
23
|
-
import * as i22 from "./html.pipes";
|
|
24
|
-
import * as i23 from "@angular/common";
|
|
25
|
-
import * as i24 from "@ionic/angular";
|
|
26
|
-
import * as i25 from "@ngx-translate/core";
|
|
27
|
-
export declare class SharedPipesModule {
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedPipesModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof i1.PropertyGetPipe, typeof i1.PropertyFormatPipe, typeof i1.ValueFormatPipe, typeof i2.DateFormatPipe, typeof i3.DateDiffDurationPipe, typeof i4.DurationPipe, typeof i5.DateFromNowPipe, typeof i6.LatLongFormatPipe, typeof i6.LatitudeFormatPipe, typeof i6.LongitudeFormatPipe, typeof i7.HighlightPipe, typeof i8.NumberFormatPipe, typeof i9.FileSizePipe, typeof i10.MathAbsPipe, typeof i10.OddPipe, typeof i10.EvenPipe, typeof i11.NotEmptyArrayPipe, typeof i11.EmptyArrayPipe, typeof i11.ArrayLengthPipe, typeof i11.ArrayFirstPipe, typeof i11.ArrayLastPipe, typeof i11.ArrayPluckPipe, typeof i11.ArrayIncludesPipe, typeof i11.ArrayFilterPipe, typeof i11.ArrayJoinPipe, typeof i12.MapGetPipe, typeof i12.MapKeysPipe, typeof i12.MapValuesPipe, typeof i13.IsNilOrBlankPipe, typeof i13.IsNotNilOrBlankPipe, typeof i13.IsNilOrNaNPipe, typeof i13.IsNotNilOrNaNPipe, typeof i13.IsNotNilPipe, typeof i13.IsNilPipe, typeof i13.ToStringPipe, typeof i13.CapitalizePipe, typeof i13.StrLengthPipe, typeof i13.StrIncludesPipe, typeof i1.BooleanFormatPipe, typeof i14.TranslateContextPipe, typeof i14.TranslatablePipe, typeof i15.NgInitDirective, typeof i16.FormErrorPipe, typeof i16.FormErrorTranslatePipe, typeof i16.FormGetPipe, typeof i16.FormGetControlPipe, typeof i16.FormGetArrayPipe, typeof i16.FormGetGroupPipe, typeof i16.FormGetValuePipe, typeof i17.MatColorPipe, typeof i18.AsAnyPipe, typeof i18.AsArrayPipe, typeof i18.AsObservablePipe, typeof i18.AsFloatLabelTypePipe, typeof i19.MaskitoPlaceholderPipe, typeof i20.IsSelectedPipe, typeof i20.IsNotEmptySelectionPipe, typeof i20.IsEmptySelectionPipe, typeof i20.SelectionLengthPipe, typeof i20.IsMultipleSelectionPipe, typeof i20.IsSingleSelectionPipe, typeof i21.BadgeNumberPipe, typeof i18.AsBooleanPipe, typeof i22.SafeHtmlPipe, typeof i22.NoHtmlPipe], [typeof i23.CommonModule, typeof i24.IonicModule, typeof i25.TranslateModule], [typeof i1.PropertyGetPipe, typeof i1.PropertyFormatPipe, typeof i1.ValueFormatPipe, typeof i2.DateFormatPipe, typeof i3.DateDiffDurationPipe, typeof i4.DurationPipe, typeof i5.DateFromNowPipe, typeof i6.LatLongFormatPipe, typeof i6.LatitudeFormatPipe, typeof i6.LongitudeFormatPipe, typeof i7.HighlightPipe, typeof i8.NumberFormatPipe, typeof i9.FileSizePipe, typeof i10.MathAbsPipe, typeof i10.OddPipe, typeof i10.EvenPipe, typeof i11.NotEmptyArrayPipe, typeof i11.EmptyArrayPipe, typeof i11.ArrayLengthPipe, typeof i11.ArrayFirstPipe, typeof i11.ArrayLastPipe, typeof i11.ArrayPluckPipe, typeof i11.ArrayIncludesPipe, typeof i11.ArrayFilterPipe, typeof i11.ArrayJoinPipe, typeof i12.MapGetPipe, typeof i12.MapKeysPipe, typeof i12.MapValuesPipe, typeof i13.IsNilOrBlankPipe, typeof i13.IsNotNilOrBlankPipe, typeof i13.IsNilOrNaNPipe, typeof i13.IsNotNilOrNaNPipe, typeof i13.IsNotNilPipe, typeof i13.IsNilPipe, typeof i13.ToStringPipe, typeof i13.CapitalizePipe, typeof i13.StrLengthPipe, typeof i13.StrIncludesPipe, typeof i1.BooleanFormatPipe, typeof i14.TranslateContextPipe, typeof i14.TranslatablePipe, typeof i15.NgInitDirective, typeof i16.FormErrorPipe, typeof i16.FormErrorTranslatePipe, typeof i16.FormGetPipe, typeof i16.FormGetControlPipe, typeof i16.FormGetArrayPipe, typeof i16.FormGetGroupPipe, typeof i16.FormGetValuePipe, typeof i17.MatColorPipe, typeof i18.AsAnyPipe, typeof i18.AsArrayPipe, typeof i18.AsObservablePipe, typeof i18.AsFloatLabelTypePipe, typeof i19.MaskitoPlaceholderPipe, typeof i20.IsSelectedPipe, typeof i20.IsNotEmptySelectionPipe, typeof i20.IsEmptySelectionPipe, typeof i20.SelectionLengthPipe, typeof i20.IsMultipleSelectionPipe, typeof i20.IsSingleSelectionPipe, typeof i21.BadgeNumberPipe, typeof i18.AsBooleanPipe, typeof i22.SafeHtmlPipe, typeof i22.NoHtmlPipe]>;
|
|
30
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipesModule>;
|
|
31
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DateFormatService } from './date-format.pipe';
|
|
3
|
-
import { FormFieldDefinition } from '../form/field.model';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PropertyGetPipe implements PipeTransform {
|
|
7
|
-
transform(obj: any, args: string | Array<string | number> | {
|
|
8
|
-
key: string;
|
|
9
|
-
defaultValue?: any;
|
|
10
|
-
}): any;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGetPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PropertyGetPipe, "propertyGet", false>;
|
|
13
|
-
}
|
|
14
|
-
declare abstract class AbstractValueFormatPipe {
|
|
15
|
-
private dateFormat;
|
|
16
|
-
private translate;
|
|
17
|
-
private _i18nYes;
|
|
18
|
-
private _i18nNo;
|
|
19
|
-
constructor(dateFormat: DateFormatService, translate: TranslateService);
|
|
20
|
-
get i18nYes(): string;
|
|
21
|
-
get i18nNo(): string;
|
|
22
|
-
protected valueToString(value: any, definition?: FormFieldDefinition): string;
|
|
23
|
-
}
|
|
24
|
-
export declare class PropertyFormatPipe extends AbstractValueFormatPipe implements PipeTransform {
|
|
25
|
-
constructor(dateFormat: DateFormatService, translate: TranslateService);
|
|
26
|
-
transform(obj: any, args: string | Array<string | number> | FormFieldDefinition): string | Promise<string>;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyFormatPipe, never>;
|
|
28
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PropertyFormatPipe, "propertyFormat", false>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PropertyFormatPipe>;
|
|
30
|
-
}
|
|
31
|
-
export declare class ValueFormatPipe extends AbstractValueFormatPipe implements PipeTransform {
|
|
32
|
-
constructor(dateFormat: DateFormatService, translate: TranslateService);
|
|
33
|
-
transform(value: any, definition: FormFieldDefinition): string | Promise<string>;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValueFormatPipe, never>;
|
|
35
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ValueFormatPipe, "valueFormat", false>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ValueFormatPipe>;
|
|
37
|
-
}
|
|
38
|
-
export declare class BooleanFormatPipe extends AbstractValueFormatPipe implements PipeTransform {
|
|
39
|
-
constructor(translate: TranslateService);
|
|
40
|
-
transform(value: any, opts?: {
|
|
41
|
-
yesLabel: string;
|
|
42
|
-
noLabel: string;
|
|
43
|
-
}): string;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFormatPipe, never>;
|
|
45
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BooleanFormatPipe, "booleanFormat", false>;
|
|
46
|
-
}
|
|
47
|
-
export {};
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core';
|
|
2
|
-
import { SelectionChange, SelectionModel } from '@angular/cdk/collections';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class AbstractSelectionModelPipe<T, R, O = void> implements PipeTransform, OnDestroy {
|
|
6
|
-
protected _ref: ChangeDetectorRef;
|
|
7
|
-
protected _result: R;
|
|
8
|
-
private _lastSelection;
|
|
9
|
-
private _lastValue;
|
|
10
|
-
private _lastOpts;
|
|
11
|
-
protected _shouldSubscribeToChanges: boolean;
|
|
12
|
-
private _onSelectionChanges;
|
|
13
|
-
protected constructor(_ref: ChangeDetectorRef);
|
|
14
|
-
transform(selection: SelectionModel<any>, value?: T, opts?: O): R;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
protected _subscribe(selection: SelectionModel<T>, value: T, opts?: O): Subscription;
|
|
17
|
-
/**
|
|
18
|
-
* Clean any existing subscription to change events
|
|
19
|
-
*/
|
|
20
|
-
protected _dispose(): void;
|
|
21
|
-
protected abstract _transform(selection: SelectionModel<T>, value?: T, opts?: O): R;
|
|
22
|
-
protected _filterSelectionChange(selectionChange: SelectionChange<any>, value?: T, opts?: O): boolean;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractSelectionModelPipe<any, any, any>, never>;
|
|
24
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AbstractSelectionModelPipe<any, any, any>, "abstract-selection", false>;
|
|
25
|
-
}
|
|
26
|
-
export declare class IsSelectedPipe extends AbstractSelectionModelPipe<any, boolean> implements PipeTransform, OnDestroy {
|
|
27
|
-
constructor(_ref: ChangeDetectorRef);
|
|
28
|
-
protected _transform(selection: SelectionModel<any>, value: any): boolean;
|
|
29
|
-
protected _filterSelectionChange(selectionChange: SelectionChange<any>, value: any): boolean;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsSelectedPipe, never>;
|
|
31
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsSelectedPipe, "isSelected", false>;
|
|
32
|
-
}
|
|
33
|
-
export declare class IsNotEmptySelectionPipe extends AbstractSelectionModelPipe<void, boolean> implements PipeTransform, OnDestroy {
|
|
34
|
-
constructor(_ref: ChangeDetectorRef);
|
|
35
|
-
protected _transform(selection: SelectionModel<any>): boolean;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptySelectionPipe, never>;
|
|
37
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNotEmptySelectionPipe, "isNotEmptySelection", false>;
|
|
38
|
-
}
|
|
39
|
-
export declare class IsEmptySelectionPipe extends AbstractSelectionModelPipe<void, boolean> {
|
|
40
|
-
constructor(_ref: ChangeDetectorRef);
|
|
41
|
-
protected _transform(selection: SelectionModel<any>): boolean;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptySelectionPipe, never>;
|
|
43
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsEmptySelectionPipe, "isEmptySelection", false>;
|
|
44
|
-
}
|
|
45
|
-
export declare class SelectionLengthPipe extends AbstractSelectionModelPipe<void, number> implements PipeTransform, OnDestroy {
|
|
46
|
-
constructor(_ref: ChangeDetectorRef);
|
|
47
|
-
protected _transform(selection: SelectionModel<any>): number;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionLengthPipe, never>;
|
|
49
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SelectionLengthPipe, "selectionLength", false>;
|
|
50
|
-
}
|
|
51
|
-
export declare class IsMultipleSelectionPipe extends AbstractSelectionModelPipe<void, boolean> implements PipeTransform, OnDestroy {
|
|
52
|
-
constructor(_ref: ChangeDetectorRef);
|
|
53
|
-
protected _transform(selection: SelectionModel<any>): boolean;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsMultipleSelectionPipe, never>;
|
|
55
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsMultipleSelectionPipe, "isMultipleSelection", false>;
|
|
56
|
-
}
|
|
57
|
-
export declare class IsSingleSelectionPipe extends AbstractSelectionModelPipe<void, boolean> {
|
|
58
|
-
constructor(_ref: ChangeDetectorRef);
|
|
59
|
-
protected _transform(selection: SelectionModel<any>): boolean;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsSingleSelectionPipe, never>;
|
|
61
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsSingleSelectionPipe, "isSingleSelection", false>;
|
|
62
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DisplayFn } from '../form/field.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IsNotNilOrBlankPipe implements PipeTransform {
|
|
5
|
-
transform(value: string): boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotNilOrBlankPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNotNilOrBlankPipe, "isNotNilOrBlank", false>;
|
|
8
|
-
}
|
|
9
|
-
export declare class IsNilOrBlankPipe implements PipeTransform {
|
|
10
|
-
transform(value: string): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNilOrBlankPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNilOrBlankPipe, "isNilOrBlank", false>;
|
|
13
|
-
}
|
|
14
|
-
export declare class IsNilOrNaNPipe implements PipeTransform {
|
|
15
|
-
transform(value: number): boolean;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNilOrNaNPipe, never>;
|
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNilOrNaNPipe, "isNilOrNaN", false>;
|
|
18
|
-
}
|
|
19
|
-
export declare class IsNotNilOrNaNPipe implements PipeTransform {
|
|
20
|
-
transform(value: number): boolean;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotNilOrNaNPipe, never>;
|
|
22
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNotNilOrNaNPipe, "isNotNilOrNaN", false>;
|
|
23
|
-
}
|
|
24
|
-
export declare class IsNotNilPipe implements PipeTransform {
|
|
25
|
-
transform(value: any): boolean;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotNilPipe, never>;
|
|
27
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNotNilPipe, "isNotNil", false>;
|
|
28
|
-
}
|
|
29
|
-
export declare class IsNilPipe implements PipeTransform {
|
|
30
|
-
transform(value: any): boolean;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNilPipe, never>;
|
|
32
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNilPipe, "isNil", false>;
|
|
33
|
-
}
|
|
34
|
-
export declare class ToStringPipe implements PipeTransform {
|
|
35
|
-
transform(value: number | object, displayWith?: DisplayFn): string;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToStringPipe, never>;
|
|
37
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ToStringPipe, "toString", false>;
|
|
38
|
-
}
|
|
39
|
-
export declare class CapitalizePipe implements PipeTransform {
|
|
40
|
-
transform(value: string): string;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizePipe, never>;
|
|
42
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizePipe, "capitalize", false>;
|
|
43
|
-
}
|
|
44
|
-
export declare class StrLengthPipe implements PipeTransform {
|
|
45
|
-
transform(value: string): number;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StrLengthPipe, never>;
|
|
47
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<StrLengthPipe, "strLength", false>;
|
|
48
|
-
}
|
|
49
|
-
export declare class StrIncludesPipe implements PipeTransform {
|
|
50
|
-
transform(value: string, searchString: string, position?: number): boolean;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StrIncludesPipe, never>;
|
|
52
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<StrIncludesPipe, "strIncludes", false>;
|
|
53
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { TranslateContextService } from '../services/translate-context.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TranslateContextPipe implements PipeTransform {
|
|
5
|
-
private translate;
|
|
6
|
-
constructor(translate: TranslateContextService);
|
|
7
|
-
transform(query: string, context?: string, interpolateParams?: any): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateContextPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TranslateContextPipe, "translateContext", false>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TranslateContextPipe>;
|
|
11
|
-
}
|
|
12
|
-
export declare class TranslatablePipe implements PipeTransform {
|
|
13
|
-
transform(value: string): string;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatablePipe, never>;
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatablePipe, "translatable", false>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TranslatablePipe>;
|
|
17
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PipeTransform, Predicate } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { FloatLabelType } from '@angular/material/form-field';
|
|
4
|
-
import { AppFloatLabelType } from '../form/field.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AsAnyPipe implements PipeTransform {
|
|
7
|
-
transform<T = any>(value: unknown | any): T | null;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AsAnyPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsAnyPipe, "asAny", false>;
|
|
10
|
-
}
|
|
11
|
-
export declare class AsArrayPipe implements PipeTransform {
|
|
12
|
-
transform<T = any>(value: unknown): T[] | null;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AsArrayPipe, never>;
|
|
14
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsArrayPipe, "asArray", false>;
|
|
15
|
-
}
|
|
16
|
-
export declare class AsObservablePipe implements PipeTransform {
|
|
17
|
-
transform<T = any>(value: unknown): Observable<T> | null;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AsObservablePipe, never>;
|
|
19
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsObservablePipe, "asObservable", false>;
|
|
20
|
-
}
|
|
21
|
-
export declare class AsFloatLabelTypePipe implements PipeTransform {
|
|
22
|
-
transform(value: AppFloatLabelType): FloatLabelType | null;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AsFloatLabelTypePipe, never>;
|
|
24
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsFloatLabelTypePipe, "asFloatLabelType", false>;
|
|
25
|
-
}
|
|
26
|
-
export declare class AsBooleanPipe implements PipeTransform {
|
|
27
|
-
transform(value: any, opts?: boolean | Predicate<any>): boolean;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AsBooleanPipe, never>;
|
|
29
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AsBooleanPipe, "asBoolean", false>;
|
|
30
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const matchMedia: (win: Window, query: string) => boolean;
|
|
2
|
-
export declare const testUserAgent: (win: Window, expr: RegExp) => boolean;
|
|
3
|
-
export declare const isWindows: (win?: Window) => boolean;
|
|
4
|
-
export declare const isTouchUi: (win?: Window) => boolean;
|
|
5
|
-
export declare const isIOS: (win: Window) => boolean;
|
|
6
|
-
export declare const isAndroid: (win: Window) => boolean;
|
|
7
|
-
export declare const isCapacitor: (win: any) => boolean;
|
|
8
|
-
export declare const isMobile: (win: Window) => any;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@rx-angular/template/push";
|
|
3
|
-
import * as i2 from "@rx-angular/template/for";
|
|
4
|
-
import * as i3 from "@rx-angular/template/if";
|
|
5
|
-
import * as i4 from "@rx-angular/template/let";
|
|
6
|
-
export declare class RxStateModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RxStateModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RxStateModule, never, [typeof i1.RxPush, typeof i2.RxFor, typeof i3.RxIf, typeof i4.RxLet], [typeof i1.RxPush, typeof i2.RxFor, typeof i3.RxIf, typeof i4.RxLet]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RxStateModule>;
|
|
10
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { FetchPolicy, WatchQueryFetchPolicy } from '@apollo/client/core';
|
|
3
|
-
import { SortDirection } from '@angular/material/sort';
|
|
4
|
-
import { EmptyObject } from '../../core/graphql/graphql.utils';
|
|
5
|
-
export declare interface Page {
|
|
6
|
-
offset: number;
|
|
7
|
-
size: number;
|
|
8
|
-
sortBy?: string;
|
|
9
|
-
sortDirection?: SortDirection;
|
|
10
|
-
}
|
|
11
|
-
export declare type FetchMoreFn<R, V = EmptyObject> = (variables?: V) => Promise<R>;
|
|
12
|
-
export declare interface LoadResult<T> {
|
|
13
|
-
data: T[];
|
|
14
|
-
total?: number;
|
|
15
|
-
errors?: any[];
|
|
16
|
-
fetchMore?: FetchMoreFn<LoadResult<T>>;
|
|
17
|
-
}
|
|
18
|
-
export declare type SuggestFn<T, F> = (value: any, filter?: F, sortBy?: string | keyof T, sortDirection?: SortDirection, opts?: {
|
|
19
|
-
fetchPolicy?: FetchPolicy;
|
|
20
|
-
[key: string]: any;
|
|
21
|
-
}) => Promise<T[] | LoadResult<T>>;
|
|
22
|
-
export declare interface SuggestService<T, F> {
|
|
23
|
-
suggest: SuggestFn<T, F>;
|
|
24
|
-
}
|
|
25
|
-
export declare interface EntityServiceLoadOptions {
|
|
26
|
-
fetchPolicy?: FetchPolicy;
|
|
27
|
-
trash?: boolean;
|
|
28
|
-
toEntity?: boolean;
|
|
29
|
-
query?: any;
|
|
30
|
-
variables?: any;
|
|
31
|
-
[key: string]: any;
|
|
32
|
-
}
|
|
33
|
-
export declare interface EntityServiceWatchOptions {
|
|
34
|
-
fetchPolicy?: WatchQueryFetchPolicy;
|
|
35
|
-
trash?: boolean;
|
|
36
|
-
toEntity?: boolean;
|
|
37
|
-
query?: any;
|
|
38
|
-
variables?: any;
|
|
39
|
-
[key: string]: any;
|
|
40
|
-
}
|
|
41
|
-
export declare interface EntityServiceListenChangesOptions {
|
|
42
|
-
interval?: number;
|
|
43
|
-
fetchPolicy?: FetchPolicy;
|
|
44
|
-
toEntity?: boolean;
|
|
45
|
-
query?: any;
|
|
46
|
-
variables?: any;
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
}
|
|
49
|
-
export declare interface IEntityService<T, ID = any, LO = EntityServiceLoadOptions> {
|
|
50
|
-
load(id: ID, opts?: LO): Promise<T>;
|
|
51
|
-
canUserWrite(data: T, opts?: any): boolean;
|
|
52
|
-
save(data: T, opts?: any): Promise<T>;
|
|
53
|
-
delete(data: T, opts?: any): Promise<any>;
|
|
54
|
-
listenChanges(id: ID, opts?: any): Observable<T | undefined>;
|
|
55
|
-
}
|
|
56
|
-
export declare interface EntitiesServiceLoadOptions extends EntityServiceLoadOptions {
|
|
57
|
-
withTotal?: boolean;
|
|
58
|
-
}
|
|
59
|
-
export declare interface EntitiesServiceWatchOptions extends EntityServiceWatchOptions {
|
|
60
|
-
withTotal?: boolean;
|
|
61
|
-
}
|
|
62
|
-
export declare interface IEntitiesService<T, F, O extends EntitiesServiceWatchOptions = EntitiesServiceWatchOptions> {
|
|
63
|
-
watchAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, filter?: Partial<F>, options?: O): Observable<LoadResult<T>>;
|
|
64
|
-
saveAll(data: T[], opts?: any): Promise<T[]>;
|
|
65
|
-
deleteAll(data: T[], opts?: any): Promise<any>;
|
|
66
|
-
asFilter(filter: Partial<F>): F;
|
|
67
|
-
}
|
|
68
|
-
export declare type LoadResultByPageFn<T> = (offset: number, size: number) => Promise<LoadResult<T>>;
|
|
69
|
-
export interface IEntityFullService<T, ID, F, O extends EntitiesServiceWatchOptions & EntityServiceLoadOptions> extends IEntityService<T, ID, O>, IEntitiesService<T, F, O> {
|
|
70
|
-
}
|
|
71
|
-
export declare function mergeLoadResult<T>(res1: LoadResult<T>, res2: LoadResult<T>): LoadResult<T>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
-
import { LoadResult, LoadResultByPageFn } from './entity-service.class';
|
|
3
|
-
export type CallableWithProgressionFn<O extends CallableWithProgressionOptions> = (opts?: O) => Promise<any>;
|
|
4
|
-
export interface CallableWithProgressionOptions {
|
|
5
|
-
maxProgression?: number;
|
|
6
|
-
progression?: BehaviorSubject<number>;
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
}
|
|
9
|
-
export declare class JobUtils {
|
|
10
|
-
static defers<O extends CallableWithProgressionOptions>(runnableList: CallableWithProgressionFn<O>[], opts?: O): Observable<number>[];
|
|
11
|
-
static defer<O extends CallableWithProgressionOptions>(runnable: CallableWithProgressionFn<O>, opts?: O): Observable<number>;
|
|
12
|
-
static run<O extends CallableWithProgressionOptions>(runnable: CallableWithProgressionFn<O>, opts: O): Observable<number>;
|
|
13
|
-
static fetchAllPages<T>(loadPageFn: LoadResultByPageFn<T>, opts?: {
|
|
14
|
-
progression?: BehaviorSubject<number>;
|
|
15
|
-
maxProgression?: number;
|
|
16
|
-
onPageLoaded?: (pageResult: LoadResult<T>) => any;
|
|
17
|
-
logPrefix?: string;
|
|
18
|
-
fetchSize?: number;
|
|
19
|
-
}): Promise<LoadResult<T>>;
|
|
20
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
-
import { EntitiesServiceLoadOptions, EntitiesServiceWatchOptions, IEntitiesService, LoadResult } from './entity-service.class';
|
|
3
|
-
import { SortDirection } from '@angular/material/sort';
|
|
4
|
-
import { OnDestroy } from '@angular/core';
|
|
5
|
-
import { IEntity } from '../../core/services/model/entity.model';
|
|
6
|
-
import { WaitForOptions } from '../observables';
|
|
7
|
-
import { StartableObservableService } from './startable-observable-service.class';
|
|
8
|
-
import { FilterFn, FilterFnFactory } from '../types';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export interface InMemoryEntitiesServiceOptions<T, F> {
|
|
11
|
-
onSort?: (data: T[], sortBy?: string, sortDirection?: SortDirection) => T[];
|
|
12
|
-
onLoad?: (data: T[]) => T[] | Promise<T[]>;
|
|
13
|
-
onSave?: (data: T[]) => T[] | Promise<T[]>;
|
|
14
|
-
equals?: (d1: T, d2: T) => boolean;
|
|
15
|
-
filterFnFactory?: FilterFnFactory<T, F>;
|
|
16
|
-
filterFn?: FilterFn<T>;
|
|
17
|
-
sortByReplacement?: {
|
|
18
|
-
[key: string]: string;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export declare class InMemoryEntitiesService<T extends IEntity<T, ID>, F = any, ID = number, O extends EntitiesServiceWatchOptions = EntitiesServiceWatchOptions> extends StartableObservableService<T[], T[]> implements IEntitiesService<T, F, O>, OnDestroy {
|
|
22
|
-
protected dataType: new () => T;
|
|
23
|
-
protected filterType: new () => F;
|
|
24
|
-
debug: boolean;
|
|
25
|
-
private _hiddenData;
|
|
26
|
-
readonly dirtySubject: BehaviorSubject<boolean>;
|
|
27
|
-
readonly savingSubject: BehaviorSubject<boolean>;
|
|
28
|
-
protected readonly sortByReplacement: {
|
|
29
|
-
[key: string]: string;
|
|
30
|
-
};
|
|
31
|
-
private readonly _sortFn;
|
|
32
|
-
private readonly _onLoad;
|
|
33
|
-
private readonly _onSaveFn;
|
|
34
|
-
private readonly _equalsFn;
|
|
35
|
-
private readonly _filterFnFactory;
|
|
36
|
-
set value(data: T[]);
|
|
37
|
-
get value(): T[];
|
|
38
|
-
get saving(): boolean;
|
|
39
|
-
get dirty(): boolean;
|
|
40
|
-
constructor(dataType: new () => T, filterType: new () => F, options?: InMemoryEntitiesServiceOptions<T, F>);
|
|
41
|
-
protected ngOnStart(data?: T[]): Promise<T[]>;
|
|
42
|
-
protected ngOnStop(): Promise<void>;
|
|
43
|
-
ngOnDestroy(): void;
|
|
44
|
-
setValue(data: T[]): void;
|
|
45
|
-
loadAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, filter?: F, opts?: EntitiesServiceLoadOptions & {
|
|
46
|
-
updateHiddenData?: boolean;
|
|
47
|
-
}): Promise<LoadResult<T>>;
|
|
48
|
-
watchAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, filterData?: F, options?: any): Observable<LoadResult<T>>;
|
|
49
|
-
saveAll(data: T[], options?: any): Promise<T[]>;
|
|
50
|
-
deleteAll(dataToRemove: T[], options?: any): Promise<any>;
|
|
51
|
-
sort(data: T[], sortBy?: string, sortDirection?: SortDirection): T[];
|
|
52
|
-
asFilter(source: Partial<F>): F;
|
|
53
|
-
addSortByReplacement(source: string, target: string): void;
|
|
54
|
-
equals(d1: T, d2: T): boolean;
|
|
55
|
-
/**
|
|
56
|
-
* Count data stored by the service (without hidden data).
|
|
57
|
-
*
|
|
58
|
-
* @param opts
|
|
59
|
-
*/
|
|
60
|
-
/**
|
|
61
|
-
* Count data stored by the service (without hidden data).
|
|
62
|
-
*
|
|
63
|
-
* @param opts
|
|
64
|
-
* @deprecated TODO Please rename this getter into visibleCount (and create count = hiddenCount + visibleCount)
|
|
65
|
-
*/
|
|
66
|
-
get count(): number;
|
|
67
|
-
get hiddenCount(): number;
|
|
68
|
-
waitIdle(opts?: WaitForOptions): Promise<void>;
|
|
69
|
-
markAsDirty(): void;
|
|
70
|
-
markAsPristine(): void;
|
|
71
|
-
protected filter(data: T[], _filter: F, hiddenData: T[]): T[];
|
|
72
|
-
protected connect(): Observable<LoadResult<T>>;
|
|
73
|
-
protected waitWhileSaving(opts?: WaitForOptions): Promise<void>;
|
|
74
|
-
protected markAsSaving(): void;
|
|
75
|
-
protected markAsSaved(): void;
|
|
76
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InMemoryEntitiesService<any, any, any, any>, never>;
|
|
77
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InMemoryEntitiesService<any, any, any, any>, never, never, {}, {}, never, never, false, never>;
|
|
78
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, InjectionToken } from '@angular/core';
|
|
2
|
-
import { ProgressBarMode } from '@angular/material/progress-bar';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const APP_PROGRESS_BAR_SERVICE: InjectionToken<IProgressBarService>;
|
|
5
|
-
export declare type ProgressMode = ProgressBarMode;
|
|
6
|
-
export interface IProgressBarService {
|
|
7
|
-
onProgressChanged: EventEmitter<ProgressBarMode>;
|
|
8
|
-
list(): number;
|
|
9
|
-
increase(): any;
|
|
10
|
-
decrease(): any;
|
|
11
|
-
}
|
|
12
|
-
export declare class ProgressBarService implements IProgressBarService {
|
|
13
|
-
private _requestsRunning;
|
|
14
|
-
onProgressChanged: EventEmitter<ProgressBarMode>;
|
|
15
|
-
list(): number;
|
|
16
|
-
increase(): void;
|
|
17
|
-
decrease(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarService, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProgressBarService>;
|
|
20
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject, Subject, Subscription } from 'rxjs';
|
|
2
|
-
import { IStartableService } from './startable-service.class';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Same as StartableService, but with a dataSubject instead of a simple 'data' property
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class StartableObservableService<T = any, O = any> implements IStartableService<T> {
|
|
8
|
-
readonly dataSubject: BehaviorSubject<T>;
|
|
9
|
-
readonly startSubject: Subject<T>;
|
|
10
|
-
readonly stopSubject: Subject<void>;
|
|
11
|
-
protected _debug: boolean;
|
|
12
|
-
protected _startByReadyFunction: boolean;
|
|
13
|
-
private _started;
|
|
14
|
-
private _startPromise;
|
|
15
|
-
private _startPrerequisite;
|
|
16
|
-
private _subscription;
|
|
17
|
-
protected constructor(prerequisiteService?: {
|
|
18
|
-
ready: () => Promise<any>;
|
|
19
|
-
});
|
|
20
|
-
start(opts?: O): Promise<T>;
|
|
21
|
-
ready(): Promise<T>;
|
|
22
|
-
stop(): Promise<void>;
|
|
23
|
-
restart(opts?: O): Promise<T>;
|
|
24
|
-
get started(): boolean;
|
|
25
|
-
get starting(): boolean;
|
|
26
|
-
get stopped(): boolean;
|
|
27
|
-
protected get data(): T;
|
|
28
|
-
protected set data(value: T);
|
|
29
|
-
protected registerSubscription(sub: Subscription): void;
|
|
30
|
-
protected unregisterSubscription(sub: Subscription): void;
|
|
31
|
-
protected unsubscribe(): void;
|
|
32
|
-
protected ngOnStop(): Promise<void> | void;
|
|
33
|
-
protected abstract ngOnStart(opts?: O): Promise<T>;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StartableObservableService<any, any>, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StartableObservableService<any, any>, never, never, {}, {}, never, never, false, never>;
|
|
36
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { Subject, Subscription } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface IStartableService<T = any> {
|
|
4
|
-
started: boolean;
|
|
5
|
-
start(): Promise<T>;
|
|
6
|
-
stop(): Promise<void>;
|
|
7
|
-
ready(): Promise<T>;
|
|
8
|
-
}
|
|
9
|
-
export declare function isStartableService(data: any): data is IStartableService;
|
|
10
|
-
export declare abstract class StartableService<T = any, O = any> implements IStartableService<T> {
|
|
11
|
-
readonly startSubject: Subject<T>;
|
|
12
|
-
readonly stopSubject: Subject<void>;
|
|
13
|
-
protected _debug: boolean;
|
|
14
|
-
protected _startByReadyFunction: boolean;
|
|
15
|
-
protected _data: T;
|
|
16
|
-
private _started;
|
|
17
|
-
private _startPromise;
|
|
18
|
-
private _startPrerequisite;
|
|
19
|
-
private _subscription;
|
|
20
|
-
protected constructor(prerequisiteService?: {
|
|
21
|
-
ready: () => Promise<any>;
|
|
22
|
-
});
|
|
23
|
-
start(opts?: O): Promise<T>;
|
|
24
|
-
ready(): Promise<T>;
|
|
25
|
-
stop(): Promise<void>;
|
|
26
|
-
restart(opts?: O): Promise<T>;
|
|
27
|
-
get started(): boolean;
|
|
28
|
-
get starting(): boolean;
|
|
29
|
-
get stopped(): boolean;
|
|
30
|
-
protected registerSubscription(sub: Subscription): void;
|
|
31
|
-
protected unregisterSubscription(sub: Subscription): void;
|
|
32
|
-
protected unsubscribe(): void;
|
|
33
|
-
protected ngOnStop(): Promise<void> | void;
|
|
34
|
-
protected abstract ngOnStart(opts?: O): Promise<T>;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StartableService<any, any>, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StartableService<any, any>, never, never, {}, {}, never, never, false, never>;
|
|
37
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TranslateContextService {
|
|
5
|
-
protected translate: TranslateService;
|
|
6
|
-
constructor(translate: TranslateService);
|
|
7
|
-
get(key: string | string[], context?: string, interpolateParams?: any): Observable<any>;
|
|
8
|
-
instant(key: string | string[], context?: string, interpolateParams?: any): any;
|
|
9
|
-
/**
|
|
10
|
-
* Compute contextual i18n keys, using the context as suffix.<br>
|
|
11
|
-
* Suffix can be simple name (like 'aaa' - will return ['<key>.aaa']) or complexe (like 'aaa.bbb' - will return ['<key>.aaa.bbb', '<key>.aaa']
|
|
12
|
-
*
|
|
13
|
-
* @param key
|
|
14
|
-
* @param context
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
|
-
contextualKeys(key: string, context: string): string[];
|
|
18
|
-
/**
|
|
19
|
-
* Compute a contextual i18n key, using the context as suffix
|
|
20
|
-
*
|
|
21
|
-
* @param key
|
|
22
|
-
* @param context
|
|
23
|
-
* @private
|
|
24
|
-
*/
|
|
25
|
-
contextualKey(key: string, context: string): string;
|
|
26
|
-
private findFirstValid;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateContextService, never>;
|
|
28
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TranslateContextService>;
|
|
29
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ValidatorService } from '@e-is/ngx-material-table';
|
|
2
|
-
import { AbstractControl, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
export interface IValidatorService<T> extends ValidatorService {
|
|
4
|
-
getFormGroup(data?: T): UntypedFormGroup;
|
|
5
|
-
/**
|
|
6
|
-
* Compute errors from a controls
|
|
7
|
-
*
|
|
8
|
-
* @param control any control, or FormGroup, or FormArray
|
|
9
|
-
*/
|
|
10
|
-
getI18nFormErrors(control: AbstractControl): string[];
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LoadResult } from './services/entity-service.class';
|
|
2
|
-
export declare function suggestFromArray<T = any>(items: T[], value: any, opts?: {
|
|
3
|
-
offset?: number;
|
|
4
|
-
size?: number;
|
|
5
|
-
searchAttribute?: string;
|
|
6
|
-
searchAttributes?: string[];
|
|
7
|
-
excludedIds?: number[];
|
|
8
|
-
skipSort?: boolean;
|
|
9
|
-
anySearch?: boolean;
|
|
10
|
-
}): LoadResult<T>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ActivatedRouteSnapshot } from '@angular/router';
|
|
2
|
-
import { IonicRouteStrategy } from '@ionic/angular';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/router";
|
|
5
|
-
export declare class CustomReuseStrategy extends IonicRouteStrategy {
|
|
6
|
-
/**
|
|
7
|
-
* Force to reuse the route when:
|
|
8
|
-
* - path change from [/new] -> [/:id]
|
|
9
|
-
* - or path change from [/new] -> [/new?id=:id]
|
|
10
|
-
*
|
|
11
|
-
* @param future
|
|
12
|
-
* @param curr
|
|
13
|
-
*/
|
|
14
|
-
shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomReuseStrategy, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CustomReuseStrategy>;
|
|
17
|
-
}
|
|
18
|
-
export declare class SharedRoutingModule {
|
|
19
|
-
constructor();
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedRoutingModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRoutingModule, never, [typeof i1.RouterModule], never>;
|
|
22
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedRoutingModule>;
|
|
23
|
-
}
|