new-front-common-library 16.1.32-LEG-2 → 16.1.32-ROY-2
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 +243 -243
- package/assets/css/_flex.scss +55 -55
- package/assets/css/_global.scss +417 -417
- package/assets/css/_light-theme.scss +221 -221
- package/assets/css/_mat-palettes.scss +98 -98
- package/assets/css/_themes.scss +56 -56
- package/assets/css/_themes_v18.scss +55 -55
- package/assets/css/material/_mdc-dark-theme.scss +265 -265
- package/assets/css/material/_mdc-light-theme.scss +264 -264
- package/assets/css/material/_mdc.scss +408 -408
- package/assets/css/old-themes/_dark-theme.scss +639 -639
- package/assets/css/old-themes/_global.scss +689 -689
- package/assets/css/old-themes/_light-theme.scss +646 -646
- package/assets/css/old-themes/_themes-deprecated.scss +65 -65
- package/assets/i18n/front-common/de.json +30 -30
- package/assets/i18n/front-common/en.json +30 -30
- package/assets/i18n/front-common/fr.json +30 -30
- package/esm2022/lib/util/array.service.mjs +19 -19
- package/esm2022/lib/util/component/header/header.component.mjs +224 -221
- package/esm2022/lib/util/component/header/menu/menu.component.mjs +96 -96
- package/esm2022/lib/util/component/header/menu/menu.const.mjs +544 -544
- package/esm2022/lib/util/component/header/menu/menu.model.mjs +2 -2
- package/esm2022/lib/util/component/overlay/overlay.component.mjs +40 -40
- package/esm2022/lib/util/component/overlay/overlay.service.mjs +24 -24
- package/esm2022/lib/util/component/popup/popup-login/popup-login.component.mjs +90 -90
- package/esm2022/lib/util/component/sub-header/sub-header.component.mjs +44 -44
- package/esm2022/lib/util/config.mjs +8 -8
- package/esm2022/lib/util/date/PeriodModel.mjs +8 -8
- package/esm2022/lib/util/date/date-format-constants.mjs +12 -12
- package/esm2022/lib/util/date/date.util.mjs +218 -218
- package/esm2022/lib/util/decorators/theme.decorator.mjs +22 -22
- package/esm2022/lib/util/decorators/user.decorator.mjs +25 -25
- package/esm2022/lib/util/directives/my-number-formatter-directive.mjs +34 -34
- package/esm2022/lib/util/directives/show-if-truncated.directive.mjs +25 -25
- package/esm2022/lib/util/enums/family.enum.mjs +6 -6
- package/esm2022/lib/util/enums/rapid-search-item-type.enum.mjs +13 -12
- package/esm2022/lib/util/enums/status-color.enum.mjs +11 -11
- package/esm2022/lib/util/event/header/header-events.service.mjs +21 -21
- package/esm2022/lib/util/event/storage/local-storage-events.service.mjs +17 -17
- package/esm2022/lib/util/event/storage/session-storage-events.service.mjs +18 -18
- package/esm2022/lib/util/http/http-params.builder.mjs +27 -27
- package/esm2022/lib/util/i18n/de.mjs +158 -158
- package/esm2022/lib/util/i18n/en.mjs +158 -158
- package/esm2022/lib/util/i18n/fr.mjs +159 -158
- package/esm2022/lib/util/i18n/multi-translate-http-loader.mjs +21 -21
- package/esm2022/lib/util/interfaces/permissions.interface.mjs +2 -2
- package/esm2022/lib/util/models/any-line.model.mjs +37 -37
- package/esm2022/lib/util/models/audio-content.model.mjs +27 -27
- package/esm2022/lib/util/models/authPermission.model.mjs +16 -16
- package/esm2022/lib/util/models/authUser.model.mjs +21 -21
- package/esm2022/lib/util/models/basic.model.mjs +14 -14
- package/esm2022/lib/util/models/box-set-item.model.mjs +19 -19
- package/esm2022/lib/util/models/commercial/deal-rapid-search-model.mjs +3 -3
- package/esm2022/lib/util/models/commercial/invoice-rapid-search-model.mjs +9 -9
- package/esm2022/lib/util/models/commercial/work-record-rapid-search-model.mjs +13 -13
- package/esm2022/lib/util/models/disc-program.model.mjs +26 -26
- package/esm2022/lib/util/models/disc.model.mjs +22 -22
- package/esm2022/lib/util/models/eventType.model.mjs +7 -7
- package/esm2022/lib/util/models/expenditure-commitment/purchase-order-file.model.mjs +22 -22
- package/esm2022/lib/util/models/expenditure-commitment/purchase-order-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/family.model.mjs +7 -7
- package/esm2022/lib/util/models/index.mjs +101 -101
- package/esm2022/lib/util/models/lang-line.model.mjs +27 -27
- package/esm2022/lib/util/models/legal/contract-rapid-search-model.mjs +3 -3
- package/esm2022/lib/util/models/legal/contract-work.model.mjs +23 -23
- package/esm2022/lib/util/models/legal/contract-work2.model.mjs +21 -21
- package/esm2022/lib/util/models/legal/type-status-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/media-line.model.mjs +18 -18
- package/esm2022/lib/util/models/menu-language.model.mjs +15 -15
- package/esm2022/lib/util/models/permission.model.mjs +20 -20
- package/esm2022/lib/util/models/product-box-set.model.mjs +16 -16
- package/esm2022/lib/util/models/product-disc-detail.model.mjs +22 -22
- package/esm2022/lib/util/models/product-disc.model.mjs +27 -27
- package/esm2022/lib/util/models/product-division.model.mjs +29 -29
- package/esm2022/lib/util/models/product-type.model.mjs +22 -22
- package/esm2022/lib/util/models/product.model.mjs +62 -62
- package/esm2022/lib/util/models/program.model.mjs +28 -28
- package/esm2022/lib/util/models/purchase-order/purchase-order.model.mjs +53 -53
- package/esm2022/lib/util/models/referential/WorkVersionArticleDto.mjs +17 -17
- package/esm2022/lib/util/models/referential/adress-type.model.mjs +14 -14
- package/esm2022/lib/util/models/referential/adress.model.mjs +28 -28
- package/esm2022/lib/util/models/referential/attached-file.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/bank-account.model.mjs +24 -24
- package/esm2022/lib/util/models/referential/bank-accounts.model.mjs +31 -31
- package/esm2022/lib/util/models/referential/basic-hierarchy.model.mjs +8 -8
- package/esm2022/lib/util/models/referential/broadcast-list-item.model.mjs +13 -13
- package/esm2022/lib/util/models/referential/color.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/company.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/content-type.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/content.model.mjs +22 -22
- package/esm2022/lib/util/models/referential/cost-center-criteria-values.model.mjs +14 -14
- package/esm2022/lib/util/models/referential/cost-center-criteria.model.mjs +13 -13
- package/esm2022/lib/util/models/referential/cost-center.model.mjs +28 -28
- package/esm2022/lib/util/models/referential/coutry.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/currency.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/editorial-content.model.mjs +18 -18
- package/esm2022/lib/util/models/referential/fixing.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/flat-media.model.mjs +18 -18
- package/esm2022/lib/util/models/referential/format-image.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/format-type.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/format.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/fsk-index.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/fsk.model.mjs +22 -22
- package/esm2022/lib/util/models/referential/function.model.mjs +23 -23
- package/esm2022/lib/util/models/referential/genre.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/invoice-product-type.model.mjs +22 -22
- package/esm2022/lib/util/models/referential/keywords.model.mjs +13 -13
- package/esm2022/lib/util/models/referential/language.model.mjs +18 -18
- package/esm2022/lib/util/models/referential/media-filter.model.mjs +3 -3
- package/esm2022/lib/util/models/referential/media.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/module.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/parameter.model.mjs +2 -2
- package/esm2022/lib/util/models/referential/participant.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/person.model.mjs +23 -23
- package/esm2022/lib/util/models/referential/project-status.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/quota.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/referential-entity-state.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/referential-value.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/referentiel.model.mjs +26 -26
- package/esm2022/lib/util/models/referential/restriction.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/sap-order.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/service-error.model.mjs +15 -15
- package/esm2022/lib/util/models/referential/sound.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/territories-languages.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/territory-filter.model.mjs +3 -3
- package/esm2022/lib/util/models/referential/territory.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/theme.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/third-party-address-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/referential/third-party-creation-request.model.mjs +44 -44
- package/esm2022/lib/util/models/referential/third-party-module.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/third-party-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/referential/third-party.model.mjs +83 -83
- package/esm2022/lib/util/models/referential/translated-value-model.mjs +16 -16
- package/esm2022/lib/util/models/referential/tva.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/type-export.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/type-tva-company-territory.model.mjs +32 -32
- package/esm2022/lib/util/models/referential/type-tva.model.mjs +25 -25
- package/esm2022/lib/util/models/referential/user-form.model.mjs +2 -2
- package/esm2022/lib/util/models/referential/work-addons-model.mjs +16 -16
- package/esm2022/lib/util/models/referential/work-appartenance.model.mjs +17 -17
- package/esm2022/lib/util/models/referential/work-genre.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/work-language.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/work-milo.model.mjs +61 -61
- package/esm2022/lib/util/models/referential/work-participant.model.mjs +21 -21
- package/esm2022/lib/util/models/referential/work-restrictions-model.mjs +13 -13
- package/esm2022/lib/util/models/referential/work-theme.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/work-title.model.mjs +20 -20
- package/esm2022/lib/util/models/referential/work-version-origin.model.mjs +16 -16
- package/esm2022/lib/util/models/referential/work-version-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/referential/work-versions-used.model.mjs +19 -19
- package/esm2022/lib/util/models/referential/work-versions.model.mjs +27 -27
- package/esm2022/lib/util/models/referential/work-year-production.model.mjs +13 -13
- package/esm2022/lib/util/models/referential/work.model.mjs +22 -22
- package/esm2022/lib/util/models/referential/zone.model.mjs +14 -14
- package/esm2022/lib/util/models/referentiel.model.mjs +26 -26
- package/esm2022/lib/util/models/search-response.model.mjs +10 -10
- package/esm2022/lib/util/models/section.model.mjs +8 -8
- package/esm2022/lib/util/models/select/options.model.mjs +8 -8
- package/esm2022/lib/util/models/select/select.model.mjs +7 -7
- package/esm2022/lib/util/models/subsidiary.model.mjs +8 -8
- package/esm2022/lib/util/models/subtitle-content.model.mjs +28 -28
- package/esm2022/lib/util/models/user-video.model.mjs +22 -22
- package/esm2022/lib/util/models/user.model.mjs +35 -36
- package/esm2022/lib/util/models/video/product-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/video/support-rapid-search.model.mjs +3 -3
- package/esm2022/lib/util/models/video-content.model.mjs +18 -18
- package/esm2022/lib/util/number.validator.mjs +129 -129
- package/esm2022/lib/util/paginator/custom-paginator-configuration.mjs +59 -59
- package/esm2022/lib/util/permissions/permissions.service.mjs +49 -49
- package/esm2022/lib/util/pipes/capitalizefirst.pipe.mjs +41 -41
- package/esm2022/lib/util/pipes/comma-separated-number.pipe.mjs +15 -15
- package/esm2022/lib/util/pipes/common-translate.pipe.mjs +38 -38
- package/esm2022/lib/util/pipes/display-html.pipe.mjs +20 -20
- package/esm2022/lib/util/pipes/display-null.pipe.mjs +24 -24
- package/esm2022/lib/util/pipes/format-currency.pipe.mjs +31 -31
- package/esm2022/lib/util/pipes/format-duration.pipe.mjs +23 -23
- package/esm2022/lib/util/pipes/format-number-input.pipe.mjs +22 -22
- package/esm2022/lib/util/pipes/local-date.pipe.mjs +27 -27
- package/esm2022/lib/util/pipes/my-number.pipe.mjs +44 -44
- package/esm2022/lib/util/pipes/third-party-address-search.pipe.mjs +15 -15
- package/esm2022/lib/util/pipes/third-party-address.pipe.mjs +16 -16
- package/esm2022/lib/util/pipes/trim-string.pipe.mjs +25 -25
- package/esm2022/lib/util/regex/regex.service.mjs +94 -94
- package/esm2022/lib/util/services/api/commercial-api.service.mjs +28 -28
- package/esm2022/lib/util/services/api/common-api.service.mjs +98 -98
- package/esm2022/lib/util/services/api/legal-api.service.mjs +32 -32
- package/esm2022/lib/util/services/api/video-api.service.mjs +45 -45
- package/esm2022/lib/util/services/auth/auth.service.mjs +18 -18
- package/esm2022/lib/util/services/elasticsearch/elasticsearch.service.mjs +166 -158
- package/esm2022/lib/util/services/elasticsearch/subsidiaries.service.mjs +48 -54
- package/esm2022/lib/util/services/form-action/form-actions-events.service.mjs +25 -25
- package/esm2022/lib/util/services/guard/auth.guard.mjs +32 -32
- package/esm2022/lib/util/services/guard/login.guard.mjs +23 -23
- package/esm2022/lib/util/services/history/history.service.mjs +39 -39
- package/esm2022/lib/util/services/interceptor/auth.interceptor.mjs +53 -53
- package/esm2022/lib/util/services/jwt-security/aes.service.mjs +34 -34
- package/esm2022/lib/util/services/jwt-security/interceptorhttp.service.mjs +18 -18
- package/esm2022/lib/util/services/jwt-security/jwt.helpher.mjs +34 -34
- package/esm2022/lib/util/services/storage/local-storage.service.mjs +36 -36
- package/esm2022/lib/util/services/storage/session-storage.service.mjs +38 -38
- package/esm2022/lib/util/services/translate-language/lang.service.mjs +31 -31
- package/esm2022/lib/util/services/user/user-subsidiary.service.mjs +22 -22
- package/esm2022/lib/util/sort.mjs +22 -22
- package/esm2022/lib/util/theme/theme-event.service.mjs +17 -17
- package/esm2022/lib/util/toaster/toaster-events.service.mjs +32 -32
- package/esm2022/lib/util/util.module.mjs +281 -281
- package/esm2022/new-front-common-library.mjs +4 -4
- package/esm2022/public-api.mjs +59 -59
- package/fesm2022/new-front-common-library.mjs +5527 -5521
- package/fesm2022/new-front-common-library.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/util/array.service.d.ts +7 -7
- package/lib/util/component/header/header.component.d.ts +74 -74
- package/lib/util/component/header/menu/menu.component.d.ts +27 -27
- package/lib/util/component/header/menu/menu.const.d.ts +2 -2
- package/lib/util/component/header/menu/menu.model.d.ts +23 -23
- 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 +35 -35
- 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-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/family.enum.d.ts +4 -4
- package/lib/util/enums/rapid-search-item-type.enum.d.ts +11 -10
- 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 +141 -141
- package/lib/util/i18n/en.d.ts +141 -141
- package/lib/util/i18n/fr.d.ts +142 -141
- 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 +16 -16
- 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/commercial/deal-rapid-search-model.d.ts +10 -10
- package/lib/util/models/commercial/invoice-rapid-search-model.d.ts +18 -18
- package/lib/util/models/commercial/work-record-rapid-search-model.d.ts +21 -21
- 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/family.model.d.ts +5 -5
- package/lib/util/models/index.d.ts +100 -100
- package/lib/util/models/lang-line.model.d.ts +18 -18
- package/lib/util/models/legal/contract-rapid-search-model.d.ts +10 -10
- 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/legal/type-status-rapid-search.model.d.ts +5 -5
- 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 -12
- package/lib/util/models/referential/theme.model.d.ts +7 -7
- package/lib/util/models/referential/third-party-address-rapid-search.model.d.ts +8 -8
- 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-rapid-search.model.d.ts +8 -8
- 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/user-form.model.d.ts +5 -5
- 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/subsidiary.model.d.ts +7 -7
- 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 +27 -28
- 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/paginator/custom-paginator-configuration.d.ts +16 -16
- package/lib/util/permissions/permissions.service.d.ts +15 -15
- 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-currency.pipe.d.ts +10 -10
- 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-search.pipe.d.ts +8 -8
- 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/commercial-api.service.d.ts +12 -12
- package/lib/util/services/api/common-api.service.d.ts +27 -27
- package/lib/util/services/api/legal-api.service.d.ts +15 -15
- package/lib/util/services/api/video-api.service.d.ts +17 -17
- package/lib/util/services/auth/auth.service.d.ts +9 -9
- package/lib/util/services/elasticsearch/elasticsearch.service.d.ts +35 -34
- package/lib/util/services/elasticsearch/subsidiaries.service.d.ts +12 -12
- package/lib/util/services/form-action/form-actions-events.service.d.ts +14 -14
- package/lib/util/services/guard/auth.guard.d.ts +2 -2
- package/lib/util/services/guard/login.guard.d.ts +1 -1
- 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/services/user/user-subsidiary.service.d.ts +9 -9
- 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 +49 -49
- package/package.json +1 -1
- package/public-api.d.ts +56 -56
|
@@ -1,639 +1,639 @@
|
|
|
1
|
-
@import "../mat-palettes";
|
|
2
|
-
|
|
3
|
-
.dark-theme {
|
|
4
|
-
//1
|
|
5
|
-
.page-container {
|
|
6
|
-
background-color: $background-lvl3;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
//2
|
|
10
|
-
.mat-card {
|
|
11
|
-
padding: 5px !important;
|
|
12
|
-
background: $background-lvl3;
|
|
13
|
-
color: $gray-background-dark;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
//3
|
|
17
|
-
.navigation-menu {
|
|
18
|
-
background-color: $background-lvl2;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
//4
|
|
22
|
-
.mat-table {
|
|
23
|
-
background-color: $background-lvl2;
|
|
24
|
-
border-color: $background-lvl3;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
//5
|
|
28
|
-
.mat-cell {
|
|
29
|
-
color: $gray-light;;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
//6
|
|
33
|
-
mat-row:hover {
|
|
34
|
-
background-color: adjust-color($background-lvl2, $lightness: 10%);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.expandable-row:hover {
|
|
38
|
-
background-color: transparent !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
//7
|
|
42
|
-
/* Table header coloring*/
|
|
43
|
-
.mat-form-field-appearance-legacy .mat-form-field-label {
|
|
44
|
-
color: $gray-strong !important;
|
|
45
|
-
font-weight: bold;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
//9
|
|
49
|
-
/*change color of underline when focused*/
|
|
50
|
-
.mat-form-field-ripple {
|
|
51
|
-
background-color: $background-lvl3 !important;;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
//10
|
|
55
|
-
mat-toolbar-row {
|
|
56
|
-
background-color: $background-lvl2;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
//12
|
|
60
|
-
.mat-expansion-panel-header {
|
|
61
|
-
background-color: $background-lvl2;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
//13
|
|
65
|
-
.mat-expansion-panel-body {
|
|
66
|
-
background-color: $background-lvl2;
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
//14
|
|
71
|
-
.mat-sort-header-arrow {
|
|
72
|
-
color: $black-bluish !important;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
//15
|
|
76
|
-
.disable_ripple {
|
|
77
|
-
background-color: #EAEEF4 !important;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
//16
|
|
81
|
-
.cke_editable {
|
|
82
|
-
font-size: 12px !important;
|
|
83
|
-
font-family: Poppins;
|
|
84
|
-
background-color: $background-lvl2;
|
|
85
|
-
color: $gray-primary;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
//17
|
|
89
|
-
.hide-ckeditor-toolbar {
|
|
90
|
-
.cke_inner .cke_top {
|
|
91
|
-
display: none;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
//18--------------------identity
|
|
96
|
-
mat-label {
|
|
97
|
-
color: $gray-primary !important;
|
|
98
|
-
font-weight: bold;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
//19
|
|
102
|
-
input {
|
|
103
|
-
color: $gray-light !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
textarea {
|
|
107
|
-
color: $gray-light;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
a {
|
|
111
|
-
color: $gray-background-lightest;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.mat-row, row-drop {
|
|
115
|
-
border-left-width: 1px;
|
|
116
|
-
border-right-width: 1px;
|
|
117
|
-
border-left-color: $background-lvl3;
|
|
118
|
-
border-right-color: $background-lvl3;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.mat-row .mat-input-element {
|
|
122
|
-
background: $background-lvl3;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.mat-row .mat-select {
|
|
126
|
-
background: $background-lvl3;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.mat-select-value-text {
|
|
130
|
-
color: $gray-light;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.mat-select-placeholder {
|
|
134
|
-
color: $black-bluish !important;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.mat-form-field-disabled .mat-select-value-text {
|
|
138
|
-
color: gray;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.mat-select-arrow {
|
|
142
|
-
color: $blue-primary;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.mat-radio-outer-circle {
|
|
146
|
-
border-color: $blue-primary !important;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.mat-radio-inner-circle {
|
|
150
|
-
background-color: $blue-primary !important;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.mat-datepicker-toggle {
|
|
154
|
-
color: $blue-primary;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.mat-form-field .mat-icon {
|
|
158
|
-
color: $blue-primary;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.mat-footer-cell {
|
|
162
|
-
font-style: italic;
|
|
163
|
-
font-weight: normal;
|
|
164
|
-
font-size: 14px;
|
|
165
|
-
//color: $gray-light;
|
|
166
|
-
background-color: $background-lvl2;
|
|
167
|
-
border-color: $background-lvl2;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
mat-footer-row {
|
|
171
|
-
background-color: $background-lvl2;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.contracts-details-page__container {
|
|
175
|
-
margin-top: 30px !important;
|
|
176
|
-
margin-left: 1% !important;
|
|
177
|
-
margin-right: 1% !important;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.table-header-text {
|
|
181
|
-
color: $gray-strong;
|
|
182
|
-
font-size: 14px;
|
|
183
|
-
padding-bottom: 10px;
|
|
184
|
-
font-weight: bold;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.action-button {
|
|
188
|
-
background-color: $blue-primary !important;
|
|
189
|
-
border-color: $blue-primary !important;
|
|
190
|
-
color: white !important;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.mat-menu-item {
|
|
194
|
-
color: $gray-background-lightest !important;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.mat-menu-panel {
|
|
198
|
-
background: $background-lvl2 !important
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.cancel-button {
|
|
202
|
-
background-color: $red-primary !important;
|
|
203
|
-
color: white !important;
|
|
204
|
-
border-color: $red-primary !important;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.save-button {
|
|
208
|
-
background-color: $green-primary !important;
|
|
209
|
-
border-color: $green-primary !important;
|
|
210
|
-
color: white !important;
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.mat-badge-content {
|
|
215
|
-
color: white;
|
|
216
|
-
background: $red-primary !important;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.mat-form-field-outline {
|
|
220
|
-
background: transparent;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
|
|
224
|
-
color: $blue-primary;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.btn-table-action .mat-icon {
|
|
228
|
-
color: $blue-primary;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// SCROLL BAR
|
|
232
|
-
::-webkit-scrollbar {
|
|
233
|
-
width: 5px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
::-webkit-scrollbar-track {
|
|
237
|
-
background: whitesmoke;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
::-webkit-scrollbar-thumb {
|
|
241
|
-
background: $gray-blue-primary;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
::-webkit-scrollbar-thumb:hover {
|
|
245
|
-
background: $blue-primary;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
//END SCROLL BAR
|
|
249
|
-
|
|
250
|
-
.mat-select-panel {
|
|
251
|
-
background: $dark-background-color !important;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.mat-option {
|
|
255
|
-
color: $gray-background-lightest !important;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.block-title {
|
|
259
|
-
color: $gray-background-lightest;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.block-title-icon {
|
|
263
|
-
color: $gray-background-lightest;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.mat-header-cell {
|
|
267
|
-
color: $gray-background-lightest;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.mat-header-row {
|
|
271
|
-
background: $background-lvl3;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.consult-info-label {
|
|
275
|
-
color: $gray-primary;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.consult-info-data {
|
|
279
|
-
color: $gray-background-lightest;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.label-consult label {
|
|
283
|
-
color: $gray-primary;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.span-consult span {
|
|
287
|
-
color: $gray-background-lightest;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.sub-toolbar {
|
|
291
|
-
background: $background-lvl2;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.sub-toolbar .title {
|
|
295
|
-
color: $gray-background-lightest;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.sub-toolbar i {
|
|
299
|
-
color: $gray-background-lightest;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.home-button button {
|
|
303
|
-
color: $gray-background-lightest;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.primary {
|
|
307
|
-
background: $blue-primary !important;
|
|
308
|
-
color: #FFFFFF !important;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.secondary {
|
|
312
|
-
background: $gray-blue-primary !important;
|
|
313
|
-
color: #FFFFFF !important;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.accent {
|
|
317
|
-
background: $purple-primary !important;
|
|
318
|
-
color: #FFFFFF !important;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.positive {
|
|
322
|
-
background: $green-primary !important;
|
|
323
|
-
color: #FFFFFF !important;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.negative {
|
|
327
|
-
background: $red-primary;
|
|
328
|
-
color: #FFFFFF;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.btn-delete {
|
|
332
|
-
color: $red-primary !important;
|
|
333
|
-
font-size: 16px!important;
|
|
334
|
-
background: transparent !important;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.mat-chip-remove {
|
|
338
|
-
color: #FFFFFF !important;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.mat-chip.mat-standard-chip {
|
|
342
|
-
background: $black-bluish;
|
|
343
|
-
color: white;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.row-drop {
|
|
347
|
-
background-color: $background-lvl2;
|
|
348
|
-
border-color: $gray-background-lightest;
|
|
349
|
-
color: $gray-background-lightest;
|
|
350
|
-
font-size: 12px;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
row-drop:hover {
|
|
354
|
-
background-color: adjust-color($background-lvl2, $lightness: 10%);
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.mat-checkbox {
|
|
358
|
-
color: $gray-primary;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
.mat-radio-button {
|
|
362
|
-
color: $gray-primary;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
|
366
|
-
background-color: $blue-primary;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.mat-checkbox-frame {
|
|
370
|
-
border-color: $gray-primary;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.mat-drag-panel {
|
|
374
|
-
color: $gray-background-lightest;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.mat-expansion-panel-header-title {
|
|
378
|
-
color: $gray-background-lightest;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
// POPUP
|
|
382
|
-
|
|
383
|
-
.mat-dialog-container {
|
|
384
|
-
background: $background-lvl3;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.mat-dialog-container h1 {
|
|
388
|
-
color: $gray-background-lightest !important;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.mat-dialog-container h2 {
|
|
392
|
-
color: $gray-background-lightest !important;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.mat-dialog-container h3 {
|
|
396
|
-
color: $gray-background-lightest !important;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.mat-dialog-container h4 {
|
|
400
|
-
color: $gray-background-lightest !important;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.mat-dialog-container .text {
|
|
404
|
-
color: $gray-background-lightest !important;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
// END POPUP
|
|
408
|
-
|
|
409
|
-
// PAGINATOR
|
|
410
|
-
|
|
411
|
-
.table-paginator {
|
|
412
|
-
background-color: $background-lvl3 !important;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.mat-paginator-container {
|
|
416
|
-
background-color: $background-lvl3;
|
|
417
|
-
color: $gray-background-lightest;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.mat-paginator-page-size .mat-select-trigger {
|
|
421
|
-
background: $background-lvl2;
|
|
422
|
-
padding: 2px;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.mat-paginator .mat-select-value-text {
|
|
426
|
-
color: $gray-background-lightest !important;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
//END PAGINATOR
|
|
430
|
-
|
|
431
|
-
.confidential {
|
|
432
|
-
color: $gray-primary;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.separator-line {
|
|
436
|
-
border-color: $gray-background-lightest;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
// DRAG & DROP
|
|
440
|
-
|
|
441
|
-
.drag-drop-box {
|
|
442
|
-
color: $gray-background-lightest;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.drop-list {
|
|
446
|
-
color: $gray-background-lightest;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
// END DRAG & DROP
|
|
450
|
-
|
|
451
|
-
.text {
|
|
452
|
-
color: $gray-background-lightest !important;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.see-more-text {
|
|
456
|
-
color: $black-bluish !important;
|
|
457
|
-
font-size: 12px;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.no-results {
|
|
461
|
-
background: $gray-primary;
|
|
462
|
-
color: white;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.expandable-row .mat-cell {
|
|
466
|
-
background: transparent;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.expandable-row .inner-table-cell {
|
|
470
|
-
background: $background-lvl2;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
// BUDGET
|
|
474
|
-
|
|
475
|
-
.budget-row {
|
|
476
|
-
border-bottom-color: $gray-background-lightest;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.budget-headers {
|
|
480
|
-
color: $gray-background-lightest;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.budget-body {
|
|
484
|
-
color: $gray-background-lightest;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
// END BUDGET
|
|
488
|
-
|
|
489
|
-
.primary-color {
|
|
490
|
-
color: $blue-primary !important;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
// CALENDAR
|
|
494
|
-
|
|
495
|
-
.mat-calendar-body-cell-content, .mat-date-range-input-separator {
|
|
496
|
-
color: $gray-background-lightest !important;
|
|
497
|
-
border-color: transparent;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.mat-calendar-body-selected {
|
|
501
|
-
background: $blue-primary !important;
|
|
502
|
-
border-color: $blue-primary !important;
|
|
503
|
-
color: white !important;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.mat-calendar-body-today {
|
|
507
|
-
background: rgb(0 0 0 / 40%) !important;
|
|
508
|
-
border-color: rgb(0 0 0 / 40%) !important;
|
|
509
|
-
color: white !important;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.mat-calendar-arrow {
|
|
513
|
-
fill: $blue-primary !important;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.mat-datepicker-toggle, .mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button {
|
|
517
|
-
color: $blue-primary !important;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.mat-datepicker-content {
|
|
521
|
-
color: $blue-primary !important;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.mat-calendar-controls {
|
|
525
|
-
display: flex;
|
|
526
|
-
margin: 0% calc(33% / 7 - 16px);
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
// END CALENDAR
|
|
530
|
-
|
|
531
|
-
.mat-raised-button.mat-accent {
|
|
532
|
-
background: $gray-blue-primary !important;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
// HEADER
|
|
536
|
-
|
|
537
|
-
.sc-header {
|
|
538
|
-
background: $background-lvl2;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.global-search {
|
|
542
|
-
background: $background-lvl1;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.global-search-input {
|
|
546
|
-
background: $background-lvl1;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.global-search-separator {
|
|
550
|
-
border-right: 2px solid $dark-background-color;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
.advanced-button {
|
|
554
|
-
background: $purple-primary;
|
|
555
|
-
color: white;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.header-separator {
|
|
559
|
-
border-right: 2px solid $background-lvl5;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.mat-option.mat-option-global-search:hover:not(.mat-option-disabled), .mat-option.mat-option-global-search:focus:not(.mat-option-disabled) {
|
|
563
|
-
background: $background-lvl3 !important;
|
|
564
|
-
color: white !important;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
.mat-option.mat-option-global-search, .mat-option.mat-option-global-search {
|
|
568
|
-
color: white !important;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
.mat-autocomplete-global-search {
|
|
572
|
-
background: $background-lvl2 !important;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
// END HEADER
|
|
576
|
-
|
|
577
|
-
.secondary-bis {
|
|
578
|
-
background: $gray-light !important;
|
|
579
|
-
color: #FFFFFF !important;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.icon-box-class {
|
|
583
|
-
color: $gray-background-lightest;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
// NG-SELECT
|
|
587
|
-
|
|
588
|
-
.ng-select .ng-select-container {
|
|
589
|
-
background-color: $background-lvl3;
|
|
590
|
-
border-radius: 5px;
|
|
591
|
-
color: $gray-light;
|
|
592
|
-
border-radius: 4px !important;
|
|
593
|
-
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
594
|
-
min-height: 16px !important;
|
|
595
|
-
align-items: center;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.ng-select.ng-select-opened>.ng-select-container {
|
|
599
|
-
background: $background-lvl3 !important;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
603
|
-
font-size: .9em;
|
|
604
|
-
margin-bottom: 5px;
|
|
605
|
-
color: $gray-light;
|
|
606
|
-
background-color: $background-lvl2;
|
|
607
|
-
border-radius: 2px !important;
|
|
608
|
-
margin-right: 5px;
|
|
609
|
-
display: flex;
|
|
610
|
-
align-items: center;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
|
|
614
|
-
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
|
|
615
|
-
background-color: $background-lvl2;
|
|
616
|
-
color: whitesmoke;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.ng-dropdown-panel .ng-dropdown-panel-items, .ng-dropdown-panel.ng-select-multiple {
|
|
620
|
-
.ng-option.ng-option-marked,
|
|
621
|
-
.ng-option.ng-option-selected,
|
|
622
|
-
.ng-option.ng-option-selected.ng-option-marked,
|
|
623
|
-
.ng-dropdown-header {
|
|
624
|
-
background-color: $background-lvl3;
|
|
625
|
-
color: whitesmoke;
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
.ng-select.ng-select-focused .ng-select-container {
|
|
630
|
-
border-color: $gray-background-dark;
|
|
631
|
-
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $gray-background-dark;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input {
|
|
635
|
-
color: $gray-light;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
// END NG-SELECT
|
|
639
|
-
}
|
|
1
|
+
@import "../mat-palettes";
|
|
2
|
+
|
|
3
|
+
.dark-theme {
|
|
4
|
+
//1
|
|
5
|
+
.page-container {
|
|
6
|
+
background-color: $background-lvl3;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
//2
|
|
10
|
+
.mat-card {
|
|
11
|
+
padding: 5px !important;
|
|
12
|
+
background: $background-lvl3;
|
|
13
|
+
color: $gray-background-dark;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
//3
|
|
17
|
+
.navigation-menu {
|
|
18
|
+
background-color: $background-lvl2;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
//4
|
|
22
|
+
.mat-table {
|
|
23
|
+
background-color: $background-lvl2;
|
|
24
|
+
border-color: $background-lvl3;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
//5
|
|
28
|
+
.mat-cell {
|
|
29
|
+
color: $gray-light;;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
//6
|
|
33
|
+
mat-row:hover {
|
|
34
|
+
background-color: adjust-color($background-lvl2, $lightness: 10%);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.expandable-row:hover {
|
|
38
|
+
background-color: transparent !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
//7
|
|
42
|
+
/* Table header coloring*/
|
|
43
|
+
.mat-form-field-appearance-legacy .mat-form-field-label {
|
|
44
|
+
color: $gray-strong !important;
|
|
45
|
+
font-weight: bold;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
//9
|
|
49
|
+
/*change color of underline when focused*/
|
|
50
|
+
.mat-form-field-ripple {
|
|
51
|
+
background-color: $background-lvl3 !important;;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
//10
|
|
55
|
+
mat-toolbar-row {
|
|
56
|
+
background-color: $background-lvl2;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
//12
|
|
60
|
+
.mat-expansion-panel-header {
|
|
61
|
+
background-color: $background-lvl2;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
//13
|
|
65
|
+
.mat-expansion-panel-body {
|
|
66
|
+
background-color: $background-lvl2;
|
|
67
|
+
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
//14
|
|
71
|
+
.mat-sort-header-arrow {
|
|
72
|
+
color: $black-bluish !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
//15
|
|
76
|
+
.disable_ripple {
|
|
77
|
+
background-color: #EAEEF4 !important;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
//16
|
|
81
|
+
.cke_editable {
|
|
82
|
+
font-size: 12px !important;
|
|
83
|
+
font-family: Poppins;
|
|
84
|
+
background-color: $background-lvl2;
|
|
85
|
+
color: $gray-primary;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
//17
|
|
89
|
+
.hide-ckeditor-toolbar {
|
|
90
|
+
.cke_inner .cke_top {
|
|
91
|
+
display: none;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
//18--------------------identity
|
|
96
|
+
mat-label {
|
|
97
|
+
color: $gray-primary !important;
|
|
98
|
+
font-weight: bold;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
//19
|
|
102
|
+
input {
|
|
103
|
+
color: $gray-light !important;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
textarea {
|
|
107
|
+
color: $gray-light;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
a {
|
|
111
|
+
color: $gray-background-lightest;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.mat-row, row-drop {
|
|
115
|
+
border-left-width: 1px;
|
|
116
|
+
border-right-width: 1px;
|
|
117
|
+
border-left-color: $background-lvl3;
|
|
118
|
+
border-right-color: $background-lvl3;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.mat-row .mat-input-element {
|
|
122
|
+
background: $background-lvl3;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.mat-row .mat-select {
|
|
126
|
+
background: $background-lvl3;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.mat-select-value-text {
|
|
130
|
+
color: $gray-light;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.mat-select-placeholder {
|
|
134
|
+
color: $black-bluish !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.mat-form-field-disabled .mat-select-value-text {
|
|
138
|
+
color: gray;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.mat-select-arrow {
|
|
142
|
+
color: $blue-primary;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.mat-radio-outer-circle {
|
|
146
|
+
border-color: $blue-primary !important;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.mat-radio-inner-circle {
|
|
150
|
+
background-color: $blue-primary !important;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.mat-datepicker-toggle {
|
|
154
|
+
color: $blue-primary;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.mat-form-field .mat-icon {
|
|
158
|
+
color: $blue-primary;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.mat-footer-cell {
|
|
162
|
+
font-style: italic;
|
|
163
|
+
font-weight: normal;
|
|
164
|
+
font-size: 14px;
|
|
165
|
+
//color: $gray-light;
|
|
166
|
+
background-color: $background-lvl2;
|
|
167
|
+
border-color: $background-lvl2;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
mat-footer-row {
|
|
171
|
+
background-color: $background-lvl2;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.contracts-details-page__container {
|
|
175
|
+
margin-top: 30px !important;
|
|
176
|
+
margin-left: 1% !important;
|
|
177
|
+
margin-right: 1% !important;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.table-header-text {
|
|
181
|
+
color: $gray-strong;
|
|
182
|
+
font-size: 14px;
|
|
183
|
+
padding-bottom: 10px;
|
|
184
|
+
font-weight: bold;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.action-button {
|
|
188
|
+
background-color: $blue-primary !important;
|
|
189
|
+
border-color: $blue-primary !important;
|
|
190
|
+
color: white !important;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.mat-menu-item {
|
|
194
|
+
color: $gray-background-lightest !important;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.mat-menu-panel {
|
|
198
|
+
background: $background-lvl2 !important
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.cancel-button {
|
|
202
|
+
background-color: $red-primary !important;
|
|
203
|
+
color: white !important;
|
|
204
|
+
border-color: $red-primary !important;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.save-button {
|
|
208
|
+
background-color: $green-primary !important;
|
|
209
|
+
border-color: $green-primary !important;
|
|
210
|
+
color: white !important;
|
|
211
|
+
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.mat-badge-content {
|
|
215
|
+
color: white;
|
|
216
|
+
background: $red-primary !important;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.mat-form-field-outline {
|
|
220
|
+
background: transparent;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
|
|
224
|
+
color: $blue-primary;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.btn-table-action .mat-icon {
|
|
228
|
+
color: $blue-primary;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
// SCROLL BAR
|
|
232
|
+
::-webkit-scrollbar {
|
|
233
|
+
width: 5px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
::-webkit-scrollbar-track {
|
|
237
|
+
background: whitesmoke;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
::-webkit-scrollbar-thumb {
|
|
241
|
+
background: $gray-blue-primary;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
::-webkit-scrollbar-thumb:hover {
|
|
245
|
+
background: $blue-primary;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
//END SCROLL BAR
|
|
249
|
+
|
|
250
|
+
.mat-select-panel {
|
|
251
|
+
background: $dark-background-color !important;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.mat-option {
|
|
255
|
+
color: $gray-background-lightest !important;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.block-title {
|
|
259
|
+
color: $gray-background-lightest;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.block-title-icon {
|
|
263
|
+
color: $gray-background-lightest;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.mat-header-cell {
|
|
267
|
+
color: $gray-background-lightest;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.mat-header-row {
|
|
271
|
+
background: $background-lvl3;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.consult-info-label {
|
|
275
|
+
color: $gray-primary;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.consult-info-data {
|
|
279
|
+
color: $gray-background-lightest;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.label-consult label {
|
|
283
|
+
color: $gray-primary;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.span-consult span {
|
|
287
|
+
color: $gray-background-lightest;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.sub-toolbar {
|
|
291
|
+
background: $background-lvl2;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.sub-toolbar .title {
|
|
295
|
+
color: $gray-background-lightest;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.sub-toolbar i {
|
|
299
|
+
color: $gray-background-lightest;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.home-button button {
|
|
303
|
+
color: $gray-background-lightest;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.primary {
|
|
307
|
+
background: $blue-primary !important;
|
|
308
|
+
color: #FFFFFF !important;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.secondary {
|
|
312
|
+
background: $gray-blue-primary !important;
|
|
313
|
+
color: #FFFFFF !important;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.accent {
|
|
317
|
+
background: $purple-primary !important;
|
|
318
|
+
color: #FFFFFF !important;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.positive {
|
|
322
|
+
background: $green-primary !important;
|
|
323
|
+
color: #FFFFFF !important;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.negative {
|
|
327
|
+
background: $red-primary;
|
|
328
|
+
color: #FFFFFF;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.btn-delete {
|
|
332
|
+
color: $red-primary !important;
|
|
333
|
+
font-size: 16px!important;
|
|
334
|
+
background: transparent !important;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.mat-chip-remove {
|
|
338
|
+
color: #FFFFFF !important;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.mat-chip.mat-standard-chip {
|
|
342
|
+
background: $black-bluish;
|
|
343
|
+
color: white;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.row-drop {
|
|
347
|
+
background-color: $background-lvl2;
|
|
348
|
+
border-color: $gray-background-lightest;
|
|
349
|
+
color: $gray-background-lightest;
|
|
350
|
+
font-size: 12px;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
row-drop:hover {
|
|
354
|
+
background-color: adjust-color($background-lvl2, $lightness: 10%);
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.mat-checkbox {
|
|
358
|
+
color: $gray-primary;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.mat-radio-button {
|
|
362
|
+
color: $gray-primary;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
|
366
|
+
background-color: $blue-primary;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.mat-checkbox-frame {
|
|
370
|
+
border-color: $gray-primary;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.mat-drag-panel {
|
|
374
|
+
color: $gray-background-lightest;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.mat-expansion-panel-header-title {
|
|
378
|
+
color: $gray-background-lightest;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// POPUP
|
|
382
|
+
|
|
383
|
+
.mat-dialog-container {
|
|
384
|
+
background: $background-lvl3;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.mat-dialog-container h1 {
|
|
388
|
+
color: $gray-background-lightest !important;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.mat-dialog-container h2 {
|
|
392
|
+
color: $gray-background-lightest !important;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.mat-dialog-container h3 {
|
|
396
|
+
color: $gray-background-lightest !important;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.mat-dialog-container h4 {
|
|
400
|
+
color: $gray-background-lightest !important;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.mat-dialog-container .text {
|
|
404
|
+
color: $gray-background-lightest !important;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// END POPUP
|
|
408
|
+
|
|
409
|
+
// PAGINATOR
|
|
410
|
+
|
|
411
|
+
.table-paginator {
|
|
412
|
+
background-color: $background-lvl3 !important;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.mat-paginator-container {
|
|
416
|
+
background-color: $background-lvl3;
|
|
417
|
+
color: $gray-background-lightest;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.mat-paginator-page-size .mat-select-trigger {
|
|
421
|
+
background: $background-lvl2;
|
|
422
|
+
padding: 2px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.mat-paginator .mat-select-value-text {
|
|
426
|
+
color: $gray-background-lightest !important;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
//END PAGINATOR
|
|
430
|
+
|
|
431
|
+
.confidential {
|
|
432
|
+
color: $gray-primary;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.separator-line {
|
|
436
|
+
border-color: $gray-background-lightest;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// DRAG & DROP
|
|
440
|
+
|
|
441
|
+
.drag-drop-box {
|
|
442
|
+
color: $gray-background-lightest;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.drop-list {
|
|
446
|
+
color: $gray-background-lightest;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// END DRAG & DROP
|
|
450
|
+
|
|
451
|
+
.text {
|
|
452
|
+
color: $gray-background-lightest !important;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.see-more-text {
|
|
456
|
+
color: $black-bluish !important;
|
|
457
|
+
font-size: 12px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.no-results {
|
|
461
|
+
background: $gray-primary;
|
|
462
|
+
color: white;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.expandable-row .mat-cell {
|
|
466
|
+
background: transparent;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.expandable-row .inner-table-cell {
|
|
470
|
+
background: $background-lvl2;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// BUDGET
|
|
474
|
+
|
|
475
|
+
.budget-row {
|
|
476
|
+
border-bottom-color: $gray-background-lightest;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.budget-headers {
|
|
480
|
+
color: $gray-background-lightest;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.budget-body {
|
|
484
|
+
color: $gray-background-lightest;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
// END BUDGET
|
|
488
|
+
|
|
489
|
+
.primary-color {
|
|
490
|
+
color: $blue-primary !important;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// CALENDAR
|
|
494
|
+
|
|
495
|
+
.mat-calendar-body-cell-content, .mat-date-range-input-separator {
|
|
496
|
+
color: $gray-background-lightest !important;
|
|
497
|
+
border-color: transparent;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.mat-calendar-body-selected {
|
|
501
|
+
background: $blue-primary !important;
|
|
502
|
+
border-color: $blue-primary !important;
|
|
503
|
+
color: white !important;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.mat-calendar-body-today {
|
|
507
|
+
background: rgb(0 0 0 / 40%) !important;
|
|
508
|
+
border-color: rgb(0 0 0 / 40%) !important;
|
|
509
|
+
color: white !important;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.mat-calendar-arrow {
|
|
513
|
+
fill: $blue-primary !important;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.mat-datepicker-toggle, .mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button {
|
|
517
|
+
color: $blue-primary !important;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.mat-datepicker-content {
|
|
521
|
+
color: $blue-primary !important;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.mat-calendar-controls {
|
|
525
|
+
display: flex;
|
|
526
|
+
margin: 0% calc(33% / 7 - 16px);
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// END CALENDAR
|
|
530
|
+
|
|
531
|
+
.mat-raised-button.mat-accent {
|
|
532
|
+
background: $gray-blue-primary !important;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
// HEADER
|
|
536
|
+
|
|
537
|
+
.sc-header {
|
|
538
|
+
background: $background-lvl2;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.global-search {
|
|
542
|
+
background: $background-lvl1;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.global-search-input {
|
|
546
|
+
background: $background-lvl1;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.global-search-separator {
|
|
550
|
+
border-right: 2px solid $dark-background-color;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.advanced-button {
|
|
554
|
+
background: $purple-primary;
|
|
555
|
+
color: white;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.header-separator {
|
|
559
|
+
border-right: 2px solid $background-lvl5;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.mat-option.mat-option-global-search:hover:not(.mat-option-disabled), .mat-option.mat-option-global-search:focus:not(.mat-option-disabled) {
|
|
563
|
+
background: $background-lvl3 !important;
|
|
564
|
+
color: white !important;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.mat-option.mat-option-global-search, .mat-option.mat-option-global-search {
|
|
568
|
+
color: white !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.mat-autocomplete-global-search {
|
|
572
|
+
background: $background-lvl2 !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// END HEADER
|
|
576
|
+
|
|
577
|
+
.secondary-bis {
|
|
578
|
+
background: $gray-light !important;
|
|
579
|
+
color: #FFFFFF !important;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.icon-box-class {
|
|
583
|
+
color: $gray-background-lightest;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
// NG-SELECT
|
|
587
|
+
|
|
588
|
+
.ng-select .ng-select-container {
|
|
589
|
+
background-color: $background-lvl3;
|
|
590
|
+
border-radius: 5px;
|
|
591
|
+
color: $gray-light;
|
|
592
|
+
border-radius: 4px !important;
|
|
593
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
594
|
+
min-height: 16px !important;
|
|
595
|
+
align-items: center;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.ng-select.ng-select-opened>.ng-select-container {
|
|
599
|
+
background: $background-lvl3 !important;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
603
|
+
font-size: .9em;
|
|
604
|
+
margin-bottom: 5px;
|
|
605
|
+
color: $gray-light;
|
|
606
|
+
background-color: $background-lvl2;
|
|
607
|
+
border-radius: 2px !important;
|
|
608
|
+
margin-right: 5px;
|
|
609
|
+
display: flex;
|
|
610
|
+
align-items: center;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
|
|
614
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
|
|
615
|
+
background-color: $background-lvl2;
|
|
616
|
+
color: whitesmoke;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.ng-dropdown-panel .ng-dropdown-panel-items, .ng-dropdown-panel.ng-select-multiple {
|
|
620
|
+
.ng-option.ng-option-marked,
|
|
621
|
+
.ng-option.ng-option-selected,
|
|
622
|
+
.ng-option.ng-option-selected.ng-option-marked,
|
|
623
|
+
.ng-dropdown-header {
|
|
624
|
+
background-color: $background-lvl3;
|
|
625
|
+
color: whitesmoke;
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.ng-select.ng-select-focused .ng-select-container {
|
|
630
|
+
border-color: $gray-background-dark;
|
|
631
|
+
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $gray-background-dark;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input {
|
|
635
|
+
color: $gray-light;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// END NG-SELECT
|
|
639
|
+
}
|