@igo2/core 16.0.0-rc.1 → 16.0.0-rc.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 (69) hide show
  1. package/esm2022/lib/activity/activity.interceptor.mjs +1 -1
  2. package/esm2022/lib/activity/activity.module.mjs +2 -2
  3. package/esm2022/lib/activity/activity.service.mjs +2 -2
  4. package/esm2022/lib/analytics/shared/analytics.service.mjs +1 -1
  5. package/esm2022/lib/compression/compression.service.mjs +1 -1
  6. package/esm2022/lib/config/config-deprecated.mjs +9 -1
  7. package/esm2022/lib/config/config.interface.mjs +1 -1
  8. package/esm2022/lib/config/config.module.mjs +2 -2
  9. package/esm2022/lib/config/config.provider.mjs +1 -1
  10. package/esm2022/lib/config/config.service.mjs +23 -11
  11. package/esm2022/lib/config/version.mjs +3 -3
  12. package/esm2022/lib/core.module.mjs +4 -4
  13. package/esm2022/lib/environment/environment.interface.mjs +2 -0
  14. package/esm2022/lib/environment/index.mjs +2 -0
  15. package/esm2022/lib/gesture/gesture.module.mjs +2 -2
  16. package/esm2022/lib/language/language.module.mjs +2 -2
  17. package/esm2022/lib/language/shared/language.loader.mjs +2 -2
  18. package/esm2022/lib/language/shared/language.provider.mjs +1 -1
  19. package/esm2022/lib/language/shared/language.service.mjs +1 -1
  20. package/esm2022/lib/media/media.service.mjs +2 -2
  21. package/esm2022/lib/message/message.module.mjs +2 -2
  22. package/esm2022/lib/message/shared/index.mjs +1 -1
  23. package/esm2022/lib/message/shared/message.interface.mjs +1 -1
  24. package/esm2022/lib/message/shared/message.service.mjs +14 -8
  25. package/esm2022/lib/network/network.service.mjs +2 -2
  26. package/esm2022/lib/regex/regex.service.mjs +1 -1
  27. package/esm2022/lib/request/error.interceptor.mjs +28 -23
  28. package/esm2022/lib/request/error.module.mjs +2 -2
  29. package/esm2022/lib/request/logging.interceptor.mjs +4 -4
  30. package/esm2022/lib/request/logging.module.mjs +2 -2
  31. package/esm2022/lib/route/route.service.mjs +2 -2
  32. package/esm2022/lib/storage/storage.mjs +2 -2
  33. package/esm2022/lib/storage/storage.service.mjs +1 -1
  34. package/esm2022/public_api.mjs +2 -1
  35. package/fesm2022/igo2-core.mjs +83 -53
  36. package/fesm2022/igo2-core.mjs.map +1 -1
  37. package/lib/config/config-deprecated.d.ts +1 -1
  38. package/lib/config/config.interface.d.ts +6 -4
  39. package/lib/config/config.provider.d.ts +13 -5
  40. package/lib/config/config.service.d.ts +11 -5
  41. package/lib/config/version.d.ts +4 -2
  42. package/lib/core.module.d.ts +1 -1
  43. package/lib/environment/environment.interface.d.ts +16 -0
  44. package/lib/environment/index.d.ts +1 -0
  45. package/lib/message/shared/index.d.ts +0 -1
  46. package/lib/message/shared/message.interface.d.ts +1 -1
  47. package/lib/message/shared/message.service.d.ts +3 -3
  48. package/lib/network/network.service.d.ts +1 -1
  49. package/lib/request/error.interceptor.d.ts +4 -4
  50. package/lib/request/logging.interceptor.d.ts +1 -1
  51. package/lib/storage/storage.d.ts +2 -2
  52. package/lib/storage/storage.service.d.ts +1 -1
  53. package/locale/en.json +1 -1
  54. package/locale/fr.json +1 -1
  55. package/package.json +2 -2
  56. package/public_api.d.ts +1 -0
  57. package/style/all-style.css +0 -1
  58. package/theming/prebuilt-themes/blue-theme.css +43 -45
  59. package/theming/prebuilt-themes/bluedark-theme.css +43 -45
  60. package/theming/prebuilt-themes/bluedq-theme.css +43 -45
  61. package/theming/prebuilt-themes/bluegrey-theme.css +43 -45
  62. package/theming/prebuilt-themes/dark-theme.css +43 -45
  63. package/theming/prebuilt-themes/deeppurple-theme.css +43 -45
  64. package/theming/prebuilt-themes/indigo-theme.css +43 -45
  65. package/theming/prebuilt-themes/orange-theme.css +43 -45
  66. package/theming/prebuilt-themes/qcca/components/scrollbar.scss +6 -6
  67. package/theming/prebuilt-themes/qcca-theme.css +43 -45
  68. package/theming/prebuilt-themes/teal-theme.css +43 -45
  69. package/theming/typography.scss +28 -28
