@lucca-front/ng 8.2.2 → 9.0.0-alpha.1
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/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
- package/api/lib/select/input/api-select-input.component.d.ts +1 -10
- package/api/lib/select/pager/api-pager.component.d.ts +1 -1
- package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
- package/api/lib/service/api-hybrid.service.d.ts +3 -3
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +1 -1
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +3 -4
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +1 -1
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +5 -5
- package/esm2020/api/lib/service/api-hybrid.service.mjs +1 -1
- package/esm2020/api/lib/service/api-v4.service.mjs +2 -4
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +2 -2
- package/esm2020/date/lib/select/date-select-input.component.mjs +2 -2
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +2 -2
- package/esm2020/department/lib/service/department-v3.service.mjs +1 -1
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +2 -2
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +2 -2
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +2 -2
- package/esm2020/formly/lib/types/api.mjs +3 -6
- package/esm2020/formly/lib/types/checkbox.mjs +2 -2
- package/esm2020/formly/lib/types/date.mjs +2 -2
- package/esm2020/formly/lib/types/department.mjs +2 -2
- package/esm2020/formly/lib/types/establishment.mjs +2 -2
- package/esm2020/formly/lib/types/input.mjs +2 -2
- package/esm2020/formly/lib/types/qualification.mjs +2 -2
- package/esm2020/formly/lib/types/radios.mjs +2 -2
- package/esm2020/formly/lib/types/select.mjs +2 -2
- package/esm2020/formly/lib/types/textarea.mjs +2 -2
- package/esm2020/formly/lib/types/user.mjs +2 -2
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +2 -2
- package/esm2020/formly/lib/wrappers/error.mjs +3 -3
- package/esm2020/formly/lib/wrappers/helper.mjs +2 -2
- package/esm2020/formly/lib/wrappers/icon.mjs +2 -2
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +2 -2
- package/esm2020/formly/lib/wrappers/suffix.mjs +2 -2
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +2 -2
- package/esm2020/input/lib/clearer/clearer.component.mjs +2 -2
- package/esm2020/option/lib/item/option-item.component.mjs +2 -2
- package/esm2020/option/lib/item/tree-option-item.component.mjs +2 -2
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +2 -2
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +2 -2
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +2 -2
- package/esm2020/option/lib/selector/all/select-all.component.mjs +2 -2
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +2 -2
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +2 -2
- package/esm2020/select/lib/input/select-input.component.mjs +2 -2
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +3 -3
- package/esm2020/user/lib/picture/user-picture.component.mjs +2 -2
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +2 -2
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +2 -2
- package/esm2020/user/lib/tile/user-tile.component.mjs +2 -2
- package/fesm2015/lucca-front-ng-api.mjs +7 -10
- package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-date.mjs +4 -4
- package/fesm2015/lucca-front-ng-department.mjs +2 -2
- package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-establishment.mjs +6 -6
- package/fesm2015/lucca-front-ng-formly.mjs +36 -39
- package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-input.mjs +2 -2
- package/fesm2015/lucca-front-ng-option.mjs +14 -14
- package/fesm2015/lucca-front-ng-qualification.mjs +2 -2
- package/fesm2015/lucca-front-ng-select.mjs +2 -2
- package/fesm2015/lucca-front-ng-tooltip.mjs +2 -2
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-user.mjs +8 -8
- package/fesm2020/lucca-front-ng-api.mjs +7 -10
- package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-date.mjs +4 -4
- package/fesm2020/lucca-front-ng-department.mjs +2 -2
- package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-establishment.mjs +6 -6
- package/fesm2020/lucca-front-ng-formly.mjs +36 -39
- package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-input.mjs +2 -2
- package/fesm2020/lucca-front-ng-option.mjs +14 -14
- package/fesm2020/lucca-front-ng-qualification.mjs +2 -2
- package/fesm2020/lucca-front-ng-select.mjs +2 -2
- package/fesm2020/lucca-front-ng-tooltip.mjs +2 -2
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-user.mjs +8 -8
- package/formly/lib/types/api.d.ts +1 -2
- package/formly/style/_components.scss +13 -13
- package/formly/style/_theming.overridable.scss +1 -1
- package/formly/style/_theming.scss +1 -1
- package/formly/style/main.overridable.scss +2 -2
- package/formly/style/main.scss +2 -2
- package/material/style/_components.scss +11 -11
- package/material/style/_theming.scss +1 -1
- package/material/style/components/_autocomplete.scss +11 -11
- package/material/style/components/_buttons.scss +3 -3
- package/material/style/components/_datepicker.scss +116 -116
- package/material/style/components/_dialog.scss +26 -26
- package/material/style/components/_input.scss +3 -3
- package/material/style/components/_menu.scss +19 -19
- package/material/style/components/_mixins.scss +8 -8
- package/material/style/components/_options.scss +21 -21
- package/material/style/components/_select.scss +37 -37
- package/material/style/components/_tooltip.scss +19 -19
- package/material/style/main-v11.overridable.scss +12 -12
- package/material/style/main-v11.scss +12 -12
- package/material/style/main.overridable.scss +8 -8
- package/material/style/main.scss +8 -8
- package/package.json +1 -1
- package/style/_components.scss +8 -9
- package/style/_definitions.scss +9 -9
- package/style/_theming.overridable.scss +15 -15
- package/style/_theming.scss +9 -9
- package/style/components/_dropdown.scss +107 -107
- package/style/components/_input.scss +50 -50
- package/style/components/_picker.scss +62 -62
- package/style/components/_popover.scss +54 -54
- package/style/components/_popup.scss +34 -21
- package/style/components/_sidepanel.scss +39 -33
- package/style/components/cdk/_dragDrop.scss +61 -61
- package/style/components/cdk/_global.scss +7 -10
- package/style/components/cdk/_misc.scss +2 -2
- package/style/components/cdk/_overlay.scss +4 -4
- package/style/components/cdk/_textarea.scss +12 -12
- package/style/definitions/option/_option-item.scss +106 -106
- package/style/definitions/option/_option-placeholder.scss +10 -10
- package/style/definitions/option/_option-searcher.scss +46 -46
- package/style/definitions/option/_option-selector.scss +10 -10
- package/style/definitions/select/_select-clearer.scss +70 -70
- package/style/definitions/select/_select-input.scss +323 -323
- package/style/definitions/tooltip/_tooltip.scss +13 -13
- package/style/definitions/user/user-picture.scss +34 -34
- package/style/definitions/user/user-tile.scss +61 -61
- package/style/main.overridable.scss +3 -3
- package/style/main.scss +2 -2
- package/style/theme/_calendar.theme.scss +4 -4
- package/style/theme/_dropdown.theme.scss +6 -6
- package/style/theme/_options.theme.scss +25 -25
- package/style/theme/_popup.theme.scss +26 -26
- package/style/theme/_select.theme.scss +24 -24
- package/style/theme/_tooltip.theme.scss +7 -7
- package/style/theme/_user-picture.theme.scss +34 -34
|
@@ -1,116 +1,116 @@
|
|
|
1
|
-
.mat-datepicker-content {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.mat-datepicker-toggle {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
// CALENDAR
|
|
31
|
-
.mat-calendar {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// CALENDAR HEADER
|
|
55
|
-
.mat-calendar-controls {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
// TABLE
|
|
75
|
-
.mat-calendar-body-cell {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// SPECIFIC MONTH-VIEW
|
|
100
|
-
md-month-view,
|
|
101
|
-
mat-month-view {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
1
|
+
// .mat-datepicker-content {
|
|
2
|
+
// @include box-shadow-override();
|
|
3
|
+
// @extend .card;
|
|
4
|
+
// display: block;
|
|
5
|
+
// margin-top: 2px;
|
|
6
|
+
// }
|
|
7
|
+
|
|
8
|
+
// .mat-datepicker-toggle {
|
|
9
|
+
// @extend .textfield-suffix;
|
|
10
|
+
// pointer-events: auto;
|
|
11
|
+
|
|
12
|
+
// button {
|
|
13
|
+
// background: none !important;
|
|
14
|
+
// border-radius: 0;
|
|
15
|
+
// height: auto;
|
|
16
|
+
// line-height: 1;
|
|
17
|
+
// width: auto;
|
|
18
|
+
|
|
19
|
+
// &::after {
|
|
20
|
+
// @include makeIcon('calendar');
|
|
21
|
+
// }
|
|
22
|
+
|
|
23
|
+
// mat-icon {
|
|
24
|
+
// display: none;
|
|
25
|
+
// }
|
|
26
|
+
// }
|
|
27
|
+
// }
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
// // CALENDAR
|
|
31
|
+
// .mat-calendar {
|
|
32
|
+
// width: 296px;
|
|
33
|
+
|
|
34
|
+
// .mat-button {
|
|
35
|
+
// @extend .button, .mod-text;
|
|
36
|
+
// font-size: 1em;
|
|
37
|
+
// text-decoration: none;
|
|
38
|
+
// }
|
|
39
|
+
|
|
40
|
+
// .mat-calendar-arrow {
|
|
41
|
+
// display: none;
|
|
42
|
+
// }
|
|
43
|
+
|
|
44
|
+
// .mat-icon-button {
|
|
45
|
+
// @extend .button, .mod-text;
|
|
46
|
+
// border-radius: 3px;
|
|
47
|
+
// }
|
|
48
|
+
|
|
49
|
+
// .mat-calendar-content {
|
|
50
|
+
// padding: 0 0.5em 0.5em 0.5em;
|
|
51
|
+
// }
|
|
52
|
+
// }
|
|
53
|
+
|
|
54
|
+
// // CALENDAR HEADER
|
|
55
|
+
// .mat-calendar-controls {
|
|
56
|
+
// margin-top: 0 !important;
|
|
57
|
+
// .mat-icon-button[disabled] {
|
|
58
|
+
// opacity: .4
|
|
59
|
+
// }
|
|
60
|
+
// .mat-calendar-period-button {
|
|
61
|
+
// flex: 1;
|
|
62
|
+
// order: 1;
|
|
63
|
+
// }
|
|
64
|
+
|
|
65
|
+
// .mat-calendar-next-button {
|
|
66
|
+
// order: 2;
|
|
67
|
+
// }
|
|
68
|
+
|
|
69
|
+
// .mat-calendar-spacer {
|
|
70
|
+
// display: none;
|
|
71
|
+
// }
|
|
72
|
+
// }
|
|
73
|
+
|
|
74
|
+
// // TABLE
|
|
75
|
+
// .mat-calendar-body-cell {
|
|
76
|
+
// .mat-calendar-body-cell-content {
|
|
77
|
+
// box-shadow: fakeborderoverlay(_theme('commons.divider.color'));
|
|
78
|
+
// border: none;
|
|
79
|
+
// border-radius: 0;
|
|
80
|
+
// color: _color("text.light");
|
|
81
|
+
// height: 100%;
|
|
82
|
+
// left: 0;
|
|
83
|
+
// top: 0;
|
|
84
|
+
// width: 100%;
|
|
85
|
+
|
|
86
|
+
// &:hover,
|
|
87
|
+
// &.mat-calendar-body-selected {
|
|
88
|
+
// background-color: _color('primary');
|
|
89
|
+
// color: _color('primary', 'text');
|
|
90
|
+
// }
|
|
91
|
+
// }
|
|
92
|
+
|
|
93
|
+
// &.mat-calendar-body-disabled {
|
|
94
|
+
// opacity: 0.5;
|
|
95
|
+
// pointer-events: none;
|
|
96
|
+
// }
|
|
97
|
+
// }
|
|
98
|
+
|
|
99
|
+
// // SPECIFIC MONTH-VIEW
|
|
100
|
+
// md-month-view,
|
|
101
|
+
// mat-month-view {
|
|
102
|
+
// .mat-calendar-table-header th {
|
|
103
|
+
// color: _color("text.light");
|
|
104
|
+
// font-size: 0.9em;
|
|
105
|
+
// padding-bottom: 0.4em;
|
|
106
|
+
// }
|
|
107
|
+
|
|
108
|
+
// .mat-calendar-body-label {
|
|
109
|
+
// overflow: hidden;
|
|
110
|
+
// text-indent: -999px;
|
|
111
|
+
|
|
112
|
+
// &[colspan='7'] {
|
|
113
|
+
// display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
|
|
114
|
+
// }
|
|
115
|
+
// }
|
|
116
|
+
// }
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.mat-dialog-container {
|
|
2
|
-
|
|
1
|
+
// .mat-dialog-container {
|
|
2
|
+
// @extend .card;
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
4
|
+
// background: white;
|
|
5
|
+
// max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
|
|
6
|
+
// overflow: visible !important;
|
|
7
|
+
// padding: 0 !important;
|
|
8
|
+
// }
|
|
9
9
|
|
|
10
|
-
.cdk-overlay-pane {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
10
|
+
// .cdk-overlay-pane {
|
|
11
|
+
// &.mod-sidePanel {
|
|
12
|
+
// position: fixed !important;
|
|
13
|
+
// top: _theme('commons.banner-height');
|
|
14
|
+
// right: 0;
|
|
15
|
+
// bottom: 0;
|
|
16
|
+
// width: 60%;
|
|
17
|
+
// max-width: 800px;
|
|
18
|
+
// @include media_smaller_than("s") {
|
|
19
|
+
// width: 80%;
|
|
20
|
+
// }
|
|
21
|
+
// @include media_smaller_than("xs") {
|
|
22
|
+
// width: 100%;
|
|
23
|
+
// }
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
25
|
+
// .mat-dialog-container {
|
|
26
|
+
// max-width: 100%;
|
|
27
|
+
// }
|
|
28
|
+
// }
|
|
29
|
+
// }
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
input.mat-input-element {
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
// input.mat-input-element {
|
|
2
|
+
// margin-top: 0 !important;
|
|
3
|
+
// }
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
.mat-menu-item {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
// .mat-menu-item {
|
|
2
|
+
// @extend .textfield-options-entry;
|
|
3
|
+
// background-color: transparent;
|
|
4
|
+
// &.mat-selected,
|
|
5
|
+
// &.mat-active {
|
|
6
|
+
// @extend .is-focus;
|
|
7
|
+
// }
|
|
8
|
+
// }
|
|
9
9
|
|
|
10
|
-
.mat-menu-panel {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
10
|
+
// .mat-menu-panel {
|
|
11
|
+
// @extend .textfield-options;
|
|
12
|
+
// position: relative;
|
|
13
|
+
// top: auto;
|
|
14
|
+
// opacity: 1;
|
|
15
|
+
// transform: none;
|
|
16
|
+
// }
|
|
17
17
|
|
|
18
|
-
.mat-menu-content {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
18
|
+
// .mat-menu-content {
|
|
19
|
+
// padding-top: 0 !important;
|
|
20
|
+
// padding-bottom: 0 !important;
|
|
21
|
+
// }
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@mixin box-shadow-override($hasHover: false) {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
// @mixin box-shadow-override($hasHover: false) {
|
|
2
|
+
// box-shadow: unquote(_theme('commons.elevations.elevation-1')) !important;
|
|
3
|
+
// @if $hasHover {
|
|
4
|
+
// &:hover {
|
|
5
|
+
// box-shadow: unquote(_theme('commons.elevations.elevation-3')) !important;
|
|
6
|
+
// }
|
|
7
|
+
// }
|
|
8
|
+
// }
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.mat-option {
|
|
2
|
-
|
|
1
|
+
// .mat-option {
|
|
2
|
+
// @extend .textfield-options-entry;
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
// display: block;
|
|
5
|
+
// line-height: unset !important;
|
|
6
|
+
// outline: none;
|
|
7
|
+
// &.mat-selected,
|
|
8
|
+
// &.mat-active {
|
|
9
|
+
// @extend .textfield-options-entry, .is-focus;
|
|
10
|
+
// }
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
// .mat-option-ripple {
|
|
13
|
+
// bottom: 0;
|
|
14
|
+
// left: 0;
|
|
15
|
+
// pointer-events: none;
|
|
16
|
+
// position: absolute;
|
|
17
|
+
// right: 0;
|
|
18
|
+
// top: 0;
|
|
19
|
+
// }
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
21
|
+
// .mat-ripple {
|
|
22
|
+
// overflow: hidden;
|
|
23
|
+
// }
|
|
24
|
+
// }
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
mat-select {
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
// mat-select {
|
|
2
|
+
// @extend .textfield;
|
|
3
|
+
// }
|
|
4
4
|
|
|
5
|
-
.textfield.mod-framed mat-select {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
5
|
+
// .textfield.mod-framed mat-select {
|
|
6
|
+
// padding: 0 !important;
|
|
7
|
+
// .mat-select-trigger {
|
|
8
|
+
// font-size: 1rem;
|
|
9
|
+
// margin: 2.2rem 1rem 0.7rem;
|
|
10
|
+
// &::after {
|
|
11
|
+
// bottom: -0.7rem;
|
|
12
|
+
// content: '';
|
|
13
|
+
// display: block;
|
|
14
|
+
// left: -1rem;
|
|
15
|
+
// position: absolute;
|
|
16
|
+
// right: -1rem;
|
|
17
|
+
// top: -2.2rem;
|
|
18
|
+
// }
|
|
19
|
+
// }
|
|
20
|
+
// }
|
|
21
21
|
|
|
22
|
-
.textfield:not(.mod-compact) mat-select {
|
|
23
|
-
|
|
24
|
-
}
|
|
22
|
+
// .textfield:not(.mod-compact) mat-select {
|
|
23
|
+
// padding-top: 0 !important;
|
|
24
|
+
// }
|
|
25
25
|
|
|
26
|
-
.mat-select-trigger {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
26
|
+
// .mat-select-trigger {
|
|
27
|
+
// height: 1.1rem !important;
|
|
28
|
+
// min-width: 0 !important;
|
|
29
|
+
// text-overflow: ellipsis;
|
|
30
|
+
// }
|
|
31
31
|
|
|
32
|
-
.mat-select-placeholder {
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
.mat-select-panel {
|
|
36
|
-
|
|
32
|
+
// .mat-select-placeholder {
|
|
33
|
+
// width: auto !important;
|
|
34
|
+
// }
|
|
35
|
+
// .mat-select-panel {
|
|
36
|
+
// @extend .textfield-options;
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
38
|
+
// position: relative;
|
|
39
|
+
// top: auto;
|
|
40
|
+
// transform: none;
|
|
41
|
+
// opacity: 1;
|
|
42
|
+
// }
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
.mat-tooltip {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
// .mat-tooltip {
|
|
2
|
+
// border-radius: _theme("commons.border.radius");
|
|
3
|
+
// background-color: _component("tooltip.background-color");
|
|
4
|
+
// color: _component("tooltip.color");
|
|
5
|
+
// font-size: _theme("sizes.smaller.font-size") !important;
|
|
6
|
+
// margin: 0.5em !important;
|
|
7
|
+
// padding: .25rem .5rem !important;
|
|
8
|
+
// line-height: 1rem;
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
// @mixin tooltipColoring($palette) {
|
|
11
|
+
// background: _color($palette);
|
|
12
|
+
// color: _color($palette, "text");
|
|
13
|
+
// }
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
15
|
+
// // palette colors
|
|
16
|
+
// @each $name, $palette in _getMap("palettes") {
|
|
17
|
+
// &.palette-#{$name} {
|
|
18
|
+
// @include tooltipColoring($name);
|
|
19
|
+
// }
|
|
20
|
+
// }
|
|
21
|
+
// }
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
// /*
|
|
2
|
+
// * @deprecated
|
|
3
|
+
// * This entry point will be deprecated in LF 8.
|
|
4
|
+
// * This file uses old @angular/material syntax and is not working on v12+.
|
|
5
|
+
// */
|
|
6
6
|
|
|
7
|
-
@import '@angular/material/theming';
|
|
7
|
+
// @import '@angular/material/theming';
|
|
8
8
|
|
|
9
|
-
@import 'theming.overridable';
|
|
10
|
-
@import 'components';
|
|
9
|
+
// @import 'theming.overridable';
|
|
10
|
+
// @import 'components';
|
|
11
11
|
|
|
12
|
-
// CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
13
|
-
@include angular-material-typography(
|
|
14
|
-
|
|
15
|
-
);
|
|
12
|
+
// // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
13
|
+
// @include angular-material-typography(
|
|
14
|
+
// mat-typography-config($font-family: _theme('commons.font.family', true))
|
|
15
|
+
// );
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
// /*
|
|
2
|
+
// * @deprecated
|
|
3
|
+
// * This entry point will be deprecated in LF 8.
|
|
4
|
+
// * This file uses old @angular/material syntax and is not working on v12+.
|
|
5
|
+
// */
|
|
6
6
|
|
|
7
|
-
@import '@angular/material/theming';
|
|
7
|
+
// @import '@angular/material/theming';
|
|
8
8
|
|
|
9
|
-
@import 'theming';
|
|
10
|
-
@import 'components';
|
|
9
|
+
// @import 'theming';
|
|
10
|
+
// @import 'components';
|
|
11
11
|
|
|
12
|
-
// CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
13
|
-
@include angular-material-typography(
|
|
14
|
-
|
|
15
|
-
);
|
|
12
|
+
// // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
13
|
+
// @include angular-material-typography(
|
|
14
|
+
// mat-typography-config($font-family: _theme('commons.font.family', true))
|
|
15
|
+
// );
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
1
|
+
// @use '@angular/material' as mat;
|
|
2
2
|
|
|
3
|
-
@import 'theming.overridable';
|
|
4
|
-
@import 'components';
|
|
3
|
+
// @import 'theming.overridable';
|
|
4
|
+
// @import 'components';
|
|
5
5
|
|
|
6
|
-
// CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
7
|
-
$lucca-front-mat-typography: mat.define-typography-config(
|
|
8
|
-
|
|
9
|
-
);
|
|
6
|
+
// // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
7
|
+
// $lucca-front-mat-typography: mat.define-typography-config(
|
|
8
|
+
// $font-family: _theme('commons.font.family', true),
|
|
9
|
+
// );
|
|
10
10
|
|
|
11
|
-
@include mat.all-component-typographies($lucca-front-mat-typography);
|
|
11
|
+
// @include mat.all-component-typographies($lucca-front-mat-typography);
|
package/material/style/main.scss
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
1
|
+
// @use '@angular/material' as mat;
|
|
2
2
|
|
|
3
|
-
@import 'theming';
|
|
4
|
-
@import 'components';
|
|
3
|
+
// @import 'theming';
|
|
4
|
+
// @import 'components';
|
|
5
5
|
|
|
6
|
-
// CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
7
|
-
$lucca-front-mat-typography: mat.define-typography-config(
|
|
8
|
-
|
|
9
|
-
);
|
|
6
|
+
// // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
7
|
+
// $lucca-front-mat-typography: mat.define-typography-config(
|
|
8
|
+
// $font-family: _theme('commons.font.family', true),
|
|
9
|
+
// );
|
|
10
10
|
|
|
11
|
-
@include mat.all-component-typographies($lucca-front-mat-typography);
|
|
11
|
+
// @include mat.all-component-typographies($lucca-front-mat-typography);
|
package/package.json
CHANGED
package/style/_components.scss
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
@import 'components/input';
|
|
2
|
-
@import 'components/picker';
|
|
3
|
-
@import 'components/popover';
|
|
1
|
+
// @import 'components/input';
|
|
2
|
+
// @import 'components/picker';
|
|
3
|
+
// @import 'components/popover';
|
|
4
4
|
@import 'components/popup';
|
|
5
|
-
@import 'components/dropdown';
|
|
6
|
-
@import 'components/sidepanel';
|
|
5
|
+
// @import 'components/dropdown';
|
|
6
|
+
// @import 'components/sidepanel';
|
|
7
7
|
@import 'components/cdk/overlay';
|
|
8
|
-
@import 'components/cdk/textarea';
|
|
9
|
-
@import 'components/cdk/misc';
|
|
8
|
+
// @import 'components/cdk/textarea';
|
|
9
|
+
// @import 'components/cdk/misc';
|
|
10
10
|
@import 'components/cdk/global';
|
|
11
|
-
@import 'components/cdk/dragDrop';
|
|
12
|
-
|
|
11
|
+
// @import 'components/cdk/dragDrop';
|