@covalent/components 11.2.1 → 11.3.0
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/package.json +1 -1
- package/select/select.d.ts +6 -0
- package/select.js +90 -26
- package/select.mjs +437 -320
package/select.mjs
CHANGED
@@ -1,28 +1,28 @@
|
|
1
|
-
import { e as
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
1
|
+
import { e as X, x as v, A as T, i as G, r as te } from "./query-assigned-elements-D930kELM.mjs";
|
2
|
+
import { n as g } from "./property-DJzm_oB9.mjs";
|
3
|
+
import { l as R } from "./if-defined-DGrxuPYz.mjs";
|
4
|
+
import { o as L } from "./class-map-DPUylGZM.mjs";
|
5
|
+
import { _ as r, a as ie, b as $ } from "./tslib.es6-pPsSiLLK.mjs";
|
6
|
+
import { f as le, l as ce } from "./mwc-line-ripple-directive-D6JvHdq9.mjs";
|
7
|
+
import { s as de, M as ne } from "./mwc-menu.css-zLJoUMUW.mjs";
|
5
8
|
import "./mwc-icon-CU54ISyR.mjs";
|
6
|
-
import { F as
|
7
|
-
import { o as
|
8
|
-
import { a as
|
9
|
-
import {
|
10
|
-
import {
|
11
|
-
import {
|
12
|
-
import { i as v } from "./query-CDOd1Kwm.mjs";
|
13
|
-
import { o as D } from "./class-map-DPUylGZM.mjs";
|
14
|
-
import { l as V } from "./if-defined-DGrxuPYz.mjs";
|
9
|
+
import { F as oe } from "./form-element-QkRofWU9.mjs";
|
10
|
+
import { o as M } from "./observer-DQ8OfVDQ.mjs";
|
11
|
+
import { a as re, i as ae } from "./utils-Dr5MegQq.mjs";
|
12
|
+
import { t as O } from "./state-B_tK3mBm.mjs";
|
13
|
+
import { e as se } from "./event-options-C7DvXRgq.mjs";
|
14
|
+
import { i as x } from "./query-CDOd1Kwm.mjs";
|
15
15
|
/**
|
16
16
|
* @license
|
17
17
|
* Copyright 2020 Google LLC
|
18
18
|
* SPDX-License-Identifier: Apache-2.0
|
19
19
|
*/
|
20
|
-
let
|
20
|
+
let B = class extends ne {
|
21
21
|
};
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
],
|
22
|
+
B.styles = [de];
|
23
|
+
B = r([
|
24
|
+
X("mwc-menu")
|
25
|
+
], B);
|
26
26
|
/**
|
27
27
|
* @license
|
28
28
|
* Copyright 2020 Google Inc.
|
@@ -76,7 +76,7 @@ u.add(n.ARROW_DOWN);
|
|
76
76
|
u.add(n.DELETE);
|
77
77
|
u.add(n.ESCAPE);
|
78
78
|
u.add(n.TAB);
|
79
|
-
var
|
79
|
+
var b = {
|
80
80
|
BACKSPACE: 8,
|
81
81
|
ENTER: 13,
|
82
82
|
SPACEBAR: 32,
|
@@ -92,34 +92,34 @@ var g = {
|
|
92
92
|
ESCAPE: 27,
|
93
93
|
TAB: 9
|
94
94
|
}, f = /* @__PURE__ */ new Map();
|
95
|
-
f.set(
|
96
|
-
f.set(
|
97
|
-
f.set(
|
98
|
-
f.set(
|
99
|
-
f.set(
|
100
|
-
f.set(
|
101
|
-
f.set(
|
102
|
-
f.set(
|
103
|
-
f.set(
|
104
|
-
f.set(
|
105
|
-
f.set(
|
106
|
-
f.set(
|
107
|
-
f.set(
|
108
|
-
f.set(
|
109
|
-
var
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
function _(
|
119
|
-
var e =
|
95
|
+
f.set(b.BACKSPACE, n.BACKSPACE);
|
96
|
+
f.set(b.ENTER, n.ENTER);
|
97
|
+
f.set(b.SPACEBAR, n.SPACEBAR);
|
98
|
+
f.set(b.PAGE_UP, n.PAGE_UP);
|
99
|
+
f.set(b.PAGE_DOWN, n.PAGE_DOWN);
|
100
|
+
f.set(b.END, n.END);
|
101
|
+
f.set(b.HOME, n.HOME);
|
102
|
+
f.set(b.ARROW_LEFT, n.ARROW_LEFT);
|
103
|
+
f.set(b.ARROW_UP, n.ARROW_UP);
|
104
|
+
f.set(b.ARROW_RIGHT, n.ARROW_RIGHT);
|
105
|
+
f.set(b.ARROW_DOWN, n.ARROW_DOWN);
|
106
|
+
f.set(b.DELETE, n.DELETE);
|
107
|
+
f.set(b.ESCAPE, n.ESCAPE);
|
108
|
+
f.set(b.TAB, n.TAB);
|
109
|
+
var w = /* @__PURE__ */ new Set();
|
110
|
+
w.add(n.PAGE_UP);
|
111
|
+
w.add(n.PAGE_DOWN);
|
112
|
+
w.add(n.END);
|
113
|
+
w.add(n.HOME);
|
114
|
+
w.add(n.ARROW_LEFT);
|
115
|
+
w.add(n.ARROW_UP);
|
116
|
+
w.add(n.ARROW_RIGHT);
|
117
|
+
w.add(n.ARROW_DOWN);
|
118
|
+
function _(l) {
|
119
|
+
var e = l.key;
|
120
120
|
if (u.has(e))
|
121
121
|
return e;
|
122
|
-
var t = f.get(
|
122
|
+
var t = f.get(l.keyCode);
|
123
123
|
return t || n.UNKNOWN;
|
124
124
|
}
|
125
125
|
/**
|
@@ -144,7 +144,7 @@ function _(d) {
|
|
144
144
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
145
145
|
* THE SOFTWARE.
|
146
146
|
*/
|
147
|
-
var E, y,
|
147
|
+
var E, y, m = {
|
148
148
|
LIST_ITEM_ACTIVATED_CLASS: "mdc-list-item--activated",
|
149
149
|
LIST_ITEM_CLASS: "mdc-list-item",
|
150
150
|
LIST_ITEM_DISABLED_CLASS: "mdc-list-item--disabled",
|
@@ -153,10 +153,10 @@ var E, y, s = {
|
|
153
153
|
LIST_ITEM_PRIMARY_TEXT_CLASS: "mdc-list-item__primary-text",
|
154
154
|
ROOT: "mdc-list"
|
155
155
|
};
|
156
|
-
E = {}, E["" +
|
157
|
-
var
|
158
|
-
"" +
|
159
|
-
var
|
156
|
+
E = {}, E["" + m.LIST_ITEM_ACTIVATED_CLASS] = "mdc-list-item--activated", E["" + m.LIST_ITEM_CLASS] = "mdc-list-item", E["" + m.LIST_ITEM_DISABLED_CLASS] = "mdc-list-item--disabled", E["" + m.LIST_ITEM_SELECTED_CLASS] = "mdc-list-item--selected", E["" + m.LIST_ITEM_PRIMARY_TEXT_CLASS] = "mdc-list-item__primary-text", E["" + m.ROOT] = "mdc-list";
|
157
|
+
var C = (y = {}, y["" + m.LIST_ITEM_ACTIVATED_CLASS] = "mdc-deprecated-list-item--activated", y["" + m.LIST_ITEM_CLASS] = "mdc-deprecated-list-item", y["" + m.LIST_ITEM_DISABLED_CLASS] = "mdc-deprecated-list-item--disabled", y["" + m.LIST_ITEM_SELECTED_CLASS] = "mdc-deprecated-list-item--selected", y["" + m.LIST_ITEM_TEXT_CLASS] = "mdc-deprecated-list-item__text", y["" + m.LIST_ITEM_PRIMARY_TEXT_CLASS] = "mdc-deprecated-list-item__primary-text", y["" + m.ROOT] = "mdc-deprecated-list", y);
|
158
|
+
"" + m.LIST_ITEM_CLASS + m.LIST_ITEM_CLASS + C[m.LIST_ITEM_CLASS] + C[m.LIST_ITEM_CLASS], "" + m.LIST_ITEM_CLASS + m.LIST_ITEM_CLASS + m.LIST_ITEM_CLASS + m.LIST_ITEM_CLASS + C[m.LIST_ITEM_CLASS] + C[m.LIST_ITEM_CLASS] + C[m.LIST_ITEM_CLASS] + C[m.LIST_ITEM_CLASS];
|
159
|
+
var me = {
|
160
160
|
TYPEAHEAD_BUFFER_CLEAR_TIMEOUT_MS: 300
|
161
161
|
};
|
162
162
|
/**
|
@@ -181,11 +181,11 @@ var se = {
|
|
181
181
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
182
182
|
* THE SOFTWARE.
|
183
183
|
*/
|
184
|
-
var
|
185
|
-
var e =
|
184
|
+
var pe = ["input", "button", "textarea", "select"], z = function(l) {
|
185
|
+
var e = l.target;
|
186
186
|
if (e) {
|
187
187
|
var t = ("" + e.tagName).toLowerCase();
|
188
|
-
|
188
|
+
pe.indexOf(t) === -1 && l.preventDefault();
|
189
189
|
}
|
190
190
|
};
|
191
191
|
/**
|
@@ -210,115 +210,115 @@ var me = ["input", "button", "textarea", "select"], z = function(d) {
|
|
210
210
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
211
211
|
* THE SOFTWARE.
|
212
212
|
*/
|
213
|
-
function
|
214
|
-
var
|
213
|
+
function he() {
|
214
|
+
var l = {
|
215
215
|
bufferClearTimeout: 0,
|
216
216
|
currentFirstChar: "",
|
217
217
|
sortedIndexCursor: 0,
|
218
218
|
typeaheadBuffer: ""
|
219
219
|
};
|
220
|
-
return
|
220
|
+
return l;
|
221
221
|
}
|
222
|
-
function W(
|
223
|
-
for (var t = /* @__PURE__ */ new Map(), i = 0; i <
|
224
|
-
var
|
225
|
-
if (
|
226
|
-
var
|
227
|
-
t.has(
|
222
|
+
function W(l, e) {
|
223
|
+
for (var t = /* @__PURE__ */ new Map(), i = 0; i < l; i++) {
|
224
|
+
var c = e(i).trim();
|
225
|
+
if (c) {
|
226
|
+
var d = c[0].toLowerCase();
|
227
|
+
t.has(d) || t.set(d, []), t.get(d).push({ text: c.toLowerCase(), index: i });
|
228
228
|
}
|
229
229
|
}
|
230
|
-
return t.forEach(function(
|
231
|
-
|
232
|
-
return h.index -
|
230
|
+
return t.forEach(function(o) {
|
231
|
+
o.sort(function(h, s) {
|
232
|
+
return h.index - s.index;
|
233
233
|
});
|
234
234
|
}), t;
|
235
235
|
}
|
236
|
-
function
|
237
|
-
var t =
|
236
|
+
function P(l, e) {
|
237
|
+
var t = l.nextChar, i = l.focusItemAtIndex, c = l.sortedIndexByFirstChar, d = l.focusedItemIndex, o = l.skipFocus, h = l.isItemAtIndexDisabled;
|
238
238
|
clearTimeout(e.bufferClearTimeout), e.bufferClearTimeout = setTimeout(function() {
|
239
|
-
|
240
|
-
},
|
241
|
-
var
|
242
|
-
return e.typeaheadBuffer.length === 1 ?
|
239
|
+
_e(e);
|
240
|
+
}, me.TYPEAHEAD_BUFFER_CLEAR_TIMEOUT_MS), e.typeaheadBuffer = e.typeaheadBuffer + t;
|
241
|
+
var s;
|
242
|
+
return e.typeaheadBuffer.length === 1 ? s = ue(c, d, h, e) : s = fe(c, h, e), s !== -1 && !o && i(s), s;
|
243
243
|
}
|
244
|
-
function
|
245
|
-
var
|
246
|
-
if (!
|
244
|
+
function ue(l, e, t, i) {
|
245
|
+
var c = i.typeaheadBuffer[0], d = l.get(c);
|
246
|
+
if (!d)
|
247
247
|
return -1;
|
248
|
-
if (
|
249
|
-
i.sortedIndexCursor = (i.sortedIndexCursor + 1) %
|
250
|
-
var
|
251
|
-
if (!t(
|
252
|
-
return
|
248
|
+
if (c === i.currentFirstChar && d[i.sortedIndexCursor].index === e) {
|
249
|
+
i.sortedIndexCursor = (i.sortedIndexCursor + 1) % d.length;
|
250
|
+
var o = d[i.sortedIndexCursor].index;
|
251
|
+
if (!t(o))
|
252
|
+
return o;
|
253
253
|
}
|
254
|
-
i.currentFirstChar =
|
255
|
-
var h = -1,
|
256
|
-
for (
|
257
|
-
if (!t(
|
258
|
-
h =
|
254
|
+
i.currentFirstChar = c;
|
255
|
+
var h = -1, s;
|
256
|
+
for (s = 0; s < d.length; s++)
|
257
|
+
if (!t(d[s].index)) {
|
258
|
+
h = s;
|
259
259
|
break;
|
260
260
|
}
|
261
|
-
for (;
|
262
|
-
if (
|
263
|
-
h =
|
261
|
+
for (; s < d.length; s++)
|
262
|
+
if (d[s].index > e && !t(d[s].index)) {
|
263
|
+
h = s;
|
264
264
|
break;
|
265
265
|
}
|
266
|
-
return h !== -1 ? (i.sortedIndexCursor = h,
|
266
|
+
return h !== -1 ? (i.sortedIndexCursor = h, d[i.sortedIndexCursor].index) : -1;
|
267
267
|
}
|
268
|
-
function
|
269
|
-
var i = t.typeaheadBuffer[0],
|
270
|
-
if (!
|
268
|
+
function fe(l, e, t) {
|
269
|
+
var i = t.typeaheadBuffer[0], c = l.get(i);
|
270
|
+
if (!c)
|
271
271
|
return -1;
|
272
|
-
var
|
273
|
-
if (
|
274
|
-
return
|
275
|
-
for (var
|
276
|
-
var
|
277
|
-
if (
|
278
|
-
h =
|
272
|
+
var d = c[t.sortedIndexCursor];
|
273
|
+
if (d.text.lastIndexOf(t.typeaheadBuffer, 0) === 0 && !e(d.index))
|
274
|
+
return d.index;
|
275
|
+
for (var o = (t.sortedIndexCursor + 1) % c.length, h = -1; o !== t.sortedIndexCursor; ) {
|
276
|
+
var s = c[o], A = s.text.lastIndexOf(t.typeaheadBuffer, 0) === 0, D = !e(s.index);
|
277
|
+
if (A && D) {
|
278
|
+
h = o;
|
279
279
|
break;
|
280
280
|
}
|
281
|
-
|
281
|
+
o = (o + 1) % c.length;
|
282
282
|
}
|
283
|
-
return h !== -1 ? (t.sortedIndexCursor = h,
|
283
|
+
return h !== -1 ? (t.sortedIndexCursor = h, c[t.sortedIndexCursor].index) : -1;
|
284
284
|
}
|
285
|
-
function
|
286
|
-
return
|
285
|
+
function K(l) {
|
286
|
+
return l.typeaheadBuffer.length > 0;
|
287
287
|
}
|
288
|
-
function
|
289
|
-
|
288
|
+
function _e(l) {
|
289
|
+
l.typeaheadBuffer = "";
|
290
290
|
}
|
291
|
-
function
|
292
|
-
var t =
|
293
|
-
if (t.altKey || t.ctrlKey || t.metaKey ||
|
291
|
+
function ge(l, e) {
|
292
|
+
var t = l.event, i = l.isTargetListItem, c = l.focusedItemIndex, d = l.focusItemAtIndex, o = l.sortedIndexByFirstChar, h = l.isItemAtIndexDisabled, s = _(t) === "ArrowLeft", A = _(t) === "ArrowUp", D = _(t) === "ArrowRight", q = _(t) === "ArrowDown", j = _(t) === "Home", Q = _(t) === "End", J = _(t) === "Enter", V = _(t) === "Spacebar";
|
293
|
+
if (t.altKey || t.ctrlKey || t.metaKey || s || A || D || q || j || Q || J)
|
294
294
|
return -1;
|
295
|
-
var
|
296
|
-
if (
|
295
|
+
var Z = !V && t.key.length === 1;
|
296
|
+
if (Z) {
|
297
297
|
z(t);
|
298
|
-
var
|
299
|
-
focusItemAtIndex:
|
300
|
-
focusedItemIndex:
|
298
|
+
var k = {
|
299
|
+
focusItemAtIndex: d,
|
300
|
+
focusedItemIndex: c,
|
301
301
|
nextChar: t.key.toLowerCase(),
|
302
|
-
sortedIndexByFirstChar:
|
302
|
+
sortedIndexByFirstChar: o,
|
303
303
|
skipFocus: !1,
|
304
304
|
isItemAtIndexDisabled: h
|
305
305
|
};
|
306
|
-
return
|
306
|
+
return P(k, e);
|
307
307
|
}
|
308
|
-
if (!
|
308
|
+
if (!V)
|
309
309
|
return -1;
|
310
310
|
i && z(t);
|
311
|
-
var
|
312
|
-
if (
|
313
|
-
var
|
314
|
-
focusItemAtIndex:
|
315
|
-
focusedItemIndex:
|
311
|
+
var ee = i && K(e);
|
312
|
+
if (ee) {
|
313
|
+
var k = {
|
314
|
+
focusItemAtIndex: d,
|
315
|
+
focusedItemIndex: c,
|
316
316
|
nextChar: " ",
|
317
|
-
sortedIndexByFirstChar:
|
317
|
+
sortedIndexByFirstChar: o,
|
318
318
|
skipFocus: !1,
|
319
319
|
isItemAtIndexDisabled: h
|
320
320
|
};
|
321
|
-
return
|
321
|
+
return P(k, e);
|
322
322
|
}
|
323
323
|
return -1;
|
324
324
|
}
|
@@ -344,39 +344,39 @@ function _e(d, e) {
|
|
344
344
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
345
345
|
* THE SOFTWARE.
|
346
346
|
*/
|
347
|
-
var
|
347
|
+
var be = (
|
348
348
|
/** @class */
|
349
349
|
function() {
|
350
|
-
function
|
350
|
+
function l(e) {
|
351
351
|
e === void 0 && (e = {}), this.adapter = e;
|
352
352
|
}
|
353
|
-
return Object.defineProperty(
|
353
|
+
return Object.defineProperty(l, "cssClasses", {
|
354
354
|
get: function() {
|
355
355
|
return {};
|
356
356
|
},
|
357
357
|
enumerable: !1,
|
358
358
|
configurable: !0
|
359
|
-
}), Object.defineProperty(
|
359
|
+
}), Object.defineProperty(l, "strings", {
|
360
360
|
get: function() {
|
361
361
|
return {};
|
362
362
|
},
|
363
363
|
enumerable: !1,
|
364
364
|
configurable: !0
|
365
|
-
}), Object.defineProperty(
|
365
|
+
}), Object.defineProperty(l, "numbers", {
|
366
366
|
get: function() {
|
367
367
|
return {};
|
368
368
|
},
|
369
369
|
enumerable: !1,
|
370
370
|
configurable: !0
|
371
|
-
}), Object.defineProperty(
|
371
|
+
}), Object.defineProperty(l, "defaultAdapter", {
|
372
372
|
get: function() {
|
373
373
|
return {};
|
374
374
|
},
|
375
375
|
enumerable: !1,
|
376
376
|
configurable: !0
|
377
|
-
}),
|
378
|
-
},
|
379
|
-
},
|
377
|
+
}), l.prototype.init = function() {
|
378
|
+
}, l.prototype.destroy = function() {
|
379
|
+
}, l;
|
380
380
|
}()
|
381
381
|
);
|
382
382
|
/**
|
@@ -401,14 +401,14 @@ var ge = (
|
|
401
401
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
402
402
|
* THE SOFTWARE.
|
403
403
|
*/
|
404
|
-
var
|
405
|
-
(function(
|
406
|
-
|
407
|
-
})(
|
408
|
-
var
|
409
|
-
(function(
|
410
|
-
|
411
|
-
})(
|
404
|
+
var H;
|
405
|
+
(function(l) {
|
406
|
+
l[l.BOTTOM = 1] = "BOTTOM", l[l.CENTER = 2] = "CENTER", l[l.RIGHT = 4] = "RIGHT", l[l.FLIP_RTL = 8] = "FLIP_RTL";
|
407
|
+
})(H || (H = {}));
|
408
|
+
var N;
|
409
|
+
(function(l) {
|
410
|
+
l[l.TOP_LEFT = 0] = "TOP_LEFT", l[l.TOP_RIGHT = 4] = "TOP_RIGHT", l[l.BOTTOM_LEFT = 1] = "BOTTOM_LEFT", l[l.BOTTOM_RIGHT = 5] = "BOTTOM_RIGHT", l[l.TOP_START = 8] = "TOP_START", l[l.TOP_END = 12] = "TOP_END", l[l.BOTTOM_START = 9] = "BOTTOM_START", l[l.BOTTOM_END = 13] = "BOTTOM_END";
|
411
|
+
})(N || (N = {}));
|
412
412
|
/**
|
413
413
|
* @license
|
414
414
|
* Copyright 2016 Google Inc.
|
@@ -441,7 +441,7 @@ var p = {
|
|
441
441
|
REQUIRED: "mdc-select--required",
|
442
442
|
ROOT: "mdc-select",
|
443
443
|
WITH_LEADING_ICON: "mdc-select--with-leading-icon"
|
444
|
-
},
|
444
|
+
}, F = {
|
445
445
|
ARIA_CONTROLS: "aria-controls",
|
446
446
|
ARIA_DESCRIBEDBY: "aria-describedby",
|
447
447
|
ARIA_SELECTED_ATTR: "aria-selected",
|
@@ -455,7 +455,7 @@ var p = {
|
|
455
455
|
SELECTED_TEXT_SELECTOR: ".mdc-select__selected-text",
|
456
456
|
SELECT_ANCHOR_SELECTOR: ".mdc-select__anchor",
|
457
457
|
VALUE_ATTR: "data-value"
|
458
|
-
},
|
458
|
+
}, I = {
|
459
459
|
LABEL_SCALE: 0.75,
|
460
460
|
UNSET_INDEX: -1,
|
461
461
|
CLICK_DEBOUNCE_TIMEOUT_MS: 330
|
@@ -482,14 +482,14 @@ var p = {
|
|
482
482
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
483
483
|
* THE SOFTWARE.
|
484
484
|
*/
|
485
|
-
var
|
485
|
+
var ve = (
|
486
486
|
/** @class */
|
487
|
-
function(
|
488
|
-
|
487
|
+
function(l) {
|
488
|
+
ie(e, l);
|
489
489
|
function e(t, i) {
|
490
490
|
i === void 0 && (i = {});
|
491
|
-
var
|
492
|
-
return
|
491
|
+
var c = l.call(this, $($({}, e.defaultAdapter), t)) || this;
|
492
|
+
return c.disabled = !1, c.isMenuOpen = !1, c.useDefaultValidation = !0, c.customValidity = !0, c.lastSelectedIndex = I.UNSET_INDEX, c.clickDebounceTimeout = 0, c.recentlyClicked = !1, c.leadingIcon = i.leadingIcon, c.helperText = i.helperText, c;
|
493
493
|
}
|
494
494
|
return Object.defineProperty(e, "cssClasses", {
|
495
495
|
get: function() {
|
@@ -499,13 +499,13 @@ var be = (
|
|
499
499
|
configurable: !0
|
500
500
|
}), Object.defineProperty(e, "numbers", {
|
501
501
|
get: function() {
|
502
|
-
return
|
502
|
+
return I;
|
503
503
|
},
|
504
504
|
enumerable: !1,
|
505
505
|
configurable: !0
|
506
506
|
}), Object.defineProperty(e, "strings", {
|
507
507
|
get: function() {
|
508
|
-
return
|
508
|
+
return F;
|
509
509
|
},
|
510
510
|
enumerable: !1,
|
511
511
|
configurable: !0
|
@@ -604,20 +604,20 @@ var be = (
|
|
604
604
|
configurable: !0
|
605
605
|
}), e.prototype.getSelectedIndex = function() {
|
606
606
|
return this.adapter.getSelectedIndex();
|
607
|
-
}, e.prototype.setSelectedIndex = function(t, i,
|
608
|
-
i === void 0 && (i = !1),
|
607
|
+
}, e.prototype.setSelectedIndex = function(t, i, c) {
|
608
|
+
i === void 0 && (i = !1), c === void 0 && (c = !1), !(t >= this.adapter.getMenuItemCount()) && (t === I.UNSET_INDEX ? this.adapter.setSelectedText("") : this.adapter.setSelectedText(this.adapter.getMenuItemTextAtIndex(t).trim()), this.adapter.setSelectedIndex(t), i && this.adapter.closeMenu(), !c && this.lastSelectedIndex !== t && this.handleChange(), this.lastSelectedIndex = t);
|
609
609
|
}, e.prototype.setValue = function(t, i) {
|
610
610
|
i === void 0 && (i = !1);
|
611
|
-
var
|
611
|
+
var c = this.adapter.getMenuItemValues().indexOf(t);
|
612
612
|
this.setSelectedIndex(
|
613
|
-
|
613
|
+
c,
|
614
614
|
/** closeMenu */
|
615
615
|
!1,
|
616
616
|
i
|
617
617
|
);
|
618
618
|
}, e.prototype.getValue = function() {
|
619
619
|
var t = this.adapter.getSelectedIndex(), i = this.adapter.getMenuItemValues();
|
620
|
-
return t !==
|
620
|
+
return t !== I.UNSET_INDEX ? i[t] : "";
|
621
621
|
}, e.prototype.getDisabled = function() {
|
622
622
|
return this.disabled;
|
623
623
|
}, e.prototype.setDisabled = function(t) {
|
@@ -628,8 +628,8 @@ var be = (
|
|
628
628
|
this.helperText && this.helperText.setContent(t);
|
629
629
|
}, e.prototype.layout = function() {
|
630
630
|
if (this.adapter.hasLabel()) {
|
631
|
-
var t = this.getValue().length > 0, i = this.adapter.hasClass(p.FOCUSED),
|
632
|
-
this.notchOutline(
|
631
|
+
var t = this.getValue().length > 0, i = this.adapter.hasClass(p.FOCUSED), c = t || i, d = this.adapter.hasClass(p.REQUIRED);
|
632
|
+
this.notchOutline(c), this.adapter.floatLabel(c), this.adapter.setLabelRequired(d);
|
633
633
|
}
|
634
634
|
}, e.prototype.layoutOptions = function() {
|
635
635
|
var t = this.adapter.getMenuItemValues(), i = t.indexOf(this.getValue());
|
@@ -673,20 +673,20 @@ var be = (
|
|
673
673
|
}
|
674
674
|
}, e.prototype.handleKeydown = function(t) {
|
675
675
|
if (!(this.isMenuOpen || !this.adapter.hasClass(p.FOCUSED))) {
|
676
|
-
var i = _(t) === n.ENTER,
|
677
|
-
if (!h && (!
|
678
|
-
var
|
679
|
-
|
676
|
+
var i = _(t) === n.ENTER, c = _(t) === n.SPACEBAR, d = _(t) === n.ARROW_UP, o = _(t) === n.ARROW_DOWN, h = t.ctrlKey || t.metaKey;
|
677
|
+
if (!h && (!c && t.key && t.key.length === 1 || c && this.adapter.isTypeaheadInProgress())) {
|
678
|
+
var s = c ? " " : t.key, A = this.adapter.typeaheadMatchItem(s, this.getSelectedIndex());
|
679
|
+
A >= 0 && this.setSelectedIndex(A), t.preventDefault();
|
680
680
|
return;
|
681
681
|
}
|
682
|
-
!i && !
|
682
|
+
!i && !c && !d && !o || (this.openMenu(), t.preventDefault());
|
683
683
|
}
|
684
684
|
}, e.prototype.notchOutline = function(t) {
|
685
685
|
if (this.adapter.hasOutline()) {
|
686
686
|
var i = this.adapter.hasClass(p.FOCUSED);
|
687
687
|
if (t) {
|
688
|
-
var
|
689
|
-
this.adapter.notchOutline(
|
688
|
+
var c = I.LABEL_SCALE, d = this.adapter.getLabelWidth() * c;
|
689
|
+
this.adapter.notchOutline(d);
|
690
690
|
} else i || this.adapter.closeOutline();
|
691
691
|
}
|
692
692
|
}, e.prototype.setLeadingIconAriaLabel = function(t) {
|
@@ -700,14 +700,14 @@ var be = (
|
|
700
700
|
}, e.prototype.setValid = function(t) {
|
701
701
|
this.useDefaultValidation || (this.customValidity = t), this.adapter.setSelectAnchorAttr("aria-invalid", (!t).toString()), t ? (this.adapter.removeClass(p.INVALID), this.adapter.removeMenuClass(p.MENU_INVALID)) : (this.adapter.addClass(p.INVALID), this.adapter.addMenuClass(p.MENU_INVALID)), this.syncHelperTextValidity(t);
|
702
702
|
}, e.prototype.isValid = function() {
|
703
|
-
return this.useDefaultValidation && this.adapter.hasClass(p.REQUIRED) && !this.adapter.hasClass(p.DISABLED) ? this.getSelectedIndex() !==
|
703
|
+
return this.useDefaultValidation && this.adapter.hasClass(p.REQUIRED) && !this.adapter.hasClass(p.DISABLED) ? this.getSelectedIndex() !== I.UNSET_INDEX && (this.getSelectedIndex() !== 0 || !!this.getValue()) : this.customValidity;
|
704
704
|
}, e.prototype.setRequired = function(t) {
|
705
705
|
t ? this.adapter.addClass(p.REQUIRED) : this.adapter.removeClass(p.REQUIRED), this.adapter.setSelectAnchorAttr("aria-required", t.toString()), this.adapter.setLabelRequired(t);
|
706
706
|
}, e.prototype.getRequired = function() {
|
707
707
|
return this.adapter.getSelectAnchorAttr("aria-required") === "true";
|
708
708
|
}, e.prototype.init = function() {
|
709
709
|
var t = this.adapter.getAnchorElement();
|
710
|
-
t && (this.adapter.setMenuAnchorElement(t), this.adapter.setMenuAnchorCorner(
|
710
|
+
t && (this.adapter.setMenuAnchorElement(t), this.adapter.setMenuAnchorCorner(N.BOTTOM_START)), this.adapter.setMenuWrapFocus(!1), this.setDisabled(this.adapter.hasClass(p.DISABLED)), this.syncHelperTextValidity(!this.adapter.hasClass(p.INVALID)), this.layout(), this.layoutOptions();
|
711
711
|
}, e.prototype.blur = function() {
|
712
712
|
this.adapter.removeClass(p.FOCUSED), this.layout(), this.adapter.deactivateBottomLine();
|
713
713
|
var t = this.adapter.hasClass(p.REQUIRED);
|
@@ -715,31 +715,31 @@ var be = (
|
|
715
715
|
}, e.prototype.syncHelperTextValidity = function(t) {
|
716
716
|
if (this.helperText) {
|
717
717
|
this.helperText.setValidity(t);
|
718
|
-
var i = this.helperText.isVisible(),
|
719
|
-
i &&
|
718
|
+
var i = this.helperText.isVisible(), c = this.helperText.getId();
|
719
|
+
i && c ? this.adapter.setSelectAnchorAttr(F.ARIA_DESCRIBEDBY, c) : this.adapter.removeSelectAnchorAttr(F.ARIA_DESCRIBEDBY);
|
720
720
|
}
|
721
721
|
}, e.prototype.setClickDebounceTimeout = function() {
|
722
722
|
var t = this;
|
723
723
|
clearTimeout(this.clickDebounceTimeout), this.clickDebounceTimeout = setTimeout(function() {
|
724
724
|
t.recentlyClicked = !1;
|
725
|
-
},
|
725
|
+
}, I.CLICK_DEBOUNCE_TIMEOUT_MS), this.recentlyClicked = !0;
|
726
726
|
}, e;
|
727
|
-
}(
|
727
|
+
}(be)
|
728
728
|
);
|
729
729
|
/**
|
730
730
|
* @license
|
731
731
|
* Copyright 2020 Google LLC
|
732
732
|
* SPDX-License-Identifier: Apache-2.0
|
733
733
|
*/
|
734
|
-
const Y = (
|
734
|
+
const Y = (l = {}) => {
|
735
735
|
const e = {};
|
736
|
-
for (const t in
|
737
|
-
e[t] =
|
736
|
+
for (const t in l)
|
737
|
+
e[t] = l[t];
|
738
738
|
return Object.assign({ badInput: !1, customError: !1, patternMismatch: !1, rangeOverflow: !1, rangeUnderflow: !1, stepMismatch: !1, tooLong: !1, tooShort: !1, typeMismatch: !1, valid: !0, valueMissing: !1 }, e);
|
739
739
|
};
|
740
|
-
class
|
740
|
+
class a extends oe {
|
741
741
|
constructor() {
|
742
|
-
super(...arguments), this.mdcFoundationClass =
|
742
|
+
super(...arguments), this.mdcFoundationClass = ve, this.disabled = !1, this.outlined = !1, this.label = "", this.outlineOpen = !1, this.outlineWidth = 0, this.value = "", this.name = "", this.selectedText = "", this.icon = "", this.menuOpen = !1, this.helper = "", this.validateOnInitialRender = !1, this.validationMessage = "", this.required = !1, this.naturalMenuWidth = !1, this.isUiValid = !0, this.fixedMenuPosition = !1, this.typeaheadState = he(), this.sortedIndexByFirstChar = /* @__PURE__ */ new Map(), this.menuElement_ = null, this.listeners = [], this.onBodyClickBound = () => {
|
743
743
|
}, this._menuUpdateComplete = null, this.valueSetDirectly = !1, this.validityTransform = null, this._validity = Y();
|
744
744
|
}
|
745
745
|
get items() {
|
@@ -769,9 +769,9 @@ class r extends ne {
|
|
769
769
|
"mdc-select--required": this.required,
|
770
770
|
"mdc-select--invalid": !this.isUiValid
|
771
771
|
}, t = this.label ? "label" : void 0, i = this.shouldRenderHelperText ? "helper-text" : void 0;
|
772
|
-
return
|
772
|
+
return v`
|
773
773
|
<div
|
774
|
-
class="mdc-select ${
|
774
|
+
class="mdc-select ${L(e)}">
|
775
775
|
<input
|
776
776
|
class="formElement"
|
777
777
|
name="${this.name}"
|
@@ -786,9 +786,9 @@ class r extends ne {
|
|
786
786
|
aria-expanded=${this.menuOpen}
|
787
787
|
aria-invalid=${!this.isUiValid}
|
788
788
|
aria-haspopup="listbox"
|
789
|
-
aria-labelledby=${
|
789
|
+
aria-labelledby=${R(t)}
|
790
790
|
aria-required=${this.required}
|
791
|
-
aria-describedby=${
|
791
|
+
aria-describedby=${R(i)}
|
792
792
|
@click=${this.onClick}
|
793
793
|
@focus=${this.onFocus}
|
794
794
|
@blur=${this.onBlur}
|
@@ -826,11 +826,11 @@ class r extends ne {
|
|
826
826
|
}
|
827
827
|
renderMenu() {
|
828
828
|
const e = this.getMenuClasses();
|
829
|
-
return
|
829
|
+
return v`
|
830
830
|
<mwc-menu
|
831
831
|
innerRole="listbox"
|
832
832
|
wrapFocus
|
833
|
-
class=" ${
|
833
|
+
class=" ${L(e)}"
|
834
834
|
activatable
|
835
835
|
.fullwidth=${this.fixedMenuPosition ? !1 : !this.naturalMenuWidth}
|
836
836
|
.open=${this.menuOpen}
|
@@ -853,50 +853,50 @@ class r extends ne {
|
|
853
853
|
};
|
854
854
|
}
|
855
855
|
renderMenuContent() {
|
856
|
-
return
|
856
|
+
return v`<slot></slot>`;
|
857
857
|
}
|
858
858
|
renderRipple() {
|
859
|
-
return this.outlined ?
|
859
|
+
return this.outlined ? T : v`
|
860
860
|
<span class="mdc-select__ripple"></span>
|
861
861
|
`;
|
862
862
|
}
|
863
863
|
renderOutline() {
|
864
|
-
return this.outlined ?
|
864
|
+
return this.outlined ? v`
|
865
865
|
<mwc-notched-outline
|
866
866
|
.width=${this.outlineWidth}
|
867
867
|
.open=${this.outlineOpen}
|
868
868
|
class="mdc-notched-outline">
|
869
869
|
${this.renderLabel()}
|
870
|
-
</mwc-notched-outline>` :
|
870
|
+
</mwc-notched-outline>` : T;
|
871
871
|
}
|
872
872
|
renderLabel() {
|
873
|
-
return this.label ?
|
873
|
+
return this.label ? v`
|
874
874
|
<span
|
875
|
-
.floatingLabelFoundation=${
|
875
|
+
.floatingLabelFoundation=${le(this.label)}
|
876
876
|
id="label">${this.label}</span>
|
877
|
-
` :
|
877
|
+
` : T;
|
878
878
|
}
|
879
879
|
renderLeadingIcon() {
|
880
|
-
return this.icon ?
|
880
|
+
return this.icon ? v`<mwc-icon class="mdc-select__icon"><div>${this.icon}</div></mwc-icon>` : T;
|
881
881
|
}
|
882
882
|
renderLineRipple() {
|
883
|
-
return this.outlined ?
|
884
|
-
<span .lineRippleFoundation=${
|
883
|
+
return this.outlined ? T : v`
|
884
|
+
<span .lineRippleFoundation=${ce()}></span>
|
885
885
|
`;
|
886
886
|
}
|
887
887
|
renderHelperText() {
|
888
888
|
if (!this.shouldRenderHelperText)
|
889
|
-
return
|
889
|
+
return T;
|
890
890
|
const e = this.validationMessage && !this.isUiValid;
|
891
|
-
return
|
891
|
+
return v`
|
892
892
|
<p
|
893
|
-
class="mdc-select-helper-text ${
|
893
|
+
class="mdc-select-helper-text ${L({
|
894
894
|
"mdc-select-helper-text--validation-msg": e
|
895
895
|
})}"
|
896
896
|
id="helper-text">${e ? this.validationMessage : this.helper}</p>`;
|
897
897
|
}
|
898
898
|
createAdapter() {
|
899
|
-
return Object.assign(Object.assign({},
|
899
|
+
return Object.assign(Object.assign({}, re(this.mdcRoot)), { activateBottomLine: () => {
|
900
900
|
this.lineRippleElement && this.lineRippleElement.lineRippleFoundation.activate();
|
901
901
|
}, deactivateBottomLine: () => {
|
902
902
|
this.lineRippleElement && this.lineRippleElement.lineRippleFoundation.deactivate();
|
@@ -960,20 +960,20 @@ class r extends ne {
|
|
960
960
|
const i = t.items[e];
|
961
961
|
return i ? i.text : "";
|
962
962
|
}, getSelectedIndex: () => this.index, setSelectedIndex: () => {
|
963
|
-
}, isTypeaheadInProgress: () =>
|
963
|
+
}, isTypeaheadInProgress: () => K(this.typeaheadState), typeaheadMatchItem: (e, t) => {
|
964
964
|
if (!this.menuElement)
|
965
965
|
return -1;
|
966
966
|
const i = {
|
967
|
-
focusItemAtIndex: (
|
968
|
-
this.menuElement.focusItemAtIndex(
|
967
|
+
focusItemAtIndex: (d) => {
|
968
|
+
this.menuElement.focusItemAtIndex(d);
|
969
969
|
},
|
970
970
|
focusedItemIndex: t || this.menuElement.getFocusedItemIndex(),
|
971
971
|
nextChar: e,
|
972
972
|
sortedIndexByFirstChar: this.sortedIndexByFirstChar,
|
973
973
|
skipFocus: !1,
|
974
|
-
isItemAtIndexDisabled: (
|
975
|
-
},
|
976
|
-
return
|
974
|
+
isItemAtIndexDisabled: (d) => this.items[d].disabled
|
975
|
+
}, c = P(i, this.typeaheadState);
|
976
|
+
return c !== -1 && this.select(c), c;
|
977
977
|
} });
|
978
978
|
}
|
979
979
|
checkValidity() {
|
@@ -992,8 +992,8 @@ class r extends ne {
|
|
992
992
|
const t = this.formElement.validity;
|
993
993
|
let i = Y(t);
|
994
994
|
if (this.validityTransform) {
|
995
|
-
const
|
996
|
-
i = Object.assign(Object.assign({}, i),
|
995
|
+
const c = this.validityTransform(e, i);
|
996
|
+
i = Object.assign(Object.assign({}, i), c);
|
997
997
|
}
|
998
998
|
return this._validity = i, this._validity.valid;
|
999
999
|
}
|
@@ -1062,15 +1062,15 @@ class r extends ne {
|
|
1062
1062
|
const t = e.target.getBoundingClientRect();
|
1063
1063
|
let i = 0;
|
1064
1064
|
"touches" in e ? i = e.touches[0].clientX : i = e.clientX;
|
1065
|
-
const
|
1066
|
-
this.mdcFoundation.handleClick(
|
1065
|
+
const c = i - t.left;
|
1066
|
+
this.mdcFoundation.handleClick(c);
|
1067
1067
|
}
|
1068
1068
|
}
|
1069
1069
|
onKeydown(e) {
|
1070
1070
|
const t = _(e) === n.ARROW_UP, i = _(e) === n.ARROW_DOWN;
|
1071
1071
|
if (i || t) {
|
1072
|
-
const
|
1073
|
-
|
1072
|
+
const c = t && this.index > 0, d = i && this.index < this.items.length - 1;
|
1073
|
+
c ? this.select(this.index - 1) : d && this.select(this.index + 1), e.preventDefault(), this.mdcFoundation.openMenu();
|
1074
1074
|
return;
|
1075
1075
|
}
|
1076
1076
|
this.mdcFoundation.handleKeydown(e);
|
@@ -1079,17 +1079,17 @@ class r extends ne {
|
|
1079
1079
|
handleTypeahead(e) {
|
1080
1080
|
if (!this.menuElement)
|
1081
1081
|
return;
|
1082
|
-
const t = this.menuElement.getFocusedItemIndex(), i =
|
1082
|
+
const t = this.menuElement.getFocusedItemIndex(), i = ae(e.target) ? e.target : null, c = i ? i.hasAttribute("mwc-list-item") : !1, d = {
|
1083
1083
|
event: e,
|
1084
|
-
focusItemAtIndex: (
|
1085
|
-
this.menuElement.focusItemAtIndex(
|
1084
|
+
focusItemAtIndex: (o) => {
|
1085
|
+
this.menuElement.focusItemAtIndex(o);
|
1086
1086
|
},
|
1087
1087
|
focusedItemIndex: t,
|
1088
|
-
isTargetListItem:
|
1088
|
+
isTargetListItem: c,
|
1089
1089
|
sortedIndexByFirstChar: this.sortedIndexByFirstChar,
|
1090
|
-
isItemAtIndexDisabled: (
|
1090
|
+
isItemAtIndexDisabled: (o) => this.items[o].disabled
|
1091
1091
|
};
|
1092
|
-
|
1092
|
+
ge(d, this.typeaheadState);
|
1093
1093
|
}
|
1094
1094
|
async onSelected(e) {
|
1095
1095
|
this.mdcFoundation || await this.updateComplete, this.mdcFoundation.handleMenuItemAction(e.detail.index);
|
@@ -1114,135 +1114,252 @@ class r extends ne {
|
|
1114
1114
|
this.outlineOpen = !1;
|
1115
1115
|
return;
|
1116
1116
|
}
|
1117
|
-
const
|
1118
|
-
if (i.floatingLabelFoundation.float(
|
1117
|
+
const c = !!this.label && !!this.value;
|
1118
|
+
if (i.floatingLabelFoundation.float(c), !this.outlined)
|
1119
1119
|
return;
|
1120
|
-
this.outlineOpen =
|
1121
|
-
const
|
1122
|
-
this.outlineOpen && (this.outlineWidth =
|
1120
|
+
this.outlineOpen = c, await this.updateComplete;
|
1121
|
+
const d = i.floatingLabelFoundation.getWidth();
|
1122
|
+
this.outlineOpen && (this.outlineWidth = d);
|
1123
1123
|
}
|
1124
1124
|
async layoutOptions() {
|
1125
1125
|
this.mdcFoundation && this.mdcFoundation.layoutOptions();
|
1126
1126
|
}
|
1127
1127
|
}
|
1128
|
-
|
1129
|
-
|
1130
|
-
],
|
1131
|
-
|
1132
|
-
|
1133
|
-
],
|
1134
|
-
|
1135
|
-
|
1136
|
-
],
|
1137
|
-
|
1138
|
-
|
1139
|
-
],
|
1140
|
-
|
1141
|
-
|
1142
|
-
],
|
1143
|
-
|
1144
|
-
|
1145
|
-
],
|
1146
|
-
|
1147
|
-
|
1148
|
-
],
|
1149
|
-
|
1150
|
-
|
1151
|
-
],
|
1152
|
-
|
1153
|
-
|
1154
|
-
],
|
1155
|
-
|
1156
|
-
|
1157
|
-
],
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
this.mdcFoundation && this.mdcFoundation.setDisabled(
|
1128
|
+
r([
|
1129
|
+
x(".mdc-select")
|
1130
|
+
], a.prototype, "mdcRoot", void 0);
|
1131
|
+
r([
|
1132
|
+
x(".formElement")
|
1133
|
+
], a.prototype, "formElement", void 0);
|
1134
|
+
r([
|
1135
|
+
x("slot")
|
1136
|
+
], a.prototype, "slotElement", void 0);
|
1137
|
+
r([
|
1138
|
+
x("select")
|
1139
|
+
], a.prototype, "nativeSelectElement", void 0);
|
1140
|
+
r([
|
1141
|
+
x("input")
|
1142
|
+
], a.prototype, "nativeInputElement", void 0);
|
1143
|
+
r([
|
1144
|
+
x(".mdc-line-ripple")
|
1145
|
+
], a.prototype, "lineRippleElement", void 0);
|
1146
|
+
r([
|
1147
|
+
x(".mdc-floating-label")
|
1148
|
+
], a.prototype, "labelElement", void 0);
|
1149
|
+
r([
|
1150
|
+
x("mwc-notched-outline")
|
1151
|
+
], a.prototype, "outlineElement", void 0);
|
1152
|
+
r([
|
1153
|
+
x(".mdc-menu")
|
1154
|
+
], a.prototype, "menuElement", void 0);
|
1155
|
+
r([
|
1156
|
+
x(".mdc-select__anchor")
|
1157
|
+
], a.prototype, "anchorElement", void 0);
|
1158
|
+
r([
|
1159
|
+
g({ type: Boolean, attribute: "disabled", reflect: !0 }),
|
1160
|
+
M(function(l) {
|
1161
|
+
this.mdcFoundation && this.mdcFoundation.setDisabled(l);
|
1162
1162
|
})
|
1163
|
-
],
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1163
|
+
], a.prototype, "disabled", void 0);
|
1164
|
+
r([
|
1165
|
+
g({ type: Boolean }),
|
1166
|
+
M(function(l, e) {
|
1167
1167
|
e !== void 0 && this.outlined !== e && this.layout(!1);
|
1168
1168
|
})
|
1169
|
-
],
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1169
|
+
], a.prototype, "outlined", void 0);
|
1170
|
+
r([
|
1171
|
+
g({ type: String }),
|
1172
|
+
M(function(l, e) {
|
1173
1173
|
e !== void 0 && this.label !== e && this.layout(!1);
|
1174
1174
|
})
|
1175
|
-
],
|
1176
|
-
|
1177
|
-
|
1178
|
-
],
|
1179
|
-
|
1180
|
-
|
1181
|
-
],
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1175
|
+
], a.prototype, "label", void 0);
|
1176
|
+
r([
|
1177
|
+
O()
|
1178
|
+
], a.prototype, "outlineOpen", void 0);
|
1179
|
+
r([
|
1180
|
+
O()
|
1181
|
+
], a.prototype, "outlineWidth", void 0);
|
1182
|
+
r([
|
1183
|
+
g({ type: String }),
|
1184
|
+
M(function(l) {
|
1185
1185
|
if (this.mdcFoundation) {
|
1186
|
-
const e = this.selected === null && !!
|
1187
|
-
(e || t) && this.selectByValue(
|
1186
|
+
const e = this.selected === null && !!l, t = this.selected && this.selected.value !== l;
|
1187
|
+
(e || t) && this.selectByValue(l), this.reportValidity();
|
1188
1188
|
}
|
1189
1189
|
})
|
1190
|
-
],
|
1191
|
-
|
1192
|
-
|
1193
|
-
],
|
1194
|
-
|
1195
|
-
|
1196
|
-
],
|
1197
|
-
|
1198
|
-
|
1199
|
-
],
|
1200
|
-
|
1201
|
-
|
1202
|
-
],
|
1203
|
-
|
1204
|
-
|
1205
|
-
],
|
1206
|
-
|
1207
|
-
|
1208
|
-
],
|
1209
|
-
|
1210
|
-
|
1211
|
-
],
|
1212
|
-
|
1213
|
-
|
1214
|
-
],
|
1215
|
-
|
1216
|
-
|
1217
|
-
],
|
1218
|
-
|
1219
|
-
|
1220
|
-
],
|
1221
|
-
|
1222
|
-
|
1223
|
-
],
|
1224
|
-
|
1225
|
-
|
1226
|
-
],
|
1190
|
+
], a.prototype, "value", void 0);
|
1191
|
+
r([
|
1192
|
+
g()
|
1193
|
+
], a.prototype, "name", void 0);
|
1194
|
+
r([
|
1195
|
+
O()
|
1196
|
+
], a.prototype, "selectedText", void 0);
|
1197
|
+
r([
|
1198
|
+
g({ type: String })
|
1199
|
+
], a.prototype, "icon", void 0);
|
1200
|
+
r([
|
1201
|
+
O()
|
1202
|
+
], a.prototype, "menuOpen", void 0);
|
1203
|
+
r([
|
1204
|
+
g({ type: String })
|
1205
|
+
], a.prototype, "helper", void 0);
|
1206
|
+
r([
|
1207
|
+
g({ type: Boolean })
|
1208
|
+
], a.prototype, "validateOnInitialRender", void 0);
|
1209
|
+
r([
|
1210
|
+
g({ type: String })
|
1211
|
+
], a.prototype, "validationMessage", void 0);
|
1212
|
+
r([
|
1213
|
+
g({ type: Boolean })
|
1214
|
+
], a.prototype, "required", void 0);
|
1215
|
+
r([
|
1216
|
+
g({ type: Boolean })
|
1217
|
+
], a.prototype, "naturalMenuWidth", void 0);
|
1218
|
+
r([
|
1219
|
+
O()
|
1220
|
+
], a.prototype, "isUiValid", void 0);
|
1221
|
+
r([
|
1222
|
+
g({ type: Boolean })
|
1223
|
+
], a.prototype, "fixedMenuPosition", void 0);
|
1224
|
+
r([
|
1225
|
+
se({ capture: !0 })
|
1226
|
+
], a.prototype, "handleTypeahead", null);
|
1227
1227
|
/**
|
1228
1228
|
* @license
|
1229
1229
|
* Copyright 2021 Google LLC
|
1230
1230
|
* SPDX-LIcense-Identifier: Apache-2.0
|
1231
1231
|
*/
|
1232
|
-
const ve = X`.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required::after,.mdc-floating-label--required[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2}.mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / 0.75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-select{display:inline-flex;position:relative}.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87)}.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.6)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(98, 0, 238, 0.87)}.mdc-select.mdc-select--disabled .mdc-floating-label{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#6200ee;fill:var(--mdc-theme-primary, #6200ee)}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0, 0, 0, 0.6)}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:rgba(0, 0, 0, 0.54)}.mdc-select.mdc-select--disabled .mdc-select__icon{color:rgba(0, 0, 0, 0.38)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:red}.mdc-select.mdc-select--disabled .mdc-floating-label{color:GrayText}.mdc-select.mdc-select--disabled .mdc-line-ripple::before{border-bottom-color:GrayText}.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing{border-color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__icon{color:GrayText}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:GrayText}}.mdc-select .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-select .mdc-select__anchor{padding-left:16px;padding-right:0}[dir=rtl] .mdc-select .mdc-select__anchor,.mdc-select .mdc-select__anchor[dir=rtl]{padding-left:0;padding-right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor{padding-left:0;padding-right:0}[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl]{padding-left:0;padding-right:0}.mdc-select .mdc-select__icon{width:24px;height:24px;font-size:24px}.mdc-select .mdc-select__dropdown-icon{width:24px;height:24px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item,.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:12px}[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic,.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl]{margin-left:12px;margin-right:0}.mdc-select__dropdown-icon{margin-left:12px;margin-right:12px;display:inline-flex;position:relative;align-self:center;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{position:absolute;top:0;left:0}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic{width:41.6666666667%;height:20.8333333333%}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:1;transition:opacity 75ms linear 75ms}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:0;transition:opacity 75ms linear}[dir=rtl] .mdc-select__dropdown-icon,.mdc-select__dropdown-icon[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:0;transition:opacity 49.5ms linear}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:1;transition:opacity 100.5ms linear 49.5ms}.mdc-select__anchor{width:200px;min-width:0;flex:1 1 auto;position:relative;box-sizing:border-box;overflow:hidden;outline:none;cursor:pointer}.mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-select__selected-text-container{display:flex;appearance:none;pointer-events:none;box-sizing:border-box;width:auto;min-width:0;flex-grow:1;height:28px;border:none;outline:none;padding:0;background-color:transparent;color:inherit}.mdc-select__selected-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height, 1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;text-align:left}[dir=rtl] .mdc-select__selected-text,.mdc-select__selected-text[dir=rtl]{text-align:right}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error, #b00020)}.mdc-select--disabled{cursor:default;pointer-events:none}.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item{padding-left:12px;padding-right:12px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl]{padding-left:12px;padding-right:12px}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-select__menu::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}}@media screen and (forced-colors: active)and (forced-colors: active),screen and (-ms-high-contrast: active)and (forced-colors: active){.mdc-select__menu::before{border-color:CanvasText}}.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,.mdc-select__menu .mdc-list .mdc-select__icon{margin-left:0;margin-right:0}[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon,.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl],.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl]{margin-left:0;margin-right:0}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-list-item__start{display:inline-flex;align-items:center}.mdc-select__option{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-select__option,.mdc-select__option[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-select__one-line-option.mdc-list-item--with-one-line{height:48px}.mdc-select__two-line-option.mdc-list-item--with-two-lines{height:64px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start{margin-top:20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-select__option-with-leading-content{padding-left:0;padding-right:12px}.mdc-select__option-with-leading-content.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item,.mdc-select__option-with-leading-content.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-select__option-with-leading-content .mdc-list-item__start{margin-left:12px;margin-right:0}[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start,.mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl]{margin-left:0;margin-right:12px}.mdc-select__option-with-leading-content .mdc-list-item__start{width:36px;height:24px}[dir=rtl] .mdc-select__option-with-leading-content,.mdc-select__option-with-leading-content[dir=rtl]{padding-left:12px;padding-right:0}.mdc-select__option-with-meta.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-select__option-with-meta.mdc-list-item,.mdc-select__option-with-meta.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-select__option-with-meta .mdc-list-item__end{margin-left:12px;margin-right:12px}[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end,.mdc-select__option-with-meta .mdc-list-item__end[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select--filled .mdc-select__anchor{height:56px;display:flex;align-items:baseline}.mdc-select--filled .mdc-select__anchor::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before{content:""}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before{display:none}.mdc-select--filled .mdc-select__anchor{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor{background-color:whitesmoke}.mdc-select--filled.mdc-select--disabled .mdc-select__anchor{background-color:#fafafa}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42)}.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87)}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary, #6200ee)}.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06)}.mdc-select--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-select--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-select--filled .mdc-menu-surface--is-open-below{border-top-left-radius:0px;border-top-right-radius:0px}.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after{transform:scale(1, 2);opacity:1}.mdc-select--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-select--filled .mdc-floating-label,.mdc-select--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:initial}[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined{border:none}.mdc-select--outlined .mdc-select__anchor{height:56px}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-select--outlined .mdc-select__anchor{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-select--outlined .mdc-select__anchor,.mdc-select--outlined .mdc-select__anchor[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-select--outlined .mdc-select__anchor,.mdc-select--outlined .mdc-select__anchor[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-select--outlined+.mdc-select-helper-text{margin-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,.mdc-select--outlined+.mdc-select-helper-text[dir=rtl]{margin-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,.mdc-select--outlined+.mdc-select-helper-text[dir=rtl]{margin-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:transparent}.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor{background-color:transparent}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.38)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.06)}.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-select--outlined .mdc-select__anchor{display:flex;align-items:baseline;overflow:visible}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined 250ms 1}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before{content:""}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--outlined .mdc-select__anchor::before{display:none}.mdc-select--outlined .mdc-select__selected-text-container{display:flex;border:none;z-index:1;background-color:transparent}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;left:4px;right:initial}[dir=rtl] .mdc-select--outlined .mdc-floating-label,.mdc-select--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake,.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 96px)}.mdc-select--outlined .mdc-menu-surface{margin-bottom:8px}.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,.mdc-select--outlined .mdc-menu-surface--is-open-below{margin-bottom:0}.mdc-select__anchor{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select__anchor .mdc-select__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-select__anchor .mdc-select__ripple::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-select__anchor:hover .mdc-select__ripple::before,.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before,.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__anchor .mdc-select__ripple{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select-helper-text{margin:0;margin-left:16px;margin-right:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal}[dir=rtl] .mdc-select-helper-text,.mdc-select-helper-text[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-select-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text--validation-msg{opacity:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select--invalid+.mdc-select-helper-text--validation-msg,.mdc-select-helper-text--validation-msg-persistent{opacity:1}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;box-sizing:border-box;border:none;text-decoration:none;cursor:pointer;user-select:none;flex-shrink:0;align-self:center;background-color:transparent;fill:currentColor}.mdc-select--with-leading-icon .mdc-select__icon{margin-left:12px;margin-right:12px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.material-icons{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}:host{display:inline-block;vertical-align:top;outline:none}.mdc-select{width:100%}[hidden]{display:none}.mdc-select__icon{z-index:2}.mdc-select--with-leading-icon{--mdc-list-item-graphic-margin: calc( 48px - var(--mdc-list-item-graphic-size, 24px) - var(--mdc-list-side-padding, 16px) )}.mdc-select .mdc-select__anchor .mdc-select__selected-text{overflow:hidden}.mdc-select .mdc-select__anchor *{display:inline-flex}.mdc-select .mdc-select__anchor .mdc-floating-label{display:inline-block}mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-idle-border-color, rgba(0, 0, 0, 0.38) );--mdc-notched-outline-notch-offset: 1px}:host(:not([disabled]):hover) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-hover-border-color, rgba(0, 0, 0, 0.87) )}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-select-ink-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42);border-bottom-color:var(--mdc-select-idle-line-color, rgba(0, 0, 0, 0.42))}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87);border-bottom-color:var(--mdc-select-hover-line-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__anchor{background-color:whitesmoke;background-color:var(--mdc-select-fill-color, whitesmoke)}:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-select__dropdown-icon{fill:var(--mdc-select-error-dropdown-icon-color, var(--mdc-select-error-color, var(--mdc-theme-error, #b00020)))}:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-floating-label,:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-floating-label::after{color:var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-select.mdc-select--invalid mwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}.mdc-select__menu--invalid{--mdc-theme-primary: var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label,:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label::after{color:rgba(0, 0, 0, 0.6);color:var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54);fill:var(--mdc-select-dropdown-icon-color, rgba(0, 0, 0, 0.54))}:host(:not([disabled])) .mdc-select.mdc-select--focused mwc-notched-outline{--mdc-notched-outline-stroke-width: 2px;--mdc-notched-outline-notch-offset: 2px}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-focused-label-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)) )}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-select__dropdown-icon{fill:rgba(98,0,238,.87);fill:var(--mdc-select-focused-dropdown-icon-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)))}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-floating-label{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-floating-label::after{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){color:var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6))}:host([disabled]){pointer-events:none}:host([disabled]) .mdc-select:not(.mdc-select--outlined).mdc-select--disabled .mdc-select__anchor{background-color:#fafafa;background-color:var(--mdc-select-disabled-fill-color, #fafafa)}:host([disabled]) .mdc-select.mdc-select--outlined mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-disabled-border-color, rgba(0, 0, 0, 0.06) )}:host([disabled]) .mdc-select .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.38);fill:var(--mdc-select-disabled-dropdown-icon-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label,:host([disabled]) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label::after{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select-helper-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}`, xe = ":host{--mdc-select-idle-line-color: var(--mdc-theme-border);--mdc-select-hover-line-color: var(--mdc-theme-text-icon-on-background);--mdc-select-fill-color: var(--mdc-theme-surface-canvas);--mdc-select-ink-color: var(--mdc-theme-text-primary-on-background);--mdc-select-label-ink-color: var(--mdc-theme-text-secondary-on-background);--mdc-select-outlined-idle-border-color: var(--mdc-theme-border);--mdc-select-outlined-hover-border-color: var( --mdc-theme-text-icon-on-background );--mdc-select-dropdown-icon-color: var(--mdc-theme-text-icon-on-background);--mdc-typography-subtitle1-font-family: var( --mdc-typography-body1-font-family );--mdc-typography-subtitle1-font-size: var( --mdc-typography-body1-font-size, 1rem );--mdc-typography-subtitle1-font-weight: var( --mdc-typography-body1-font-weight, 400 );--mdc-menu-item-height: calc(48px + var(--cv-density-mode, 0) * var(--cv-density-interval, 4px))}:host .mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:var(--mdc-select-dropdown-icon-color)}:host .mdc-select .mdc-select__anchor{height:calc(56px + var(--cv-density-mode, 0) * var(--cv-density-interval, 4px))}:host .mdc-select .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(calc(-37.25px + var(--cv-density-mode, 0) * var(--cv-density-interval, -2px))) scale(1)}:host .mdc-select.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(calc(-37.25px + var(--cv-density-mode, 0) * var(--cv-density-interval, -2px))) translate(-32px) scale(1)}";
|
1233
|
-
var
|
1234
|
-
for (var
|
1235
|
-
(
|
1236
|
-
return
|
1232
|
+
const xe = G`.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required::after,.mdc-floating-label--required[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2}.mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / 0.75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-select{display:inline-flex;position:relative}.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87)}.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0, 0, 0, 0.6)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(98, 0, 238, 0.87)}.mdc-select.mdc-select--disabled .mdc-floating-label{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#6200ee;fill:var(--mdc-theme-primary, #6200ee)}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0, 0, 0, 0.6)}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:rgba(0, 0, 0, 0.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:rgba(0, 0, 0, 0.54)}.mdc-select.mdc-select--disabled .mdc-select__icon{color:rgba(0, 0, 0, 0.38)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:red}.mdc-select.mdc-select--disabled .mdc-floating-label{color:GrayText}.mdc-select.mdc-select--disabled .mdc-line-ripple::before{border-bottom-color:GrayText}.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing{border-color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__icon{color:GrayText}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:GrayText}}.mdc-select .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-select .mdc-select__anchor{padding-left:16px;padding-right:0}[dir=rtl] .mdc-select .mdc-select__anchor,.mdc-select .mdc-select__anchor[dir=rtl]{padding-left:0;padding-right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor{padding-left:0;padding-right:0}[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl]{padding-left:0;padding-right:0}.mdc-select .mdc-select__icon{width:24px;height:24px;font-size:24px}.mdc-select .mdc-select__dropdown-icon{width:24px;height:24px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item,.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:12px}[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic,.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl]{margin-left:12px;margin-right:0}.mdc-select__dropdown-icon{margin-left:12px;margin-right:12px;display:inline-flex;position:relative;align-self:center;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{position:absolute;top:0;left:0}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic{width:41.6666666667%;height:20.8333333333%}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:1;transition:opacity 75ms linear 75ms}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:0;transition:opacity 75ms linear}[dir=rtl] .mdc-select__dropdown-icon,.mdc-select__dropdown-icon[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:0;transition:opacity 49.5ms linear}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:1;transition:opacity 100.5ms linear 49.5ms}.mdc-select__anchor{width:200px;min-width:0;flex:1 1 auto;position:relative;box-sizing:border-box;overflow:hidden;outline:none;cursor:pointer}.mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-select__selected-text-container{display:flex;appearance:none;pointer-events:none;box-sizing:border-box;width:auto;min-width:0;flex-grow:1;height:28px;border:none;outline:none;padding:0;background-color:transparent;color:inherit}.mdc-select__selected-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height, 1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;text-align:left}[dir=rtl] .mdc-select__selected-text,.mdc-select__selected-text[dir=rtl]{text-align:right}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error, #b00020)}.mdc-select--disabled{cursor:default;pointer-events:none}.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item{padding-left:12px;padding-right:12px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl]{padding-left:12px;padding-right:12px}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-select__menu::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}}@media screen and (forced-colors: active)and (forced-colors: active),screen and (-ms-high-contrast: active)and (forced-colors: active){.mdc-select__menu::before{border-color:CanvasText}}.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,.mdc-select__menu .mdc-list .mdc-select__icon{margin-left:0;margin-right:0}[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon,.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl],.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl]{margin-left:0;margin-right:0}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-list-item__start{display:inline-flex;align-items:center}.mdc-select__option{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-select__option,.mdc-select__option[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-select__one-line-option.mdc-list-item--with-one-line{height:48px}.mdc-select__two-line-option.mdc-list-item--with-two-lines{height:64px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start{margin-top:20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-select__option-with-leading-content{padding-left:0;padding-right:12px}.mdc-select__option-with-leading-content.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item,.mdc-select__option-with-leading-content.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-select__option-with-leading-content .mdc-list-item__start{margin-left:12px;margin-right:0}[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start,.mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl]{margin-left:0;margin-right:12px}.mdc-select__option-with-leading-content .mdc-list-item__start{width:36px;height:24px}[dir=rtl] .mdc-select__option-with-leading-content,.mdc-select__option-with-leading-content[dir=rtl]{padding-left:12px;padding-right:0}.mdc-select__option-with-meta.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-select__option-with-meta.mdc-list-item,.mdc-select__option-with-meta.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-select__option-with-meta .mdc-list-item__end{margin-left:12px;margin-right:12px}[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end,.mdc-select__option-with-meta .mdc-list-item__end[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select--filled .mdc-select__anchor{height:56px;display:flex;align-items:baseline}.mdc-select--filled .mdc-select__anchor::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before{content:""}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before{display:none}.mdc-select--filled .mdc-select__anchor{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor{background-color:whitesmoke}.mdc-select--filled.mdc-select--disabled .mdc-select__anchor{background-color:#fafafa}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42)}.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87)}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary, #6200ee)}.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.06)}.mdc-select--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-select--filled .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 64px / 0.75)}.mdc-select--filled .mdc-menu-surface--is-open-below{border-top-left-radius:0px;border-top-right-radius:0px}.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after{transform:scale(1, 2);opacity:1}.mdc-select--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-select--filled .mdc-floating-label,.mdc-select--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:initial}[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above{max-width:calc(100% / 0.75 - 96px / 0.75)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined{border:none}.mdc-select--outlined .mdc-select__anchor{height:56px}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px, var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-select--outlined .mdc-select__anchor{padding-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-select--outlined .mdc-select__anchor,.mdc-select--outlined .mdc-select__anchor[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-select--outlined .mdc-select__anchor,.mdc-select--outlined .mdc-select__anchor[dir=rtl]{padding-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-select--outlined+.mdc-select-helper-text{margin-left:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,.mdc-select--outlined+.mdc-select-helper-text[dir=rtl]{margin-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text,.mdc-select--outlined+.mdc-select-helper-text[dir=rtl]{margin-right:max(16px, calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:transparent}.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor{background-color:transparent}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.38)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing{border-color:rgba(0, 0, 0, 0.06)}.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-select--outlined .mdc-select__anchor{display:flex;align-items:baseline;overflow:visible}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined 250ms 1}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before{content:""}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--outlined .mdc-select__anchor::before{display:none}.mdc-select--outlined .mdc-select__selected-text-container{display:flex;border:none;z-index:1;background-color:transparent}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;left:4px;right:initial}[dir=rtl] .mdc-select--outlined .mdc-floating-label,.mdc-select--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75)}}[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake,.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75)}}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 96px)}.mdc-select--outlined .mdc-menu-surface{margin-bottom:8px}.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,.mdc-select--outlined .mdc-menu-surface--is-open-below{margin-bottom:0}.mdc-select__anchor{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select__anchor .mdc-select__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-select__anchor .mdc-select__ripple::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-select__anchor .mdc-select__ripple::before,.mdc-select__anchor .mdc-select__ripple::after{background-color:rgba(0, 0, 0, 0.87);background-color:var(--mdc-ripple-color, rgba(0, 0, 0, 0.87))}.mdc-select__anchor:hover .mdc-select__ripple::before,.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before,.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__anchor .mdc-select__ripple{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::after{background-color:#000;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-select-helper-text{margin:0;margin-left:16px;margin-right:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:0.75rem;font-size:var(--mdc-typography-caption-font-size, 0.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:0.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing, 0.0333333333em);text-decoration:inherit;text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform, inherit);display:block;margin-top:0;line-height:normal}[dir=rtl] .mdc-select-helper-text,.mdc-select-helper-text[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-select-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text--validation-msg{opacity:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select--invalid+.mdc-select-helper-text--validation-msg,.mdc-select-helper-text--validation-msg-persistent{opacity:1}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;box-sizing:border-box;border:none;text-decoration:none;cursor:pointer;user-select:none;flex-shrink:0;align-self:center;background-color:transparent;fill:currentColor}.mdc-select--with-leading-icon .mdc-select__icon{margin-left:12px;margin-right:12px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl]{margin-left:12px;margin-right:12px}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.material-icons{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}:host{display:inline-block;vertical-align:top;outline:none}.mdc-select{width:100%}[hidden]{display:none}.mdc-select__icon{z-index:2}.mdc-select--with-leading-icon{--mdc-list-item-graphic-margin: calc( 48px - var(--mdc-list-item-graphic-size, 24px) - var(--mdc-list-side-padding, 16px) )}.mdc-select .mdc-select__anchor .mdc-select__selected-text{overflow:hidden}.mdc-select .mdc-select__anchor *{display:inline-flex}.mdc-select .mdc-select__anchor .mdc-floating-label{display:inline-block}mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-idle-border-color, rgba(0, 0, 0, 0.38) );--mdc-notched-outline-notch-offset: 1px}:host(:not([disabled]):hover) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-hover-border-color, rgba(0, 0, 0, 0.87) )}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.87);color:var(--mdc-select-ink-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.42);border-bottom-color:var(--mdc-select-idle-line-color, rgba(0, 0, 0, 0.42))}:host(:not([disabled])) .mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before{border-bottom-color:rgba(0, 0, 0, 0.87);border-bottom-color:var(--mdc-select-hover-line-color, rgba(0, 0, 0, 0.87))}:host(:not([disabled])) .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__anchor{background-color:whitesmoke;background-color:var(--mdc-select-fill-color, whitesmoke)}:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-select__dropdown-icon{fill:var(--mdc-select-error-dropdown-icon-color, var(--mdc-select-error-color, var(--mdc-theme-error, #b00020)))}:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-floating-label,:host(:not([disabled])) .mdc-select.mdc-select--invalid .mdc-floating-label::after{color:var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-select.mdc-select--invalid mwc-notched-outline{--mdc-notched-outline-border-color: var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}.mdc-select__menu--invalid{--mdc-theme-primary: var(--mdc-select-error-color, var(--mdc-theme-error, #b00020))}:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label,:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label::after{color:rgba(0, 0, 0, 0.6);color:var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6))}:host(:not([disabled])) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.54);fill:var(--mdc-select-dropdown-icon-color, rgba(0, 0, 0, 0.54))}:host(:not([disabled])) .mdc-select.mdc-select--focused mwc-notched-outline{--mdc-notched-outline-stroke-width: 2px;--mdc-notched-outline-notch-offset: 2px}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-focused-label-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)) )}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-select__dropdown-icon{fill:rgba(98,0,238,.87);fill:var(--mdc-select-focused-dropdown-icon-color, var(--mdc-theme-primary, rgba(98, 0, 238, 0.87)))}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-floating-label{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-select.mdc-select--focused:not(.mdc-select--invalid) .mdc-floating-label::after{color:#6200ee;color:var(--mdc-theme-primary, #6200ee)}:host(:not([disabled])) .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){color:var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6))}:host([disabled]){pointer-events:none}:host([disabled]) .mdc-select:not(.mdc-select--outlined).mdc-select--disabled .mdc-select__anchor{background-color:#fafafa;background-color:var(--mdc-select-disabled-fill-color, #fafafa)}:host([disabled]) .mdc-select.mdc-select--outlined mwc-notched-outline{--mdc-notched-outline-border-color: var( --mdc-select-outlined-disabled-border-color, rgba(0, 0, 0, 0.06) )}:host([disabled]) .mdc-select .mdc-select__dropdown-icon{fill:rgba(0, 0, 0, 0.38);fill:var(--mdc-select-disabled-dropdown-icon-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label,:host([disabled]) .mdc-select:not(.mdc-select--invalid):not(.mdc-select--focused) .mdc-floating-label::after{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select-helper-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}:host([disabled]) .mdc-select__selected-text{color:rgba(0, 0, 0, 0.38);color:var(--mdc-select-disabled-ink-color, rgba(0, 0, 0, 0.38))}`, ye = ":host{--mdc-select-idle-line-color: var(--mdc-theme-border);--mdc-select-hover-line-color: var(--mdc-theme-text-icon-on-background);--mdc-select-fill-color: var(--mdc-theme-surface-canvas);--mdc-select-ink-color: var(--mdc-theme-text-primary-on-background);--mdc-select-label-ink-color: var(--mdc-theme-text-secondary-on-background);--mdc-select-outlined-idle-border-color: var(--mdc-theme-border);--mdc-select-outlined-hover-border-color: var( --mdc-theme-text-icon-on-background );--mdc-select-dropdown-icon-color: var(--mdc-theme-text-icon-on-background);--mdc-typography-subtitle1-font-family: var( --mdc-typography-body1-font-family );--mdc-typography-subtitle1-font-size: var( --mdc-typography-body1-font-size, 1rem );--mdc-typography-subtitle1-font-weight: var( --mdc-typography-body1-font-weight, 400 );--mdc-menu-item-height: calc(48px + var(--cv-density-mode, 0) * var(--cv-density-interval, 4px))}:host .mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:var(--mdc-select-dropdown-icon-color)}:host .mdc-select.mdc-select--outlined .mdc-select__anchor{height:calc(56px + var(--cv-density-mode, 0) * var(--cv-density-interval, 4px))}:host .mdc-select.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(calc(-37.25px + var(--cv-density-mode, 0) * var(--cv-density-interval, -2px))) scale(1)}:host .mdc-select.mdc-select--text .mdc-select__anchor{height:calc(56px + var(--cv-density-mode, 0) * var(--cv-density-interval, 4px))}:host .mdc-select--with-twoline:not(.mdc-select--outlined) .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-106%) scale(0)}:host .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(calc(-37.25px + var(--cv-density-mode, 0) * var(--cv-density-interval, -2px))) translate(-32px) scale(1)}:host .mdc-select__selected-text-secondary{--mdc-icon-size: var(--mdc-typography-body2-font-size);font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, .875rem);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .0179em);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;display:block;width:100%}:host .mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container,:host .mdc-select--filled .mdc-select__anchor .mdc-select__selected-text-container,:host .mdc-select--text .mdc-select__anchor .mdc-select__selected-text-container{flex-flow:column nowrap;align-content:center;justify-content:center}:host .mdc-select--filled .mdc-select__anchor .mdc-select__selected-text-container{align-self:center;height:100%}:host .mdc-select--text:not(.mdc-select--disabled) .mdc-select__anchor{--mdc-select-fill-color: transparent;border-radius:var(--mdc-shape-small)}";
|
1233
|
+
var Ee = Object.defineProperty, we = Object.getOwnPropertyDescriptor, U = (l, e, t, i) => {
|
1234
|
+
for (var c = i > 1 ? void 0 : i ? we(e, t) : e, d = l.length - 1, o; d >= 0; d--)
|
1235
|
+
(o = l[d]) && (c = (i ? o(e, t, c) : o(c)) || c);
|
1236
|
+
return i && c && Ee(e, t, c), c;
|
1237
1237
|
};
|
1238
|
-
let
|
1238
|
+
let S = class extends a {
|
1239
|
+
constructor() {
|
1240
|
+
super(...arguments), this.twoLine = !1, this.text = !1;
|
1241
|
+
}
|
1242
|
+
render() {
|
1243
|
+
const l = {
|
1244
|
+
"mdc-select--disabled": this.disabled,
|
1245
|
+
"mdc-select--no-label": !this.label,
|
1246
|
+
"mdc-select--filled": !this.outlined,
|
1247
|
+
"mdc-select--outlined": this.outlined,
|
1248
|
+
"mdc-select--text": this.text,
|
1249
|
+
"mdc-select--with-twoline": this.twoLine,
|
1250
|
+
"mdc-select--with-leading-icon": !!this.icon,
|
1251
|
+
"mdc-select--required": this.required,
|
1252
|
+
"mdc-select--invalid": !this.isUiValid,
|
1253
|
+
"mdc-select--has-value": !!this.value
|
1254
|
+
}, e = this.label ? void 0 : "label", t = this.shouldRenderHelperText ? "helper-text" : void 0;
|
1255
|
+
return v` <div class="mdc-select ${L(l)}">
|
1256
|
+
<input
|
1257
|
+
class="formElement"
|
1258
|
+
name="${this.name}"
|
1259
|
+
.value="${this.value}"
|
1260
|
+
hidden
|
1261
|
+
?disabled="${this.disabled}"
|
1262
|
+
?required=${this.required}
|
1263
|
+
/>
|
1264
|
+
<!-- @ts-ignore -->
|
1265
|
+
<div
|
1266
|
+
class="mdc-select__anchor"
|
1267
|
+
aria-autocomplete="none"
|
1268
|
+
role="combobox"
|
1269
|
+
aria-expanded=${this.menuOpen}
|
1270
|
+
aria-invalid=${!this.isUiValid}
|
1271
|
+
aria-haspopup="listbox"
|
1272
|
+
aria-labelledby=${R(e)}
|
1273
|
+
aria-required=${this.required}
|
1274
|
+
aria-describedby=${R(t)}
|
1275
|
+
@click=${this.onClick}
|
1276
|
+
@focus=${this.onFocus}
|
1277
|
+
@blur=${this.onBlur}
|
1278
|
+
@keydown=${this.onKeydown}
|
1279
|
+
>
|
1280
|
+
${this.renderRipple()}
|
1281
|
+
${this.outlined ? this.renderOutline() : this.renderLabel()}
|
1282
|
+
${this.renderLeadingIcon()}
|
1283
|
+
<span class="mdc-select__selected-text-container">
|
1284
|
+
${this.renderSelectedText()}
|
1285
|
+
</span>
|
1286
|
+
<span class="mdc-select__dropdown-icon">
|
1287
|
+
<svg
|
1288
|
+
class="mdc-select__dropdown-icon-graphic"
|
1289
|
+
viewBox="7 10 10 5"
|
1290
|
+
focusable="false"
|
1291
|
+
>
|
1292
|
+
<polygon
|
1293
|
+
class="mdc-select__dropdown-icon-inactive"
|
1294
|
+
stroke="none"
|
1295
|
+
fill-rule="evenodd"
|
1296
|
+
points="7 10 12 15 17 10"
|
1297
|
+
></polygon>
|
1298
|
+
<polygon
|
1299
|
+
class="mdc-select__dropdown-icon-active"
|
1300
|
+
stroke="none"
|
1301
|
+
fill-rule="evenodd"
|
1302
|
+
points="7 15 12 10 17 15"
|
1303
|
+
></polygon>
|
1304
|
+
</svg>
|
1305
|
+
</span>
|
1306
|
+
${this.text ? T : this.renderLineRipple()}
|
1307
|
+
</div>
|
1308
|
+
${this.renderMenu()}
|
1309
|
+
</div>
|
1310
|
+
${this.renderHelperText()}`;
|
1311
|
+
}
|
1312
|
+
renderSelectedText() {
|
1313
|
+
return this.twoLine && this.selectedText ? v`
|
1314
|
+
<span class="mdc-select__selected-text">${this.selectedText}</span>
|
1315
|
+
<span class="mdc-select__selected-text-secondary"
|
1316
|
+
><slot name="selected-secondary"></slot
|
1317
|
+
></span>
|
1318
|
+
` : v`<span class="mdc-select__selected-text"
|
1319
|
+
>${this.selectedText}</span
|
1320
|
+
>`;
|
1321
|
+
}
|
1322
|
+
createAdapter() {
|
1323
|
+
return {
|
1324
|
+
...super.createAdapter(),
|
1325
|
+
getMenuItemTextAtIndex: (l) => {
|
1326
|
+
var i, c;
|
1327
|
+
const e = this.menuElement;
|
1328
|
+
if (!e)
|
1329
|
+
return "";
|
1330
|
+
const t = e.items[l];
|
1331
|
+
if (!t)
|
1332
|
+
return "";
|
1333
|
+
if (t.hasAttribute("twoline")) {
|
1334
|
+
let d = "";
|
1335
|
+
for (let o = 0; o < t.childNodes.length; o++) {
|
1336
|
+
const h = t.childNodes[o], s = ((i = h.textContent) == null ? void 0 : i.trim()) ?? "";
|
1337
|
+
h.nodeType === Node.TEXT_NODE && s.length > 0 && (d += ((c = h.textContent) == null ? void 0 : c.trim()) + " ");
|
1338
|
+
}
|
1339
|
+
return d.trim();
|
1340
|
+
}
|
1341
|
+
return t.text;
|
1342
|
+
}
|
1343
|
+
};
|
1344
|
+
}
|
1239
1345
|
};
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1346
|
+
S.styles = [
|
1347
|
+
G`
|
1348
|
+
${te(ye)}
|
1349
|
+
`,
|
1350
|
+
xe
|
1351
|
+
];
|
1352
|
+
U([
|
1353
|
+
g({ type: Boolean, reflect: !0 })
|
1354
|
+
], S.prototype, "twoLine", 2);
|
1355
|
+
U([
|
1356
|
+
g({ type: Boolean, reflect: !0 })
|
1357
|
+
], S.prototype, "text", 2);
|
1358
|
+
S = U([
|
1359
|
+
X("cv-select")
|
1360
|
+
], S);
|
1361
|
+
const Ue = S;
|
1245
1362
|
export {
|
1246
|
-
|
1247
|
-
|
1363
|
+
S as CovalentSelect,
|
1364
|
+
Ue as default
|
1248
1365
|
};
|