@@ -2523,44 +2523,16 @@ igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-h
2523
2523
  color: white;
2524
2524
  }
2525
2525
 
2526
+ igo-entity-table .mat-mdc-table thead {
2527
+ background-color: #fafafa;
2528
+ }
2529
+
2526
2530
  igo-entity-table {
2527
2531
  --mat-table-header-container-height: 52px;
2528
2532
  --mat-table-footer-container-height: 48px;
2529
2533
  --mat-table-row-item-container-height: 48px;
2530
2534
  }
2531
2535
 
2532
- igo-entity-selector {
2533
- --mat-paginator-container-size: 40px;
2534
- }
2535
-
2536
- igo-entity-selector .mat-mdc-paginator .mat-mdc-form-field-infix {
2537
- min-height: 40px;
2538
- }
2539
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
2540
- top: 20px;
2541
- }
2542
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2543
- --mat-mdc-form-field-label-transform: translateY(
2544
- -26.75px)
2545
- scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
2546
- transform: var(--mat-mdc-form-field-label-transform);
2547
- }
2548
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
2549
- padding-top: 8px;
2550
- padding-bottom: 8px;
2551
- }
2552
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
2553
- padding-top: 8px;
2554
- padding-bottom: 8px;
2555
- }
2556
- igo-entity-selector .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
2557
- padding-top: 8px;
2558
- padding-bottom: 8px;
2559
- }
2560
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
2561
- display: none;
2562
- }
2563
-
2564
2536
  igo-entity-selector .mat-mdc-form-field-infix {
2565
2537
  min-height: 48px;
2566
2538
  }
@@ -2589,6 +2561,24 @@ igo-entity-selector .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .
2589
2561
  display: none;
2590
2562
  }
2591
2563
 
2564
+ igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2565
+ --mdc-icon-button-state-layer-size: 48px;
2566
+ width: var(--mdc-icon-button-state-layer-size);
2567
+ height: var(--mdc-icon-button-state-layer-size);
2568
+ padding: 12px;
2569
+ }
2570
+ igo-list .mat-mdc-list-base {
2571
+ --mdc-list-list-item-one-line-container-height: 48px;
2572
+ --mdc-list-list-item-two-line-container-height: 64px;
2573
+ --mdc-list-list-item-three-line-container-height: 88px;
2574
+ }
2575
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2576
+ height: 56px;
2577
+ }
2578
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2579
+ height: 72px;
2580
+ }
2581
+
2592
2582
  igo-list [igolistitem][color=primary].igo-list-item-selected > mat-list-item {
2593
2583
  background-color: #3f51b5;
2594
2584
  color: white;
@@ -2825,14 +2815,6 @@ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
2825
2815
  background-color: #4d5ec1;
2826
2816
  }
2827
2817
 
