@sumaris-net/ngx-components 2.18.0-beta9 → 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 +32423 -22727
- 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 -480
- 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 -118
- 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,57 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const ENVIRONMENT = new InjectionToken('ENV');
|
|
3
|
-
export class Environment {
|
|
4
|
-
name;
|
|
5
|
-
version;
|
|
6
|
-
production;
|
|
7
|
-
// An URL to load external environment file (e.g. 'assets/environments/environment.json'
|
|
8
|
-
externalEnvironmentUrl;
|
|
9
|
-
baseUrl;
|
|
10
|
-
connectionTimeout;
|
|
11
|
-
sameUrlPeer;
|
|
12
|
-
// The peer to use (if defined)
|
|
13
|
-
peer;
|
|
14
|
-
// A peer to use at startup (useful on a web site deployment)
|
|
15
|
-
defaultPeer;
|
|
16
|
-
// A list of peers, to select as peer, in settings
|
|
17
|
-
defaultPeers;
|
|
18
|
-
// Min compatible version for the peer
|
|
19
|
-
peerMinVersion;
|
|
20
|
-
// Default peer prefix, when fix peer url manually (default: 'https://')
|
|
21
|
-
peerDefaultPrefix;
|
|
22
|
-
// Interval to check if web page must be reload, in millis
|
|
23
|
-
checkAppVersionIntervalInSeconds;
|
|
24
|
-
// Enable cache persistence ?
|
|
25
|
-
persistCache;
|
|
26
|
-
// Force offline mode ? /!\ For DEV only
|
|
27
|
-
offline;
|
|
28
|
-
// Apollo (graphQL) config
|
|
29
|
-
apolloFetchPolicy;
|
|
30
|
-
// Default values
|
|
31
|
-
defaultLocale;
|
|
32
|
-
defaultLatLongFormat;
|
|
33
|
-
defaultDepartmentId;
|
|
34
|
-
defaultAppName;
|
|
35
|
-
defaultAndroidInstallUrl;
|
|
36
|
-
// Route and style
|
|
37
|
-
useHash; // Configure Angular router to use '#' in URL (need by web-ext artifact)
|
|
38
|
-
allowDarkMode;
|
|
39
|
-
// Logging
|
|
40
|
-
logging;
|
|
41
|
-
// Storage
|
|
42
|
-
cache;
|
|
43
|
-
storage;
|
|
44
|
-
storageSavePeriodMs;
|
|
45
|
-
// About
|
|
46
|
-
sourceUrl;
|
|
47
|
-
reportIssueUrl;
|
|
48
|
-
forumUrl;
|
|
49
|
-
helpUrl;
|
|
50
|
-
// Default authentication /!\ For DEV only
|
|
51
|
-
// (see values in the test database - XML files in Pod's module)
|
|
52
|
-
defaultAuthValues;
|
|
53
|
-
// Account
|
|
54
|
-
account;
|
|
55
|
-
entityEditor;
|
|
56
|
-
}
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXJvbm1lbnQuY2xhc3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZW52aXJvbm1lbnRzL2Vudmlyb25tZW50LmNsYXNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFJL0MsTUFBTSxDQUFDLE1BQU0sV0FBVyxHQUFHLElBQUksY0FBYyxDQUFjLEtBQUssQ0FBQyxDQUFDO0FBRWxFLE1BQU0sT0FBTyxXQUFXO0lBQ3RCLElBQUksQ0FBUztJQUNiLE9BQU8sQ0FBUztJQUNoQixVQUFVLENBQVU7SUFFcEIsd0ZBQXdGO0lBQ3hGLHNCQUFzQixDQUFVO0lBQ2hDLE9BQU8sQ0FBUztJQUNoQixpQkFBaUIsQ0FBVTtJQUUzQixXQUFXLENBQVc7SUFFdEIsK0JBQStCO0lBQy9CLElBQUksQ0FBc0Y7SUFFMUYsNkRBQTZEO0lBQzdELFdBQVcsQ0FBc0Y7SUFFakcsa0RBQWtEO0lBQ2xELFlBQVksQ0FBcUU7SUFFakYsc0NBQXNDO0lBQ3RDLGNBQWMsQ0FBVTtJQUV4Qix3RUFBd0U7SUFDeEUsaUJBQWlCLENBQVU7SUFFM0IsMERBQTBEO0lBQzFELGdDQUFnQyxDQUFVO0lBRTFDLDZCQUE2QjtJQUM3QixZQUFZLENBQVc7SUFFdkIsd0NBQXdDO0lBQ3hDLE9BQU8sQ0FBVztJQUVsQiwwQkFBMEI7SUFDMUIsaUJBQWlCLENBQWU7SUFFaEMsaUJBQWlCO0lBQ2pCLGFBQWEsQ0FBUztJQUN0QixvQkFBb0IsQ0FBNEI7SUFDaEQsbUJBQW1CLENBQVU7SUFDN0IsY0FBYyxDQUFVO0lBQ3hCLHdCQUF3QixDQUFVO0lBRWxDLGtCQUFrQjtJQUNsQixPQUFPLENBQVcsQ0FBQyx3RUFBd0U7SUFDM0YsYUFBYSxDQUFXO0lBRXhCLFVBQVU7SUFDVixPQUFPLENBQWlDO0lBRXhDLFVBQVU7SUFDVixLQUFLLENBQXdCO0lBQzdCLE9BQU8sQ0FBMEI7SUFDakMsbUJBQW1CLENBQVU7SUFFN0IsUUFBUTtJQUNSLFNBQVMsQ0FBVTtJQUNuQixjQUFjLENBQVU7SUFDeEIsUUFBUSxDQUFVO0lBQ2xCLE9BQU8sQ0FBVTtJQUVqQiwwQ0FBMEM7SUFDMUMsZ0VBQWdFO0lBQ2hFLGlCQUFpQixDQUlmO0lBRUYsVUFBVTtJQUNWLE9BQU8sQ0FNTDtJQUVGLFlBQVksQ0FLVjtDQUNIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRmV0Y2hQb2xpY3kgfSBmcm9tICdAYXBvbGxvL2NsaWVudC9jb3JlJztcbmltcG9ydCB7IFN0b3JhZ2VDb25maWcgfSBmcm9tICdAaW9uaWMvc3RvcmFnZSc7XG5pbXBvcnQgeyBJbmplY3Rpb25Ub2tlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ2FjaGVDb25maWcgfSBmcm9tICdpb25pYy1jYWNoZS9saWIvaW50ZXJmYWNlcy9jYWNoZS1jb25maWcuaW50ZXJmYWNlJztcbmltcG9ydCB7IExvZ2dpbmdTZXJ2aWNlQ29uZmlnIH0gZnJvbSAnLi4vYXBwL3NoYXJlZC9sb2dnaW5nL2xvZ2dpbmctc2VydmljZS5jb25maWcnO1xuXG5leHBvcnQgY29uc3QgRU5WSVJPTk1FTlQgPSBuZXcgSW5qZWN0aW9uVG9rZW48RW52aXJvbm1lbnQ+KCdFTlYnKTtcblxuZXhwb3J0IGNsYXNzIEVudmlyb25tZW50IHtcbiAgbmFtZTogc3RyaW5nO1xuICB2ZXJzaW9uOiBzdHJpbmc7XG4gIHByb2R1Y3Rpb246IGJvb2xlYW47XG5cbiAgLy8gQW4gVVJMIHRvIGxvYWQgZXh0ZXJuYWwgZW52aXJvbm1lbnQgZmlsZSAoZS5nLiAnYXNzZXRzL2Vudmlyb25tZW50cy9lbnZpcm9ubWVudC5qc29uJ1xuICBleHRlcm5hbEVudmlyb25tZW50VXJsPzogc3RyaW5nO1xuICBiYXNlVXJsOiBzdHJpbmc7XG4gIGNvbm5lY3Rpb25UaW1lb3V0PzogbnVtYmVyO1xuXG4gIHNhbWVVcmxQZWVyPzogYm9vbGVhbjtcblxuICAvLyBUaGUgcGVlciB0byB1c2UgKGlmIGRlZmluZWQpXG4gIHBlZXI/OiB7IGhvc3Q6IHN0cmluZzsgcG9ydDogbnVtYmVyOyB1c2VTc2w/OiBib29sZWFuOyBwYXRoPzogc3RyaW5nIH0gfCB1bmRlZmluZWQgfCBudWxsO1xuXG4gIC8vIEEgcGVlciB0byB1c2UgYXQgc3RhcnR1cCAodXNlZnVsIG9uIGEgd2ViIHNpdGUgZGVwbG95bWVudClcbiAgZGVmYXVsdFBlZXI/OiB7IGhvc3Q6IHN0cmluZzsgcG9ydDogbnVtYmVyOyB1c2VTc2w/OiBib29sZWFuOyBwYXRoPzogc3RyaW5nIH0gfCB1bmRlZmluZWQgfCBudWxsO1xuXG4gIC8vIEEgbGlzdCBvZiBwZWVycywgdG8gc2VsZWN0IGFzIHBlZXIsIGluIHNldHRpbmdzXG4gIGRlZmF1bHRQZWVycz86IHsgaG9zdDogc3RyaW5nOyBwb3J0OiBudW1iZXI7IHVzZVNzbD86IGJvb2xlYW47IHBhdGg/OiBzdHJpbmcgfVtdO1xuXG4gIC8vIE1pbiBjb21wYXRpYmxlIHZlcnNpb24gZm9yIHRoZSBwZWVyXG4gIHBlZXJNaW5WZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8vIERlZmF1bHQgcGVlciBwcmVmaXgsIHdoZW4gZml4IHBlZXIgdXJsIG1hbnVhbGx5IChkZWZhdWx0OiAnaHR0cHM6Ly8nKVxuICBwZWVyRGVmYXVsdFByZWZpeD86IHN0cmluZztcblxuICAvLyBJbnRlcnZhbCB0byBjaGVjayBpZiB3ZWIgcGFnZSBtdXN0IGJlIHJlbG9hZCwgaW4gbWlsbGlzXG4gIGNoZWNrQXBwVmVyc2lvbkludGVydmFsSW5TZWNvbmRzPzogbnVtYmVyO1xuXG4gIC8vIEVuYWJsZSBjYWNoZSBwZXJzaXN0ZW5jZSA/XG4gIHBlcnNpc3RDYWNoZT86IGJvb2xlYW47XG5cbiAgLy8gRm9yY2Ugb2ZmbGluZSBtb2RlID8gLyFcXCBGb3IgREVWIG9ubHlcbiAgb2ZmbGluZT86IGJvb2xlYW47XG5cbiAgLy8gQXBvbGxvIChncmFwaFFMKSBjb25maWdcbiAgYXBvbGxvRmV0Y2hQb2xpY3k/OiBGZXRjaFBvbGljeTtcblxuICAvLyBEZWZhdWx0IHZhbHVlc1xuICBkZWZhdWx0TG9jYWxlOiBzdHJpbmc7XG4gIGRlZmF1bHRMYXRMb25nRm9ybWF0PzogJ0REJyB8ICdERE1NJyB8ICdERE1NU1MnO1xuICBkZWZhdWx0RGVwYXJ0bWVudElkPzogbnVtYmVyO1xuICBkZWZhdWx0QXBwTmFtZT86IHN0cmluZztcbiAgZGVmYXVsdEFuZHJvaWRJbnN0YWxsVXJsPzogc3RyaW5nO1xuXG4gIC8vIFJvdXRlIGFuZCBzdHlsZVxuICB1c2VIYXNoPzogYm9vbGVhbjsgLy8gQ29uZmlndXJlIEFuZ3VsYXIgcm91dGVyIHRvIHVzZSAnIycgaW4gVVJMIChuZWVkIGJ5IHdlYi1leHQgYXJ0aWZhY3QpXG4gIGFsbG93RGFya01vZGU/OiBib29sZWFuO1xuXG4gIC8vIExvZ2dpbmdcbiAgbG9nZ2luZz86IFBhcnRpYWw8TG9nZ2luZ1NlcnZpY2VDb25maWc+O1xuXG4gIC8vIFN0b3JhZ2VcbiAgY2FjaGU/OiBQYXJ0aWFsPENhY2hlQ29uZmlnPjtcbiAgc3RvcmFnZT86IFBhcnRpYWw8U3RvcmFnZUNvbmZpZz47XG4gIHN0b3JhZ2VTYXZlUGVyaW9kTXM/OiBudW1iZXI7XG5cbiAgLy8gQWJvdXRcbiAgc291cmNlVXJsPzogc3RyaW5nO1xuICByZXBvcnRJc3N1ZVVybD86IHN0cmluZztcbiAgZm9ydW1Vcmw/OiBzdHJpbmc7XG4gIGhlbHBVcmw/OiBzdHJpbmc7XG5cbiAgLy8gRGVmYXVsdCBhdXRoZW50aWNhdGlvbiAvIVxcIEZvciBERVYgb25seVxuICAvLyAoc2VlIHZhbHVlcyBpbiB0aGUgdGVzdCBkYXRhYmFzZSAtIFhNTCBmaWxlcyBpbiBQb2QncyBtb2R1bGUpXG4gIGRlZmF1bHRBdXRoVmFsdWVzPzoge1xuICAgIHVzZXJuYW1lPzogc3RyaW5nO1xuICAgIHBhc3N3b3JkPzogc3RyaW5nO1xuICAgIHRva2VuPzogc3RyaW5nO1xuICB9O1xuXG4gIC8vIEFjY291bnRcbiAgYWNjb3VudD86IHtcbiAgICBzaG93QWNjb3VudEJ1dHRvbj86IGJvb2xlYW47IC8vIFNob3cgYWNjb3VudCBidXR0b24gaW4gaG9tZSBwYWdlIChpZiB1bmRlZmluZWQgPSB0cnVlKVxuICAgIGVuYWJsZUxpc3RlbkNoYW5nZXM/OiBib29sZWFuO1xuICAgIC8vIElmIHVuZGVmaW5lZCBvciAwLCB0aGVuIGxpc3RlbiBvbmx5IGNoYW5nZXMgbWFkZSBieSB0aGUgcG9kXG4gICAgLy8gSWYgZ3JlYXRlciB0aGFuIDAgOiB3aWxsIGNoZWNrIGNvbmN1cnJlbnQgY2hhbmdlcyBpbiB0aGUgREIgKGUuZy4gY2hhbmdlcyBtZGUgYnkgYW5vdGhlciBzb2Z0d2FyZSkgQU5EIGNoYW5nZXMgbWFkZSB0aGUgcG9kXG4gICAgbGlzdGVuSW50ZXJ2YWxJblNlY29uZHM/OiBudW1iZXI7XG4gIH07XG5cbiAgZW50aXR5RWRpdG9yPzoge1xuICAgIGVuYWJsZUxpc3RlbkNoYW5nZXM/OiBib29sZWFuO1xuICAgIC8vIElmIHVuZGVmaW5lZCBvciAwLCB0aGVuIGxpc3RlbiBvbmx5IGNoYW5nZXMgbWFkZSBieSB0aGUgcG9kXG4gICAgLy8gSWYgZ3JlYXRlciB0aGFuIDAgOiB3aWxsIGNoZWNrIGNvbmN1cnJlbnQgY2hhbmdlcyBpbiB0aGUgREIgKGUuZy4gY2hhbmdlcyBtZGUgYnkgYW5vdGhlciBzb2Z0d2FyZSkgQU5EIGNoYW5nZXMgbWFkZSB0aGUgcG9kXG4gICAgbGlzdGVuSW50ZXJ2YWxJblNlY29uZHM/OiBudW1iZXI7XG4gIH07XG59XG4iXX0=
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { Directive } from '@angular/core';
|
|
2
|
-
import { firstValueFrom, of, shareReplay, tap } from 'rxjs';
|
|
3
|
-
import { catchError } from 'rxjs/operators';
|
|
4
|
-
import { isNotNilOrBlank } from '../app/shared/functions';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EnvironmentLoader {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EnvironmentLoader, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
8
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: EnvironmentLoader, ngImport: i0 });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EnvironmentLoader, decorators: [{
|
|
11
|
-
type: Directive
|
|
12
|
-
}] });
|
|
13
|
-
export class EnvironmentHttpLoader extends EnvironmentLoader {
|
|
14
|
-
http;
|
|
15
|
-
_logPrefix = '[environment-loader] ';
|
|
16
|
-
_debug;
|
|
17
|
-
_environment;
|
|
18
|
-
_loaded = false;
|
|
19
|
-
_externalEnvironmentUrl;
|
|
20
|
-
constructor(http, defaultEnvironment) {
|
|
21
|
-
super();
|
|
22
|
-
this.http = http;
|
|
23
|
-
// Copy default environment (because can be readonly)
|
|
24
|
-
this._environment = Object.assign({}, defaultEnvironment || {});
|
|
25
|
-
this._externalEnvironmentUrl = this._environment.externalEnvironmentUrl;
|
|
26
|
-
this._debug = !this._environment.production;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Get the loaded environment. Should be call after loaded
|
|
30
|
-
*/
|
|
31
|
-
get() {
|
|
32
|
-
if (!this._loaded && isNotNilOrBlank(this._externalEnvironmentUrl)) {
|
|
33
|
-
console.warn(`${this._logPrefix}EnvironmentHttpLoader.get() should be called AFTER load() finished.`);
|
|
34
|
-
}
|
|
35
|
-
return this._environment;
|
|
36
|
-
}
|
|
37
|
-
async load() {
|
|
38
|
-
if (this._loaded)
|
|
39
|
-
return this._environment; // Already loaded
|
|
40
|
-
try {
|
|
41
|
-
// If it has an external url
|
|
42
|
-
if (isNotNilOrBlank(this._externalEnvironmentUrl)) {
|
|
43
|
-
// DEBUG
|
|
44
|
-
//await sleep(4000);
|
|
45
|
-
// Load external environment file
|
|
46
|
-
const json = await this.fetch(this._externalEnvironmentUrl);
|
|
47
|
-
// Patch the existing environment
|
|
48
|
-
if (json) {
|
|
49
|
-
Object.assign(this._environment, json);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
return this._environment;
|
|
53
|
-
}
|
|
54
|
-
finally {
|
|
55
|
-
this._loaded = true;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
/* -- protected function -- */
|
|
59
|
-
async fetch(url) {
|
|
60
|
-
if (this._debug)
|
|
61
|
-
console.debug(`${this._logPrefix}Loading external environment from {${url}}...`);
|
|
62
|
-
return firstValueFrom(this.http.get(url).pipe(shareReplay(1), tap((json) => {
|
|
63
|
-
if (this._debug)
|
|
64
|
-
console.debug(`${this._logPrefix}External environment loaded`, json);
|
|
65
|
-
}), catchError((error) => {
|
|
66
|
-
if (error.status === 404) {
|
|
67
|
-
if (this._debug)
|
|
68
|
-
console.error(`${this._logPrefix}External environment not found (404)`);
|
|
69
|
-
}
|
|
70
|
-
else {
|
|
71
|
-
console.error(`${this._logPrefix}Failed to load external environment: ${error.message}`, error);
|
|
72
|
-
}
|
|
73
|
-
return of(null);
|
|
74
|
-
})));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXJvbm1lbnQubG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2Vudmlyb25tZW50cy9lbnZpcm9ubWVudC5sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUxQyxPQUFPLEVBQUUsY0FBYyxFQUFFLEVBQUUsRUFBRSxXQUFXLEVBQUUsR0FBRyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzVELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU1QyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBRzFELE1BQU0sT0FBZ0IsaUJBQWlCO3VHQUFqQixpQkFBaUI7MkZBQWpCLGlCQUFpQjs7MkZBQWpCLGlCQUFpQjtrQkFEdEMsU0FBUzs7QUFPVixNQUFNLE9BQU8scUJBQTJELFNBQVEsaUJBQW9CO0lBU3RGO0lBUkssVUFBVSxHQUFHLHVCQUF1QixDQUFDO0lBRTVDLE1BQU0sQ0FBVTtJQUNoQixZQUFZLENBQUk7SUFDaEIsT0FBTyxHQUFHLEtBQUssQ0FBQztJQUNQLHVCQUF1QixDQUFTO0lBRW5ELFlBQ1ksSUFBZ0IsRUFDMUIsa0JBQXNCO1FBRXRCLEtBQUssRUFBRSxDQUFDO1FBSEUsU0FBSSxHQUFKLElBQUksQ0FBWTtRQUkxQixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFlBQVksR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRSxrQkFBa0IsSUFBTyxFQUFFLENBQUMsQ0FBQztRQUNuRSxJQUFJLENBQUMsdUJBQXVCLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxzQkFBc0IsQ0FBQztRQUN4RSxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxVQUFVLENBQUM7SUFDOUMsQ0FBQztJQUVEOztPQUVHO0lBQ0gsR0FBRztRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxJQUFJLGVBQWUsQ0FBQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsRUFBRSxDQUFDO1lBQ25FLE9BQU8sQ0FBQyxJQUFJLENBQUMsR0FBRyxJQUFJLENBQUMsVUFBVSxxRUFBcUUsQ0FBQyxDQUFDO1FBQ3hHLENBQUM7UUFDRCxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDM0IsQ0FBQztJQUVELEtBQUssQ0FBQyxJQUFJO1FBQ1IsSUFBSSxJQUFJLENBQUMsT0FBTztZQUFFLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLGlCQUFpQjtRQUU3RCxJQUFJLENBQUM7WUFDSCw0QkFBNEI7WUFDNUIsSUFBSSxlQUFlLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLEVBQUUsQ0FBQztnQkFDbEQsUUFBUTtnQkFDUixvQkFBb0I7Z0JBRXBCLGlDQUFpQztnQkFDakMsTUFBTSxJQUFJLEdBQUcsTUFBTSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDO2dCQUU1RCxpQ0FBaUM7Z0JBQ2pDLElBQUksSUFBSSxFQUFFLENBQUM7b0JBQ1QsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLElBQUksQ0FBQyxDQUFDO2dCQUN6QyxDQUFDO1lBQ0gsQ0FBQztZQUVELE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQztRQUMzQixDQUFDO2dCQUFTLENBQUM7WUFDVCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUN0QixDQUFDO0lBQ0gsQ0FBQztJQUVELDhCQUE4QjtJQUVwQixLQUFLLENBQUMsS0FBSyxDQUFDLEdBQVc7UUFDL0IsSUFBSSxJQUFJLENBQUMsTUFBTTtZQUFFLE9BQU8sQ0FBQyxLQUFLLENBQUMsR0FBRyxJQUFJLENBQUMsVUFBVSxzQ0FBc0MsR0FBRyxNQUFNLENBQUMsQ0FBQztRQUVsRyxPQUFPLGNBQWMsQ0FDbkIsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQWEsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUNqQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEVBQ2QsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUU7WUFDWCxJQUFJLElBQUksQ0FBQyxNQUFNO2dCQUFFLE9BQU8sQ0FBQyxLQUFLLENBQUMsR0FBRyxJQUFJLENBQUMsVUFBVSw2QkFBNkIsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUN4RixDQUFDLENBQUMsRUFDRixVQUFVLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtZQUNuQixJQUFJLEtBQUssQ0FBQyxNQUFNLEtBQUssR0FBRyxFQUFFLENBQUM7Z0JBQ3pCLElBQUksSUFBSSxDQUFDLE1BQU07b0JBQUUsT0FBTyxDQUFDLEtBQUssQ0FBQyxHQUFHLElBQUksQ0FBQyxVQUFVLHNDQUFzQyxDQUFDLENBQUM7WUFDM0YsQ0FBQztpQkFBTSxDQUFDO2dCQUNOLE9BQU8sQ0FBQyxLQUFLLENBQUMsR0FBRyxJQUFJLENBQUMsVUFBVSx3Q0FBd0MsS0FBSyxDQUFDLE9BQU8sRUFBRSxFQUFFLEtBQUssQ0FBQyxDQUFDO1lBQ2xHLENBQUM7WUFDRCxPQUFPLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNsQixDQUFDLENBQUMsQ0FDSCxDQUNGLENBQUM7SUFDSixDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBmaXJzdFZhbHVlRnJvbSwgb2YsIHNoYXJlUmVwbGF5LCB0YXAgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IGNhdGNoRXJyb3IgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBFbnZpcm9ubWVudCB9IGZyb20gJy4vZW52aXJvbm1lbnQuY2xhc3MnO1xuaW1wb3J0IHsgaXNOb3ROaWxPckJsYW5rIH0gZnJvbSAnLi4vYXBwL3NoYXJlZC9mdW5jdGlvbnMnO1xuXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBFbnZpcm9ubWVudExvYWRlcjxUIGV4dGVuZHMgRW52aXJvbm1lbnQgPSBFbnZpcm9ubWVudD4ge1xuICBhYnN0cmFjdCBsb2FkKCk6IFByb21pc2U8VD47XG5cbiAgYWJzdHJhY3QgZ2V0KCk6IFQ7XG59XG5cbmV4cG9ydCBjbGFzcyBFbnZpcm9ubWVudEh0dHBMb2FkZXI8VCBleHRlbmRzIEVudmlyb25tZW50ID0gRW52aXJvbm1lbnQ+IGV4dGVuZHMgRW52aXJvbm1lbnRMb2FkZXI8VD4ge1xuICBwcml2YXRlIHJlYWRvbmx5IF9sb2dQcmVmaXggPSAnW2Vudmlyb25tZW50LWxvYWRlcl0gJztcblxuICBwcm90ZWN0ZWQgX2RlYnVnOiBib29sZWFuO1xuICBwcm90ZWN0ZWQgX2Vudmlyb25tZW50OiBUO1xuICBwcm90ZWN0ZWQgX2xvYWRlZCA9IGZhbHNlO1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgX2V4dGVybmFsRW52aXJvbm1lbnRVcmw6IHN0cmluZztcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcm90ZWN0ZWQgaHR0cDogSHR0cENsaWVudCxcbiAgICBkZWZhdWx0RW52aXJvbm1lbnQ/OiBUXG4gICkge1xuICAgIHN1cGVyKCk7XG4gICAgLy8gQ29weSBkZWZhdWx0IGVudmlyb25tZW50IChiZWNhdXNlIGNhbiBiZSByZWFkb25seSlcbiAgICB0aGlzLl9lbnZpcm9ubWVudCA9IE9iamVjdC5hc3NpZ24oe30sIGRlZmF1bHRFbnZpcm9ubWVudCB8fCA8VD57fSk7XG4gICAgdGhpcy5fZXh0ZXJuYWxFbnZpcm9ubWVudFVybCA9IHRoaXMuX2Vudmlyb25tZW50LmV4dGVybmFsRW52aXJvbm1lbnRVcmw7XG4gICAgdGhpcy5fZGVidWcgPSAhdGhpcy5fZW52aXJvbm1lbnQucHJvZHVjdGlvbjtcbiAgfVxuXG4gIC8qKlxuICAgKiBHZXQgdGhlIGxvYWRlZCBlbnZpcm9ubWVudC4gU2hvdWxkIGJlIGNhbGwgYWZ0ZXIgbG9hZGVkXG4gICAqL1xuICBnZXQoKTogVCB7XG4gICAgaWYgKCF0aGlzLl9sb2FkZWQgJiYgaXNOb3ROaWxPckJsYW5rKHRoaXMuX2V4dGVybmFsRW52aXJvbm1lbnRVcmwpKSB7XG4gICAgICBjb25zb2xlLndhcm4oYCR7dGhpcy5fbG9nUHJlZml4fUVudmlyb25tZW50SHR0cExvYWRlci5nZXQoKSBzaG91bGQgYmUgY2FsbGVkIEFGVEVSIGxvYWQoKSBmaW5pc2hlZC5gKTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMuX2Vudmlyb25tZW50O1xuICB9XG5cbiAgYXN5bmMgbG9hZCgpOiBQcm9taXNlPFQ+IHtcbiAgICBpZiAodGhpcy5fbG9hZGVkKSByZXR1cm4gdGhpcy5fZW52aXJvbm1lbnQ7IC8vIEFscmVhZHkgbG9hZGVkXG5cbiAgICB0cnkge1xuICAgICAgLy8gSWYgaXQgaGFzIGFuIGV4dGVybmFsIHVybFxuICAgICAgaWYgKGlzTm90TmlsT3JCbGFuayh0aGlzLl9leHRlcm5hbEVudmlyb25tZW50VXJsKSkge1xuICAgICAgICAvLyBERUJVR1xuICAgICAgICAvL2F3YWl0IHNsZWVwKDQwMDApO1xuXG4gICAgICAgIC8vIExvYWQgZXh0ZXJuYWwgZW52aXJvbm1lbnQgZmlsZVxuICAgICAgICBjb25zdCBqc29uID0gYXdhaXQgdGhpcy5mZXRjaCh0aGlzLl9leHRlcm5hbEVudmlyb25tZW50VXJsKTtcblxuICAgICAgICAvLyBQYXRjaCB0aGUgZXhpc3RpbmcgZW52aXJvbm1lbnRcbiAgICAgICAgaWYgKGpzb24pIHtcbiAgICAgICAgICBPYmplY3QuYXNzaWduKHRoaXMuX2Vudmlyb25tZW50LCBqc29uKTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICByZXR1cm4gdGhpcy5fZW52aXJvbm1lbnQ7XG4gICAgfSBmaW5hbGx5IHtcbiAgICAgIHRoaXMuX2xvYWRlZCA9IHRydWU7XG4gICAgfVxuICB9XG5cbiAgLyogLS0gcHJvdGVjdGVkIGZ1bmN0aW9uIC0tICovXG5cbiAgcHJvdGVjdGVkIGFzeW5jIGZldGNoKHVybDogc3RyaW5nKTogUHJvbWlzZTxQYXJ0aWFsPFQ+PiB7XG4gICAgaWYgKHRoaXMuX2RlYnVnKSBjb25zb2xlLmRlYnVnKGAke3RoaXMuX2xvZ1ByZWZpeH1Mb2FkaW5nIGV4dGVybmFsIGVudmlyb25tZW50IGZyb20geyR7dXJsfX0uLi5gKTtcblxuICAgIHJldHVybiBmaXJzdFZhbHVlRnJvbShcbiAgICAgIHRoaXMuaHR0cC5nZXQ8UGFydGlhbDxUPj4odXJsKS5waXBlKFxuICAgICAgICBzaGFyZVJlcGxheSgxKSxcbiAgICAgICAgdGFwKChqc29uKSA9PiB7XG4gICAgICAgICAgaWYgKHRoaXMuX2RlYnVnKSBjb25zb2xlLmRlYnVnKGAke3RoaXMuX2xvZ1ByZWZpeH1FeHRlcm5hbCBlbnZpcm9ubWVudCBsb2FkZWRgLCBqc29uKTtcbiAgICAgICAgfSksXG4gICAgICAgIGNhdGNoRXJyb3IoKGVycm9yKSA9PiB7XG4gICAgICAgICAgaWYgKGVycm9yLnN0YXR1cyA9PT0gNDA0KSB7XG4gICAgICAgICAgICBpZiAodGhpcy5fZGVidWcpIGNvbnNvbGUuZXJyb3IoYCR7dGhpcy5fbG9nUHJlZml4fUV4dGVybmFsIGVudmlyb25tZW50IG5vdCBmb3VuZCAoNDA0KWApO1xuICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBjb25zb2xlLmVycm9yKGAke3RoaXMuX2xvZ1ByZWZpeH1GYWlsZWQgdG8gbG9hZCBleHRlcm5hbCBlbnZpcm9ubWVudDogJHtlcnJvci5tZXNzYWdlfWAsIGVycm9yKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgcmV0dXJuIG9mKG51bGwpO1xuICAgICAgICB9KVxuICAgICAgKVxuICAgICk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
// This file can be replaced during build by using the `fileReplacements` array.
|
|
2
|
-
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
|
|
3
|
-
// The list of file replacements can be found in `angular.json`.
|
|
4
|
-
import { StorageDrivers } from '../app/shared/storage/storage.utils';
|
|
5
|
-
/*
|
|
6
|
-
* In development mode, to ignore zone related error stack frames such as
|
|
7
|
-
* `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
|
|
8
|
-
* import the following file, but please comment it out in production mode
|
|
9
|
-
* because it will have performance impact when throw error
|
|
10
|
-
*/
|
|
11
|
-
//import 'zone.js/plugins/zone-error';
|
|
12
|
-
export const environment = Object.freeze({
|
|
13
|
-
name: '@sumaris-net/ngx-components', // overridden by ENVIRONMENT token
|
|
14
|
-
version: undefined, // overridden by ENVIRONMENT token
|
|
15
|
-
// Do NOT set to false - because this value will be used by releases
|
|
16
|
-
production: true,
|
|
17
|
-
// Do NOT set - because this value will be used by releases
|
|
18
|
-
//externalEnvironmentUrl: null,
|
|
19
|
-
baseUrl: '/',
|
|
20
|
-
defaultLocale: 'fr',
|
|
21
|
-
defaultLatLongFormat: 'DDMM',
|
|
22
|
-
apolloFetchPolicy: 'cache-first',
|
|
23
|
-
useHash: false,
|
|
24
|
-
allowDarkMode: true,
|
|
25
|
-
// FIXME: enable cache
|
|
26
|
-
persistCache: false,
|
|
27
|
-
// TODO: make this works
|
|
28
|
-
//offline: true,
|
|
29
|
-
peerMinVersion: '1.8.0',
|
|
30
|
-
defaultPeer: {
|
|
31
|
-
host: 'localhost',
|
|
32
|
-
port: 8081,
|
|
33
|
-
},
|
|
34
|
-
defaultPeers: [
|
|
35
|
-
{
|
|
36
|
-
host: 'localhost',
|
|
37
|
-
port: 8080,
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
host: 'localhost',
|
|
41
|
-
port: 8081,
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
host: '192.168.0.45',
|
|
45
|
-
port: 8080,
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
host: '192.168.0.24',
|
|
49
|
-
port: 8080,
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
host: '192.168.0.29',
|
|
53
|
-
port: 8080,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
host: '192.168.0.107',
|
|
57
|
-
port: 8080,
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
host: 'sih.sfa.sc',
|
|
61
|
-
port: 443,
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
host: 'test.sumaris.net',
|
|
65
|
-
port: 443,
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
host: 'open.sumaris.net',
|
|
69
|
-
port: 443,
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
host: 'server.e-is.pro',
|
|
73
|
-
port: 443,
|
|
74
|
-
},
|
|
75
|
-
],
|
|
76
|
-
defaultAppName: 'SUMARiS',
|
|
77
|
-
defaultAndroidInstallUrl: 'https://play.google.com/store/apps/details?id=net.sumaris.app',
|
|
78
|
-
// Storage
|
|
79
|
-
storage: {
|
|
80
|
-
driverOrder: [StorageDrivers.SQLLite, StorageDrivers.IndexedDB, StorageDrivers.WebSQL, StorageDrivers.LocalStorage],
|
|
81
|
-
},
|
|
82
|
-
// About
|
|
83
|
-
sourceUrl: 'https://gitlab.ifremer.fr/sih-public/sumaris/ngx-sumaris-components',
|
|
84
|
-
reportIssueUrl: 'https://gitlab.ifremer.fr/sih-public/sumaris/ngx-sumaris-components/-/issues',
|
|
85
|
-
forumUrl: null, //'https://forum.sumaris.net',
|
|
86
|
-
helpUrl: 'https://gitlab.ifremer.fr/sih-public/sumaris/sumaris-doc/-/blob/master/user-manual/index_fr.md',
|
|
87
|
-
// Development
|
|
88
|
-
defaultAuthValues: {
|
|
89
|
-
// Basic auth (using Person.username)
|
|
90
|
-
// username: 'admq2', password: 'q22006'
|
|
91
|
-
// Token auth (using Person.pubkey)
|
|
92
|
-
//username: 'admin@sumaris.net', password: 'admin',
|
|
93
|
-
username: 'benoit.lavenier@e-is.pro',
|
|
94
|
-
password: 'priezPourMoi!',
|
|
95
|
-
},
|
|
96
|
-
account: {
|
|
97
|
-
enableListenChanges: true,
|
|
98
|
-
listenIntervalInSeconds: 60,
|
|
99
|
-
},
|
|
100
|
-
entityEditor: {
|
|
101
|
-
enableListenChanges: true,
|
|
102
|
-
listenIntervalInSeconds: 60,
|
|
103
|
-
},
|
|
104
|
-
});
|
|
105
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW52aXJvbm1lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZW52aXJvbm1lbnRzL2Vudmlyb25tZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGdGQUFnRjtBQUNoRiwyRUFBMkU7QUFDM0UsZ0VBQWdFO0FBQ2hFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUdyRTs7Ozs7R0FLRztBQUNILHNDQUFzQztBQUV0QyxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQWdCLE1BQU0sQ0FBQyxNQUFNLENBQWM7SUFDakUsSUFBSSxFQUFFLDZCQUE2QixFQUFFLGtDQUFrQztJQUN2RSxPQUFPLEVBQUUsU0FBUyxFQUFFLGtDQUFrQztJQUV0RCxvRUFBb0U7SUFDcEUsVUFBVSxFQUFFLElBQUk7SUFFaEIsMkRBQTJEO0lBQzNELCtCQUErQjtJQUUvQixPQUFPLEVBQUUsR0FBRztJQUNaLGFBQWEsRUFBRSxJQUFJO0lBQ25CLG9CQUFvQixFQUFFLE1BQU07SUFDNUIsaUJBQWlCLEVBQUUsYUFBYTtJQUNoQyxPQUFPLEVBQUUsS0FBSztJQUNkLGFBQWEsRUFBRSxJQUFJO0lBRW5CLHNCQUFzQjtJQUN0QixZQUFZLEVBQUUsS0FBSztJQUVuQix3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBRWhCLGNBQWMsRUFBRSxPQUFPO0lBQ3ZCLFdBQVcsRUFBRTtRQUNYLElBQUksRUFBRSxXQUFXO1FBQ2pCLElBQUksRUFBRSxJQUFJO0tBQ1g7SUFFRCxZQUFZLEVBQUU7UUFDWjtZQUNFLElBQUksRUFBRSxXQUFXO1lBQ2pCLElBQUksRUFBRSxJQUFJO1NBQ1g7UUFDRDtZQUNFLElBQUksRUFBRSxXQUFXO1lBQ2pCLElBQUksRUFBRSxJQUFJO1NBQ1g7UUFDRDtZQUNFLElBQUksRUFBRSxjQUFjO1lBQ3BCLElBQUksRUFBRSxJQUFJO1NBQ1g7UUFDRDtZQUNFLElBQUksRUFBRSxjQUFjO1lBQ3BCLElBQUksRUFBRSxJQUFJO1NBQ1g7UUFDRDtZQUNFLElBQUksRUFBRSxjQUFjO1lBQ3BCLElBQUksRUFBRSxJQUFJO1NBQ1g7UUFDRDtZQUNFLElBQUksRUFBRSxlQUFlO1lBQ3JCLElBQUksRUFBRSxJQUFJO1NBQ1g7UUFDRDtZQUNFLElBQUksRUFBRSxZQUFZO1lBQ2xCLElBQUksRUFBRSxHQUFHO1NBQ1Y7UUFDRDtZQUNFLElBQUksRUFBRSxrQkFBa0I7WUFDeEIsSUFBSSxFQUFFLEdBQUc7U0FDVjtRQUNEO1lBQ0UsSUFBSSxFQUFFLGtCQUFrQjtZQUN4QixJQUFJLEVBQUUsR0FBRztTQUNWO1FBQ0Q7WUFDRSxJQUFJLEVBQUUsaUJBQWlCO1lBQ3ZCLElBQUksRUFBRSxHQUFHO1NBQ1Y7S0FDRjtJQUNELGNBQWMsRUFBRSxTQUFTO0lBQ3pCLHdCQUF3QixFQUFFLCtEQUErRDtJQUV6RixVQUFVO0lBQ1YsT0FBTyxFQUFFO1FBQ1AsV0FBVyxFQUFFLENBQUMsY0FBYyxDQUFDLE9BQU8sRUFBRSxjQUFjLENBQUMsU0FBUyxFQUFFLGNBQWMsQ0FBQyxNQUFNLEVBQUUsY0FBYyxDQUFDLFlBQVksQ0FBQztLQUNwSDtJQUVELFFBQVE7SUFDUixTQUFTLEVBQUUscUVBQXFFO0lBQ2hGLGNBQWMsRUFBRSw4RUFBOEU7SUFDOUYsUUFBUSxFQUFFLElBQUksRUFBRSw4QkFBOEI7SUFDOUMsT0FBTyxFQUFFLGdHQUFnRztJQUV6RyxjQUFjO0lBQ2QsaUJBQWlCLEVBQUU7UUFDakIscUNBQXFDO1FBQ3JDLHdDQUF3QztRQUN4QyxtQ0FBbUM7UUFDbkMsbURBQW1EO1FBQ25ELFFBQVEsRUFBRSwwQkFBMEI7UUFDcEMsUUFBUSxFQUFFLGVBQWU7S0FDMUI7SUFFRCxPQUFPLEVBQUU7UUFDUCxtQkFBbUIsRUFBRSxJQUFJO1FBQ3pCLHVCQUF1QixFQUFFLEVBQUU7S0FDNUI7SUFFRCxZQUFZLEVBQUU7UUFDWixtQkFBbUIsRUFBRSxJQUFJO1FBQ3pCLHVCQUF1QixFQUFFLEVBQUU7S0FDNUI7Q0FDRixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUaGlzIGZpbGUgY2FuIGJlIHJlcGxhY2VkIGR1cmluZyBidWlsZCBieSB1c2luZyB0aGUgYGZpbGVSZXBsYWNlbWVudHNgIGFycmF5LlxuLy8gYG5nIGJ1aWxkIC0tLXByb2RgIHJlcGxhY2VzIGBlbnZpcm9ubWVudC50c2Agd2l0aCBgZW52aXJvbm1lbnQucHJvZC50c2AuXG4vLyBUaGUgbGlzdCBvZiBmaWxlIHJlcGxhY2VtZW50cyBjYW4gYmUgZm91bmQgaW4gYGFuZ3VsYXIuanNvbmAuXG5pbXBvcnQgeyBTdG9yYWdlRHJpdmVycyB9IGZyb20gJy4uL2FwcC9zaGFyZWQvc3RvcmFnZS9zdG9yYWdlLnV0aWxzJztcblxuaW1wb3J0IHsgRW52aXJvbm1lbnQgfSBmcm9tICcuL2Vudmlyb25tZW50LmNsYXNzJztcbi8qXG4gKiBJbiBkZXZlbG9wbWVudCBtb2RlLCB0byBpZ25vcmUgem9uZSByZWxhdGVkIGVycm9yIHN0YWNrIGZyYW1lcyBzdWNoIGFzXG4gKiBgem9uZS5ydW5gLCBgem9uZURlbGVnYXRlLmludm9rZVRhc2tgIGZvciBlYXNpZXIgZGVidWdnaW5nLCB5b3UgY2FuXG4gKiBpbXBvcnQgdGhlIGZvbGxvd2luZyBmaWxlLCBidXQgcGxlYXNlIGNvbW1lbnQgaXQgb3V0IGluIHByb2R1Y3Rpb24gbW9kZVxuICogYmVjYXVzZSBpdCB3aWxsIGhhdmUgcGVyZm9ybWFuY2UgaW1wYWN0IHdoZW4gdGhyb3cgZXJyb3JcbiAqL1xuLy9pbXBvcnQgJ3pvbmUuanMvcGx1Z2lucy96b25lLWVycm9yJztcblxuZXhwb3J0IGNvbnN0IGVudmlyb25tZW50OiBFbnZpcm9ubWVudCA9IE9iamVjdC5mcmVlemUoPEVudmlyb25tZW50PntcbiAgbmFtZTogJ0BzdW1hcmlzLW5ldC9uZ3gtY29tcG9uZW50cycsIC8vIG92ZXJyaWRkZW4gYnkgRU5WSVJPTk1FTlQgdG9rZW5cbiAgdmVyc2lvbjogdW5kZWZpbmVkLCAvLyBvdmVycmlkZGVuIGJ5IEVOVklST05NRU5UIHRva2VuXG5cbiAgLy8gRG8gTk9UIHNldCB0byBmYWxzZSAtIGJlY2F1c2UgdGhpcyB2YWx1ZSB3aWxsIGJlIHVzZWQgYnkgcmVsZWFzZXNcbiAgcHJvZHVjdGlvbjogdHJ1ZSxcblxuICAvLyBEbyBOT1Qgc2V0IC0gYmVjYXVzZSB0aGlzIHZhbHVlIHdpbGwgYmUgdXNlZCBieSByZWxlYXNlc1xuICAvL2V4dGVybmFsRW52aXJvbm1lbnRVcmw6IG51bGwsXG5cbiAgYmFzZVVybDogJy8nLFxuICBkZWZhdWx0TG9jYWxlOiAnZnInLFxuICBkZWZhdWx0TGF0TG9uZ0Zvcm1hdDogJ0RETU0nLFxuICBhcG9sbG9GZXRjaFBvbGljeTogJ2NhY2hlLWZpcnN0JyxcbiAgdXNlSGFzaDogZmFsc2UsXG4gIGFsbG93RGFya01vZGU6IHRydWUsXG5cbiAgLy8gRklYTUU6IGVuYWJsZSBjYWNoZVxuICBwZXJzaXN0Q2FjaGU6IGZhbHNlLFxuXG4gIC8vIFRPRE86IG1ha2UgdGhpcyB3b3Jrc1xuICAvL29mZmxpbmU6IHRydWUsXG5cbiAgcGVlck1pblZlcnNpb246ICcxLjguMCcsXG4gIGRlZmF1bHRQZWVyOiB7XG4gICAgaG9zdDogJ2xvY2FsaG9zdCcsXG4gICAgcG9ydDogODA4MSxcbiAgfSxcblxuICBkZWZhdWx0UGVlcnM6IFtcbiAgICB7XG4gICAgICBob3N0OiAnbG9jYWxob3N0JyxcbiAgICAgIHBvcnQ6IDgwODAsXG4gICAgfSxcbiAgICB7XG4gICAgICBob3N0OiAnbG9jYWxob3N0JyxcbiAgICAgIHBvcnQ6IDgwODEsXG4gICAgfSxcbiAgICB7XG4gICAgICBob3N0OiAnMTkyLjE2OC4wLjQ1JyxcbiAgICAgIHBvcnQ6IDgwODAsXG4gICAgfSxcbiAgICB7XG4gICAgICBob3N0OiAnMTkyLjE2OC4wLjI0JyxcbiAgICAgIHBvcnQ6IDgwODAsXG4gICAgfSxcbiAgICB7XG4gICAgICBob3N0OiAnMTkyLjE2OC4wLjI5JyxcbiAgICAgIHBvcnQ6IDgwODAsXG4gICAgfSxcbiAgICB7XG4gICAgICBob3N0OiAnMTkyLjE2OC4wLjEwNycsXG4gICAgICBwb3J0OiA4MDgwLFxuICAgIH0sXG4gICAge1xuICAgICAgaG9zdDogJ3NpaC5zZmEuc2MnLFxuICAgICAgcG9ydDogNDQzLFxuICAgIH0sXG4gICAge1xuICAgICAgaG9zdDogJ3Rlc3Quc3VtYXJpcy5uZXQnLFxuICAgICAgcG9ydDogNDQzLFxuICAgIH0sXG4gICAge1xuICAgICAgaG9zdDogJ29wZW4uc3VtYXJpcy5uZXQnLFxuICAgICAgcG9ydDogNDQzLFxuICAgIH0sXG4gICAge1xuICAgICAgaG9zdDogJ3NlcnZlci5lLWlzLnBybycsXG4gICAgICBwb3J0OiA0NDMsXG4gICAgfSxcbiAgXSxcbiAgZGVmYXVsdEFwcE5hbWU6ICdTVU1BUmlTJyxcbiAgZGVmYXVsdEFuZHJvaWRJbnN0YWxsVXJsOiAnaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lkPW5ldC5zdW1hcmlzLmFwcCcsXG5cbiAgLy8gU3RvcmFnZVxuICBzdG9yYWdlOiB7XG4gICAgZHJpdmVyT3JkZXI6IFtTdG9yYWdlRHJpdmVycy5TUUxMaXRlLCBTdG9yYWdlRHJpdmVycy5JbmRleGVkREIsIFN0b3JhZ2VEcml2ZXJzLldlYlNRTCwgU3RvcmFnZURyaXZlcnMuTG9jYWxTdG9yYWdlXSxcbiAgfSxcblxuICAvLyBBYm91dFxuICBzb3VyY2VVcmw6ICdodHRwczovL2dpdGxhYi5pZnJlbWVyLmZyL3NpaC1wdWJsaWMvc3VtYXJpcy9uZ3gtc3VtYXJpcy1jb21wb25lbnRzJyxcbiAgcmVwb3J0SXNzdWVVcmw6ICdodHRwczovL2dpdGxhYi5pZnJlbWVyLmZyL3NpaC1wdWJsaWMvc3VtYXJpcy9uZ3gtc3VtYXJpcy1jb21wb25lbnRzLy0vaXNzdWVzJyxcbiAgZm9ydW1Vcmw6IG51bGwsIC8vJ2h0dHBzOi8vZm9ydW0uc3VtYXJpcy5uZXQnLFxuICBoZWxwVXJsOiAnaHR0cHM6Ly9naXRsYWIuaWZyZW1lci5mci9zaWgtcHVibGljL3N1bWFyaXMvc3VtYXJpcy1kb2MvLS9ibG9iL21hc3Rlci91c2VyLW1hbnVhbC9pbmRleF9mci5tZCcsXG5cbiAgLy8gRGV2ZWxvcG1lbnRcbiAgZGVmYXVsdEF1dGhWYWx1ZXM6IHtcbiAgICAvLyBCYXNpYyBhdXRoICh1c2luZyBQZXJzb24udXNlcm5hbWUpXG4gICAgLy8gdXNlcm5hbWU6ICdhZG1xMicsIHBhc3N3b3JkOiAncTIyMDA2J1xuICAgIC8vIFRva2VuIGF1dGggKHVzaW5nIFBlcnNvbi5wdWJrZXkpXG4gICAgLy91c2VybmFtZTogJ2FkbWluQHN1bWFyaXMubmV0JywgcGFzc3dvcmQ6ICdhZG1pbicsXG4gICAgdXNlcm5hbWU6ICdiZW5vaXQubGF2ZW5pZXJAZS1pcy5wcm8nLFxuICAgIHBhc3N3b3JkOiAncHJpZXpQb3VyTW9pIScsXG4gIH0sXG5cbiAgYWNjb3VudDoge1xuICAgIGVuYWJsZUxpc3RlbkNoYW5nZXM6IHRydWUsXG4gICAgbGlzdGVuSW50ZXJ2YWxJblNlY29uZHM6IDYwLFxuICB9LFxuXG4gIGVudGl0eUVkaXRvcjoge1xuICAgIGVuYWJsZUxpc3RlbkNoYW5nZXM6IHRydWUsXG4gICAgbGlzdGVuSW50ZXJ2YWxJblNlY29uZHM6IDYwLFxuICB9LFxufSk7XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VtYXJpcy1uZXQubmd4LWNvbXBvbmVudHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zdW1hcmlzLW5ldC5uZ3gtY29tcG9uZW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuIl19
|
package/index.d.ts
DELETED
package/public_api.d.ts
DELETED
|
@@ -1,322 +0,0 @@
|
|
|
1
|
-
export * from './src/environments/environment.class';
|
|
2
|
-
export * from './src/environments/environment.loader';
|
|
3
|
-
export * from './src/app/shared/constants';
|
|
4
|
-
export * from './src/app/shared/shared.module';
|
|
5
|
-
export { SharedRoutingModule } from './src/app/shared/shared-routing.module';
|
|
6
|
-
export { RxStateModule } from './src/app/shared/rx-state.module';
|
|
7
|
-
export * from './src/app/shared/material/material.module';
|
|
8
|
-
export * from './src/app/shared/material/material.config';
|
|
9
|
-
export * from './src/app/shared/material/material.animations';
|
|
10
|
-
export * from './src/app/shared/material/boolean/boolean.module';
|
|
11
|
-
export { MatBooleanField } from './src/app/shared/material/boolean/material.boolean';
|
|
12
|
-
export * from './src/app/shared/material/autocomplete/material.autocomplete.module';
|
|
13
|
-
export * from './src/app/shared/material/autocomplete/material.autocomplete';
|
|
14
|
-
export * from './src/app/shared/material/autocomplete/material.autocomplete.config';
|
|
15
|
-
export * from './src/app/shared/material/autocomplete/material.autocomplete.utils';
|
|
16
|
-
export * from './src/app/shared/material/chips/chips.module';
|
|
17
|
-
export { MatChipsField } from './src/app/shared/material/chips/material.chips';
|
|
18
|
-
export * from './src/app/shared/material/paginator/material.paginator-i18n';
|
|
19
|
-
export * from './src/app/shared/material/stepper/material.stepper-i18n';
|
|
20
|
-
export * from './src/app/shared/material/datetime/datetime.module';
|
|
21
|
-
export { MatDateShort } from './src/app/shared/material/datetime/material.dateshort';
|
|
22
|
-
export { MatDateTime } from './src/app/shared/material/datetime/material.datetime';
|
|
23
|
-
export { MatDate } from './src/app/shared/material/datetime/material.date';
|
|
24
|
-
export { MatLatLongField } from './src/app/shared/material/latlong/material.latlong';
|
|
25
|
-
export * from './src/app/shared/material/latlong/material.latlong.module';
|
|
26
|
-
export * from './src/app/shared/material/duration/duration.module';
|
|
27
|
-
export { MatDuration } from './src/app/shared/material/duration/material.duration';
|
|
28
|
-
export * from './src/app/shared/material/swipe/swipe.module';
|
|
29
|
-
export * from './src/app/shared/material/swipe/material.swipe';
|
|
30
|
-
export * from './src/app/shared/material/badge/badge.module';
|
|
31
|
-
export * from './src/app/shared/material/badge/badge.directive';
|
|
32
|
-
export * from './src/app/shared/material/text/text-form.component';
|
|
33
|
-
export * from './src/app/shared/material/text/text-form.module';
|
|
34
|
-
export * from './src/app/shared/inputs';
|
|
35
|
-
export { AppFormField } from './src/app/shared/form/field.component';
|
|
36
|
-
export * from './src/app/shared/form/loading-spinner';
|
|
37
|
-
export * from './src/app/shared/form/field.model';
|
|
38
|
-
export * from './src/app/shared/toolbar/toolbar';
|
|
39
|
-
export * from './src/app/shared/toolbar/modal-toolbar';
|
|
40
|
-
export * from './src/app/shared/toolbar/toolbar.module';
|
|
41
|
-
export * from './src/app/shared/interceptors/progess.interceptor';
|
|
42
|
-
export * from './src/app/shared/toast/toasts';
|
|
43
|
-
export * from './src/app/shared/help/help.modal';
|
|
44
|
-
export * from './src/app/shared/guard/component-dirty.guard';
|
|
45
|
-
export * from './src/app/shared/upload-file/upload-file.model';
|
|
46
|
-
export * from './src/app/shared/upload-file/upload-file-popover.component';
|
|
47
|
-
export * from './src/app/shared/upload-file/upload-file.component';
|
|
48
|
-
export * from './src/app/shared/image/gallery/image-gallery.component';
|
|
49
|
-
export * from './src/app/shared/image/gallery/image-gallery.module';
|
|
50
|
-
export * from './src/app/shared/image/image.model';
|
|
51
|
-
export * from './src/app/shared/image/image.module';
|
|
52
|
-
export * from './src/app/shared/storage/storage-explorer.component';
|
|
53
|
-
export * from './src/app/shared/storage/storage-explorer.module';
|
|
54
|
-
export * from './src/app/shared/logging/log-level.model';
|
|
55
|
-
export * from './src/app/shared/logging/logger.model';
|
|
56
|
-
export * from './src/app/shared/logging/logging-service.class';
|
|
57
|
-
export * from './src/app/shared/logging/logging-service.config';
|
|
58
|
-
export * from './src/app/shared/logging/logging-service.module';
|
|
59
|
-
export * from './src/app/shared/directives/directives.module';
|
|
60
|
-
export * from './src/app/shared/directives/autofocus.directive';
|
|
61
|
-
export * from './src/app/shared/directives/ng-var.directive';
|
|
62
|
-
export * from './src/app/shared/directives/drag-and-drop.directive';
|
|
63
|
-
export * from './src/app/shared/directives/autotitle.directive';
|
|
64
|
-
export * from './src/app/shared/directives/resizable/resizable.directive';
|
|
65
|
-
export * from './src/app/shared/directives/resizable/resizable.component';
|
|
66
|
-
export * from './src/app/shared/directives/resizable/resizable.module';
|
|
67
|
-
export * from './src/app/shared/pipes/pipes.module';
|
|
68
|
-
export * from './src/app/shared/pipes/date-format.pipe';
|
|
69
|
-
export * from './src/app/shared/pipes/date-from-now.pipe';
|
|
70
|
-
export * from './src/app/shared/pipes/date-diff-duration.pipe';
|
|
71
|
-
export * from './src/app/shared/pipes/latlong-format.pipe';
|
|
72
|
-
export * from './src/app/shared/pipes/highlight.pipe';
|
|
73
|
-
export * from './src/app/shared/pipes/number-format.pipe';
|
|
74
|
-
export * from './src/app/shared/pipes/duration.pipe';
|
|
75
|
-
export * from './src/app/shared/pipes/file-size.pipe';
|
|
76
|
-
export * from './src/app/shared/pipes/property.pipes';
|
|
77
|
-
export * from './src/app/shared/pipes/math.pipes';
|
|
78
|
-
export * from './src/app/shared/pipes/arrays.pipe';
|
|
79
|
-
export * from './src/app/shared/pipes/maps.pipe';
|
|
80
|
-
export * from './src/app/shared/pipes/string.pipes';
|
|
81
|
-
export * from './src/app/shared/pipes/translate-context.pipe';
|
|
82
|
-
export * from './src/app/shared/pipes/ng-init.pipe';
|
|
83
|
-
export * from './src/app/shared/pipes/form.pipes';
|
|
84
|
-
export * from './src/app/shared/pipes/colors.pipe';
|
|
85
|
-
export * from './src/app/shared/pipes/types.pipes';
|
|
86
|
-
export * from './src/app/shared/pipes/maskito.pipe';
|
|
87
|
-
export * from './src/app/shared/pipes/selection.pipes';
|
|
88
|
-
export * from './src/app/shared/pipes/badge.pipes';
|
|
89
|
-
export * from './src/app/shared/pipes/html.pipes';
|
|
90
|
-
export * from './src/app/shared/services';
|
|
91
|
-
export * from './src/app/shared/audio/audio';
|
|
92
|
-
export * from './src/app/shared/file/file.service';
|
|
93
|
-
export * from './src/app/shared/image/image.service';
|
|
94
|
-
export * from './src/app/shared/services/startable-service.class';
|
|
95
|
-
export * from './src/app/shared/services/entity-service.class';
|
|
96
|
-
export * from './src/app/shared/services/memory-entity-service.class';
|
|
97
|
-
export * from './src/app/shared/services/progress-bar.service';
|
|
98
|
-
export * from './src/app/shared/services/translate-context.service';
|
|
99
|
-
export * from './src/app/shared/services/job.utils';
|
|
100
|
-
export * from './src/app/shared/storage/storage.service';
|
|
101
|
-
export * from './src/app/shared/storage/storage.utils';
|
|
102
|
-
export * from './src/app/shared/storage/storage-explorer.component';
|
|
103
|
-
export * from './src/app/shared/storage/storage-explorer.module';
|
|
104
|
-
export * from './src/app/shared/validator/form-error-adapter.class';
|
|
105
|
-
export * from './src/app/shared/debug/debug-service.class';
|
|
106
|
-
export * from './src/app/shared/types';
|
|
107
|
-
export * from './src/app/shared/dates';
|
|
108
|
-
export * from './src/app/shared/functions';
|
|
109
|
-
export * from './src/app/shared/services';
|
|
110
|
-
export * from './src/app/shared/forms';
|
|
111
|
-
export * from './src/app/shared/observables';
|
|
112
|
-
export * from './src/app/shared/events';
|
|
113
|
-
export * from './src/app/shared/alerts';
|
|
114
|
-
export * from './src/app/shared/platforms';
|
|
115
|
-
export * from './src/app/shared/geolocation/geolocation.utils';
|
|
116
|
-
export * from './src/app/shared/file/file.utils';
|
|
117
|
-
export * from './src/app/shared/file/csv.utils';
|
|
118
|
-
export * from './src/app/shared/file/images.utils';
|
|
119
|
-
export * from './src/app/shared/file/json.utils';
|
|
120
|
-
export * from './src/app/shared/file/uri.utils';
|
|
121
|
-
export * from './src/app/shared/hotkeys/shared-hotkeys.module';
|
|
122
|
-
export * from './src/app/shared/hotkeys/hotkeys.service';
|
|
123
|
-
export * from './src/app/shared/hotkeys/dialog/hotkeys-dialog.component';
|
|
124
|
-
export { Color, ColorName, ColorScale, ColorScaleLegend, ColorScaleOptions, ColorGradientOptions, ColorScaleLegendItem, } from './src/app/shared/graph/graph-colors';
|
|
125
|
-
export * from './src/app/shared/graph/colors.utils';
|
|
126
|
-
export * from './src/app/shared/gesture/gesture-config';
|
|
127
|
-
export * from './src/app/shared/gesture/hammer.utils';
|
|
128
|
-
export * from './src/app/shared/validator/validators';
|
|
129
|
-
export * from './src/app/shared/validator/form-error-adapter.class';
|
|
130
|
-
export * from './src/app/shared/material/latlong/latlong.utils';
|
|
131
|
-
export * from './src/app/shared/debug/debug.module';
|
|
132
|
-
export * from './src/app/shared/debug/debug.component';
|
|
133
|
-
export * from './src/app/shared/named-filter/named-filter.module';
|
|
134
|
-
export * from './src/app/shared/named-filter/named-filter.model';
|
|
135
|
-
export * from './src/app/shared/named-filter/named-filter.service';
|
|
136
|
-
export * from './src/app/shared/named-filter/named-filter-selector.component';
|
|
137
|
-
export * from './src/app/core/core.module';
|
|
138
|
-
export * from './src/app/core/services/model/account.model';
|
|
139
|
-
export * from './src/app/core/services/model/token.model';
|
|
140
|
-
export * from './src/app/core/services/model/config.model';
|
|
141
|
-
export * from './src/app/core/services/model/department.model';
|
|
142
|
-
export * from './src/app/core/services/model/entity.model';
|
|
143
|
-
export * from './src/app/core/services/model/tree-item-entity.model';
|
|
144
|
-
export * from './src/app/core/services/model/filter.model';
|
|
145
|
-
export * from './src/app/core/services/model/history.model';
|
|
146
|
-
export * from './src/app/core/services/model/model.enum';
|
|
147
|
-
export * from './src/app/core/services/model/peer.model';
|
|
148
|
-
export * from './src/app/core/services/model/person.model';
|
|
149
|
-
export { IReferentialRef, ReferentialRef, BaseReferential, Referential, ReferentialUtils, ReferentialAsObjectOptions, referentialToString, referentialsToString, IStatus, StatusList, StatusById, MINIFY_ENTITY_FOR_LOCAL_STORAGE, MINIFY_ENTITY_FOR_POD, } from './src/app/core/services/model/referential.model';
|
|
150
|
-
export * from './src/app/core/services/model/settings.model';
|
|
151
|
-
export * from './src/app/core/graphql/graphql.module';
|
|
152
|
-
export * from './src/app/core/graphql/graphql.service';
|
|
153
|
-
export * from './src/app/core/services/pipes/account.pipes';
|
|
154
|
-
export * from './src/app/core/services/pipes/department-to-string.pipe';
|
|
155
|
-
export * from './src/app/core/services/pipes/person-to-string.pipe';
|
|
156
|
-
export * from './src/app/core/services/pipes/usage-mode.pipes';
|
|
157
|
-
export * from './src/app/core/services/pipes/referential-to-string.pipe';
|
|
158
|
-
export * from './src/app/core/services/pipes/pipes.module';
|
|
159
|
-
export * from './src/app/core/services/base58';
|
|
160
|
-
export * from './src/app/core/services/errors';
|
|
161
|
-
export * from './src/app/core/services/platform.service';
|
|
162
|
-
export * from './src/app/core/services/network.service';
|
|
163
|
-
export * from './src/app/core/services/network.types';
|
|
164
|
-
export * from './src/app/core/services/config.service';
|
|
165
|
-
export { CORE_CONFIG_OPTIONS } from './src/app/core/services/config/core.config';
|
|
166
|
-
export * from './src/app/core/services/local-settings.service';
|
|
167
|
-
export * from './src/app/core/services/account.service';
|
|
168
|
-
export * from './src/app/core/services/crypto.service';
|
|
169
|
-
export * from './src/app/core/services/auth-guard.service';
|
|
170
|
-
export * from './src/app/core/services/base-graphql-service.class';
|
|
171
|
-
export * from './src/app/core/services/base-entity-service.class';
|
|
172
|
-
export * from './src/app/core/services/storage/entities-storage.service';
|
|
173
|
-
export * from './src/app/core/services/storage/entity-store.class';
|
|
174
|
-
export * from './src/app/core/services/validator/base.validator.class';
|
|
175
|
-
export * from './src/app/core/form/form.class';
|
|
176
|
-
export * from './src/app/core/form/form.utils';
|
|
177
|
-
export * from './src/app/core/form/form-container.class';
|
|
178
|
-
export * from './src/app/core/form/form.module';
|
|
179
|
-
export * from './src/app/core/form/buttons/form-buttons-bar.component';
|
|
180
|
-
export * from './src/app/core/form/buttons/form-buttons-bar.module';
|
|
181
|
-
export * from './src/app/core/form/entity/editor.class';
|
|
182
|
-
export * from './src/app/core/form/entity/tab-editor.class';
|
|
183
|
-
export * from './src/app/core/form/entity/entity-editor.class';
|
|
184
|
-
export * from './src/app/core/form/entity/entity-editor-modal.class';
|
|
185
|
-
export * from './src/app/core/form/entity/entity-metadata.component';
|
|
186
|
-
export * from './src/app/core/form/entity/entity.module';
|
|
187
|
-
export * from './src/app/core/form/list/list.form';
|
|
188
|
-
export * from './src/app/core/form/list/list.module';
|
|
189
|
-
export * from './src/app/core/form/properties/properties.form';
|
|
190
|
-
export * from './src/app/core/form/properties/properties.utils';
|
|
191
|
-
export * from './src/app/core/form/properties/properties.table';
|
|
192
|
-
export * from './src/app/core/form/properties/properties.module';
|
|
193
|
-
export * from './src/app/core/form/text-popover/text-popover.component';
|
|
194
|
-
export * from './src/app/core/form/text-popover/text-popover.module';
|
|
195
|
-
export * from './src/app/core/form/array/form-array';
|
|
196
|
-
export * from './src/app/core/table/table.model';
|
|
197
|
-
export * from './src/app/core/table/table.class';
|
|
198
|
-
export * from './src/app/core/table/async-table.class';
|
|
199
|
-
export * from './src/app/core/table/table.utils';
|
|
200
|
-
export * from './src/app/core/table/table.pipes';
|
|
201
|
-
export * from './src/app/core/table/table.module';
|
|
202
|
-
export * from './src/app/core/table/memory-table.class';
|
|
203
|
-
export * from './src/app/core/table/entities-table-datasource.class';
|
|
204
|
-
export * from './src/app/core/table/entities-async-table-datasource.class';
|
|
205
|
-
export * from './src/app/core/table/table-select-columns.component';
|
|
206
|
-
export * from './src/app/core/table/column/actions-column.component';
|
|
207
|
-
export * from './src/app/core/table/column/nav-actions-column.component';
|
|
208
|
-
export * from './src/app/core/table/column/row-field.component';
|
|
209
|
-
export * from './src/app/core/icon/icon.component';
|
|
210
|
-
export * from './src/app/core/icon/icon.module';
|
|
211
|
-
export * from './src/app/core/home/home';
|
|
212
|
-
export * from './src/app/core/home/home.module';
|
|
213
|
-
export * from './src/app/core/settings/settings.page';
|
|
214
|
-
export * from './src/app/core/settings/settings.module';
|
|
215
|
-
export * from './src/app/core/account/account.page';
|
|
216
|
-
export * from './src/app/core/account/account.module';
|
|
217
|
-
export * from './src/app/core/account/account.page';
|
|
218
|
-
export * from './src/app/core/account/token.table';
|
|
219
|
-
export * from './src/app/core/account/new-token.modal';
|
|
220
|
-
export * from './src/app/core/account/password/change-password.module';
|
|
221
|
-
export * from './src/app/core/account/password/change-password.form';
|
|
222
|
-
export * from './src/app/core/account/password/change-password.page';
|
|
223
|
-
export * from './src/app/core/auth/auth.form';
|
|
224
|
-
export * from './src/app/core/auth/auth.modal';
|
|
225
|
-
export * from './src/app/core/auth/auth.module';
|
|
226
|
-
export * from './src/app/core/auth/reset-password.modal';
|
|
227
|
-
export * from './src/app/core/register/register-confirm.page';
|
|
228
|
-
export * from './src/app/core/register/register.form';
|
|
229
|
-
export * from './src/app/core/register/register.modal';
|
|
230
|
-
export * from './src/app/core/register/register.module';
|
|
231
|
-
export * from './src/app/core/about/about.modal';
|
|
232
|
-
export * from './src/app/core/about/about.module';
|
|
233
|
-
export * from './src/app/core/peer/select-peer.modal';
|
|
234
|
-
export * from './src/app/core/peer/select-peer.module';
|
|
235
|
-
export * from './src/app/core/install/install-upgrade-card.component';
|
|
236
|
-
export * from './src/app/core/install/install-upgrade-card.module';
|
|
237
|
-
export * from './src/app/core/menu/menu.component';
|
|
238
|
-
export * from './src/app/core/menu/menu.model';
|
|
239
|
-
export * from './src/app/core/menu/menu.module';
|
|
240
|
-
export * from './src/app/core/menu/menu.service';
|
|
241
|
-
export * from './src/app/core/menu/sub-menu-tab.directive';
|
|
242
|
-
export * from './src/app/core/offline/update-offline-mode-card.component';
|
|
243
|
-
export * from './src/app/core/offline/update-offline-mode-card.module';
|
|
244
|
-
export { EntityClass, EntityClasses } from './src/app/core/services/model/entity.decorators';
|
|
245
|
-
export * from './src/app/social/social.module';
|
|
246
|
-
export * from './src/app/social/social.errors';
|
|
247
|
-
export * from './src/app/social/user-event/user-event.module';
|
|
248
|
-
export * from './src/app/social/user-event/user-event.model';
|
|
249
|
-
export * from './src/app/social/user-event/user-event.service';
|
|
250
|
-
export * from './src/app/social/user-event/notification/user-event-notification.icon';
|
|
251
|
-
export * from './src/app/social/user-event/notification/user-event-notification.list';
|
|
252
|
-
export * from './src/app/social/job/job.module';
|
|
253
|
-
export * from './src/app/social/job/progression/job-progression.service';
|
|
254
|
-
export * from './src/app/social/job/progression/job-progression.model';
|
|
255
|
-
export * from './src/app/social/job/progression/job-progression.icon';
|
|
256
|
-
export * from './src/app/social/job/progression/job-progression.list';
|
|
257
|
-
export * from './src/app/social/job/progression/job-progression.component';
|
|
258
|
-
export * from './src/app/social/message/message.module';
|
|
259
|
-
export * from './src/app/social/message/message.model';
|
|
260
|
-
export * from './src/app/social/message/message.service';
|
|
261
|
-
export * from './src/app/social/message/message.form';
|
|
262
|
-
export * from './src/app/social/message/message.modal';
|
|
263
|
-
export * from './src/app/admin/admin.module';
|
|
264
|
-
export { AdminRoutingModule } from './src/app/admin/admin-routing.module';
|
|
265
|
-
export * from './src/app/admin/services/filter/person.filter';
|
|
266
|
-
export * from './src/app/admin/services/validator/person.validator';
|
|
267
|
-
export * from './src/app/admin/services/person.service';
|
|
268
|
-
export * from './src/app/admin/users/users.module';
|
|
269
|
-
export * from './src/app/admin/users/users';
|
|
270
|
-
export * from './src/app/shared/testing/tests.page';
|
|
271
|
-
export * from './src/app/shared/material/material.testing.module';
|
|
272
|
-
export * from './src/app/shared/material/autocomplete/testing/autocomplete.test';
|
|
273
|
-
export * from './src/app/shared/material/latlong/testing/latlong.test';
|
|
274
|
-
export * from './src/app/shared/material/swipe/testing/swipe.test';
|
|
275
|
-
export * from './src/app/shared/material/datetime/testing/mat-date-time.test';
|
|
276
|
-
export * from './src/app/shared/material/datetime/testing/mat-date.test';
|
|
277
|
-
export * from './src/app/shared/material/datetime/testing/mat-dateshort.test';
|
|
278
|
-
export * from './src/app/shared/material/chips/testing/chips.test';
|
|
279
|
-
export * from './src/app/shared/material/text/testing/text-form.testing';
|
|
280
|
-
export * from './src/app/shared/testing/observable.test';
|
|
281
|
-
export * from './src/app/shared/material/badge/badge.test';
|
|
282
|
-
export * from './src/app/shared/material/testing/common.test';
|
|
283
|
-
export * from './src/app/shared/material/boolean/testing/boolean.test.page';
|
|
284
|
-
export * from './src/app/shared/material/duration/testing/mat-duration.test';
|
|
285
|
-
export * from './src/app/shared/testing/maskito.test';
|
|
286
|
-
export * from './src/app/shared/shared.testing.module';
|
|
287
|
-
export * from './src/app/shared/upload-file/testing/upload-file.testing';
|
|
288
|
-
export * from './src/app/shared/upload-file/testing/upload-file.testing.module';
|
|
289
|
-
export * from './src/app/shared/toast/toast.testing';
|
|
290
|
-
export * from './src/app/shared/toast/toast.testing.module';
|
|
291
|
-
export * from './src/app/shared/image/gallery/testing/gallery.service.testing';
|
|
292
|
-
export * from './src/app/shared/image/gallery/testing/gallery.testing';
|
|
293
|
-
export * from './src/app/shared/image/gallery/testing/gallery.testing.module';
|
|
294
|
-
export * from './src/app/shared/storage/storage-explorer.testing.module';
|
|
295
|
-
export * from './src/app/shared/storage/storage-explorer.testing-routing.module';
|
|
296
|
-
export * from './src/app/shared/audio/audio.testing';
|
|
297
|
-
export * from './src/app/shared/audio/audio.testing.module';
|
|
298
|
-
export * from './src/app/core/core.testing.module';
|
|
299
|
-
export * from './src/app/core/services/testing/referential-filter.model';
|
|
300
|
-
export * from './src/app/core/services/testing/referential.validator';
|
|
301
|
-
export * from './src/app/core/table/testing/table.testing.module';
|
|
302
|
-
export * from './src/app/core/table/testing/table.testing';
|
|
303
|
-
export * from './src/app/core/table/testing/table2.testing';
|
|
304
|
-
export * from './src/app/core/form/text-popover/testing/text-popover.testing.module';
|
|
305
|
-
export * from './src/app/core/form/text-popover/testing/text-popover.testing';
|
|
306
|
-
export * from './src/app/core/form/properties/testing/properties-form.test';
|
|
307
|
-
export * from './src/app/core/form/properties/testing/properties-form.testing.module';
|
|
308
|
-
export * from './src/app/core/menu/testing/menu.testing';
|
|
309
|
-
export * from './src/app/core/menu/testing/menu.testing.module';
|
|
310
|
-
export * from './src/app/core/menu/testing/menu-other.testing';
|
|
311
|
-
export * from './src/app/core/form/array/testing/form-array.test';
|
|
312
|
-
export * from './src/app/core/form/array/testing/form-array-test.module';
|
|
313
|
-
export * from './src/app/shared/named-filter/testing/named-filter-selector.testing';
|
|
314
|
-
export * from './src/app/shared/named-filter/testing/named-filter.testing.module';
|
|
315
|
-
export * from './src/app/social/social.testing.module';
|
|
316
|
-
export * from './src/app/social/user-event/testing/user-event.testing.module';
|
|
317
|
-
export * from './src/app/social/user-event/testing/user-event.testing';
|
|
318
|
-
export * from './src/app/social/user-event/testing/user-event.testing.service';
|
|
319
|
-
export * from './src/app/social/job/testing/job.testing.module';
|
|
320
|
-
export * from './src/app/social/job/testing/job-progression.testing';
|
|
321
|
-
export * from './src/app/social/job/testing/job-progression.testing.service';
|
|
322
|
-
export * from './src/app/core/table/testing/table-validator.service';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "../shared/shared-routing.module";
|
|
3
|
-
import * as i2 from "./admin.module";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
export declare class AdminRoutingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdminRoutingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminRoutingModule, never, [typeof i1.SharedRoutingModule, typeof i2.AdminModule, typeof i3.RouterModule], [typeof i3.RouterModule]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdminRoutingModule>;
|
|
9
|
-
}
|