new-front-common-library 18.2.0 → 18.2.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.
Files changed (243) hide show
  1. package/README.md +28 -28
  2. package/assets/css/_dark-theme.scss +243 -243
  3. package/assets/css/_flex.scss +55 -55
  4. package/assets/css/_global.scss +428 -428
  5. package/assets/css/_light-theme.scss +221 -221
  6. package/assets/css/_mat-palettes.scss +102 -102
  7. package/assets/css/_themes.scss +55 -55
  8. package/assets/css/material/_mdc-dark-theme.scss +265 -265
  9. package/assets/css/material/_mdc-light-theme.scss +264 -264
  10. package/assets/css/material/_mdc.scss +408 -408
  11. package/assets/i18n/front-common/de.json +30 -30
  12. package/assets/i18n/front-common/en.json +30 -30
  13. package/assets/i18n/front-common/fr.json +30 -30
  14. package/esm2022/lib/util/array.service.mjs +1 -1
  15. package/esm2022/lib/util/component/header/advanced-search/advanced-search.component.mjs +3 -3
  16. package/esm2022/lib/util/component/header/advanced-search/contract-rapid-search/contract-rapid-search.component.mjs +3 -3
  17. package/esm2022/lib/util/component/header/advanced-search/deal-rapid-search/deal-rapid-search.component.mjs +3 -3
  18. package/esm2022/lib/util/component/header/advanced-search/invoice-rapid-search/invoice-rapid-search.component.mjs +3 -3
  19. package/esm2022/lib/util/component/header/advanced-search/product-rapid-search/product-rapid-search.component.mjs +3 -3
  20. package/esm2022/lib/util/component/header/advanced-search/purchase-order-rapid-search/purchase-order-rapid-search.component.mjs +3 -3
  21. package/esm2022/lib/util/component/header/advanced-search/royalty-contract-rapid-search/royalty-contract-rapid-search.component.mjs +3 -3
  22. package/esm2022/lib/util/component/header/advanced-search/royalty-count-rapid-search/royalty-count-rapid-search.component.mjs +3 -3
  23. package/esm2022/lib/util/component/header/advanced-search/royalty-invoice-rapid-search/royalty-invoice-rapid-search.component.mjs +3 -3
  24. package/esm2022/lib/util/component/header/advanced-search/third-party-rapid-search/third-party-rapid-search.component.mjs +3 -3
  25. package/esm2022/lib/util/component/header/advanced-search/work-record-rapid-search/work-record-rapid-search.component.mjs +3 -3
  26. package/esm2022/lib/util/component/header/advanced-search/work-version-rapid-search/work-version-rapid-search.component.mjs +3 -3
  27. package/esm2022/lib/util/component/header/header.component.mjs +3 -3
  28. package/esm2022/lib/util/component/header/history/history.component.mjs +3 -3
  29. package/esm2022/lib/util/component/header/menu/menu.component.mjs +3 -3
  30. package/esm2022/lib/util/component/header/menu/menu.const.mjs +8 -1
  31. package/esm2022/lib/util/component/header/menu/menu.model.mjs +1 -1
  32. package/esm2022/lib/util/component/header/personal-notification/personal-notification.component.mjs +20 -8
  33. package/esm2022/lib/util/component/header/settings/settings.component.mjs +3 -3
  34. package/esm2022/lib/util/component/notification/notification-bar.component.mjs +3 -3
  35. package/esm2022/lib/util/component/overlay/overlay.component.mjs +3 -3
  36. package/esm2022/lib/util/component/overlay/overlay.service.mjs +1 -1
  37. package/esm2022/lib/util/component/popup/popup-login/popup-login.component.mjs +3 -3
  38. package/esm2022/lib/util/component/sub-header/sub-header.component.mjs +3 -3
  39. package/esm2022/lib/util/config.mjs +1 -1
  40. package/esm2022/lib/util/date/PeriodModel.mjs +1 -1
  41. package/esm2022/lib/util/date/date-format-constants.mjs +1 -1
  42. package/esm2022/lib/util/date/date.util.mjs +1 -1
  43. package/esm2022/lib/util/decorators/theme.decorator.mjs +1 -1
  44. package/esm2022/lib/util/decorators/user.decorator.mjs +1 -1
  45. package/esm2022/lib/util/directives/my-number-formatter-directive.mjs +1 -1
  46. package/esm2022/lib/util/directives/show-if-truncated.directive.mjs +1 -1
  47. package/esm2022/lib/util/enums/family.enum.mjs +1 -1
  48. package/esm2022/lib/util/enums/history-item-type.enum.mjs +1 -1
  49. package/esm2022/lib/util/enums/notification-classification.enum.mjs +1 -1
  50. package/esm2022/lib/util/enums/personal-notification-priority.enum.mjs +1 -1
  51. package/esm2022/lib/util/enums/rapid-search-item-type.enum.mjs +1 -1
  52. package/esm2022/lib/util/enums/status-color.enum.mjs +1 -1
  53. package/esm2022/lib/util/event/header/header-events.service.mjs +1 -1
  54. package/esm2022/lib/util/event/storage/local-storage-events.service.mjs +1 -1
  55. package/esm2022/lib/util/event/storage/session-storage-events.service.mjs +1 -1
  56. package/esm2022/lib/util/http/http-params.builder.mjs +1 -1
  57. package/esm2022/lib/util/i18n/de.mjs +2 -1
  58. package/esm2022/lib/util/i18n/en.mjs +2 -1
  59. package/esm2022/lib/util/i18n/fr.mjs +2 -1
  60. package/esm2022/lib/util/i18n/multi-translate-http-loader.mjs +1 -1
  61. package/esm2022/lib/util/interfaces/permissions.interface.mjs +1 -1
  62. package/esm2022/lib/util/models/any-line.model.mjs +1 -1
  63. package/esm2022/lib/util/models/audio-content.model.mjs +1 -1
  64. package/esm2022/lib/util/models/authPermission.model.mjs +1 -1
  65. package/esm2022/lib/util/models/authUser.model.mjs +1 -1
  66. package/esm2022/lib/util/models/basic.model.mjs +1 -1
  67. package/esm2022/lib/util/models/box-set-item.model.mjs +1 -1
  68. package/esm2022/lib/util/models/commercial/deal-rapid-search-model.mjs +1 -1
  69. package/esm2022/lib/util/models/commercial/invoice-rapid-search-model.mjs +1 -1
  70. package/esm2022/lib/util/models/commercial/work-record-rapid-search-model.mjs +1 -1
  71. package/esm2022/lib/util/models/disc-program.model.mjs +1 -1
  72. package/esm2022/lib/util/models/disc.model.mjs +1 -1
  73. package/esm2022/lib/util/models/eventType.model.mjs +1 -1
  74. package/esm2022/lib/util/models/expenditure-commitment/purchase-order-file.model.mjs +1 -1
  75. package/esm2022/lib/util/models/expenditure-commitment/purchase-order-rapid-search.model.mjs +1 -1
  76. package/esm2022/lib/util/models/family.model.mjs +1 -1
  77. package/esm2022/lib/util/models/index.mjs +1 -1
  78. package/esm2022/lib/util/models/lang-line.model.mjs +1 -1
  79. package/esm2022/lib/util/models/legal/contract-rapid-search-model.mjs +1 -1
  80. package/esm2022/lib/util/models/legal/contract-work.model.mjs +1 -1
  81. package/esm2022/lib/util/models/legal/contract-work2.model.mjs +1 -1
  82. package/esm2022/lib/util/models/legal/type-status-rapid-search.model.mjs +1 -1
  83. package/esm2022/lib/util/models/link-routing-module.model.mjs +1 -1
  84. package/esm2022/lib/util/models/media-line.model.mjs +1 -1
  85. package/esm2022/lib/util/models/menu-language.model.mjs +1 -1
  86. package/esm2022/lib/util/models/notification.model.mjs +1 -1
  87. package/esm2022/lib/util/models/permission.model.mjs +1 -1
  88. package/esm2022/lib/util/models/personal-notification-campaign.model.mjs +1 -1
  89. package/esm2022/lib/util/models/personal-notification.model.mjs +1 -1
  90. package/esm2022/lib/util/models/product-box-set.model.mjs +1 -1
  91. package/esm2022/lib/util/models/product-disc-detail.model.mjs +1 -1
  92. package/esm2022/lib/util/models/product-disc.model.mjs +1 -1
  93. package/esm2022/lib/util/models/product-division.model.mjs +1 -1
  94. package/esm2022/lib/util/models/product-type.model.mjs +1 -1
  95. package/esm2022/lib/util/models/product.model.mjs +1 -1
  96. package/esm2022/lib/util/models/program.model.mjs +1 -1
  97. package/esm2022/lib/util/models/purchase-order/purchase-order.model.mjs +1 -1
  98. package/esm2022/lib/util/models/rapid-search-all-document.model.mjs +1 -1
  99. package/esm2022/lib/util/models/referential/WorkVersionArticleDto.mjs +1 -1
  100. package/esm2022/lib/util/models/referential/adress-type.model.mjs +1 -1
  101. package/esm2022/lib/util/models/referential/adress.model.mjs +1 -1
  102. package/esm2022/lib/util/models/referential/attached-file.model.mjs +1 -1
  103. package/esm2022/lib/util/models/referential/bank-account.model.mjs +1 -1
  104. package/esm2022/lib/util/models/referential/bank-accounts.model.mjs +1 -1
  105. package/esm2022/lib/util/models/referential/basic-hierarchy.model.mjs +1 -1
  106. package/esm2022/lib/util/models/referential/broadcast-list-item.model.mjs +1 -1
  107. package/esm2022/lib/util/models/referential/color.model.mjs +1 -1
  108. package/esm2022/lib/util/models/referential/company.model.mjs +1 -1
  109. package/esm2022/lib/util/models/referential/content-type.model.mjs +1 -1
  110. package/esm2022/lib/util/models/referential/content.model.mjs +1 -1
  111. package/esm2022/lib/util/models/referential/cost-center-criteria-values.model.mjs +1 -1
  112. package/esm2022/lib/util/models/referential/cost-center-criteria.model.mjs +1 -1
  113. package/esm2022/lib/util/models/referential/cost-center.model.mjs +1 -1
  114. package/esm2022/lib/util/models/referential/coutry.model.mjs +1 -1
  115. package/esm2022/lib/util/models/referential/currency.model.mjs +1 -1
  116. package/esm2022/lib/util/models/referential/editorial-content.model.mjs +1 -1
  117. package/esm2022/lib/util/models/referential/fixing.model.mjs +1 -1
  118. package/esm2022/lib/util/models/referential/flat-media.model.mjs +1 -1
  119. package/esm2022/lib/util/models/referential/format-image.model.mjs +1 -1
  120. package/esm2022/lib/util/models/referential/format-type.model.mjs +1 -1
  121. package/esm2022/lib/util/models/referential/format.model.mjs +1 -1
  122. package/esm2022/lib/util/models/referential/fsk-index.model.mjs +1 -1
  123. package/esm2022/lib/util/models/referential/fsk.model.mjs +1 -1
  124. package/esm2022/lib/util/models/referential/function.model.mjs +1 -1
  125. package/esm2022/lib/util/models/referential/genre.model.mjs +1 -1
  126. package/esm2022/lib/util/models/referential/invoice-product-type.model.mjs +1 -1
  127. package/esm2022/lib/util/models/referential/keywords.model.mjs +1 -1
  128. package/esm2022/lib/util/models/referential/language.model.mjs +1 -1
  129. package/esm2022/lib/util/models/referential/media-filter.model.mjs +1 -1
  130. package/esm2022/lib/util/models/referential/media.model.mjs +1 -1
  131. package/esm2022/lib/util/models/referential/module.model.mjs +1 -1
  132. package/esm2022/lib/util/models/referential/parameter.model.mjs +1 -1
  133. package/esm2022/lib/util/models/referential/participant.model.mjs +1 -1
  134. package/esm2022/lib/util/models/referential/person.model.mjs +1 -1
  135. package/esm2022/lib/util/models/referential/project-status.model.mjs +1 -1
  136. package/esm2022/lib/util/models/referential/quota.model.mjs +1 -1
  137. package/esm2022/lib/util/models/referential/referential-entity-state.model.mjs +1 -1
  138. package/esm2022/lib/util/models/referential/referential-value.model.mjs +1 -1
  139. package/esm2022/lib/util/models/referential/referentiel.model.mjs +1 -1
  140. package/esm2022/lib/util/models/referential/restriction.model.mjs +1 -1
  141. package/esm2022/lib/util/models/referential/sap-order.model.mjs +1 -1
  142. package/esm2022/lib/util/models/referential/service-error.model.mjs +1 -1
  143. package/esm2022/lib/util/models/referential/sound.model.mjs +1 -1
  144. package/esm2022/lib/util/models/referential/territories-languages.model.mjs +1 -1
  145. package/esm2022/lib/util/models/referential/territory-filter.model.mjs +1 -1
  146. package/esm2022/lib/util/models/referential/territory.model.mjs +1 -1
  147. package/esm2022/lib/util/models/referential/theme.model.mjs +1 -1
  148. package/esm2022/lib/util/models/referential/third-party-address-rapid-search.model.mjs +1 -1
  149. package/esm2022/lib/util/models/referential/third-party-creation-request.model.mjs +1 -1
  150. package/esm2022/lib/util/models/referential/third-party-module.model.mjs +1 -1
  151. package/esm2022/lib/util/models/referential/third-party-rapid-search.model.mjs +1 -1
  152. package/esm2022/lib/util/models/referential/third-party.model.mjs +1 -1
  153. package/esm2022/lib/util/models/referential/translated-value-model.mjs +1 -1
  154. package/esm2022/lib/util/models/referential/tva.model.mjs +1 -1
  155. package/esm2022/lib/util/models/referential/type-export.model.mjs +1 -1
  156. package/esm2022/lib/util/models/referential/type-tva-company-territory.model.mjs +1 -1
  157. package/esm2022/lib/util/models/referential/type-tva.model.mjs +1 -1
  158. package/esm2022/lib/util/models/referential/user-form.model.mjs +1 -1
  159. package/esm2022/lib/util/models/referential/work-addons-model.mjs +1 -1
  160. package/esm2022/lib/util/models/referential/work-appartenance.model.mjs +1 -1
  161. package/esm2022/lib/util/models/referential/work-genre.model.mjs +1 -1
  162. package/esm2022/lib/util/models/referential/work-language.model.mjs +1 -1
  163. package/esm2022/lib/util/models/referential/work-milo.model.mjs +1 -1
  164. package/esm2022/lib/util/models/referential/work-participant.model.mjs +1 -1
  165. package/esm2022/lib/util/models/referential/work-restrictions-model.mjs +1 -1
  166. package/esm2022/lib/util/models/referential/work-theme.model.mjs +1 -1
  167. package/esm2022/lib/util/models/referential/work-title.model.mjs +1 -1
  168. package/esm2022/lib/util/models/referential/work-version-origin.model.mjs +1 -1
  169. package/esm2022/lib/util/models/referential/work-version-rapid-search.model.mjs +1 -1
  170. package/esm2022/lib/util/models/referential/work-versions-used.model.mjs +1 -1
  171. package/esm2022/lib/util/models/referential/work-versions.model.mjs +1 -1
  172. package/esm2022/lib/util/models/referential/work-year-production.model.mjs +1 -1
  173. package/esm2022/lib/util/models/referential/work.model.mjs +1 -1
  174. package/esm2022/lib/util/models/referential/zone.model.mjs +1 -1
  175. package/esm2022/lib/util/models/referentiel.model.mjs +1 -1
  176. package/esm2022/lib/util/models/royalty/royalty-contract-rapid-search.model.mjs +1 -1
  177. package/esm2022/lib/util/models/royalty/royalty-count-rapid-search.model.mjs +1 -1
  178. package/esm2022/lib/util/models/royalty/royalty-invoice-rapid-search.model.mjs +1 -1
  179. package/esm2022/lib/util/models/search-response.model.mjs +1 -1
  180. package/esm2022/lib/util/models/section.model.mjs +1 -1
  181. package/esm2022/lib/util/models/select/options.model.mjs +1 -1
  182. package/esm2022/lib/util/models/select/select.model.mjs +1 -1
  183. package/esm2022/lib/util/models/subsidiary.model.mjs +1 -1
  184. package/esm2022/lib/util/models/subtitle-content.model.mjs +1 -1
  185. package/esm2022/lib/util/models/user-video.model.mjs +1 -1
  186. package/esm2022/lib/util/models/user.model.mjs +1 -1
  187. package/esm2022/lib/util/models/video/product-rapid-search.model.mjs +1 -1
  188. package/esm2022/lib/util/models/video/support-rapid-search.model.mjs +1 -1
  189. package/esm2022/lib/util/models/video-content.model.mjs +1 -1
  190. package/esm2022/lib/util/number.validator.mjs +1 -1
  191. package/esm2022/lib/util/paginator/custom-paginator-configuration.mjs +1 -1
  192. package/esm2022/lib/util/permissions/permissions.service.mjs +1 -1
  193. package/esm2022/lib/util/pipes/capitalizefirst.pipe.mjs +1 -1
  194. package/esm2022/lib/util/pipes/comma-separated-number.pipe.mjs +1 -1
  195. package/esm2022/lib/util/pipes/common-translate.pipe.mjs +1 -1
  196. package/esm2022/lib/util/pipes/display-html.pipe.mjs +1 -1
  197. package/esm2022/lib/util/pipes/display-null.pipe.mjs +1 -1
  198. package/esm2022/lib/util/pipes/format-currency.pipe.mjs +1 -1
  199. package/esm2022/lib/util/pipes/format-duration.pipe.mjs +1 -1
  200. package/esm2022/lib/util/pipes/format-number-input.pipe.mjs +1 -1
  201. package/esm2022/lib/util/pipes/local-date.pipe.mjs +1 -1
  202. package/esm2022/lib/util/pipes/my-number.pipe.mjs +1 -1
  203. package/esm2022/lib/util/pipes/notification-classification-icon.pipe.mjs +1 -1
  204. package/esm2022/lib/util/pipes/third-party-address-search.pipe.mjs +1 -1
  205. package/esm2022/lib/util/pipes/third-party-address.pipe.mjs +1 -1
  206. package/esm2022/lib/util/pipes/trim-string.pipe.mjs +1 -1
  207. package/esm2022/lib/util/regex/regex.service.mjs +1 -1
  208. package/esm2022/lib/util/services/api/commercial-api.service.mjs +1 -1
  209. package/esm2022/lib/util/services/api/common-api.service.mjs +1 -1
  210. package/esm2022/lib/util/services/api/legal-api.service.mjs +1 -1
  211. package/esm2022/lib/util/services/api/notification-api.service.mjs +5 -1
  212. package/esm2022/lib/util/services/api/video-api.service.mjs +1 -1
  213. package/esm2022/lib/util/services/auth/auth.service.mjs +1 -1
  214. package/esm2022/lib/util/services/elasticsearch/elasticsearch.service.mjs +1 -1
  215. package/esm2022/lib/util/services/elasticsearch/subsidiaries.service.mjs +1 -1
  216. package/esm2022/lib/util/services/form-action/form-actions-events.service.mjs +1 -1
  217. package/esm2022/lib/util/services/guard/auth.guard.mjs +1 -1
  218. package/esm2022/lib/util/services/guard/login.guard.mjs +1 -1
  219. package/esm2022/lib/util/services/history/history.service.mjs +1 -1
  220. package/esm2022/lib/util/services/interceptor/auth.interceptor.mjs +1 -1
  221. package/esm2022/lib/util/services/jwt-security/aes.service.mjs +1 -1
  222. package/esm2022/lib/util/services/jwt-security/interceptorhttp.service.mjs +1 -1
  223. package/esm2022/lib/util/services/jwt-security/jwt.helpher.mjs +1 -1
  224. package/esm2022/lib/util/services/notification/notification.service.mjs +8 -1
  225. package/esm2022/lib/util/services/storage/local-storage.service.mjs +1 -1
  226. package/esm2022/lib/util/services/storage/session-storage.service.mjs +1 -1
  227. package/esm2022/lib/util/services/translate-language/lang.service.mjs +1 -1
  228. package/esm2022/lib/util/services/user/user-subsidiary.service.mjs +1 -1
  229. package/esm2022/lib/util/sort.mjs +1 -1
  230. package/esm2022/lib/util/theme/theme-event.service.mjs +1 -1
  231. package/esm2022/lib/util/toaster/toaster-events.service.mjs +1 -1
  232. package/esm2022/lib/util/util.module.mjs +1 -1
  233. package/esm2022/public-api.mjs +1 -1
  234. package/fesm2022/new-front-common-library.mjs +79 -47
  235. package/fesm2022/new-front-common-library.mjs.map +1 -1
  236. package/lib/util/component/header/personal-notification/personal-notification.component.d.ts +6 -5
  237. package/lib/util/i18n/de.d.ts +1 -0
  238. package/lib/util/i18n/en.d.ts +1 -0
  239. package/lib/util/i18n/fr.d.ts +1 -0
  240. package/lib/util/models/personal-notification.model.d.ts +1 -0
  241. package/lib/util/services/api/notification-api.service.d.ts +1 -0
  242. package/lib/util/services/notification/notification.service.d.ts +1 -0
  243. package/package.json +1 -1
