@igo2/core 16.2.0 → 17.0.0-next.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 (141) hide show
  1. package/esm2022/lib/activity/activity.interceptor.mjs +5 -5
  2. package/esm2022/lib/activity/activity.module.mjs +5 -5
  3. package/esm2022/lib/activity/activity.service.mjs +5 -5
  4. package/esm2022/lib/activity/index.mjs +1 -1
  5. package/esm2022/lib/analytics/index.mjs +1 -1
  6. package/esm2022/lib/analytics/shared/analytics.interface.mjs +1 -1
  7. package/esm2022/lib/analytics/shared/analytics.service.mjs +5 -5
  8. package/esm2022/lib/analytics/shared/index.mjs +1 -1
  9. package/esm2022/lib/compression/compressedData.interface.mjs +1 -1
  10. package/esm2022/lib/compression/compression.service.mjs +5 -5
  11. package/esm2022/lib/compression/index.mjs +1 -1
  12. package/esm2022/lib/config/config-deprecated.mjs +1 -1
  13. package/esm2022/lib/config/config.module.mjs +5 -5
  14. package/esm2022/lib/config/config.service.mjs +5 -5
  15. package/esm2022/lib/config/index.mjs +1 -1
  16. package/esm2022/lib/config/version.mjs +3 -3
  17. package/esm2022/lib/core.module.mjs +12 -14
  18. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  19. package/esm2022/lib/environment/index.mjs +1 -1
  20. package/esm2022/lib/gesture/gesture.module.mjs +5 -5
  21. package/esm2022/lib/gesture/gesture.provider.mjs +4 -4
  22. package/esm2022/lib/language/index.mjs +1 -1
  23. package/esm2022/lib/language/language.module.mjs +6 -29
  24. package/esm2022/lib/language/shared/index.mjs +3 -1
  25. package/esm2022/lib/language/shared/language-mock.provider.mjs +5 -0
  26. package/esm2022/lib/language/shared/language.interface.mjs +3 -2
  27. package/esm2022/lib/language/shared/language.loader.mjs +23 -16
  28. package/esm2022/lib/language/shared/language.provider.mjs +37 -18
  29. package/esm2022/lib/language/shared/language.service.mjs +5 -5
  30. package/esm2022/lib/language/shared/missing-translation.guard.mjs +2 -2
  31. package/esm2022/lib/media/index.mjs +1 -1
  32. package/esm2022/lib/media/media.enum.mjs +1 -1
  33. package/esm2022/lib/media/media.service.mjs +5 -5
  34. package/esm2022/lib/message/index.mjs +1 -1
  35. package/esm2022/lib/message/message.module.mjs +5 -5
  36. package/esm2022/lib/message/shared/index.mjs +1 -1
  37. package/esm2022/lib/message/shared/message.enum.mjs +1 -1
  38. package/esm2022/lib/message/shared/message.interface.mjs +1 -1
  39. package/esm2022/lib/message/shared/message.service.mjs +8 -7
  40. package/esm2022/lib/monitoring/index.mjs +1 -1
  41. package/esm2022/lib/monitoring/monitoring.provider.mjs +1 -1
  42. package/esm2022/lib/monitoring/sentry/index.mjs +1 -1
  43. package/esm2022/lib/monitoring/sentry/sentry.interface.mjs +1 -1
  44. package/esm2022/lib/monitoring/sentry/sentry.mjs +1 -1
  45. package/esm2022/lib/monitoring/sentry/sentry.provider.mjs +1 -1
  46. package/esm2022/lib/monitoring/sentry/sentry.utils.mjs +4 -2
  47. package/esm2022/lib/monitoring/shared/any-monitoring.interface.mjs +1 -1
  48. package/esm2022/lib/monitoring/shared/index.mjs +1 -1
  49. package/esm2022/lib/monitoring/shared/monitoring.interface.mjs +1 -1
  50. package/esm2022/lib/network/index.mjs +1 -1
  51. package/esm2022/lib/network/network.interfaces.mjs +1 -1
  52. package/esm2022/lib/network/network.service.mjs +5 -5
  53. package/esm2022/lib/regex/index.mjs +1 -1
  54. package/esm2022/lib/regex/regex.interface.mjs +1 -1
  55. package/esm2022/lib/regex/regex.service.mjs +5 -5
  56. package/esm2022/lib/request/error.interceptor.mjs +5 -5
  57. package/esm2022/lib/request/error.module.mjs +7 -7
  58. package/esm2022/lib/request/index.mjs +1 -1
  59. package/esm2022/lib/request/logging.interceptor.mjs +5 -5
  60. package/esm2022/lib/request/logging.module.mjs +5 -5
  61. package/esm2022/lib/route/route.interface.mjs +1 -1
  62. package/esm2022/lib/route/route.service.mjs +6 -6
  63. package/esm2022/lib/storage/index.mjs +1 -1
  64. package/esm2022/lib/storage/storage.interface.mjs +1 -1
  65. package/esm2022/lib/storage/storage.mjs +1 -1
  66. package/esm2022/lib/storage/storage.service.mjs +5 -5
  67. package/esm2022/lib/user/index.mjs +1 -1
  68. package/esm2022/lib/user/user.interface.mjs +1 -1
  69. package/esm2022/public_api.mjs +1 -2
  70. package/fesm2022/igo2-core.mjs +204 -193
  71. package/fesm2022/igo2-core.mjs.map +1 -1
  72. package/lib/core.module.d.ts +4 -4
  73. package/lib/language/language.module.d.ts +1 -3
  74. package/lib/language/shared/index.d.ts +2 -0
  75. package/lib/language/shared/language-mock.provider.d.ts +2 -0
  76. package/lib/language/shared/language.interface.d.ts +6 -0
  77. package/lib/language/shared/language.loader.d.ts +6 -4
  78. package/lib/language/shared/language.provider.d.ts +8 -15
  79. package/lib/message/shared/message.enum.d.ts +1 -1
  80. package/lib/monitoring/sentry/sentry.utils.d.ts +1 -1
  81. package/lib/monitoring/shared/any-monitoring.interface.d.ts +1 -1
  82. package/locale/en.core.json +28 -28
  83. package/locale/en.json +1 -1
  84. package/locale/fr.core.json +28 -28
  85. package/locale/fr.json +1 -1
  86. package/package.json +14 -11
  87. package/public_api.d.ts +0 -1
  88. package/src/core-theme.scss +5 -5
  89. package/src/index.scss +6 -6
  90. package/src/lib/message/message.theming.scss +26 -26
  91. package/src/packages.import.scss +5 -0
  92. package/src/style/all-style.scss +3 -3
  93. package/src/style/layout.scss +163 -163
  94. package/src/style/partial/core-utils.scss +5 -5
  95. package/src/style/partial/core.variables.scss +5 -5
  96. package/src/style/partial/media.scss +80 -80
  97. package/src/style/style.scss +19 -19
  98. package/src/theming/all-theme.scss +15 -14
  99. package/src/theming/material-theme-override.scss +39 -39
  100. package/src/theming/prebuilt-themes/blue-theme.scss +27 -27
  101. package/src/theming/prebuilt-themes/bluedark-theme.scss +60 -60
  102. package/src/theming/prebuilt-themes/bluedq-theme.scss +60 -60
  103. package/src/theming/prebuilt-themes/bluegrey-theme.scss +26 -26
  104. package/src/theming/prebuilt-themes/dark-theme.scss +26 -26
  105. package/src/theming/prebuilt-themes/deeppurple-theme.scss +26 -26
  106. package/src/theming/prebuilt-themes/indigo-theme.scss +26 -26
  107. package/src/theming/prebuilt-themes/orange-theme.scss +26 -26
  108. package/src/theming/prebuilt-themes/teal-theme.scss +26 -26
  109. package/src/theming/typography.scss +28 -28
  110. package/src/theming/utils/_foreground.scss +22 -22
  111. package/theming/prebuilt-themes/blue-theme.css +823 -963
  112. package/theming/prebuilt-themes/bluedark-theme.css +823 -963
  113. package/theming/prebuilt-themes/bluedq-theme.css +823 -963
  114. package/theming/prebuilt-themes/bluegrey-theme.css +823 -963
  115. package/theming/prebuilt-themes/dark-theme.css +823 -970
  116. package/theming/prebuilt-themes/deeppurple-theme.css +823 -963
  117. package/theming/prebuilt-themes/indigo-theme.css +823 -963
  118. package/theming/prebuilt-themes/orange-theme.css +823 -963
  119. package/theming/prebuilt-themes/teal-theme.css +823 -963
  120. package/packages.import.scss +0 -4
  121. package/src/theming/prebuilt-themes/qcca/_index.scss +0 -2
  122. package/src/theming/prebuilt-themes/qcca/base/_index.scss +0 -4
  123. package/src/theming/prebuilt-themes/qcca/base/breakpoints.scss +0 -57
  124. package/src/theming/prebuilt-themes/qcca/base/colors.scss +0 -40
  125. package/src/theming/prebuilt-themes/qcca/base/palette.scss +0 -50
  126. package/src/theming/prebuilt-themes/qcca/base/typography/_index.scss +0 -2
  127. package/src/theming/prebuilt-themes/qcca/base/typography/typography.scss +0 -138
  128. package/src/theming/prebuilt-themes/qcca/base/typography/typography.utils.scss +0 -18
  129. package/src/theming/prebuilt-themes/qcca/components/_index.scss +0 -10
  130. package/src/theming/prebuilt-themes/qcca/components/_index.theme.scss +0 -5
  131. package/src/theming/prebuilt-themes/qcca/components/button.scss +0 -24
  132. package/src/theming/prebuilt-themes/qcca/components/dialog.scss +0 -36
  133. package/src/theming/prebuilt-themes/qcca/components/form-field.scss +0 -5
  134. package/src/theming/prebuilt-themes/qcca/components/input.scss +0 -6
  135. package/src/theming/prebuilt-themes/qcca/components/list.scss +0 -24
  136. package/src/theming/prebuilt-themes/qcca/components/panel.scss +0 -8
  137. package/src/theming/prebuilt-themes/qcca/components/scrollbar.scss +0 -15
  138. package/src/theming/prebuilt-themes/qcca/components/search-bar.scss +0 -41
  139. package/src/theming/prebuilt-themes/qcca/components/search-bar.theme.scss +0 -29
  140. package/src/theming/prebuilt-themes/qcca-theme.scss +0 -49
  141. package/theming/prebuilt-themes/qcca-theme.css +0 -3404
