@qikdev/vue-ui 0.2.297 → 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 +1170 -1110
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +995 -931
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +50 -39
- 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] {
|
|
@@ -3535,28 +3535,28 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3535
3535
|
.ux-multi-group[data-v-cb997d0e] {
|
|
3536
3536
|
margin-bottom: 1em;
|
|
3537
3537
|
}
|
|
3538
|
-
.basic-input-style[data-v-
|
|
3538
|
+
.basic-input-style[data-v-dbcbddfd] {
|
|
3539
3539
|
color: inherit;
|
|
3540
3540
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3541
3541
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3542
3542
|
}
|
|
3543
|
-
.ux-empty[data-v-
|
|
3543
|
+
.ux-empty[data-v-dbcbddfd] {
|
|
3544
3544
|
display: none !important;
|
|
3545
3545
|
}
|
|
3546
|
-
.ux-field-render[data-v-
|
|
3546
|
+
.ux-field-render[data-v-dbcbddfd] {
|
|
3547
3547
|
margin-bottom: 1.5em;
|
|
3548
3548
|
}
|
|
3549
|
-
.ux-field-render.ux-layout-only[data-v-
|
|
3549
|
+
.ux-field-render.ux-layout-only[data-v-dbcbddfd] {
|
|
3550
3550
|
margin-bottom: 0;
|
|
3551
3551
|
}
|
|
3552
|
-
.ux-field-render.ux-layout-only > .ux-field-title[data-v-
|
|
3553
|
-
.ux-field-render.ux-layout-only > .ux-field-description[data-v-
|
|
3552
|
+
.ux-field-render.ux-layout-only > .ux-field-title[data-v-dbcbddfd],
|
|
3553
|
+
.ux-field-render.ux-layout-only > .ux-field-description[data-v-dbcbddfd] {
|
|
3554
3554
|
display: none;
|
|
3555
3555
|
}
|
|
3556
|
-
[data-v-
|
|
3556
|
+
[data-v-dbcbddfd] table {
|
|
3557
3557
|
width: 100%;
|
|
3558
3558
|
}
|
|
3559
|
-
.ux-password-render input[data-v-
|
|
3559
|
+
.ux-password-render input[data-v-dbcbddfd] {
|
|
3560
3560
|
font-family: monospace;
|
|
3561
3561
|
width: 100%;
|
|
3562
3562
|
border-radius: 0.1em;
|
|
@@ -3570,24 +3570,35 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3570
3570
|
height: 2.5em;
|
|
3571
3571
|
color: inherit;
|
|
3572
3572
|
}
|
|
3573
|
-
.ux-password-render input[data-v-
|
|
3573
|
+
.ux-password-render input[data-v-dbcbddfd]:focus {
|
|
3574
3574
|
background: none;
|
|
3575
3575
|
border: 1px solid var(--primary);
|
|
3576
3576
|
outline: none;
|
|
3577
3577
|
}
|
|
3578
|
-
.
|
|
3578
|
+
.signature-view[data-v-dbcbddfd] {
|
|
3579
|
+
width: clamp(200px, 30svw, 350px);
|
|
3580
|
+
border-radius: 0.5em;
|
|
3581
|
+
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
3582
|
+
margin: 0 1em 1em 0;
|
|
3583
|
+
}
|
|
3584
|
+
.signature-view img[data-v-dbcbddfd] {
|
|
3585
|
+
display: block;
|
|
3586
|
+
width: 100%;
|
|
3587
|
+
height: auto;
|
|
3588
|
+
}
|
|
3589
|
+
.currency[data-v-dbcbddfd] {
|
|
3579
3590
|
text-transform: uppercase;
|
|
3580
3591
|
opacity: 0.5;
|
|
3581
3592
|
font-size: 0.7em;
|
|
3582
3593
|
}
|
|
3583
|
-
[data-v-
|
|
3594
|
+
[data-v-dbcbddfd] .ux-field-title {
|
|
3584
3595
|
margin-top: 0.5em;
|
|
3585
3596
|
display: block;
|
|
3586
3597
|
margin-bottom: 0.2em;
|
|
3587
3598
|
font-weight: 400;
|
|
3588
3599
|
opacity: 0.5;
|
|
3589
3600
|
}
|
|
3590
|
-
[data-v-
|
|
3601
|
+
[data-v-dbcbddfd] .ux-field-description {
|
|
3591
3602
|
font-size: 0.7em;
|
|
3592
3603
|
opacity: 0.3;
|
|
3593
3604
|
font-style: italic;
|