@sumaris-net/ngx-components 18.23.63 → 21.0.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/doc/build.md +3 -5
- package/fesm2022/sumaris-net.ngx-components.mjs +2382 -2150
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +15 -15
- package/src/assets/environments/environment-test.json +2 -2
- package/src/assets/i18n/fr.json +6 -5
- 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/_material.globals.scss +4 -1
- package/src/theme/_material.scss +16 -13
- package/src/theme/_mixins.scss +7 -1
- package/src/theme/_ngx-components.forms.scss +87 -84
- package/src/theme/_ngx-components.globals.scss +2 -0
- package/src/theme/_ngx-components.scss +19 -4
- package/src/theme/_ngx-components.table.scss +31 -26
- package/src/theme/_ngx-components.tabs.scss +16 -14
- package/src/theme/_responsive.scss +2 -0
- package/src/theme/_roboto.scss +3 -0
- package/src/theme/_theme.scss +11 -14
- package/src/theme/_theme.variables.scss +6 -1
- 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 -403
- 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/users/person.filter.mjs +0 -157
- package/esm2022/src/app/admin/users/person.service.mjs +0 -226
- package/esm2022/src/app/admin/users/person.validator.mjs +0 -78
- package/esm2022/src/app/admin/users/users-select.modal.mjs +0 -167
- package/esm2022/src/app/admin/users/users.mjs +0 -502
- package/esm2022/src/app/admin/users/users.module.mjs +0 -59
- package/esm2022/src/app/admin/users/users.utils.mjs +0 -29
- package/esm2022/src/app/core/about/about.modal.mjs +0 -119
- package/esm2022/src/app/core/about/about.module.mjs +0 -22
- package/esm2022/src/app/core/account/account.module.mjs +0 -75
- package/esm2022/src/app/core/account/account.page.mjs +0 -426
- package/esm2022/src/app/core/account/new-token.form.mjs +0 -109
- package/esm2022/src/app/core/account/new-token.modal.mjs +0 -66
- package/esm2022/src/app/core/account/password/change-password.form.mjs +0 -63
- 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 -150
- package/esm2022/src/app/core/account/token.table.mjs +0 -160
- 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 -89
- package/esm2022/src/app/core/core.module.mjs +0 -157
- package/esm2022/src/app/core/core.testing.module.mjs +0 -128
- package/esm2022/src/app/core/form/array/form-array.mjs +0 -328
- 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 -97
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.component.mjs +0 -111
- 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 -268
- 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 -748
- package/esm2022/src/app/core/form/entity/entity-metadata.component.mjs +0 -25
- package/esm2022/src/app/core/form/entity/entity.module.mjs +0 -33
- package/esm2022/src/app/core/form/entity/tab-editor.class.mjs +0 -190
- package/esm2022/src/app/core/form/form-container.class.mjs +0 -347
- package/esm2022/src/app/core/form/form.class.mjs +0 -342
- package/esm2022/src/app/core/form/form.module.mjs +0 -77
- package/esm2022/src/app/core/form/form.utils.mjs +0 -238
- package/esm2022/src/app/core/form/list/list.form.mjs +0 -243
- package/esm2022/src/app/core/form/list/list.module.mjs +0 -31
- package/esm2022/src/app/core/form/properties/properties-file.service.mjs +0 -133
- package/esm2022/src/app/core/form/properties/properties.form.mjs +0 -397
- package/esm2022/src/app/core/form/properties/properties.module.mjs +0 -85
- package/esm2022/src/app/core/form/properties/properties.table.mjs +0 -267
- package/esm2022/src/app/core/form/properties/properties.utils.mjs +0 -304
- package/esm2022/src/app/core/form/properties/property.validator.mjs +0 -70
- package/esm2022/src/app/core/form/properties/testing/properties-form.test.mjs +0 -103
- package/esm2022/src/app/core/form/properties/testing/properties-form.testing.module.mjs +0 -23
- package/esm2022/src/app/core/form/text/testing/text-form.testing.mjs +0 -42
- package/esm2022/src/app/core/form/text/testing/text-form.testing.module.mjs +0 -25
- package/esm2022/src/app/core/form/text/text-form.component.mjs +0 -205
- package/esm2022/src/app/core/form/text/text-form.module.mjs +0 -31
- 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 -22
- package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +0 -164
- package/esm2022/src/app/core/form/text-popover/text-popover.module.mjs +0 -32
- package/esm2022/src/app/core/form/username/username.form.mjs +0 -55
- 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 -781
- package/esm2022/src/app/core/graphql/graphql.utils.mjs +0 -119
- package/esm2022/src/app/core/home/home.mjs +0 -472
- package/esm2022/src/app/core/home/home.module.mjs +0 -54
- 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 -394
- package/esm2022/src/app/core/install/install-upgrade-card.module.mjs +0 -31
- package/esm2022/src/app/core/menu/menu.component.mjs +0 -273
- package/esm2022/src/app/core/menu/menu.model.mjs +0 -328
- package/esm2022/src/app/core/menu/menu.module.mjs +0 -47
- package/esm2022/src/app/core/menu/menu.service.mjs +0 -666
- package/esm2022/src/app/core/menu/sub-menu-tab.directive.mjs +0 -113
- package/esm2022/src/app/core/menu/testing/menu-other.testing.mjs +0 -51
- package/esm2022/src/app/core/menu/testing/menu.testing.mjs +0 -165
- 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 -350
- package/esm2022/src/app/core/peer/select-peer.module.mjs +0 -36
- package/esm2022/src/app/core/register/register-confirm.page.mjs +0 -90
- package/esm2022/src/app/core/register/register.form.mjs +0 -197
- 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 -1403
- package/esm2022/src/app/core/services/auth-guard.service.mjs +0 -74
- package/esm2022/src/app/core/services/base-entity-service.class.mjs +0 -499
- package/esm2022/src/app/core/services/base-graphql-service.class.mjs +0 -224
- package/esm2022/src/app/core/services/base58.mjs +0 -83
- package/esm2022/src/app/core/services/config/core.config.mjs +0 -293
- 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 -54
- package/esm2022/src/app/core/services/local-settings.service.mjs +0 -540
- package/esm2022/src/app/core/services/model/account.model.mjs +0 -192
- package/esm2022/src/app/core/services/model/config.model.mjs +0 -111
- 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 -347
- package/esm2022/src/app/core/services/model/filter.model.mjs +0 -169
- 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/node-feature.model.mjs +0 -31
- package/esm2022/src/app/core/services/model/peer.model.mjs +0 -114
- package/esm2022/src/app/core/services/model/person.model.mjs +0 -118
- package/esm2022/src/app/core/services/model/referential.model.mjs +0 -207
- package/esm2022/src/app/core/services/model/settings.model.mjs +0 -6
- package/esm2022/src/app/core/services/model/token.model.mjs +0 -57
- package/esm2022/src/app/core/services/model/tree-item-entity.model.mjs +0 -234
- package/esm2022/src/app/core/services/network.service.mjs +0 -759
- package/esm2022/src/app/core/services/network.types.mjs +0 -2
- package/esm2022/src/app/core/services/network.utils.mjs +0 -35
- 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 -58
- package/esm2022/src/app/core/services/pipes/referential-to-string.pipe.mjs +0 -36
- package/esm2022/src/app/core/services/pipes/usage-mode.pipes.mjs +0 -37
- package/esm2022/src/app/core/services/platform.service.mjs +0 -780
- 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 -450
- 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 -46
- 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 -57
- 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 -23
- package/esm2022/src/app/core/settings/settings.page.mjs +0 -406
- package/esm2022/src/app/core/table/async-table.class.mjs +0 -1882
- package/esm2022/src/app/core/table/column/actions-column.component.mjs +0 -137
- package/esm2022/src/app/core/table/column/nav-actions-column.component.mjs +0 -120
- 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 -415
- package/esm2022/src/app/core/table/entities-table-datasource.class.mjs +0 -407
- 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 -1918
- package/esm2022/src/app/core/table/table.model.mjs +0 -21
- package/esm2022/src/app/core/table/table.module.mjs +0 -51
- package/esm2022/src/app/core/table/table.pipes.mjs +0 -76
- package/esm2022/src/app/core/table/table.utils.mjs +0 -34
- package/esm2022/src/app/core/table/testing/nested-table.testing.mjs +0 -326
- package/esm2022/src/app/core/table/testing/table-validator.service.mjs +0 -32
- package/esm2022/src/app/core/table/testing/table.testing.mjs +0 -342
- package/esm2022/src/app/core/table/testing/table.testing.module.mjs +0 -47
- package/esm2022/src/app/core/table/testing/table2-validator.service.mjs +0 -25
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +0 -322
- package/esm2022/src/app/shared/alerts.mjs +0 -243
- package/esm2022/src/app/shared/audio/audio.mjs +0 -255
- 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/base64.utils.mjs +0 -59
- package/esm2022/src/app/shared/capacitor/keyboard.mjs +0 -42
- package/esm2022/src/app/shared/capacitor/plugins.mjs +0 -10
- package/esm2022/src/app/shared/constants.mjs +0 -18
- package/esm2022/src/app/shared/dates.mjs +0 -212
- package/esm2022/src/app/shared/debug/debug-service.class.mjs +0 -3
- package/esm2022/src/app/shared/debug/debug.component.mjs +0 -44
- 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/autoresize.directive.mjs +0 -75
- package/esm2022/src/app/shared/directives/autotitle.directive.mjs +0 -30
- package/esm2022/src/app/shared/directives/autotooltip.directive.mjs +0 -35
- package/esm2022/src/app/shared/directives/cell-selection/cell-identifier.directive.mjs +0 -55
- package/esm2022/src/app/shared/directives/cell-selection/cell-selection.directive.mjs +0 -206
- package/esm2022/src/app/shared/directives/cell-selection/cell-selection.service.mjs +0 -204
- package/esm2022/src/app/shared/directives/directives.module.mjs +0 -53
- 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 -96
- package/esm2022/src/app/shared/directives/resizable/resizable.module.mjs +0 -17
- package/esm2022/src/app/shared/directives/throttled-click.directive.mjs +0 -43
- package/esm2022/src/app/shared/events.mjs +0 -64
- package/esm2022/src/app/shared/file/csv.utils.mjs +0 -97
- package/esm2022/src/app/shared/file/file.service.mjs +0 -118
- package/esm2022/src/app/shared/file/file.utils.mjs +0 -117
- 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 -29
- package/esm2022/src/app/shared/file/url.utils.mjs +0 -213
- package/esm2022/src/app/shared/focusable.mjs +0 -6
- package/esm2022/src/app/shared/form/field.component.mjs +0 -388
- package/esm2022/src/app/shared/form/field.model.mjs +0 -100
- package/esm2022/src/app/shared/form/loading-spinner.mjs +0 -35
- package/esm2022/src/app/shared/forms.mjs +0 -593
- package/esm2022/src/app/shared/functions.mjs +0 -825
- package/esm2022/src/app/shared/geolocation/geolocation.utils.mjs +0 -94
- 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 -85
- package/esm2022/src/app/shared/graph/graph-colors.mjs +0 -214
- package/esm2022/src/app/shared/guard/component-dirty.guard.mjs +0 -68
- package/esm2022/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +0 -23
- package/esm2022/src/app/shared/hotkeys/hotkeys.service.mjs +0 -147
- package/esm2022/src/app/shared/hotkeys/shared-hotkeys.module.mjs +0 -24
- package/esm2022/src/app/shared/html.utils.mjs +0 -35
- package/esm2022/src/app/shared/http/http.utils.mjs +0 -56
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +0 -452
- 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 -92
- 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 -117
- package/esm2022/src/app/shared/inputs.mjs +0 -281
- 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/markdown/markdown.component.mjs +0 -321
- package/esm2022/src/app/shared/markdown/markdown.directive.mjs +0 -34
- package/esm2022/src/app/shared/markdown/markdown.modal.mjs +0 -99
- package/esm2022/src/app/shared/markdown/markdown.module.mjs +0 -87
- package/esm2022/src/app/shared/markdown/markdown.service.mjs +0 -204
- package/esm2022/src/app/shared/markdown/markdown.utils.mjs +0 -87
- package/esm2022/src/app/shared/markdown/testing/markdown.test.mjs +0 -55
- package/esm2022/src/app/shared/markdown/testing/markdown.testing.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 -1356
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +0 -81
- 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 -242
- 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 -70
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +0 -374
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +0 -83
- package/esm2022/src/app/shared/material/chips/chips.module.mjs +0 -74
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +0 -843
- package/esm2022/src/app/shared/material/chips/testing/chips.test.mjs +0 -151
- package/esm2022/src/app/shared/material/datetime/datetime.module.mjs +0 -79
- package/esm2022/src/app/shared/material/datetime/material.date.mjs +0 -473
- package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +0 -457
- package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +0 -850
- package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +0 -140
- 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 -61
- package/esm2022/src/app/shared/material/duration/duration.utils.mjs +0 -16
- package/esm2022/src/app/shared/material/duration/material.duration.mjs +0 -283
- package/esm2022/src/app/shared/material/duration/testing/mat-duration.test.mjs +0 -85
- package/esm2022/src/app/shared/material/latlong/latlong.utils.mjs +0 -319
- package/esm2022/src/app/shared/material/latlong/material.latlong-input.mjs +0 -471
- package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +0 -231
- package/esm2022/src/app/shared/material/latlong/material.latlong.module.mjs +0 -68
- package/esm2022/src/app/shared/material/latlong/testing/latlong.test.mjs +0 -138
- package/esm2022/src/app/shared/material/material.animations.mjs +0 -200
- package/esm2022/src/app/shared/material/material.config.mjs +0 -3
- package/esm2022/src/app/shared/material/material.module.mjs +0 -224
- 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 -379
- 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/test/test-component.mjs +0 -264
- package/esm2022/src/app/shared/material/testing/common.test.mjs +0 -111
- package/esm2022/src/app/shared/modules.mjs +0 -12
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +0 -306
- 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 -104
- package/esm2022/src/app/shared/pipes/arrays.pipe.mjs +0 -251
- package/esm2022/src/app/shared/pipes/badge.pipes.mjs +0 -25
- package/esm2022/src/app/shared/pipes/colors.pipe.mjs +0 -29
- package/esm2022/src/app/shared/pipes/date-diff-duration.pipe.mjs +0 -50
- 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/date-from.pipe.mjs +0 -29
- package/esm2022/src/app/shared/pipes/dates.pipe.mjs +0 -18
- package/esm2022/src/app/shared/pipes/display-with.pipe.mjs +0 -23
- package/esm2022/src/app/shared/pipes/duration.pipe.mjs +0 -34
- 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 -50
- package/esm2022/src/app/shared/pipes/html.pipes.mjs +0 -102
- package/esm2022/src/app/shared/pipes/latlong-format.pipe.mjs +0 -42
- package/esm2022/src/app/shared/pipes/maps.pipe.mjs +0 -65
- package/esm2022/src/app/shared/pipes/maskito.pipe.mjs +0 -67
- package/esm2022/src/app/shared/pipes/math.pipes.mjs +0 -77
- package/esm2022/src/app/shared/pipes/ng-init.pipe.mjs +0 -19
- package/esm2022/src/app/shared/pipes/number-format.pipe.mjs +0 -17
- package/esm2022/src/app/shared/pipes/observable.pipes.mjs +0 -63
- package/esm2022/src/app/shared/pipes/pipes.module.mjs +0 -304
- package/esm2022/src/app/shared/pipes/property.pipes.mjs +0 -148
- package/esm2022/src/app/shared/pipes/selection.pipes.mjs +0 -177
- package/esm2022/src/app/shared/pipes/string.pipes.mjs +0 -183
- 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/pipes/url.pipes.mjs +0 -35
- package/esm2022/src/app/shared/platforms.mjs +0 -81
- package/esm2022/src/app/shared/print/print.service.mjs +0 -305
- package/esm2022/src/app/shared/regexps.mjs +0 -103
- package/esm2022/src/app/shared/rx-state/rx-state.decorators.mjs +0 -193
- package/esm2022/src/app/shared/rx-state/rx-state.module.mjs +0 -19
- package/esm2022/src/app/shared/rx-state/rx-state.types.mjs +0 -2
- package/esm2022/src/app/shared/services/entity-service.class.mjs +0 -44
- package/esm2022/src/app/shared/services/job.utils.mjs +0 -92
- package/esm2022/src/app/shared/services/memory-entity-service.class.mjs +0 -362
- package/esm2022/src/app/shared/services/progress-bar.service.mjs +0 -31
- package/esm2022/src/app/shared/services/startable-observable-service.class.mjs +0 -144
- package/esm2022/src/app/shared/services/startable-service.class.mjs +0 -118
- 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 -85
- package/esm2022/src/app/shared/shared-routing.module.mjs +0 -72
- package/esm2022/src/app/shared/shared.module.mjs +0 -229
- package/esm2022/src/app/shared/shared.testing.module.mjs +0 -108
- package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +0 -281
- 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 -54
- package/esm2022/src/app/shared/toast/toast.testing.module.mjs +0 -31
- package/esm2022/src/app/shared/toast/toasts.mjs +0 -134
- package/esm2022/src/app/shared/toolbar/modal-toolbar.mjs +0 -62
- package/esm2022/src/app/shared/toolbar/toolbar.mjs +0 -272
- 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 -108
- package/esm2022/src/app/shared/upload-file/upload-file.component.mjs +0 -216
- 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 -122
- package/esm2022/src/app/shared/validator/validators.mjs +0 -658
- package/esm2022/src/app/shared/version/versions.mjs +0 -81
- package/esm2022/src/app/social/config/social.config.mjs +0 -9
- package/esm2022/src/app/social/feed/feed.component.mjs +0 -317
- package/esm2022/src/app/social/feed/feed.directive.mjs +0 -151
- package/esm2022/src/app/social/feed/feed.model.mjs +0 -60
- package/esm2022/src/app/social/feed/feed.module.mjs +0 -24
- package/esm2022/src/app/social/feed/feed.page.mjs +0 -67
- package/esm2022/src/app/social/feed/feed.service.mjs +0 -222
- package/esm2022/src/app/social/feed/testing/feed.testing.mjs +0 -66
- package/esm2022/src/app/social/feed/testing/feed.testing.module.mjs +0 -23
- package/esm2022/src/app/social/job/job.module.mjs +0 -23
- package/esm2022/src/app/social/job/progression/job-progression.component.mjs +0 -38
- package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +0 -241
- package/esm2022/src/app/social/job/progression/job-progression.list.mjs +0 -50
- 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 -149
- package/esm2022/src/app/social/message/message.modal.mjs +0 -116
- package/esm2022/src/app/social/message/message.model.mjs +0 -86
- package/esm2022/src/app/social/message/message.module.mjs +0 -25
- package/esm2022/src/app/social/message/message.service.mjs +0 -198
- package/esm2022/src/app/social/social.errors.mjs +0 -11
- package/esm2022/src/app/social/social.module.mjs +0 -22
- package/esm2022/src/app/social/social.testing.module.mjs +0 -72
- package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +0 -191
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +0 -280
- package/esm2022/src/app/social/user-event/notification/user-event-notification.modal.mjs +0 -84
- package/esm2022/src/app/social/user-event/testing/user-event.testing.mjs +0 -273
- 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 -24
- package/esm2022/src/app/social/user-event/user-event.service.mjs +0 -512
- package/esm2022/src/environments/environment.class.mjs +0 -69
- package/esm2022/src/environments/environment.loader.mjs +0 -77
- package/esm2022/src/environments/environment.mjs +0 -133
- package/esm2022/sumaris-net.ngx-components.mjs +0 -5
- package/index.d.ts +0 -5
- package/public_api.d.ts +0 -364
- 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/users/person.filter.d.ts +0 -37
- package/src/app/admin/users/person.service.d.ts +0 -61
- package/src/app/admin/users/person.validator.d.ts +0 -23
- package/src/app/admin/users/users-select.modal.d.ts +0 -73
- package/src/app/admin/users/users.d.ts +0 -89
- package/src/app/admin/users/users.module.d.ts +0 -15
- package/src/app/admin/users/users.utils.d.ts +0 -6
- package/src/app/core/about/about.modal.d.ts +0 -44
- package/src/app/core/about/about.module.d.ts +0 -11
- package/src/app/core/account/account.module.d.ts +0 -18
- package/src/app/core/account/account.page.d.ts +0 -93
- package/src/app/core/account/new-token.form.d.ts +0 -30
- package/src/app/core/account/new-token.modal.d.ts +0 -29
- 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 -28
- 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 -29
- package/src/app/core/core.module.d.ts +0 -28
- package/src/app/core/core.testing.module.d.ts +0 -16
- package/src/app/core/form/array/form-array.d.ts +0 -147
- 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 -27
- package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +0 -38
- 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 -85
- 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 -211
- package/src/app/core/form/entity/entity-metadata.component.d.ts +0 -13
- package/src/app/core/form/entity/entity.module.d.ts +0 -11
- package/src/app/core/form/entity/tab-editor.class.d.ts +0 -66
- package/src/app/core/form/form-container.class.d.ts +0 -131
- package/src/app/core/form/form.class.d.ts +0 -148
- package/src/app/core/form/form.module.d.ts +0 -15
- package/src/app/core/form/form.utils.d.ts +0 -301
- package/src/app/core/form/list/list.form.d.ts +0 -83
- package/src/app/core/form/list/list.module.d.ts +0 -9
- package/src/app/core/form/properties/properties-file.service.d.ts +0 -26
- package/src/app/core/form/properties/properties.form.d.ts +0 -109
- package/src/app/core/form/properties/properties.module.d.ts +0 -18
- package/src/app/core/form/properties/properties.table.d.ts +0 -73
- package/src/app/core/form/properties/properties.utils.d.ts +0 -59
- package/src/app/core/form/properties/property.validator.d.ts +0 -27
- package/src/app/core/form/properties/testing/properties-form.test.d.ts +0 -22
- package/src/app/core/form/properties/testing/properties-form.testing.module.d.ts +0 -12
- package/src/app/core/form/text/testing/text-form.testing.d.ts +0 -19
- package/src/app/core/form/text/testing/text-form.testing.module.d.ts +0 -14
- package/src/app/core/form/text/text-form.component.d.ts +0 -66
- package/src/app/core/form/text/text-form.module.d.ts +0 -9
- 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 -81
- package/src/app/core/form/text-popover/text-popover.module.d.ts +0 -10
- 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 -138
- package/src/app/core/graphql/graphql.utils.d.ts +0 -47
- package/src/app/core/home/home.d.ts +0 -135
- package/src/app/core/home/home.module.d.ts +0 -16
- 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 -63
- 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 -163
- package/src/app/core/menu/menu.module.d.ts +0 -12
- package/src/app/core/menu/menu.service.d.ts +0 -93
- 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 -53
- 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 -108
- package/src/app/core/peer/select-peer.module.d.ts +0 -12
- 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 -236
- package/src/app/core/services/auth-guard.service.d.ts +0 -17
- package/src/app/core/services/base-entity-service.class.d.ts +0 -134
- 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 -52
- 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 -65
- package/src/app/core/services/local-settings.service.d.ts +0 -130
- package/src/app/core/services/model/account.model.d.ts +0 -66
- package/src/app/core/services/model/config.model.d.ts +0 -37
- 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 -133
- 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/node-feature.model.d.ts +0 -14
- package/src/app/core/services/model/peer.model.d.ts +0 -35
- package/src/app/core/services/model/person.model.d.ts +0 -39
- package/src/app/core/services/model/referential.model.d.ts +0 -85
- package/src/app/core/services/model/settings.model.d.ts +0 -29
- 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 -62
- package/src/app/core/services/network.service.d.ts +0 -184
- package/src/app/core/services/network.types.d.ts +0 -4
- package/src/app/core/services/network.utils.d.ts +0 -39
- 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 -23
- package/src/app/core/services/pipes/usage-mode.pipes.d.ts +0 -15
- package/src/app/core/services/platform.service.d.ts +0 -126
- 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 -18
- 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 -12
- package/src/app/core/settings/settings.page.d.ts +0 -89
- package/src/app/core/table/async-table.class.d.ts +0 -443
- package/src/app/core/table/column/actions-column.component.d.ts +0 -65
- package/src/app/core/table/column/nav-actions-column.component.d.ts +0 -47
- package/src/app/core/table/column/row-field.component.d.ts +0 -41
- package/src/app/core/table/entities-async-table-datasource.class.d.ts +0 -103
- package/src/app/core/table/entities-table-datasource.class.d.ts +0 -102
- 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 -427
- package/src/app/core/table/table.model.d.ts +0 -31
- package/src/app/core/table/table.module.d.ts +0 -14
- package/src/app/core/table/table.pipes.d.ts +0 -30
- package/src/app/core/table/table.utils.d.ts +0 -13
- package/src/app/core/table/testing/nested-table.testing.d.ts +0 -54
- package/src/app/core/table/testing/table-validator.service.d.ts +0 -17
- package/src/app/core/table/testing/table.testing.d.ts +0 -55
- package/src/app/core/table/testing/table.testing.module.d.ts +0 -17
- package/src/app/core/table/testing/table2-validator.service.d.ts +0 -15
- package/src/app/core/table/testing/table2.testing.d.ts +0 -53
- package/src/app/shared/alerts.d.ts +0 -55
- package/src/app/shared/audio/audio.d.ts +0 -45
- 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/base64.utils.d.ts +0 -7
- package/src/app/shared/capacitor/keyboard.d.ts +0 -16
- package/src/app/shared/capacitor/plugins.d.ts +0 -8
- package/src/app/shared/constants.d.ts +0 -15
- package/src/app/shared/dates.d.ts +0 -85
- package/src/app/shared/debug/debug-service.class.d.ts +0 -5
- package/src/app/shared/debug/debug.component.d.ts +0 -14
- 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/autoresize.directive.d.ts +0 -20
- package/src/app/shared/directives/autotitle.directive.d.ts +0 -11
- package/src/app/shared/directives/autotooltip.directive.d.ts +0 -14
- package/src/app/shared/directives/cell-selection/cell-identifier.directive.d.ts +0 -17
- package/src/app/shared/directives/cell-selection/cell-selection.directive.d.ts +0 -29
- package/src/app/shared/directives/cell-selection/cell-selection.service.d.ts +0 -67
- package/src/app/shared/directives/directives.module.d.ts +0 -15
- 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 -24
- package/src/app/shared/directives/resizable/resizable.module.d.ts +0 -8
- package/src/app/shared/directives/throttled-click.directive.d.ts +0 -16
- package/src/app/shared/events.d.ts +0 -29
- package/src/app/shared/file/csv.utils.d.ts +0 -30
- 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/file/url.utils.d.ts +0 -108
- package/src/app/shared/focusable.d.ts +0 -4
- package/src/app/shared/form/field.component.d.ts +0 -83
- package/src/app/shared/form/field.model.d.ts +0 -88
- package/src/app/shared/form/loading-spinner.d.ts +0 -8
- package/src/app/shared/forms.d.ts +0 -170
- package/src/app/shared/functions.d.ts +0 -296
- package/src/app/shared/geolocation/geolocation.utils.d.ts +0 -25
- 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 -34
- 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/hotkeys/dialog/hotkeys-dialog.component.d.ts +0 -8
- package/src/app/shared/hotkeys/hotkeys.service.d.ts +0 -48
- package/src/app/shared/hotkeys/shared-hotkeys.module.d.ts +0 -11
- package/src/app/shared/html.utils.d.ts +0 -17
- package/src/app/shared/http/http.utils.d.ts +0 -28
- package/src/app/shared/image/gallery/image-gallery.component.d.ts +0 -139
- 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 -7
- package/src/app/shared/image/image.module.d.ts +0 -8
- package/src/app/shared/image/image.service.d.ts +0 -37
- package/src/app/shared/inputs.d.ts +0 -37
- 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/markdown/markdown.component.d.ts +0 -86
- package/src/app/shared/markdown/markdown.directive.d.ts +0 -13
- package/src/app/shared/markdown/markdown.modal.d.ts +0 -49
- package/src/app/shared/markdown/markdown.module.d.ts +0 -17
- package/src/app/shared/markdown/markdown.service.d.ts +0 -37
- package/src/app/shared/markdown/markdown.utils.d.ts +0 -26
- package/src/app/shared/markdown/testing/markdown.test.d.ts +0 -18
- package/src/app/shared/markdown/testing/markdown.testing.module.d.ts +0 -12
- package/src/app/shared/material/autocomplete/material.autocomplete.config.d.ts +0 -74
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +0 -224
- package/src/app/shared/material/autocomplete/material.autocomplete.module.d.ts +0 -23
- 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 -48
- 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 -94
- package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +0 -31
- package/src/app/shared/material/chips/chips.module.d.ts +0 -22
- package/src/app/shared/material/chips/material.chips.d.ts +0 -167
- package/src/app/shared/material/chips/testing/chips.test.d.ts +0 -32
- package/src/app/shared/material/datetime/datetime.module.d.ts +0 -25
- 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 -136
- package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +0 -38
- 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 -18
- package/src/app/shared/material/duration/duration.utils.d.ts +0 -2
- package/src/app/shared/material/duration/material.duration.d.ts +0 -64
- package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +0 -23
- package/src/app/shared/material/latlong/latlong.utils.d.ts +0 -59
- package/src/app/shared/material/latlong/material.latlong-input.d.ts +0 -93
- package/src/app/shared/material/latlong/material.latlong.d.ts +0 -90
- package/src/app/shared/material/latlong/material.latlong.module.d.ts +0 -21
- package/src/app/shared/material/latlong/testing/latlong.test.d.ts +0 -30
- package/src/app/shared/material/material.animations.d.ts +0 -8
- package/src/app/shared/material/material.config.d.ts +0 -3
- package/src/app/shared/material/material.module.d.ts +0 -44
- 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 -89
- 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/test/test-component.d.ts +0 -75
- package/src/app/shared/material/testing/common.test.d.ts +0 -25
- package/src/app/shared/modules.d.ts +0 -9
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +0 -63
- 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 -32
- package/src/app/shared/pipes/arrays.pipe.d.ts +0 -93
- 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 -25
- package/src/app/shared/pipes/date-format.pipe.d.ts +0 -35
- package/src/app/shared/pipes/date-from-now.pipe.d.ts +0 -14
- package/src/app/shared/pipes/date-from.pipe.d.ts +0 -14
- package/src/app/shared/pipes/dates.pipe.d.ts +0 -10
- package/src/app/shared/pipes/display-with.pipe.d.ts +0 -8
- package/src/app/shared/pipes/duration.pipe.d.ts +0 -23
- 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 -50
- package/src/app/shared/pipes/latlong-format.pipe.d.ts +0 -20
- package/src/app/shared/pipes/maps.pipe.d.ts +0 -23
- package/src/app/shared/pipes/maskito.pipe.d.ts +0 -14
- package/src/app/shared/pipes/math.pipes.d.ts +0 -26
- package/src/app/shared/pipes/ng-init.pipe.d.ts +0 -8
- package/src/app/shared/pipes/number-format.pipe.d.ts +0 -9
- package/src/app/shared/pipes/observable.pipes.d.ts +0 -25
- package/src/app/shared/pipes/pipes.module.d.ts +0 -36
- package/src/app/shared/pipes/property.pipes.d.ts +0 -46
- package/src/app/shared/pipes/selection.pipes.d.ts +0 -62
- package/src/app/shared/pipes/string.pipes.d.ts +0 -67
- 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/pipes/url.pipes.d.ts +0 -27
- package/src/app/shared/platforms.d.ts +0 -16
- package/src/app/shared/print/print.service.d.ts +0 -94
- package/src/app/shared/regexps.d.ts +0 -32
- package/src/app/shared/rx-state/rx-state.decorators.d.ts +0 -33
- package/src/app/shared/rx-state/rx-state.module.d.ts +0 -10
- package/src/app/shared/rx-state/rx-state.types.d.ts +0 -5
- package/src/app/shared/services/entity-service.class.d.ts +0 -117
- package/src/app/shared/services/job.utils.d.ts +0 -20
- package/src/app/shared/services/memory-entity-service.class.d.ts +0 -87
- package/src/app/shared/services/progress-bar.service.d.ts +0 -20
- package/src/app/shared/services/startable-observable-service.class.d.ts +0 -51
- package/src/app/shared/services/startable-service.class.d.ts +0 -38
- 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 -17
- package/src/app/shared/shared-routing.module.d.ts +0 -23
- package/src/app/shared/shared.module.d.ts +0 -33
- package/src/app/shared/shared.testing.module.d.ts +0 -20
- package/src/app/shared/storage/storage-explorer.component.d.ts +0 -60
- 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 -12
- package/src/app/shared/toast/toasts.d.ts +0 -16
- package/src/app/shared/toolbar/modal-toolbar.d.ts +0 -21
- package/src/app/shared/toolbar/toolbar.d.ts +0 -70
- package/src/app/shared/toolbar/toolbar.module.d.ts +0 -16
- package/src/app/shared/types.d.ts +0 -45
- 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 -41
- package/src/app/shared/upload-file/upload-file.component.d.ts +0 -50
- 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 -145
- package/src/app/shared/version/versions.d.ts +0 -26
- package/src/app/social/config/social.config.d.ts +0 -4
- package/src/app/social/feed/feed.component.d.ts +0 -91
- package/src/app/social/feed/feed.directive.d.ts +0 -32
- package/src/app/social/feed/feed.model.d.ts +0 -69
- package/src/app/social/feed/feed.module.d.ts +0 -13
- package/src/app/social/feed/feed.page.d.ts +0 -24
- package/src/app/social/feed/feed.service.d.ts +0 -85
- package/src/app/social/feed/testing/feed.testing.d.ts +0 -23
- package/src/app/social/feed/testing/feed.testing.module.d.ts +0 -12
- package/src/app/social/job/job.module.d.ts +0 -12
- package/src/app/social/job/progression/job-progression.component.d.ts +0 -24
- package/src/app/social/job/progression/job-progression.icon.d.ts +0 -63
- package/src/app/social/job/progression/job-progression.list.d.ts +0 -20
- 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 -47
- package/src/app/social/message/message.model.d.ts +0 -36
- package/src/app/social/message/message.module.d.ts +0 -14
- package/src/app/social/message/message.service.d.ts +0 -44
- package/src/app/social/social.errors.d.ts +0 -10
- package/src/app/social/social.module.d.ts +0 -20
- package/src/app/social/social.testing.module.d.ts +0 -14
- package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +0 -47
- package/src/app/social/user-event/notification/user-event-notification.list.d.ts +0 -77
- package/src/app/social/user-event/notification/user-event-notification.modal.d.ts +0 -37
- package/src/app/social/user-event/testing/user-event.testing.d.ts +0 -44
- 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 -41
- 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 -14
- package/src/app/social/user-event/user-event.service.d.ts +0 -124
- package/src/environments/environment.class.d.ts +0 -86
- 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,83 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormGroupDirective, UntypedFormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { DateAdapter } from '@angular/material/core';
|
|
4
|
-
import { Moment } from 'moment';
|
|
5
|
-
import { LocalSettingsService } from '../../services/local-settings.service';
|
|
6
|
-
import { AppForm } from '../form.class';
|
|
7
|
-
import { SelectionModel } from '@angular/cdk/collections';
|
|
8
|
-
import { Observable } from 'rxjs';
|
|
9
|
-
import { Color } from '@ionic/core';
|
|
10
|
-
import { FormArrayHelper, FormArrayHelperOptions } from '../array/form-array';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare interface ItemButton<T = any> {
|
|
13
|
-
title?: string;
|
|
14
|
-
click: (event: Event, item: T, index: number) => void;
|
|
15
|
-
icon: string;
|
|
16
|
-
color?: Color;
|
|
17
|
-
disabled?: Observable<boolean>;
|
|
18
|
-
}
|
|
19
|
-
export type AppListFormOptions<T> = FormArrayHelperOptions & {
|
|
20
|
-
allowMultipleSelection?: boolean;
|
|
21
|
-
buttons?: ItemButton<T>[];
|
|
22
|
-
};
|
|
23
|
-
export declare class AppListForm<T = any> extends AppForm<T[]> implements OnInit {
|
|
24
|
-
protected injector: Injector;
|
|
25
|
-
protected formBuilder: UntypedFormBuilder;
|
|
26
|
-
protected dateAdapter: DateAdapter<Moment>;
|
|
27
|
-
protected settings: LocalSettingsService;
|
|
28
|
-
protected cd: ChangeDetectorRef;
|
|
29
|
-
private formGroupDir;
|
|
30
|
-
helper: FormArrayHelper<T>;
|
|
31
|
-
selection: SelectionModel<T>;
|
|
32
|
-
formArrayName: string;
|
|
33
|
-
formArray: UntypedFormArray;
|
|
34
|
-
options: AppListFormOptions<T>;
|
|
35
|
-
displayWithFn: (item: any) => string;
|
|
36
|
-
equalsFn: (v1: T, v2: T) => boolean;
|
|
37
|
-
isEmptyFn: (item: T) => boolean;
|
|
38
|
-
onNewItem: EventEmitter<Event>;
|
|
39
|
-
selectionChanges: EventEmitter<T[]>;
|
|
40
|
-
set value(data: T[]);
|
|
41
|
-
get value(): T[];
|
|
42
|
-
get itemControls(): UntypedFormGroup[];
|
|
43
|
-
get length(): number;
|
|
44
|
-
get empty(): boolean;
|
|
45
|
-
get touched(): boolean;
|
|
46
|
-
get untouched(): boolean;
|
|
47
|
-
get dirty(): boolean;
|
|
48
|
-
get invalid(): boolean;
|
|
49
|
-
get valid(): boolean;
|
|
50
|
-
get pending(): boolean;
|
|
51
|
-
markAsTouched(opts?: {
|
|
52
|
-
onlySelf?: boolean;
|
|
53
|
-
emitEvent?: boolean;
|
|
54
|
-
}): void;
|
|
55
|
-
markAllAsTouched(opts?: {
|
|
56
|
-
emitEvent?: boolean;
|
|
57
|
-
}): void;
|
|
58
|
-
showTooltip: boolean;
|
|
59
|
-
constructor(injector: Injector, formBuilder: UntypedFormBuilder, dateAdapter: DateAdapter<Moment>, settings: LocalSettingsService, cd: ChangeDetectorRef, formGroupDir: FormGroupDirective);
|
|
60
|
-
ngOnInit(): void;
|
|
61
|
-
ngOnDestroy(): void;
|
|
62
|
-
setValue(data: T[] | any): void;
|
|
63
|
-
/** Whether the number of selected elements matches the total number of rows. */
|
|
64
|
-
isAllSelected(): boolean;
|
|
65
|
-
masterToggle(opts?: {
|
|
66
|
-
emitEvent?: boolean;
|
|
67
|
-
}): Promise<void>;
|
|
68
|
-
onItemClick(event: MouseEvent, item: T, opts?: {
|
|
69
|
-
emitEvent?: boolean;
|
|
70
|
-
}): Promise<void>;
|
|
71
|
-
onItemButtonClick(button: ItemButton, event: MouseEvent, item: T, index: number): Promise<void>;
|
|
72
|
-
hasSelection(): boolean;
|
|
73
|
-
onNewClick(event: any): void;
|
|
74
|
-
add(value: T, opts?: {
|
|
75
|
-
emitEvent?: boolean;
|
|
76
|
-
}): void;
|
|
77
|
-
removeAt(index: number): void;
|
|
78
|
-
displayWith(value: T): string;
|
|
79
|
-
protected createControl(data?: any): AbstractControl;
|
|
80
|
-
protected markForCheck(): void;
|
|
81
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppListForm<any>, [null, null, null, null, null, { optional: true; }]>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppListForm<any>, "app-list-form", never, { "formArrayName": { "alias": "formArrayName"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "options": { "alias": "options"; "required": false; }; "displayWithFn": { "alias": "displayWith"; "required": false; }; "equalsFn": { "alias": "equals"; "required": false; }; "isEmptyFn": { "alias": "isEmpty"; "required": false; }; }, { "onNewItem": "onNewItem"; "selectionChanges": "selectionChanges"; }, never, never, false, never>;
|
|
83
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./list.form";
|
|
3
|
-
import * as i2 from "../../../shared/shared.module";
|
|
4
|
-
import * as i3 from "@ngx-translate/core";
|
|
5
|
-
export declare class AppListFormModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppListFormModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppListFormModule, [typeof i1.AppListForm], [typeof i2.SharedModule, typeof i3.TranslateModule], [typeof i3.TranslateModule, typeof i1.AppListForm]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppListFormModule>;
|
|
9
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Property } from '../../../shared/types';
|
|
4
|
-
import { FileEvent } from '../../../shared/upload-file/upload-file.model';
|
|
5
|
-
import { ShowToastOptions } from '../../../shared/toast/toasts';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export type ReferentialImportPolicy = 'insert-update' | 'insert-only' | 'update-only' | 'delete-only';
|
|
8
|
-
export declare const IMPORT_POLICIES: ReferentialImportPolicy[];
|
|
9
|
-
export declare class PropertiesFileService {
|
|
10
|
-
private readonly logPrefix;
|
|
11
|
-
private readonly translate;
|
|
12
|
-
private readonly toastController;
|
|
13
|
-
private readonly popoverController;
|
|
14
|
-
i18nColumnPrefix: string;
|
|
15
|
-
importPolicy: ReferentialImportPolicy;
|
|
16
|
-
constructor(injector: Injector);
|
|
17
|
-
exportToCsv(data: Property[], opts?: {
|
|
18
|
-
context?: any;
|
|
19
|
-
}): void;
|
|
20
|
-
importFromCsv(event?: Event): Promise<Property[]>;
|
|
21
|
-
protected readPropertiesCsvFile(file: File): Observable<FileEvent<Property[]>>;
|
|
22
|
-
protected parsePropertiesCsvRows(rows: string[][], separator: string): Property[];
|
|
23
|
-
protected showToast(opts: ShowToastOptions): Promise<import("@ionic/core").OverlayEventDetail<any>>;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesFileService, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PropertiesFileService, never, never, { "i18nColumnPrefix": { "alias": "i18nColumnPrefix"; "required": false; }; "importPolicy": { "alias": "importPolicy"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroupDirective, UntypedFormArray, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { FormFieldDefinition, FormFieldDefinitionMap } from '../../../shared/form/field.model';
|
|
4
|
-
import { DateAdapter, ThemePalette } from '@angular/material/core';
|
|
5
|
-
import { Moment } from 'moment';
|
|
6
|
-
import { AppForm } from '../form.class';
|
|
7
|
-
import { Property, PropertyMap } from '../../../shared/types';
|
|
8
|
-
import { PropertyValidator } from './property.validator';
|
|
9
|
-
import { PredefinedColors } from '@ionic/core';
|
|
10
|
-
import { FormArrayHelper, FormArrayHelperOptions } from '../array/form-array';
|
|
11
|
-
import { MatFormFieldAppearance, SubscriptSizing } from '@angular/material/form-field';
|
|
12
|
-
import { MatAutocompleteFieldConfig } from '../../../shared/material/autocomplete/material.autocomplete.config';
|
|
13
|
-
import { LoadResult } from '../../../shared/services/entity-service.class';
|
|
14
|
-
import { RxState } from '@rx-angular/state';
|
|
15
|
-
import { SortDirection } from '@angular/material/sort';
|
|
16
|
-
import { PropertiesFileService, ReferentialImportPolicy } from './properties-file.service';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
export interface AppPropertiesFormState {
|
|
19
|
-
definitions: FormFieldDefinition[];
|
|
20
|
-
definitionKeys: Property[];
|
|
21
|
-
}
|
|
22
|
-
export declare class AppPropertiesForm<O = any, T extends Property<O> = Property<O>, S extends AppPropertiesFormState = AppPropertiesFormState> extends AppForm<T[]> implements OnInit {
|
|
23
|
-
protected injector: Injector;
|
|
24
|
-
protected formBuilder: UntypedFormBuilder;
|
|
25
|
-
protected dateAdapter: DateAdapter<Moment>;
|
|
26
|
-
protected cd: ChangeDetectorRef;
|
|
27
|
-
protected validator: PropertyValidator;
|
|
28
|
-
private formGroupDir;
|
|
29
|
-
protected readonly _state: RxState<S>;
|
|
30
|
-
protected readonly _importPolicies: ReferentialImportPolicy[];
|
|
31
|
-
protected _definitions$: import("rxjs").Observable<S["definitions"]>;
|
|
32
|
-
protected _definitionKeys$: import("rxjs").Observable<S["definitionKeys"]>;
|
|
33
|
-
protected set _definitionKeys(value: Property[]);
|
|
34
|
-
protected get _definitionKeys(): Property[];
|
|
35
|
-
protected _definitionByKey: FormFieldDefinitionMap;
|
|
36
|
-
protected _definitionsByIndex: {
|
|
37
|
-
[index: number]: FormFieldDefinition;
|
|
38
|
-
};
|
|
39
|
-
protected _helper: FormArrayHelper<Property>;
|
|
40
|
-
protected _propertiesFileService: PropertiesFileService;
|
|
41
|
-
protected _autocompleteConfig: MatAutocompleteFieldConfig;
|
|
42
|
-
protected _focusedControlIndex: number;
|
|
43
|
-
showToolbar: boolean;
|
|
44
|
-
formArrayName: string;
|
|
45
|
-
formArray: UntypedFormArray;
|
|
46
|
-
options: FormArrayHelperOptions;
|
|
47
|
-
chipColor: ThemePalette | PredefinedColors;
|
|
48
|
-
mobile: boolean;
|
|
49
|
-
appearance: MatFormFieldAppearance;
|
|
50
|
-
subscriptSizing: SubscriptSizing;
|
|
51
|
-
showHintKey: boolean;
|
|
52
|
-
hintKeyPrefix: string;
|
|
53
|
-
showMoreButton: boolean;
|
|
54
|
-
addButtonText: string;
|
|
55
|
-
addButtonTitle: string;
|
|
56
|
-
showAddButton: boolean;
|
|
57
|
-
panelClass: string;
|
|
58
|
-
panelWidth: string;
|
|
59
|
-
canDownload: boolean;
|
|
60
|
-
canImport: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* @deprecated Use addButtonTitle instead
|
|
63
|
-
* @param value
|
|
64
|
-
*/
|
|
65
|
-
set showMoreButtonTitle(value: string);
|
|
66
|
-
get showMoreButtonTitle(): string;
|
|
67
|
-
set definitions(value: FormFieldDefinition[]);
|
|
68
|
-
get definitions(): FormFieldDefinition[];
|
|
69
|
-
set value(data: T[]);
|
|
70
|
-
get value(): T[];
|
|
71
|
-
get length(): number;
|
|
72
|
-
get fieldForms(): UntypedFormGroup[];
|
|
73
|
-
set importPolicy(value: ReferentialImportPolicy);
|
|
74
|
-
get importPolicy(): ReferentialImportPolicy;
|
|
75
|
-
showTooltip: boolean;
|
|
76
|
-
constructor(injector: Injector, formBuilder: UntypedFormBuilder, dateAdapter: DateAdapter<Moment>, cd: ChangeDetectorRef, validator: PropertyValidator, formGroupDir: FormGroupDirective);
|
|
77
|
-
ngOnInit(): void;
|
|
78
|
-
protected processDefinitions(definitions: FormFieldDefinition[]): any[];
|
|
79
|
-
getDefinitionAt(index: number): FormFieldDefinition;
|
|
80
|
-
updateDefinitionAt(index: number, opts?: {
|
|
81
|
-
emitEvent?: boolean;
|
|
82
|
-
}): FormFieldDefinition;
|
|
83
|
-
removeAt(index: number): void;
|
|
84
|
-
setValue(data: PropertyMap | T[], opts?: {
|
|
85
|
-
emitEvent?: boolean;
|
|
86
|
-
}): Promise<void>;
|
|
87
|
-
getValueAsJson(): PropertyMap;
|
|
88
|
-
clear(): void;
|
|
89
|
-
protected toggleShowHintKeys(): void;
|
|
90
|
-
protected clearTemplateCache(): void;
|
|
91
|
-
protected suggestDefinitionKeys(value: any, filter?: any, sortBy?: string | keyof Property, sortDirection?: SortDirection, opts?: {
|
|
92
|
-
offset?: number;
|
|
93
|
-
size?: number;
|
|
94
|
-
[key: string]: any;
|
|
95
|
-
}): Promise<LoadResult<Property>>;
|
|
96
|
-
protected exportToCsv(label?: string): Promise<void>;
|
|
97
|
-
protected importFromCsv(event?: Event): Promise<void>;
|
|
98
|
-
protected markForCheck(): void;
|
|
99
|
-
protected isEmptyProperty(obj: Property): boolean;
|
|
100
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesForm<any, any, any>, [null, null, null, null, null, { optional: true; }]>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesForm<any, any, any>, "app-properties-form", never, { "showToolbar": { "alias": "showToolbar"; "required": false; }; "formArrayName": { "alias": "formArrayName"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "options": { "alias": "options"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "showHintKey": { "alias": "showHintKey"; "required": false; }; "hintKeyPrefix": { "alias": "hintKeyPrefix"; "required": false; }; "showMoreButton": { "alias": "showMoreButton"; "required": false; }; "addButtonText": { "alias": "addButtonText"; "required": false; }; "addButtonTitle": { "alias": "addButtonTitle"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "canDownload": { "alias": "canDownload"; "required": false; }; "canImport": { "alias": "canImport"; "required": false; }; "showMoreButtonTitle": { "alias": "showMoreButtonTitle"; "required": false; }; "definitions": { "alias": "definitions"; "required": false; }; "importPolicy": { "alias": "importPolicy"; "required": false; }; }, {}, never, never, false, never>;
|
|
102
|
-
static ngAcceptInputType_showToolbar: unknown;
|
|
103
|
-
static ngAcceptInputType_mobile: unknown;
|
|
104
|
-
static ngAcceptInputType_showHintKey: unknown;
|
|
105
|
-
static ngAcceptInputType_showMoreButton: unknown;
|
|
106
|
-
static ngAcceptInputType_showAddButton: unknown;
|
|
107
|
-
static ngAcceptInputType_canDownload: unknown;
|
|
108
|
-
static ngAcceptInputType_canImport: unknown;
|
|
109
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./properties.form";
|
|
3
|
-
import * as i2 from "./properties.table";
|
|
4
|
-
import * as i3 from "../../../shared/shared.module";
|
|
5
|
-
import * as i4 from "@ngx-translate/core";
|
|
6
|
-
import * as i5 from "../../table/table.module";
|
|
7
|
-
import * as i6 from "@ionic/angular";
|
|
8
|
-
import * as i7 from "@angular/material/divider";
|
|
9
|
-
import * as i8 from "@angular/material/icon";
|
|
10
|
-
import * as i9 from "@angular/material/menu";
|
|
11
|
-
import * as i10 from "@angular/material/button";
|
|
12
|
-
import * as i11 from "@angular/material/toolbar";
|
|
13
|
-
import * as i12 from "@angular/common";
|
|
14
|
-
export declare class AppPropertiesFormModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesFormModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppPropertiesFormModule, [typeof i1.AppPropertiesForm, typeof i2.AppPropertiesTable], [typeof i3.SharedModule, typeof i4.TranslateModule, typeof i5.AppTableModule, typeof i6.IonicModule, typeof i7.MatDivider, typeof i8.MatIcon, typeof i9.MatMenu, typeof i9.MatMenuContent, typeof i9.MatMenuItem, typeof i4.TranslateDirective, typeof i6.IonicModule, typeof i8.MatIcon, typeof i10.MatIconButton, typeof i11.MatToolbar, typeof i12.NgIf, typeof i4.TranslatePipe], [typeof i4.TranslateModule, typeof i1.AppPropertiesForm, typeof i2.AppPropertiesTable]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppPropertiesFormModule>;
|
|
18
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { AppInMemoryTable } from '../../table/memory-table.class';
|
|
2
|
-
import { Injector, OnInit } from '@angular/core';
|
|
3
|
-
import { Entity, EntityAsObjectOptions } from '../../services/model/entity.model';
|
|
4
|
-
import { AppValidatorService } from '../../services/validator/base.validator.class';
|
|
5
|
-
import { AbstractControl, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
6
|
-
import { FormFieldDefinition, FormFieldDefinitionMap } from '../../../shared/form/field.model';
|
|
7
|
-
import { Environment } from '../../../../environments/environment.class';
|
|
8
|
-
import { TableElement } from '@e-is/ngx-material-table';
|
|
9
|
-
import { EntityFilter } from '../../services/model/filter.model';
|
|
10
|
-
import { FilterFn, Property } from '../../../shared/types';
|
|
11
|
-
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class PropertyEntity extends Entity<PropertyEntity, string> implements Property {
|
|
14
|
-
static fromObject: (source: any, opts?: any) => PropertyEntity;
|
|
15
|
-
definition: FormFieldDefinition;
|
|
16
|
-
value: any;
|
|
17
|
-
get key(): string;
|
|
18
|
-
fromObject(source: any): void;
|
|
19
|
-
asObject(opts?: EntityAsObjectOptions): any;
|
|
20
|
-
}
|
|
21
|
-
export declare class PropertyEntityFilter extends EntityFilter<PropertyEntityFilter, PropertyEntity> {
|
|
22
|
-
static fromObject: (source: any, opts?: any) => PropertyEntityFilter;
|
|
23
|
-
searchText: string;
|
|
24
|
-
notDefaultOnly: boolean;
|
|
25
|
-
fromObject(source: any): void;
|
|
26
|
-
asObject(opts?: EntityAsObjectOptions): any;
|
|
27
|
-
protected buildFilter(): FilterFn<PropertyEntity>[];
|
|
28
|
-
protected isCriteriaNotEmpty(key: string, value: any): boolean;
|
|
29
|
-
}
|
|
30
|
-
export declare class PropertyEntityValidator extends AppValidatorService<PropertyEntity> {
|
|
31
|
-
protected formBuilder: UntypedFormBuilder;
|
|
32
|
-
constructor(formBuilder: UntypedFormBuilder);
|
|
33
|
-
getFormGroupConfig(data?: PropertyEntity): {
|
|
34
|
-
[p: string]: any;
|
|
35
|
-
};
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyEntityValidator, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyEntityValidator, never, never, {}, {}, never, never, false, never>;
|
|
38
|
-
}
|
|
39
|
-
export declare class AppPropertiesTable extends AppInMemoryTable<PropertyEntity, PropertyEntityFilter, string> implements OnInit {
|
|
40
|
-
protected injector: Injector;
|
|
41
|
-
protected formBuilder: UntypedFormBuilder;
|
|
42
|
-
protected validatorService: PropertyEntityValidator;
|
|
43
|
-
definitions: FormFieldDefinition[];
|
|
44
|
-
showToolbar: boolean;
|
|
45
|
-
filterExpansionPanel: MatExpansionPanel;
|
|
46
|
-
definitionsMapByKey: FormFieldDefinitionMap;
|
|
47
|
-
filterForm: UntypedFormGroup;
|
|
48
|
-
filterCriteriaCount: number;
|
|
49
|
-
filterPanelFloating: boolean;
|
|
50
|
-
showTooltip: boolean;
|
|
51
|
-
constructor(injector: Injector, formBuilder: UntypedFormBuilder, validatorService: PropertyEntityValidator, environment: Environment);
|
|
52
|
-
ngOnInit(): void;
|
|
53
|
-
get value(): PropertyEntity[];
|
|
54
|
-
set value(data: PropertyEntity[]);
|
|
55
|
-
definitionByRow: (row: TableElement<PropertyEntity>) => FormFieldDefinition;
|
|
56
|
-
setValue(value: PropertyEntity[], opts?: {
|
|
57
|
-
emitEvent?: boolean;
|
|
58
|
-
}): void;
|
|
59
|
-
clearControlValue(event: Event, formControl: AbstractControl): boolean;
|
|
60
|
-
resetFilter(value?: any, opts?: {
|
|
61
|
-
emitEvent: boolean;
|
|
62
|
-
}): void;
|
|
63
|
-
setFilter(filter: PropertyEntityFilter, opts?: {
|
|
64
|
-
emitEvent?: boolean;
|
|
65
|
-
}): void;
|
|
66
|
-
get filterIsEmpty(): boolean;
|
|
67
|
-
toggleFilterPanelFloating(): void;
|
|
68
|
-
closeFilterPanel(): void;
|
|
69
|
-
applyFilterAndClosePanel(event?: Event): void;
|
|
70
|
-
resetProperty(event: UIEvent, row: TableElement<PropertyEntity>): void;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesTable, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesTable, "app-properties-table", never, { "definitions": { "alias": "definitions"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; }, {}, never, never, false, never>;
|
|
73
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Property, PropertyMap } from '../../../shared/types';
|
|
2
|
-
import { FormFieldDefinition } from '../../../shared/form/field.model';
|
|
3
|
-
import { EntitiesServiceLoadOptions, SuggestFn } from '../../../shared/services/entity-service.class';
|
|
4
|
-
export declare class AppPropertiesUtils {
|
|
5
|
-
/**
|
|
6
|
-
* Converts an array of `Property` objects into a `PropertiesMap` object.
|
|
7
|
-
*
|
|
8
|
-
* @param {Property[]} [sources] - An optional array of properties to be converted.
|
|
9
|
-
* @param {FormFieldDefinition[]} [definitions] - An optional array of form field definitions to help with the conversion.
|
|
10
|
-
* @param {Object} [opts] - Optional configurations.
|
|
11
|
-
* @param {boolean} [opts.omitNilOrBlank] - If true, properties with nil or blank values will be omitted. Defaults to true.
|
|
12
|
-
* @return {PropertyMap} - The resulting `PropertiesMap` object.
|
|
13
|
-
*/
|
|
14
|
-
static arrayAsObject<T = any>(sources?: Property<T>[], definitions?: FormFieldDefinition[], opts?: {
|
|
15
|
-
omitNilOrBlank: boolean;
|
|
16
|
-
}): PropertyMap;
|
|
17
|
-
/**
|
|
18
|
-
* Generates an array of properties from the given object, optionally applying definitions to the properties.
|
|
19
|
-
*
|
|
20
|
-
* @param {PropertyMap} [sources] - The source object from which properties are to be extracted.
|
|
21
|
-
* @param {FormFieldDefinition[]} [definitions] - An optional array of definitions to be applied to the extracted properties.
|
|
22
|
-
* @param opts
|
|
23
|
-
* @return {Property[] | Promise<Property[]>} An array of properties generated from the source object, or a promise resolving to that array.
|
|
24
|
-
*/
|
|
25
|
-
static arrayFromObject<T>(sources?: PropertyMap | Property<T>[], definitions?: FormFieldDefinition[], opts?: {
|
|
26
|
-
keepOrphan?: boolean;
|
|
27
|
-
}): Property<T>[] | Promise<Property<T>[]>;
|
|
28
|
-
static sanitize(source: PropertyMap | Property[], opts?: {
|
|
29
|
-
definitions?: FormFieldDefinition[];
|
|
30
|
-
includedKeys?: string[];
|
|
31
|
-
}): PropertyMap | Property[];
|
|
32
|
-
}
|
|
33
|
-
export declare class AppPropertyUtils {
|
|
34
|
-
static key(key: any): string;
|
|
35
|
-
static getPropertyKey(source: Property | any): string;
|
|
36
|
-
/**
|
|
37
|
-
* Converts the given source to an object that contains a key-value pair.
|
|
38
|
-
*
|
|
39
|
-
* @param {Property<any> | any} source - The source property or any value to be converted.
|
|
40
|
-
* @param {FormFieldDefinition} [def] - The form field definition used for serialization.
|
|
41
|
-
* @param {Object} [opts] - Additional options for serialization.
|
|
42
|
-
* @param {string} [opts.defaultSerializeAttribute='id'] - The attribute to be used for default serialization.
|
|
43
|
-
* @return {{ key: string, value: string } | undefined} An object containing the serialized key-value pair, or undefined if the source is not provided.
|
|
44
|
-
*/
|
|
45
|
-
static asObject(source: Property<any> | any, def?: FormFieldDefinition, opts?: {
|
|
46
|
-
defaultSerializeAttribute?: string;
|
|
47
|
-
}): {
|
|
48
|
-
key: string;
|
|
49
|
-
value: string;
|
|
50
|
-
} | undefined;
|
|
51
|
-
static fromObject<T = string>(source: Property | Property<T>, def: FormFieldDefinition, opts?: {
|
|
52
|
-
defaultSuggestFn: SuggestFn<any, any>;
|
|
53
|
-
defaultSuggestOptions?: EntitiesServiceLoadOptions;
|
|
54
|
-
defaultSerializeAttribute?: string;
|
|
55
|
-
}): Property<T> | Promise<Property<T>>;
|
|
56
|
-
private static resolveEntity;
|
|
57
|
-
private static resolveEntityBySuggest;
|
|
58
|
-
private static toString;
|
|
59
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
2
|
-
import { Property } from '../../../shared/types';
|
|
3
|
-
import { AppValidatorService } from '../../services/validator/base.validator.class';
|
|
4
|
-
import { FormFieldDefinition } from '../../../shared/form/field.model';
|
|
5
|
-
import { AppFormArray } from '../array/form-array';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export interface PropertyValidatorOptions {
|
|
8
|
-
definition?: FormFieldDefinition;
|
|
9
|
-
valueMaxLength?: number;
|
|
10
|
-
}
|
|
11
|
-
export interface PropertiesValidatorOptions {
|
|
12
|
-
definitions?: FormFieldDefinition[];
|
|
13
|
-
valueMaxLength?: number;
|
|
14
|
-
}
|
|
15
|
-
export declare class PropertyValidator extends AppValidatorService<Property> {
|
|
16
|
-
protected formBuilder: UntypedFormBuilder;
|
|
17
|
-
constructor(formBuilder: UntypedFormBuilder);
|
|
18
|
-
getFormArray(data?: any, opts?: PropertiesValidatorOptions): AppFormArray<Property, UntypedFormGroup>;
|
|
19
|
-
getFormGroup(data?: Property, opts?: PropertyValidatorOptions): UntypedFormGroup;
|
|
20
|
-
getFormGroupConfig(data?: Property, opts?: PropertyValidatorOptions): {
|
|
21
|
-
[p: string]: any;
|
|
22
|
-
};
|
|
23
|
-
equals(v1: Property, v2: Property): boolean;
|
|
24
|
-
isEmpty(obj: Property): boolean;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyValidator, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PropertyValidator>;
|
|
27
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
|
-
import { FormFieldDefinition } from '../../../../shared/form/field.model';
|
|
3
|
-
import { AppPropertiesForm } from '../properties.form';
|
|
4
|
-
import { LoadResult } from '../../../../shared/services/entity-service.class';
|
|
5
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
6
|
-
import { PropertyValidator } from '../property.validator';
|
|
7
|
-
import { SortDirection } from '@angular/material/sort';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class PropertiesFormTestPage implements OnInit, AfterViewInit {
|
|
10
|
-
protected formBuilder: FormBuilder;
|
|
11
|
-
protected pv: PropertyValidator;
|
|
12
|
-
propertyDefinitions: FormFieldDefinition[];
|
|
13
|
-
i18nFieldPrefix: string;
|
|
14
|
-
form: FormGroup;
|
|
15
|
-
propertiesForm: AppPropertiesForm;
|
|
16
|
-
constructor(formBuilder: FormBuilder, pv: PropertyValidator);
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngAfterViewInit(): Promise<void>;
|
|
19
|
-
protected suggestEntity(value: any, filter: any, sortBy: any | string, sortDirection: SortDirection, options: any): Promise<LoadResult<any>>;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesFormTestPage, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesFormTestPage, "app-properties-form-test", never, {}, {}, never, never, false, never>;
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./properties-form.test";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../../../shared/shared.module";
|
|
5
|
-
import * as i4 from "../../../core.module";
|
|
6
|
-
import * as i5 from "@ngx-translate/core";
|
|
7
|
-
import * as i6 from "@angular/router";
|
|
8
|
-
export declare class PropertiesFormTestingModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesFormTestingModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PropertiesFormTestingModule, [typeof i1.PropertiesFormTestPage], [typeof i2.CommonModule, typeof i3.SharedModule, typeof i4.CoreModule, typeof i5.TranslateModule], [typeof i6.RouterModule, typeof i1.PropertiesFormTestPage]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PropertiesFormTestingModule>;
|
|
12
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup, Validators } from '@angular/forms';
|
|
3
|
-
import { TextForm } from '../text-form.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TextFormTestingPage implements AfterViewInit {
|
|
6
|
-
protected formBuilder: UntypedFormBuilder;
|
|
7
|
-
standaloneTextForm1: TextForm;
|
|
8
|
-
standaloneTextForm2: TextForm;
|
|
9
|
-
form: UntypedFormGroup;
|
|
10
|
-
protected readonly Validators: typeof Validators;
|
|
11
|
-
stringify: {
|
|
12
|
-
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
|
13
|
-
(value: any, replacer?: (string | number)[], space?: string | number): string;
|
|
14
|
-
};
|
|
15
|
-
constructor(formBuilder: UntypedFormBuilder);
|
|
16
|
-
ngAfterViewInit(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextFormTestingPage, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFormTestingPage, "text-form-testing", never, {}, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./text-form.testing";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ionic/angular";
|
|
5
|
-
import * as i4 from "../../../../shared/shared.module";
|
|
6
|
-
import * as i5 from "../../../core.module";
|
|
7
|
-
import * as i6 from "@ngx-translate/core";
|
|
8
|
-
import * as i7 from "../text-form.module";
|
|
9
|
-
import * as i8 from "@angular/router";
|
|
10
|
-
export declare class TextFormTestingModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextFormTestingModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextFormTestingModule, [typeof i1.TextFormTestingPage], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.SharedModule, typeof i5.CoreModule, typeof i6.TranslateModule, typeof i7.AppTextFormModule], [typeof i8.RouterModule, typeof i1.TextFormTestingPage]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextFormTestingModule>;
|
|
14
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl, ValidatorFn } from '@angular/forms';
|
|
3
|
-
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
4
|
-
import { AppForm } from '../form.class';
|
|
5
|
-
import { MatFormFieldAppearance, SubscriptSizing } from '@angular/material/form-field';
|
|
6
|
-
import { AppFloatLabelType } from '../../../shared/types';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class TextForm extends AppForm<{
|
|
9
|
-
text: string;
|
|
10
|
-
}> implements OnInit, ControlValueAccessor {
|
|
11
|
-
protected injector: Injector;
|
|
12
|
-
protected cd: ChangeDetectorRef;
|
|
13
|
-
protected formBuilder: UntypedFormBuilder;
|
|
14
|
-
private formGroupDir;
|
|
15
|
-
showError: boolean;
|
|
16
|
-
placeholder: string;
|
|
17
|
-
multiline: boolean;
|
|
18
|
-
autoSize: boolean;
|
|
19
|
-
autoSizeMinRows: number;
|
|
20
|
-
autoSizeMaxRows: number;
|
|
21
|
-
maxLength: number;
|
|
22
|
-
autofocus: boolean;
|
|
23
|
-
validator: ValidatorFn;
|
|
24
|
-
standalone: boolean;
|
|
25
|
-
formControl: UntypedFormControl;
|
|
26
|
-
formControlName: string;
|
|
27
|
-
floatLabel: AppFloatLabelType;
|
|
28
|
-
appearance: MatFormFieldAppearance;
|
|
29
|
-
subscriptSizing: SubscriptSizing;
|
|
30
|
-
/**
|
|
31
|
-
* @deprecated Use autoSize instead
|
|
32
|
-
*/
|
|
33
|
-
set autoHeight(value: boolean);
|
|
34
|
-
get autoHeight(): boolean;
|
|
35
|
-
textAreaChanges: EventEmitter<string>;
|
|
36
|
-
textArea: ElementRef;
|
|
37
|
-
textInput: ElementRef;
|
|
38
|
-
autosizeDirective: CdkTextareaAutosize;
|
|
39
|
-
textControl: UntypedFormControl;
|
|
40
|
-
private _onChangeCallback;
|
|
41
|
-
private _onTouchedCallback;
|
|
42
|
-
constructor(injector: Injector, cd: ChangeDetectorRef, formBuilder: UntypedFormBuilder, formGroupDir: FormGroupDirective);
|
|
43
|
-
ngOnInit(): void;
|
|
44
|
-
containerResize(): void;
|
|
45
|
-
focusInput(): void;
|
|
46
|
-
registerOnChange(fn: any): void;
|
|
47
|
-
registerOnTouched(fn: any): void;
|
|
48
|
-
setDisabledState(isDisabled: boolean): void;
|
|
49
|
-
writeValue(value: any): void;
|
|
50
|
-
protected markForCheck(): void;
|
|
51
|
-
protected checkIfTouched(opts?: {
|
|
52
|
-
emitEvent?: boolean;
|
|
53
|
-
}): void;
|
|
54
|
-
private textFormValueChanged;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextForm, [null, null, null, { optional: true; }]>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextForm, "app-text-form", never, { "showError": { "alias": "showError"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "autoSizeMinRows": { "alias": "autoSizeMinRows"; "required": false; }; "autoSizeMaxRows": { "alias": "autoSizeMaxRows"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "standalone": { "alias": "standalone"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; }, { "textAreaChanges": "textAreaChanges"; }, never, ["[matError]"], false, never>;
|
|
57
|
-
static ngAcceptInputType_showError: unknown;
|
|
58
|
-
static ngAcceptInputType_multiline: unknown;
|
|
59
|
-
static ngAcceptInputType_autoSize: unknown;
|
|
60
|
-
static ngAcceptInputType_autoSizeMinRows: unknown;
|
|
61
|
-
static ngAcceptInputType_autoSizeMaxRows: unknown;
|
|
62
|
-
static ngAcceptInputType_maxLength: unknown;
|
|
63
|
-
static ngAcceptInputType_autofocus: unknown;
|
|
64
|
-
static ngAcceptInputType_standalone: unknown;
|
|
65
|
-
static ngAcceptInputType_autoHeight: unknown;
|
|
66
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./text-form.component";
|
|
3
|
-
import * as i2 from "../../../shared/shared.module";
|
|
4
|
-
import * as i3 from "@ngx-translate/core";
|
|
5
|
-
export declare class AppTextFormModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppTextFormModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextFormModule, [typeof i1.TextForm], [typeof i2.SharedModule, typeof i3.TranslateModule], [typeof i3.TranslateModule, typeof i1.TextForm]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppTextFormModule>;
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { PopoverController, ToastController } from '@ionic/angular';
|
|
2
|
-
import { TextPopoverOptions } from '../text-popover.component';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
-
import { PlatformService } from '../../../services/platform.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TextPopoverTestingPage {
|
|
7
|
-
private popoverController;
|
|
8
|
-
private toastController;
|
|
9
|
-
private translate;
|
|
10
|
-
private platform;
|
|
11
|
-
constructor(popoverController: PopoverController, toastController: ToastController, translate: TranslateService, platform: PlatformService);
|
|
12
|
-
showPopover(event: Event, opts?: Partial<TextPopoverOptions>): Promise<void>;
|
|
13
|
-
protected showSharePopoverWithButtons(event: UIEvent, opts?: Partial<TextPopoverOptions>): Promise<void>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextPopoverTestingPage, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextPopoverTestingPage, "text-popover-testing", never, {}, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./text-popover.testing";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ionic/angular";
|
|
5
|
-
import * as i4 from "@ngx-translate/core";
|
|
6
|
-
import * as i5 from "@angular/router";
|
|
7
|
-
export declare class TextPopoverTestingModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextPopoverTestingModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextPopoverTestingModule, [typeof i1.TextPopoverTestingPage], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.TranslateModule], [typeof i5.RouterModule, typeof i1.TextPopoverTestingPage]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextPopoverTestingModule>;
|
|
11
|
-
}
|