@igo2/core 16.0.0-rc.0 → 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 (100) 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/compressedData.interface.mjs +1 -1
  6. package/esm2022/lib/compression/compression.service.mjs +1 -1
  7. package/esm2022/lib/config/config-deprecated.mjs +27 -0
  8. package/esm2022/lib/config/config.interface.mjs +1 -1
  9. package/esm2022/lib/config/config.module.mjs +2 -2
  10. package/esm2022/lib/config/config.provider.mjs +1 -1
  11. package/esm2022/lib/config/config.service.mjs +47 -7
  12. package/esm2022/lib/config/version.mjs +3 -3
  13. package/esm2022/lib/core.module.mjs +4 -4
  14. package/esm2022/lib/environment/environment.interface.mjs +2 -0
  15. package/esm2022/lib/environment/index.mjs +2 -0
  16. package/esm2022/lib/gesture/gesture.module.mjs +2 -2
  17. package/esm2022/lib/gesture/gesture.provider.mjs +1 -1
  18. package/esm2022/lib/language/language.module.mjs +2 -2
  19. package/esm2022/lib/language/shared/language.loader.mjs +2 -2
  20. package/esm2022/lib/language/shared/language.provider.mjs +1 -1
  21. package/esm2022/lib/language/shared/language.service.mjs +1 -1
  22. package/esm2022/lib/media/media.service.mjs +2 -2
  23. package/esm2022/lib/message/message.module.mjs +2 -2
  24. package/esm2022/lib/message/shared/index.mjs +1 -1
  25. package/esm2022/lib/message/shared/message.interface.mjs +1 -1
  26. package/esm2022/lib/message/shared/message.service.mjs +14 -8
  27. package/esm2022/lib/network/network.interfaces.mjs +1 -1
  28. package/esm2022/lib/network/network.service.mjs +2 -2
  29. package/esm2022/lib/regex/regex.interface.mjs +1 -1
  30. package/esm2022/lib/regex/regex.service.mjs +1 -1
  31. package/esm2022/lib/request/error.interceptor.mjs +28 -23
  32. package/esm2022/lib/request/error.module.mjs +2 -2
  33. package/esm2022/lib/request/logging.interceptor.mjs +3 -3
  34. package/esm2022/lib/request/logging.module.mjs +2 -2
  35. package/esm2022/lib/route/route.service.mjs +2 -2
  36. package/esm2022/lib/storage/storage.mjs +2 -2
  37. package/esm2022/lib/storage/storage.service.mjs +1 -1
  38. package/esm2022/public_api.mjs +2 -1
  39. package/fesm2022/igo2-core.mjs +122 -46
  40. package/fesm2022/igo2-core.mjs.map +1 -1
  41. package/lib/config/config-deprecated.d.ts +5 -0
  42. package/lib/config/config.interface.d.ts +13 -4
  43. package/lib/config/config.provider.d.ts +13 -5
  44. package/lib/config/config.service.d.ts +14 -5
  45. package/lib/config/version.d.ts +4 -2
  46. package/lib/core.module.d.ts +1 -1
  47. package/lib/environment/environment.interface.d.ts +16 -0
  48. package/lib/environment/index.d.ts +1 -0
  49. package/lib/message/message.theming.scss +26 -26
  50. package/lib/message/shared/index.d.ts +0 -1
  51. package/lib/message/shared/message.interface.d.ts +1 -1
  52. package/lib/message/shared/message.service.d.ts +3 -3
  53. package/lib/network/network.service.d.ts +1 -1
  54. package/lib/request/error.interceptor.d.ts +4 -4
  55. package/lib/request/logging.interceptor.d.ts +1 -1
  56. package/lib/storage/storage.d.ts +2 -2
  57. package/lib/storage/storage.service.d.ts +1 -1
  58. package/locale/en.core.json +28 -28
  59. package/locale/en.json +1 -1
  60. package/locale/fr.core.json +28 -28
  61. package/locale/fr.json +1 -1
  62. package/package.json +2 -2
  63. package/packages.import.scss +4 -4
  64. package/public_api.d.ts +1 -0
  65. package/style/all-style.css +0 -1
  66. package/style/all-style.scss +3 -3
  67. package/style/layout.scss +163 -163
  68. package/style/partial/core-utils.scss +5 -5
  69. package/style/partial/core.variables.scss +5 -5
  70. package/theming/material-theme-override.scss +39 -39
  71. package/theming/prebuilt-themes/blue-theme.css +48 -54
  72. package/theming/prebuilt-themes/blue-theme.scss +34 -34
  73. package/theming/prebuilt-themes/bluedark-theme.css +48 -54
  74. package/theming/prebuilt-themes/bluedark-theme.scss +67 -67
  75. package/theming/prebuilt-themes/bluedq-theme.css +48 -54
  76. package/theming/prebuilt-themes/bluedq-theme.scss +66 -66
  77. package/theming/prebuilt-themes/bluegrey-theme.css +48 -54
  78. package/theming/prebuilt-themes/bluegrey-theme.scss +25 -25
  79. package/theming/prebuilt-themes/dark-theme.css +48 -54
  80. package/theming/prebuilt-themes/dark-theme.scss +25 -25
  81. package/theming/prebuilt-themes/deeppurple-theme.css +48 -54
  82. package/theming/prebuilt-themes/deeppurple-theme.scss +25 -25
  83. package/theming/prebuilt-themes/indigo-theme.css +48 -54
  84. package/theming/prebuilt-themes/indigo-theme.scss +25 -25
  85. package/theming/prebuilt-themes/orange-theme.css +48 -54
  86. package/theming/prebuilt-themes/orange-theme.scss +25 -25
  87. package/theming/prebuilt-themes/qcca/base/_index.scss +4 -4
  88. package/theming/prebuilt-themes/qcca/base/breakpoints.scss +57 -57
  89. package/theming/prebuilt-themes/qcca/base/typography/_index.scss +2 -2
  90. package/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +18 -18
  91. package/theming/prebuilt-themes/qcca/components/_index.scss +10 -9
  92. package/theming/prebuilt-themes/qcca/components/_index.theme.scss +5 -5
  93. package/theming/prebuilt-themes/qcca/components/button.scss +24 -24
  94. package/theming/prebuilt-themes/qcca/components/dialog.scss +36 -36
  95. package/theming/prebuilt-themes/qcca/components/scrollbar.scss +15 -0
  96. package/theming/prebuilt-themes/qcca/components/search-bar.scss +41 -41
  97. package/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +29 -29
  98. package/theming/prebuilt-themes/qcca-theme.css +62 -54
  99. package/theming/prebuilt-themes/teal-theme.css +48 -54
  100. package/theming/prebuilt-themes/teal-theme.scss +25 -25
