@qikdev/vue-ui 0.2.298 → 0.2.300
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 -8
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +14 -8
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +27 -27
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -419,15 +419,15 @@ td div:hover .off[data-v-0e48d460] {
|
|
|
419
419
|
td div:hover .on[data-v-0e48d460] {
|
|
420
420
|
opacity: 1;
|
|
421
421
|
}
|
|
422
|
-
.basic-input-style[data-v-
|
|
422
|
+
.basic-input-style[data-v-b180904a] {
|
|
423
423
|
color: inherit;
|
|
424
424
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
425
425
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
426
426
|
}
|
|
427
|
-
td[data-v-
|
|
427
|
+
td[data-v-b180904a] {
|
|
428
428
|
text-align: center;
|
|
429
429
|
}
|
|
430
|
-
td.false[data-v-
|
|
430
|
+
td.false[data-v-b180904a] {
|
|
431
431
|
opacity: 0.3;
|
|
432
432
|
}
|
|
433
433
|
.basic-input-style[data-v-45dd2b07] {
|
|
@@ -3408,20 +3408,20 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3408
3408
|
flex: none;
|
|
3409
3409
|
width: 100%;
|
|
3410
3410
|
}
|
|
3411
|
-
.basic-input-style[data-v-
|
|
3411
|
+
.basic-input-style[data-v-adb18264] {
|
|
3412
3412
|
color: inherit;
|
|
3413
3413
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3414
3414
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3415
3415
|
}
|
|
3416
|
-
.intent-submit[data-v-
|
|
3416
|
+
.intent-submit[data-v-adb18264] {
|
|
3417
3417
|
margin-top: 1em;
|
|
3418
3418
|
}
|
|
3419
|
-
[tooltip][data-v-
|
|
3419
|
+
[tooltip][data-v-adb18264] {
|
|
3420
3420
|
position: relative;
|
|
3421
3421
|
cursor: help;
|
|
3422
3422
|
display: block;
|
|
3423
3423
|
}
|
|
3424
|
-
[tooltip][data-v-
|
|
3424
|
+
[tooltip][data-v-adb18264]:after {
|
|
3425
3425
|
position: absolute;
|
|
3426
3426
|
opacity: 0;
|
|
3427
3427
|
pointer-events: none;
|
|
@@ -3438,58 +3438,58 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3438
3438
|
transform: translateY(-20px);
|
|
3439
3439
|
transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3440
3440
|
}
|
|
3441
|
-
[tooltip][data-v-
|
|
3441
|
+
[tooltip][data-v-adb18264]:hover:after {
|
|
3442
3442
|
opacity: 1;
|
|
3443
3443
|
transform: translateY(0);
|
|
3444
3444
|
transition-duration: 0.3s;
|
|
3445
3445
|
}
|
|
3446
|
-
.multistep-form-wrapper[data-v-
|
|
3446
|
+
.multistep-form-wrapper[data-v-adb18264] {
|
|
3447
3447
|
display: grid;
|
|
3448
3448
|
position: relative;
|
|
3449
3449
|
}
|
|
3450
|
-
.multistep-form-section[data-v-
|
|
3450
|
+
.multistep-form-section[data-v-adb18264] {
|
|
3451
3451
|
transition:
|
|
3452
3452
|
opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3453
3453
|
translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3454
3454
|
opacity: 0;
|
|
3455
3455
|
grid-area: 1/1/2/2;
|
|
3456
3456
|
}
|
|
3457
|
-
.multistep-form-section[data-v-
|
|
3457
|
+
.multistep-form-section[data-v-adb18264] button {
|
|
3458
3458
|
transition:
|
|
3459
3459
|
opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3460
3460
|
translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3461
3461
|
}
|
|
3462
|
-
.multistep-form-section[data-v-
|
|
3462
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(1) {
|
|
3463
3463
|
transition-delay: 0.4s;
|
|
3464
3464
|
}
|
|
3465
|
-
.multistep-form-section[data-v-
|
|
3465
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(2) {
|
|
3466
3466
|
transition-delay: 0.6s;
|
|
3467
3467
|
}
|
|
3468
|
-
.multistep-form-section[data-v-
|
|
3468
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(3) {
|
|
3469
3469
|
transition-delay: 0.8s;
|
|
3470
3470
|
}
|
|
3471
|
-
.multistep-form-section[data-v-
|
|
3471
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(4) {
|
|
3472
3472
|
transition-delay: 1s;
|
|
3473
3473
|
}
|
|
3474
|
-
.multistep-form-section[data-v-
|
|
3474
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(5) {
|
|
3475
3475
|
transition-delay: 1.2s;
|
|
3476
3476
|
}
|
|
3477
|
-
.multistep-form-section[data-v-
|
|
3477
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(6) {
|
|
3478
3478
|
transition-delay: 1.4s;
|
|
3479
3479
|
}
|
|
3480
|
-
.multistep-form-section[data-v-
|
|
3480
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(7) {
|
|
3481
3481
|
transition-delay: 1.6s;
|
|
3482
3482
|
}
|
|
3483
|
-
.multistep-form-section[data-v-
|
|
3483
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(8) {
|
|
3484
3484
|
transition-delay: 1.8s;
|
|
3485
3485
|
}
|
|
3486
|
-
.multistep-form-section[data-v-
|
|
3486
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(9) {
|
|
3487
3487
|
transition-delay: 2s;
|
|
3488
3488
|
}
|
|
3489
|
-
.multistep-form-section[data-v-
|
|
3489
|
+
.multistep-form-section[data-v-adb18264] button:nth-child(10) {
|
|
3490
3490
|
transition-delay: 2.2s;
|
|
3491
3491
|
}
|
|
3492
|
-
.multistep-form-section.inactive[data-v-
|
|
3492
|
+
.multistep-form-section.inactive[data-v-adb18264] {
|
|
3493
3493
|
pointer-events: none;
|
|
3494
3494
|
opacity: 0;
|
|
3495
3495
|
position: absolute;
|
|
@@ -3497,23 +3497,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3497
3497
|
left: 0;
|
|
3498
3498
|
width: 100%;
|
|
3499
3499
|
}
|
|
3500
|
-
.multistep-form-section.inactive[data-v-
|
|
3500
|
+
.multistep-form-section.inactive[data-v-adb18264] button {
|
|
3501
3501
|
opacity: 0;
|
|
3502
3502
|
translate: 0 2em;
|
|
3503
3503
|
}
|
|
3504
|
-
.multistep-form-section.active[data-v-
|
|
3504
|
+
.multistep-form-section.active[data-v-adb18264] {
|
|
3505
3505
|
opacity: 1;
|
|
3506
3506
|
translate: 0 0;
|
|
3507
3507
|
position: relative;
|
|
3508
3508
|
}
|
|
3509
|
-
.multistep-form-section.active[data-v-
|
|
3509
|
+
.multistep-form-section.active[data-v-adb18264] button {
|
|
3510
3510
|
opacity: 1;
|
|
3511
3511
|
translate: 0 0;
|
|
3512
3512
|
}
|
|
3513
|
-
.multistep-form-section.past[data-v-
|
|
3513
|
+
.multistep-form-section.past[data-v-adb18264] {
|
|
3514
3514
|
translate: -3em 0;
|
|
3515
3515
|
}
|
|
3516
|
-
.multistep-form-section.future[data-v-
|
|
3516
|
+
.multistep-form-section.future[data-v-adb18264] {
|
|
3517
3517
|
translate: 3em 0;
|
|
3518
3518
|
}
|
|
3519
3519
|
.basic-input-style[data-v-0fd69158] {
|