@qikdev/vue-ui 0.2.290 → 0.2.292
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/lib.es.js +17 -17
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +17 -17
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +28 -27
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1443,19 +1443,19 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1443
1443
|
.ux-list-item[data-v-a5de8929]:hover {
|
|
1444
1444
|
background: color-mix(in lab, currentColor 5%, transparent);
|
|
1445
1445
|
}
|
|
1446
|
-
.basic-input-style[data-v-
|
|
1446
|
+
.basic-input-style[data-v-8e1886fb] {
|
|
1447
1447
|
color: inherit;
|
|
1448
1448
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1449
1449
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1450
1450
|
}
|
|
1451
|
-
.cell[data-v-
|
|
1451
|
+
.cell[data-v-8e1886fb] {
|
|
1452
1452
|
display: flex;
|
|
1453
1453
|
min-width: 150px;
|
|
1454
1454
|
}
|
|
1455
|
-
.cell > div[data-v-
|
|
1455
|
+
.cell > div[data-v-8e1886fb] {
|
|
1456
1456
|
flex: 1;
|
|
1457
1457
|
}
|
|
1458
|
-
.cell label[data-v-
|
|
1458
|
+
.cell label[data-v-8e1886fb] {
|
|
1459
1459
|
display: block;
|
|
1460
1460
|
font-size: 0.8em;
|
|
1461
1461
|
margin-bottom: 0.3em;
|
|
@@ -1463,12 +1463,12 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1463
1463
|
font-weight: 700;
|
|
1464
1464
|
opacity: 0.5;
|
|
1465
1465
|
}
|
|
1466
|
-
.cell input[data-v-
|
|
1466
|
+
.cell input[data-v-8e1886fb] {
|
|
1467
1467
|
min-width: 150px;
|
|
1468
1468
|
flex: 1;
|
|
1469
1469
|
width: 100%;
|
|
1470
1470
|
}
|
|
1471
|
-
input[data-v-
|
|
1471
|
+
input[data-v-8e1886fb] {
|
|
1472
1472
|
border-radius: 0.1em;
|
|
1473
1473
|
padding: 0.5em;
|
|
1474
1474
|
box-sizing: border-box;
|
|
@@ -1478,8 +1478,9 @@ input[data-v-dc53841d] {
|
|
|
1478
1478
|
font-family: inherit;
|
|
1479
1479
|
line-height: 1;
|
|
1480
1480
|
height: 2.5em;
|
|
1481
|
+
color: inherit;
|
|
1481
1482
|
}
|
|
1482
|
-
input[data-v-
|
|
1483
|
+
input[data-v-8e1886fb]:focus {
|
|
1483
1484
|
background: none;
|
|
1484
1485
|
border: 1px solid var(--primary);
|
|
1485
1486
|
outline: none;
|
|
@@ -2364,19 +2365,19 @@ textarea[data-v-a44b8610]:focus {
|
|
|
2364
2365
|
.ux-text-area-single[data-v-a44b8610] {
|
|
2365
2366
|
width: 100%;
|
|
2366
2367
|
}
|
|
2367
|
-
.basic-input-style[data-v-
|
|
2368
|
+
.basic-input-style[data-v-8b387cdb] {
|
|
2368
2369
|
color: inherit;
|
|
2369
2370
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2370
2371
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2371
2372
|
}
|
|
2372
|
-
.filter-condition[data-v-
|
|
2373
|
+
.filter-condition[data-v-8b387cdb] {
|
|
2373
2374
|
padding: 0.2em;
|
|
2374
2375
|
border-radius: 0.3em;
|
|
2375
2376
|
background: var(--bg1, #fff);
|
|
2376
2377
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2377
2378
|
margin: 0.2em 0.5em;
|
|
2378
2379
|
}
|
|
2379
|
-
label[data-v-
|
|
2380
|
+
label[data-v-8b387cdb] {
|
|
2380
2381
|
display: block;
|
|
2381
2382
|
text-transform: uppercase;
|
|
2382
2383
|
font-weight: 700;
|
|
@@ -2532,35 +2533,35 @@ textarea[data-v-63053873]:focus {
|
|
|
2532
2533
|
.ux-text-area-single[data-v-63053873] {
|
|
2533
2534
|
width: 100%;
|
|
2534
2535
|
}
|
|
2535
|
-
.basic-input-style[data-v-
|
|
2536
|
+
.basic-input-style[data-v-2ba39d6e] {
|
|
2536
2537
|
color: inherit;
|
|
2537
2538
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2538
2539
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2539
2540
|
}
|
|
2540
|
-
.native-select[data-v-
|
|
2541
|
+
.native-select[data-v-2ba39d6e] {
|
|
2541
2542
|
cursor: pointer;
|
|
2542
2543
|
}
|
|
2543
|
-
.native-select.multiple select[data-v-
|
|
2544
|
+
.native-select.multiple select[data-v-2ba39d6e] {
|
|
2544
2545
|
width: 100%;
|
|
2545
2546
|
font-size: 1em;
|
|
2546
2547
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2547
2548
|
appearance: none;
|
|
2548
2549
|
}
|
|
2549
|
-
.native-select.multiple select[data-v-
|
|
2550
|
+
.native-select.multiple select[data-v-2ba39d6e]:focus {
|
|
2550
2551
|
border: 1px solid var(--primary);
|
|
2551
2552
|
}
|
|
2552
|
-
.native-select.single[data-v-
|
|
2553
|
+
.native-select.single[data-v-2ba39d6e] {
|
|
2553
2554
|
position: relative;
|
|
2554
2555
|
}
|
|
2555
|
-
.native-select.single .ui-select-button[data-v-
|
|
2556
|
+
.native-select.single .ui-select-button[data-v-2ba39d6e] {
|
|
2556
2557
|
position: relative;
|
|
2557
2558
|
width: 100%;
|
|
2558
2559
|
}
|
|
2559
|
-
.native-select.single .ui-select-button > .ux-btn[data-v-
|
|
2560
|
+
.native-select.single .ui-select-button > .ux-btn[data-v-2ba39d6e] {
|
|
2560
2561
|
display: block;
|
|
2561
2562
|
text-align: left;
|
|
2562
2563
|
}
|
|
2563
|
-
.native-select.single select[data-v-
|
|
2564
|
+
.native-select.single select[data-v-2ba39d6e] {
|
|
2564
2565
|
cursor: pointer;
|
|
2565
2566
|
opacity: 0;
|
|
2566
2567
|
appearance: none;
|
|
@@ -3580,18 +3581,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3580
3581
|
opacity: 0.5;
|
|
3581
3582
|
font-size: 0.8em;
|
|
3582
3583
|
}
|
|
3583
|
-
.basic-input-style[data-v-
|
|
3584
|
+
.basic-input-style[data-v-0054fc08] {
|
|
3584
3585
|
color: inherit;
|
|
3585
3586
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3586
3587
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3587
3588
|
}
|
|
3588
|
-
.content-browser[data-v-
|
|
3589
|
+
.content-browser[data-v-0054fc08] {
|
|
3589
3590
|
position: relative;
|
|
3590
3591
|
}
|
|
3591
|
-
.loading[data-v-
|
|
3592
|
+
.loading[data-v-0054fc08] {
|
|
3592
3593
|
opacity: 0.5;
|
|
3593
3594
|
}
|
|
3594
|
-
.filter-column[data-v-
|
|
3595
|
+
.filter-column[data-v-0054fc08] {
|
|
3595
3596
|
padding: 1em;
|
|
3596
3597
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3597
3598
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3600,27 +3601,27 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3600
3601
|
flex: none;
|
|
3601
3602
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3602
3603
|
}
|
|
3603
|
-
.large-icon[data-v-
|
|
3604
|
+
.large-icon[data-v-0054fc08] {
|
|
3604
3605
|
font-size: 6em;
|
|
3605
3606
|
margin-bottom: 1rem;
|
|
3606
3607
|
opacity: 0.5;
|
|
3607
3608
|
}
|
|
3608
|
-
.column-panel[data-v-
|
|
3609
|
+
.column-panel[data-v-0054fc08] {
|
|
3609
3610
|
background: #fff;
|
|
3610
3611
|
font-size: 0.9em;
|
|
3611
3612
|
}
|
|
3612
|
-
.empty[data-v-
|
|
3613
|
+
.empty[data-v-0054fc08] {
|
|
3613
3614
|
background: rgba(0, 0, 0, 0.05);
|
|
3614
3615
|
text-align: center;
|
|
3615
3616
|
white-space: pre-line;
|
|
3616
3617
|
align-items: center;
|
|
3617
3618
|
justify-content: center;
|
|
3618
3619
|
}
|
|
3619
|
-
.empty .panel[data-v-
|
|
3620
|
+
.empty .panel[data-v-0054fc08] {
|
|
3620
3621
|
max-width: 400px;
|
|
3621
3622
|
background: var(--bg1, #fff);
|
|
3622
3623
|
}
|
|
3623
|
-
.footer[data-v-
|
|
3624
|
+
.footer[data-v-0054fc08] {
|
|
3624
3625
|
padding: 0.5em 1em;
|
|
3625
3626
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3626
3627
|
}
|