@igo2/core 16.0.0-rc.4 → 16.0.0-rc.5
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.
- package/esm2022/lib/config/version.mjs +3 -3
- package/esm2022/lib/message/shared/message.service.mjs +2 -2
- package/fesm2022/igo2-core.mjs +3 -3
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/locale/en.json +1 -1
- package/locale/fr.json +1 -1
- package/package.json +2 -2
- package/theming/prebuilt-themes/blue-theme.css +11 -5
- package/theming/prebuilt-themes/bluedark-theme.css +11 -5
- package/theming/prebuilt-themes/bluedq-theme.css +11 -5
- package/theming/prebuilt-themes/bluegrey-theme.css +11 -5
- package/theming/prebuilt-themes/dark-theme.css +11 -5
- package/theming/prebuilt-themes/deeppurple-theme.css +11 -5
- package/theming/prebuilt-themes/indigo-theme.css +11 -5
- package/theming/prebuilt-themes/orange-theme.css +11 -5
- package/theming/prebuilt-themes/qcca-theme.css +6 -0
- package/theming/prebuilt-themes/teal-theme.css +11 -5
- package/theming/typography.scss +1 -1
|
@@ -274,7 +274,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
274
274
|
.mat-subtitle-2,
|
|
275
275
|
.mat-typography .mat-body-strong,
|
|
276
276
|
.mat-typography .mat-subtitle-2 {
|
|
277
|
-
font-size:
|
|
277
|
+
font-size: 12px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 22px;
|
|
280
280
|
font-family: Roboto, sans-serif;
|
|
@@ -585,7 +585,7 @@ html {
|
|
|
585
585
|
--mat-card-title-text-weight: 400;
|
|
586
586
|
--mat-card-subtitle-text-font: Roboto, sans-serif;
|
|
587
587
|
--mat-card-subtitle-text-line-height: 22px;
|
|
588
|
-
--mat-card-subtitle-text-size:
|
|
588
|
+
--mat-card-subtitle-text-size: 12px;
|
|
589
589
|
--mat-card-subtitle-text-tracking: normal;
|
|
590
590
|
--mat-card-subtitle-text-weight: 500;
|
|
591
591
|
}
|
|
@@ -1205,7 +1205,7 @@ html {
|
|
|
1205
1205
|
|
|
1206
1206
|
.mat-mdc-slider {
|
|
1207
1207
|
--mdc-slider-label-label-text-font: Roboto, sans-serif;
|
|
1208
|
-
--mdc-slider-label-label-text-size:
|
|
1208
|
+
--mdc-slider-label-label-text-size: 12px;
|
|
1209
1209
|
--mdc-slider-label-label-text-line-height: 22px;
|
|
1210
1210
|
--mdc-slider-label-label-text-tracking: normal;
|
|
1211
1211
|
--mdc-slider-label-label-text-weight: 500;
|
|
@@ -1922,7 +1922,7 @@ html {
|
|
|
1922
1922
|
html {
|
|
1923
1923
|
--mat-table-header-headline-font: Roboto, sans-serif;
|
|
1924
1924
|
--mat-table-header-headline-line-height: 22px;
|
|
1925
|
-
--mat-table-header-headline-size:
|
|
1925
|
+
--mat-table-header-headline-size: 12px;
|
|
1926
1926
|
--mat-table-header-headline-weight: 500;
|
|
1927
1927
|
--mat-table-header-headline-tracking: normal;
|
|
1928
1928
|
--mat-table-row-item-label-text-font: Roboto, sans-serif;
|
|
@@ -2300,7 +2300,7 @@ html {
|
|
|
2300
2300
|
|
|
2301
2301
|
html {
|
|
2302
2302
|
--mat-expansion-header-text-font: Roboto, sans-serif;
|
|
2303
|
-
--mat-expansion-header-text-size:
|
|
2303
|
+
--mat-expansion-header-text-size: 12px;
|
|
2304
2304
|
--mat-expansion-header-text-weight: 500;
|
|
2305
2305
|
--mat-expansion-header-text-line-height: inherit;
|
|
2306
2306
|
--mat-expansion-header-text-tracking: inherit;
|
|
@@ -2880,6 +2880,12 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
|
2880
2880
|
background-color: #ff80ab;
|
|
2881
2881
|
color: white;
|
|
2882
2882
|
}
|
|
2883
|
+
igo-layer-item button:not(.mat-primary) mat-icon {
|
|
2884
|
+
color: white;
|
|
2885
|
+
}
|
|
2886
|
+
igo-layer-item button mat-icon.disabled {
|
|
2887
|
+
color: rgba(255, 255, 255, 0.5);
|
|
2888
|
+
}
|
|
2883
2889
|
|
|
2884
2890
|
igo-map-browser div.ol-attribution > button {
|
|
2885
2891
|
color: white;
|
|
@@ -274,7 +274,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
274
274
|
.mat-subtitle-2,
|
|
275
275
|
.mat-typography .mat-body-strong,
|
|
276
276
|
.mat-typography .mat-subtitle-2 {
|
|
277
|
-
font-size:
|
|
277
|
+
font-size: 12px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 22px;
|
|
280
280
|
font-family: Roboto, sans-serif;
|
|
@@ -585,7 +585,7 @@ html {
|
|
|
585
585
|
--mat-card-title-text-weight: 400;
|
|
586
586
|
--mat-card-subtitle-text-font: Roboto, sans-serif;
|
|
587
587
|
--mat-card-subtitle-text-line-height: 22px;
|
|
588
|
-
--mat-card-subtitle-text-size:
|
|
588
|
+
--mat-card-subtitle-text-size: 12px;
|
|
589
589
|
--mat-card-subtitle-text-tracking: normal;
|
|
590
590
|
--mat-card-subtitle-text-weight: 500;
|
|
591
591
|
}
|
|
@@ -1198,7 +1198,7 @@ html {
|
|
|
1198
1198
|
|
|
1199
1199
|
.mat-mdc-slider {
|
|
1200
1200
|
--mdc-slider-label-label-text-font: Roboto, sans-serif;
|
|
1201
|
-
--mdc-slider-label-label-text-size:
|
|
1201
|
+
--mdc-slider-label-label-text-size: 12px;
|
|
1202
1202
|
--mdc-slider-label-label-text-line-height: 22px;
|
|
1203
1203
|
--mdc-slider-label-label-text-tracking: normal;
|
|
1204
1204
|
--mdc-slider-label-label-text-weight: 500;
|
|
@@ -1915,7 +1915,7 @@ html {
|
|
|
1915
1915
|
html {
|
|
1916
1916
|
--mat-table-header-headline-font: Roboto, sans-serif;
|
|
1917
1917
|
--mat-table-header-headline-line-height: 22px;
|
|
1918
|
-
--mat-table-header-headline-size:
|
|
1918
|
+
--mat-table-header-headline-size: 12px;
|
|
1919
1919
|
--mat-table-header-headline-weight: 500;
|
|
1920
1920
|
--mat-table-header-headline-tracking: normal;
|
|
1921
1921
|
--mat-table-row-item-label-text-font: Roboto, sans-serif;
|
|
@@ -2293,7 +2293,7 @@ html {
|
|
|
2293
2293
|
|
|
2294
2294
|
html {
|
|
2295
2295
|
--mat-expansion-header-text-font: Roboto, sans-serif;
|
|
2296
|
-
--mat-expansion-header-text-size:
|
|
2296
|
+
--mat-expansion-header-text-size: 12px;
|
|
2297
2297
|
--mat-expansion-header-text-weight: 500;
|
|
2298
2298
|
--mat-expansion-header-text-line-height: inherit;
|
|
2299
2299
|
--mat-expansion-header-text-tracking: inherit;
|
|
@@ -2873,6 +2873,12 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
|
2873
2873
|
background-color: #ffe57f;
|
|
2874
2874
|
color: white;
|
|
2875
2875
|
}
|
|
2876
|
+
igo-layer-item button:not(.mat-primary) mat-icon {
|
|
2877
|
+
color: black;
|
|
2878
|
+
}
|
|
2879
|
+
igo-layer-item button mat-icon.disabled {
|
|
2880
|
+
color: rgba(0, 0, 0, 0.38);
|
|
2881
|
+
}
|
|
2876
2882
|
|
|
2877
2883
|
igo-map-browser div.ol-attribution > button {
|
|
2878
2884
|
color: #673ab7;
|
|
@@ -274,7 +274,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
274
274
|
.mat-subtitle-2,
|
|
275
275
|
.mat-typography .mat-body-strong,
|
|
276
276
|
.mat-typography .mat-subtitle-2 {
|
|
277
|
-
font-size:
|
|
277
|
+
font-size: 12px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 22px;
|
|
280
280
|
font-family: Roboto, sans-serif;
|
|
@@ -585,7 +585,7 @@ html {
|
|
|
585
585
|
--mat-card-title-text-weight: 400;
|
|
586
586
|
--mat-card-subtitle-text-font: Roboto, sans-serif;
|
|
587
587
|
--mat-card-subtitle-text-line-height: 22px;
|
|
588
|
-
--mat-card-subtitle-text-size:
|
|
588
|
+
--mat-card-subtitle-text-size: 12px;
|
|
589
589
|
--mat-card-subtitle-text-tracking: normal;
|
|
590
590
|
--mat-card-subtitle-text-weight: 500;
|
|
591
591
|
}
|
|
@@ -1198,7 +1198,7 @@ html {
|
|
|
1198
1198
|
|
|
1199
1199
|
.mat-mdc-slider {
|
|
1200
1200
|
--mdc-slider-label-label-text-font: Roboto, sans-serif;
|
|
1201
|
-
--mdc-slider-label-label-text-size:
|
|
1201
|
+
--mdc-slider-label-label-text-size: 12px;
|
|
1202
1202
|
--mdc-slider-label-label-text-line-height: 22px;
|
|
1203
1203
|
--mdc-slider-label-label-text-tracking: normal;
|
|
1204
1204
|
--mdc-slider-label-label-text-weight: 500;
|
|
@@ -1915,7 +1915,7 @@ html {
|
|
|
1915
1915
|
html {
|
|
1916
1916
|
--mat-table-header-headline-font: Roboto, sans-serif;
|
|
1917
1917
|
--mat-table-header-headline-line-height: 22px;
|
|
1918
|
-
--mat-table-header-headline-size:
|
|
1918
|
+
--mat-table-header-headline-size: 12px;
|
|
1919
1919
|
--mat-table-header-headline-weight: 500;
|
|
1920
1920
|
--mat-table-header-headline-tracking: normal;
|
|
1921
1921
|
--mat-table-row-item-label-text-font: Roboto, sans-serif;
|
|
@@ -2293,7 +2293,7 @@ html {
|
|
|
2293
2293
|
|
|
2294
2294
|
html {
|
|
2295
2295
|
--mat-expansion-header-text-font: Roboto, sans-serif;
|
|
2296
|
-
--mat-expansion-header-text-size:
|
|
2296
|
+
--mat-expansion-header-text-size: 12px;
|
|
2297
2297
|
--mat-expansion-header-text-weight: 500;
|
|
2298
2298
|
--mat-expansion-header-text-line-height: inherit;
|
|
2299
2299
|
--mat-expansion-header-text-tracking: inherit;
|
|
@@ -2873,6 +2873,12 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
|
2873
2873
|
background-color: #ff80ab;
|
|
2874
2874
|
color: white;
|
|
2875
2875
|
}
|
|
2876
|
+
igo-layer-item button:not(.mat-primary) mat-icon {
|
|
2877
|
+
color: black;
|
|
2878
|
+
}
|
|
2879
|
+
igo-layer-item button mat-icon.disabled {
|
|
2880
|
+
color: rgba(0, 0, 0, 0.38);
|
|
2881
|
+
}
|
|
2876
2882
|
|
|
2877
2883
|
igo-map-browser div.ol-attribution > button {
|
|
2878
2884
|
color: #3f51b5;
|
|
@@ -274,7 +274,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
274
274
|
.mat-subtitle-2,
|
|
275
275
|
.mat-typography .mat-body-strong,
|
|
276
276
|
.mat-typography .mat-subtitle-2 {
|
|
277
|
-
font-size:
|
|
277
|
+
font-size: 12px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 22px;
|
|
280
280
|
font-family: Roboto, sans-serif;
|
|
@@ -585,7 +585,7 @@ html {
|
|
|
585
585
|
--mat-card-title-text-weight: 400;
|
|
586
586
|
--mat-card-subtitle-text-font: Roboto, sans-serif;
|
|
587
587
|
--mat-card-subtitle-text-line-height: 22px;
|
|
588
|
-
--mat-card-subtitle-text-size:
|
|
588
|
+
--mat-card-subtitle-text-size: 12px;
|
|
589
589
|
--mat-card-subtitle-text-tracking: normal;
|
|
590
590
|
--mat-card-subtitle-text-weight: 500;
|
|
591
591
|
}
|
|
@@ -1198,7 +1198,7 @@ html {
|
|
|
1198
1198
|
|
|
1199
1199
|
.mat-mdc-slider {
|
|
1200
1200
|
--mdc-slider-label-label-text-font: Roboto, sans-serif;
|
|
1201
|
-
--mdc-slider-label-label-text-size:
|
|
1201
|
+
--mdc-slider-label-label-text-size: 12px;
|
|
1202
1202
|
--mdc-slider-label-label-text-line-height: 22px;
|
|
1203
1203
|
--mdc-slider-label-label-text-tracking: normal;
|
|
1204
1204
|
--mdc-slider-label-label-text-weight: 500;
|
|
@@ -1915,7 +1915,7 @@ html {
|
|
|
1915
1915
|
html {
|
|
1916
1916
|
--mat-table-header-headline-font: Roboto, sans-serif;
|
|
1917
1917
|
--mat-table-header-headline-line-height: 22px;
|
|
1918
|
-
--mat-table-header-headline-size:
|
|
1918
|
+
--mat-table-header-headline-size: 12px;
|
|
1919
1919
|
--mat-table-header-headline-weight: 500;
|
|
1920
1920
|
--mat-table-header-headline-tracking: normal;
|
|
1921
1921
|
--mat-table-row-item-label-text-font: Roboto, sans-serif;
|
|
@@ -2293,7 +2293,7 @@ html {
|
|
|
2293
2293
|
|
|
2294
2294
|
html {
|
|
2295
2295
|
--mat-expansion-header-text-font: Roboto, sans-serif;
|
|
2296
|
-
--mat-expansion-header-text-size:
|
|
2296
|
+
--mat-expansion-header-text-size: 12px;
|
|
2297
2297
|
--mat-expansion-header-text-weight: 500;
|
|
2298
2298
|
--mat-expansion-header-text-line-height: inherit;
|
|
2299
2299
|
--mat-expansion-header-text-tracking: inherit;
|
|
@@ -2873,6 +2873,12 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
|
2873
2873
|
background-color: #b3e5fc;
|
|
2874
2874
|
color: white;
|
|
2875
2875
|
}
|
|
2876
|
+
igo-layer-item button:not(.mat-primary) mat-icon {
|
|
2877
|
+
color: black;
|
|
2878
|
+
}
|
|
2879
|
+
igo-layer-item button mat-icon.disabled {
|
|
2880
|
+
color: rgba(0, 0, 0, 0.38);
|
|
2881
|
+
}
|
|
2876
2882
|
|
|
2877
2883
|
igo-map-browser div.ol-attribution > button {
|
|
2878
2884
|
color: #ef6c00;
|
|
@@ -2997,6 +2997,12 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
|
2997
2997
|
background-color: #9ec8eb;
|
|
2998
2998
|
color: white;
|
|
2999
2999
|
}
|
|
3000
|
+
igo-layer-item button:not(.mat-primary) mat-icon {
|
|
3001
|
+
color: #095797;
|
|
3002
|
+
}
|
|
3003
|
+
igo-layer-item button mat-icon.disabled {
|
|
3004
|
+
color: rgba(9, 87, 151, 0.38);
|
|
3005
|
+
}
|
|
3000
3006
|
|
|
3001
3007
|
igo-map-browser div.ol-attribution > button {
|
|
3002
3008
|
color: #095797;
|
|
@@ -274,7 +274,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
|
|
|
274
274
|
.mat-subtitle-2,
|
|
275
275
|
.mat-typography .mat-body-strong,
|
|
276
276
|
.mat-typography .mat-subtitle-2 {
|
|
277
|
-
font-size:
|
|
277
|
+
font-size: 12px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 22px;
|
|
280
280
|
font-family: Roboto, sans-serif;
|
|
@@ -585,7 +585,7 @@ html {
|
|
|
585
585
|
--mat-card-title-text-weight: 400;
|
|
586
586
|
--mat-card-subtitle-text-font: Roboto, sans-serif;
|
|
587
587
|
--mat-card-subtitle-text-line-height: 22px;
|
|
588
|
-
--mat-card-subtitle-text-size:
|
|
588
|
+
--mat-card-subtitle-text-size: 12px;
|
|
589
589
|
--mat-card-subtitle-text-tracking: normal;
|
|
590
590
|
--mat-card-subtitle-text-weight: 500;
|
|
591
591
|
}
|
|
@@ -1198,7 +1198,7 @@ html {
|
|
|
1198
1198
|
|
|
1199
1199
|
.mat-mdc-slider {
|
|
1200
1200
|
--mdc-slider-label-label-text-font: Roboto, sans-serif;
|
|
1201
|
-
--mdc-slider-label-label-text-size:
|
|
1201
|
+
--mdc-slider-label-label-text-size: 12px;
|
|
1202
1202
|
--mdc-slider-label-label-text-line-height: 22px;
|
|
1203
1203
|
--mdc-slider-label-label-text-tracking: normal;
|
|
1204
1204
|
--mdc-slider-label-label-text-weight: 500;
|
|
@@ -1915,7 +1915,7 @@ html {
|
|
|
1915
1915
|
html {
|
|
1916
1916
|
--mat-table-header-headline-font: Roboto, sans-serif;
|
|
1917
1917
|
--mat-table-header-headline-line-height: 22px;
|
|
1918
|
-
--mat-table-header-headline-size:
|
|
1918
|
+
--mat-table-header-headline-size: 12px;
|
|
1919
1919
|
--mat-table-header-headline-weight: 500;
|
|
1920
1920
|
--mat-table-header-headline-tracking: normal;
|
|
1921
1921
|
--mat-table-row-item-label-text-font: Roboto, sans-serif;
|
|
@@ -2293,7 +2293,7 @@ html {
|
|
|
2293
2293
|
|
|
2294
2294
|
html {
|
|
2295
2295
|
--mat-expansion-header-text-font: Roboto, sans-serif;
|
|
2296
|
-
--mat-expansion-header-text-size:
|
|
2296
|
+
--mat-expansion-header-text-size: 12px;
|
|
2297
2297
|
--mat-expansion-header-text-weight: 500;
|
|
2298
2298
|
--mat-expansion-header-text-line-height: inherit;
|
|
2299
2299
|
--mat-expansion-header-text-tracking: inherit;
|
|
@@ -2873,6 +2873,12 @@ igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
|
2873
2873
|
background-color: #b2dfdb;
|
|
2874
2874
|
color: white;
|
|
2875
2875
|
}
|
|
2876
|
+
igo-layer-item button:not(.mat-primary) mat-icon {
|
|
2877
|
+
color: black;
|
|
2878
|
+
}
|
|
2879
|
+
igo-layer-item button mat-icon.disabled {
|
|
2880
|
+
color: rgba(0, 0, 0, 0.38);
|
|
2881
|
+
}
|
|
2876
2882
|
|
|
2877
2883
|
igo-map-browser div.ol-attribution > button {
|
|
2878
2884
|
color: #00897b;
|
package/theming/typography.scss
CHANGED
|
@@ -12,7 +12,7 @@ $igo-typography: mat.define-typography-config(
|
|
|
12
12
|
// h3
|
|
13
13
|
$subtitle-1: mat.define-typography-level(16px, 26px, 500),
|
|
14
14
|
// h4
|
|
15
|
-
$subtitle-2: mat.define-typography-level(
|
|
15
|
+
$subtitle-2: mat.define-typography-level(12px, 22px, 500),
|
|
16
16
|
$body-1: mat.define-typography-level(14px, 22px, 400),
|
|
17
17
|
$body-2: mat.define-typography-level(12px, 18px, 400),
|
|
18
18
|
$caption: mat.define-typography-level(12px, 18px, 400),
|