@igo2/core 1.9.0 → 1.10.0

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 (88) hide show
  1. package/__ivy_ngcc__/locale/en.common.json +43 -43
  2. package/__ivy_ngcc__/locale/en.core.json +29 -23
  3. package/__ivy_ngcc__/locale/en.geo.json +74 -26
  4. package/__ivy_ngcc__/locale/en.integration.json +12 -4
  5. package/__ivy_ngcc__/locale/en.json +91 -30
  6. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  7. package/__ivy_ngcc__/locale/fr.core.json +29 -23
  8. package/__ivy_ngcc__/locale/fr.geo.json +75 -27
  9. package/__ivy_ngcc__/locale/fr.integration.json +11 -3
  10. package/__ivy_ngcc__/locale/fr.json +91 -30
  11. package/assets/icons/mdi.svg +1 -1
  12. package/bundles/igo2-core.umd.js +125 -149
  13. package/bundles/igo2-core.umd.js.map +1 -1
  14. package/esm2015/lib/activity/activity.interceptor.js +1 -1
  15. package/esm2015/lib/activity/activity.module.js +1 -1
  16. package/esm2015/lib/activity/activity.service.js +1 -1
  17. package/esm2015/lib/activity/index.js +1 -1
  18. package/esm2015/lib/analytics/index.js +1 -1
  19. package/esm2015/lib/analytics/shared/analytics.interface.js +1 -1
  20. package/esm2015/lib/analytics/shared/analytics.service.js +1 -1
  21. package/esm2015/lib/analytics/shared/index.js +1 -1
  22. package/esm2015/lib/config/config.interface.js +1 -1
  23. package/esm2015/lib/config/config.module.js +1 -1
  24. package/esm2015/lib/config/config.provider.js +1 -1
  25. package/esm2015/lib/config/config.service.js +1 -1
  26. package/esm2015/lib/config/index.js +1 -1
  27. package/esm2015/lib/config/version.js +3 -3
  28. package/esm2015/lib/core.module.js +1 -1
  29. package/esm2015/lib/gesture/gesture.module.js +1 -1
  30. package/esm2015/lib/gesture/gesture.provider.js +1 -1
  31. package/esm2015/lib/language/index.js +1 -1
  32. package/esm2015/lib/language/language.module.js +1 -1
  33. package/esm2015/lib/language/shared/index.js +1 -1
  34. package/esm2015/lib/language/shared/language.interface.js +1 -1
  35. package/esm2015/lib/language/shared/language.loader.js +1 -1
  36. package/esm2015/lib/language/shared/language.provider.js +1 -1
  37. package/esm2015/lib/language/shared/language.service.js +1 -1
  38. package/esm2015/lib/language/shared/missing-translation.guard.js +2 -2
  39. package/esm2015/lib/media/index.js +1 -1
  40. package/esm2015/lib/media/media.enum.js +1 -1
  41. package/esm2015/lib/message/index.js +1 -2
  42. package/esm2015/lib/message/message.module.js +38 -9
  43. package/esm2015/lib/message/shared/index.js +1 -1
  44. package/esm2015/lib/message/shared/message.enum.js +3 -2
  45. package/esm2015/lib/message/shared/message.interface.js +1 -1
  46. package/esm2015/lib/message/shared/message.service.js +48 -71
  47. package/esm2015/lib/network/index.js +1 -1
  48. package/esm2015/lib/network/network.interfaces.js +1 -1
  49. package/esm2015/lib/network/network.service.js +1 -1
  50. package/esm2015/lib/request/error.interceptor.js +1 -1
  51. package/esm2015/lib/request/error.module.js +1 -1
  52. package/esm2015/lib/request/index.js +1 -1
  53. package/esm2015/lib/request/logging.interceptor.js +2 -2
  54. package/esm2015/lib/request/logging.module.js +1 -1
  55. package/esm2015/lib/route/route.interface.js +1 -1
  56. package/esm2015/lib/route/route.service.js +20 -4
  57. package/esm2015/lib/storage/index.js +1 -1
  58. package/esm2015/public_api.js +1 -1
  59. package/fesm2015/igo2-core.js +116 -133
  60. package/fesm2015/igo2-core.js.map +1 -1
  61. package/lib/message/index.d.ts +0 -1
  62. package/lib/message/message.module.d.ts +3 -4
  63. package/lib/message/shared/index.d.ts +1 -1
  64. package/lib/message/shared/message.enum.d.ts +2 -1
  65. package/lib/message/shared/message.interface.d.ts +4 -4
  66. package/lib/message/shared/message.service.d.ts +12 -11
  67. package/lib/route/route.interface.d.ts +1 -0
  68. package/lib/route/route.service.d.ts +4 -3
  69. package/locale/en.common.json +43 -43
  70. package/locale/en.core.json +29 -23
  71. package/locale/en.geo.json +74 -26
  72. package/locale/en.integration.json +12 -4
  73. package/locale/en.json +91 -30
  74. package/locale/fr.common.json +43 -43
  75. package/locale/fr.core.json +29 -23
  76. package/locale/fr.geo.json +75 -27
  77. package/locale/fr.integration.json +11 -3
  78. package/locale/fr.json +91 -30
  79. package/package.json +8 -7
  80. package/style/core.theming.scss +3 -1
  81. package/style/index.theming.scss +291 -71
  82. package/style/material.font.scss +9 -9
  83. package/style/partial/core.variables.scss +5 -3
  84. package/style/partial/media.scss +80 -80
  85. package/esm2015/lib/message/message-center/index.js +0 -2
  86. package/esm2015/lib/message/message-center/message-center.component.js +0 -43
  87. package/lib/message/message-center/index.d.ts +0 -1
  88. package/lib/message/message-center/message-center.component.d.ts +0 -19