2828
- igo-ogc-filter-time-slider {
2829
- /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version. */
2830
- }
2831
- igo-ogc-filter-time-slider .mat-slider-thumb-label {
2832
- transform: rotate(45deg) !important;
2833
- border-radius: 50% 50% 0 !important;
2834
- }
2835
-
2836
2818
  igo-ogc-filter-selection mat-button-toggle.mat-button-toggle-checked {
2837
2819
  background-color: #ff4081;
2838
2820
  color: #424242;
@@ -2887,11 +2869,6 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
2887
2869
  color: white;
2888
2870
  }
2889
2871
 
2890
- /* TODO(mdc-migration): The following rule targets internal classes of menu that may no longer apply for the MDC version. */
2891
- .mat-menu-opacity-slider {
2892
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 10px 0 rgba(0, 0, 0, 0.4);
2893
- }
2894
-
2895
2872
  igo-map-browser div.ol-attribution > button {
2896
2873
  color: #3f51b5;
2897
2874
  background-color: white;
@@ -2979,4 +2956,25 @@ igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-m
2979
2956
  igo-confirmation-popup-component h1 {
2980
2957
  font-size: 32px;
2981
2958
  font-family: Roboto, "Helvetica Neue", sans-serif;
2959
+ }
2960
+
2961
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2962
+ --mdc-icon-button-state-layer-size: 40px;
2963
+ width: var(--mdc-icon-button-state-layer-size);
2964
+ height: var(--mdc-icon-button-state-layer-size);
2965
+ padding: 8px;
2966
+ }
2967
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
2968
+ display: none;
2969
+ }
2970
+ igo-catalog-browser .mat-mdc-list-base {
2971
+ --mdc-list-list-item-one-line-container-height: 40px;
2972
+ --mdc-list-list-item-two-line-container-height: 56px;
2973
+ --mdc-list-list-item-three-line-container-height: 80px;
2974
+ }
2975
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2976
+ height: 48px;
2977
+ }
2978
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2979
+ height: 64px;
2982
2980
  }
@@ -2523,44 +2523,16 @@ igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-h
2523
2523
  color: white;
2524
2524
  }
2525
2525
 
2526
+ igo-entity-table .mat-mdc-table thead {
2527
+ background-color: #fafafa;
2528
+ }
2529
+
2526
2530
  igo-entity-table {
2527
2531
  --mat-table-header-container-height: 52px;
2528
2532
  --mat-table-footer-container-height: 48px;
2529
2533
  --mat-table-row-item-container-height: 48px;
2530
2534
  }
2531
2535
 
2532
- igo-entity-selector {
2533
- --mat-paginator-container-size: 40px;
2534
- }
2535
-
2536
- igo-entity-selector .mat-mdc-paginator .mat-mdc-form-field-infix {
2537
- min-height: 40px;
2538
- }
2539
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
2540
- top: 20px;
2541
- }
2542
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2543
- --mat-mdc-form-field-label-transform: translateY(
2544
- -26.75px)
2545
- scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
2546
- transform: var(--mat-mdc-form-field-label-transform);
2547
- }
2548
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
2549
- padding-top: 8px;
2550
- padding-bottom: 8px;
2551
- }
2552
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
2553
- padding-top: 8px;
2554
- padding-bottom: 8px;
2555
- }
2556
- igo-entity-selector .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
2557
- padding-top: 8px;
2558
- padding-bottom: 8px;
2559
- }
2560
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
2561
- display: none;
2562
- }
2563
-
2564
2536
  igo-entity-selector .mat-mdc-form-field-infix {
2565
2537
  min-height: 48px;
2566
2538
  }
@@ -2589,6 +2561,24 @@ igo-entity-selector .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .
2589
2561
  display: none;
2590
2562
  }
2591
2563
 
2564
+ igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2565
+ --mdc-icon-button-state-layer-size: 48px;
2566
+ width: var(--mdc-icon-button-state-layer-size);
2567
+ height: var(--mdc-icon-button-state-layer-size);
2568
+ padding: 12px;
2569
+ }
2570
+ igo-list .mat-mdc-list-base {
2571
+ --mdc-list-list-item-one-line-container-height: 48px;
2572
+ --mdc-list-list-item-two-line-container-height: 64px;
2573
+ --mdc-list-list-item-three-line-container-height: 88px;
2574
+ }
2575
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2576
+ height: 56px;
2577
+ }
2578
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2579
+ height: 72px;
2580
+ }
2581
+
2592
2582
  igo-list [igolistitem][color=primary].igo-list-item-selected > mat-list-item {
2593
2583
  background-color: #ef6c00;
2594
2584
  color: white;
@@ -2825,14 +2815,6 @@ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
2825
2815
  background-color: #ff780a;
2826
2816
  }
