@qikdev/vue-ui 0.2.297 → 0.2.298
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 +1154 -1103
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +982 -924
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +23 -12
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -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;
|