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