new-front-common-library 16.1.32-LEG → 16.1.32-ROY-1
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 +221 -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 +12 -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 +158 -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 -48
- 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 +5522 -5515
- 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 +10 -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 +141 -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,221 +1,221 @@
|
|
|
1
|
-
@import "mat-palettes";
|
|
2
|
-
|
|
3
|
-
.light-theme {
|
|
4
|
-
.page-container {
|
|
5
|
-
background-color: $gray-background-lightest;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
// TOOLBAR
|
|
9
|
-
.sub-toolbar {
|
|
10
|
-
background: white;
|
|
11
|
-
|
|
12
|
-
.icon {
|
|
13
|
-
color: $black-bluish;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.title {
|
|
17
|
-
color: $black-bluish;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// TOOLBAR END
|
|
22
|
-
|
|
23
|
-
//LINK
|
|
24
|
-
|
|
25
|
-
.mat-mdc-tab-link.mdc-tab--active .mdc-tab__text-label {
|
|
26
|
-
color: $blue-primary !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.mat-mdc-tab-link .mdc-tab__text-label {
|
|
30
|
-
color: $black-bluish !important;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.mat-mdc-tab-link .mdc-tab-indicator__content--underline {
|
|
34
|
-
border-color: $blue-primary !important;
|
|
35
|
-
}
|
|
36
|
-
//END LINK
|
|
37
|
-
|
|
38
|
-
// TEXT
|
|
39
|
-
.label-consult label {
|
|
40
|
-
color: $medium-blue;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.span-consult span {
|
|
44
|
-
color: $black-bluish;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.text {
|
|
48
|
-
color: $black-bluish;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
input[disabled] {
|
|
52
|
-
color: #00000061 !important;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
input, textarea {
|
|
56
|
-
color: $black-bluish !important;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// END TEXT
|
|
60
|
-
|
|
61
|
-
// TITLE
|
|
62
|
-
.block-title, .block-title-icon {
|
|
63
|
-
color: $black-bluish;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// END TITLE
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
//EXPANSION PANEL
|
|
72
|
-
.mat-expansion-panel-header {
|
|
73
|
-
background-color: $gray-background-light2;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.mat-expansion-panel-body {
|
|
77
|
-
background-color: $gray-background-light2;
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
.mat-expansion-panel-header-title {
|
|
81
|
-
color: $black-bluish;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
//END EXPANSION PANEL
|
|
85
|
-
|
|
86
|
-
// NG-SELECT
|
|
87
|
-
.ng-select .ng-select-container {
|
|
88
|
-
background-color: $gray-strong;
|
|
89
|
-
color: $black-bluish;
|
|
90
|
-
}
|
|
91
|
-
.ng-select.ng-select-focused .ng-select-container {
|
|
92
|
-
border-color: $black-bluish;
|
|
93
|
-
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $black-bluish;
|
|
94
|
-
}
|
|
95
|
-
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
96
|
-
color: $black-bluish;
|
|
97
|
-
background-color: #ebf5ff;
|
|
98
|
-
}
|
|
99
|
-
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
|
100
|
-
color: $black-bluish;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// END NG-SELECT
|
|
104
|
-
|
|
105
|
-
.separator-line {
|
|
106
|
-
border-color: $black-bluish;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
//.navigation-menu {
|
|
111
|
-
// background-color: $gray-background-light2;
|
|
112
|
-
//}
|
|
113
|
-
|
|
114
|
-
//.expandable-row:hover {
|
|
115
|
-
// background-color: whitesmoke !important;
|
|
116
|
-
//}
|
|
117
|
-
//.expandable-row .inner-table-cell {
|
|
118
|
-
// background: $gray-background-light;
|
|
119
|
-
//}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
//.disable_ripple {
|
|
123
|
-
// background-color: #EAEEF4 !important;
|
|
124
|
-
//}
|
|
125
|
-
|
|
126
|
-
////16
|
|
127
|
-
//.cke_editable {
|
|
128
|
-
// font-size: 12px !important;
|
|
129
|
-
// font-family: Poppins;
|
|
130
|
-
// background-color: $gray-background-lightest;
|
|
131
|
-
// color: $black-bluish;
|
|
132
|
-
//}
|
|
133
|
-
|
|
134
|
-
////17
|
|
135
|
-
//.hide-ckeditor-toolbar {
|
|
136
|
-
// .cke_inner .cke_top {
|
|
137
|
-
// display: none;
|
|
138
|
-
// }
|
|
139
|
-
//}
|
|
140
|
-
|
|
141
|
-
//textarea {
|
|
142
|
-
// color: $black-bluish;
|
|
143
|
-
//}
|
|
144
|
-
|
|
145
|
-
//a {
|
|
146
|
-
// color: $black-bluish;
|
|
147
|
-
//}
|
|
148
|
-
|
|
149
|
-
//.contracts-details-page__container {
|
|
150
|
-
// margin-top: 30px !important;
|
|
151
|
-
// margin-left: 1% !important;
|
|
152
|
-
// margin-right: 1% !important;
|
|
153
|
-
//}
|
|
154
|
-
|
|
155
|
-
//.table-header-text {
|
|
156
|
-
// color: $black-bluish;
|
|
157
|
-
// font-size: 14px;
|
|
158
|
-
// padding-bottom: 10px;
|
|
159
|
-
// font-weight: bold;
|
|
160
|
-
//}
|
|
161
|
-
|
|
162
|
-
//.consult-info-label {
|
|
163
|
-
// color: $gray-primary;
|
|
164
|
-
//}
|
|
165
|
-
|
|
166
|
-
//.consult-info-data {
|
|
167
|
-
// color: $black-bluish;
|
|
168
|
-
//}
|
|
169
|
-
//
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
//.home-button button {
|
|
173
|
-
// color: $black-bluish;
|
|
174
|
-
//}
|
|
175
|
-
//
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
//.row-drop {
|
|
179
|
-
// background-color: $gray-background-light2;
|
|
180
|
-
// border-color: $gray-strong;
|
|
181
|
-
// color: $black-bluish;
|
|
182
|
-
// font-size: 12px;
|
|
183
|
-
//}
|
|
184
|
-
|
|
185
|
-
//row-drop:hover {
|
|
186
|
-
// background-color: whitesmoke;
|
|
187
|
-
//}
|
|
188
|
-
|
|
189
|
-
//.confidential {
|
|
190
|
-
// color: $gray-primary;
|
|
191
|
-
//}
|
|
192
|
-
|
|
193
|
-
//// DRAG & DROP
|
|
194
|
-
//
|
|
195
|
-
//.drag-drop-box {
|
|
196
|
-
// color: $black-bluish;
|
|
197
|
-
//}
|
|
198
|
-
|
|
199
|
-
//.drop-list {
|
|
200
|
-
// color: $black-bluish;
|
|
201
|
-
//}
|
|
202
|
-
|
|
203
|
-
//// END DRAG & DROP
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
//.see-more-text {
|
|
207
|
-
// color: $gray-light !important;
|
|
208
|
-
// font-size: 12px;
|
|
209
|
-
//}
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
//.secondary-bis {
|
|
213
|
-
// background: $gray-light !important;
|
|
214
|
-
// color: #FFFFFF !important;
|
|
215
|
-
//}
|
|
216
|
-
//
|
|
217
|
-
//.icon-box-class {
|
|
218
|
-
// color: $black-bluish;
|
|
219
|
-
//}
|
|
220
|
-
|
|
221
|
-
}
|
|
1
|
+
@import "mat-palettes";
|
|
2
|
+
|
|
3
|
+
.light-theme {
|
|
4
|
+
.page-container {
|
|
5
|
+
background-color: $gray-background-lightest;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// TOOLBAR
|
|
9
|
+
.sub-toolbar {
|
|
10
|
+
background: white;
|
|
11
|
+
|
|
12
|
+
.icon {
|
|
13
|
+
color: $black-bluish;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.title {
|
|
17
|
+
color: $black-bluish;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// TOOLBAR END
|
|
22
|
+
|
|
23
|
+
//LINK
|
|
24
|
+
|
|
25
|
+
.mat-mdc-tab-link.mdc-tab--active .mdc-tab__text-label {
|
|
26
|
+
color: $blue-primary !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.mat-mdc-tab-link .mdc-tab__text-label {
|
|
30
|
+
color: $black-bluish !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.mat-mdc-tab-link .mdc-tab-indicator__content--underline {
|
|
34
|
+
border-color: $blue-primary !important;
|
|
35
|
+
}
|
|
36
|
+
//END LINK
|
|
37
|
+
|
|
38
|
+
// TEXT
|
|
39
|
+
.label-consult label {
|
|
40
|
+
color: $medium-blue;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.span-consult span {
|
|
44
|
+
color: $black-bluish;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.text {
|
|
48
|
+
color: $black-bluish;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
input[disabled] {
|
|
52
|
+
color: #00000061 !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
input, textarea {
|
|
56
|
+
color: $black-bluish !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// END TEXT
|
|
60
|
+
|
|
61
|
+
// TITLE
|
|
62
|
+
.block-title, .block-title-icon {
|
|
63
|
+
color: $black-bluish;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// END TITLE
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
//EXPANSION PANEL
|
|
72
|
+
.mat-expansion-panel-header {
|
|
73
|
+
background-color: $gray-background-light2;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.mat-expansion-panel-body {
|
|
77
|
+
background-color: $gray-background-light2;
|
|
78
|
+
|
|
79
|
+
}
|
|
80
|
+
.mat-expansion-panel-header-title {
|
|
81
|
+
color: $black-bluish;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
//END EXPANSION PANEL
|
|
85
|
+
|
|
86
|
+
// NG-SELECT
|
|
87
|
+
.ng-select .ng-select-container {
|
|
88
|
+
background-color: $gray-strong;
|
|
89
|
+
color: $black-bluish;
|
|
90
|
+
}
|
|
91
|
+
.ng-select.ng-select-focused .ng-select-container {
|
|
92
|
+
border-color: $black-bluish;
|
|
93
|
+
box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $black-bluish;
|
|
94
|
+
}
|
|
95
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
96
|
+
color: $black-bluish;
|
|
97
|
+
background-color: #ebf5ff;
|
|
98
|
+
}
|
|
99
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
|
100
|
+
color: $black-bluish;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// END NG-SELECT
|
|
104
|
+
|
|
105
|
+
.separator-line {
|
|
106
|
+
border-color: $black-bluish;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
//.navigation-menu {
|
|
111
|
+
// background-color: $gray-background-light2;
|
|
112
|
+
//}
|
|
113
|
+
|
|
114
|
+
//.expandable-row:hover {
|
|
115
|
+
// background-color: whitesmoke !important;
|
|
116
|
+
//}
|
|
117
|
+
//.expandable-row .inner-table-cell {
|
|
118
|
+
// background: $gray-background-light;
|
|
119
|
+
//}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
//.disable_ripple {
|
|
123
|
+
// background-color: #EAEEF4 !important;
|
|
124
|
+
//}
|
|
125
|
+
|
|
126
|
+
////16
|
|
127
|
+
//.cke_editable {
|
|
128
|
+
// font-size: 12px !important;
|
|
129
|
+
// font-family: Poppins;
|
|
130
|
+
// background-color: $gray-background-lightest;
|
|
131
|
+
// color: $black-bluish;
|
|
132
|
+
//}
|
|
133
|
+
|
|
134
|
+
////17
|
|
135
|
+
//.hide-ckeditor-toolbar {
|
|
136
|
+
// .cke_inner .cke_top {
|
|
137
|
+
// display: none;
|
|
138
|
+
// }
|
|
139
|
+
//}
|
|
140
|
+
|
|
141
|
+
//textarea {
|
|
142
|
+
// color: $black-bluish;
|
|
143
|
+
//}
|
|
144
|
+
|
|
145
|
+
//a {
|
|
146
|
+
// color: $black-bluish;
|
|
147
|
+
//}
|
|
148
|
+
|
|
149
|
+
//.contracts-details-page__container {
|
|
150
|
+
// margin-top: 30px !important;
|
|
151
|
+
// margin-left: 1% !important;
|
|
152
|
+
// margin-right: 1% !important;
|
|
153
|
+
//}
|
|
154
|
+
|
|
155
|
+
//.table-header-text {
|
|
156
|
+
// color: $black-bluish;
|
|
157
|
+
// font-size: 14px;
|
|
158
|
+
// padding-bottom: 10px;
|
|
159
|
+
// font-weight: bold;
|
|
160
|
+
//}
|
|
161
|
+
|
|
162
|
+
//.consult-info-label {
|
|
163
|
+
// color: $gray-primary;
|
|
164
|
+
//}
|
|
165
|
+
|
|
166
|
+
//.consult-info-data {
|
|
167
|
+
// color: $black-bluish;
|
|
168
|
+
//}
|
|
169
|
+
//
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
//.home-button button {
|
|
173
|
+
// color: $black-bluish;
|
|
174
|
+
//}
|
|
175
|
+
//
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
//.row-drop {
|
|
179
|
+
// background-color: $gray-background-light2;
|
|
180
|
+
// border-color: $gray-strong;
|
|
181
|
+
// color: $black-bluish;
|
|
182
|
+
// font-size: 12px;
|
|
183
|
+
//}
|
|
184
|
+
|
|
185
|
+
//row-drop:hover {
|
|
186
|
+
// background-color: whitesmoke;
|
|
187
|
+
//}
|
|
188
|
+
|
|
189
|
+
//.confidential {
|
|
190
|
+
// color: $gray-primary;
|
|
191
|
+
//}
|
|
192
|
+
|
|
193
|
+
//// DRAG & DROP
|
|
194
|
+
//
|
|
195
|
+
//.drag-drop-box {
|
|
196
|
+
// color: $black-bluish;
|
|
197
|
+
//}
|
|
198
|
+
|
|
199
|
+
//.drop-list {
|
|
200
|
+
// color: $black-bluish;
|
|
201
|
+
//}
|
|
202
|
+
|
|
203
|
+
//// END DRAG & DROP
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
//.see-more-text {
|
|
207
|
+
// color: $gray-light !important;
|
|
208
|
+
// font-size: 12px;
|
|
209
|
+
//}
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
//.secondary-bis {
|
|
213
|
+
// background: $gray-light !important;
|
|
214
|
+
// color: #FFFFFF !important;
|
|
215
|
+
//}
|
|
216
|
+
//
|
|
217
|
+
//.icon-box-class {
|
|
218
|
+
// color: $black-bluish;
|
|
219
|
+
//}
|
|
220
|
+
|
|
221
|
+
}
|
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
//Global color roles
|
|
2
|
-
$blue-primary: #009EF7;
|
|
3
|
-
$gray-blue-primary: #6E9DD4;
|
|
4
|
-
$purple-primary: #7C87FF;
|
|
5
|
-
$green-primary: #71D356;
|
|
6
|
-
$red-primary: #FF4F4C;
|
|
7
|
-
$yellow-primary: #FFD000;
|
|
8
|
-
//Light theme colors
|
|
9
|
-
$gray-background-lightest: #F3F6F9;
|
|
10
|
-
$gray-background-light: #E4E9F0;
|
|
11
|
-
$gray-background-light2: #EAEEF4;
|
|
12
|
-
$gray-strong: #D3DFEC;
|
|
13
|
-
$gray-background-dark: #C2CFDD;
|
|
14
|
-
$gray-light: #A1B7D4;
|
|
15
|
-
$gray-primary: #809EC1;
|
|
16
|
-
$medium-blue: #4c709a;
|
|
17
|
-
$black-bluish: #445D7B;
|
|
18
|
-
$light-border-color: #0000001E;
|
|
19
|
-
//dark theme colors
|
|
20
|
-
$background-lvl5: #111219;
|
|
21
|
-
$background-lvl4: #212332;
|
|
22
|
-
$background-lvl3: #212332;
|
|
23
|
-
$background-lvl2: #2A2D3E;
|
|
24
|
-
$background-lvl1: #34384C;
|
|
25
|
-
$black-bluish: #445D7B;
|
|
26
|
-
$gray-light: #A1B7D4;
|
|
27
|
-
$gray-background-dark: #C2CFDD;
|
|
28
|
-
//custom
|
|
29
|
-
$dark-border-color: #FFFFFF4C;
|
|
30
|
-
$dark-background-color: #2A2D3E;
|
|
31
|
-
$dark-default-text-color: white;
|
|
32
|
-
$dark-work-title-color: #C2CFDD;
|
|
33
|
-
$dark-work-details-color: #809EC1;
|
|
34
|
-
|
|
35
|
-
$light-unity-palette: (
|
|
36
|
-
50: $gray-background-lightest,
|
|
37
|
-
100: $gray-background-light,
|
|
38
|
-
200: $gray-strong,
|
|
39
|
-
300: $gray-light,
|
|
40
|
-
400: $gray-primary,
|
|
41
|
-
500: $black-bluish,
|
|
42
|
-
600: $background-lvl5,
|
|
43
|
-
700: $background-lvl3,
|
|
44
|
-
800: $background-lvl2,
|
|
45
|
-
900: $background-lvl1,
|
|
46
|
-
A100: #ff8a80,
|
|
47
|
-
A200: #ff5252,
|
|
48
|
-
A400: #ff1744,
|
|
49
|
-
A700: #d50000,
|
|
50
|
-
contrast: (
|
|
51
|
-
50: rgba(black, 0.87),
|
|
52
|
-
100: rgba(black, 0.87),
|
|
53
|
-
200: rgba(black, 0.87),
|
|
54
|
-
300: rgba(black, 0.87),
|
|
55
|
-
400: rgba(black, 0.87),
|
|
56
|
-
500: white,
|
|
57
|
-
600: white,
|
|
58
|
-
700: white,
|
|
59
|
-
800: rgba(white, 0.87),
|
|
60
|
-
900: rgba(white, 0.87),
|
|
61
|
-
A100: rgba(black, 0.87),
|
|
62
|
-
A200: white,
|
|
63
|
-
A400: white,
|
|
64
|
-
A700: white,
|
|
65
|
-
)
|
|
66
|
-
);
|
|
67
|
-
$dark-unity-palette: (
|
|
68
|
-
50: $gray-background-lightest,
|
|
69
|
-
100: $gray-background-light,
|
|
70
|
-
200: $gray-strong,
|
|
71
|
-
300: $gray-light,
|
|
72
|
-
400: $gray-primary,
|
|
73
|
-
500: $dark-work-title-color,
|
|
74
|
-
600: $background-lvl5,
|
|
75
|
-
700: $background-lvl3,
|
|
76
|
-
800: $background-lvl2,
|
|
77
|
-
900: $background-lvl1,
|
|
78
|
-
A100: #ff8a80,
|
|
79
|
-
A200: #ff5252,
|
|
80
|
-
A400: #ff1744,
|
|
81
|
-
A700: #d50000,
|
|
82
|
-
contrast: (
|
|
83
|
-
50: rgba(black, 0.87),
|
|
84
|
-
100: rgba(black, 0.87),
|
|
85
|
-
200: rgba(black, 0.87),
|
|
86
|
-
300: rgba(black, 0.87),
|
|
87
|
-
400: rgba(black, 0.87),
|
|
88
|
-
500: white,
|
|
89
|
-
600: white,
|
|
90
|
-
700: white,
|
|
91
|
-
800: rgba(white, 0.87),
|
|
92
|
-
900: rgba(white, 0.87),
|
|
93
|
-
A100: rgba(black, 0.87),
|
|
94
|
-
A200: white,
|
|
95
|
-
A400: white,
|
|
96
|
-
A700: white,
|
|
97
|
-
)
|
|
98
|
-
);
|
|
1
|
+
//Global color roles
|
|
2
|
+
$blue-primary: #009EF7;
|
|
3
|
+
$gray-blue-primary: #6E9DD4;
|
|
4
|
+
$purple-primary: #7C87FF;
|
|
5
|
+
$green-primary: #71D356;
|
|
6
|
+
$red-primary: #FF4F4C;
|
|
7
|
+
$yellow-primary: #FFD000;
|
|
8
|
+
//Light theme colors
|
|
9
|
+
$gray-background-lightest: #F3F6F9;
|
|
10
|
+
$gray-background-light: #E4E9F0;
|
|
11
|
+
$gray-background-light2: #EAEEF4;
|
|
12
|
+
$gray-strong: #D3DFEC;
|
|
13
|
+
$gray-background-dark: #C2CFDD;
|
|
14
|
+
$gray-light: #A1B7D4;
|
|
15
|
+
$gray-primary: #809EC1;
|
|
16
|
+
$medium-blue: #4c709a;
|
|
17
|
+
$black-bluish: #445D7B;
|
|
18
|
+
$light-border-color: #0000001E;
|
|
19
|
+
//dark theme colors
|
|
20
|
+
$background-lvl5: #111219;
|
|
21
|
+
$background-lvl4: #212332;
|
|
22
|
+
$background-lvl3: #212332;
|
|
23
|
+
$background-lvl2: #2A2D3E;
|
|
24
|
+
$background-lvl1: #34384C;
|
|
25
|
+
$black-bluish: #445D7B;
|
|
26
|
+
$gray-light: #A1B7D4;
|
|
27
|
+
$gray-background-dark: #C2CFDD;
|
|
28
|
+
//custom
|
|
29
|
+
$dark-border-color: #FFFFFF4C;
|
|
30
|
+
$dark-background-color: #2A2D3E;
|
|
31
|
+
$dark-default-text-color: white;
|
|
32
|
+
$dark-work-title-color: #C2CFDD;
|
|
33
|
+
$dark-work-details-color: #809EC1;
|
|
34
|
+
|
|
35
|
+
$light-unity-palette: (
|
|
36
|
+
50: $gray-background-lightest,
|
|
37
|
+
100: $gray-background-light,
|
|
38
|
+
200: $gray-strong,
|
|
39
|
+
300: $gray-light,
|
|
40
|
+
400: $gray-primary,
|
|
41
|
+
500: $black-bluish,
|
|
42
|
+
600: $background-lvl5,
|
|
43
|
+
700: $background-lvl3,
|
|
44
|
+
800: $background-lvl2,
|
|
45
|
+
900: $background-lvl1,
|
|
46
|
+
A100: #ff8a80,
|
|
47
|
+
A200: #ff5252,
|
|
48
|
+
A400: #ff1744,
|
|
49
|
+
A700: #d50000,
|
|
50
|
+
contrast: (
|
|
51
|
+
50: rgba(black, 0.87),
|
|
52
|
+
100: rgba(black, 0.87),
|
|
53
|
+
200: rgba(black, 0.87),
|
|
54
|
+
300: rgba(black, 0.87),
|
|
55
|
+
400: rgba(black, 0.87),
|
|
56
|
+
500: white,
|
|
57
|
+
600: white,
|
|
58
|
+
700: white,
|
|
59
|
+
800: rgba(white, 0.87),
|
|
60
|
+
900: rgba(white, 0.87),
|
|
61
|
+
A100: rgba(black, 0.87),
|
|
62
|
+
A200: white,
|
|
63
|
+
A400: white,
|
|
64
|
+
A700: white,
|
|
65
|
+
)
|
|
66
|
+
);
|
|
67
|
+
$dark-unity-palette: (
|
|
68
|
+
50: $gray-background-lightest,
|
|
69
|
+
100: $gray-background-light,
|
|
70
|
+
200: $gray-strong,
|
|
71
|
+
300: $gray-light,
|
|
72
|
+
400: $gray-primary,
|
|
73
|
+
500: $dark-work-title-color,
|
|
74
|
+
600: $background-lvl5,
|
|
75
|
+
700: $background-lvl3,
|
|
76
|
+
800: $background-lvl2,
|
|
77
|
+
900: $background-lvl1,
|
|
78
|
+
A100: #ff8a80,
|
|
79
|
+
A200: #ff5252,
|
|
80
|
+
A400: #ff1744,
|
|
81
|
+
A700: #d50000,
|
|
82
|
+
contrast: (
|
|
83
|
+
50: rgba(black, 0.87),
|
|
84
|
+
100: rgba(black, 0.87),
|
|
85
|
+
200: rgba(black, 0.87),
|
|
86
|
+
300: rgba(black, 0.87),
|
|
87
|
+
400: rgba(black, 0.87),
|
|
88
|
+
500: white,
|
|
89
|
+
600: white,
|
|
90
|
+
700: white,
|
|
91
|
+
800: rgba(white, 0.87),
|
|
92
|
+
900: rgba(white, 0.87),
|
|
93
|
+
A100: rgba(black, 0.87),
|
|
94
|
+
A200: white,
|
|
95
|
+
A400: white,
|
|
96
|
+
A700: white,
|
|
97
|
+
)
|
|
98
|
+
);
|