new-front-common-library 0.0.63 → 0.0.65

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 (47) hide show
  1. package/assets/css/_light-theme.scss +1 -1
  2. package/bundles/new-front-common-library.umd.js +157 -151
  3. package/bundles/new-front-common-library.umd.js.map +1 -1
  4. package/esm2015/lib/util/array.service.js +4 -4
  5. package/esm2015/lib/util/component/header/header.component.js +33 -15
  6. package/esm2015/lib/util/component/overlay/overlay.component.js +4 -4
  7. package/esm2015/lib/util/component/overlay/overlay.service.js +4 -4
  8. package/esm2015/lib/util/component/popup/popup-login/popup-login.component.js +4 -4
  9. package/esm2015/lib/util/component/sub-header/sub-header.component.js +4 -4
  10. package/esm2015/lib/util/date/date-adapter.js +4 -4
  11. package/esm2015/lib/util/directives/my-number-formatter-directive.js +4 -4
  12. package/esm2015/lib/util/directives/show-if-truncated.directive.js +4 -4
  13. package/esm2015/lib/util/event/header/header-events.service.js +4 -4
  14. package/esm2015/lib/util/event/storage/local-storage-events.service.js +4 -4
  15. package/esm2015/lib/util/event/storage/session-storage-events.service.js +4 -4
  16. package/esm2015/lib/util/permissions/permissions.service.js +4 -4
  17. package/esm2015/lib/util/pipes/capitalizefirst.pipe.js +4 -4
  18. package/esm2015/lib/util/pipes/comma-separated-number.pipe.js +4 -4
  19. package/esm2015/lib/util/pipes/common-translate.pipe.js +4 -4
  20. package/esm2015/lib/util/pipes/display-html.pipe.js +4 -4
  21. package/esm2015/lib/util/pipes/display-null.pipe.js +4 -4
  22. package/esm2015/lib/util/pipes/format-duration.pipe.js +4 -4
  23. package/esm2015/lib/util/pipes/format-number-input.pipe.js +4 -4
  24. package/esm2015/lib/util/pipes/local-date.pipe.js +4 -4
  25. package/esm2015/lib/util/pipes/my-number.pipe.js +4 -4
  26. package/esm2015/lib/util/pipes/third-party-address.pipe.js +4 -4
  27. package/esm2015/lib/util/pipes/trim-string.pipe.js +4 -4
  28. package/esm2015/lib/util/regex/regex.service.js +4 -4
  29. package/esm2015/lib/util/services/api/common-api.service.js +4 -4
  30. package/esm2015/lib/util/services/elasticsearch/elasticsearch.service.js +4 -4
  31. package/esm2015/lib/util/services/form-action/form-actions-events.service.js +4 -4
  32. package/esm2015/lib/util/services/guard/auth.guard.js +4 -4
  33. package/esm2015/lib/util/services/guard/login.guard.js +4 -4
  34. package/esm2015/lib/util/services/history/history.service.js +4 -4
  35. package/esm2015/lib/util/services/interceptor/auth.interceptor.js +4 -4
  36. package/esm2015/lib/util/services/jwt-security/aes.service.js +4 -4
  37. package/esm2015/lib/util/services/jwt-security/interceptorhttp.service.js +4 -4
  38. package/esm2015/lib/util/services/storage/local-storage.service.js +4 -4
  39. package/esm2015/lib/util/services/storage/session-storage.service.js +4 -4
  40. package/esm2015/lib/util/services/translate-language/lang.service.js +4 -4
  41. package/esm2015/lib/util/theme/theme-event.service.js +4 -4
  42. package/esm2015/lib/util/toaster/toaster-events.service.js +4 -4
  43. package/esm2015/lib/util/util.module.js +5 -5
  44. package/fesm2015/new-front-common-library.js +149 -135
  45. package/fesm2015/new-front-common-library.js.map +1 -1
  46. package/lib/util/component/header/header.component.d.ts +6 -3
  47. package/package.json +1 -1
@@ -41,7 +41,7 @@
41
41
  //7
42
42
  /* Table header coloring*/
43
43
  .mat-form-field-appearance-legacy .mat-form-field-label {
44
- color: $black-bluish !important;
44
+ color: $black-bluish;
45
45
  font-weight: bold;
46
46
  }
47
47