@igo2/core 16.1.0 → 16.2.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 (98) hide show
  1. package/esm2022/lib/activity/activity.interceptor.mjs +1 -1
  2. package/esm2022/lib/activity/activity.module.mjs +1 -1
  3. package/esm2022/lib/activity/activity.service.mjs +1 -1
  4. package/esm2022/lib/analytics/shared/analytics.interface.mjs +1 -1
  5. package/esm2022/lib/analytics/shared/analytics.service.mjs +1 -1
  6. package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
  7. package/esm2022/lib/compression/compression.service.mjs +1 -1
  8. package/esm2022/lib/config/config-deprecated.mjs +1 -1
  9. package/esm2022/lib/config/config.module.mjs +1 -1
  10. package/esm2022/lib/config/version.mjs +3 -3
  11. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  12. package/esm2022/lib/environment/index.mjs +1 -1
  13. package/esm2022/lib/gesture/gesture.module.mjs +1 -1
  14. package/esm2022/lib/gesture/gesture.provider.mjs +1 -1
  15. package/esm2022/lib/language/shared/index.mjs +1 -1
  16. package/esm2022/lib/language/shared/language.interface.mjs +1 -1
  17. package/esm2022/lib/language/shared/language.service.mjs +1 -1
  18. package/esm2022/lib/media/media.service.mjs +1 -1
  19. package/esm2022/lib/message/shared/index.mjs +1 -1
  20. package/esm2022/lib/message/shared/message.interface.mjs +1 -1
  21. package/esm2022/lib/monitoring/index.mjs +1 -1
  22. package/esm2022/lib/monitoring/monitoring.provider.mjs +1 -1
  23. package/esm2022/lib/monitoring/sentry/index.mjs +1 -1
  24. package/esm2022/lib/monitoring/sentry/sentry.mjs +1 -1
  25. package/esm2022/lib/monitoring/sentry/sentry.provider.mjs +1 -1
  26. package/esm2022/lib/monitoring/shared/index.mjs +1 -1
  27. package/esm2022/lib/monitoring/shared/monitoring.interface.mjs +1 -1
  28. package/esm2022/lib/network/network.interfaces.mjs +1 -1
  29. package/esm2022/lib/network/network.service.mjs +1 -1
  30. package/esm2022/lib/regex/regex.interface.mjs +1 -1
  31. package/esm2022/lib/regex/regex.service.mjs +1 -1
  32. package/esm2022/lib/request/error.interceptor.mjs +1 -1
  33. package/esm2022/lib/request/error.module.mjs +1 -1
  34. package/esm2022/lib/request/logging.interceptor.mjs +2 -2
  35. package/esm2022/lib/request/logging.module.mjs +1 -1
  36. package/esm2022/lib/route/route.service.mjs +1 -1
  37. package/esm2022/lib/storage/index.mjs +1 -1
  38. package/esm2022/lib/storage/storage.mjs +1 -1
  39. package/esm2022/lib/storage/storage.service.mjs +1 -1
  40. package/esm2022/lib/user/index.mjs +1 -1
  41. package/esm2022/lib/user/user.interface.mjs +1 -1
  42. package/fesm2022/igo2-core.mjs +3 -3
  43. package/fesm2022/igo2-core.mjs.map +1 -1
  44. package/locale/en.core.json +28 -28
  45. package/locale/fr.core.json +28 -28
  46. package/package.json +2 -2
  47. package/packages.import.scss +4 -4
  48. package/src/core-theme.scss +5 -5
  49. package/src/index.scss +6 -6
  50. package/src/lib/message/message.theming.scss +26 -26
  51. package/src/style/all-style.scss +3 -3
  52. package/src/style/layout.scss +163 -163
  53. package/src/style/partial/core-utils.scss +5 -5
  54. package/src/style/partial/core.variables.scss +5 -5
  55. package/src/style/style.scss +19 -19
  56. package/src/theming/all-theme.scss +14 -14
  57. package/src/theming/material-theme-override.scss +39 -39
  58. package/src/theming/prebuilt-themes/blue-theme.scss +27 -27
  59. package/src/theming/prebuilt-themes/bluedark-theme.scss +60 -60
  60. package/src/theming/prebuilt-themes/bluedq-theme.scss +60 -60
  61. package/src/theming/prebuilt-themes/bluegrey-theme.scss +26 -26
  62. package/src/theming/prebuilt-themes/dark-theme.scss +26 -26
  63. package/src/theming/prebuilt-themes/deeppurple-theme.scss +26 -26
  64. package/src/theming/prebuilt-themes/indigo-theme.scss +26 -26
  65. package/src/theming/prebuilt-themes/orange-theme.scss +26 -26
  66. package/src/theming/prebuilt-themes/qcca/_index.scss +2 -2
  67. package/src/theming/prebuilt-themes/qcca/base/_index.scss +4 -4
  68. package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +57 -57
  69. package/src/theming/prebuilt-themes/qcca/base/colors.scss +40 -40
  70. package/src/theming/prebuilt-themes/qcca/base/palette.scss +50 -50
  71. package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +2 -2
  72. package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +138 -138
  73. package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +18 -18
  74. package/src/theming/prebuilt-themes/qcca/components/_index.scss +10 -10
  75. package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +5 -5
  76. package/src/theming/prebuilt-themes/qcca/components/button.scss +24 -24
  77. package/src/theming/prebuilt-themes/qcca/components/dialog.scss +36 -36
  78. package/src/theming/prebuilt-themes/qcca/components/form-field.scss +5 -5
  79. package/src/theming/prebuilt-themes/qcca/components/input.scss +6 -6
  80. package/src/theming/prebuilt-themes/qcca/components/list.scss +24 -24
  81. package/src/theming/prebuilt-themes/qcca/components/panel.scss +8 -8
  82. package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +15 -15
  83. package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +41 -41
  84. package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +29 -29
  85. package/src/theming/prebuilt-themes/qcca-theme.scss +49 -49
  86. package/src/theming/prebuilt-themes/teal-theme.scss +26 -26
  87. package/src/theming/typography.scss +28 -28
  88. package/src/theming/utils/_foreground.scss +22 -22
  89. package/theming/prebuilt-themes/blue-theme.css +11 -17
  90. package/theming/prebuilt-themes/bluedark-theme.css +11 -17
  91. package/theming/prebuilt-themes/bluedq-theme.css +11 -17
  92. package/theming/prebuilt-themes/bluegrey-theme.css +11 -17
  93. package/theming/prebuilt-themes/dark-theme.css +11 -17
  94. package/theming/prebuilt-themes/deeppurple-theme.css +11 -17
  95. package/theming/prebuilt-themes/indigo-theme.css +11 -17
  96. package/theming/prebuilt-themes/orange-theme.css +11 -17
  97. package/theming/prebuilt-themes/qcca-theme.css +11 -17
  98. package/theming/prebuilt-themes/teal-theme.css +11 -17
