@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,323 +1,323 @@
|
|
|
1
|
-
@import "~@lucca-front/icons/src/_mixins";
|
|
2
|
-
@mixin selectInputStyle {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
@mixin selectColoringPlaceholer($palette) {
|
|
318
|
-
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
@mixin selectColoringIcons($palette) {
|
|
322
|
-
|
|
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
|
+
// }
|