@igo2/core 1.10.0 → 1.12.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.
- package/__ivy_ngcc__/locale/en.auth.json +29 -29
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.context.json +198 -198
- package/__ivy_ngcc__/locale/en.core.json +29 -29
- package/__ivy_ngcc__/locale/en.geo.json +737 -709
- package/__ivy_ngcc__/locale/en.integration.json +123 -105
- package/__ivy_ngcc__/locale/en.json +55 -9
- package/__ivy_ngcc__/locale/fr.auth.json +32 -32
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.context.json +198 -198
- package/__ivy_ngcc__/locale/fr.core.json +29 -29
- package/__ivy_ngcc__/locale/fr.geo.json +737 -709
- package/__ivy_ngcc__/locale/fr.integration.json +125 -107
- package/__ivy_ngcc__/locale/fr.json +51 -5
- package/bundles/igo2-core.umd.js +227 -40
- package/bundles/igo2-core.umd.js.map +1 -1
- package/esm2015/lib/activity/activity.interceptor.js +1 -1
- package/esm2015/lib/activity/activity.module.js +1 -1
- package/esm2015/lib/activity/activity.service.js +1 -1
- package/esm2015/lib/activity/index.js +1 -1
- package/esm2015/lib/analytics/index.js +1 -1
- package/esm2015/lib/analytics/shared/analytics.interface.js +1 -1
- package/esm2015/lib/analytics/shared/analytics.service.js +1 -1
- package/esm2015/lib/analytics/shared/index.js +1 -1
- package/esm2015/lib/compression/compressedData.interface.js +2 -0
- package/esm2015/lib/compression/compression.service.js +140 -0
- package/esm2015/lib/compression/index.js +3 -0
- package/esm2015/lib/config/config.interface.js +1 -1
- package/esm2015/lib/config/config.module.js +1 -1
- package/esm2015/lib/config/config.provider.js +1 -1
- package/esm2015/lib/config/config.service.js +1 -1
- package/esm2015/lib/config/index.js +1 -1
- package/esm2015/lib/config/version.js +3 -3
- package/esm2015/lib/core.module.js +19 -4
- package/esm2015/lib/gesture/gesture.module.js +1 -1
- package/esm2015/lib/gesture/gesture.provider.js +1 -1
- package/esm2015/lib/language/index.js +1 -1
- package/esm2015/lib/language/language.module.js +1 -1
- package/esm2015/lib/language/shared/index.js +1 -1
- package/esm2015/lib/language/shared/language.interface.js +1 -1
- package/esm2015/lib/language/shared/language.loader.js +1 -1
- package/esm2015/lib/language/shared/language.provider.js +1 -1
- package/esm2015/lib/language/shared/language.service.js +1 -1
- package/esm2015/lib/language/shared/missing-translation.guard.js +2 -2
- package/esm2015/lib/media/index.js +1 -1
- package/esm2015/lib/media/media.enum.js +1 -1
- package/esm2015/lib/media/media.service.js +1 -1
- package/esm2015/lib/message/index.js +1 -1
- package/esm2015/lib/message/message.module.js +3 -3
- package/esm2015/lib/message/shared/index.js +1 -1
- package/esm2015/lib/message/shared/message.enum.js +1 -1
- package/esm2015/lib/message/shared/message.interface.js +1 -1
- package/esm2015/lib/message/shared/message.service.js +14 -8
- package/esm2015/lib/network/index.js +1 -1
- package/esm2015/lib/network/network.interfaces.js +1 -1
- package/esm2015/lib/network/network.service.js +11 -3
- package/esm2015/lib/request/error.interceptor.js +1 -1
- package/esm2015/lib/request/error.module.js +1 -1
- package/esm2015/lib/request/index.js +1 -1
- package/esm2015/lib/request/logging.interceptor.js +2 -2
- package/esm2015/lib/request/logging.module.js +1 -1
- package/esm2015/lib/route/route.interface.js +1 -1
- package/esm2015/lib/route/route.service.js +1 -1
- package/esm2015/lib/storage/index.js +1 -1
- package/esm2015/lib/storage/storage.interface.js +1 -1
- package/esm2015/lib/storage/storage.service.js +1 -1
- package/esm2015/public_api.js +2 -1
- package/fesm2015/igo2-core.js +197 -31
- package/fesm2015/igo2-core.js.map +1 -1
- package/lib/compression/compressedData.interface.d.ts +5 -0
- package/lib/compression/compression.service.d.ts +15 -0
- package/lib/compression/index.d.ts +2 -0
- package/lib/core.module.d.ts +2 -1
- package/lib/message/shared/message.service.d.ts +5 -3
- package/lib/network/network.service.d.ts +1 -0
- package/locale/en.auth.json +29 -29
- package/locale/en.common.json +43 -43
- package/locale/en.context.json +198 -198
- package/locale/en.core.json +29 -29
- package/locale/en.geo.json +737 -709
- package/locale/en.integration.json +123 -105
- package/locale/en.json +55 -9
- package/locale/fr.auth.json +32 -32
- package/locale/fr.common.json +43 -43
- package/locale/fr.context.json +198 -198
- package/locale/fr.core.json +29 -29
- package/locale/fr.geo.json +737 -709
- package/locale/fr.integration.json +125 -107
- package/locale/fr.json +51 -5
- package/package.json +3 -2
- package/public_api.d.ts +1 -0
- package/style/all.theming.scss +5 -5
- package/style/core.theming.scss +9 -9
- package/style/foreground.scss +20 -20
- package/style/index.theming.scss +823 -740
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +4 -4
- package/style/partial/media.scss +80 -80
- package/style/themes/blue.theme.scss +19 -19
- package/style/themes/bluedq.theme.scss +52 -52
- package/style/themes/bluegrey.theme.scss +16 -16
- package/style/themes/dark.theme.scss +16 -16
- package/style/themes/deeppurple.theme.scss +16 -16
- package/style/themes/indigo.theme.scss +16 -16
- package/style/themes/orange.theme.scss +16 -16
- package/style/themes/qcca.theme.scss +66 -0
- package/style/themes/teal.theme.scss +16 -16
- package/style/theming.scss +7 -7
- package/style/typography.scss +15 -15
package/style/material.font.scss
CHANGED
|
@@ -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,5 +1,5 @@
|
|
|
1
|
-
$igo-margin: 5px;
|
|
2
|
-
$igo-padding: 5px;
|
|
3
|
-
$igo-icon-size: 40px;
|
|
4
|
-
|
|
1
|
+
$igo-margin: 5px;
|
|
2
|
+
$igo-padding: 5px;
|
|
3
|
+
$igo-icon-size: 40px;
|
|
4
|
+
|
|
5
5
|
$app-background-color: rgb(255, 255, 255);
|
package/style/partial/media.scss
CHANGED
|
@@ -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
|
-
.blue-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
|
|
3
|
-
$accent: mat.define-palette(mat.$blue-palette, 200);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$temp-theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
15
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
16
|
-
|
|
17
|
-
@include igo-all-theming($theme);
|
|
18
|
-
@include mat.all-component-colors($theme);
|
|
19
|
-
}
|
|
1
|
+
.blue-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
|
|
3
|
+
$accent: mat.define-palette(mat.$blue-palette, 200);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$temp-theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
15
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
16
|
+
|
|
17
|
+
@include igo-all-theming($theme);
|
|
18
|
+
@include mat.all-component-colors($theme);
|
|
19
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
.bluedq-theme {
|
|
2
|
-
$dq-palette: (
|
|
3
|
-
50 : #e3eaec,
|
|
4
|
-
100 : #b9cad0,
|
|
5
|
-
200 : #8ba7b1,
|
|
6
|
-
300 : #5c8391,
|
|
7
|
-
400 : #39697a,
|
|
8
|
-
500 : #164e62,
|
|
9
|
-
600 : #13475a,
|
|
10
|
-
700 : #103d50,
|
|
11
|
-
800 : #0c3546,
|
|
12
|
-
900 : #062534,
|
|
13
|
-
A100 : #6dc6ff,
|
|
14
|
-
A200 : #3ab2ff,
|
|
15
|
-
A400 : #079eff,
|
|
16
|
-
A700 : #0090ec,
|
|
17
|
-
contrast: (
|
|
18
|
-
50 : #000000,
|
|
19
|
-
100 : #000000,
|
|
20
|
-
200 : #000000,
|
|
21
|
-
300 : #ffffff,
|
|
22
|
-
400 : #ffffff,
|
|
23
|
-
500 : #ffffff,
|
|
24
|
-
600 : #ffffff,
|
|
25
|
-
700 : #ffffff,
|
|
26
|
-
800 : #ffffff,
|
|
27
|
-
900 : #ffffff,
|
|
28
|
-
A100 : #000000,
|
|
29
|
-
A200 : #000000,
|
|
30
|
-
A400 : #ffffff,
|
|
31
|
-
A700 : #ffffff,
|
|
32
|
-
)
|
|
33
|
-
);
|
|
34
|
-
|
|
35
|
-
$primary: mat.define-palette($dq-palette, 500);
|
|
36
|
-
$accent: mat.define-palette($dq-palette, 200);
|
|
37
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
38
|
-
|
|
39
|
-
$temp-theme: mat.define-light-theme((
|
|
40
|
-
color: (
|
|
41
|
-
primary: $primary,
|
|
42
|
-
accent: $accent,
|
|
43
|
-
warn: $warn
|
|
44
|
-
)
|
|
45
|
-
));
|
|
46
|
-
|
|
47
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
48
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
49
|
-
|
|
50
|
-
@include igo-all-theming($theme);
|
|
51
|
-
@include mat.all-component-colors($theme);
|
|
52
|
-
}
|
|
1
|
+
.bluedq-theme {
|
|
2
|
+
$dq-palette: (
|
|
3
|
+
50 : #e3eaec,
|
|
4
|
+
100 : #b9cad0,
|
|
5
|
+
200 : #8ba7b1,
|
|
6
|
+
300 : #5c8391,
|
|
7
|
+
400 : #39697a,
|
|
8
|
+
500 : #164e62,
|
|
9
|
+
600 : #13475a,
|
|
10
|
+
700 : #103d50,
|
|
11
|
+
800 : #0c3546,
|
|
12
|
+
900 : #062534,
|
|
13
|
+
A100 : #6dc6ff,
|
|
14
|
+
A200 : #3ab2ff,
|
|
15
|
+
A400 : #079eff,
|
|
16
|
+
A700 : #0090ec,
|
|
17
|
+
contrast: (
|
|
18
|
+
50 : #000000,
|
|
19
|
+
100 : #000000,
|
|
20
|
+
200 : #000000,
|
|
21
|
+
300 : #ffffff,
|
|
22
|
+
400 : #ffffff,
|
|
23
|
+
500 : #ffffff,
|
|
24
|
+
600 : #ffffff,
|
|
25
|
+
700 : #ffffff,
|
|
26
|
+
800 : #ffffff,
|
|
27
|
+
900 : #ffffff,
|
|
28
|
+
A100 : #000000,
|
|
29
|
+
A200 : #000000,
|
|
30
|
+
A400 : #ffffff,
|
|
31
|
+
A700 : #ffffff,
|
|
32
|
+
)
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
$primary: mat.define-palette($dq-palette, 500);
|
|
36
|
+
$accent: mat.define-palette($dq-palette, 200);
|
|
37
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
38
|
+
|
|
39
|
+
$temp-theme: mat.define-light-theme((
|
|
40
|
+
color: (
|
|
41
|
+
primary: $primary,
|
|
42
|
+
accent: $accent,
|
|
43
|
+
warn: $warn
|
|
44
|
+
)
|
|
45
|
+
));
|
|
46
|
+
|
|
47
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
48
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
49
|
+
|
|
50
|
+
@include igo-all-theming($theme);
|
|
51
|
+
@include mat.all-component-colors($theme);
|
|
52
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.bluegrey-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.bluegrey-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.dark-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-dark-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.dark-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-dark-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.deeppurple-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.deeppurple-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.indigo-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$indigo-palette);
|
|
3
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.indigo-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$indigo-palette);
|
|
3
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.orange-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
3
|
-
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.orange-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
3
|
+
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
.qcca-theme {
|
|
2
|
+
$qcca-palette: (
|
|
3
|
+
100 : #095797,
|
|
4
|
+
200 : #095797,
|
|
5
|
+
201 : #fff,
|
|
6
|
+
300 : #dae6f0,
|
|
7
|
+
301 : #f2f1f1,
|
|
8
|
+
302 : #223654,
|
|
9
|
+
303 : #c5cad2,
|
|
10
|
+
400 : #cb381f,
|
|
11
|
+
401 : #4f813d,
|
|
12
|
+
500 : #f09686,
|
|
13
|
+
contrast: (
|
|
14
|
+
100 : #fff,
|
|
15
|
+
200 : #fff,
|
|
16
|
+
201 : #fff,
|
|
17
|
+
300 : #095797,
|
|
18
|
+
301 : #095797,
|
|
19
|
+
302 : #fff,
|
|
20
|
+
303 : #095797,
|
|
21
|
+
400 : #fff,
|
|
22
|
+
401 : #fff,
|
|
23
|
+
501 : #fff
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
$basic: mat.define-palette($qcca-palette, 100);
|
|
28
|
+
$primary: mat.define-palette($qcca-palette, 200);
|
|
29
|
+
$accent: mat.define-palette($qcca-palette, 500);
|
|
30
|
+
$warn: mat.define-palette($qcca-palette, 400);
|
|
31
|
+
$success: mat.define-palette($qcca-palette, 401);
|
|
32
|
+
|
|
33
|
+
$theme: mat.define-light-theme((
|
|
34
|
+
color: (
|
|
35
|
+
basic: $basic,
|
|
36
|
+
primary: $primary,
|
|
37
|
+
accent: $accent,
|
|
38
|
+
warn: $warn,
|
|
39
|
+
success: $success
|
|
40
|
+
)
|
|
41
|
+
));
|
|
42
|
+
|
|
43
|
+
@include igo-all-theming($theme);
|
|
44
|
+
@include mat.all-component-colors($theme);
|
|
45
|
+
/*
|
|
46
|
+
.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .md-button {
|
|
47
|
+
border-radius: 0!important;
|
|
48
|
+
}*/
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
//@import '~@angular/material/theming';
|
|
52
|
+
// Plus imports for other components in your app.
|
|
53
|
+
|
|
54
|
+
// Include the common styles for Angular Material. We include this here so that you only
|
|
55
|
+
// have to load a single css file for Angular Material in your app.
|
|
56
|
+
// Be sure that you only ever include this mixin once!
|
|
57
|
+
//@include mat-core();
|
|
58
|
+
|
|
59
|
+
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
60
|
+
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
61
|
+
// hue. Available color palettes: https://material.io/design/color/
|
|
62
|
+
|
|
63
|
+
// Include theme styles for core and each component used in your app.
|
|
64
|
+
// Alternatively, you can import and @include the theme mixins for each component
|
|
65
|
+
// that you are using.
|
|
66
|
+
//@include angular-material-theme($theme);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.teal-theme {
|
|
2
|
-
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
3
|
-
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
4
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
-
|
|
6
|
-
$theme: mat.define-light-theme((
|
|
7
|
-
color: (
|
|
8
|
-
primary: $primary,
|
|
9
|
-
accent: $accent,
|
|
10
|
-
warn: $warn
|
|
11
|
-
)
|
|
12
|
-
));
|
|
13
|
-
|
|
14
|
-
@include igo-all-theming($theme);
|
|
15
|
-
@include mat.all-component-colors($theme);
|
|
16
|
-
}
|
|
1
|
+
.teal-theme {
|
|
2
|
+
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
3
|
+
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
4
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
5
|
+
|
|
6
|
+
$theme: mat.define-light-theme((
|
|
7
|
+
color: (
|
|
8
|
+
primary: $primary,
|
|
9
|
+
accent: $accent,
|
|
10
|
+
warn: $warn
|
|
11
|
+
)
|
|
12
|
+
));
|
|
13
|
+
|
|
14
|
+
@include igo-all-theming($theme);
|
|
15
|
+
@include mat.all-component-colors($theme);
|
|
16
|
+
}
|
package/style/theming.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import './material.font';
|
|
2
|
-
|
|
3
|
-
@mixin igo-theming($theme, $typography) {
|
|
4
|
-
@include mat.core($typography);
|
|
5
|
-
|
|
6
|
-
@include igo-core-theming($theme, $typography);
|
|
7
|
-
}
|
|
1
|
+
@import './material.font';
|
|
2
|
+
|
|
3
|
+
@mixin igo-theming($theme, $typography) {
|
|
4
|
+
@include mat.core($typography);
|
|
5
|
+
|
|
6
|
+
@include igo-core-theming($theme, $typography);
|
|
7
|
+
}
|
package/style/typography.scss
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
$igo-typography: mat.define-typography-config(
|
|
2
|
-
$display-4: mat.define-typography-level(110px, 110px, 300),
|
|
3
|
-
$display-3: mat.define-typography-level(54px, 54px, 400),
|
|
4
|
-
$display-2: mat.define-typography-level(43px, 46px, 400),
|
|
5
|
-
$display-1: mat.define-typography-level(32px, 38px, 400),
|
|
6
|
-
$headline: mat.define-typography-level(22px, 30px, 400),
|
|
7
|
-
$title: mat.define-typography-level(18px, 30px, 500),
|
|
8
|
-
$subheading-2: mat.define-typography-level(14px, 26px, 400),
|
|
9
|
-
$subheading-1: mat.define-typography-level(13px, 22px, 400),
|
|
10
|
-
$body-2: mat.define-typography-level(12px, 22px, 500),
|
|
11
|
-
$body-1: mat.define-typography-level(12px, 18px, 400),
|
|
12
|
-
$caption: mat.define-typography-level(12px, 18px, 400),
|
|
13
|
-
$button: mat.define-typography-level(13px, 13px, 500),
|
|
14
|
-
$input: mat.define-typography-level(14px, 1.25, 400)
|
|
15
|
-
);
|
|
1
|
+
$igo-typography: mat.define-typography-config(
|
|
2
|
+
$display-4: mat.define-typography-level(110px, 110px, 300),
|
|
3
|
+
$display-3: mat.define-typography-level(54px, 54px, 400),
|
|
4
|
+
$display-2: mat.define-typography-level(43px, 46px, 400),
|
|
5
|
+
$display-1: mat.define-typography-level(32px, 38px, 400),
|
|
6
|
+
$headline: mat.define-typography-level(22px, 30px, 400),
|
|
7
|
+
$title: mat.define-typography-level(18px, 30px, 500),
|
|
8
|
+
$subheading-2: mat.define-typography-level(14px, 26px, 400),
|
|
9
|
+
$subheading-1: mat.define-typography-level(13px, 22px, 400),
|
|
10
|
+
$body-2: mat.define-typography-level(12px, 22px, 500),
|
|
11
|
+
$body-1: mat.define-typography-level(12px, 18px, 400),
|
|
12
|
+
$caption: mat.define-typography-level(12px, 18px, 400),
|
|
13
|
+
$button: mat.define-typography-level(13px, 13px, 500),
|
|
14
|
+
$input: mat.define-typography-level(14px, 1.25, 400)
|
|
15
|
+
);
|