@@ -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: #164e62;
2594
2584
  color: white;
@@ -2825,14 +2815,6 @@ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
2825
2815
  background-color: #1b5f77;
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: #8ba7b1;
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: #164e62;
2897
2874
  background-color: white;
@@ -2920,18 +2897,14 @@ igo-zoom-button > div.igo-zoom-button-container > button.mat-accent {
2920
2897
  background-color: black;
2921
2898
  }
2922
2899
 
2923
- igo-menu-button > #menu-button {
2924
- color: #164e62;
2925
- }
2926
-
2927
- igo-menu-button > #menu-button.menu-button-reverse-color-close {
2900
+ igo-menu-button > button#menu-button {
2901
+ color: rgb(255, 255, 255);
2928
2902
  background-color: #164e62;
2929
- color: white;
2930
2903
  }
2931
2904
 
2932
- igo-menu-button > #menu-button.menu-button-reverse-color {
2933
- background-color: #164e62;
2934
- color: white;
2905
+ igo-menu-button > button#menu-button.menu-button-white-background {
2906
+ color: #164e62;
2907
+ background-color: rgb(255, 255, 255);
2935
2908
  }
2936
2909
 
2937
2910
  .igo-map-tooltip-measure {
@@ -2983,4 +2956,25 @@ igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-m
2983
2956
  igo-confirmation-popup-component h1 {
2984
2957
  font-size: 32px;
2985
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;
2986
2980
  }
@@ -1,67 +1,67 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../../index' as igo;
4
-
5
- $bluedark-palette: (
6
- 50: #e3eaec,
7
- 100: #b9cad0,
8
- 200: #8ba7b1,
9
- 300: #5c8391,
10
- 400: #39697a,
11
- 500: #164e62,
12
- 600: #13475a,
13
- 700: #103d50,
14
- 800: #0c3546,
15
- 900: #062534,
16
- A100: #6dc6ff,
17
- A200: #3ab2ff,
18
- A400: #079eff,
19
- A700: #0090ec,
20
- contrast: (
21
- 50: #000000,
22
- 100: #000000,
23
- 200: #000000,
24
- 300: #ffffff,
25
- 400: #ffffff,
26
- 500: #ffffff,
27
- 600: #ffffff,
28
- 700: #ffffff,
29
- 800: #ffffff,
30
- 900: #ffffff,
31
- A100: #000000,
32
- A200: #000000,
33
- A400: #ffffff,
34
- A700: #ffffff
35
- )
36
- );
37
-
38
- $primary: mat.define-palette($bluedark-palette, 500);
39
- $accent: mat.define-palette($bluedark-palette, 200);
40
- $warn: mat.define-palette(mat.$red-palette);
41
- $typography: igo.$igo-typography;
42
-
43
- $theme: mat.define-light-theme(
44
- (
45
- color: (
46
- primary: $primary,
47
- accent: $accent,
48
- warn: $warn
49
- ),
50
- typography: $typography,
51
- density: 0
52
- )
53
- );
54
-
55
- $foreground: igo.theme-foreground(mat.define-palette(mat.$grey-palette, 900));
56
- $theme: map.merge(
57
- $theme,
58
- (
59
- foreground: $foreground
60
- )
61
- );
62
-
63
- @include mat.core();
64
- @include mat.typography-hierarchy($typography);
65
- @include mat.all-component-themes($theme);
66
-
67
- @include igo.all-component-themes($theme);
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+ @use '../../index' as igo;
4
+
5
+ $bluedark-palette: (
6
+ 50: #e3eaec,
7
+ 100: #b9cad0,
8
+ 200: #8ba7b1,
9
+ 300: #5c8391,
10
+ 400: #39697a,
11
+ 500: #164e62,
12
+ 600: #13475a,
13
+ 700: #103d50,
14
+ 800: #0c3546,
15
+ 900: #062534,
16
+ A100: #6dc6ff,
17
+ A200: #3ab2ff,
18
+ A400: #079eff,
19
+ A700: #0090ec,
20
+ contrast: (
21
+ 50: #000000,
22
+ 100: #000000,
23
+ 200: #000000,
24
+ 300: #ffffff,
25
+ 400: #ffffff,
26
+ 500: #ffffff,
27
+ 600: #ffffff,
28
+ 700: #ffffff,
29
+ 800: #ffffff,
30
+ 900: #ffffff,
31
+ A100: #000000,
32
+ A200: #000000,
33
+ A400: #ffffff,
34
+ A700: #ffffff
35
+ )
36
+ );
37
+
38
+ $primary: mat.define-palette($bluedark-palette, 500);
39
+ $accent: mat.define-palette($bluedark-palette, 200);
40
+ $warn: mat.define-palette(mat.$red-palette);
41
+ $typography: igo.$igo-typography;
42
+
43
+ $theme: mat.define-light-theme(
44
+ (
45
+ color: (
46
+ primary: $primary,
47
+ accent: $accent,
48
+ warn: $warn
49
+ ),
50
+ typography: $typography,
51
+ density: 0
52
+ )
53
+ );
54
+
55
+ $foreground: igo.theme-foreground(mat.define-palette(mat.$grey-palette, 900));
56
+ $theme: map.merge(
57
+ $theme,
58
+ (
59
+ foreground: $foreground
60
+ )
61
+ );
62
+
63
+ @include mat.core();
64
+ @include mat.typography-hierarchy($typography);
65
+ @include mat.all-component-themes($theme);
66
+
67
+ @include igo.all-component-themes($theme);
@@ -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: #095797;
2594
2584
  color: white;
@@ -2825,14 +2815,6 @@ igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
2825
2815
  background-color: #0a65af;
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: #0d81df;
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: #095797;
2897
2874
  background-color: white;
@@ -2920,18 +2897,14 @@ igo-zoom-button > div.igo-zoom-button-container > button.mat-accent {
2920
2897
  background-color: black;
2921
2898
  }
2922
2899
 
2923
- igo-menu-button > #menu-button {
2924
- color: #095797;
2925
- }
2926
-
2927
- igo-menu-button > #menu-button.menu-button-reverse-color-close {
2900
+ igo-menu-button > button#menu-button {
2901
+ color: rgb(255, 255, 255);
2928
2902
  background-color: #095797;