@@ -1,28 +1,28 @@
1
- {
2
- "igo": {
3
- "core": {
4
- "message": {
5
- "success": "Success",
6
- "error": "Error",
7
- "info": "Info",
8
- "alert": "Alert"
9
- },
10
- "errors": {
11
- "uncaught": {
12
- "message": "Sorry, service is currently not available. Please try again later",
13
- "title": "Error server"
14
- }
15
- },
16
- "network": {
17
- "online": {
18
- "message": "Online",
19
- "title": "Status:"
20
- },
21
- "offline": {
22
- "message": "Offline",
23
- "title": "Status:"
24
- }
25
- }
26
- }
27
- }
28
- }
1
+ {
2
+ "igo": {
3
+ "core": {
4
+ "message": {
5
+ "success": "Success",
6
+ "error": "Error",
7
+ "info": "Info",
8
+ "alert": "Alert"
9
+ },
10
+ "errors": {
11
+ "uncaught": {
12
+ "message": "Sorry, service is currently not available. Please try again later",
13
+ "title": "Error server"
14
+ }
15
+ },
16
+ "network": {
17
+ "online": {
18
+ "message": "Online",
19
+ "title": "Status:"
20
+ },
21
+ "offline": {
22
+ "message": "Offline",
23
+ "title": "Status:"
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -1,28 +1,28 @@
1
- {
2
- "igo": {
3
- "core": {
4
- "message": {
5
- "success": "Succès",
6
- "error": "Erreur",
7
- "info": "Info",
8
- "alert": "Alerte"
9
- },
10
- "errors": {
11
- "uncaught": {
12
- "message": "Désolé! Le service que vous voulez utiliser n'est malheureusement pas disponible pour le moment. Essayez plus tard!",
13
- "title": "Erreur serveur"
14
- }
15
- },
16
- "network": {
17
- "online": {
18
- "message": "En ligne",
19
- "title": "Statut:"
20
- },
21
- "offline": {
22
- "message": "Hors-Ligne",
23
- "title": "Statut:"
24
- }
25
- }
26
- }
27
- }
28
- }
1
+ {
2
+ "igo": {
3
+ "core": {
4
+ "message": {
5
+ "success": "Succès",
6
+ "error": "Erreur",
7
+ "info": "Info",
8
+ "alert": "Alerte"
9
+ },
10
+ "errors": {
11
+ "uncaught": {
12
+ "message": "Désolé! Le service que vous voulez utiliser n'est malheureusement pas disponible pour le moment. Essayez plus tard!",
13
+ "title": "Erreur serveur"
14
+ }
15
+ },
16
+ "network": {
17
+ "online": {
18
+ "message": "En ligne",
19
+ "title": "Statut:"
20
+ },
21
+ "offline": {
22
+ "message": "Hors-Ligne",
23
+ "title": "Statut:"
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/core",
3
- "version": "16.1.0",
3
+ "version": "16.2.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -53,7 +53,7 @@
53
53
  "@angular/core": "^16.2.5",
54
54
  "@angular/platform-browser": "^16.2.5",
55
55
  "@angular/router": "^16.2.5",
56
- "@igo2/utils": "^16.1.0",
56
+ "@igo2/utils": "^16.2.0",
57
57
  "@sentry/angular-ivy": "^7.61.0",
58
58
  "ngx-indexed-db": "^11.0.2",
59
59
  "ngx-toastr": "^17.0.0",
@@ -1,4 +1,4 @@
1
- @forward './core-theme' show core-component-themes;
2
- @forward '../common/common-theme' show common-component-themes;
3
- @forward '../context/context-theme' show context-component-themes;
4
- @forward '../geo/geo-theme' show geo-component-themes;
1
+ @forward './core-theme' show core-component-themes;
2
+ @forward '../common/common-theme' show common-component-themes;
3
+ @forward '../context/context-theme' show context-component-themes;
4
+ @forward '../geo/geo-theme' show geo-component-themes;
@@ -1,5 +1,5 @@
1
- @use './lib/message/message.theming.scss' as message;
2
-
3
- @mixin core-component-themes($theme) {
4
- @include message.igo-message-theming($theme);
5
- }
1
+ @use './lib/message/message.theming.scss' as message;
2
+
3
+ @mixin core-component-themes($theme) {
4
+ @include message.igo-message-theming($theme);
5
+ }
package/src/index.scss CHANGED
@@ -1,6 +1,6 @@
1
- // Theme bundles
2
- @forward './theming/typography';
3
-
4
- // Workaround to allow styles sharing in production where the folder structure is different. We replace the file in a postbuild operation
5
- @forward './packages.import';
6
- @forward './theming/utils/foreground';
1
+ // Theme bundles
2
+ @forward './theming/typography';
3
+
4
+ // Workaround to allow styles sharing in production where the folder structure is different. We replace the file in a postbuild operation
5
+ @forward './packages.import';
6
+ @forward './theming/utils/foreground';
@@ -1,26 +1,26 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-message-theming($theme) {
5
- $primary: map.get($theme, primary);
6
- $accent: map.get($theme, accent);
7
- $warn: map.get($theme, warn);
8
- $typography: mat.get-typography-config($theme);
9
-
10
- .toast-error {
11
- background-color: mat.get-color-from-palette($warn) !important;
12
- }
13
-
14
- .toast-info {
15
- background-color: mat.get-color-from-palette($primary) !important;
16
- }
17
-
18
- .toast-no-icon {
19
- background-image: none;
20
- padding-left: 6%;
21
- }
22
-
23
- .toast-title {
24
- font-weight: bold;
25
- }
26
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-message-theming($theme) {
5
+ $primary: map.get($theme, primary);
6
+ $accent: map.get($theme, accent);
7
+ $warn: map.get($theme, warn);
8
+ $typography: mat.get-typography-config($theme);
9
+
10
+ .toast-error {
11
+ background-color: mat.get-color-from-palette($warn) !important;
12
+ }
13
+
14
+ .toast-info {
15
+ background-color: mat.get-color-from-palette($primary) !important;
16
+ }
17
+
18
+ .toast-no-icon {
19
+ background-image: none;
20
+ padding-left: 6%;
21
+ }
22
+
23
+ .toast-title {
24
+ font-weight: bold;
25
+ }
26
+ }
@@ -1,3 +1,3 @@
1
- @use './style.scss' as core;
2
- @use '../../../common/src/style/style.scss' as common;
3
- @use '../../../geo/src/style/style.scss' as geo;
1
+ @use './style.scss' as core;
2
+ @use '../../../common/src/style/style.scss' as common;
3
+ @use '../../../geo/src/style/style.scss' as geo;
@@ -1,163 +1,163 @@
1
- /*
2
- * ------------------------------
3
- * Padding et margin
4
- * ------------------------------
5
- */
6
- // Les dimensions suivantes suivent les normes de Material Design, mais ne sont pas incluses dans Angular Material
7
- $layout-spacing-sizes: 0 4 8 12 16 24 32 40 48;
8
-
9
- $layout-sides: (
10
- t: top,
11
- r: right,
12
- b: bottom,
13
- l: left
14
- );
15
-
16
- @each $size in $layout-spacing-sizes {
17
- @each $shortSide, $side in $layout-sides {
18
- .m-#{$shortSide}-#{$size} {
19
- margin-#{$side}: #{$size}px !important;
20
- }
21
- .m-#{$shortSide}-#{$size}-neg {
22
- margin-#{$side}: -#{$size}px !important;
23
- }
24
- .p-#{$shortSide}-#{$size} {
25
- padding-#{$side}: #{$size}px !important;
26
- }
27
- }
28
-
29
- .m-#{$size} {
30
- margin: #{$size}px !important;
31
- }
32
- .m-#{$size}-neg {
33
- margin: -#{$size}px !important;
34
- }
35
-
36
- .p-#{$size} {
37
- padding: #{$size}px !important;
38
- }
39
-
40
- .m-h-#{$size} {
41
- margin-left: #{$size}px !important;
42
- margin-right: #{$size}px !important;
43
- }
44
-
45
- .m-h-#{$size}-neg {
46
- margin-left: -#{$size}px !important;
47
- margin-right: -#{$size}px !important;
48
- }
49
-
50
- .m-v-#{$size} {
51
- margin-top: #{$size}px !important;
52
- margin-bottom: #{$size}px !important;
53
- }
54
-
55
- .m-v-#{$size}-neg {
56
- margin-top: -#{$size}px !important;
57
- margin-bottom: -#{$size}px !important;
58
- }
59
-
60
- .p-h-#{$size} {
61
- padding-left: #{$size}px !important;
62
- padding-right: #{$size}px !important;
63
- }
64
-
65
- .p-v-#{$size} {
66
- padding-top: #{$size}px !important;
67
- padding-bottom: #{$size}px !important;
68
- }
69
- }
70
-
71
- .flex {
72
- display: flex;
73
-
74
- &-col {
75
- flex-direction: column;
76
- }
77
-
78
- &-1 {
79
- flex: 1;
80
- }
81
-
82
- &-wrap {
83
- flex-wrap: wrap !important;
84
- }
85
- }
86
-
87
- .align-items {
88
- &-center {
89
- align-items: center;
90
- }
91
- &-end {
92
- align-items: flex-end;
93
- }
94
- &-start {
95
- align-items: start;
96
- }
97
- }
98
-
99
- .align-self {
100
- &-center {
101
- align-self: center;
102
- }
103
- &-end {
104
- align-self: flex-end;
105
- }
106
- &-start {
107
- align-self: start;
108
- }
109
- }
110
-
111
- .justify-content {
112
- &-center {
113
- justify-content: center;
114
- }
115
- &-end {
116
- justify-content: flex-end;
117
- }
118
- &-start {
119
- justify-content: start;
120
- }
121
- &-space-between {
122
- justify-content: space-between;
123
- }
124
- }
125
-
126
- .d {
127
- &-block {
128
- display: block;
129
- }
130
-
131
- &-none {
132
- display: none;
133
- }
134
- }
135
-
136
- .w-100 {
137
- width: 100%;
138
- }
139
-
140
- .h-100 {
141
- height: 100%;
142
- }
143
-
144
- .overflow {
145
- &-y-auto {
146
- overflow-y: auto;
147
- }
148
- &-y-hidden {
149
- overflow-y: hidden;
150
- }
151
- &-x-auto {
152
- overflow-x: auto;
153
- }
154
- &-x-hidden {
155
- overflow-x: hidden;
156
- }
157
- &-auto {
158
- overflow: auto;
159
- }
160
- &-hidden {
161
- overflow: hidden;
162
- }
163
- }
1
+ /*
2
+ * ------------------------------
3
+ * Padding et margin
4
+ * ------------------------------
5
+ */
6
+ // Les dimensions suivantes suivent les normes de Material Design, mais ne sont pas incluses dans Angular Material
7
+ $layout-spacing-sizes: 0 4 8 12 16 24 32 40 48;
8
+
9
+ $layout-sides: (
10
+ t: top,
11
+ r: right,
12
+ b: bottom,
13
+ l: left
14
+ );
15
+
16
+ @each $size in $layout-spacing-sizes {
17
+ @each $shortSide, $side in $layout-sides {
18
+ .m-#{$shortSide}-#{$size} {
19
+ margin-#{$side}: #{$size}px !important;
20
+ }
21
+ .m-#{$shortSide}-#{$size}-neg {
22
+ margin-#{$side}: -#{$size}px !important;
23
+ }
24
+ .p-#{$shortSide}-#{$size} {
25
+ padding-#{$side}: #{$size}px !important;
26
+ }
27
+ }
28
+
29
+ .m-#{$size} {
30
+ margin: #{$size}px !important;
31
+ }
32
+ .m-#{$size}-neg {
33
+ margin: -#{$size}px !important;
34
+ }
35
+
36
+ .p-#{$size} {
37
+ padding: #{$size}px !important;
38
+ }
39
+
40
+ .m-h-#{$size} {
41
+ margin-left: #{$size}px !important;
42
+ margin-right: #{$size}px !important;
43
+ }
44
+
45
+ .m-h-#{$size}-neg {
46
+ margin-left: -#{$size}px !important;
47
+ margin-right: -#{$size}px !important;
48
+ }
49
+
50
+ .m-v-#{$size} {
51
+ margin-top: #{$size}px !important;
52
+ margin-bottom: #{$size}px !important;
53
+ }
54
+
55
+ .m-v-#{$size}-neg {
56
+ margin-top: -#{$size}px !important;
57
+ margin-bottom: -#{$size}px !important;
58
+ }
59
+
60
+ .p-h-#{$size} {
61
+ padding-left: #{$size}px !important;
62
+ padding-right: #{$size}px !important;
63
+ }
64
+
65
+ .p-v-#{$size} {
66
+ padding-top: #{$size}px !important;
67
+ padding-bottom: #{$size}px !important;
68
+ }
69
+ }
70
+
71
+ .flex {
72
+ display: flex;
73
+
74
+ &-col {
75
+ flex-direction: column;
76
+ }
77
+
78
+ &-1 {
79
+ flex: 1;
80
+ }
81
+
82
+ &-wrap {
83
+ flex-wrap: wrap !important;
84
+ }
85
+ }
86
+
87
+ .align-items {
88
+ &-center {
89
+ align-items: center;
90
+ }
91
+ &-end {
92
+ align-items: flex-end;
93
+ }
94
+ &-start {
95
+ align-items: start;
96
+ }
97
+ }
98
+
99
+ .align-self {
100
+ &-center {
101
+ align-self: center;
102
+ }
103
+ &-end {
104
+ align-self: flex-end;
105
+ }
106
+ &-start {
107
+ align-self: start;
108
+ }
109
+ }
110
+
111
+ .justify-content {
112
+ &-center {
113
+ justify-content: center;
114
+ }
115
+ &-end {
116
+ justify-content: flex-end;
117
+ }
118
+ &-start {
119
+ justify-content: start;
120
+ }
121
+ &-space-between {
122
+ justify-content: space-between;
123
+ }
124
+ }
125
+
126
+ .d {
127
+ &-block {
128
+ display: block;
129
+ }
130
+
131
+ &-none {
132
+ display: none;
133
+ }
134
+ }
135
+
136
+ .w-100 {
137
+ width: 100%;
138
+ }
139
+
140
+ .h-100 {
141
+ height: 100%;
142
+ }
143
+
144
+ .overflow {
145
+ &-y-auto {
146
+ overflow-y: auto;
147
+ }
148
+ &-y-hidden {
149
+ overflow-y: hidden;
150
+ }
151
+ &-x-auto {
152
+ overflow-x: auto;
153
+ }
154
+ &-x-hidden {
155
+ overflow-x: hidden;
156
+ }
157
+ &-auto {
158
+ overflow: auto;
159
+ }
160
+ &-hidden {
161
+ overflow: hidden;
162
+ }
163
+ }
@@ -1,5 +1,5 @@
1
- @mixin text-ellipsis {
2
- text-overflow: ellipsis;
3
- white-space: nowrap;
4
- overflow: hidden;
5
- }
1
+ @mixin text-ellipsis {
2
+ text-overflow: ellipsis;
3
+ white-space: nowrap;
4
+ overflow: hidden;
5
+ }
@@ -1,5 +1,5 @@
1
- $igo-margin: 5px;
2
- $igo-padding: 5px;
3
- $igo-icon-size: 40px;
4
-
5
- $app-background-color: rgb(255, 255, 255);
1
+ $igo-margin: 5px;
2
+ $igo-padding: 5px;
3
+ $igo-icon-size: 40px;
4
+
5
+ $app-background-color: rgb(255, 255, 255);
@@ -1,19 +1,19 @@
1
- @import 'ngx-toastr/toastr';
2
-
3
- button.mat-mdc-menu-item {
4
- line-height: 24px !important;
5
- }
6
-
7
- a.mat-mdc-menu-item > mat-icon {
8
- margin-bottom: 14px;
9
- }
10
-
11
- button.mat-mdc-icon-button.mat-mdc-button-base[disabled='true'] {
12
- color: rgba(0, 0, 0, 0.26);
13
- }
14
-
15
- .mat-mdc-menu-content {
16
- mat-list {
17
- padding: 0;
18
- }
19
- }
1
+ @import 'ngx-toastr/toastr';
2
+
3
+ button.mat-mdc-menu-item {
4
+ line-height: 24px !important;
5
+ }
6
+
7
+ a.mat-mdc-menu-item > mat-icon {
8
+ margin-bottom: 14px;
9
+ }
10
+
11
+ button.mat-mdc-icon-button.mat-mdc-button-base[disabled='true'] {
12
+ color: rgba(0, 0, 0, 0.26);
13
+ }
14
+
15
+ .mat-mdc-menu-content {
16
+ mat-list {
17
+ padding: 0;
18
+ }
19
+ }
@@ -1,14 +1,14 @@
1
- @use '@angular/material' as mat;
2
-
3
- @use '../packages.import' as igo;
4
- @use './material-theme-override';
5
- @use './typography' as typo;
6
-
7
- @mixin all-component-themes($config) {
8
- @include material-theme-override.material-override($config);
9
-
10
- @include igo.core-component-themes($config);
11
- @include igo.common-component-themes($config);
12
- @include igo.context-component-themes($config);
13
- @include igo.geo-component-themes($config);
14
- }
1
+ @use '@angular/material' as mat;
2
+
3
+ @use '../packages.import' as igo;
4
+ @use './material-theme-override';
5
+ @use './typography' as typo;
6
+
7
+ @mixin all-component-themes($config) {
8
+ @include material-theme-override.material-override($config);
9
+
10
+ @include igo.core-component-themes($config);
11
+ @include igo.common-component-themes($config);
12
+ @include igo.context-component-themes($config);
13
+ @include igo.geo-component-themes($config);
14
+ }