xmlui 0.9.21 → 0.9.23
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/dist/{apiInterceptorWorker-7aKQ2rBj.mjs → apiInterceptorWorker-DZyEgCvB.mjs} +1 -1
- package/dist/{index-B3CWFAxa.mjs → index-B8C8yAZL.mjs} +177 -167
- package/dist/index.css +164 -204
- package/dist/scripts/src/components/App/App.js +2 -0
- package/dist/scripts/src/components/App/AppLayoutContext.js +0 -1
- package/dist/scripts/src/components/App/AppNative.js +7 -5
- package/dist/scripts/src/components/AppHeader/AppHeaderNative.js +5 -4
- package/dist/scripts/src/components/Footer/FooterNative.js +1 -2
- package/dist/scripts/src/components/Form/FormContext.js +5 -4
- package/dist/scripts/src/components/Form/FormNative.js +7 -25
- package/dist/scripts/src/components/Form/formActions.js +1 -1
- package/dist/scripts/src/components/FormItem/FormItem.js +1 -1
- package/dist/scripts/src/components/FormItem/FormItemNative.js +53 -13
- package/dist/scripts/src/components/FormItem/ItemWithLabel.js +1 -1
- package/dist/scripts/src/components/Items/ItemsNative.js +8 -6
- package/dist/scripts/src/components/NavGroup/NavGroupNative.js +2 -3
- package/dist/scripts/src/components/Select/SelectNative.js +3 -1
- package/dist/style.css +164 -204
- package/dist/xmlui-metadata.mjs +143 -84
- package/dist/xmlui-metadata.umd.js +141 -82
- package/dist/xmlui-standalone.umd.js +422 -452
- package/dist/xmlui.mjs +1 -1
- package/package.json +2 -1
package/dist/style.css
CHANGED
|
@@ -2268,7 +2268,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2268
2268
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2269
2269
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2270
2270
|
*/
|
|
2271
|
-
.
|
|
2271
|
+
._wrapper_fx8ts_13 {
|
|
2272
2272
|
--footer-height: 0px;
|
|
2273
2273
|
--header-height: 0px;
|
|
2274
2274
|
width: 100%;
|
|
@@ -2278,195 +2278,152 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2278
2278
|
flex-direction: column;
|
|
2279
2279
|
isolation: isolate;
|
|
2280
2280
|
}
|
|
2281
|
-
.
|
|
2281
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 {
|
|
2282
2282
|
flex-direction: row;
|
|
2283
2283
|
overflow: initial;
|
|
2284
2284
|
}
|
|
2285
|
-
.
|
|
2285
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._contentWrapper_fx8ts_27 {
|
|
2286
2286
|
overflow: auto;
|
|
2287
2287
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
2288
2288
|
position: relative;
|
|
2289
2289
|
scrollbar-gutter: stable both-edges;
|
|
2290
2290
|
}
|
|
2291
|
-
.
|
|
2291
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._navPanelWrapper_fx8ts_33 {
|
|
2292
2292
|
width: var(--xmlui-width-navPanel-App);
|
|
2293
2293
|
flex-shrink: 0;
|
|
2294
2294
|
}
|
|
2295
|
-
.
|
|
2295
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._PagesWrapper_fx8ts_37 {
|
|
2296
2296
|
min-height: initial;
|
|
2297
2297
|
flex: 1;
|
|
2298
2298
|
}
|
|
2299
|
-
.
|
|
2299
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23 ._footerWrapper_fx8ts_41 {
|
|
2300
2300
|
position: static;
|
|
2301
2301
|
}
|
|
2302
|
-
.
|
|
2302
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._contentWrapper_fx8ts_27 {
|
|
2303
2303
|
scroll-padding-top: var(--header-height);
|
|
2304
2304
|
}
|
|
2305
|
-
.
|
|
2305
|
+
._wrapper_fx8ts_13._vertical_fx8ts_23._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
|
|
2306
2306
|
position: sticky;
|
|
2307
2307
|
bottom: 0;
|
|
2308
2308
|
}
|
|
2309
|
-
.
|
|
2309
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 {
|
|
2310
2310
|
overflow: auto;
|
|
2311
2311
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
2312
2312
|
}
|
|
2313
|
-
.
|
|
2313
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._PagesWrapper_fx8ts_37 {
|
|
2314
2314
|
min-height: initial;
|
|
2315
2315
|
}
|
|
2316
|
-
.
|
|
2316
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._footerWrapper_fx8ts_41 {
|
|
2317
2317
|
position: static;
|
|
2318
2318
|
}
|
|
2319
|
-
.
|
|
2319
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 {
|
|
2320
2320
|
scroll-padding-top: var(--header-height);
|
|
2321
2321
|
min-height: 100%;
|
|
2322
2322
|
}
|
|
2323
|
-
.
|
|
2323
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51._sticky_fx8ts_44 ._footerWrapper_fx8ts_41 {
|
|
2324
2324
|
position: sticky;
|
|
2325
2325
|
bottom: 0;
|
|
2326
2326
|
}
|
|
2327
|
-
.
|
|
2327
|
+
._wrapper_fx8ts_13._horizontal_fx8ts_51 ._navPanelWrapper_fx8ts_33 {
|
|
2328
2328
|
border-bottom: var(--xmlui-borderBottom-AppHeader);
|
|
2329
2329
|
justify-content: end;
|
|
2330
2330
|
}
|
|
2331
|
-
.
|
|
2331
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 {
|
|
2332
2332
|
min-height: 100%;
|
|
2333
2333
|
height: 100%;
|
|
2334
2334
|
overflow: auto;
|
|
2335
2335
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
2336
2336
|
}
|
|
2337
|
-
.
|
|
2337
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._navPanelWrapper_fx8ts_33 {
|
|
2338
2338
|
width: var(--xmlui-width-navPanel-App);
|
|
2339
2339
|
position: sticky;
|
|
2340
2340
|
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
2341
2341
|
top: var(--header-height);
|
|
2342
2342
|
}
|
|
2343
|
-
.
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
height: 100%;
|
|
2347
|
-
}
|
|
2348
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 {
|
|
2349
|
-
height: 100%;
|
|
2350
|
-
}
|
|
2351
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._PagesWrapperInner_rebcu_90 > .xmlui-page-root {
|
|
2352
|
-
height: 100%;
|
|
2353
|
-
}
|
|
2354
|
-
._wrapper_rebcu_13._verticalFullHeader_rebcu_73 ._footerWrapper_rebcu_41 {
|
|
2355
|
-
position: sticky;
|
|
2356
|
-
left: 0;
|
|
2357
|
-
right: 0;
|
|
2358
|
-
bottom: 0;
|
|
2359
|
-
}
|
|
2360
|
-
._wrapper_rebcu_13._verticalConstrained_rebcu_102 {
|
|
2361
|
-
min-height: 100%;
|
|
2362
|
-
height: 100%;
|
|
2363
|
-
overflow: auto;
|
|
2364
|
-
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
2365
|
-
}
|
|
2366
|
-
._wrapper_rebcu_13._verticalConstrained_rebcu_102 ._header_rebcu_108 {
|
|
2367
|
-
max-width: var(--xmlui-maxWidth-content-App);
|
|
2368
|
-
margin: auto;
|
|
2343
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 {
|
|
2344
|
+
width: 100%;
|
|
2345
|
+
margin: 0 auto;
|
|
2369
2346
|
}
|
|
2370
|
-
.
|
|
2371
|
-
width: var(--xmlui-
|
|
2372
|
-
|
|
2373
|
-
height: calc(var(--containerHeight, 100vh) - var(--footer-height) - var(--header-height));
|
|
2374
|
-
top: var(--header-height);
|
|
2347
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
|
|
2348
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
2349
|
+
margin: 0 auto;
|
|
2375
2350
|
}
|
|
2376
|
-
.
|
|
2351
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapper_fx8ts_37 {
|
|
2377
2352
|
overflow: initial;
|
|
2378
2353
|
min-height: calc(var(--containerHeight, 100vh) - var(--header-height) - var(--footer-height));
|
|
2379
2354
|
height: 100%;
|
|
2380
2355
|
}
|
|
2381
|
-
.
|
|
2356
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 {
|
|
2382
2357
|
height: 100%;
|
|
2383
2358
|
}
|
|
2384
|
-
.
|
|
2359
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
|
|
2385
2360
|
height: 100%;
|
|
2386
2361
|
}
|
|
2387
|
-
.
|
|
2362
|
+
._wrapper_fx8ts_13._verticalFullHeader_fx8ts_73 ._footerWrapper_fx8ts_41 {
|
|
2388
2363
|
position: sticky;
|
|
2389
2364
|
left: 0;
|
|
2390
2365
|
right: 0;
|
|
2391
2366
|
bottom: 0;
|
|
2392
2367
|
}
|
|
2393
|
-
.
|
|
2368
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 {
|
|
2394
2369
|
scrollbar-gutter: stable both-edges;
|
|
2395
2370
|
}
|
|
2396
|
-
.
|
|
2371
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 {
|
|
2397
2372
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
2398
2373
|
}
|
|
2399
|
-
.
|
|
2374
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._headerWrapper_fx8ts_113 > div {
|
|
2400
2375
|
padding-inline: var(--scrollbar-width);
|
|
2401
2376
|
}
|
|
2402
|
-
.
|
|
2377
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 {
|
|
2403
2378
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
2404
2379
|
}
|
|
2405
|
-
.
|
|
2380
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110 ._footerWrapper_fx8ts_41 > div {
|
|
2406
2381
|
padding-inline: var(--scrollbar-width);
|
|
2407
2382
|
}
|
|
2408
|
-
.
|
|
2383
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 {
|
|
2409
2384
|
scroll-padding-top: var(--header-height);
|
|
2410
2385
|
}
|
|
2411
|
-
.
|
|
2386
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._content_fx8ts_27 {
|
|
2412
2387
|
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
2413
2388
|
}
|
|
2414
|
-
.
|
|
2389
|
+
._wrapper_fx8ts_13._scrollWholePage_fx8ts_110._verticalFullHeader_fx8ts_73 ._contentWrapper_fx8ts_27 {
|
|
2415
2390
|
padding-inline: var(--scrollbar-width);
|
|
2416
2391
|
}
|
|
2417
|
-
.
|
|
2418
|
-
scroll-padding-top: var(--header-height);
|
|
2419
|
-
}
|
|
2420
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._content_rebcu_27 {
|
|
2421
|
-
width: var(--xmlui-maxWidth-content-App);
|
|
2422
|
-
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
2423
|
-
margin: auto;
|
|
2424
|
-
}
|
|
2425
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._contentWrapper_rebcu_27 {
|
|
2426
|
-
padding-inline: var(--scrollbar-width);
|
|
2427
|
-
}
|
|
2428
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._headerWrapper_rebcu_138 > div {
|
|
2429
|
-
width: var(--xmlui-maxWidth-content-App);
|
|
2430
|
-
}
|
|
2431
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 {
|
|
2432
|
-
margin-inline: calc(-1 * var(--scrollbar-width));
|
|
2433
|
-
}
|
|
2434
|
-
._wrapper_rebcu_13._scrollWholePage_rebcu_135._verticalConstrained_rebcu_102 ._footerWrapper_rebcu_41 > div {
|
|
2435
|
-
padding-inline: var(--scrollbar-width);
|
|
2436
|
-
}
|
|
2437
|
-
._wrapper_rebcu_13:not(._scrollWholePage_rebcu_135) {
|
|
2392
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) {
|
|
2438
2393
|
overflow: hidden;
|
|
2439
2394
|
}
|
|
2440
|
-
.
|
|
2395
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._content_fx8ts_27 {
|
|
2441
2396
|
min-height: 0;
|
|
2442
2397
|
height: 100%;
|
|
2443
2398
|
}
|
|
2444
|
-
.
|
|
2399
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentWrapper_fx8ts_27 {
|
|
2445
2400
|
overflow: initial;
|
|
2446
2401
|
}
|
|
2447
|
-
.
|
|
2448
|
-
|
|
2449
|
-
|
|
2402
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 {
|
|
2403
|
+
height: 100%;
|
|
2404
|
+
}
|
|
2405
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._contentScroller_fx8ts_85 ._contentAligner_fx8ts_89 {
|
|
2406
|
+
height: 100%;
|
|
2450
2407
|
}
|
|
2451
|
-
.
|
|
2408
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapper_fx8ts_37 {
|
|
2452
2409
|
overflow: auto;
|
|
2453
2410
|
scroll-padding-block: var(--xmlui-scroll-padding-block-Pages);
|
|
2454
2411
|
min-height: 0;
|
|
2455
2412
|
height: 100%;
|
|
2456
2413
|
scrollbar-gutter: stable both-edges;
|
|
2457
2414
|
}
|
|
2458
|
-
.
|
|
2415
|
+
._wrapper_fx8ts_13:not(._scrollWholePage_fx8ts_110) ._PagesWrapperInner_fx8ts_98 {
|
|
2459
2416
|
min-height: 100%;
|
|
2460
2417
|
height: 0;
|
|
2461
2418
|
}
|
|
2462
|
-
.
|
|
2419
|
+
._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 {
|
|
2463
2420
|
scrollbar-gutter: auto;
|
|
2464
2421
|
}
|
|
2465
|
-
.
|
|
2422
|
+
._wrapper_fx8ts_13._noScrollbarGutters_fx8ts_161 ._PagesWrapper_fx8ts_37 {
|
|
2466
2423
|
scrollbar-gutter: auto;
|
|
2467
2424
|
}
|
|
2468
2425
|
|
|
2469
|
-
.
|
|
2426
|
+
._headerWrapper_fx8ts_113 {
|
|
2470
2427
|
z-index: 1;
|
|
2471
2428
|
min-height: 0;
|
|
2472
2429
|
flex-shrink: 0;
|
|
@@ -2475,17 +2432,17 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2475
2432
|
box-shadow: var(--xmlui-boxShadow-header-App);
|
|
2476
2433
|
background-color: var(--xmlui-backgroundColor-AppHeader);
|
|
2477
2434
|
}
|
|
2478
|
-
.
|
|
2435
|
+
._headerWrapper_fx8ts_113._sticky_fx8ts_44 {
|
|
2479
2436
|
position: sticky;
|
|
2480
2437
|
}
|
|
2481
2438
|
|
|
2482
|
-
.
|
|
2439
|
+
._content_fx8ts_27 {
|
|
2483
2440
|
display: flex;
|
|
2484
2441
|
flex-direction: row;
|
|
2485
2442
|
isolation: isolate;
|
|
2486
2443
|
}
|
|
2487
2444
|
|
|
2488
|
-
.
|
|
2445
|
+
._contentWrapper_fx8ts_27 {
|
|
2489
2446
|
position: relative;
|
|
2490
2447
|
min-width: 0;
|
|
2491
2448
|
flex: 1;
|
|
@@ -2496,21 +2453,21 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2496
2453
|
border-left: var(--xmlui-borderLeft-content-App);
|
|
2497
2454
|
}
|
|
2498
2455
|
|
|
2499
|
-
.
|
|
2456
|
+
._navPanelWrapper_fx8ts_33 {
|
|
2500
2457
|
display: flex;
|
|
2501
2458
|
position: sticky;
|
|
2502
2459
|
top: 0;
|
|
2503
2460
|
}
|
|
2504
|
-
.
|
|
2461
|
+
._navPanelWrapper_fx8ts_33:empty {
|
|
2505
2462
|
display: none;
|
|
2506
2463
|
}
|
|
2507
2464
|
|
|
2508
|
-
.
|
|
2465
|
+
._PagesWrapper_fx8ts_37 {
|
|
2509
2466
|
flex: 1;
|
|
2510
2467
|
isolation: isolate;
|
|
2511
2468
|
}
|
|
2512
2469
|
|
|
2513
|
-
.
|
|
2470
|
+
._PagesWrapperInner_fx8ts_98 {
|
|
2514
2471
|
--page-padding-left: var(--xmlui-space-4);
|
|
2515
2472
|
--page-padding-right: var(--xmlui-space-4);
|
|
2516
2473
|
--page-padding-top: var(--xmlui-space-5);
|
|
@@ -2528,7 +2485,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2528
2485
|
display: flex;
|
|
2529
2486
|
flex-direction: column;
|
|
2530
2487
|
}
|
|
2531
|
-
.
|
|
2488
|
+
._PagesWrapperInner_fx8ts_98 > .xmlui-page-root {
|
|
2532
2489
|
padding-top: var(--page-padding-top-override, var(--page-padding-top));
|
|
2533
2490
|
padding-bottom: var(--page-padding-bottom-override, var(--page-padding-bottom));
|
|
2534
2491
|
padding-right: var(--page-padding-right-override, var(--page-padding-right));
|
|
@@ -2540,7 +2497,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2540
2497
|
margin-right: calc(-1 * var(--page-padding-right));
|
|
2541
2498
|
}
|
|
2542
2499
|
|
|
2543
|
-
.
|
|
2500
|
+
._footerWrapper_fx8ts_41 {
|
|
2544
2501
|
flex-shrink: 0;
|
|
2545
2502
|
}/*
|
|
2546
2503
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -2554,7 +2511,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2554
2511
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2555
2512
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2556
2513
|
*/
|
|
2557
|
-
.
|
|
2514
|
+
._header_1w1cw_13 {
|
|
2558
2515
|
position: relative;
|
|
2559
2516
|
height: var(--xmlui-height-AppHeader);
|
|
2560
2517
|
box-sizing: content-box;
|
|
@@ -2581,7 +2538,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2581
2538
|
border-end-end-radius: var(--xmlui-borderEndEndRadius-AppHeader, var(--xmlui-borderRadius-AppHeader));
|
|
2582
2539
|
}
|
|
2583
2540
|
|
|
2584
|
-
.
|
|
2541
|
+
._headerInner_1w1cw_40 {
|
|
2585
2542
|
height: 100%;
|
|
2586
2543
|
flex: 1;
|
|
2587
2544
|
gap: var(--xmlui-space-4);
|
|
@@ -2599,11 +2556,14 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2599
2556
|
width: 100%;
|
|
2600
2557
|
margin: 0 auto;
|
|
2601
2558
|
}
|
|
2602
|
-
.
|
|
2603
|
-
max-width:
|
|
2559
|
+
._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58 {
|
|
2560
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
2561
|
+
}
|
|
2562
|
+
._headerInner_1w1cw_40._verticalFullHeader_1w1cw_58._scrollWholePage_1w1cw_61 {
|
|
2563
|
+
padding-left: calc(var(--xmlui-paddingHorizontal-AppHeader, var(--xmlui-padding-AppHeader)) - var(--scrollbar-width));
|
|
2604
2564
|
}
|
|
2605
2565
|
|
|
2606
|
-
.
|
|
2566
|
+
._childrenWrapper_1w1cw_65 {
|
|
2607
2567
|
--stack-gap-default: var(--xmlui-space-2);
|
|
2608
2568
|
display: flex;
|
|
2609
2569
|
flex-direction: row;
|
|
@@ -2615,25 +2575,25 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2615
2575
|
justify-content: var(--xmlui-align-content-AppHeader);
|
|
2616
2576
|
}
|
|
2617
2577
|
|
|
2618
|
-
.
|
|
2578
|
+
._subNavPanelSlot_1w1cw_77 {
|
|
2619
2579
|
display: flex;
|
|
2620
2580
|
flex-direction: row;
|
|
2621
2581
|
}
|
|
2622
2582
|
|
|
2623
|
-
.
|
|
2583
|
+
._logoAndTitle_1w1cw_82 {
|
|
2624
2584
|
display: flex;
|
|
2625
2585
|
align-items: center;
|
|
2626
2586
|
gap: var(--xmlui-space-4);
|
|
2627
2587
|
height: 100%;
|
|
2628
2588
|
}
|
|
2629
|
-
.
|
|
2589
|
+
._logoAndTitle_1w1cw_82:not(:empty) {
|
|
2630
2590
|
padding-right: var(--xmlui-space-2);
|
|
2631
2591
|
}
|
|
2632
|
-
.
|
|
2592
|
+
._logoAndTitle_1w1cw_82:empty {
|
|
2633
2593
|
display: none;
|
|
2634
2594
|
}
|
|
2635
2595
|
|
|
2636
|
-
.
|
|
2596
|
+
._logoContainer_1w1cw_95:not(:empty) {
|
|
2637
2597
|
flex-shrink: 0;
|
|
2638
2598
|
display: flex;
|
|
2639
2599
|
width: var(--xmlui-width-logo-AppHeader);
|
|
@@ -2646,16 +2606,16 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2646
2606
|
padding-bottom: var(--xmlui-paddingBottom-logo-AppHeader, var(--xmlui-paddingVertical-logo-AppHeader, var(--xmlui-padding-logo-AppHeader)));
|
|
2647
2607
|
}
|
|
2648
2608
|
|
|
2649
|
-
.
|
|
2609
|
+
._customLogoContainer_1w1cw_108 {
|
|
2650
2610
|
display: flex;
|
|
2651
2611
|
height: 100%;
|
|
2652
2612
|
align-items: center;
|
|
2653
2613
|
}
|
|
2654
|
-
.
|
|
2614
|
+
._customLogoContainer_1w1cw_108 > img {
|
|
2655
2615
|
height: 100%;
|
|
2656
2616
|
}
|
|
2657
2617
|
|
|
2658
|
-
.
|
|
2618
|
+
._rightItems_1w1cw_117 {
|
|
2659
2619
|
--stack-gap-default: var(--xmlui-space-2);
|
|
2660
2620
|
gap: var(--stack-gap-default);
|
|
2661
2621
|
height: 100%;
|
|
@@ -2663,11 +2623,11 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2663
2623
|
flex-direction: row;
|
|
2664
2624
|
align-items: center;
|
|
2665
2625
|
}
|
|
2666
|
-
.
|
|
2626
|
+
._rightItems_1w1cw_117:not(:empty) {
|
|
2667
2627
|
padding-left: var(--xmlui-space-4);
|
|
2668
2628
|
}
|
|
2669
2629
|
|
|
2670
|
-
.
|
|
2630
|
+
._appHub_1w1cw_129 {
|
|
2671
2631
|
text-decoration: none;
|
|
2672
2632
|
margin-right: var(--xmlui-space-4);
|
|
2673
2633
|
width: 40px;
|
|
@@ -2675,10 +2635,10 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2675
2635
|
color: var(--xmlui-textColor-subtitle);
|
|
2676
2636
|
cursor: pointer;
|
|
2677
2637
|
}
|
|
2678
|
-
.
|
|
2638
|
+
._appHub_1w1cw_129:hover {
|
|
2679
2639
|
color: var(--xmlui-textColor-secondary);
|
|
2680
2640
|
}
|
|
2681
|
-
.
|
|
2641
|
+
._appHub_1w1cw_129 svg {
|
|
2682
2642
|
width: 100%;
|
|
2683
2643
|
height: 100%;
|
|
2684
2644
|
}/*
|
|
@@ -4791,7 +4751,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4791
4751
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
4792
4752
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
4793
4753
|
*/
|
|
4794
|
-
.
|
|
4754
|
+
._outerWrapper_1iosm_13 {
|
|
4795
4755
|
border-left: var(--xmlui-borderLeft-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
4796
4756
|
border-right: var(--xmlui-borderRight-Footer, var(--xmlui-borderHorizontal-Footer, var(--xmlui-border-Footer)));
|
|
4797
4757
|
border-top: var(--xmlui-borderTop-Footer, var(--xmlui-borderVertical-Footer, var(--xmlui-border-Footer)));
|
|
@@ -4816,7 +4776,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4816
4776
|
height: var(--xmlui-height-Footer);
|
|
4817
4777
|
}
|
|
4818
4778
|
|
|
4819
|
-
.
|
|
4779
|
+
._wrapper_1iosm_38 {
|
|
4820
4780
|
width: 100%;
|
|
4821
4781
|
display: flex;
|
|
4822
4782
|
min-height: 0;
|
|
@@ -4856,8 +4816,8 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4856
4816
|
max-width: var(--xmlui-maxWidth-content-Footer);
|
|
4857
4817
|
margin: 0 auto;
|
|
4858
4818
|
}
|
|
4859
|
-
.
|
|
4860
|
-
max-width:
|
|
4819
|
+
._wrapper_1iosm_38._verticalFullHeader_1iosm_78 {
|
|
4820
|
+
max-width: var(--xmlui-maxWidth-App-vertical);
|
|
4861
4821
|
}/*
|
|
4862
4822
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
4863
4823
|
*
|
|
@@ -5315,40 +5275,40 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
5315
5275
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
5316
5276
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
5317
5277
|
*/
|
|
5318
|
-
.
|
|
5278
|
+
._selectValue_1xb91_13 > span {
|
|
5319
5279
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
5320
5280
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
5321
5281
|
}
|
|
5322
|
-
.
|
|
5282
|
+
._selectValue_1xb91_13 > span > div {
|
|
5323
5283
|
color: var(--xmlui-textColor-Select-default);
|
|
5324
5284
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
5325
5285
|
}
|
|
5326
|
-
.
|
|
5286
|
+
._selectValue_1xb91_13._error_1xb91_21 > span {
|
|
5327
5287
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
5328
5288
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
5329
5289
|
}
|
|
5330
|
-
.
|
|
5290
|
+
._selectValue_1xb91_13._error_1xb91_21 > span > div {
|
|
5331
5291
|
color: var(--xmlui-textColor-Select-error);
|
|
5332
5292
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
5333
5293
|
}
|
|
5334
|
-
.
|
|
5294
|
+
._selectValue_1xb91_13._warning_1xb91_29 > span {
|
|
5335
5295
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
5336
5296
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
5337
5297
|
}
|
|
5338
|
-
.
|
|
5298
|
+
._selectValue_1xb91_13._warning_1xb91_29 > span > div {
|
|
5339
5299
|
color: var(--xmlui-textColor-Select-warning);
|
|
5340
5300
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
5341
5301
|
}
|
|
5342
|
-
.
|
|
5302
|
+
._selectValue_1xb91_13._valid_1xb91_37 > span {
|
|
5343
5303
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
5344
5304
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
5345
5305
|
}
|
|
5346
|
-
.
|
|
5306
|
+
._selectValue_1xb91_13._valid_1xb91_37 > span > div {
|
|
5347
5307
|
color: var(--xmlui-textColor-Select-success);
|
|
5348
5308
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
5349
5309
|
}
|
|
5350
5310
|
|
|
5351
|
-
button.
|
|
5311
|
+
button._selectTrigger_1xb91_46 {
|
|
5352
5312
|
min-height: 2.6rem;
|
|
5353
5313
|
display: flex;
|
|
5354
5314
|
padding: var(--xmlui-space-1) var(--xmlui-space-2);
|
|
@@ -5366,22 +5326,22 @@ button._selectTrigger_1ept5_46 {
|
|
|
5366
5326
|
box-shadow: var(--xmlui-boxShadow-Select-default);
|
|
5367
5327
|
color: var(--xmlui-textColor-Select-default);
|
|
5368
5328
|
}
|
|
5369
|
-
button.
|
|
5329
|
+
button._selectTrigger_1xb91_46:hover {
|
|
5370
5330
|
border-color: var(--xmlui-borderColor-Select-default--hover);
|
|
5371
5331
|
background-color: var(--xmlui-backgroundColor-Select-default--hover);
|
|
5372
5332
|
box-shadow: var(--xmlui-boxShadow-Select-default--hover);
|
|
5373
5333
|
color: var(--xmlui-textColor-Select-default--hover);
|
|
5374
5334
|
}
|
|
5375
|
-
button.
|
|
5335
|
+
button._selectTrigger_1xb91_46:focus {
|
|
5376
5336
|
outline-width: var(--xmlui-outlineWidth-Select-default--focus);
|
|
5377
5337
|
outline-color: var(--xmlui-outlineColor-Select-default--focus);
|
|
5378
5338
|
outline-style: var(--xmlui-outlineStyle-Select-default--focus);
|
|
5379
5339
|
outline-offset: var(--xmlui-outlineOffset-Select-default--focus);
|
|
5380
5340
|
}
|
|
5381
|
-
button.
|
|
5341
|
+
button._selectTrigger_1xb91_46::placeholder {
|
|
5382
5342
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
5383
5343
|
}
|
|
5384
|
-
button.
|
|
5344
|
+
button._selectTrigger_1xb91_46._error_1xb91_21 {
|
|
5385
5345
|
border-radius: var(--xmlui-borderRadius-Select-error);
|
|
5386
5346
|
border-color: var(--xmlui-borderColor-Select-error);
|
|
5387
5347
|
border-width: var(--xmlui-borderWidth-Select-error);
|
|
@@ -5391,22 +5351,22 @@ button._selectTrigger_1ept5_46._error_1ept5_21 {
|
|
|
5391
5351
|
box-shadow: var(--xmlui-boxShadow-Select-error);
|
|
5392
5352
|
color: var(--xmlui-textColor-Select-error);
|
|
5393
5353
|
}
|
|
5394
|
-
button.
|
|
5354
|
+
button._selectTrigger_1xb91_46._error_1xb91_21:hover {
|
|
5395
5355
|
border-color: var(--xmlui-borderColor-Select-error--hover);
|
|
5396
5356
|
background-color: var(--xmlui-backgroundColor-Select-error--hover);
|
|
5397
5357
|
box-shadow: var(--xmlui-boxShadow-Select-error--hover);
|
|
5398
5358
|
color: var(--xmlui-textColor-Select-error--hover);
|
|
5399
5359
|
}
|
|
5400
|
-
button.
|
|
5360
|
+
button._selectTrigger_1xb91_46._error_1xb91_21:focus {
|
|
5401
5361
|
outline-width: var(--xmlui-outlineWidth-Select-error--focus);
|
|
5402
5362
|
outline-color: var(--xmlui-outlineColor-Select-error--focus);
|
|
5403
5363
|
outline-style: var(--xmlui-outlineStyle-Select-error--focus);
|
|
5404
5364
|
outline-offset: var(--xmlui-outlineOffset-Select-error--focus);
|
|
5405
5365
|
}
|
|
5406
|
-
button.
|
|
5366
|
+
button._selectTrigger_1xb91_46._error_1xb91_21::placeholder {
|
|
5407
5367
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
5408
5368
|
}
|
|
5409
|
-
button.
|
|
5369
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29 {
|
|
5410
5370
|
border-radius: var(--xmlui-borderRadius-Select-warning);
|
|
5411
5371
|
border-color: var(--xmlui-borderColor-Select-warning);
|
|
5412
5372
|
border-width: var(--xmlui-borderWidth-Select-warning);
|
|
@@ -5416,22 +5376,22 @@ button._selectTrigger_1ept5_46._warning_1ept5_29 {
|
|
|
5416
5376
|
box-shadow: var(--xmlui-boxShadow-Select-warning);
|
|
5417
5377
|
color: var(--xmlui-textColor-Select-warning);
|
|
5418
5378
|
}
|
|
5419
|
-
button.
|
|
5379
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29:hover {
|
|
5420
5380
|
border-color: var(--xmlui-borderColor-Select-warning--hover);
|
|
5421
5381
|
background-color: var(--xmlui-backgroundColor-Select-warning--hover);
|
|
5422
5382
|
box-shadow: var(--xmlui-boxShadow-Select-warning--hover);
|
|
5423
5383
|
color: var(--xmlui-textColor-Select-warning--hover);
|
|
5424
5384
|
}
|
|
5425
|
-
button.
|
|
5385
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29:focus {
|
|
5426
5386
|
outline-width: var(--xmlui-outlineWidth-Select-warning--focus);
|
|
5427
5387
|
outline-color: var(--xmlui-outlineColor-Select-warning--focus);
|
|
5428
5388
|
outline-style: var(--xmlui-outlineStyle-Select-warning--focus);
|
|
5429
5389
|
outline-offset: var(--xmlui-outlineOffset-Select-warning--focus);
|
|
5430
5390
|
}
|
|
5431
|
-
button.
|
|
5391
|
+
button._selectTrigger_1xb91_46._warning_1xb91_29::placeholder {
|
|
5432
5392
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
5433
5393
|
}
|
|
5434
|
-
button.
|
|
5394
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37 {
|
|
5435
5395
|
border-radius: var(--xmlui-borderRadius-Select-success);
|
|
5436
5396
|
border-color: var(--xmlui-borderColor-Select-success);
|
|
5437
5397
|
border-width: var(--xmlui-borderWidth-Select-success);
|
|
@@ -5441,23 +5401,23 @@ button._selectTrigger_1ept5_46._valid_1ept5_37 {
|
|
|
5441
5401
|
box-shadow: var(--xmlui-boxShadow-Select-success);
|
|
5442
5402
|
color: var(--xmlui-textColor-Select-success);
|
|
5443
5403
|
}
|
|
5444
|
-
button.
|
|
5404
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37:hover {
|
|
5445
5405
|
border-color: var(--xmlui-borderColor-Select-success--hover);
|
|
5446
5406
|
background-color: var(--xmlui-backgroundColor-Select-success--hover);
|
|
5447
5407
|
box-shadow: var(--xmlui-boxShadow-Select-success--hover);
|
|
5448
5408
|
color: var(--xmlui-textColor-Select-success--hover);
|
|
5449
5409
|
}
|
|
5450
|
-
button.
|
|
5410
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37:focus {
|
|
5451
5411
|
outline-width: var(--xmlui-outlineWidth-Select-success--focus);
|
|
5452
5412
|
outline-color: var(--xmlui-outlineColor-Select-success--focus);
|
|
5453
5413
|
outline-style: var(--xmlui-outlineStyle-Select-success--focus);
|
|
5454
5414
|
outline-offset: var(--xmlui-outlineOffset-Select-success--focus);
|
|
5455
5415
|
}
|
|
5456
|
-
button.
|
|
5416
|
+
button._selectTrigger_1xb91_46._valid_1xb91_37::placeholder {
|
|
5457
5417
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
5458
5418
|
}
|
|
5459
5419
|
|
|
5460
|
-
.
|
|
5420
|
+
._selectTrigger_1xb91_46:disabled {
|
|
5461
5421
|
cursor: not-allowed;
|
|
5462
5422
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
5463
5423
|
background-color: var(--xmlui-backgroundColor-Select--disabled);
|
|
@@ -5465,28 +5425,28 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5465
5425
|
border-color: var(--xmlui-borderColor-Select--disabled);
|
|
5466
5426
|
}
|
|
5467
5427
|
|
|
5468
|
-
.
|
|
5428
|
+
._selectTrigger_1xb91_46 > span {
|
|
5469
5429
|
display: -webkit-box;
|
|
5470
5430
|
-webkit-box-orient: vertical;
|
|
5471
5431
|
-webkit-line-clamp: 1;
|
|
5472
5432
|
overflow: hidden;
|
|
5473
5433
|
}
|
|
5474
5434
|
|
|
5475
|
-
.
|
|
5435
|
+
._badgeListContainer_1xb91_170 {
|
|
5476
5436
|
display: flex;
|
|
5477
5437
|
justify-content: space-between;
|
|
5478
5438
|
align-items: center;
|
|
5479
5439
|
width: 100%;
|
|
5480
5440
|
}
|
|
5481
5441
|
|
|
5482
|
-
.
|
|
5442
|
+
._badgeList_1xb91_170 {
|
|
5483
5443
|
gap: 4px;
|
|
5484
5444
|
display: flex;
|
|
5485
5445
|
flex-wrap: wrap;
|
|
5486
5446
|
align-items: center;
|
|
5487
5447
|
}
|
|
5488
5448
|
|
|
5489
|
-
.
|
|
5449
|
+
._badge_1xb91_170 {
|
|
5490
5450
|
width: fit-content;
|
|
5491
5451
|
height: fit-content;
|
|
5492
5452
|
min-width: 0;
|
|
@@ -5503,27 +5463,27 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5503
5463
|
background-color: var(--xmlui-backgroundColor-Select-badge);
|
|
5504
5464
|
color: var(--xmlui-textColor-Select-badge);
|
|
5505
5465
|
}
|
|
5506
|
-
.
|
|
5466
|
+
._badge_1xb91_170:hover {
|
|
5507
5467
|
background-color: var(--xmlui-backgroundColor-Select-badge--hover);
|
|
5508
5468
|
color: var(--xmlui-textColor-Select-badge--hover);
|
|
5509
5469
|
}
|
|
5510
|
-
.
|
|
5470
|
+
._badge_1xb91_170:active {
|
|
5511
5471
|
background-color: var(--xmlui-backgroundColor-Select-badge--active);
|
|
5512
5472
|
color: var(--xmlui-textColor-Select-badge--active);
|
|
5513
5473
|
}
|
|
5514
5474
|
|
|
5515
|
-
.
|
|
5475
|
+
._actions_1xb91_210 {
|
|
5516
5476
|
display: flex;
|
|
5517
5477
|
align-items: center;
|
|
5518
5478
|
justify-content: space-between;
|
|
5519
5479
|
}
|
|
5520
5480
|
|
|
5521
|
-
.
|
|
5481
|
+
._placeholder_1xb91_216 {
|
|
5522
5482
|
display: block;
|
|
5523
5483
|
color: var(--xmlui-textColor-placeholder-Select);
|
|
5524
5484
|
}
|
|
5525
5485
|
|
|
5526
|
-
.
|
|
5486
|
+
._emptyList_1xb91_221 {
|
|
5527
5487
|
display: flex;
|
|
5528
5488
|
gap: 0.2rem;
|
|
5529
5489
|
padding: 10px 0;
|
|
@@ -5533,7 +5493,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5533
5493
|
width: 100%;
|
|
5534
5494
|
}
|
|
5535
5495
|
|
|
5536
|
-
.
|
|
5496
|
+
._selectScrollUpButton_1xb91_231 {
|
|
5537
5497
|
display: flex;
|
|
5538
5498
|
cursor: default;
|
|
5539
5499
|
align-items: center;
|
|
@@ -5542,7 +5502,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5542
5502
|
padding-bottom: 0.25rem;
|
|
5543
5503
|
}
|
|
5544
5504
|
|
|
5545
|
-
.
|
|
5505
|
+
._selectScrollDownButton_1xb91_240 {
|
|
5546
5506
|
display: flex;
|
|
5547
5507
|
cursor: default;
|
|
5548
5508
|
align-items: center;
|
|
@@ -5551,7 +5511,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5551
5511
|
padding-bottom: 0.25rem;
|
|
5552
5512
|
}
|
|
5553
5513
|
|
|
5554
|
-
.
|
|
5514
|
+
._command_1xb91_249 {
|
|
5555
5515
|
display: flex;
|
|
5556
5516
|
flex-direction: column;
|
|
5557
5517
|
height: 100%;
|
|
@@ -5561,14 +5521,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5561
5521
|
background-color: var(--xmlui-backgroundColor-menu-Select);
|
|
5562
5522
|
}
|
|
5563
5523
|
|
|
5564
|
-
.
|
|
5524
|
+
._commandInputContainer_1xb91_259 {
|
|
5565
5525
|
display: flex;
|
|
5566
5526
|
align-items: center;
|
|
5567
5527
|
padding: 0 12px;
|
|
5568
5528
|
border-bottom: 1px solid var(--xmlui-borderColor);
|
|
5569
5529
|
}
|
|
5570
5530
|
|
|
5571
|
-
.
|
|
5531
|
+
._commandInput_1xb91_259 {
|
|
5572
5532
|
flex: 1;
|
|
5573
5533
|
background-color: transparent;
|
|
5574
5534
|
padding: 0.5rem;
|
|
@@ -5576,22 +5536,22 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5576
5536
|
outline: none;
|
|
5577
5537
|
border: none;
|
|
5578
5538
|
}
|
|
5579
|
-
.
|
|
5539
|
+
._commandInput_1xb91_259:focus {
|
|
5580
5540
|
outline: none;
|
|
5581
5541
|
box-shadow: none;
|
|
5582
5542
|
border: 0;
|
|
5583
5543
|
}
|
|
5584
|
-
.
|
|
5544
|
+
._commandInput_1xb91_259:disabled {
|
|
5585
5545
|
cursor: not-allowed;
|
|
5586
5546
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
5587
5547
|
}
|
|
5588
5548
|
|
|
5589
|
-
.
|
|
5549
|
+
._commandList_1xb91_284 {
|
|
5590
5550
|
overflow-y: auto;
|
|
5591
5551
|
overflow-x: hidden;
|
|
5592
5552
|
}
|
|
5593
5553
|
|
|
5594
|
-
.
|
|
5554
|
+
._selectContent_1xb91_289 {
|
|
5595
5555
|
position: relative;
|
|
5596
5556
|
z-index: 50;
|
|
5597
5557
|
overflow: auto;
|
|
@@ -5600,38 +5560,38 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5600
5560
|
box-shadow: var(--xmlui-boxShadow-menu-Select);
|
|
5601
5561
|
border: var(--xmlui-borderWidth-menu-Select) solid var(--xmlui-borderColor-menu-Select);
|
|
5602
5562
|
}
|
|
5603
|
-
.
|
|
5604
|
-
animation:
|
|
5563
|
+
._selectContent_1xb91_289[data-state=open] {
|
|
5564
|
+
animation: _fadeIn_1xb91_1 0.1s ease-in-out, _zoomIn_1xb91_1 0.1s ease-in-out;
|
|
5605
5565
|
}
|
|
5606
|
-
.
|
|
5607
|
-
animation:
|
|
5566
|
+
._selectContent_1xb91_289[data-state=closed] {
|
|
5567
|
+
animation: _fadeOut_1xb91_1 0.1s ease-in-out, _zoomOut_1xb91_1 0.1s ease-in-out;
|
|
5608
5568
|
}
|
|
5609
|
-
.
|
|
5610
|
-
animation:
|
|
5569
|
+
._selectContent_1xb91_289[data-side=bottom] {
|
|
5570
|
+
animation: _slideInFromTop_1xb91_1 0.08s ease-in-out;
|
|
5611
5571
|
}
|
|
5612
|
-
.
|
|
5613
|
-
animation:
|
|
5572
|
+
._selectContent_1xb91_289[data-side=left] {
|
|
5573
|
+
animation: _slideInFromRight_1xb91_1 0.1s ease-in-out;
|
|
5614
5574
|
}
|
|
5615
|
-
.
|
|
5616
|
-
animation:
|
|
5575
|
+
._selectContent_1xb91_289[data-side=right] {
|
|
5576
|
+
animation: _slideInFromLeft_1xb91_1 0.1s ease-in-out;
|
|
5617
5577
|
}
|
|
5618
|
-
.
|
|
5619
|
-
animation:
|
|
5578
|
+
._selectContent_1xb91_289[data-side=top] {
|
|
5579
|
+
animation: _slideInFromBottom_1xb91_1 0.1s ease-in-out;
|
|
5620
5580
|
}
|
|
5621
|
-
.
|
|
5622
|
-
transform: translateY(0.
|
|
5581
|
+
._selectContent_1xb91_289[data-side=bottom] {
|
|
5582
|
+
transform: translateY(0.15rem);
|
|
5623
5583
|
}
|
|
5624
|
-
.
|
|
5625
|
-
transform: translateX(-0.
|
|
5584
|
+
._selectContent_1xb91_289[data-side=left] {
|
|
5585
|
+
transform: translateX(-0.15rem);
|
|
5626
5586
|
}
|
|
5627
|
-
.
|
|
5628
|
-
transform: translateX(0.
|
|
5587
|
+
._selectContent_1xb91_289[data-side=right] {
|
|
5588
|
+
transform: translateX(0.15rem);
|
|
5629
5589
|
}
|
|
5630
|
-
.
|
|
5631
|
-
transform: translateY(-0.
|
|
5590
|
+
._selectContent_1xb91_289[data-side=top] {
|
|
5591
|
+
transform: translateY(-0.15rem);
|
|
5632
5592
|
}
|
|
5633
5593
|
|
|
5634
|
-
.
|
|
5594
|
+
._multiComboboxOption_1xb91_329 ._multiComboboxOptionContent_1xb91_329 {
|
|
5635
5595
|
width: 100%;
|
|
5636
5596
|
gap: 1rem;
|
|
5637
5597
|
display: flex;
|
|
@@ -5646,17 +5606,17 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5646
5606
|
padding-top: var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
5647
5607
|
padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
5648
5608
|
}
|
|
5649
|
-
.
|
|
5609
|
+
._multiComboboxOption_1xb91_329[data-selected=true] {
|
|
5650
5610
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
5651
5611
|
}
|
|
5652
|
-
.
|
|
5612
|
+
._multiComboboxOption_1xb91_329[data-disabled=true] {
|
|
5653
5613
|
pointer-events: none;
|
|
5654
5614
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
5655
5615
|
cursor: not-allowed;
|
|
5656
5616
|
font-style: italic;
|
|
5657
5617
|
}
|
|
5658
5618
|
|
|
5659
|
-
.
|
|
5619
|
+
._selectItem_1xb91_354 {
|
|
5660
5620
|
position: relative;
|
|
5661
5621
|
display: flex;
|
|
5662
5622
|
cursor: default;
|
|
@@ -5665,13 +5625,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5665
5625
|
outline: none;
|
|
5666
5626
|
font-size: var(--xmlui-fontSize-Select);
|
|
5667
5627
|
}
|
|
5668
|
-
.
|
|
5628
|
+
._selectItem_1xb91_354[data-highlighted] {
|
|
5669
5629
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
5670
5630
|
}
|
|
5671
|
-
.
|
|
5631
|
+
._selectItem_1xb91_354[data-state=checked] {
|
|
5672
5632
|
background-color: var(--xmlui-backgroundColor-item-Select--active);
|
|
5673
5633
|
}
|
|
5674
|
-
.
|
|
5634
|
+
._selectItem_1xb91_354 ._selectItemContent_1xb91_369 {
|
|
5675
5635
|
width: 100%;
|
|
5676
5636
|
display: flex;
|
|
5677
5637
|
cursor: default;
|
|
@@ -5685,14 +5645,14 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5685
5645
|
padding-bottom: var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)));
|
|
5686
5646
|
}
|
|
5687
5647
|
|
|
5688
|
-
.
|
|
5648
|
+
._selectItem_1xb91_354[data-disabled] {
|
|
5689
5649
|
pointer-events: none;
|
|
5690
5650
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
5691
5651
|
cursor: not-allowed;
|
|
5692
5652
|
font-style: italic;
|
|
5693
5653
|
}
|
|
5694
5654
|
|
|
5695
|
-
.
|
|
5655
|
+
._selectItemIndicator_1xb91_390 {
|
|
5696
5656
|
position: absolute;
|
|
5697
5657
|
right: 0.5rem;
|
|
5698
5658
|
display: flex;
|
|
@@ -5703,13 +5663,13 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5703
5663
|
color: var(--xmlui-textColor-indicator-Select);
|
|
5704
5664
|
}
|
|
5705
5665
|
|
|
5706
|
-
.
|
|
5666
|
+
._selectViewport_1xb91_401 {
|
|
5707
5667
|
height: var(--radix-select-trigger-height);
|
|
5708
5668
|
width: 100%;
|
|
5709
5669
|
min-width: var(--radix-select-trigger-width);
|
|
5710
5670
|
}
|
|
5711
5671
|
|
|
5712
|
-
.
|
|
5672
|
+
._selectEmpty_1xb91_407 {
|
|
5713
5673
|
display: flex;
|
|
5714
5674
|
gap: 0.2rem;
|
|
5715
5675
|
height: 100%;
|
|
@@ -5720,11 +5680,11 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5720
5680
|
width: 100%;
|
|
5721
5681
|
}
|
|
5722
5682
|
|
|
5723
|
-
.
|
|
5683
|
+
._loading_1xb91_418 {
|
|
5724
5684
|
padding: 0.5rem 1rem;
|
|
5725
5685
|
}
|
|
5726
5686
|
|
|
5727
|
-
.
|
|
5687
|
+
._srOnly_1xb91_422 {
|
|
5728
5688
|
position: absolute;
|
|
5729
5689
|
width: 1px;
|
|
5730
5690
|
height: 1px;
|
|
@@ -5736,7 +5696,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5736
5696
|
border: 0;
|
|
5737
5697
|
}
|
|
5738
5698
|
|
|
5739
|
-
@keyframes
|
|
5699
|
+
@keyframes _fadeIn_1xb91_1 {
|
|
5740
5700
|
from {
|
|
5741
5701
|
opacity: 0;
|
|
5742
5702
|
}
|
|
@@ -5744,7 +5704,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5744
5704
|
opacity: 1;
|
|
5745
5705
|
}
|
|
5746
5706
|
}
|
|
5747
|
-
@keyframes
|
|
5707
|
+
@keyframes _fadeOut_1xb91_1 {
|
|
5748
5708
|
from {
|
|
5749
5709
|
opacity: 1;
|
|
5750
5710
|
}
|
|
@@ -5752,7 +5712,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5752
5712
|
opacity: 0;
|
|
5753
5713
|
}
|
|
5754
5714
|
}
|
|
5755
|
-
@keyframes
|
|
5715
|
+
@keyframes _zoomIn_1xb91_1 {
|
|
5756
5716
|
from {
|
|
5757
5717
|
transform: scale(0.95);
|
|
5758
5718
|
}
|
|
@@ -5760,7 +5720,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5760
5720
|
transform: scale(1);
|
|
5761
5721
|
}
|
|
5762
5722
|
}
|
|
5763
|
-
@keyframes
|
|
5723
|
+
@keyframes _zoomOut_1xb91_1 {
|
|
5764
5724
|
from {
|
|
5765
5725
|
transform: scale(1);
|
|
5766
5726
|
}
|
|
@@ -5768,7 +5728,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5768
5728
|
transform: scale(0.95);
|
|
5769
5729
|
}
|
|
5770
5730
|
}
|
|
5771
|
-
@keyframes
|
|
5731
|
+
@keyframes _slideInFromTop_1xb91_1 {
|
|
5772
5732
|
from {
|
|
5773
5733
|
transform: translateY(-0.75rem);
|
|
5774
5734
|
}
|
|
@@ -5776,7 +5736,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5776
5736
|
transform: translateY(0);
|
|
5777
5737
|
}
|
|
5778
5738
|
}
|
|
5779
|
-
@keyframes
|
|
5739
|
+
@keyframes _slideInFromBottom_1xb91_1 {
|
|
5780
5740
|
from {
|
|
5781
5741
|
transform: translateY(0.75rem);
|
|
5782
5742
|
}
|
|
@@ -5784,7 +5744,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5784
5744
|
transform: translateY(0);
|
|
5785
5745
|
}
|
|
5786
5746
|
}
|
|
5787
|
-
@keyframes
|
|
5747
|
+
@keyframes _slideInFromLeft_1xb91_1 {
|
|
5788
5748
|
from {
|
|
5789
5749
|
transform: translateX(-100%);
|
|
5790
5750
|
}
|
|
@@ -5792,7 +5752,7 @@ button._selectTrigger_1ept5_46._valid_1ept5_37::placeholder {
|
|
|
5792
5752
|
transform: translateX(0);
|
|
5793
5753
|
}
|
|
5794
5754
|
}
|
|
5795
|
-
@keyframes
|
|
5755
|
+
@keyframes _slideInFromRight_1xb91_1 {
|
|
5796
5756
|
from {
|
|
5797
5757
|
transform: translateX(100%);
|
|
5798
5758
|
}
|