@@ -1,428 +1,428 @@
1
- @import "light-theme";
2
- @import "dark-theme";
3
- @import "flex";
4
- @import "~@ng-select/ng-select/themes/default.theme.css";
5
-
6
- body, html {
7
- font-family: 'Roboto', 'Source Sans Pro', 'Poppins', serif;
8
- }
9
-
10
- .page-container {
11
- margin-top: 64px;
12
- height: 100%;
13
- overflow: auto;
14
- }
15
-
16
- // TOOLBAR
17
- .sub-toolbar {
18
- height: 48px;
19
-
20
- .title {
21
- height: 52px;
22
- font-weight: 900;
23
- font-size: 24px;
24
- line-height: 30px;
25
- letter-spacing: 0.25px;
26
- display: flex;
27
- align-items: center;
28
- }
29
- }
30
-
31
-
32
-
33
- // END TOOLBAR
34
-
35
- // TEXT
36
- .label-consult label {
37
- height: 8px;
38
- font-weight: 600;
39
- font-size: 9px;
40
- line-height: 8px;
41
- letter-spacing: 0.25px;
42
- text-transform: uppercase;
43
- }
44
-
45
- .span-consult span {
46
- height: 18px;
47
- font-size: 14px;
48
- line-height: 18px;
49
- letter-spacing: 0.25px;
50
- }
51
-
52
- .ellipsis {
53
- white-space: nowrap;
54
- text-overflow: ellipsis;
55
- overflow: hidden
56
- }
57
-
58
- // END TEXT
59
-
60
- // TITLE
61
- .block-title {
62
- margin-bottom: 10px;
63
-
64
- .title {
65
- margin: 0;
66
- height: 24px;
67
- font-weight: bold;
68
- font-size: 20px;
69
- line-height: 25px;
70
- letter-spacing: 0.25px;
71
- }
72
-
73
- .icon {
74
- margin-right: 5px;
75
- }
76
- }
77
-
78
- // END TITLE
79
-
80
- // CUSTOM SIZE ICON BOTTOM
81
- .small-icon-button, .medium-icon-button {
82
- width: 24px !important;
83
- height: 24px !important;
84
- padding: 0 !important;
85
- display: inline-flex;
86
- align-items: center;
87
- justify-content: center;
88
-
89
- .mat-mdc-button-touch-target {
90
- width: 24px;
91
- height: 24px;
92
- }
93
- }
94
-
95
- .small-icon-button > span {
96
- font-size: 16px;
97
- }
98
- .medium-icon-button > span {
99
- font-size: 24px;
100
- }
101
-
102
- // END CUSTOM SIZE ICON BOTTOM
103
-
104
-
105
-
106
-
107
- // BUTTON
108
-
109
- .app-container .mat-mdc-button.mat-mdc-button-base,
110
- .app-container .mat-mdc-raised-button.mat-mdc-button-base,
111
- .app-container .mat-mdc-unelevated-button.mat-mdc-button-base,
112
- .app-container .mat-mdc-outlined-button.mat-mdc-button-base {
113
- height: 32px;
114
- }
115
-
116
- .action-button {
117
- font-size: 14px;
118
- line-height: 32px;
119
- width: auto;
120
- padding: 0 8px 0 8px;
121
- background-color: $blue-primary !important;
122
- border-color: $blue-primary !important;
123
- color: white !important;
124
- }
125
-
126
- .action-button, .save-button, .cancel-button, .btn {
127
- font-weight: 500 !important;
128
- box-shadow: 0 2px 2px rgba(68, 93, 123, 0.16), inset 0 3px 6px rgba(255, 255, 255, 0.08), inset 0px -3px 6px rgba(68, 93, 123, 0.08);
129
- border-radius: 6px;
130
- }
131
-
132
- .cancel-button {
133
- background-color: $red-primary !important;
134
- color: white !important;
135
- border-color: $red-primary !important;
136
- }
137
-
138
- .save-button {
139
- background-color: $green-primary !important;
140
- border-color: $green-primary !important;
141
- color: white !important;
142
- }
143
-
144
- .btn-delete {
145
- color: $red-primary;
146
- }
147
-
148
- .btn {
149
- height: 24px !important;
150
- }
151
-
152
- // END BUTTON
153
-
154
- // SCROLL BAR
155
- ::-webkit-scrollbar {
156
- width: 10px;
157
- height: 10px;
158
- }
159
-
160
- .light-theme {
161
- ::-webkit-scrollbar-track {
162
- background: whitesmoke;
163
- }
164
- }
165
-
166
- .dark-theme {
167
- ::-webkit-scrollbar-track {
168
- background: adjust-color($background-lvl2, $lightness: 10%);
169
- }
170
- }
171
-
172
- ::-webkit-scrollbar-thumb {
173
- background: $gray-blue-primary;
174
-
175
- &:hover {
176
- background: $blue-primary;
177
- }
178
- }
179
-
180
- // END SCROLL BAR
181
-
182
- // FORM GROUP
183
- .form-group > mat-label {
184
- text-transform: uppercase;
185
- font-size: 9px;
186
- }
187
- .form-group {
188
- display: flex;
189
- flex-direction: column;
190
- }
191
-
192
- .mat-mdc-header-cell mat-label {
193
- font-weight: 700;
194
- letter-spacing: 0.375px;
195
- }
196
- // END FORM GROUP
197
-
198
- // NG-SELECT
199
- .ng-select.ng-select-single .ng-select-container {
200
- height: 25px;
201
- }
202
-
203
- .ng-select {
204
- margin-bottom: 0.9em;
205
- }
206
-
207
- .mat-mdc-cell .ng-select {
208
- padding-bottom: 2px;
209
- padding-top: 2px;
210
- margin-bottom: 0;
211
- }
212
-
213
- .ng-select .ng-select-container {
214
- min-height: 25px;
215
- }
216
-
217
- .ng-select, .ng-select input {
218
- font-size: 12px;
219
- }
220
-
221
- .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
222
- border-color: $blue-primary transparent;
223
- }
224
-
225
- .ng-select .ng-arrow-wrapper .ng-arrow {
226
- border-color: $blue-primary transparent transparent;
227
- }
228
-
229
- .ng-select .ng-clear-wrapper {
230
- color: $blue-primary;
231
- }
232
-
233
- .ng-dropdown-panel .ng-option {
234
- font-size: 12px;
235
- padding: 4px 10px !important;
236
- }
237
-
238
- .ng-select:not(.ng-select-focused) .ng-select-container:hover {
239
- border-color: $blue-primary !important;
240
- }
241
-
242
- .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
243
- top: unset;
244
- }
245
-
246
- .ng-select:not(.ng-select-focused) .ng-select-container:hover {
247
- border-color: $blue-primary;
248
- box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $blue-primary;
249
- }
250
-
251
- .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
252
- display: flex;
253
- align-items: center;
254
- }
255
-
256
- // END NG-SELECT
257
-
258
- .clickable {
259
- cursor: pointer;
260
- }
261
-
262
- // THIRD PARTY AUTOCOMPLETE
263
- .thirdParty-name {
264
- font-weight: 600;
265
- text-transform: uppercase;
266
- padding-top: 3px;
267
- white-space: normal;
268
- line-height: normal;
269
- }
270
-
271
- .thirdParty-address {
272
- margin: 0;
273
- font-size: 9px;
274
- padding-bottom: 3px;
275
- text-transform: capitalize;
276
- white-space: normal;
277
- line-height: normal;
278
- }
279
-
280
- // END THIRD PARTY AUTOCOMPLETE
281
-
282
- // BUTTON
283
- .primary {
284
- background: $blue-primary !important;
285
- color: #FFFFFF !important;
286
- }
287
-
288
- .secondary {
289
- background: $gray-blue-primary !important;
290
- color: #FFFFFF !important;
291
- }
292
-
293
- .accent {
294
- background: $purple-primary !important;
295
- color: #FFFFFF !important;
296
- }
297
-
298
- .positive {
299
- background: $green-primary !important;
300
- color: #FFFFFF !important;
301
- }
302
-
303
- .negative {
304
- background: $red-primary !important;
305
- color: #FFFFFF !important;
306
- }
307
-
308
- .primary-color {
309
- color: $blue-primary !important;
310
- }
311
-
312
- // END BUTTON
313
-
314
- //TABLE
315
- .no-results {
316
- background: $gray-primary;
317
- color: white;
318
- }
319
- // END TABLE
320
-
321
- // TOOLTIP
322
-
323
- .mdc-tooltip__surface {
324
- max-width: 250px;
325
- max-height: 100%;
326
- }
327
-
328
- .notification-classification-INFO {
329
- background-color: $notification-color-info;
330
- }
331
- .notification-classification-FEAT {
332
- background-color: $notification-color-feat;
333
- }
334
-
335
- .notification-classification-MAINT {
336
- background-color: $notification-color-maint;
337
- }
338
-
339
- // END TOOLTIP
340
-
341
-
342
- //.spacer {
343
- // flex: 1 1 auto;
344
- //}
345
-
346
- //.toolbar-spacer {
347
- // flex: 1 1 auto;
348
- //}
349
- //
350
-
351
-
352
- //// Striped alt colors for rows in mat-table
353
- //.highlight {
354
- // background: #f4f4f6 !important;
355
- //}
356
-
357
-
358
- ////Text next to icons
359
- //.icon-text {
360
- // display: flex !important;
361
- // align-items: center !important;
362
- // font-size: 20px !important;
363
- // margin-bottom: 5px;
364
- // line-height: 25px;
365
- // font-style: normal;
366
- // font-weight: 900;
367
- //}
368
-
369
- //.custom-switch {
370
- // .switch-small:focus {
371
- // outline: none;
372
- // }
373
- //}
374
-
375
- //.card-header-title-icon {
376
- // margin-right: 7px;
377
- //}
378
-
379
-
380
- //textarea {
381
- // font-size: 12px !important;
382
- //}
383
-
384
-
385
-
386
- //.consult-info-label {
387
- // height: 8px;
388
- //
389
- // font-style: normal;
390
- // font-weight: 600;
391
- // font-size: 8px;
392
- // line-height: 8px;
393
- //
394
- //
395
- // align-items: center;
396
- // letter-spacing: 0.25px;
397
- // text-transform: uppercase;
398
- //}
399
-
400
- //.consult-info-data {
401
- // height: 18px;
402
- //
403
- // font-style: normal;
404
- // font-weight: normal;
405
- // font-size: 14px;
406
- // line-height: 18px;
407
- //
408
- // align-items: center;
409
- // letter-spacing: 0.25px;
410
- //}
411
- //
412
-
413
-
414
- //.home-button button {
415
- // height: 32px;
416
- //}
417
-
418
-
419
-
420
- //.transparent {
421
- // color: transparent !important;
422
- //}
423
-
424
-
425
- //.table-icon {
426
- // font-size: 16px !important;
427
- //}
428
-
1
+ @import "light-theme";
2
+ @import "dark-theme";
3
+ @import "flex";
4
+ @import "~@ng-select/ng-select/themes/default.theme.css";
5
+
6
+ body, html {
7
+ font-family: 'Roboto', 'Source Sans Pro', 'Poppins', serif;
8
+ }
9
+
10
+ .page-container {
11
+ margin-top: 64px;
12
+ height: 100%;
13
+ overflow: auto;
14
+ }
15
+
16
+ // TOOLBAR
17
+ .sub-toolbar {
18
+ height: 48px;
19
+
20
+ .title {
21
+ height: 52px;
22
+ font-weight: 900;
23
+ font-size: 24px;
24
+ line-height: 30px;
25
+ letter-spacing: 0.25px;
26
+ display: flex;
27
+ align-items: center;
28
+ }
29
+ }
30
+
31
+
32
+
33
+ // END TOOLBAR
34
+
35
+ // TEXT
36
+ .label-consult label {
37
+ height: 8px;
38
+ font-weight: 600;
39
+ font-size: 9px;
40
+ line-height: 8px;
41
+ letter-spacing: 0.25px;
42
+ text-transform: uppercase;
43
+ }
44
+
45
+ .span-consult span {
46
+ height: 18px;
47
+ font-size: 14px;
48
+ line-height: 18px;
49
+ letter-spacing: 0.25px;
50
+ }
51
+
52
+ .ellipsis {
53
+ white-space: nowrap;
54
+ text-overflow: ellipsis;
55
+ overflow: hidden
56
+ }
57
+
58
+ // END TEXT
59
+
60
+ // TITLE
61
+ .block-title {
62
+ margin-bottom: 10px;
63
+
64
+ .title {
65
+ margin: 0;
66
+ height: 24px;
67
+ font-weight: bold;
68
+ font-size: 20px;
69
+ line-height: 25px;
70
+ letter-spacing: 0.25px;
71
+ }
72
+
73
+ .icon {
74
+ margin-right: 5px;
75
+ }
76
+ }
77
+
78
+ // END TITLE
79
+
80
+ // CUSTOM SIZE ICON BOTTOM
81
+ .small-icon-button, .medium-icon-button {
82
+ width: 24px !important;
83
+ height: 24px !important;
84
+ padding: 0 !important;
85
+ display: inline-flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+
89
+ .mat-mdc-button-touch-target {
90
+ width: 24px;
91
+ height: 24px;
92
+ }
93
+ }
94
+
95
+ .small-icon-button > span {
96
+ font-size: 16px;
97
+ }
98
+ .medium-icon-button > span {
99
+ font-size: 24px;
100
+ }
101
+
102
+ // END CUSTOM SIZE ICON BOTTOM
103
+
104
+
105
+
106
+
107
+ // BUTTON
108
+
109
+ .app-container .mat-mdc-button.mat-mdc-button-base,
110
+ .app-container .mat-mdc-raised-button.mat-mdc-button-base,
111
+ .app-container .mat-mdc-unelevated-button.mat-mdc-button-base,
112
+ .app-container .mat-mdc-outlined-button.mat-mdc-button-base {
113
+ height: 32px;
114
+ }
115
+
116
+ .action-button {
117
+ font-size: 14px;
118
+ line-height: 32px;
119
+ width: auto;
120
+ padding: 0 8px 0 8px;
121
+ background-color: $blue-primary !important;
122
+ border-color: $blue-primary !important;
123
+ color: white !important;
124
+ }
125
+
126
+ .action-button, .save-button, .cancel-button, .btn {
127
+ font-weight: 500 !important;
128
+ box-shadow: 0 2px 2px rgba(68, 93, 123, 0.16), inset 0 3px 6px rgba(255, 255, 255, 0.08), inset 0px -3px 6px rgba(68, 93, 123, 0.08);
129
+ border-radius: 6px;
130
+ }
131
+
132
+ .cancel-button {
133
+ background-color: $red-primary !important;
134
+ color: white !important;
135
+ border-color: $red-primary !important;
136
+ }
137
+
138
+ .save-button {
139
+ background-color: $green-primary !important;
140
+ border-color: $green-primary !important;
141
+ color: white !important;
142
+ }
143
+
144
+ .btn-delete {
145
+ color: $red-primary;
146
+ }
147
+
148
+ .btn {
149
+ height: 24px !important;
150
+ }
151
+
152
+ // END BUTTON
153
+
154
+ // SCROLL BAR
155
+ ::-webkit-scrollbar {
156
+ width: 10px;
157
+ height: 10px;
158
+ }
159
+
160
+ .light-theme {
161
+ ::-webkit-scrollbar-track {
162
+ background: whitesmoke;
163
+ }
164
+ }
165
+
166
+ .dark-theme {
167
+ ::-webkit-scrollbar-track {
168
+ background: adjust-color($background-lvl2, $lightness: 10%);
169
+ }
170
+ }
171
+
172
+ ::-webkit-scrollbar-thumb {
173
+ background: $gray-blue-primary;
174
+
175
+ &:hover {
176
+ background: $blue-primary;
177
+ }
178
+ }
179
+
180
+ // END SCROLL BAR
181
+
182
+ // FORM GROUP
183
+ .form-group > mat-label {
184
+ text-transform: uppercase;
185
+ font-size: 9px;
186
+ }
187
+ .form-group {
188
+ display: flex;
189
+ flex-direction: column;
190
+ }
191
+
192
+ .mat-mdc-header-cell mat-label {
193
+ font-weight: 700;
194
+ letter-spacing: 0.375px;
195
+ }
196
+ // END FORM GROUP
197
+
198
+ // NG-SELECT
199
+ .ng-select.ng-select-single .ng-select-container {
200
+ height: 25px;
201
+ }
202
+
203
+ .ng-select {
204
+ margin-bottom: 0.9em;
205
+ }
206
+
207
+ .mat-mdc-cell .ng-select {
208
+ padding-bottom: 2px;
209
+ padding-top: 2px;
210
+ margin-bottom: 0;
211
+ }
212
+
213
+ .ng-select .ng-select-container {
214
+ min-height: 25px;
215
+ }
216
+
217
+ .ng-select, .ng-select input {
218
+ font-size: 12px;
219
+ }
220
+
221
+ .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
222
+ border-color: $blue-primary transparent;
223
+ }
224
+
225
+ .ng-select .ng-arrow-wrapper .ng-arrow {
226
+ border-color: $blue-primary transparent transparent;
227
+ }
228
+
229
+ .ng-select .ng-clear-wrapper {
230
+ color: $blue-primary;
231
+ }
232
+
233
+ .ng-dropdown-panel .ng-option {
234
+ font-size: 12px;
235
+ padding: 4px 10px !important;
236
+ }
237
+
238
+ .ng-select:not(.ng-select-focused) .ng-select-container:hover {
239
+ border-color: $blue-primary !important;
240
+ }
241
+
242
+ .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
243
+ top: unset;
244
+ }
245
+
246
+ .ng-select:not(.ng-select-focused) .ng-select-container:hover {
247
+ border-color: $blue-primary;
248
+ box-shadow: inset 0 0 0 rgb(0, 0, 0, 0.2), 0 0 0 1px $blue-primary;
249
+ }
250
+
251
+ .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
252
+ display: flex;
253
+ align-items: center;
254
+ }
255
+
256
+ // END NG-SELECT
257
+
258
+ .clickable {
259
+ cursor: pointer;
260
+ }
261
+
262
+ // THIRD PARTY AUTOCOMPLETE
263
+ .thirdParty-name {
264
+ font-weight: 600;
265
+ text-transform: uppercase;
266
+ padding-top: 3px;
267
+ white-space: normal;
268
+ line-height: normal;
269
+ }
270
+
271
+ .thirdParty-address {
272
+ margin: 0;
273
+ font-size: 9px;
274
+ padding-bottom: 3px;
275
+ text-transform: capitalize;
276
+ white-space: normal;
277
+ line-height: normal;
278
+ }
279
+
280
+ // END THIRD PARTY AUTOCOMPLETE
281
+
282
+ // BUTTON
283
+ .primary {
284
+ background: $blue-primary !important;
285
+ color: #FFFFFF !important;
286
+ }
287
+
288
+ .secondary {
289
+ background: $gray-blue-primary !important;
290
+ color: #FFFFFF !important;
291
+ }
292
+
293
+ .accent {
294
+ background: $purple-primary !important;
295
+ color: #FFFFFF !important;
296
+ }
297
+
298
+ .positive {
299
+ background: $green-primary !important;
300
+ color: #FFFFFF !important;
301
+ }
302
+
303
+ .negative {
304
+ background: $red-primary !important;
305
+ color: #FFFFFF !important;
306
+ }
307
+
308
+ .primary-color {
309
+ color: $blue-primary !important;
310
+ }
311
+
312
+ // END BUTTON
313
+
314
+ //TABLE
315
+ .no-results {
316
+ background: $gray-primary;
317
+ color: white;
318
+ }
319
+ // END TABLE
320
+
321
+ // TOOLTIP
322
+
323
+ .mdc-tooltip__surface {
324
+ max-width: 250px;
325
+ max-height: 100%;
326
+ }
327
+
328
+ .notification-classification-INFO {
329
+ background-color: $notification-color-info;
330
+ }
331
+ .notification-classification-FEAT {
332
+ background-color: $notification-color-feat;
333
+ }
334
+
335
+ .notification-classification-MAINT {
336
+ background-color: $notification-color-maint;
337
+ }
338
+
339
+ // END TOOLTIP
340
+
341
+
342
+ //.spacer {
343
+ // flex: 1 1 auto;
344
+ //}
345
+
346
+ //.toolbar-spacer {
347
+ // flex: 1 1 auto;
348
+ //}
349
+ //
350
+
351
+
352
+ //// Striped alt colors for rows in mat-table
353
+ //.highlight {
354
+ // background: #f4f4f6 !important;
355
+ //}
356
+
357
+
358
+ ////Text next to icons
359
+ //.icon-text {
360
+ // display: flex !important;
361
+ // align-items: center !important;
362
+ // font-size: 20px !important;
363
+ // margin-bottom: 5px;
364
+ // line-height: 25px;
365
+ // font-style: normal;
366
+ // font-weight: 900;
367
+ //}
368
+
369
+ //.custom-switch {
370
+ // .switch-small:focus {
371
+ // outline: none;
372
+ // }
373
+ //}
374
+
375
+ //.card-header-title-icon {
376
+ // margin-right: 7px;
377
+ //}
378
+
379
+
380
+ //textarea {
381
+ // font-size: 12px !important;
382
+ //}
383
+
384
+
385
+
386
+ //.consult-info-label {
387
+ // height: 8px;
388
+ //
389
+ // font-style: normal;
390
+ // font-weight: 600;
391
+ // font-size: 8px;
392
+ // line-height: 8px;
393
+ //
394
+ //
395
+ // align-items: center;
396
+ // letter-spacing: 0.25px;
397
+ // text-transform: uppercase;
398
+ //}
399
+
400
+ //.consult-info-data {
401
+ // height: 18px;
402
+ //
403
+ // font-style: normal;
404
+ // font-weight: normal;
405
+ // font-size: 14px;
406
+ // line-height: 18px;
407
+ //
408
+ // align-items: center;
409
+ // letter-spacing: 0.25px;
410
+ //}
411
+ //
412
+
413
+
414
+ //.home-button button {
415
+ // height: 32px;
416
+ //}
417
+
418
+
419
+
420
+ //.transparent {
421
+ // color: transparent !important;
422
+ //}
423
+
424
+
425
+ //.table-icon {
426
+ // font-size: 16px !important;
427
+ //}
428
+