new-front-common-library 0.0.75 → 0.0.77-ERGO-ROBOTO
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 +28 -28
- package/assets/css/_dark-theme.scss +648 -648
- package/assets/css/_flex.scss +55 -55
- package/assets/css/_global.scss +692 -692
- package/assets/css/_light-theme.scss +651 -651
- package/assets/css/_mat-palettes.scss +96 -96
- package/assets/css/_themes.scss +52 -52
- package/assets/i18n/front-common/de.json +24 -24
- package/assets/i18n/front-common/en.json +24 -24
- package/assets/i18n/front-common/fr.json +24 -24
- package/bundles/new-front-common-library.umd.js +4903 -4900
- package/bundles/new-front-common-library.umd.js.map +1 -1
- package/esm2015/lib/util/array.service.js +19 -19
- package/esm2015/lib/util/component/header/header.component.js +189 -189
- package/esm2015/lib/util/component/overlay/overlay.component.js +44 -44
- package/esm2015/lib/util/component/overlay/overlay.service.js +24 -24
- package/esm2015/lib/util/component/popup/popup-login/popup-login.component.js +90 -90
- package/esm2015/lib/util/component/sub-header/sub-header.component.js +48 -48
- package/esm2015/lib/util/config.js +8 -8
- package/esm2015/lib/util/date/PeriodModel.js +8 -8
- package/esm2015/lib/util/date/date-adapter.js +41 -41
- package/esm2015/lib/util/date/date-format-constants.js +12 -12
- package/esm2015/lib/util/date/date.util.js +218 -218
- package/esm2015/lib/util/decorators/theme.decorator.js +22 -22
- package/esm2015/lib/util/decorators/user.decorator.js +25 -25
- package/esm2015/lib/util/directives/my-number-formatter-directive.js +34 -34
- package/esm2015/lib/util/directives/show-if-truncated.directive.js +25 -25
- package/esm2015/lib/util/enums/rapid-search-item-type.enum.js +10 -10
- package/esm2015/lib/util/enums/status-color.enum.js +11 -11
- package/esm2015/lib/util/event/header/header-events.service.js +21 -21
- package/esm2015/lib/util/event/storage/local-storage-events.service.js +17 -17
- package/esm2015/lib/util/event/storage/session-storage-events.service.js +18 -18
- package/esm2015/lib/util/http/http-params.builder.js +27 -27
- package/esm2015/lib/util/i18n/de.js +60 -59
- package/esm2015/lib/util/i18n/en.js +60 -59
- package/esm2015/lib/util/i18n/fr.js +60 -59
- package/esm2015/lib/util/i18n/multi-translate-http-loader.js +21 -21
- package/esm2015/lib/util/interfaces/permissions.interface.js +2 -2
- package/esm2015/lib/util/models/any-line.model.js +37 -37
- package/esm2015/lib/util/models/audio-content.model.js +27 -27
- package/esm2015/lib/util/models/authPermission.model.js +16 -16
- package/esm2015/lib/util/models/authUser.model.js +20 -20
- package/esm2015/lib/util/models/basic.model.js +14 -14
- package/esm2015/lib/util/models/box-set-item.model.js +19 -19
- package/esm2015/lib/util/models/disc-program.model.js +26 -26
- package/esm2015/lib/util/models/disc.model.js +22 -22
- package/esm2015/lib/util/models/eventType.model.js +7 -7
- package/esm2015/lib/util/models/expenditure-commitment/purchase-order-file.model.js +22 -22
- package/esm2015/lib/util/models/expenditure-commitment/purchase-order-rapid-search.model.js +3 -3
- package/esm2015/lib/util/models/index.js +98 -98
- package/esm2015/lib/util/models/lang-line.model.js +27 -27
- package/esm2015/lib/util/models/legal/contract-work.model.js +23 -23
- package/esm2015/lib/util/models/legal/contract-work2.model.js +21 -21
- package/esm2015/lib/util/models/media-line.model.js +18 -18
- package/esm2015/lib/util/models/menu-language.model.js +15 -15
- package/esm2015/lib/util/models/permission.model.js +20 -20
- package/esm2015/lib/util/models/product-box-set.model.js +16 -16
- package/esm2015/lib/util/models/product-disc-detail.model.js +22 -22
- package/esm2015/lib/util/models/product-disc.model.js +27 -27
- package/esm2015/lib/util/models/product-division.model.js +29 -29
- package/esm2015/lib/util/models/product-type.model.js +22 -22
- package/esm2015/lib/util/models/product.model.js +62 -62
- package/esm2015/lib/util/models/program.model.js +28 -28
- package/esm2015/lib/util/models/purchase-order/purchase-order.model.js +53 -53
- package/esm2015/lib/util/models/referential/WorkVersionArticleDto.js +17 -17
- package/esm2015/lib/util/models/referential/adress-type.model.js +14 -14
- package/esm2015/lib/util/models/referential/adress.model.js +28 -28
- package/esm2015/lib/util/models/referential/attached-file.model.js +17 -17
- package/esm2015/lib/util/models/referential/bank-account.model.js +24 -24
- package/esm2015/lib/util/models/referential/bank-accounts.model.js +31 -31
- package/esm2015/lib/util/models/referential/basic-hierarchy.model.js +8 -8
- package/esm2015/lib/util/models/referential/broadcast-list-item.model.js +13 -13
- package/esm2015/lib/util/models/referential/color.model.js +16 -16
- package/esm2015/lib/util/models/referential/company.model.js +16 -16
- package/esm2015/lib/util/models/referential/content-type.model.js +17 -17
- package/esm2015/lib/util/models/referential/content.model.js +22 -22
- package/esm2015/lib/util/models/referential/cost-center-criteria-values.model.js +14 -14
- package/esm2015/lib/util/models/referential/cost-center-criteria.model.js +13 -13
- package/esm2015/lib/util/models/referential/cost-center.model.js +28 -28
- package/esm2015/lib/util/models/referential/coutry.model.js +16 -16
- package/esm2015/lib/util/models/referential/currency.model.js +20 -20
- package/esm2015/lib/util/models/referential/editorial-content.model.js +18 -18
- package/esm2015/lib/util/models/referential/fixing.model.js +16 -16
- package/esm2015/lib/util/models/referential/flat-media.model.js +18 -18
- package/esm2015/lib/util/models/referential/format-image.model.js +16 -16
- package/esm2015/lib/util/models/referential/format-type.model.js +16 -16
- package/esm2015/lib/util/models/referential/format.model.js +17 -17
- package/esm2015/lib/util/models/referential/fsk-index.model.js +20 -20
- package/esm2015/lib/util/models/referential/fsk.model.js +22 -22
- package/esm2015/lib/util/models/referential/function.model.js +23 -23
- package/esm2015/lib/util/models/referential/genre.model.js +17 -17
- package/esm2015/lib/util/models/referential/invoice-product-type.model.js +22 -22
- package/esm2015/lib/util/models/referential/keywords.model.js +2 -2
- package/esm2015/lib/util/models/referential/language.model.js +18 -18
- package/esm2015/lib/util/models/referential/media-filter.model.js +3 -3
- package/esm2015/lib/util/models/referential/media.model.js +20 -20
- package/esm2015/lib/util/models/referential/module.model.js +20 -20
- package/esm2015/lib/util/models/referential/parameter.model.js +2 -2
- package/esm2015/lib/util/models/referential/participant.model.js +20 -20
- package/esm2015/lib/util/models/referential/person.model.js +23 -23
- package/esm2015/lib/util/models/referential/project-status.model.js +16 -16
- package/esm2015/lib/util/models/referential/quota.model.js +17 -17
- package/esm2015/lib/util/models/referential/referential-entity-state.model.js +16 -16
- package/esm2015/lib/util/models/referential/referential-value.model.js +16 -16
- package/esm2015/lib/util/models/referential/referentiel.model.js +26 -26
- package/esm2015/lib/util/models/referential/restriction.model.js +20 -20
- package/esm2015/lib/util/models/referential/sap-order.model.js +20 -20
- package/esm2015/lib/util/models/referential/service-error.model.js +15 -15
- package/esm2015/lib/util/models/referential/sound.model.js +16 -16
- package/esm2015/lib/util/models/referential/territories-languages.model.js +16 -16
- package/esm2015/lib/util/models/referential/territory-filter.model.js +3 -3
- package/esm2015/lib/util/models/referential/territory.model.js +17 -17
- package/esm2015/lib/util/models/referential/theme.model.js +17 -17
- package/esm2015/lib/util/models/referential/third-party-creation-request.model.js +44 -44
- package/esm2015/lib/util/models/referential/third-party-module.model.js +20 -20
- package/esm2015/lib/util/models/referential/third-party.model.js +83 -83
- package/esm2015/lib/util/models/referential/translated-value-model.js +16 -16
- package/esm2015/lib/util/models/referential/tva.model.js +16 -16
- package/esm2015/lib/util/models/referential/type-export.model.js +16 -16
- package/esm2015/lib/util/models/referential/type-tva-company-territory.model.js +32 -32
- package/esm2015/lib/util/models/referential/type-tva.model.js +25 -25
- package/esm2015/lib/util/models/referential/work-addons-model.js +16 -16
- package/esm2015/lib/util/models/referential/work-appartenance.model.js +17 -17
- package/esm2015/lib/util/models/referential/work-genre.model.js +16 -16
- package/esm2015/lib/util/models/referential/work-language.model.js +16 -16
- package/esm2015/lib/util/models/referential/work-milo.model.js +61 -61
- package/esm2015/lib/util/models/referential/work-participant.model.js +21 -21
- package/esm2015/lib/util/models/referential/work-restrictions-model.js +13 -13
- package/esm2015/lib/util/models/referential/work-theme.model.js +16 -16
- package/esm2015/lib/util/models/referential/work-title.model.js +20 -20
- package/esm2015/lib/util/models/referential/work-version-origin.model.js +16 -16
- package/esm2015/lib/util/models/referential/work-version-rapid-search.model.js +3 -3
- package/esm2015/lib/util/models/referential/work-versions-used.model.js +19 -19
- package/esm2015/lib/util/models/referential/work-versions.model.js +27 -27
- package/esm2015/lib/util/models/referential/work-year-production.model.js +13 -13
- package/esm2015/lib/util/models/referential/work.model.js +22 -22
- package/esm2015/lib/util/models/referential/zone.model.js +14 -14
- package/esm2015/lib/util/models/referentiel.model.js +26 -26
- package/esm2015/lib/util/models/search-response.model.js +10 -10
- package/esm2015/lib/util/models/section.model.js +8 -8
- package/esm2015/lib/util/models/select/options.model.js +8 -8
- package/esm2015/lib/util/models/select/select.model.js +7 -7
- package/esm2015/lib/util/models/subtitle-content.model.js +28 -28
- package/esm2015/lib/util/models/user-video.model.js +22 -22
- package/esm2015/lib/util/models/user.model.js +34 -34
- package/esm2015/lib/util/models/video/product-rapid-search.model.js +3 -3
- package/esm2015/lib/util/models/video/support-rapid-search.model.js +3 -3
- package/esm2015/lib/util/models/video-content.model.js +18 -18
- package/esm2015/lib/util/number.validator.js +129 -129
- package/esm2015/lib/util/permissions/permissions.service.js +41 -41
- package/esm2015/lib/util/pipes/capitalizefirst.pipe.js +41 -41
- package/esm2015/lib/util/pipes/comma-separated-number.pipe.js +15 -15
- package/esm2015/lib/util/pipes/common-translate.pipe.js +38 -38
- package/esm2015/lib/util/pipes/display-html.pipe.js +20 -20
- package/esm2015/lib/util/pipes/display-null.pipe.js +24 -24
- package/esm2015/lib/util/pipes/format-duration.pipe.js +23 -23
- package/esm2015/lib/util/pipes/format-number-input.pipe.js +22 -22
- package/esm2015/lib/util/pipes/local-date.pipe.js +27 -27
- package/esm2015/lib/util/pipes/my-number.pipe.js +44 -44
- package/esm2015/lib/util/pipes/third-party-address.pipe.js +17 -17
- package/esm2015/lib/util/pipes/trim-string.pipe.js +25 -25
- package/esm2015/lib/util/regex/regex.service.js +94 -94
- package/esm2015/lib/util/services/api/common-api.service.js +98 -98
- package/esm2015/lib/util/services/elasticsearch/elasticsearch.service.js +65 -65
- package/esm2015/lib/util/services/form-action/form-actions-events.service.js +25 -25
- package/esm2015/lib/util/services/guard/auth.guard.js +43 -43
- package/esm2015/lib/util/services/guard/login.guard.js +34 -34
- package/esm2015/lib/util/services/history/history.service.js +39 -39
- package/esm2015/lib/util/services/interceptor/auth.interceptor.js +53 -53
- package/esm2015/lib/util/services/jwt-security/aes.service.js +34 -34
- package/esm2015/lib/util/services/jwt-security/interceptorhttp.service.js +18 -18
- package/esm2015/lib/util/services/jwt-security/jwt.helpher.js +34 -34
- package/esm2015/lib/util/services/storage/local-storage.service.js +36 -36
- package/esm2015/lib/util/services/storage/session-storage.service.js +38 -38
- package/esm2015/lib/util/services/translate-language/lang.service.js +31 -31
- package/esm2015/lib/util/sort.js +22 -22
- package/esm2015/lib/util/theme/theme-event.service.js +17 -17
- package/esm2015/lib/util/toaster/toaster-events.service.js +32 -32
- package/esm2015/lib/util/util.module.js +270 -270
- package/esm2015/new-front-common-library.js +4 -4
- package/esm2015/public-api.js +56 -56
- package/fesm2015/new-front-common-library.js +4228 -4225
- package/fesm2015/new-front-common-library.js.map +1 -1
- package/lib/util/array.service.d.ts +7 -7
- package/lib/util/component/header/header.component.d.ts +65 -65
- package/lib/util/component/overlay/overlay.component.d.ts +17 -17
- package/lib/util/component/overlay/overlay.service.d.ts +13 -13
- package/lib/util/component/popup/popup-login/popup-login.component.d.ts +32 -32
- package/lib/util/component/sub-header/sub-header.component.d.ts +13 -13
- package/lib/util/config.d.ts +8 -8
- package/lib/util/date/PeriodModel.d.ts +6 -6
- package/lib/util/date/date-adapter.d.ts +8 -8
- package/lib/util/date/date-format-constants.d.ts +25 -25
- package/lib/util/date/date.util.d.ts +16 -16
- package/lib/util/decorators/theme.decorator.d.ts +1 -1
- package/lib/util/decorators/user.decorator.d.ts +1 -1
- package/lib/util/directives/my-number-formatter-directive.d.ts +15 -15
- package/lib/util/directives/show-if-truncated.directive.d.ts +11 -11
- package/lib/util/enums/rapid-search-item-type.enum.d.ts +8 -8
- package/lib/util/enums/status-color.enum.d.ts +9 -9
- package/lib/util/event/header/header-events.service.d.ts +11 -11
- package/lib/util/event/storage/local-storage-events.service.d.ts +9 -9
- package/lib/util/event/storage/session-storage-events.service.d.ts +10 -10
- package/lib/util/http/http-params.builder.d.ts +9 -9
- package/lib/util/i18n/de.d.ts +51 -50
- package/lib/util/i18n/en.d.ts +51 -50
- package/lib/util/i18n/fr.d.ts +51 -50
- package/lib/util/i18n/multi-translate-http-loader.d.ts +14 -14
- package/lib/util/interfaces/permissions.interface.d.ts +3 -3
- package/lib/util/models/any-line.model.d.ts +24 -24
- package/lib/util/models/audio-content.model.d.ts +27 -27
- package/lib/util/models/authPermission.model.d.ts +7 -7
- package/lib/util/models/authUser.model.d.ts +14 -14
- package/lib/util/models/basic.model.d.ts +11 -11
- package/lib/util/models/box-set-item.model.d.ts +12 -12
- package/lib/util/models/disc-program.model.d.ts +9 -9
- package/lib/util/models/disc.model.d.ts +15 -15
- package/lib/util/models/eventType.model.d.ts +5 -5
- package/lib/util/models/expenditure-commitment/purchase-order-file.model.d.ts +8 -8
- package/lib/util/models/expenditure-commitment/purchase-order-rapid-search.model.d.ts +10 -10
- package/lib/util/models/index.d.ts +97 -97
- package/lib/util/models/lang-line.model.d.ts +18 -18
- package/lib/util/models/legal/contract-work.model.d.ts +27 -27
- package/lib/util/models/legal/contract-work2.model.d.ts +23 -23
- package/lib/util/models/media-line.model.d.ts +9 -9
- package/lib/util/models/menu-language.model.d.ts +6 -6
- package/lib/util/models/permission.model.d.ts +12 -12
- package/lib/util/models/product-box-set.model.d.ts +8 -8
- package/lib/util/models/product-disc-detail.model.d.ts +14 -14
- package/lib/util/models/product-disc.model.d.ts +11 -11
- package/lib/util/models/product-division.model.d.ts +15 -15
- package/lib/util/models/product-type.model.d.ts +7 -7
- package/lib/util/models/product.model.d.ts +52 -52
- package/lib/util/models/program.model.d.ts +21 -21
- package/lib/util/models/purchase-order/purchase-order.model.d.ts +40 -40
- package/lib/util/models/referential/WorkVersionArticleDto.d.ts +10 -10
- package/lib/util/models/referential/adress-type.model.d.ts +5 -5
- package/lib/util/models/referential/adress.model.d.ts +20 -20
- package/lib/util/models/referential/attached-file.model.d.ts +11 -11
- package/lib/util/models/referential/bank-account.model.d.ts +15 -15
- package/lib/util/models/referential/bank-accounts.model.d.ts +17 -17
- package/lib/util/models/referential/basic-hierarchy.model.d.ts +6 -6
- package/lib/util/models/referential/broadcast-list-item.model.d.ts +8 -8
- package/lib/util/models/referential/color.model.d.ts +6 -6
- package/lib/util/models/referential/company.model.d.ts +7 -7
- package/lib/util/models/referential/content-type.model.d.ts +12 -12
- package/lib/util/models/referential/content.model.d.ts +7 -7
- package/lib/util/models/referential/cost-center-criteria-values.model.d.ts +7 -7
- package/lib/util/models/referential/cost-center-criteria.model.d.ts +12 -12
- package/lib/util/models/referential/cost-center.model.d.ts +18 -18
- package/lib/util/models/referential/coutry.model.d.ts +7 -7
- package/lib/util/models/referential/currency.model.d.ts +11 -11
- package/lib/util/models/referential/editorial-content.model.d.ts +25 -25
- package/lib/util/models/referential/fixing.model.d.ts +10 -10
- package/lib/util/models/referential/flat-media.model.d.ts +9 -9
- package/lib/util/models/referential/format-image.model.d.ts +7 -7
- package/lib/util/models/referential/format-type.model.d.ts +6 -6
- package/lib/util/models/referential/format.model.d.ts +7 -7
- package/lib/util/models/referential/fsk-index.model.d.ts +22 -22
- package/lib/util/models/referential/fsk.model.d.ts +37 -37
- package/lib/util/models/referential/function.model.d.ts +8 -8
- package/lib/util/models/referential/genre.model.d.ts +7 -7
- package/lib/util/models/referential/invoice-product-type.model.d.ts +7 -7
- package/lib/util/models/referential/keywords.model.d.ts +6 -6
- package/lib/util/models/referential/language.model.d.ts +11 -11
- package/lib/util/models/referential/media-filter.model.d.ts +10 -10
- package/lib/util/models/referential/media.model.d.ts +11 -11
- package/lib/util/models/referential/module.model.d.ts +11 -11
- package/lib/util/models/referential/parameter.model.d.ts +6 -6
- package/lib/util/models/referential/participant.model.d.ts +11 -11
- package/lib/util/models/referential/person.model.d.ts +13 -13
- package/lib/util/models/referential/project-status.model.d.ts +6 -6
- package/lib/util/models/referential/quota.model.d.ts +7 -7
- package/lib/util/models/referential/referential-entity-state.model.d.ts +11 -11
- package/lib/util/models/referential/referential-value.model.d.ts +11 -11
- package/lib/util/models/referential/referentiel.model.d.ts +12 -12
- package/lib/util/models/referential/restriction.model.d.ts +9 -9
- package/lib/util/models/referential/sap-order.model.d.ts +27 -27
- package/lib/util/models/referential/service-error.model.d.ts +13 -13
- package/lib/util/models/referential/sound.model.d.ts +6 -6
- package/lib/util/models/referential/territories-languages.model.d.ts +8 -8
- package/lib/util/models/referential/territory-filter.model.d.ts +6 -6
- package/lib/util/models/referential/territory.model.d.ts +12 -11
- package/lib/util/models/referential/theme.model.d.ts +7 -7
- package/lib/util/models/referential/third-party-creation-request.model.d.ts +48 -48
- package/lib/util/models/referential/third-party-module.model.d.ts +11 -11
- package/lib/util/models/referential/third-party.model.d.ts +45 -45
- package/lib/util/models/referential/translated-value-model.d.ts +10 -10
- package/lib/util/models/referential/tva.model.d.ts +7 -7
- package/lib/util/models/referential/type-export.model.d.ts +7 -7
- package/lib/util/models/referential/type-tva-company-territory.model.d.ts +18 -18
- package/lib/util/models/referential/type-tva.model.d.ts +10 -10
- package/lib/util/models/referential/work-addons-model.d.ts +25 -25
- package/lib/util/models/referential/work-appartenance.model.d.ts +7 -7
- package/lib/util/models/referential/work-genre.model.d.ts +11 -11
- package/lib/util/models/referential/work-language.model.d.ts +11 -11
- package/lib/util/models/referential/work-milo.model.d.ts +46 -46
- package/lib/util/models/referential/work-participant.model.d.ts +10 -10
- package/lib/util/models/referential/work-restrictions-model.d.ts +18 -18
- package/lib/util/models/referential/work-theme.model.d.ts +11 -11
- package/lib/util/models/referential/work-title.model.d.ts +10 -10
- package/lib/util/models/referential/work-version-origin.model.d.ts +10 -10
- package/lib/util/models/referential/work-version-rapid-search.model.d.ts +9 -9
- package/lib/util/models/referential/work-versions-used.model.d.ts +12 -12
- package/lib/util/models/referential/work-versions.model.d.ts +29 -29
- package/lib/util/models/referential/work-year-production.model.d.ts +6 -6
- package/lib/util/models/referential/work.model.d.ts +74 -74
- package/lib/util/models/referential/zone.model.d.ts +6 -6
- package/lib/util/models/referentiel.model.d.ts +12 -12
- package/lib/util/models/search-response.model.d.ts +7 -7
- package/lib/util/models/section.model.d.ts +7 -7
- package/lib/util/models/select/options.model.d.ts +6 -6
- package/lib/util/models/select/select.model.d.ts +5 -5
- package/lib/util/models/subtitle-content.model.d.ts +26 -26
- package/lib/util/models/user-video.model.d.ts +10 -10
- package/lib/util/models/user.model.d.ts +25 -25
- package/lib/util/models/video/product-rapid-search.model.d.ts +8 -8
- package/lib/util/models/video/support-rapid-search.model.d.ts +6 -6
- package/lib/util/models/video-content.model.d.ts +24 -24
- package/lib/util/number.validator.d.ts +14 -14
- package/lib/util/permissions/permissions.service.d.ts +12 -12
- package/lib/util/pipes/capitalizefirst.pipe.d.ts +8 -8
- package/lib/util/pipes/comma-separated-number.pipe.d.ts +7 -7
- package/lib/util/pipes/common-translate.pipe.d.ts +12 -12
- package/lib/util/pipes/display-html.pipe.d.ts +10 -10
- package/lib/util/pipes/display-null.pipe.d.ts +8 -8
- package/lib/util/pipes/format-duration.pipe.d.ts +7 -7
- package/lib/util/pipes/format-number-input.pipe.d.ts +7 -7
- package/lib/util/pipes/local-date.pipe.d.ts +9 -9
- package/lib/util/pipes/my-number.pipe.d.ts +11 -11
- package/lib/util/pipes/third-party-address.pipe.d.ts +8 -8
- package/lib/util/pipes/trim-string.pipe.d.ts +7 -7
- package/lib/util/regex/regex.service.d.ts +12 -12
- package/lib/util/services/api/common-api.service.d.ts +27 -27
- package/lib/util/services/elasticsearch/elasticsearch.service.d.ts +17 -17
- package/lib/util/services/form-action/form-actions-events.service.d.ts +14 -14
- package/lib/util/services/guard/auth.guard.d.ts +18 -18
- package/lib/util/services/guard/login.guard.d.ts +18 -18
- package/lib/util/services/history/history.service.d.ts +10 -10
- package/lib/util/services/interceptor/auth.interceptor.d.ts +16 -16
- package/lib/util/services/jwt-security/aes.service.d.ts +12 -12
- package/lib/util/services/jwt-security/interceptorhttp.service.d.ts +8 -8
- package/lib/util/services/jwt-security/jwt.helpher.d.ts +4 -4
- package/lib/util/services/storage/local-storage.service.d.ts +13 -13
- package/lib/util/services/storage/session-storage.service.d.ts +13 -13
- package/lib/util/services/translate-language/lang.service.d.ts +14 -14
- package/lib/util/sort.d.ts +4 -4
- package/lib/util/theme/theme-event.service.d.ts +9 -9
- package/lib/util/toaster/toaster-events.service.d.ts +15 -15
- package/lib/util/util.module.d.ts +50 -50
- package/new-front-common-library.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +53 -53
- package/esm2015/lib/util/models/milo/territory.model.js +0 -18
- package/lib/util/models/milo/territory.model.d.ts +0 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SpacesNumberPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpacesNumberPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SpacesNumberPipe, "mySpacesNumberPipe">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpacesNumberPipe implements PipeTransform {
|
|
4
|
+
transform(value: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpacesNumberPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SpacesNumberPipe, "mySpacesNumberPipe">;
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { LocalStorageService } from "../services/storage/local-storage.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CommonTranslatePipe implements PipeTransform {
|
|
5
|
-
private localStorageService;
|
|
6
|
-
private availableTranslations;
|
|
7
|
-
constructor(localStorageService: LocalStorageService);
|
|
8
|
-
transform(value: string, lang?: string): string;
|
|
9
|
-
private isValidLang;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CommonTranslatePipe, never>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CommonTranslatePipe, "commonTranslate">;
|
|
12
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { LocalStorageService } from "../services/storage/local-storage.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CommonTranslatePipe implements PipeTransform {
|
|
5
|
+
private localStorageService;
|
|
6
|
+
private availableTranslations;
|
|
7
|
+
constructor(localStorageService: LocalStorageService);
|
|
8
|
+
transform(value: string, lang?: string): string;
|
|
9
|
+
private isValidLang;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommonTranslatePipe, never>;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CommonTranslatePipe, "commonTranslate">;
|
|
12
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SanitizeHtml implements PipeTransform {
|
|
5
|
-
private _sanitizer;
|
|
6
|
-
constructor(_sanitizer: DomSanitizer);
|
|
7
|
-
transform(html: string): SafeHtml;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtml, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtml, "mySanitizeHtml">;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SanitizeHtml implements PipeTransform {
|
|
5
|
+
private _sanitizer;
|
|
6
|
+
constructor(_sanitizer: DomSanitizer);
|
|
7
|
+
transform(html: string): SafeHtml;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtml, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtml, "mySanitizeHtml">;
|
|
10
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DisplayNullPipe implements PipeTransform {
|
|
4
|
-
private static returnCorrectFormat;
|
|
5
|
-
transform(value: any, fieldName?: string): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayNullPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayNullPipe, "myDisplayNullPipe">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DisplayNullPipe implements PipeTransform {
|
|
4
|
+
private static returnCorrectFormat;
|
|
5
|
+
transform(value: any, fieldName?: string): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayNullPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayNullPipe, "myDisplayNullPipe">;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormatDurationPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDurationPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDurationPipe, "formatDuration">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormatDurationPipe implements PipeTransform {
|
|
4
|
+
transform(value: any): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDurationPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDurationPipe, "formatDuration">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormatNumberInput implements PipeTransform {
|
|
4
|
-
transform(numberValue: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormatNumberInput, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatNumberInput, "myAddSpacesInputPipe">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormatNumberInput implements PipeTransform {
|
|
4
|
+
transform(numberValue: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormatNumberInput, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatNumberInput, "myAddSpacesInputPipe">;
|
|
7
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LocalDatePipe implements PipeTransform {
|
|
4
|
-
perpetuityLabel: string;
|
|
5
|
-
constructor();
|
|
6
|
-
transform(value: any, currentLanguage: string, format: string): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalDatePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LocalDatePipe, "myLocalDateFormat">;
|
|
9
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LocalDatePipe implements PipeTransform {
|
|
4
|
+
perpetuityLabel: string;
|
|
5
|
+
constructor();
|
|
6
|
+
transform(value: any, currentLanguage: string, format: string): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalDatePipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LocalDatePipe, "myLocalDateFormat">;
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MyNumberPipe implements PipeTransform {
|
|
4
|
-
private DECIMAL_SEPARATOR;
|
|
5
|
-
private THOUSANDS_SEPARATOR;
|
|
6
|
-
constructor();
|
|
7
|
-
transform(value: number | string, fractionSize: number): string;
|
|
8
|
-
parse(value: string, fractionSize: number): string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MyNumberPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MyNumberPipe, "myNumberFormat">;
|
|
11
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MyNumberPipe implements PipeTransform {
|
|
4
|
+
private DECIMAL_SEPARATOR;
|
|
5
|
+
private THOUSANDS_SEPARATOR;
|
|
6
|
+
constructor();
|
|
7
|
+
transform(value: number | string, fractionSize: number): string;
|
|
8
|
+
parse(value: string, fractionSize: number): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyNumberPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MyNumberPipe, "myNumberFormat">;
|
|
11
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { AdressModel } from "../models";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ThirdPartyAddressPipe implements PipeTransform {
|
|
5
|
-
transform(thirdPartyAddress: AdressModel, ...args: unknown[]): unknown;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThirdPartyAddressPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ThirdPartyAddressPipe, "thirdPartyAddress">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { AdressModel } from "../models";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ThirdPartyAddressPipe implements PipeTransform {
|
|
5
|
+
transform(thirdPartyAddress: AdressModel, ...args: unknown[]): unknown;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThirdPartyAddressPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ThirdPartyAddressPipe, "thirdPartyAddress">;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TrimStringPipe implements PipeTransform {
|
|
4
|
-
transform(value: string, size: number, message: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TrimStringPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TrimStringPipe, "myTrimString">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TrimStringPipe implements PipeTransform {
|
|
4
|
+
transform(value: string, size: number, message: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrimStringPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TrimStringPipe, "myTrimString">;
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RegexService {
|
|
3
|
-
isDecimalOrNegative(numberToCheck?: number): boolean;
|
|
4
|
-
isMiloCode(value?: string): boolean;
|
|
5
|
-
isAmount(value?: string): boolean;
|
|
6
|
-
isYesNo(value?: string): boolean;
|
|
7
|
-
isFinancialCondition(value?: string): boolean;
|
|
8
|
-
isOrderNumber(value?: string): boolean;
|
|
9
|
-
isDate(value?: string): boolean;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class RegexService {
|
|
3
|
+
isDecimalOrNegative(numberToCheck?: number): boolean;
|
|
4
|
+
isMiloCode(value?: string): boolean;
|
|
5
|
+
isAmount(value?: string): boolean;
|
|
6
|
+
isYesNo(value?: string): boolean;
|
|
7
|
+
isFinancialCondition(value?: string): boolean;
|
|
8
|
+
isOrderNumber(value?: string): boolean;
|
|
9
|
+
isDate(value?: string): boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
|
|
12
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ProductModel, PurchaseOrderModel } from '../../models';
|
|
2
|
-
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { Config } from '../../config';
|
|
5
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
6
|
-
import { JwtHelper } from '../jwt-security/jwt.helpher';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CommonApiService {
|
|
9
|
-
private config;
|
|
10
|
-
private cookieService;
|
|
11
|
-
private http;
|
|
12
|
-
headers: HttpHeaders;
|
|
13
|
-
jwtHelper: JwtHelper;
|
|
14
|
-
constructor(config: Config, cookieService: CookieService, http: HttpClient);
|
|
15
|
-
static handleError(error: any): Observable<never>;
|
|
16
|
-
getProductGlobalSearch(searchInput: string, language: string): Observable<ProductModel[]>;
|
|
17
|
-
getPurchaseOrderByGlobalSearch(searchInput: string, language: string): Observable<PurchaseOrderModel[]>;
|
|
18
|
-
setToken(token: string): void;
|
|
19
|
-
setSecondaryToken(token: string): void;
|
|
20
|
-
getToken(): string;
|
|
21
|
-
decodeToken(tokenName: string): any;
|
|
22
|
-
getUserDataFromToken(): any;
|
|
23
|
-
isTokenValid(): boolean;
|
|
24
|
-
ssoLogin(email: string): Observable<any>;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CommonApiService, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CommonApiService>;
|
|
27
|
-
}
|
|
1
|
+
import { ProductModel, PurchaseOrderModel } from '../../models';
|
|
2
|
+
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { Config } from '../../config';
|
|
5
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
6
|
+
import { JwtHelper } from '../jwt-security/jwt.helpher';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CommonApiService {
|
|
9
|
+
private config;
|
|
10
|
+
private cookieService;
|
|
11
|
+
private http;
|
|
12
|
+
headers: HttpHeaders;
|
|
13
|
+
jwtHelper: JwtHelper;
|
|
14
|
+
constructor(config: Config, cookieService: CookieService, http: HttpClient);
|
|
15
|
+
static handleError(error: any): Observable<never>;
|
|
16
|
+
getProductGlobalSearch(searchInput: string, language: string): Observable<ProductModel[]>;
|
|
17
|
+
getPurchaseOrderByGlobalSearch(searchInput: string, language: string): Observable<PurchaseOrderModel[]>;
|
|
18
|
+
setToken(token: string): void;
|
|
19
|
+
setSecondaryToken(token: string): void;
|
|
20
|
+
getToken(): string;
|
|
21
|
+
decodeToken(tokenName: string): any;
|
|
22
|
+
getUserDataFromToken(): any;
|
|
23
|
+
isTokenValid(): boolean;
|
|
24
|
+
ssoLogin(email: string): Observable<any>;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommonApiService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CommonApiService>;
|
|
27
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { MSearchResponse } from 'elasticsearch';
|
|
3
|
-
import { PurchaseOrderRapidSearchModel } from "../../models/expenditure-commitment/purchase-order-rapid-search.model";
|
|
4
|
-
import { ProductRapidSearchModel } from "../../models/video/product-rapid-search.model";
|
|
5
|
-
import { Config } from '../../config';
|
|
6
|
-
import { WorkVersionRapidSearchModel } from "../../models/referential/work-version-rapid-search.model";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ElasticsearchService {
|
|
9
|
-
private config;
|
|
10
|
-
constructor(config: Config);
|
|
11
|
-
private client;
|
|
12
|
-
private getElasticsearchClient;
|
|
13
|
-
getSearchResponse(text: string): Observable<MSearchResponse<any>>;
|
|
14
|
-
getDocuments(searchResponse: any): (PurchaseOrderRapidSearchModel | ProductRapidSearchModel | WorkVersionRapidSearchModel)[];
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ElasticsearchService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ElasticsearchService>;
|
|
17
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { MSearchResponse } from 'elasticsearch';
|
|
3
|
+
import { PurchaseOrderRapidSearchModel } from "../../models/expenditure-commitment/purchase-order-rapid-search.model";
|
|
4
|
+
import { ProductRapidSearchModel } from "../../models/video/product-rapid-search.model";
|
|
5
|
+
import { Config } from '../../config';
|
|
6
|
+
import { WorkVersionRapidSearchModel } from "../../models/referential/work-version-rapid-search.model";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ElasticsearchService {
|
|
9
|
+
private config;
|
|
10
|
+
constructor(config: Config);
|
|
11
|
+
private client;
|
|
12
|
+
private getElasticsearchClient;
|
|
13
|
+
getSearchResponse(text: string): Observable<MSearchResponse<any>>;
|
|
14
|
+
getDocuments(searchResponse: any): (PurchaseOrderRapidSearchModel | ProductRapidSearchModel | WorkVersionRapidSearchModel)[];
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElasticsearchService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ElasticsearchService>;
|
|
17
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormActionsEventsService {
|
|
4
|
-
updateEvent: EventEmitter<boolean>;
|
|
5
|
-
consultToEdit: EventEmitter<boolean>;
|
|
6
|
-
EditToConsult: EventEmitter<boolean>;
|
|
7
|
-
consultToDuplicate: EventEmitter<boolean>;
|
|
8
|
-
constructor();
|
|
9
|
-
emitUpdateEvent(): void;
|
|
10
|
-
emitEventIsUpdateTrue(): void;
|
|
11
|
-
emitConsultEvent(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormActionsEventsService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormActionsEventsService>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormActionsEventsService {
|
|
4
|
+
updateEvent: EventEmitter<boolean>;
|
|
5
|
+
consultToEdit: EventEmitter<boolean>;
|
|
6
|
+
EditToConsult: EventEmitter<boolean>;
|
|
7
|
+
consultToDuplicate: EventEmitter<boolean>;
|
|
8
|
+
constructor();
|
|
9
|
+
emitUpdateEvent(): void;
|
|
10
|
+
emitEventIsUpdateTrue(): void;
|
|
11
|
+
emitConsultEvent(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormActionsEventsService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FormActionsEventsService>;
|
|
14
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { CanActivate, Router } from '@angular/router';
|
|
2
|
-
import { Config } from '../../config';
|
|
3
|
-
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
5
|
-
import { CommonApiService } from '../api/common-api.service';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AuthGuard implements CanActivate {
|
|
9
|
-
private router;
|
|
10
|
-
private http;
|
|
11
|
-
private cookieService;
|
|
12
|
-
private commonApiService;
|
|
13
|
-
private config;
|
|
14
|
-
constructor(router: Router, http: HttpClient, cookieService: CookieService, commonApiService: CommonApiService, config: Config);
|
|
15
|
-
canActivate(): boolean | Observable<boolean>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
18
|
-
}
|
|
1
|
+
import { CanActivate, Router } from '@angular/router';
|
|
2
|
+
import { Config } from '../../config';
|
|
3
|
+
import { HttpClient } from '@angular/common/http';
|
|
4
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
5
|
+
import { CommonApiService } from '../api/common-api.service';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AuthGuard implements CanActivate {
|
|
9
|
+
private router;
|
|
10
|
+
private http;
|
|
11
|
+
private cookieService;
|
|
12
|
+
private commonApiService;
|
|
13
|
+
private config;
|
|
14
|
+
constructor(router: Router, http: HttpClient, cookieService: CookieService, commonApiService: CommonApiService, config: Config);
|
|
15
|
+
canActivate(): boolean | Observable<boolean>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
18
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { CanActivate } from '@angular/router';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
-
import { Config } from '../../config';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LoginGuard implements CanActivate {
|
|
9
|
-
private http;
|
|
10
|
-
private translateService;
|
|
11
|
-
private dialog;
|
|
12
|
-
private config;
|
|
13
|
-
apiUrl: string;
|
|
14
|
-
constructor(http: HttpClient, translateService: TranslateService, dialog: MatDialog, config: Config);
|
|
15
|
-
canActivate(): boolean | Observable<boolean>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginGuard, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LoginGuard>;
|
|
18
|
-
}
|
|
1
|
+
import { CanActivate } from '@angular/router';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import { Config } from '../../config';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LoginGuard implements CanActivate {
|
|
9
|
+
private http;
|
|
10
|
+
private translateService;
|
|
11
|
+
private dialog;
|
|
12
|
+
private config;
|
|
13
|
+
apiUrl: string;
|
|
14
|
+
constructor(http: HttpClient, translateService: TranslateService, dialog: MatDialog, config: Config);
|
|
15
|
+
canActivate(): boolean | Observable<boolean>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginGuard, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LoginGuard>;
|
|
18
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { LocalStorageService } from '../storage/local-storage.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HistoryService {
|
|
4
|
-
private localStorage;
|
|
5
|
-
constructor(localStorage: LocalStorageService);
|
|
6
|
-
add(type: 'PRODUCT' | 'PO' | 'DEAL' | 'WORK' | 'CONTRACT-ACQ' | 'CONTRACT-CESS' | 'BUDGET', id: string, ref: any): void;
|
|
7
|
-
private exist;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HistoryService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HistoryService>;
|
|
10
|
-
}
|
|
1
|
+
import { LocalStorageService } from '../storage/local-storage.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HistoryService {
|
|
4
|
+
private localStorage;
|
|
5
|
+
constructor(localStorage: LocalStorageService);
|
|
6
|
+
add(type: 'PRODUCT' | 'PO' | 'DEAL' | 'WORK' | 'CONTRACT-ACQ' | 'CONTRACT-CESS' | 'BUDGET', id: string, ref: any): void;
|
|
7
|
+
private exist;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HistoryService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HistoryService>;
|
|
10
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
4
|
-
import { CommonApiService } from '../api/common-api.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AuthInterceptor implements HttpInterceptor {
|
|
7
|
-
private authService;
|
|
8
|
-
private cookieService;
|
|
9
|
-
private refreshTokenInProgress;
|
|
10
|
-
private refreshTokenSubject;
|
|
11
|
-
constructor(authService: CommonApiService, cookieService: CookieService);
|
|
12
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
13
|
-
private addToken;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthInterceptor, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuthInterceptor>;
|
|
16
|
-
}
|
|
1
|
+
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
4
|
+
import { CommonApiService } from '../api/common-api.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AuthInterceptor implements HttpInterceptor {
|
|
7
|
+
private authService;
|
|
8
|
+
private cookieService;
|
|
9
|
+
private refreshTokenInProgress;
|
|
10
|
+
private refreshTokenSubject;
|
|
11
|
+
constructor(authService: CommonApiService, cookieService: CookieService);
|
|
12
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
13
|
+
private addToken;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthInterceptor, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthInterceptor>;
|
|
16
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AesService {
|
|
3
|
-
private readonly SECRET_CODE;
|
|
4
|
-
private keySize;
|
|
5
|
-
private iterationCount;
|
|
6
|
-
private pwdEncrypted;
|
|
7
|
-
constructor();
|
|
8
|
-
generateKey(salt: string): any;
|
|
9
|
-
encrypt(planText: string): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AesService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AesService>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AesService {
|
|
3
|
+
private readonly SECRET_CODE;
|
|
4
|
+
private keySize;
|
|
5
|
+
private iterationCount;
|
|
6
|
+
private pwdEncrypted;
|
|
7
|
+
constructor();
|
|
8
|
+
generateKey(salt: string): any;
|
|
9
|
+
encrypt(planText: string): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AesService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AesService>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InterceptorHttpService implements HttpInterceptor {
|
|
5
|
-
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InterceptorHttpService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorHttpService>;
|
|
8
|
-
}
|
|
1
|
+
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InterceptorHttpService implements HttpInterceptor {
|
|
5
|
+
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InterceptorHttpService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorHttpService>;
|
|
8
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class JwtHelper {
|
|
2
|
-
decodeToken(token: string): any;
|
|
3
|
-
private urlBase64Decode;
|
|
4
|
-
}
|
|
1
|
+
export declare class JwtHelper {
|
|
2
|
+
decodeToken(token: string): any;
|
|
3
|
+
private urlBase64Decode;
|
|
4
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { LocalStorageEventsService } from '../../event/storage/local-storage-events.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LocalStorageService {
|
|
4
|
-
private localStorageEvents;
|
|
5
|
-
constructor(localStorageEvents: LocalStorageEventsService);
|
|
6
|
-
exist(key: string): boolean;
|
|
7
|
-
get(key: string): any;
|
|
8
|
-
post(key: string, data: any): void;
|
|
9
|
-
contains(key: string, data: any): boolean;
|
|
10
|
-
delete(key: string): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
13
|
-
}
|
|
1
|
+
import { LocalStorageEventsService } from '../../event/storage/local-storage-events.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LocalStorageService {
|
|
4
|
+
private localStorageEvents;
|
|
5
|
+
constructor(localStorageEvents: LocalStorageEventsService);
|
|
6
|
+
exist(key: string): boolean;
|
|
7
|
+
get(key: string): any;
|
|
8
|
+
post(key: string, data: any): void;
|
|
9
|
+
contains(key: string, data: any): boolean;
|
|
10
|
+
delete(key: string): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SessionStorageEventsService } from '../../event/storage/session-storage-events.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SessionStorageService {
|
|
4
|
-
private sessionsStorageEvents;
|
|
5
|
-
constructor(sessionsStorageEvents: SessionStorageEventsService);
|
|
6
|
-
exist(key: string): boolean;
|
|
7
|
-
get(key: string): any;
|
|
8
|
-
post(key: string, data: any): void;
|
|
9
|
-
contains(key: string, data: any): boolean;
|
|
10
|
-
delete(key: string): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SessionStorageService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SessionStorageService>;
|
|
13
|
-
}
|
|
1
|
+
import { SessionStorageEventsService } from '../../event/storage/session-storage-events.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SessionStorageService {
|
|
4
|
+
private sessionsStorageEvents;
|
|
5
|
+
constructor(sessionsStorageEvents: SessionStorageEventsService);
|
|
6
|
+
exist(key: string): boolean;
|
|
7
|
+
get(key: string): any;
|
|
8
|
+
post(key: string, data: any): void;
|
|
9
|
+
contains(key: string, data: any): boolean;
|
|
10
|
+
delete(key: string): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SessionStorageService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SessionStorageService>;
|
|
13
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { LocalStorageService } from "../storage/local-storage.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LangService {
|
|
6
|
-
private translate;
|
|
7
|
-
private localStorage;
|
|
8
|
-
switchLangEmitter: EventEmitter<any>;
|
|
9
|
-
constructor(translate: TranslateService, localStorage: LocalStorageService);
|
|
10
|
-
translateLanguage(): void;
|
|
11
|
-
switchLang(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LangService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LangService>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { LocalStorageService } from "../storage/local-storage.service";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LangService {
|
|
6
|
+
private translate;
|
|
7
|
+
private localStorage;
|
|
8
|
+
switchLangEmitter: EventEmitter<any>;
|
|
9
|
+
constructor(translate: TranslateService, localStorage: LocalStorageService);
|
|
10
|
+
translateLanguage(): void;
|
|
11
|
+
switchLang(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LangService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LangService>;
|
|
14
|
+
}
|
package/lib/util/sort.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class SortBy {
|
|
2
|
-
constructor();
|
|
3
|
-
sortByField: (field: string, ascending: boolean, functionToApply?: Function) => (a: any, b: any) => number;
|
|
4
|
-
}
|
|
1
|
+
export declare class SortBy {
|
|
2
|
+
constructor();
|
|
3
|
+
sortByField: (field: string, ascending: boolean, functionToApply?: Function) => (a: any, b: any) => number;
|
|
4
|
+
}
|