@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.
Files changed (137) hide show
  1. package/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
  2. package/api/lib/select/input/api-select-input.component.d.ts +1 -10
  3. package/api/lib/select/pager/api-pager.component.d.ts +1 -1
  4. package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
  5. package/api/lib/service/api-hybrid.service.d.ts +3 -3
  6. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +1 -1
  7. package/esm2020/api/lib/select/input/api-select-input.component.mjs +3 -4
  8. package/esm2020/api/lib/select/pager/api-pager.component.mjs +1 -1
  9. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +5 -5
  10. package/esm2020/api/lib/service/api-hybrid.service.mjs +1 -1
  11. package/esm2020/api/lib/service/api-v4.service.mjs +2 -4
  12. package/esm2020/date/lib/calendar/calendar-input.component.mjs +2 -2
  13. package/esm2020/date/lib/select/date-select-input.component.mjs +2 -2
  14. package/esm2020/department/lib/select/input/department-select-input.component.mjs +2 -2
  15. package/esm2020/department/lib/service/department-v3.service.mjs +2 -2
  16. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +2 -2
  17. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +2 -2
  18. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +2 -2
  19. package/esm2020/formly/lib/types/api.mjs +3 -6
  20. package/esm2020/formly/lib/types/checkbox.mjs +2 -2
  21. package/esm2020/formly/lib/types/date.mjs +2 -2
  22. package/esm2020/formly/lib/types/department.mjs +2 -2
  23. package/esm2020/formly/lib/types/establishment.mjs +2 -2
  24. package/esm2020/formly/lib/types/input.mjs +2 -2
  25. package/esm2020/formly/lib/types/qualification.mjs +2 -2
  26. package/esm2020/formly/lib/types/radios.mjs +2 -2
  27. package/esm2020/formly/lib/types/select.mjs +2 -2
  28. package/esm2020/formly/lib/types/textarea.mjs +2 -2
  29. package/esm2020/formly/lib/types/user.mjs +2 -2
  30. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +2 -2
  31. package/esm2020/formly/lib/wrappers/error.mjs +3 -3
  32. package/esm2020/formly/lib/wrappers/helper.mjs +2 -2
  33. package/esm2020/formly/lib/wrappers/icon.mjs +2 -2
  34. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +2 -2
  35. package/esm2020/formly/lib/wrappers/suffix.mjs +2 -2
  36. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +2 -2
  37. package/esm2020/input/lib/clearer/clearer.component.mjs +2 -2
  38. package/esm2020/option/lib/item/option-item.component.mjs +2 -2
  39. package/esm2020/option/lib/item/tree-option-item.component.mjs +2 -2
  40. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +2 -2
  41. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +2 -2
  42. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +2 -2
  43. package/esm2020/option/lib/selector/all/select-all.component.mjs +2 -2
  44. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +2 -2
  45. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +2 -2
  46. package/esm2020/select/lib/input/select-input.component.mjs +2 -2
  47. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +3 -3
  48. package/esm2020/user/lib/picture/user-picture.component.mjs +2 -2
  49. package/esm2020/user/lib/select/input/user-select-input.component.mjs +2 -2
  50. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +2 -2
  51. package/esm2020/user/lib/tile/user-tile.component.mjs +2 -2
  52. package/fesm2015/lucca-front-ng-api.mjs +7 -10
  53. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  54. package/fesm2015/lucca-front-ng-date.mjs +4 -4
  55. package/fesm2015/lucca-front-ng-department.mjs +3 -3
  56. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  57. package/fesm2015/lucca-front-ng-establishment.mjs +6 -6
  58. package/fesm2015/lucca-front-ng-formly.mjs +36 -39
  59. package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
  60. package/fesm2015/lucca-front-ng-input.mjs +2 -2
  61. package/fesm2015/lucca-front-ng-option.mjs +14 -14
  62. package/fesm2015/lucca-front-ng-qualification.mjs +2 -2
  63. package/fesm2015/lucca-front-ng-select.mjs +2 -2
  64. package/fesm2015/lucca-front-ng-tooltip.mjs +2 -2
  65. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  66. package/fesm2015/lucca-front-ng-user.mjs +8 -8
  67. package/fesm2020/lucca-front-ng-api.mjs +7 -10
  68. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  69. package/fesm2020/lucca-front-ng-date.mjs +4 -4
  70. package/fesm2020/lucca-front-ng-department.mjs +3 -3
  71. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  72. package/fesm2020/lucca-front-ng-establishment.mjs +6 -6
  73. package/fesm2020/lucca-front-ng-formly.mjs +36 -39
  74. package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
  75. package/fesm2020/lucca-front-ng-input.mjs +2 -2
  76. package/fesm2020/lucca-front-ng-option.mjs +14 -14
  77. package/fesm2020/lucca-front-ng-qualification.mjs +2 -2
  78. package/fesm2020/lucca-front-ng-select.mjs +2 -2
  79. package/fesm2020/lucca-front-ng-tooltip.mjs +2 -2
  80. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  81. package/fesm2020/lucca-front-ng-user.mjs +8 -8
  82. package/formly/lib/types/api.d.ts +1 -2
  83. package/formly/style/_components.scss +13 -13
  84. package/formly/style/_theming.overridable.scss +1 -1
  85. package/formly/style/_theming.scss +1 -1
  86. package/formly/style/main.overridable.scss +2 -2
  87. package/formly/style/main.scss +2 -2
  88. package/material/style/_components.scss +11 -11
  89. package/material/style/_theming.scss +1 -1
  90. package/material/style/components/_autocomplete.scss +11 -11
  91. package/material/style/components/_buttons.scss +3 -3
  92. package/material/style/components/_datepicker.scss +116 -116
  93. package/material/style/components/_dialog.scss +26 -26
  94. package/material/style/components/_input.scss +3 -3
  95. package/material/style/components/_menu.scss +19 -19
  96. package/material/style/components/_mixins.scss +8 -8
  97. package/material/style/components/_options.scss +21 -21
  98. package/material/style/components/_select.scss +37 -37
  99. package/material/style/components/_tooltip.scss +19 -19
  100. package/material/style/main-v11.overridable.scss +12 -12
  101. package/material/style/main-v11.scss +12 -12
  102. package/material/style/main.overridable.scss +8 -8
  103. package/material/style/main.scss +8 -8
  104. package/package.json +1 -1
  105. package/style/_components.scss +8 -9
  106. package/style/_definitions.scss +9 -9
  107. package/style/_theming.overridable.scss +15 -15
  108. package/style/_theming.scss +9 -9
  109. package/style/components/_dropdown.scss +107 -107
  110. package/style/components/_input.scss +50 -50
  111. package/style/components/_picker.scss +62 -62
  112. package/style/components/_popover.scss +54 -54
  113. package/style/components/_popup.scss +34 -21
  114. package/style/components/_sidepanel.scss +39 -33
  115. package/style/components/cdk/_dragDrop.scss +61 -61
  116. package/style/components/cdk/_global.scss +7 -10
  117. package/style/components/cdk/_misc.scss +2 -2
  118. package/style/components/cdk/_overlay.scss +4 -4
  119. package/style/components/cdk/_textarea.scss +12 -12
  120. package/style/definitions/option/_option-item.scss +106 -106
  121. package/style/definitions/option/_option-placeholder.scss +10 -10
  122. package/style/definitions/option/_option-searcher.scss +46 -46
  123. package/style/definitions/option/_option-selector.scss +10 -10
  124. package/style/definitions/select/_select-clearer.scss +70 -70
  125. package/style/definitions/select/_select-input.scss +323 -323
  126. package/style/definitions/tooltip/_tooltip.scss +13 -13
  127. package/style/definitions/user/user-picture.scss +34 -34
  128. package/style/definitions/user/user-tile.scss +61 -61
  129. package/style/main.overridable.scss +3 -3
  130. package/style/main.scss +2 -2
  131. package/style/theme/_calendar.theme.scss +4 -4
  132. package/style/theme/_dropdown.theme.scss +6 -6
  133. package/style/theme/_options.theme.scss +25 -25
  134. package/style/theme/_popup.theme.scss +26 -26
  135. package/style/theme/_select.theme.scss +24 -24
  136. package/style/theme/_tooltip.theme.scss +7 -7
  137. package/style/theme/_user-picture.theme.scss +34 -34
