@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.
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 +1 -1
  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 +2 -2
  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 +2 -2
  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,323 +1,323 @@
1
- @import "~@lucca-front/icons/src/_mixins";
2
- @mixin selectInputStyle {
3
- :host {
4
- cursor: pointer;
5
- outline: none;
6
- padding: 0;
7
-
8
- &::after {
9
- @include makeIcon("arrow_south");
10
- @include selectColoringIcons("select.default-palette");
11
- bottom: #{_component("select.input.padding-vertical", true)};
12
- bottom: _component("select.input.padding-vertical");
13
- font-size: 1.2rem;
14
- line-height: 1.4rem;
15
- pointer-events: none;
16
- position: absolute;
17
- right: #{_component("select.input.padding-horizontal", true)};
18
- right: _component("select.input.padding-horizontal");
19
- }
20
-
21
- &[disabled] {
22
- cursor: not-allowed;
23
- pointer-events: all;
24
- }
25
-
26
- &.is-disabled {
27
- cursor: not-allowed;
28
- pointer-events: all;
29
- }
30
- }
31
-
32
- .lu-select-display-wrapper {
33
- overflow: hidden;
34
- text-overflow: ellipsis;
35
- white-space: nowrap;
36
- }
37
-
38
- .lu-select-value {
39
- line-height: _theme("sizes.standard.line-height", true);
40
- line-height: _theme("sizes.standard.line-height");
41
- min-height: calc(#{_component("select.framed.bottom-padding", true)} + #{_theme("sizes.standard.line-height", true)});
42
- min-height: calc(#{_component("select.framed.bottom-padding")} + #{_theme("sizes.standard.line-height")});
43
- padding: #{_component("select.input.padding-vertical", true)} 2.5rem
44
- #{_component("select.input.padding-vertical", true)}
45
- #{_component("select.input.padding-horizontal", true)};
46
- padding: _component("select.input.padding-vertical") 2.5rem
47
- _component("select.input.padding-vertical")
48
- _component("select.input.padding-horizontal");
49
- transition: all #{_theme("commons.animations.durations.standard", true)} ease;
50
- transition: all _theme("commons.animations.durations.standard") ease;
51
- display: none;
52
- }
53
-
54
- .lu-select-placeholder {
55
- @include selectColoringPlaceholer("select.default-palette");
56
- line-height: _theme("sizes.standard.line-height", true);
57
- line-height: _theme("sizes.standard.line-height");
58
- min-height: calc(#{_component("select.framed.bottom-padding", true)} + #{_theme("sizes.standard.line-height", true)});
59
- min-height: calc(#{_component("select.framed.bottom-padding")} + #{_theme("sizes.standard.line-height")});
60
- padding: #{_component("select.input.padding-vertical", true)} 2.5rem
61
- #{_component("select.input.padding-vertical", true)}
62
- #{_component("select.input.padding-horizontal", true)};
63
- padding: _component("select.input.padding-vertical") 2.5rem
64
- _component("select.input.padding-vertical")
65
- _component("select.input.padding-horizontal");
66
- transition: all #{_theme("commons.animations.durations.standard", true)} ease;
67
- transition: all _theme("commons.animations.durations.standard") ease;
68
- overflow: hidden;
69
- text-overflow: ellipsis;
70
- white-space: nowrap;
71
- }
72
-
73
- .lu-select-suffix {
74
- position: absolute;
75
- bottom: .5rem;
76
- right: 1.6rem;
77
- }
78
-
79
- ::ng-deep .lu-select-value {
80
- .label {
81
- padding: _theme("spacings.smallest", true) .25rem .5rem _theme("spacings.smaller", true);
82
- padding: _theme("spacings.smallest") _theme("spacings.smaller");
83
- margin-left: 0;
84
- }
85
- .chip {
86
- background: _component("select.chip.background", true);
87
- background: _component("select.chip.background");
88
- color: _component("select.chip.text", true);
89
- color: _component("select.chip.text");
90
- vertical-align: baseline;
91
- max-width: 100%;
92
- height: _theme("sizes.standard.line-height", true);
93
- height: _theme("sizes.standard.line-height");
94
- line-height: _theme("sizes.standard.line-height", true);
95
- line-height: _theme("sizes.standard.line-height");
96
- padding: 0 _theme("spacings.smaller", true);
97
- padding: 0 _theme("spacings.smaller");
98
- margin: 0 .25rem .25rem 0;
99
- text-overflow: ellipsis;
100
- overflow: hidden;
101
- vertical-align: top;
102
- white-space: nowrap;
103
- }
104
- }
105
-
106
-
107
- // MODS
108
- // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
109
-
110
- // Small
111
- :host-context(.textfield.mod-small) {
112
- .lu-select-value, .lu-select-placeholder {
113
- font-size: _theme("sizes.small.font-size", true);
114
- font-size: _theme("sizes.small.font-size");
115
- line-height: _theme("sizes.small.line-height", true);
116
- line-height: _theme("sizes.small.line-height");
117
- min-height: calc(#{_component("select.framed.bottom-padding", true)} + #{_theme("sizes.small.line-height", true)});
118
- min-height: calc(#{_component("select.framed.bottom-padding")} + #{_theme("sizes.small.line-height")});
119
- }
120
-
121
- &::after {
122
- line-height: _theme("sizes.small.line-height", true);
123
- line-height: _theme("sizes.small.line-height");
124
- }
125
-
126
- ::ng-deep .lu-select-value {
127
- .label {
128
- font-size: _theme("sizes.small.font-size", true);
129
- font-size: _theme("sizes.small.font-size");
130
- line-height: _theme("sizes.small.line-height", true);
131
- line-height: _theme("sizes.small.line-height");
132
- font-weight: 600;
133
- margin: 0;
134
- padding: 0;
135
- background: transparent;
136
- }
137
-
138
- .chip {
139
- height: _theme("sizes.small.line-height", true);
140
- height: _theme("sizes.small.line-height");
141
- line-height: _theme("sizes.small.line-height", true);
142
- line-height: _theme("sizes.small.line-height");
143
- }
144
- }
145
- }
146
-
147
- // Framed
148
- :host-context(.textfield.mod-framed),
149
- :host-context(.form.mod-framed) {
150
- &.textfield-input {
151
- padding: #{_component("select.framed.top-padding", true)} 0 0;
152
- padding: _component("select.framed.top-padding") 0 0;
153
-
154
- &::after {
155
- color: _color("text.light", "color", true);
156
- color: _color("text.light");
157
- bottom: _component("select.framed.bottom-padding", true);
158
- bottom: _component("select.framed.bottom-padding");
159
- right: _theme("spacings.smaller", true);
160
- right: _theme("spacings.smaller");
161
- }
162
-
163
- .lu-select-value, .lu-select-placeholder {
164
- padding: 0 calc(#{_component("select.framed.side-padding", true)} * 3)
165
- #{_component("select.framed.bottom-padding", true)}
166
- #{_component("select.framed.side-padding", true)};
167
- padding: 0 calc(#{_component("select.framed.side-padding")} * 3)
168
- _component("select.framed.bottom-padding")
169
- _component("select.framed.side-padding");
170
- }
171
-
172
- .lu-select-suffix {
173
- bottom: _component("select.framed.bottom-padding", true);
174
- bottom: _component("select.framed.bottom-padding");
175
- right: 1.7rem;
176
- }
177
- }
178
- }
179
-
180
- // Filter
181
- :host-context(.textfield.mod-filter) {
182
- .lu-select-value, .lu-select-placeholder {
183
- padding: 0;
184
- height: auto;
185
- padding-top: 1rem;
186
- color: _color("text.default", "color", true);
187
- color: _color("text.default");
188
- }
189
-
190
- .lu-select-suffix {
191
- bottom: .4rem; // We should be able to use .5rem with new icons (.5rem of vertical padding & icon line height of 1.5rem)
192
- }
193
- }
194
-
195
- // Material
196
- :host-context(.textfield.mod-material) {
197
- &::after {
198
- color: _color("text.light", "color", true);
199
- color: _color("text.light");
200
- bottom: 0.6rem;
201
- right: 0;
202
- }
203
-
204
- .lu-select-value, .lu-select-placeholder {
205
- padding-left: 0;
206
- padding-right: 0.8rem;
207
- }
208
-
209
- .lu-select-suffix {
210
- right: calc(2 * #{_component("select.input.padding-horizontal", true)});
211
- right: calc(2 * #{_component("select.input.padding-horizontal")});
212
- }
213
-
214
-
215
- &.is-select {
216
- .lu-select-placeholder {
217
- display: none;
218
- }
219
- }
220
-
221
- &.mod-search {
222
- &::after {
223
- bottom: 0;
224
- }
225
- .lu-select-suffix {
226
- right: calc(2.75 * #{_component("select.input.padding-horizontal", true)});
227
- right: calc(2.75 * #{_component("select.input.padding-horizontal")});
228
- }
229
- }
230
- }
231
-
232
- :host-context(.textfield.mod-material .textfield-input.is-focused) {
233
- .lu-select-placeholder {
234
- display: none;
235
- }
236
- }
237
-
238
- // Multiple
239
- :host(.mod-multiple) {
240
- &.mod-multipleView:not(.mod-singleLine) {
241
- .lu-select-value {
242
- height: auto;
243
- align-items: center;
244
- }
245
-
246
- .lu-select-display-wrapper {
247
- overflow: hidden;
248
- white-space: normal;
249
- margin-bottom: -.25rem;
250
- }
251
- }
252
- }
253
-
254
- // STATES
255
- // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
256
-
257
- // Filled
258
- :host-context(.textfield-input.is-filled) {
259
- .lu-select-placeholder {
260
- display: none;
261
- }
262
-
263
- .lu-select-value {
264
- display: flex;
265
- }
266
- }
267
-
268
- // Clearable
269
- :host-context(.textfield-input.is-clearable) {
270
- .lu-select-value {
271
- padding-right: 2.5rem;
272
- }
273
- }
274
-
275
- // Error
276
- :host-context(.textfield-input.is-error) {
277
- &::after {
278
- color: _color("error", 700, true);
279
- color: _color("error");
280
- }
281
-
282
- .lu-select-placeholder {
283
- color: _color("error", 200, true);
284
- color: _color("error", 200);
285
- }
286
- }
287
-
288
- // Disabled
289
- :host-context(.textfield-input.is-disabled, .textfield-input[disabled]) {
290
- &::after {
291
- color: _theme("commons.disabled.color", true);
292
- color: _theme("commons.disabled.color");
293
- }
294
-
295
- .lu-select-placeholder {
296
- color: _theme("commons.disabled.placeholder", true);
297
- color: _theme("commons.disabled.placeholder");
298
- }
299
- }
300
-
301
- // PALETTES
302
- // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
303
-
304
- @each $name, $palette in _getMap("palettes") {
305
- :host-context(.palette-#{$name}) {
306
- .lu-select-placeholder {
307
- @include selectColoringPlaceholer($name);
308
- }
309
-
310
- &::after {
311
- @include selectColoringIcons($name);
312
- }
313
- }
314
- }
315
- }
316
-
317
- @mixin selectColoringPlaceholer($palette) {
318
- color: _color($palette, 400);
319
- }
320
-
321
- @mixin selectColoringIcons($palette) {
322
- color: _color($palette, 700);
323
- }
1
+ // @import "~@lucca-front/icons/src/_mixins";
2
+ // @mixin selectInputStyle {
3
+ // :host {
4
+ // cursor: pointer;
5
+ // outline: none;
6
+ // padding: 0;
7
+
8
+ // &::after {
9
+ // @include makeIcon("arrow_south");
10
+ // @include selectColoringIcons("select.default-palette");
11
+ // bottom: #{_component("select.input.padding-vertical", true)};
12
+ // bottom: _component("select.input.padding-vertical");
13
+ // font-size: 1.2rem;
14
+ // line-height: 1.4rem;
15
+ // pointer-events: none;
16
+ // position: absolute;
17
+ // right: #{_component("select.input.padding-horizontal", true)};
18
+ // right: _component("select.input.padding-horizontal");
19
+ // }
20
+
21
+ // &[disabled] {
22
+ // cursor: not-allowed;
23
+ // pointer-events: all;
24
+ // }
25
+
26
+ // &.is-disabled {
27
+ // cursor: not-allowed;
28
+ // pointer-events: all;
29
+ // }
30
+ // }
31
+
32
+ // .lu-select-display-wrapper {
33
+ // overflow: hidden;
34
+ // text-overflow: ellipsis;
35
+ // white-space: nowrap;
36
+ // }
37
+
38
+ // .lu-select-value {
39
+ // line-height: _theme("sizes.standard.line-height", true);
40
+ // line-height: _theme("sizes.standard.line-height");
41
+ // min-height: calc(#{_component("select.framed.bottom-padding", true)} + #{_theme("sizes.standard.line-height", true)});
42
+ // min-height: calc(#{_component("select.framed.bottom-padding")} + #{_theme("sizes.standard.line-height")});
43
+ // padding: #{_component("select.input.padding-vertical", true)} 2.5rem
44
+ // #{_component("select.input.padding-vertical", true)}
45
+ // #{_component("select.input.padding-horizontal", true)};
46
+ // padding: _component("select.input.padding-vertical") 2.5rem
47
+ // _component("select.input.padding-vertical")
48
+ // _component("select.input.padding-horizontal");
49
+ // transition: all #{_theme("commons.animations.durations.standard", true)} ease;
50
+ // transition: all _theme("commons.animations.durations.standard") ease;
51
+ // display: none;
52
+ // }
53
+
54
+ // .lu-select-placeholder {
55
+ // @include selectColoringPlaceholer("select.default-palette");
56
+ // line-height: _theme("sizes.standard.line-height", true);
57
+ // line-height: _theme("sizes.standard.line-height");
58
+ // min-height: calc(#{_component("select.framed.bottom-padding", true)} + #{_theme("sizes.standard.line-height", true)});
59
+ // min-height: calc(#{_component("select.framed.bottom-padding")} + #{_theme("sizes.standard.line-height")});
60
+ // padding: #{_component("select.input.padding-vertical", true)} 2.5rem
61
+ // #{_component("select.input.padding-vertical", true)}
62
+ // #{_component("select.input.padding-horizontal", true)};
63
+ // padding: _component("select.input.padding-vertical") 2.5rem
64
+ // _component("select.input.padding-vertical")
65
+ // _component("select.input.padding-horizontal");
66
+ // transition: all #{_theme("commons.animations.durations.standard", true)} ease;
67
+ // transition: all _theme("commons.animations.durations.standard") ease;
68
+ // overflow: hidden;
69
+ // text-overflow: ellipsis;
70
+ // white-space: nowrap;
71
+ // }
72
+
73
+ // .lu-select-suffix {
74
+ // position: absolute;
75
+ // bottom: .5rem;
76
+ // right: 1.6rem;
77
+ // }
78
+
79
+ // ::ng-deep .lu-select-value {
80
+ // .label {
81
+ // padding: _theme("spacings.smallest", true) .25rem .5rem _theme("spacings.smaller", true);
82
+ // padding: _theme("spacings.smallest") _theme("spacings.smaller");
83
+ // margin-left: 0;
84
+ // }
85
+ // .chip {
86
+ // background: _component("select.chip.background", true);
87
+ // background: _component("select.chip.background");
88
+ // color: _component("select.chip.text", true);
89
+ // color: _component("select.chip.text");
90
+ // vertical-align: baseline;
91
+ // max-width: 100%;
92
+ // height: _theme("sizes.standard.line-height", true);
93
+ // height: _theme("sizes.standard.line-height");
94
+ // line-height: _theme("sizes.standard.line-height", true);
95
+ // line-height: _theme("sizes.standard.line-height");
96
+ // padding: 0 _theme("spacings.smaller", true);
97
+ // padding: 0 _theme("spacings.smaller");
98
+ // margin: 0 .25rem .25rem 0;
99
+ // text-overflow: ellipsis;
100
+ // overflow: hidden;
101
+ // vertical-align: top;
102
+ // white-space: nowrap;
103
+ // }
104
+ // }
105
+
106
+
107
+ // // MODS
108
+ // // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
109
+
110
+ // // Small
111
+ // :host-context(.textfield.mod-small) {
112
+ // .lu-select-value, .lu-select-placeholder {
113
+ // font-size: _theme("sizes.small.font-size", true);
114
+ // font-size: _theme("sizes.small.font-size");
115
+ // line-height: _theme("sizes.small.line-height", true);
116
+ // line-height: _theme("sizes.small.line-height");
117
+ // min-height: calc(#{_component("select.framed.bottom-padding", true)} + #{_theme("sizes.small.line-height", true)});
118
+ // min-height: calc(#{_component("select.framed.bottom-padding")} + #{_theme("sizes.small.line-height")});
119
+ // }
120
+
121
+ // &::after {
122
+ // line-height: _theme("sizes.small.line-height", true);
123
+ // line-height: _theme("sizes.small.line-height");
124
+ // }
125
+
126
+ // ::ng-deep .lu-select-value {
127
+ // .label {
128
+ // font-size: _theme("sizes.small.font-size", true);
129
+ // font-size: _theme("sizes.small.font-size");
130
+ // line-height: _theme("sizes.small.line-height", true);
131
+ // line-height: _theme("sizes.small.line-height");
132
+ // font-weight: 600;
133
+ // margin: 0;
134
+ // padding: 0;
135
+ // background: transparent;
136
+ // }
137
+
138
+ // .chip {
139
+ // height: _theme("sizes.small.line-height", true);
140
+ // height: _theme("sizes.small.line-height");
141
+ // line-height: _theme("sizes.small.line-height", true);
142
+ // line-height: _theme("sizes.small.line-height");
143
+ // }
144
+ // }
145
+ // }
146
+
147
+ // // Framed
148
+ // :host-context(.textfield.mod-framed),
149
+ // :host-context(.form.mod-framed) {
150
+ // &.textfield-input {
151
+ // padding: #{_component("select.framed.top-padding", true)} 0 0;
152
+ // padding: _component("select.framed.top-padding") 0 0;
153
+
154
+ // &::after {
155
+ // color: _color("text.light", "color", true);
156
+ // color: _color("text.light");
157
+ // bottom: _component("select.framed.bottom-padding", true);
158
+ // bottom: _component("select.framed.bottom-padding");
159
+ // right: _theme("spacings.smaller", true);
160
+ // right: _theme("spacings.smaller");
161
+ // }
162
+
163
+ // .lu-select-value, .lu-select-placeholder {
164
+ // padding: 0 calc(#{_component("select.framed.side-padding", true)} * 3)
165
+ // #{_component("select.framed.bottom-padding", true)}
166
+ // #{_component("select.framed.side-padding", true)};
167
+ // padding: 0 calc(#{_component("select.framed.side-padding")} * 3)
168
+ // _component("select.framed.bottom-padding")
169
+ // _component("select.framed.side-padding");
170
+ // }
171
+
172
+ // .lu-select-suffix {
173
+ // bottom: _component("select.framed.bottom-padding", true);
174
+ // bottom: _component("select.framed.bottom-padding");
175
+ // right: 1.7rem;
176
+ // }
177
+ // }
178
+ // }
179
+
180
+ // // Filter
181
+ // :host-context(.textfield.mod-filter) {
182
+ // .lu-select-value, .lu-select-placeholder {
183
+ // padding: 0;
184
+ // height: auto;
185
+ // padding-top: 1rem;
186
+ // color: _color("text.default", "color", true);
187
+ // color: _color("text.default");
188
+ // }
189
+
190
+ // .lu-select-suffix {
191
+ // bottom: .4rem; // We should be able to use .5rem with new icons (.5rem of vertical padding & icon line height of 1.5rem)
192
+ // }
193
+ // }
194
+
195
+ // // Material
196
+ // :host-context(.textfield.mod-material) {
197
+ // &::after {
198
+ // color: _color("text.light", "color", true);
199
+ // color: _color("text.light");
200
+ // bottom: 0.6rem;
201
+ // right: 0;
202
+ // }
203
+
204
+ // .lu-select-value, .lu-select-placeholder {
205
+ // padding-left: 0;
206
+ // padding-right: 0.8rem;
207
+ // }
208
+
209
+ // .lu-select-suffix {
210
+ // right: calc(2 * #{_component("select.input.padding-horizontal", true)});
211
+ // right: calc(2 * #{_component("select.input.padding-horizontal")});
212
+ // }
213
+
214
+
215
+ // &.is-select {
216
+ // .lu-select-placeholder {
217
+ // display: none;
218
+ // }
219
+ // }
220
+
221
+ // &.mod-search {
222
+ // &::after {
223
+ // bottom: 0;
224
+ // }
225
+ // .lu-select-suffix {
226
+ // right: calc(2.75 * #{_component("select.input.padding-horizontal", true)});
227
+ // right: calc(2.75 * #{_component("select.input.padding-horizontal")});
228
+ // }
229
+ // }
230
+ // }
231
+
232
+ // :host-context(.textfield.mod-material .textfield-input.is-focused) {
233
+ // .lu-select-placeholder {
234
+ // display: none;
235
+ // }
236
+ // }
237
+
238
+ // // Multiple
239
+ // :host(.mod-multiple) {
240
+ // &.mod-multipleView:not(.mod-singleLine) {
241
+ // .lu-select-value {
242
+ // height: auto;
243
+ // align-items: center;
244
+ // }
245
+
246
+ // .lu-select-display-wrapper {
247
+ // overflow: hidden;
248
+ // white-space: normal;
249
+ // margin-bottom: -.25rem;
250
+ // }
251
+ // }
252
+ // }
253
+
254
+ // // STATES
255
+ // // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
256
+
257
+ // // Filled
258
+ // :host-context(.textfield-input.is-filled) {
259
+ // .lu-select-placeholder {
260
+ // display: none;
261
+ // }
262
+
263
+ // .lu-select-value {
264
+ // display: flex;
265
+ // }
266
+ // }
267
+
268
+ // // Clearable
269
+ // :host-context(.textfield-input.is-clearable) {
270
+ // .lu-select-value {
271
+ // padding-right: 2.5rem;
272
+ // }
273
+ // }
274
+
275
+ // // Error
276
+ // :host-context(.textfield-input.is-error) {
277
+ // &::after {
278
+ // color: _color("error", 700, true);
279
+ // color: _color("error");
280
+ // }
281
+
282
+ // .lu-select-placeholder {
283
+ // color: _color("error", 200, true);
284
+ // color: _color("error", 200);
285
+ // }
286
+ // }
287
+
288
+ // // Disabled
289
+ // :host-context(.textfield-input.is-disabled, .textfield-input[disabled]) {
290
+ // &::after {
291
+ // color: _theme("commons.disabled.color", true);
292
+ // color: _theme("commons.disabled.color");
293
+ // }
294
+
295
+ // .lu-select-placeholder {
296
+ // color: _theme("commons.disabled.placeholder", true);
297
+ // color: _theme("commons.disabled.placeholder");
298
+ // }
299
+ // }
300
+
301
+ // // PALETTES
302
+ // // ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
303
+
304
+ // @each $name, $palette in _getMap("palettes") {
305
+ // :host-context(.palette-#{$name}) {
306
+ // .lu-select-placeholder {
307
+ // @include selectColoringPlaceholer($name);
308
+ // }
309
+
310
+ // &::after {
311
+ // @include selectColoringIcons($name);
312
+ // }
313
+ // }
314
+ // }
315
+ // }
316
+
317
+ // @mixin selectColoringPlaceholer($palette) {
318
+ // color: _color($palette, 400);
319
+ // }
320
+
321
+ // @mixin selectColoringIcons($palette) {
322
+ // color: _color($palette, 700);
323
+ // }