@@ -42,15 +42,15 @@ $igo-typography: mat.define-typography-config(
42
42
  );
43
43
  };
44
44
 
45
- button.mat-menu-item {
46
- line-height: 24px !important;
47
- }
48
- a.mat-menu-item > mat-icon {
49
- margin-bottom: 14px;
50
- }
51
- .mat-icon svg {
52
- height: 24px;
53
- width: 24px;
45
+ button.mat-menu-item {
46
+ line-height: 24px !important;
47
+ }
48
+ a.mat-menu-item > mat-icon {
49
+ margin-bottom: 14px;
50
+ }
51
+ .mat-icon svg {
52
+ height: 24px;
53
+ width: 24px;
54
54
  }
55
55
 
56
56
  @mixin igo-theming($theme, $typography) {
@@ -59,54 +59,230 @@ a.mat-menu-item > mat-icon {
59
59
  @include igo-core-theming($theme, $typography);
60
60
  }
61
61
 
62
+ /* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
63
+
64
+ /* position */
65
+ .toast-center-center {
66
+ top: 50%;
67
+ left: 50%;
68
+ transform: translate(-50%, -50%);
69
+ }
70
+ .toast-top-center {
71
+ top: 0;
72
+ right: 0;
73
+ width: 100%;
74
+ }
75
+ .toast-bottom-center {
76
+ bottom: 0;
77
+ right: 0;
78
+ width: 100%;
79
+ }
80
+ .toast-top-full-width {
81
+ top: 0;
82
+ right: 0;
83
+ width: 100%;
84
+ }
85
+ .toast-bottom-full-width {
86
+ bottom: 0;
87
+ right: 0;
88
+ width: 100%;
89
+ }
90
+ .toast-top-left {
91
+ top: 12px;
92
+ left: 12px;
93
+ }
94
+ .toast-top-right {
95
+ top: 12px;
96
+ right: 12px;
97
+ }
98
+ .toast-bottom-right {
99
+ right: 12px;
100
+ bottom: 12px;
101
+ }
102
+ .toast-bottom-left {
103
+ bottom: 12px;
104
+ left: 12px;
105
+ }
106
+
107
+ /* toast styles */
108
+ .toast-title {
109
+ font-weight: bold;
110
+ }
111
+ .toast-message {
112
+ word-wrap: break-word;
113
+ }
114
+ .toast-message a,
115
+ .toast-message label {
116
+ color: #FFFFFF;
117
+ }
118
+ .toast-message a:hover {
119
+ color: #CCCCCC;
120
+ text-decoration: none;
121
+ }
122
+ .toast-close-button {
123
+ position: relative;
124
+ right: -0.3em;
125
+ top: -0.3em;
126
+ float: right;
127
+ font-size: 20px;
128
+ font-weight: bold;
129
+ color: #FFFFFF;
130
+ text-shadow: 0 1px 0 #ffffff;
131
+ /* opacity: 0.8; */
132
+ }
133
+ .toast-close-button:hover,
134
+ .toast-close-button:focus {
135
+ color: #000000;
136
+ text-decoration: none;
137
+ cursor: pointer;
138
+ opacity: 0.4;
139
+ }
140
+ /*Additional properties for button version
141
+ iOS requires the button element instead of an anchor tag.
142
+ If you want the anchor version, it requires `href="#"`.*/
143
+ button.toast-close-button {
144
+ padding: 0;
145
+ cursor: pointer;
146
+ background: transparent;
147
+ border: 0;
148
+ }
149
+ .toast-container {
150
+ pointer-events: none;
151
+ position: fixed;
152
+ z-index: 999999;
153
+ }
154
+ .toast-container * {
155
+ box-sizing: border-box;
156
+ }
157
+ .toast-container .ngx-toastr {
158
+ position: relative;
159
+ overflow: hidden;
160
+ margin: 0 0 6px;
161
+ padding: 15px 15px 15px 50px;
162
+ width: 300px;
163
+ border-radius: 3px 3px 3px 3px;
164
+ background-position: 15px center;
165
+ background-repeat: no-repeat;
166
+ background-size: 24px;
167
+ box-shadow: 0 0 12px #999999;
168
+ color: #FFFFFF;
169
+ }
170
+ .toast-container .ngx-toastr:hover {
171
+ box-shadow: 0 0 12px #000000;
172
+ opacity: 1;
173
+ cursor: pointer;
174
+ }
175
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
176
+ .toast-info {
177
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
178
+ }
179
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
180
+ .toast-error {
181
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
182
+ }
183
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
184
+ .toast-success {
185
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
186
+ }
187
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
188
+ .toast-warning {
189
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
190
+ }
191
+ .toast-container.toast-top-center .ngx-toastr,
192
+ .toast-container.toast-bottom-center .ngx-toastr {
193
+ width: 300px;
194
+ margin-left: auto;
195
+ margin-right: auto;
196
+ }
197
+ .toast-container.toast-top-full-width .ngx-toastr,
198
+ .toast-container.toast-bottom-full-width .ngx-toastr {
199
+ width: 96%;
200
+ margin-left: auto;
201
+ margin-right: auto;
202
+ }
203
+ .ngx-toastr {
204
+ background-color: #030303;
205
+ pointer-events: auto;
206
+ }
207
+ .toast-success {
208
+ background-color: #51A351;
209
+ }
210
+ .toast-error {
211
+ background-color: #BD362F;
212
+ }
213
+ .toast-info {
214
+ background-color: #2F96B4;
215
+ }
216
+ .toast-warning {
217
+ background-color: #F89406;
218
+ }
219
+ .toast-progress {
220
+ position: absolute;
221
+ left: 0;
222
+ bottom: 0;
223
+ height: 4px;
224
+ background-color: #000000;
225
+ opacity: 0.4;
226
+ }
227
+ /* Responsive Design */
228
+ @media all and (max-width: 240px) {
229
+ .toast-container .ngx-toastr.div {
230
+ padding: 8px 8px 8px 50px;
231
+ width: 11em;
232
+ }
233
+ .toast-container .toast-close-button {
234
+ right: -0.2em;
235
+ top: -0.2em;
236
+ }
237
+ }
238
+ @media all and (min-width: 241px) and (max-width: 480px) {
239
+ .toast-container .ngx-toastr.div {
240
+ padding: 8px 8px 8px 50px;
241
+ width: 18em;
242
+ }
243
+ .toast-container .toast-close-button {
244
+ right: -0.2em;
245
+ top: -0.2em;
246
+ }
247
+ }
248
+ @media all and (min-width: 481px) and (max-width: 768px) {
249
+ .toast-container .ngx-toastr.div {
250
+ padding: 15px 15px 15px 50px;
251
+ width: 25em;
252
+ }
253
+ }
254
+
255
+
62
256
  @mixin igo-core-theming($theme, $typography) {
63
- @include igo-message-theming($theme);
257
+ @include igo-message-theming($theme, $typography);
64
258
 
65
259
  button.mat-icon-button.mat-button-base[disabled="true"] {
66
260
  color: rgba(0,0,0,.26);
67
261
  }
68
262
  }
69
263
 
70
- @mixin igo-message-theming($theme) {
264
+ @mixin igo-message-theming($theme, $typography) {
71
265
  $primary: map-get($theme, primary);
72
266
  $accent: map-get($theme, accent);
73
267
  $warn: map-get($theme, warn);
74
268
 
75
- div.simple-notification {
76
- &.info {
77
- color: mat.get-color-from-palette($primary, default-contrast);
78
- background-color: mat.get-color-from-palette($primary);
79
- .sn-progress-loader span {
80
- background-color: mat.get-color-from-palette($primary, darker);
81
- }
82
- svg {
83
- fill: mat.get-color-from-palette($primary, default-contrast);
84
- }
85
- }
86
-
87
- &.alert {
88
- color: mat.get-color-from-palette($accent, default-contrast);
89
- background-color: mat.get-color-from-palette($accent);
90
- .sn-progress-loader span {
91
- background-color: mat.get-color-from-palette($accent, darker);
92
- }
93
- svg {
94
- fill: mat.get-color-from-palette($accent, default-contrast);
95
- }
96
- }
97
-
98
- &.error {
99
- color: mat.get-color-from-palette($warn, default-contrast);
100
- background-color: mat.get-color-from-palette($warn);
101
- .sn-progress-loader span {
102
- background-color: mat.get-color-from-palette($warn, darker);
103
- }
104
- svg {
105
- fill: mat.get-color-from-palette($warn, default-contrast);
106
- }
107
- }
269
+ .toast-error {
270
+ background-color: mat.get-color-from-palette($warn);
271
+ }
272
+ .toast-info {
273
+ background-color: mat.get-color-from-palette($primary);
274
+ }
275
+ .toast-title {
276
+ line-height: 23px;
277
+ font-size: 15px;
278
+ font-weight: bold;
279
+ font-family: Roboto, "Helvetica Neue", sans-serif;
280
+ }
281
+ .toast-message {
282
+ line-height: 18px;
283
+ font-size: mat.font-size($typography, subheading-2);
284
+ font-family: Roboto, "Helvetica Neue", sans-serif;
108
285
  }
109
-
110
286
  }
111
287
 
112
288
  .shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
@@ -127,32 +303,33 @@ a.mat-menu-item > mat-icon {
127
303
  @include igo-panel-theming($theme);
128
304
  @include igo-tool-theming($theme);
129
305
  @include igo-tour-theming($theme);
306
+ @include igo-home-button-theming($theme);
130
307
  }
131
308
 
132
309
  @mixin igo-action-theming($theme) {
133
310
  @include igo-actionbar-theming($theme);
134
311
  }
135
312
 
136
- @mixin igo-actionbar-theming($theme) {
137
- .igo-actionbar-overlay {
138
- min-width: inherit !important;
139
- padding-top: 0;
140
- padding-bottom: 0;
141
-
142
- .mat-list {
143
- padding-top: 0
144
- }
145
-
146
- .mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
147
- padding-right: 16px;
148
- }
149
-
150
- .mat-menu-content:not(:empty) {
151
- padding-top: 0;
152
- padding-bottom: 0;
153
- }
154
- }
155
- }
313
+ @mixin igo-actionbar-theming($theme) {
314
+ .igo-actionbar-overlay {
315
+ min-width: inherit !important;
316
+ padding-top: 0;
317
+ padding-bottom: 0;
318
+
319
+ .mat-list {
320
+ padding-top: 0
321
+ }
322
+
323
+ .mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
324
+ padding-right: 16px;
325
+ }
326
+
327
+ .mat-menu-content:not(:empty) {
328
+ padding-top: 0;
329
+ padding-bottom: 0;
330
+ }
331
+ }
332
+ }
156
333
 
157
334
  @mixin igo-collapsible-theming($theme) {
158
335
  mat-icon[mat-list-avatar][igocollapse] {
@@ -192,6 +369,23 @@ a.mat-menu-item > mat-icon {
192
369
  }
193
370
  }
194
371
 
372
+ @mixin igo-home-button-theming($theme) {
373
+ $primary: map-get($theme, primary);
374
+ $accent: map-get($theme, accent);
375
+ $foreground: map-get($theme, foreground);
376
+
377
+ igo-home-button > #homeButton {
378
+ background-color: mat.get-color-from-palette($primary);
379
+ color: mat.get-color-from-palette($primary, default-contrast);
380
+
381
+ &:hover {
382
+ background-color: mat.get-color-from-palette($accent, lighter);
383
+ color: black;
384
+ }
385
+ }
386
+ }
387
+
388
+
195
389
  @mixin igo-list-theming($theme) {
196
390
  $primary: map-get($theme, primary);
197
391
  $accent: map-get($theme, accent);
@@ -351,7 +545,8 @@ a.mat-menu-item > mat-icon {
351
545
  .ol-box {
352
546
  box-sizing: border-box;
353
547
  border-radius: 2px;
354
- border: 2px solid blue;
548
+ border: 1.5px solid rgb(179,197,219);
549
+ background-color: rgba(255,255,255,0.4);
355
550
  }
356
551
 
357
552
  .ol-mouse-position {
@@ -480,9 +675,9 @@ a.mat-menu-item > mat-icon {
480
675
  margin: 1px;
481
676
  padding: 0;
482
677
  color: white;
483
- font-size: 1.14em;
484
678
  font-weight: bold;
485
679
  text-decoration: none;
680
+ font-size: inherit;
486
681
  text-align: center;
487
682
  height: 1.375em;
488
683
  width: 1.375em;
@@ -530,13 +725,18 @@ a.mat-menu-item > mat-icon {
530
725
  max-width: calc(100% - 1.3em);
531
726
  display: flex;
532
727
  flex-flow: row-reverse;
533
- align-items: flex-end;
728
+ align-items: center;
729
+ }
730
+ .ol-attribution a {
731
+ color: rgba(0,60,136,0.7);
732
+ text-decoration: none;
534
733
  }
535
734
  .ol-attribution ul {
536
735
  margin: 0;
537
736
  padding: 1px .5em;
538
737
  color: #000;
539
738
  text-shadow: 0 0 2px #fff;
739
+ font-size: 12px;
540
740
  }
541
741
  .ol-attribution li {
542
742
  display: inline;
@@ -637,13 +837,13 @@ a.mat-menu-item > mat-icon {
637
837
  }
638
838
 
639
839
  @mixin igo-directions-theming($theme) {
640
- @include igo-directions-form-theming($theme);
840
+ @include igo-directions-results-theming($theme);
641
841
  }
642
842
 
643
- @mixin igo-directions-form-theming($theme) {
843
+ @mixin igo-directions-results-theming($theme) {
644
844
  $accent: map-get($theme, accent);
645
845
 
646
- igo-directions-form mat-list-item.igo-steps:hover {
846
+ igo-directions-results mat-list-item.igo-steps:hover {
647
847
  background-color: mat.get-color-from-palette($accent, lighter);
648
848
  }
649
849
  }
@@ -763,6 +963,7 @@ a.mat-menu-item > mat-icon {
763
963
  @mixin igo-map-theming($theme, $typography) {
764
964
  @include igo-map-browser-theming($theme, $typography);
765
965
  @include igo-zoom-button-theming($theme);
966
+ @include igo-menu-button-theming($theme);
766
967
  }
767
968
 
768
969
  @mixin igo-map-browser-theming($theme, $typography) {
@@ -801,6 +1002,25 @@ a.mat-menu-item > mat-icon {
801
1002
 
802
1003
  }
803
1004
 
1005
+ @mixin igo-menu-button-theming($theme) {
1006
+ $primary: map-get($theme, primary);
1007
+
1008
+ igo-menu-button > #menu-button {
1009
+ color: mat.get-color-from-palette($primary);
1010
+ }
1011
+
1012
+ igo-menu-button > #menu-button.menu-button-reverse-color-close {
1013
+ background-color: mat.get-color-from-palette($primary);
1014
+ color: mat.get-color-from-palette($primary, default-contrast);
1015
+ }
1016
+
1017
+ igo-menu-button > #menu-button.menu-button-reverse-color {
1018
+ background-color: mat.get-color-from-palette($primary);
1019
+ color: mat.get-color-from-palette($primary, default-contrast);
1020
+ }
1021
+ }
1022
+
1023
+
804
1024
  @mixin igo-measure-theming($theme, $typography) {
805
1025
  @include igo-measurer-theming($theme, $typography);
806
1026
  }
@@ -1,10 +1,10 @@
1
- button.mat-menu-item {
2
- line-height: 24px !important;
3
- }
4
- a.mat-menu-item > mat-icon {
5
- margin-bottom: 14px;
6
- }
7
- .mat-icon svg {
8
- height: 24px;
9
- width: 24px;
1
+ button.mat-menu-item {
2
+ line-height: 24px !important;
3
+ }
4
+ a.mat-menu-item > mat-icon {
5
+ margin-bottom: 14px;
6
+ }
7
+ .mat-icon svg {
8
+ height: 24px;
9
+ width: 24px;
10
10
  }
@@ -1,3 +1,5 @@
1
- $igo-margin: 5px;
2
- $igo-padding: 5px;
3
- $igo-icon-size: 40px;
1
+ $igo-margin: 5px;
2
+ $igo-padding: 5px;
3
+ $igo-icon-size: 40px;
4
+
5
+ $app-background-color: rgb(255, 255, 255);
@@ -1,80 +1,80 @@
1
- $mobile-portrait: 'only screen and (orientation:portrait) and (max-width: 599px)';
2
- $tablet-portrait: 'only screen and (orientation:portrait) and (min-width: 600px) and (max-width: 839px)';
3
- $desktop-portrait: 'only screen and (orientation:portrait) and (min-width: 840px)';
4
-
5
- $mobile-landscape: 'only screen and (orientation:landscape) and (max-width: 959px)';
6
- $tablet-landscape: 'only screen and (orientation:landscape) and (min-width: 960px) and (max-width: 1279px)';
7
- $desktop-landscape: 'only screen and (orientation:landscape) and (min-width: 1280px)';
8
-
9
- $mobile: $mobile-portrait + ',' + $mobile-landscape;
10
- $tablet: $tablet-portrait + ',' + $tablet-landscape;
11
- $desktop: $desktop-portrait + ',' + $desktop-landscape;
12
-
13
- $portrait: 'only screen and (orientation:portrait)';
14
- $landscape: 'only screen and (orientation:landscape)';
15
-
16
- $xsmall-screen: 'only screen and (max-width: 599px)';
17
- $small-screen: 'only screen and (min-width: 600px) and (max-width: 959px)';
18
- $medium-screen: 'only screen and (min-width: 960px) and (max-width: 1280px)';
19
- $large-screen: 'only screen and (min-width: 1280px) and (max-width: 1919px)';
20
- $xlarge-screen: 'only screen and (min-width: 1920px)';
21
-
22
- @mixin mobile {
23
- @media #{$mobile} {
24
- @content;
25
- }
26
- }
27
-
28
- @mixin tablet {
29
- @media #{$tablet} {
30
- @content;
31
- }
32
- }
33
-
34
- @mixin desktop {
35
- @media #{$desktop} {
36
- @content;
37
- }
38
- }
39
-
40
- @mixin portrait {
41
- @media #{$portrait} {
42
- @content;
43
- }
44
- }
45
-
46
- @mixin landscape {
47
- @media #{$landscape} {
48
- @content;
49
- }
50
- }
51
-
52
- @mixin xsmall-screen {
53
- @media #{$xsmall-screen} {
54
- @content;
55
- }
56
- }
57
-
58
- @mixin small-screen {
59
- @media #{$small-screen} {
60
- @content;
61
- }
62
- }
63
-
64
- @mixin medium-screen {
65
- @media #{$medium-screen} {
66
- @content;
67
- }
68
- }
69
-
70
- @mixin large-screen {
71
- @media #{$large-screen} {
72
- @content;
73
- }
74
- }
75
-
76
- @mixin xlarge-screen {
77
- @media #{$xlarge-screen} {
78
- @content;
79
- }
80
- }
1
+ $mobile-portrait: 'only screen and (orientation:portrait) and (max-width: 599px)';
2
+ $tablet-portrait: 'only screen and (orientation:portrait) and (min-width: 600px) and (max-width: 839px)';
3
+ $desktop-portrait: 'only screen and (orientation:portrait) and (min-width: 840px)';
4
+
5
+ $mobile-landscape: 'only screen and (orientation:landscape) and (max-width: 959px)';
6
+ $tablet-landscape: 'only screen and (orientation:landscape) and (min-width: 960px) and (max-width: 1279px)';
7
+ $desktop-landscape: 'only screen and (orientation:landscape) and (min-width: 1280px)';
8
+
9
+ $mobile: $mobile-portrait + ',' + $mobile-landscape;
10
+ $tablet: $tablet-portrait + ',' + $tablet-landscape;
11
+ $desktop: $desktop-portrait + ',' + $desktop-landscape;
12
+
13
+ $portrait: 'only screen and (orientation:portrait)';
14
+ $landscape: 'only screen and (orientation:landscape)';
15
+
16
+ $xsmall-screen: 'only screen and (max-width: 599px)';
17
+ $small-screen: 'only screen and (min-width: 600px) and (max-width: 959px)';
18
+ $medium-screen: 'only screen and (min-width: 960px) and (max-width: 1280px)';
19
+ $large-screen: 'only screen and (min-width: 1280px) and (max-width: 1919px)';
20
+ $xlarge-screen: 'only screen and (min-width: 1920px)';
21
+
22
+ @mixin mobile {
23
+ @media #{$mobile} {
24
+ @content;
25
+ }
26
+ }
27
+
28
+ @mixin tablet {
29
+ @media #{$tablet} {
30
+ @content;
31
+ }
32
+ }
33
+
34
+ @mixin desktop {
35
+ @media #{$desktop} {
36
+ @content;
37
+ }
38
+ }
39
+
40
+ @mixin portrait {
41
+ @media #{$portrait} {
42
+ @content;
43
+ }
44
+ }
45
+
46
+ @mixin landscape {
47
+ @media #{$landscape} {
48
+ @content;
49
+ }
50
+ }
51
+
52
+ @mixin xsmall-screen {
53
+ @media #{$xsmall-screen} {
54
+ @content;
55
+ }
56
+ }
57
+
58
+ @mixin small-screen {
59
+ @media #{$small-screen} {
60
+ @content;
61
+ }
62
+ }
63
+
64
+ @mixin medium-screen {
65
+ @media #{$medium-screen} {
66
+ @content;
67
+ }
68
+ }
69
+
70
+ @mixin large-screen {
71
+ @media #{$large-screen} {
72
+ @content;
73
+ }
74
+ }
75
+
76
+ @mixin xlarge-screen {
77
+ @media #{$xlarge-screen} {
78
+ @content;
79
+ }
80
+ }
@@ -1,2 +0,0 @@
1
- export * from './message-center.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb3JlL3NyYy9saWIvbWVzc2FnZS9tZXNzYWdlLWNlbnRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tZXNzYWdlLWNlbnRlci5jb21wb25lbnQnO1xyXG4iXX0=