2827
2817
 
2828
- igo-ogc-filter-time-slider {
2829
- /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version. */
2830
- }
2831
- igo-ogc-filter-time-slider .mat-slider-thumb-label {
2832
- transform: rotate(45deg) !important;
2833
- border-radius: 50% 50% 0 !important;
2834
- }
2835
-
2836
2818
  igo-ogc-filter-selection mat-button-toggle.mat-button-toggle-checked {
2837
2819
  background-color: #039be5;
2838
2820
  color: #424242;
@@ -2887,11 +2869,6 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
2887
2869
  color: white;
2888
2870
  }
2889
2871
 
2890
- /* TODO(mdc-migration): The following rule targets internal classes of menu that may no longer apply for the MDC version. */
2891
- .mat-menu-opacity-slider {
2892
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 10px 0 rgba(0, 0, 0, 0.4);
2893
- }
2894
-
2895
2872
  igo-map-browser div.ol-attribution > button {
2896
2873
  color: #ef6c00;
2897
2874
  background-color: white;
@@ -2979,4 +2956,25 @@ igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-m
2979
2956
  igo-confirmation-popup-component h1 {
2980
2957
  font-size: 32px;
2981
2958
  font-family: Roboto, "Helvetica Neue", sans-serif;
2959
+ }
2960
+
2961
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2962
+ --mdc-icon-button-state-layer-size: 40px;
2963
+ width: var(--mdc-icon-button-state-layer-size);
2964
+ height: var(--mdc-icon-button-state-layer-size);
2965
+ padding: 8px;
2966
+ }
2967
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
2968
+ display: none;
2969
+ }
2970
+ igo-catalog-browser .mat-mdc-list-base {
2971
+ --mdc-list-list-item-one-line-container-height: 40px;
2972
+ --mdc-list-list-item-two-line-container-height: 56px;
2973
+ --mdc-list-list-item-three-line-container-height: 80px;
2974
+ }
2975
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2976
+ height: 48px;
2977
+ }
2978
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2979
+ height: 64px;
2982
2980
  }
@@ -1,15 +1,15 @@
1
1
  @use '../base';
2
2
 
3
3
  *::-webkit-scrollbar {
4
- width: 6px;
4
+ width: 6px;
5
5
  }
6
6
 
7
7
  *::-webkit-scrollbar-track {
8
- box-shadow: inset 0 0 5px base.$blue-light;
9
- border-radius: 10px;
8
+ box-shadow: inset 0 0 5px base.$blue-light;
9
+ border-radius: 10px;
10
10
  }
11
11
 
12
12
  *::-webkit-scrollbar-thumb {
13
- background: base.$blue-normal-piv;
14
- border-radius: 10px;
15
- }
13
+ background: base.$blue-normal-piv;
14
+ border-radius: 10px;
15
+ }
@@ -2647,44 +2647,16 @@ igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-h
2647
2647
  color: white;
2648
2648
  }
2649
2649
 
2650
+ igo-entity-table .mat-mdc-table thead {
2651
+ background-color: #fafafa;
2652
+ }
2653
+
2650
2654
  igo-entity-table {
2651
2655
  --mat-table-header-container-height: 52px;
2652
2656
  --mat-table-footer-container-height: 48px;
2653
2657
  --mat-table-row-item-container-height: 48px;
2654
2658
  }
2655
2659
 