@@ -1,10 +1,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
+ // @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
- // :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
- }
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
- .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
- }
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
- .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
- }
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
- .selectAll-button {
3
- color: _color("text.light");
4
- font-size: _theme('sizes.small.font-size');
5
- outline: none;
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
- &:hover {
8
- color: _color("text.default");
9
- }
10
- }
11
- }
7
+ // &:hover {
8
+ // color: _color("text.default");
9
+ // }
10
+ // }
11
+ // }
@@ -1,83 +1,83 @@
1
- @mixin selectClearerStyle {
2
- :host {
3
- display: none;
4
- vertical-align: text-bottom;
5
- }
1
+ // @mixin selectClearerStyle {
2
+ // :host {
3
+ // display: none;
4
+ // vertical-align: text-bottom;
5
+ // }
6
6
 
7
- :host-context(.textfield-input.is-filled) {
8
- display: inline-block;
9
- }
7
+ // :host-context(.textfield-input.is-filled) {
8
+ // display: inline-block;
9
+ // }
10
10
 
11
- .actionIcon {
12
- @include selectColoringClearer("select.default-palette");
13
- height: 1rem;
14
- padding: 0;
15
- width: 1rem;
16
- }
11
+ // .actionIcon {
12
+ // @include selectColoringClearer("select.default-palette");
13
+ // height: 1rem;
14
+ // padding: 0;
15
+ // width: 1rem;
16
+ // }
17
17
 
18
- .lucca-icon {
19
- display: block;
20
- font-size: 1rem;
21
- }
18
+ // .lucca-icon {
19
+ // display: block;
20
+ // font-size: 1rem;
21
+ // }
22
22
 
23
- // Material
24
- :host-context(.textfield.mod-material) {
25
- .actionIcon {
26
- color: _color("text.light", "color", true);
27
- color: _color("text.light");
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
- // Framed
32
- :host-context(.textfield.mod-framed) {
33
- .actionIcon {
34
- color: _color("text.light", "color", true);
35
- color: _color("text.light");
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
- // Error
40
- :host-context(.textfield-input.is-error) {
41
- .actionIcon {
42
- color: _color("error", "color", true);
43
- color: _color("error");
39
+ // // Error
40
+ // :host-context(.textfield-input.is-error) {
41
+ // .actionIcon {
42
+ // color: _color("error", "color", true);
43
+ // color: _color("error");
44
44
 
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
- }
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
- // Disabled
55
- :host-context(.textfield-input.is-disabled, .textfield-input[disabled]) {
56
- display: none;
57
- }
54
+ // // Disabled
55
+ // :host-context(.textfield-input.is-disabled, .textfield-input[disabled]) {
56
+ // display: none;
57
+ // }
58
58
 
59
- // PALETTES
60
- // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
59
+ // // PALETTES
60
+ // // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
61
61
 
62
- @each $name, $palette in _getMap("palettes") {
63
- :host-context(.palette-#{$name}) {
64
- .actionIcon {
65
- @include selectColoringClearer($name);
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
- color: _color($palette, 700);
71
+ // @mixin selectColoringClearer($palette) {
72
+ // color: _color($palette, 700);
73
73
 
74
- &:hover {
75
- background-color: _color($palette, 50);
76
- color: _color($palette, 800);
77
- }
74
+ // &:hover {
75
+ // background-color: _color($palette, 50);
76
+ // color: _color($palette, 800);
77
+ // }
78
78
 
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
- }
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
+ // }