2929
- color: white;
2930
2903
  }
2931
2904
 
2932
- igo-menu-button > #menu-button.menu-button-reverse-color {
2933
- background-color: #095797;
2934
- color: white;
2905
+ igo-menu-button > button#menu-button.menu-button-white-background {
2906
+ color: #095797;
2907
+ background-color: rgb(255, 255, 255);
2935
2908
  }
2936
2909
 
2937
2910
  .igo-map-tooltip-measure {
@@ -2983,4 +2956,25 @@ igo-search-bar .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-m
2983
2956
  igo-confirmation-popup-component h1 {
2984
2957
  font-size: 32px;
2985
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;
2986
2980
  }
@@ -1,66 +1,66 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
- @use '../../index' as igo;
4
-
5
- $dq-palette: (
6
- 50: #e1f5fd,
7
- 100: #b4e5fb,
8
- 200: #82d4f8,
9
- 300: #53c3f4,
10
- 400: #31b6f2,
11
- 500: #0d81df,
12
- 600: #149be1,
13
- 700: #1088cd,
14
- 800: #0f77b9,
15
- 900: #095797,
16
- A100: #6dc6ff,
17
- A200: #3ab2ff,
18
- A400: #079eff,
19
- A700: #0090ec,
20
- contrast: (
21
- 50: #000000,
22
- 100: #000000,
23
- 200: #000000,
24
- 300: #000000,
25
- 400: #000000,
26
- 500: #000000,
27
- 600: #ffffff,
28
- 700: #ffffff,
29
- 800: #ffffff,
30
- 900: #ffffff,
31
- A100: #000000,
32
- A200: #000000,
33
- A400: #ffffff,
34
- A700: #ffffff
35
- )
36
- );
37
-
38
- $primary: mat.define-palette($dq-palette, 900);
39
- $accent: mat.define-palette($dq-palette, 500);
40
- $warn: mat.define-palette(mat.$red-palette);
41
- $typography: igo.$igo-typography;
42
-
43
- $theme: mat.define-light-theme(
44
- (
45
- color: (
46
- primary: $primary,
47
- accent: $accent,
48
- warn: $warn
49
- ),
50
- typography: $typography,
51
- density: 0
52
- )
53
- );
54
-
55
- $theme: map.merge(
56
- $theme,
57
- (
58
- foreground: igo.theme-foreground(mat.define-palette(mat.$grey-palette, 900))
59
- )
60
- );
61
-
62
- @include mat.core();
63
- @include mat.typography-hierarchy($typography);
64
- @include mat.all-component-themes($theme);
65
-
66
- @include igo.all-component-themes($theme);
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+ @use '../../index' as igo;
4
+
5
+ $dq-palette: (
6
+ 50: #e1f5fd,
7
+ 100: #b4e5fb,
8
+ 200: #82d4f8,
9
+ 300: #53c3f4,
10
+ 400: #31b6f2,
11
+ 500: #0d81df,
12
+ 600: #149be1,
13
+ 700: #1088cd,
14
+ 800: #0f77b9,
15
+ 900: #095797,
16
+ A100: #6dc6ff,
17
+ A200: #3ab2ff,
18
+ A400: #079eff,
19
+ A700: #0090ec,
20
+ contrast: (
21
+ 50: #000000,
22
+ 100: #000000,
23
+ 200: #000000,
24
+ 300: #000000,
25
+ 400: #000000,
26
+ 500: #000000,
27
+ 600: #ffffff,
28
+ 700: #ffffff,
29
+ 800: #ffffff,
30
+ 900: #ffffff,
31
+ A100: #000000,
32
+ A200: #000000,
33
+ A400: #ffffff,
34
+ A700: #ffffff
35
+ )
36
+ );
37
+
38
+ $primary: mat.define-palette($dq-palette, 900);
39
+ $accent: mat.define-palette($dq-palette, 500);
40
+ $warn: mat.define-palette(mat.$red-palette);
41
+ $typography: igo.$igo-typography;
42
+
43
+ $theme: mat.define-light-theme(
44
+ (
45
+ color: (
46
+ primary: $primary,
47
+ accent: $accent,
48
+ warn: $warn
49
+ ),
50
+ typography: $typography,
51
+ density: 0
52
+ )
53
+ );
54
+
55
+ $theme: map.merge(
56
+ $theme,
57
+ (
58
+ foreground: igo.theme-foreground(mat.define-palette(mat.$grey-palette, 900))
59
+ )
60
+ );
61
+
62
+ @include mat.core();
63
+ @include mat.typography-hierarchy($typography);
64
+ @include mat.all-component-themes($theme);
65
+
66
+ @include igo.all-component-themes($theme);