2656
- igo-entity-selector {
2657
- --mat-paginator-container-size: 40px;
2658
- }
2659
-
2660
- igo-entity-selector .mat-mdc-paginator .mat-mdc-form-field-infix {
2661
- min-height: 40px;
2662
- }
2663
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
2664
- top: 20px;
2665
- }
2666
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2667
- --mat-mdc-form-field-label-transform: translateY(
2668
- -26.75px)
2669
- scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
2670
- transform: var(--mat-mdc-form-field-label-transform);
2671
- }
2672
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
2673
- padding-top: 8px;
2674
- padding-bottom: 8px;
2675
- }
2676
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
2677
- padding-top: 8px;
2678
- padding-bottom: 8px;
2679
- }
2680
- igo-entity-selector .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
2681
- padding-top: 8px;
2682
- padding-bottom: 8px;
2683
- }
2684
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
2685
- display: none;
2686
- }
2687
-
2688
2660
  igo-entity-selector .mat-mdc-form-field-infix {
2689
2661
  min-height: 48px;
2690
2662
  }
@@ -2713,6 +2685,24 @@ igo-entity-selector .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .
2713
2685
  display: none;
2714
2686
  }
2715
2687
 
2688
+ igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2689
+ --mdc-icon-button-state-layer-size: 48px;
2690
+ width: var(--mdc-icon-button-state-layer-size);
2691
+ height: var(--mdc-icon-button-state-layer-size);
2692
+ padding: 12px;
2693
+ }
2694
+ igo-list .mat-mdc-list-base {
2695
+ --mdc-list-list-item-one-line-container-height: 48px;
2696
+ --mdc-list-list-item-two-line-container-height: 64px;
2697
+ --mdc-list-list-item-three-line-container-height: 88px;
2698
+ }
2699
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2700
+ height: 56px;
2701
+ }
2702
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2703
+ height: 72px;
2704
+ }
2705
+
2716
2706
  igo-list [igolistitem][color=primary].igo-list-item-selected > mat-list-item {
2717
2707
  background-color: #095797;
2718
2708
  color: white;
@@ -2949,14 +2939,6 @@ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
2949
2939
  background-color: #0a65af;
2950
2940
  }
2951
2941
 
2952
- igo-ogc-filter-time-slider {
2953
- /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version. */
2954
- }
2955
- igo-ogc-filter-time-slider .mat-slider-thumb-label {
2956
- transform: rotate(45deg) !important;
2957
- border-radius: 50% 50% 0 !important;
2958
- }
2959
-
2960
2942
  igo-ogc-filter-selection mat-button-toggle.mat-button-toggle-checked {
2961
2943
  background-color: #1472bf;
2962
2944
  color: #424242;
@@ -3011,11 +2993,6 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
3011
2993
  color: white;
3012
2994
  }
3013
2995
 
3014
- /* TODO(mdc-migration): The following rule targets internal classes of menu that may no longer apply for the MDC version. */
3015
- .mat-menu-opacity-slider {
3016
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 10px 0 rgba(0, 0, 0, 0.4);
3017
- }
3018
-
3019
2996
  igo-map-browser div.ol-attribution > button {
3020
2997
  color: #095797;
3021
2998
  background-color: white;
@@ -3105,6 +3082,27 @@ igo-confirmation-popup-component h1 {
3105
3082
  font-family: Roboto, "Helvetica Neue", sans-serif;
3106
3083
  }
3107
3084
 
3085
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
3086
+ --mdc-icon-button-state-layer-size: 40px;
3087
+ width: var(--mdc-icon-button-state-layer-size);
3088
+ height: var(--mdc-icon-button-state-layer-size);
3089
+ padding: 8px;
3090
+ }
3091
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
3092
+ display: none;
3093
+ }
3094
+ igo-catalog-browser .mat-mdc-list-base {
3095
+ --mdc-list-list-item-one-line-container-height: 40px;
3096
+ --mdc-list-list-item-two-line-container-height: 56px;
3097
+ --mdc-list-list-item-three-line-container-height: 80px;
3098
+ }
3099
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
3100
+ height: 48px;
3101
+ }
3102
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
3103
+ height: 64px;
3104
+ }
3105
+
3108
3106
  igo-search-bar .mat-mdc-form-field-infix {
3109
3107
  min-height: 40px;
3110
3108
  }
