@gipisistemas/ng-core 1.1.11 → 1.1.13
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/styles/colors.scss +228 -211
- package/assets/styles/styles.scss +54 -5
- package/bundles/gipisistemas-ng-core.umd.js +3516 -146
- package/bundles/gipisistemas-ng-core.umd.js.map +1 -1
- package/bundles/gipisistemas-ng-core.umd.min.js +9 -9
- package/bundles/gipisistemas-ng-core.umd.min.js.map +1 -1
- package/core/gipi-components/components/abstract-find.component.d.ts +1 -0
- package/core/gipi-components/components/abstract.component.d.ts +1 -0
- package/esm2015/core/gipi-components/components/abstract-find.component.js +22 -1
- package/esm2015/core/gipi-components/components/abstract.component.js +5 -2
- package/esm2015/gipi-components.js +19 -6
- package/esm2015/gipisistemas-ng-core.js +3 -1
- package/esm2015/shared/components/button/button.component.js +2 -2
- package/esm2015/shared/components/icon/icon.component.js +2 -4
- package/esm2015/shared/gipi-components/button/button.component.js +2 -2
- package/esm2015/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.js +1 -1
- package/esm2015/shared/gipi-components/datepicker/datepicker/datepicker.component.js +3 -3
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/calendar-body.js +1 -1
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/date-range-input.js +1 -1
- package/esm2015/shared/gipi-components/datetime-picker/datetime-picker/datetime-picker.component.js +158 -0
- package/esm2015/shared/gipi-components/datetime-picker/datetime-picker.module.js +82 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/calendar-body.js +116 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/calendar.js +676 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/clock.js +306 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-animations.js +30 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-errors.js +7 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-filtertype.js +7 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-input.js +346 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-toggle.js +83 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-type.js +1 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker.js +451 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/month-view.js +151 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/multi-year-view.js +230 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/adapter.module.js +43 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/datetime-adapter.js +139 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/datetime-formats.js +3 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/native-datetime-adapter.js +138 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/native-datetime-formats.js +20 -0
- package/esm2015/shared/gipi-components/datetime-picker/mat-datetime-picker/year-view.js +141 -0
- package/esm2015/shared/gipi-components/dropdown-menu/dropdown-menu.component.js +1 -1
- package/esm2015/shared/gipi-components/form-field/form-field.component.js +8 -3
- package/esm2015/shared/gipi-components/input-currency/input-currency.component.js +1 -1
- package/esm2015/shared/gipi-components/input-monthpicker/input-monthpicker.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select/input-select.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select-enum/input-select-enum.component.js +20 -6
- package/esm2015/shared/gipi-components/month-year-picker/month-year-picker.component.js +1 -1
- package/esm2015/shared/gipi-components/radio-group/radio-group.component.js +1 -1
- package/esm2015/shared/gipi-components/range-page/range-page.component.js +1 -1
- package/esm2015/shared/gipi-components/range-slider/range-slider.component.js +1 -1
- package/esm2015/shared/gipi-components/select-button/select-button.component.js +1 -1
- package/esm2015/shared/gipi-components/split-button/split-button.component.js +2 -2
- package/esm2015/shared/gipi-components/tabs/tab-group/tab-group.component.js +5 -2
- package/esm2015/shared/gipi-components/textarea/textarea.component.js +1 -1
- package/esm2015/shared/shared.module.js +51 -3
- package/esm5/core/gipi-components/components/abstract-find.component.js +22 -1
- package/esm5/core/gipi-components/components/abstract.component.js +5 -2
- package/esm5/gipi-components.js +19 -6
- package/esm5/gipisistemas-ng-core.js +3 -1
- package/esm5/shared/components/button/button.component.js +2 -2
- package/esm5/shared/components/icon/icon.component.js +2 -4
- package/esm5/shared/gipi-components/button/button.component.js +2 -2
- package/esm5/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.js +1 -1
- package/esm5/shared/gipi-components/datepicker/datepicker/datepicker.component.js +3 -3
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/calendar-body.js +1 -1
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/date-range-input.js +1 -1
- package/esm5/shared/gipi-components/datetime-picker/datetime-picker/datetime-picker.component.js +176 -0
- package/esm5/shared/gipi-components/datetime-picker/datetime-picker.module.js +85 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/calendar-body.js +119 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/calendar.js +747 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/clock.js +332 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-animations.js +30 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-errors.js +7 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-filtertype.js +7 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-input.js +377 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-toggle.js +89 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-type.js +1 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker.js +495 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/month-view.js +160 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/multi-year-view.js +248 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/adapter.module.js +49 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/datetime-adapter.js +145 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/datetime-formats.js +3 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/native-datetime-adapter.js +141 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/native-datetime-formats.js +20 -0
- package/esm5/shared/gipi-components/datetime-picker/mat-datetime-picker/year-view.js +151 -0
- package/esm5/shared/gipi-components/dropdown-menu/dropdown-menu.component.js +1 -1
- package/esm5/shared/gipi-components/form-field/form-field.component.js +8 -3
- package/esm5/shared/gipi-components/input-currency/input-currency.component.js +1 -1
- package/esm5/shared/gipi-components/input-monthpicker/input-monthpicker.component.js +1 -1
- package/esm5/shared/gipi-components/input-select/input-select.component.js +1 -1
- package/esm5/shared/gipi-components/input-select-enum/input-select-enum.component.js +25 -6
- package/esm5/shared/gipi-components/month-year-picker/month-year-picker.component.js +1 -1
- package/esm5/shared/gipi-components/radio-group/radio-group.component.js +1 -1
- package/esm5/shared/gipi-components/range-page/range-page.component.js +1 -1
- package/esm5/shared/gipi-components/range-slider/range-slider.component.js +1 -1
- package/esm5/shared/gipi-components/select-button/select-button.component.js +1 -1
- package/esm5/shared/gipi-components/split-button/split-button.component.js +2 -2
- package/esm5/shared/gipi-components/tabs/tab-group/tab-group.component.js +5 -2
- package/esm5/shared/gipi-components/textarea/textarea.component.js +1 -1
- package/esm5/shared/shared.module.js +51 -3
- package/fesm2015/gipisistemas-ng-core.js +3244 -157
- package/fesm2015/gipisistemas-ng-core.js.map +1 -1
- package/fesm5/gipisistemas-ng-core.js +3494 -152
- package/fesm5/gipisistemas-ng-core.js.map +1 -1
- package/gipi-components.d.ts +16 -0
- package/gipisistemas-ng-core.d.ts +2 -0
- package/gipisistemas-ng-core.metadata.json +1 -1
- package/package.json +4 -4
- package/shared/components/icon/icon.component.d.ts +1 -3
- package/shared/gipi-components/datetime-picker/datetime-picker/datetime-picker.component.d.ts +40 -0
- package/shared/gipi-components/datetime-picker/datetime-picker.module.d.ts +2 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/calendar-body.d.ts +50 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/calendar.d.ts +140 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/clock.d.ts +66 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-animations.d.ts +8 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-errors.d.ts +2 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-filtertype.d.ts +5 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-input.d.ts +98 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-toggle.d.ts +20 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker-type.d.ts +1 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/datetimepicker.d.ts +133 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/month-view.d.ts +53 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/multi-year-view.d.ts +80 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/adapter.module.d.ts +4 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/datetime-adapter.d.ts +46 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/datetime-formats.d.ts +20 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/native-datetime-adapter.d.ts +36 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/shared/adapter/native-datetime-formats.d.ts +2 -0
- package/shared/gipi-components/datetime-picker/mat-datetime-picker/year-view.d.ts +52 -0
- package/shared/gipi-components/form-field/form-field.component.d.ts +1 -0
- package/shared/gipi-components/input-select-enum/input-select-enum.component.d.ts +4 -2
@@ -1,253 +1,270 @@
|
|
1
1
|
// Cores provisórias ---------------------------
|
2
|
-
$gipi-input-border-provisory:
|
2
|
+
$gipi-input-border-provisory: #0000001f;
|
3
3
|
$gipi-input-color-provisory: #696969;
|
4
4
|
// ---------------------------------------------
|
5
5
|
|
6
6
|
// Box shadow
|
7
|
-
$gipi-box-shadow-sm:
|
8
|
-
|
7
|
+
$gipi-box-shadow-sm:
|
8
|
+
0 1px 3px 0 rgba(0, 0, 0, 0.1),
|
9
|
+
0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
10
|
+
$gipi-box-shadow-md:
|
11
|
+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
12
|
+
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
13
|
+
|
9
14
|
// Primary
|
10
|
-
$gipi-primary-50
|
11
|
-
$gipi-primary-100
|
12
|
-
$gipi-primary-200
|
13
|
-
$gipi-primary-300
|
14
|
-
$gipi-primary-400
|
15
|
-
$gipi-primary-500
|
16
|
-
$gipi-primary-600
|
17
|
-
$gipi-primary-700
|
18
|
-
$gipi-primary-800
|
19
|
-
$gipi-primary-900
|
15
|
+
$gipi-primary-50: #fceaec;
|
16
|
+
$gipi-primary-100: #f5bfc3;
|
17
|
+
$gipi-primary-200: #f1a0a6;
|
18
|
+
$gipi-primary-300: #ea757e;
|
19
|
+
$gipi-primary-400: #e65a65;
|
20
|
+
$gipi-primary-500: #e0313e; // Is default
|
21
|
+
$gipi-primary-600: #cc2d38;
|
22
|
+
$gipi-primary-700: #9f232c;
|
23
|
+
$gipi-primary-800: #7b1b22;
|
24
|
+
$gipi-primary-900: #5e151a;
|
25
|
+
|
20
26
|
// Secondary
|
21
|
-
$gipi-secondary-50
|
22
|
-
$gipi-secondary-100
|
23
|
-
$gipi-secondary-200
|
24
|
-
$gipi-secondary-300
|
25
|
-
$gipi-secondary-400
|
26
|
-
$gipi-secondary-500
|
27
|
-
$gipi-secondary-600
|
28
|
-
$gipi-secondary-700
|
29
|
-
$gipi-secondary-800
|
30
|
-
$gipi-secondary-900
|
27
|
+
$gipi-secondary-50: #f5f5f6;
|
28
|
+
$gipi-secondary-100: #e0e1e2;
|
29
|
+
$gipi-secondary-200: #d1d2d4;
|
30
|
+
$gipi-secondary-300: #bbbdc1;
|
31
|
+
$gipi-secondary-400: #aeb1b5;
|
32
|
+
$gipi-secondary-500: #9a9da2; // Is default
|
33
|
+
$gipi-secondary-600: #8c8f93;
|
34
|
+
$gipi-secondary-700: #6d6f73;
|
35
|
+
$gipi-secondary-800: #555659;
|
36
|
+
$gipi-secondary-900: #414244;
|
37
|
+
|
31
38
|
// Success
|
32
|
-
$gipi-success-100
|
33
|
-
$gipi-success-300
|
34
|
-
$gipi-success-400
|
35
|
-
$gipi-success-500
|
36
|
-
$gipi-success-600
|
37
|
-
$gipi-success-700
|
38
|
-
$gipi-success-900
|
39
|
+
$gipi-success-100: #bbdcb6;
|
40
|
+
$gipi-success-300: #6db362;
|
41
|
+
$gipi-success-400: #51a543;
|
42
|
+
$gipi-success-500: #258e14; // Is default
|
43
|
+
$gipi-success-600: #228112;
|
44
|
+
$gipi-success-700: #1a650e;
|
45
|
+
$gipi-success-900: #103c08;
|
46
|
+
|
39
47
|
// Information
|
40
|
-
$gipi-info-100
|
41
|
-
$gipi-info-300
|
42
|
-
$gipi-info-400
|
43
|
-
$gipi-info-500
|
44
|
-
$gipi-info-600
|
45
|
-
$gipi-info-700
|
46
|
-
$gipi-info-900
|
48
|
+
$gipi-info-100: #b0d8ef;
|
49
|
+
$gipi-info-300: #54aadb;
|
50
|
+
$gipi-info-400: #3399d5;
|
51
|
+
$gipi-info-500: #0080ca; // Is default
|
52
|
+
$gipi-info-600: #0074b8;
|
53
|
+
$gipi-info-700: #005b8f;
|
54
|
+
$gipi-info-900: #003655;
|
55
|
+
|
47
56
|
// Warning
|
48
|
-
$gipi-warning-100
|
49
|
-
$gipi-warning-300
|
50
|
-
$gipi-warning-400
|
51
|
-
$gipi-warning-500
|
52
|
-
$gipi-warning-600
|
53
|
-
$gipi-warning-700
|
54
|
-
$gipi-warning-900
|
57
|
+
$gipi-warning-100: #f2e2b0;
|
58
|
+
$gipi-warning-300: #e4bf54;
|
59
|
+
$gipi-warning-400: #deb333;
|
60
|
+
$gipi-warning-500: #d6a000; // Is default
|
61
|
+
$gipi-warning-600: #c39200;
|
62
|
+
$gipi-warning-700: #987200;
|
63
|
+
$gipi-warning-900: #5a4300;
|
64
|
+
|
55
65
|
// Danger
|
56
|
-
$gipi-danger-100
|
57
|
-
$gipi-danger-300
|
58
|
-
$gipi-danger-400
|
59
|
-
$gipi-danger-500
|
60
|
-
$gipi-danger-600
|
61
|
-
$gipi-danger-700
|
62
|
-
$gipi-danger-900
|
66
|
+
$gipi-danger-100: #f1c4b6;
|
67
|
+
$gipi-danger-300: #e07f62;
|
68
|
+
$gipi-danger-400: #da6643;
|
69
|
+
$gipi-danger-500: #d14014; // Is default
|
70
|
+
$gipi-danger-600: #be3a12;
|
71
|
+
$gipi-danger-700: #942d0e;
|
72
|
+
$gipi-danger-900: #581b08;
|
73
|
+
|
63
74
|
// White
|
64
|
-
$gipi-common-white-100
|
65
|
-
$gipi-common-white-200
|
66
|
-
$gipi-common-white-300
|
67
|
-
$gipi-common-white-400
|
75
|
+
$gipi-common-white-100: #ffffff; // Is default
|
76
|
+
$gipi-common-white-200: #fcfcfc;
|
77
|
+
$gipi-common-white-300: #f5f5f5;
|
78
|
+
$gipi-common-white-400: #f0f0f0;
|
79
|
+
|
68
80
|
// Black
|
69
|
-
$gipi-common-black-100
|
70
|
-
$gipi-common-black-200
|
71
|
-
$gipi-common-black-300
|
72
|
-
$gipi-common-black-400
|
81
|
+
$gipi-common-black-100: #131313; // Is default
|
82
|
+
$gipi-common-black-200: #262626;
|
83
|
+
$gipi-common-black-300: #595959;
|
84
|
+
$gipi-common-black-400: #bfbfbf;
|
85
|
+
|
73
86
|
// Gray
|
74
|
-
$gipi-common-gray-50
|
75
|
-
$gipi-common-gray-100
|
76
|
-
$gipi-common-gray-200
|
77
|
-
$gipi-common-gray-300
|
78
|
-
$gipi-common-gray-400
|
79
|
-
$gipi-common-gray-500
|
80
|
-
$gipi-common-gray-600
|
81
|
-
$gipi-common-gray-700
|
82
|
-
$gipi-common-gray-800
|
83
|
-
$gipi-common-gray-900
|
87
|
+
$gipi-common-gray-50: #f5f5f6;
|
88
|
+
$gipi-common-gray-100: #e0e1e2;
|
89
|
+
$gipi-common-gray-200: #d1d2d4;
|
90
|
+
$gipi-common-gray-300: #bbbdc1;
|
91
|
+
$gipi-common-gray-400: #aeb1b5;
|
92
|
+
$gipi-common-gray-500: #9a9da2; // Is default
|
93
|
+
$gipi-common-gray-600: #8c8f93;
|
94
|
+
$gipi-common-gray-700: #6d6f73;
|
95
|
+
$gipi-common-gray-800: #555659;
|
96
|
+
$gipi-common-gray-900: #414244;
|
97
|
+
|
84
98
|
// Pastels - No default color
|
85
|
-
$gipi-common-pastels-primary
|
86
|
-
$gipi-common-pastels-secondary
|
87
|
-
$gipi-common-pastels-success
|
88
|
-
$gipi-common-pastels-info
|
89
|
-
$gipi-common-pastels-warning
|
90
|
-
$gipi-common-pastels-danger
|
91
|
-
|
99
|
+
$gipi-common-pastels-primary: #f3e7e7;
|
100
|
+
$gipi-common-pastels-secondary: #e7ebee;
|
101
|
+
$gipi-common-pastels-success: #e9f4e8;
|
102
|
+
$gipi-common-pastels-info: #e6f2fa;
|
103
|
+
$gipi-common-pastels-warning: #fbf6e6;
|
104
|
+
$gipi-common-pastels-danger: #faece8;
|
105
|
+
|
92
106
|
$gipi-palette-primary: (
|
93
|
-
50
|
94
|
-
100
|
95
|
-
200
|
96
|
-
300
|
97
|
-
400
|
98
|
-
500
|
99
|
-
600
|
100
|
-
700
|
101
|
-
800
|
102
|
-
900
|
103
|
-
contrast: (
|
104
|
-
50
|
105
|
-
100
|
106
|
-
200
|
107
|
-
300
|
108
|
-
400
|
109
|
-
500
|
110
|
-
600
|
111
|
-
700
|
112
|
-
800
|
113
|
-
900
|
107
|
+
50: $gipi-primary-50,
|
108
|
+
100: $gipi-primary-100,
|
109
|
+
200: $gipi-primary-200,
|
110
|
+
300: $gipi-primary-300,
|
111
|
+
400: $gipi-primary-400,
|
112
|
+
500: $gipi-primary-500,
|
113
|
+
600: $gipi-primary-600,
|
114
|
+
700: $gipi-primary-700,
|
115
|
+
800: $gipi-primary-800,
|
116
|
+
900: $gipi-primary-900,
|
117
|
+
contrast: (
|
118
|
+
50: $gipi-common-black-100,
|
119
|
+
100: $gipi-common-black-100,
|
120
|
+
200: $gipi-common-black-100,
|
121
|
+
300: $gipi-common-black-100,
|
122
|
+
400: $gipi-common-black-100,
|
123
|
+
500: $gipi-common-white-100,
|
124
|
+
600: $gipi-common-white-100,
|
125
|
+
700: $gipi-common-white-100,
|
126
|
+
800: $gipi-common-white-100,
|
127
|
+
900: $gipi-common-white-100
|
114
128
|
)
|
115
129
|
);
|
116
|
-
|
130
|
+
|
117
131
|
$gipi-palette-secondary: (
|
118
|
-
100
|
119
|
-
300
|
120
|
-
400
|
121
|
-
500
|
122
|
-
600
|
123
|
-
700
|
124
|
-
900
|
125
|
-
contrast: (
|
126
|
-
50
|
127
|
-
100
|
128
|
-
200
|
129
|
-
300
|
130
|
-
400
|
131
|
-
500
|
132
|
-
600
|
133
|
-
700
|
134
|
-
800
|
135
|
-
900
|
132
|
+
100: $gipi-secondary-100,
|
133
|
+
300: $gipi-secondary-300,
|
134
|
+
400: $gipi-secondary-400,
|
135
|
+
500: $gipi-secondary-500,
|
136
|
+
600: $gipi-secondary-600,
|
137
|
+
700: $gipi-secondary-700,
|
138
|
+
900: $gipi-secondary-900,
|
139
|
+
contrast: (
|
140
|
+
50: $gipi-common-black-100,
|
141
|
+
100: $gipi-common-black-100,
|
142
|
+
200: $gipi-common-black-100,
|
143
|
+
300: $gipi-common-black-100,
|
144
|
+
400: $gipi-common-black-100,
|
145
|
+
500: $gipi-common-black-100,
|
146
|
+
600: $gipi-common-black-100,
|
147
|
+
700: $gipi-common-white-100,
|
148
|
+
800: $gipi-common-white-100,
|
149
|
+
900: $gipi-common-white-100
|
136
150
|
)
|
137
151
|
);
|
138
|
-
|
152
|
+
|
139
153
|
$gipi-palette-success: (
|
140
|
-
100
|
141
|
-
300
|
142
|
-
400
|
143
|
-
500
|
144
|
-
600
|
145
|
-
700
|
146
|
-
900
|
147
|
-
contrast: (
|
148
|
-
100
|
149
|
-
300
|
150
|
-
400
|
151
|
-
500
|
152
|
-
600
|
153
|
-
700
|
154
|
-
900
|
154
|
+
100: $gipi-success-100,
|
155
|
+
300: $gipi-success-300,
|
156
|
+
400: $gipi-success-400,
|
157
|
+
500: $gipi-success-500,
|
158
|
+
600: $gipi-success-600,
|
159
|
+
700: $gipi-success-700,
|
160
|
+
900: $gipi-success-900,
|
161
|
+
contrast: (
|
162
|
+
100: $gipi-common-black-100,
|
163
|
+
300: $gipi-common-black-100,
|
164
|
+
400: $gipi-common-black-100,
|
165
|
+
500: $gipi-common-white-100,
|
166
|
+
600: $gipi-common-white-100,
|
167
|
+
700: $gipi-common-white-100,
|
168
|
+
900: $gipi-common-white-100
|
155
169
|
)
|
156
170
|
);
|
157
|
-
|
171
|
+
|
158
172
|
$gipi-palette-info: (
|
159
|
-
100
|
160
|
-
300
|
161
|
-
400
|
162
|
-
500
|
163
|
-
600
|
164
|
-
700
|
165
|
-
900
|
166
|
-
contrast: (
|
167
|
-
100
|
168
|
-
300
|
169
|
-
400
|
170
|
-
500
|
171
|
-
600
|
172
|
-
700
|
173
|
-
900
|
173
|
+
100: $gipi-info-100,
|
174
|
+
300: $gipi-info-300,
|
175
|
+
400: $gipi-info-400,
|
176
|
+
500: $gipi-info-500,
|
177
|
+
600: $gipi-info-600,
|
178
|
+
700: $gipi-info-700,
|
179
|
+
900: $gipi-info-900,
|
180
|
+
contrast: (
|
181
|
+
100: $gipi-common-black-100,
|
182
|
+
300: $gipi-common-black-100,
|
183
|
+
400: $gipi-common-black-100,
|
184
|
+
500: $gipi-common-white-100,
|
185
|
+
600: $gipi-common-white-100,
|
186
|
+
700: $gipi-common-white-100,
|
187
|
+
900: $gipi-common-white-100
|
174
188
|
)
|
175
189
|
);
|
176
|
-
|
190
|
+
|
177
191
|
$gipi-palette-warning: (
|
178
|
-
100
|
179
|
-
300
|
180
|
-
400
|
181
|
-
500
|
182
|
-
600
|
183
|
-
700
|
184
|
-
900
|
185
|
-
contrast: (
|
186
|
-
100
|
187
|
-
300
|
188
|
-
400
|
189
|
-
500
|
190
|
-
600
|
191
|
-
700
|
192
|
-
900
|
192
|
+
100: $gipi-warning-100,
|
193
|
+
300: $gipi-warning-300,
|
194
|
+
400: $gipi-warning-400,
|
195
|
+
500: $gipi-warning-500,
|
196
|
+
600: $gipi-warning-600,
|
197
|
+
700: $gipi-warning-700,
|
198
|
+
900: $gipi-warning-900,
|
199
|
+
contrast: (
|
200
|
+
100: $gipi-common-black-100,
|
201
|
+
300: $gipi-common-black-100,
|
202
|
+
400: $gipi-common-black-100,
|
203
|
+
500: $gipi-common-white-100,
|
204
|
+
600: $gipi-common-white-100,
|
205
|
+
700: $gipi-common-white-100,
|
206
|
+
900: $gipi-common-white-100
|
193
207
|
)
|
194
208
|
);
|
195
|
-
|
209
|
+
|
196
210
|
$gipi-palette-danger: (
|
197
|
-
100
|
198
|
-
300
|
199
|
-
400
|
200
|
-
500
|
201
|
-
600
|
202
|
-
700
|
203
|
-
900
|
204
|
-
contrast: (
|
205
|
-
100
|
206
|
-
300
|
207
|
-
400
|
208
|
-
500
|
209
|
-
600
|
210
|
-
700
|
211
|
-
900
|
211
|
+
100: $gipi-danger-100,
|
212
|
+
300: $gipi-danger-300,
|
213
|
+
400: $gipi-danger-400,
|
214
|
+
500: $gipi-danger-500,
|
215
|
+
600: $gipi-danger-600,
|
216
|
+
700: $gipi-danger-700,
|
217
|
+
900: $gipi-danger-900,
|
218
|
+
contrast: (
|
219
|
+
100: $gipi-common-black-100,
|
220
|
+
300: $gipi-common-black-100,
|
221
|
+
400: $gipi-common-black-100,
|
222
|
+
500: $gipi-common-white-100,
|
223
|
+
600: $gipi-common-white-100,
|
224
|
+
700: $gipi-common-white-100,
|
225
|
+
900: $gipi-common-white-100
|
212
226
|
)
|
213
227
|
);
|
214
|
-
|
228
|
+
|
215
229
|
$gipi-palette-common: (
|
216
|
-
white
|
217
|
-
100
|
218
|
-
|
219
|
-
|
220
|
-
|
230
|
+
white: (
|
231
|
+
// 100 is default
|
232
|
+
100: $gipi-common-white-100,
|
233
|
+
200: $gipi-common-white-200,
|
234
|
+
300: $gipi-common-white-300,
|
235
|
+
400: $gipi-common-white-400
|
221
236
|
),
|
222
|
-
black
|
223
|
-
100
|
224
|
-
|
225
|
-
|
226
|
-
|
237
|
+
black: (
|
238
|
+
// 100 is default
|
239
|
+
100: $gipi-common-black-100,
|
240
|
+
200: $gipi-common-black-200,
|
241
|
+
300: $gipi-common-black-300,
|
242
|
+
400: $gipi-common-black-400
|
227
243
|
),
|
228
|
-
gray
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
pastels : ( // No default color
|
241
|
-
primary : $gipi-common-pastels-primary,
|
242
|
-
secondary : $gipi-common-pastels-secondary,
|
243
|
-
success : $gipi-common-pastels-success,
|
244
|
-
info : $gipi-common-pastels-info,
|
245
|
-
warning : $gipi-common-pastels-warning,
|
246
|
-
danger : $gipi-common-pastels-danger,
|
244
|
+
gray: (
|
245
|
+
// 500 is default
|
246
|
+
50: $gipi-common-gray-50,
|
247
|
+
100: $gipi-common-gray-100,
|
248
|
+
200: $gipi-common-gray-200,
|
249
|
+
300: $gipi-common-gray-300,
|
250
|
+
400: $gipi-common-gray-400,
|
251
|
+
500: $gipi-common-gray-500,
|
252
|
+
600: $gipi-common-gray-600,
|
253
|
+
700: $gipi-common-gray-700,
|
254
|
+
800: $gipi-common-gray-800,
|
255
|
+
900: $gipi-common-gray-900
|
247
256
|
),
|
257
|
+
pastels: (
|
258
|
+
// No default color
|
259
|
+
primary: $gipi-common-pastels-primary,
|
260
|
+
secondary: $gipi-common-pastels-secondary,
|
261
|
+
success: $gipi-common-pastels-success,
|
262
|
+
info: $gipi-common-pastels-info,
|
263
|
+
warning: $gipi-common-pastels-warning,
|
264
|
+
danger: $gipi-common-pastels-danger
|
265
|
+
)
|
248
266
|
);
|
249
267
|
|
250
|
-
//
|
251
268
|
@function gipi-colors($color, $tone) {
|
252
269
|
@if map-has-key($gipi-palette-common, $color) {
|
253
270
|
$lColor: map-get($gipi-palette-common, $color);
|
@@ -1,5 +1,5 @@
|
|
1
|
-
@import url(
|
2
|
-
@import
|
1
|
+
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp');
|
2
|
+
@import '~@angular/material/theming';
|
3
3
|
|
4
4
|
@import './colors.scss';
|
5
5
|
@import './variable.scss';
|
@@ -13,7 +13,9 @@ $gipi-danger: mat-palette($gipi-palette-danger, 500, 500);
|
|
13
13
|
$gipi-theme: mat-light-theme($gipi-primary, $gipi-accent, $gipi-danger);
|
14
14
|
@include angular-material-theme($gipi-theme);
|
15
15
|
// Font
|
16
|
-
$gipi-typography
|
16
|
+
$gipi-typography: mat-typography-config(
|
17
|
+
$font-family: "'Nunito', sans-serif"
|
18
|
+
);
|
17
19
|
@include angular-material-typography($gipi-typography);
|
18
20
|
|
19
21
|
:root,
|
@@ -37,10 +39,14 @@ body {
|
|
37
39
|
font-size: 1.3rem;
|
38
40
|
}
|
39
41
|
|
40
|
-
input[type=
|
42
|
+
input[type='search']::-webkit-search-cancel-button {
|
41
43
|
display: none !important;
|
42
44
|
}
|
43
45
|
|
46
|
+
.mattooltip-line-break {
|
47
|
+
white-space: pre-wrap;
|
48
|
+
}
|
49
|
+
|
44
50
|
.select-input-search {
|
45
51
|
.mat-form-field-wrapper {
|
46
52
|
margin-left: 10px !important;
|
@@ -146,4 +152,47 @@ mat-icon {
|
|
146
152
|
-moz-user-select: none;
|
147
153
|
-ms-user-select: none;
|
148
154
|
user-select: none;
|
149
|
-
}
|
155
|
+
}
|
156
|
+
|
157
|
+
/** DatetimePicker */
|
158
|
+
$gipi-mat-datetime-picker-selected-today-box-shadow-width: 1px;
|
159
|
+
|
160
|
+
.gipi-mat-datetime-picker-calendar-body-cell-content {
|
161
|
+
&.gipi-mat-datetime-picker-calendar-body-selected {
|
162
|
+
background-color: $gipi-primary-500;
|
163
|
+
color: $gipi-common-white-100;
|
164
|
+
}
|
165
|
+
|
166
|
+
&.gipi-mat-datetime-picker-calendar-body-disabled > .gipi-mat-datetime-picker-calendar-body-selected {
|
167
|
+
background-color: rgba($gipi-primary-500, 0.4);
|
168
|
+
}
|
169
|
+
|
170
|
+
&.gipi-mat-datetime-picker-calendar-body-today {
|
171
|
+
&:not(.gipi-mat-datetime-picker-calendar-body-selected) {
|
172
|
+
border-color: $gipi-primary-500;
|
173
|
+
}
|
174
|
+
|
175
|
+
// &.gipi-mat-datetime-picker-calendar-body-selected {
|
176
|
+
// box-shadow: inset 0 0 0 $gipi-mat-datetime-picker-selected-today-box-shadow-width
|
177
|
+
// mat-color($gipi-primary-500, default-contrast);
|
178
|
+
// }
|
179
|
+
}
|
180
|
+
}
|
181
|
+
|
182
|
+
.gipi-mat-datetime-picker-clock-center {
|
183
|
+
background-color: $gipi-primary-500;
|
184
|
+
}
|
185
|
+
|
186
|
+
.gipi-mat-datetime-picker-clock-hand {
|
187
|
+
background-color: $gipi-primary-500;
|
188
|
+
|
189
|
+
&::before {
|
190
|
+
background-color: $gipi-primary-500;
|
191
|
+
}
|
192
|
+
}
|
193
|
+
|
194
|
+
.gipi-mat-datetime-picker-clock-cell {
|
195
|
+
&.gipi-mat-datetime-picker-clock-cell-selected {
|
196
|
+
background-color: lighten($gipi-primary-500, 5);
|
197
|
+
}
|
198
|
+
}
|