@@ -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,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,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,15 @@
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.auth-component-themes($config);
12
+ @include igo.common-component-themes($config);
13
+ @include igo.context-component-themes($config);
14
+ @include igo.geo-component-themes($config);
15
+ }
@@ -1,39 +1,39 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin material-override($theme) {
5
- @include mat-button-toggle($theme);
6
- @include mat-tab-group($theme);
7
- }
8
-
9
- @mixin mat-tab-group($theme) {
10
- mat-tab-group,
11
- mat-tab-group ::ng-deep .mat-mdc-tab-body-wrapper {
12
- height: 100%;
13
- overflow: hidden;
14
- }
15
- }
16
-
17
- @mixin mat-button-toggle($theme) {
18
- $accent: map.get($theme, accent);
19
- $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
20
- $density: mat.get-density-config($theme);
21
-
22
- $theme: map.merge(
23
- $theme,
24
- (
25
- density: $density - 3
26
- )
27
- );
28
-
29
- @include mat.button-toggle-density($theme);
30
-
31
- mat-button-toggle {
32
- color: black !important;
33
-
34
- &.mat-button-toggle-checked {
35
- background-color: mat.get-color-from-palette($accent);
36
- color: mat.get-color-from-palette($dark);
37
- }
38
- }
39
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin material-override($theme) {
5
+ @include mat-button-toggle($theme);
6
+ @include mat-tab-group($theme);
7
+ }
8
+
9
+ @mixin mat-tab-group($theme) {
10
+ mat-tab-group,
11
+ mat-tab-group ::ng-deep .mat-mdc-tab-body-wrapper {
12
+ height: 100%;
13
+ overflow: hidden;
14
+ }
15
+ }
16
+
17
+ @mixin mat-button-toggle($theme) {
18
+ $accent: map.get($theme, accent);
19
+ $dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
20
+ $density: mat.get-density-config($theme);
21
+
22
+ $theme: map.merge(
23
+ $theme,
24
+ (
25
+ density: $density - 3
26
+ )
27
+ );
28
+
29
+ @include mat.button-toggle-density($theme);
30
+
31
+ mat-button-toggle {
32
+ color: black !important;
33
+
34
+ &.mat-button-toggle-checked {
35
+ background-color: mat.get-color-from-palette($accent);
36
+ color: mat.get-color-from-palette($dark);
37
+ }
38
+ }
39
+ }