@@ -2523,44 +2523,16 @@ igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-h
2523
2523
  color: white;
2524
2524
  }
2525
2525
 
2526
+ igo-entity-table .mat-mdc-table thead {
2527
+ background-color: #fafafa;
2528
+ }
2529
+
2526
2530
  igo-entity-table {
2527
2531
  --mat-table-header-container-height: 52px;
2528
2532
  --mat-table-footer-container-height: 48px;
2529
2533
  --mat-table-row-item-container-height: 48px;
2530
2534
  }
2531
2535
 
2532
- igo-entity-selector {
2533
- --mat-paginator-container-size: 40px;
2534
- }
2535
-
2536
- igo-entity-selector .mat-mdc-paginator .mat-mdc-form-field-infix {
2537
- min-height: 40px;
2538
- }
2539
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
2540
- top: 20px;
2541
- }
2542
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2543
- --mat-mdc-form-field-label-transform: translateY(
2544
- -26.75px)
2545
- scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
2546
- transform: var(--mat-mdc-form-field-label-transform);
2547
- }
2548
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
2549
- padding-top: 8px;
2550
- padding-bottom: 8px;
2551
- }
2552
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
2553
- padding-top: 8px;
2554
- padding-bottom: 8px;
2555
- }
2556
- igo-entity-selector .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
2557
- padding-top: 8px;
2558
- padding-bottom: 8px;
2559
- }
2560
- igo-entity-selector .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
2561
- display: none;
2562
- }
2563
-
2564
2536
  igo-entity-selector .mat-mdc-form-field-infix {
2565
2537
  min-height: 48px;
2566
2538
  }
@@ -2589,6 +2561,24 @@ igo-entity-selector .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .
2589
2561
  display: none;
2590
2562
  }
2591
2563
 
2564
+ igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2565
+ --mdc-icon-button-state-layer-size: 48px;
2566
+ width: var(--mdc-icon-button-state-layer-size);
2567
+ height: var(--mdc-icon-button-state-layer-size);
2568
+ padding: 12px;
2569
+ }
2570
+ igo-list .mat-mdc-list-base {
2571
+ --mdc-list-list-item-one-line-container-height: 48px;
2572
+ --mdc-list-list-item-two-line-container-height: 64px;
2573
+ --mdc-list-list-item-three-line-container-height: 88px;
2574
+ }
2575
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2576
+ height: 56px;
2577
+ }
2578
+ igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2579
+ height: 72px;
2580
+ }
2581
+
2592
2582
  igo-list [igolistitem][color=primary].igo-list-item-selected > mat-list-item {
2593
2583
  background-color: #00897b;
2594
2584
  color: white;
@@ -2825,14 +2815,6 @@ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
2825
2815
  background-color: #00a392;
2826
2816
  }
2827
2817
 
2828
- igo-ogc-filter-time-slider {
2829
- /* TODO(mdc-migration): The following rule targets internal classes of slider that may no longer apply for the MDC version. */
2830
- }
2831
- igo-ogc-filter-time-slider .mat-slider-thumb-label {
2832
- transform: rotate(45deg) !important;
2833
- border-radius: 50% 50% 0 !important;
2834
- }
2835
-
2836
2818
  igo-ogc-filter-selection mat-button-toggle.mat-button-toggle-checked {
2837
2819
  background-color: #26a69a;
2838
2820
  color: #424242;
@@ -2887,11 +2869,6 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
2887
2869
  color: white;
2888
2870
  }
2889
2871
 
