@qikdev/vue-ui 0.2.298 → 0.2.301

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/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-897e69cd] {
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-897e69cd] {
427
+ td[data-v-b180904a] {
428
428
  text-align: center;
429
429
  }
430
- td.false[data-v-897e69cd] {
430
+ td.false[data-v-b180904a] {
431
431
  opacity: 0.3;
432
432
  }
433
433
  .basic-input-style[data-v-45dd2b07] {
@@ -2365,19 +2365,19 @@ textarea[data-v-a44b8610]:focus {
2365
2365
  .ux-text-area-single[data-v-a44b8610] {
2366
2366
  width: 100%;
2367
2367
  }
2368
- .basic-input-style[data-v-8b387cdb] {
2368
+ .basic-input-style[data-v-32fe836f] {
2369
2369
  color: inherit;
2370
2370
  background: color-mix(in lab, currentColor 4%, transparent);
2371
2371
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2372
2372
  }
2373
- .filter-condition[data-v-8b387cdb] {
2373
+ .filter-condition[data-v-32fe836f] {
2374
2374
  padding: 0.2em;
2375
2375
  border-radius: 0.3em;
2376
2376
  background: var(--bg1, #fff);
2377
2377
  border: 1px solid rgba(0, 0, 0, 0.1);
2378
2378
  margin: 0.2em 0.5em;
2379
2379
  }
2380
- label[data-v-8b387cdb] {
2380
+ label[data-v-32fe836f] {
2381
2381
  display: block;
2382
2382
  text-transform: uppercase;
2383
2383
  font-weight: 700;
@@ -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-478e89d4] {
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-478e89d4] {
3416
+ .intent-submit[data-v-adb18264] {
3417
3417
  margin-top: 1em;
3418
3418
  }
3419
- [tooltip][data-v-478e89d4] {
3419
+ [tooltip][data-v-adb18264] {
3420
3420
  position: relative;
3421
3421
  cursor: help;
3422
3422
  display: block;
3423
3423
  }
3424
- [tooltip][data-v-478e89d4]:after {
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-478e89d4]:hover:after {
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-478e89d4] {
3446
+ .multistep-form-wrapper[data-v-adb18264] {
3447
3447
  display: grid;
3448
3448
  position: relative;
3449
3449
  }
3450
- .multistep-form-section[data-v-478e89d4] {
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-478e89d4] button {
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-478e89d4] button:nth-child(1) {
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-478e89d4] button:nth-child(2) {
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-478e89d4] button:nth-child(3) {
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-478e89d4] button:nth-child(4) {
3471
+ .multistep-form-section[data-v-adb18264] button:nth-child(4) {
3472
3472
  transition-delay: 1s;
3473
3473
  }
3474
- .multistep-form-section[data-v-478e89d4] button:nth-child(5) {
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-478e89d4] button:nth-child(6) {
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-478e89d4] button:nth-child(7) {
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-478e89d4] button:nth-child(8) {
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-478e89d4] button:nth-child(9) {
3486
+ .multistep-form-section[data-v-adb18264] button:nth-child(9) {
3487
3487
  transition-delay: 2s;
3488
3488
  }
3489
- .multistep-form-section[data-v-478e89d4] button:nth-child(10) {
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-478e89d4] {
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-478e89d4] button {
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-478e89d4] {
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-478e89d4] button {
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-478e89d4] {
3513
+ .multistep-form-section.past[data-v-adb18264] {
3514
3514
  translate: -3em 0;
3515
3515
  }
3516
- .multistep-form-section.future[data-v-478e89d4] {
3516
+ .multistep-form-section.future[data-v-adb18264] {
3517
3517
  translate: 3em 0;
3518
3518
  }
3519
3519
  .basic-input-style[data-v-0fd69158] {
@@ -3626,18 +3626,18 @@ td[data-v-f5a130e8]:first-child {
3626
3626
  opacity: 0.5;
3627
3627
  font-size: 0.8em;
3628
3628
  }
3629
- .basic-input-style[data-v-9d9ab7a3] {
3629
+ .basic-input-style[data-v-be1fe4b0] {
3630
3630
  color: inherit;
3631
3631
  background: color-mix(in lab, currentColor 4%, transparent);
3632
3632
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3633
3633
  }
3634
- .content-browser[data-v-9d9ab7a3] {
3634
+ .content-browser[data-v-be1fe4b0] {
3635
3635
  position: relative;
3636
3636
  }
3637
- .loading[data-v-9d9ab7a3] {
3637
+ .loading[data-v-be1fe4b0] {
3638
3638
  opacity: 0.5;
3639
3639
  }
3640
- .filter-column[data-v-9d9ab7a3] {
3640
+ .filter-column[data-v-be1fe4b0] {
3641
3641
  padding: 1em;
3642
3642
  background: color-mix(in lab, #000 1%, transparent);
3643
3643
  border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
@@ -3646,27 +3646,27 @@ td[data-v-f5a130e8]:first-child {
3646
3646
  flex: none;
3647
3647
  font-size: clamp(13px, 0.8em, 17px);
3648
3648
  }
3649
- .large-icon[data-v-9d9ab7a3] {
3649
+ .large-icon[data-v-be1fe4b0] {
3650
3650
  font-size: 6em;
3651
3651
  margin-bottom: 1rem;
3652
3652
  opacity: 0.5;
3653
3653
  }
3654
- .column-panel[data-v-9d9ab7a3] {
3654
+ .column-panel[data-v-be1fe4b0] {
3655
3655
  background: #fff;
3656
3656
  font-size: 0.9em;
3657
3657
  }
3658
- .empty[data-v-9d9ab7a3] {
3658
+ .empty[data-v-be1fe4b0] {
3659
3659
  background: rgba(0, 0, 0, 0.05);
3660
3660
  text-align: center;
3661
3661
  white-space: pre-line;
3662
3662
  align-items: center;
3663
3663
  justify-content: center;
3664
3664
  }
3665
- .empty .panel[data-v-9d9ab7a3] {
3665
+ .empty .panel[data-v-be1fe4b0] {
3666
3666
  max-width: 400px;
3667
3667
  background: var(--bg1, #fff);
3668
3668
  }
3669
- .footer[data-v-9d9ab7a3] {
3669
+ .footer[data-v-be1fe4b0] {
3670
3670
  padding: 0.5em 1em;
3671
3671
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
3672
3672
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.298",
3
+ "version": "0.2.301",
4
4
  "files": [
5
5
  "dist"
6
6
  ],