@lucca-front/ng 8.2.1 → 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 +2 -2
- 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 +3 -3
- 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 +3 -3
- 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,10 +1,10 @@
|
|
|
1
|
-
@mixin optionPlaceholderStyle {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
1
|
+
// @mixin optionPlaceholderStyle {
|
|
2
|
+
// .optionPlaceholder {
|
|
3
|
+
// display: block;
|
|
4
|
+
// padding: _component("options.item.padding-vertical", true) _component("options.item.padding-horizontal", true);
|
|
5
|
+
// padding: _component("options.item.padding-vertical") _component("options.item.padding-horizontal");
|
|
6
|
+
// font-style: italic;
|
|
7
|
+
// color: _color("text.light", "color", true);
|
|
8
|
+
// color: _color("text.light");
|
|
9
|
+
// }
|
|
10
|
+
// }
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
@mixin optionSearcherStyle {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
// @mixin optionSearcherStyle {
|
|
2
|
+
// // :host {
|
|
3
|
+
// // position: sticky;
|
|
4
|
+
// // top: 0;
|
|
5
|
+
// // left: 0;
|
|
6
|
+
// // right: 0;
|
|
7
|
+
// // display: block;
|
|
8
|
+
// // z-index: 1;
|
|
9
|
+
// // }
|
|
10
|
+
// .textfield.mod-search {
|
|
11
|
+
// width: 100%;
|
|
12
|
+
// }
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
14
|
+
// .textfield-input {
|
|
15
|
+
// border-radius: 0;
|
|
16
|
+
// box-shadow: none;
|
|
17
|
+
// background: #FFFFFF;
|
|
18
|
+
// border-bottom: #{_theme('commons.divider.width', true)} solid #{_theme('commons.divider.color', true)};
|
|
19
|
+
// border-bottom: _theme('commons.divider.width') solid _theme('commons.divider.color');
|
|
20
|
+
// &:hover {
|
|
21
|
+
// background-color: _color("grey", "50", true);
|
|
22
|
+
// background-color: _color("grey", "50");
|
|
23
|
+
// }
|
|
24
|
+
// &:focus {
|
|
25
|
+
// background-color: #FFFFFF;
|
|
26
|
+
// border-bottom-color: _color("primary", "600", true);
|
|
27
|
+
// border-bottom-color: _color("primary", "600");
|
|
28
|
+
// }
|
|
29
|
+
// }
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
31
|
+
// .checkbox.mod-formerEmployee {
|
|
32
|
+
// padding: _theme("spacings.smallest", true) _component("options.item.padding-horizontal", true);
|
|
33
|
+
// padding: _theme("spacings.smallest") _component("options.item.padding-horizontal");
|
|
34
|
+
// border-bottom: #{_theme('commons.divider.width', true)} solid #{_theme('commons.divider.color', true)};
|
|
35
|
+
// border-bottom: _theme('commons.divider.width') solid _theme('commons.divider.color');
|
|
36
|
+
// background-color: _color("grey", 50, true);
|
|
37
|
+
// background-color: _color("grey", 50);
|
|
38
|
+
// font-style: italic;
|
|
39
|
+
// }
|
|
40
|
+
// // .optionPlaceholder {
|
|
41
|
+
// // display: block;
|
|
42
|
+
// // padding: _component("options.item.padding-vertical", true) _component("options.item.padding-horizontal", true);
|
|
43
|
+
// // padding: _component("options.item.padding-vertical") _component("options.item.padding-horizontal");
|
|
44
|
+
// // font-style: italic;
|
|
45
|
+
// // color: _color("text.light", "color", true);
|
|
46
|
+
// // color: _color("text.light");
|
|
47
|
+
// // }
|
|
48
|
+
// }
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@mixin optionSelectorStyle {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
// @mixin optionSelectorStyle {
|
|
2
|
+
// .selectAll-button {
|
|
3
|
+
// color: _color("text.light");
|
|
4
|
+
// font-size: _theme('sizes.small.font-size');
|
|
5
|
+
// outline: none;
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
7
|
+
// &:hover {
|
|
8
|
+
// color: _color("text.default");
|
|
9
|
+
// }
|
|
10
|
+
// }
|
|
11
|
+
// }
|
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
@mixin selectClearerStyle {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
// @mixin selectClearerStyle {
|
|
2
|
+
// :host {
|
|
3
|
+
// display: none;
|
|
4
|
+
// vertical-align: text-bottom;
|
|
5
|
+
// }
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
// :host-context(.textfield-input.is-filled) {
|
|
8
|
+
// display: inline-block;
|
|
9
|
+
// }
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
// .actionIcon {
|
|
12
|
+
// @include selectColoringClearer("select.default-palette");
|
|
13
|
+
// height: 1rem;
|
|
14
|
+
// padding: 0;
|
|
15
|
+
// width: 1rem;
|
|
16
|
+
// }
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
// .lucca-icon {
|
|
19
|
+
// display: block;
|
|
20
|
+
// font-size: 1rem;
|
|
21
|
+
// }
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
// // Material
|
|
24
|
+
// :host-context(.textfield.mod-material) {
|
|
25
|
+
// .actionIcon {
|
|
26
|
+
// color: _color("text.light", "color", true);
|
|
27
|
+
// color: _color("text.light");
|
|
28
|
+
// }
|
|
29
|
+
// }
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
31
|
+
// // Framed
|
|
32
|
+
// :host-context(.textfield.mod-framed) {
|
|
33
|
+
// .actionIcon {
|
|
34
|
+
// color: _color("text.light", "color", true);
|
|
35
|
+
// color: _color("text.light");
|
|
36
|
+
// }
|
|
37
|
+
// }
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
// // Error
|
|
40
|
+
// :host-context(.textfield-input.is-error) {
|
|
41
|
+
// .actionIcon {
|
|
42
|
+
// color: _color("error", "color", true);
|
|
43
|
+
// color: _color("error");
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
45
|
+
// &:hover {
|
|
46
|
+
// background-color: _color("error", 50, true);
|
|
47
|
+
// background-color: _color("error", 50);
|
|
48
|
+
// color: _color("error", 800, true);
|
|
49
|
+
// color: _color("error", 800);
|
|
50
|
+
// }
|
|
51
|
+
// }
|
|
52
|
+
// }
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
// // Disabled
|
|
55
|
+
// :host-context(.textfield-input.is-disabled, .textfield-input[disabled]) {
|
|
56
|
+
// display: none;
|
|
57
|
+
// }
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
// // PALETTES
|
|
60
|
+
// // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
|
61
61
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
62
|
+
// @each $name, $palette in _getMap("palettes") {
|
|
63
|
+
// :host-context(.palette-#{$name}) {
|
|
64
|
+
// .actionIcon {
|
|
65
|
+
// @include selectColoringClearer($name);
|
|
66
|
+
// }
|
|
67
|
+
// }
|
|
68
|
+
// }
|
|
69
|
+
// }
|
|
70
70
|
|
|
71
|
-
@mixin selectColoringClearer($palette) {
|
|
72
|
-
|
|
71
|
+
// @mixin selectColoringClearer($palette) {
|
|
72
|
+
// color: _color($palette, 700);
|
|
73
73
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
// &:hover {
|
|
75
|
+
// background-color: _color($palette, 50);
|
|
76
|
+
// color: _color($palette, 800);
|
|
77
|
+
// }
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
79
|
+
// &:focus {
|
|
80
|
+
// background-color: _color($palette, 50);
|
|
81
|
+
// box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06), 0 0 0 4px _color($palette, "200");
|
|
82
|
+
// }
|
|
83
|
+
// }
|