2890
- /* TODO(mdc-migration): The following rule targets internal classes of menu that may no longer apply for the MDC version. */
2891
- .mat-menu-opacity-slider {
2892
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 10px 0 rgba(0, 0, 0, 0.4);
2893
- }
2894
-
2895
2872
  igo-map-browser div.ol-attribution > button {
2896
2873
  color: #00897b;
2897
2874
  background-color: white;
@@ -2979,4 +2956,25 @@ igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-m
2979
2956
  igo-confirmation-popup-component h1 {
2980
2957
  font-size: 32px;
2981
2958
  font-family: Roboto, "Helvetica Neue", sans-serif;
2959
+ }
2960
+
2961
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2962
+ --mdc-icon-button-state-layer-size: 40px;
2963
+ width: var(--mdc-icon-button-state-layer-size);
2964
+ height: var(--mdc-icon-button-state-layer-size);
2965
+ padding: 8px;
2966
+ }
2967
+ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
2968
+ display: none;
2969
+ }
2970
+ igo-catalog-browser .mat-mdc-list-base {
2971
+ --mdc-list-list-item-one-line-container-height: 40px;
2972
+ --mdc-list-list-item-two-line-container-height: 56px;
2973
+ --mdc-list-list-item-three-line-container-height: 80px;
2974
+ }
2975
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
2976
+ height: 48px;
2977
+ }
2978
+ igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2979
+ height: 64px;
2982
2980
  }
@@ -1,28 +1,28 @@
1
- @use '@angular/material' as mat;
2
-
3
- $igo-typography: mat.define-typography-config(
4
- $headline-1: mat.define-typography-level(110px, 110px, 500),
5
- $headline-2: mat.define-typography-level(54px, 54px, 500),
6
- $headline-3: mat.define-typography-level(43px, 46px, 500),
7
- $headline-4: mat.define-typography-level(32px, 38px, 500),
8
- // h1
9
- $headline-5: mat.define-typography-level(32px, 38px, 500),
10
- // h2
11
- $headline-6: mat.define-typography-level(22px, 30px, 500),
12
- // h3
13
- $subtitle-1: mat.define-typography-level(18px, 26px, 500),
14
- // h4
15
- $subtitle-2: mat.define-typography-level(16px, 22px, 500),
16
- $body-1: mat.define-typography-level(14px, 22px, 400),
17
- $body-2: mat.define-typography-level(12px, 18px, 400),
18
- $caption: mat.define-typography-level(12px, 18px, 400),
19
- $button: mat.define-typography-level(13px, 13px, 500)
20
- );
21
-
22
- // WORKAROUND, mat-typography bad area of intersection, h4 is using mat-body-1
23
- // https://github.com/angular/components/issues/26351
24
- h4 {
25
- font-size: 16px !important;
26
- line-height: 22px !important;
27
- font-weight: 500 !important;
28
- }
1
+ @use '@angular/material' as mat;
2
+
3
+ $igo-typography: mat.define-typography-config(
4
+ $headline-1: mat.define-typography-level(110px, 110px, 500),
5
+ $headline-2: mat.define-typography-level(54px, 54px, 500),
6
+ $headline-3: mat.define-typography-level(43px, 46px, 500),
7
+ $headline-4: mat.define-typography-level(32px, 38px, 500),
8
+ // h1
9
+ $headline-5: mat.define-typography-level(32px, 38px, 500),
10
+ // h2
11
+ $headline-6: mat.define-typography-level(22px, 30px, 500),
12
+ // h3
13
+ $subtitle-1: mat.define-typography-level(18px, 26px, 500),
14
+ // h4
15
+ $subtitle-2: mat.define-typography-level(16px, 22px, 500),
16
+ $body-1: mat.define-typography-level(14px, 22px, 400),
17
+ $body-2: mat.define-typography-level(12px, 18px, 400),
18
+ $caption: mat.define-typography-level(12px, 18px, 400),
19
+ $button: mat.define-typography-level(13px, 13px, 500)
20
+ );
21
+
22
+ // WORKAROUND, mat-typography bad area of intersection, h4 is using mat-body-1
23
+ // https://github.com/angular/components/issues/26351
24
+ h4 {
25
+ font-size: 16px !important;
26
+ line-height: 22px !important;
27
+ font-weight: 500 !important;
28
+ }