@qikdev/vue-ui 0.2.294 → 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 +3864 -3346
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3177 -2687
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +99 -54
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1766,16 +1766,16 @@ input[data-v-4bea995b]:focus {
|
|
|
1766
1766
|
background: none;
|
|
1767
1767
|
}
|
|
1768
1768
|
}
|
|
1769
|
-
.basic-input-style[data-v-
|
|
1770
|
-
input[data-v-
|
|
1769
|
+
.basic-input-style[data-v-d4d8c9fc],
|
|
1770
|
+
input[data-v-d4d8c9fc] {
|
|
1771
1771
|
color: inherit;
|
|
1772
1772
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1773
1773
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1774
1774
|
}
|
|
1775
|
-
.ux-text-row[data-v-
|
|
1775
|
+
.ux-text-row[data-v-d4d8c9fc] {
|
|
1776
1776
|
margin-bottom: 0.5em;
|
|
1777
1777
|
}
|
|
1778
|
-
input[data-v-
|
|
1778
|
+
input[data-v-d4d8c9fc] {
|
|
1779
1779
|
border-radius: 0.1em;
|
|
1780
1780
|
padding: 0.5em;
|
|
1781
1781
|
box-sizing: border-box;
|
|
@@ -1784,46 +1784,46 @@ input[data-v-38242855] {
|
|
|
1784
1784
|
line-height: 1;
|
|
1785
1785
|
height: 2.5em;
|
|
1786
1786
|
}
|
|
1787
|
-
input[data-v-
|
|
1787
|
+
input[data-v-d4d8c9fc]:focus {
|
|
1788
1788
|
background: none;
|
|
1789
1789
|
border: 1px solid var(--primary);
|
|
1790
1790
|
outline: none;
|
|
1791
1791
|
}
|
|
1792
|
-
.ux-text-row .ux-btn[data-v-
|
|
1792
|
+
.ux-text-row .ux-btn[data-v-d4d8c9fc] {
|
|
1793
1793
|
margin-left: 0.25em;
|
|
1794
1794
|
}
|
|
1795
|
-
.ux-text-input-multiple[data-v-
|
|
1795
|
+
.ux-text-input-multiple[data-v-d4d8c9fc] {
|
|
1796
1796
|
width: 100%;
|
|
1797
1797
|
}
|
|
1798
|
-
.ux-text-input-single[data-v-
|
|
1798
|
+
.ux-text-input-single[data-v-d4d8c9fc] {
|
|
1799
1799
|
width: calc(100% - 0.5em);
|
|
1800
1800
|
margin: 0 0.5em 0 0;
|
|
1801
1801
|
}
|
|
1802
|
-
.items[data-v-
|
|
1802
|
+
.items[data-v-d4d8c9fc] {
|
|
1803
1803
|
border-radius: 0.3em;
|
|
1804
1804
|
overflow: hidden;
|
|
1805
1805
|
margin-bottom: 0.5em;
|
|
1806
1806
|
}
|
|
1807
1807
|
@media (prefers-color-scheme: light) {
|
|
1808
|
-
.items[data-v-
|
|
1808
|
+
.items[data-v-d4d8c9fc] {
|
|
1809
1809
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1810
1810
|
}
|
|
1811
1811
|
}
|
|
1812
1812
|
@media (prefers-color-scheme: dark) {
|
|
1813
|
-
.items[data-v-
|
|
1813
|
+
.items[data-v-d4d8c9fc] {
|
|
1814
1814
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1815
1815
|
}
|
|
1816
1816
|
}
|
|
1817
|
-
.items .content-item[data-v-
|
|
1817
|
+
.items .content-item[data-v-d4d8c9fc] {
|
|
1818
1818
|
border: none;
|
|
1819
1819
|
}
|
|
1820
1820
|
@media (prefers-color-scheme: light) {
|
|
1821
|
-
.items .content-item[data-v-
|
|
1821
|
+
.items .content-item[data-v-d4d8c9fc] {
|
|
1822
1822
|
border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1823
1823
|
}
|
|
1824
1824
|
}
|
|
1825
1825
|
@media (prefers-color-scheme: dark) {
|
|
1826
|
-
.items .content-item[data-v-
|
|
1826
|
+
.items .content-item[data-v-d4d8c9fc] {
|
|
1827
1827
|
border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1828
1828
|
}
|
|
1829
1829
|
}
|
|
@@ -2154,18 +2154,18 @@ input[data-v-da2ca789]:focus {
|
|
|
2154
2154
|
.ux-text-input-single[data-v-da2ca789] {
|
|
2155
2155
|
width: 100%;
|
|
2156
2156
|
}
|
|
2157
|
-
.basic-input-style[data-v-
|
|
2158
|
-
.ux-textarea[data-v-
|
|
2159
|
-
textarea[data-v-
|
|
2157
|
+
.basic-input-style[data-v-18c18ffb],
|
|
2158
|
+
.ux-textarea[data-v-18c18ffb],
|
|
2159
|
+
textarea[data-v-18c18ffb] {
|
|
2160
2160
|
color: inherit;
|
|
2161
2161
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2162
2162
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2163
2163
|
}
|
|
2164
|
-
.ux-text-row[data-v-
|
|
2164
|
+
.ux-text-row[data-v-18c18ffb] {
|
|
2165
2165
|
margin-bottom: 0.5em;
|
|
2166
2166
|
}
|
|
2167
|
-
.ux-textarea[data-v-
|
|
2168
|
-
textarea[data-v-
|
|
2167
|
+
.ux-textarea[data-v-18c18ffb],
|
|
2168
|
+
textarea[data-v-18c18ffb] {
|
|
2169
2169
|
border-radius: 0.1em;
|
|
2170
2170
|
padding: 0.5em;
|
|
2171
2171
|
box-sizing: border-box;
|
|
@@ -2177,17 +2177,17 @@ textarea[data-v-251e7614] {
|
|
|
2177
2177
|
resize: vertical;
|
|
2178
2178
|
overflow: hidden;
|
|
2179
2179
|
}
|
|
2180
|
-
.ux-textarea[data-v-
|
|
2181
|
-
textarea[data-v-
|
|
2180
|
+
.ux-textarea[data-v-18c18ffb]:focus,
|
|
2181
|
+
textarea[data-v-18c18ffb]:focus {
|
|
2182
2182
|
background: none;
|
|
2183
2183
|
border: 1px solid var(--primary);
|
|
2184
2184
|
outline: none;
|
|
2185
2185
|
}
|
|
2186
|
-
.ux-text-row .ux-btn[data-v-
|
|
2186
|
+
.ux-text-row .ux-btn[data-v-18c18ffb] {
|
|
2187
2187
|
margin-left: 0.25em;
|
|
2188
2188
|
}
|
|
2189
|
-
.ux-text-area-multiple[data-v-
|
|
2190
|
-
.ux-text-area-single[data-v-
|
|
2189
|
+
.ux-text-area-multiple[data-v-18c18ffb],
|
|
2190
|
+
.ux-text-area-single[data-v-18c18ffb] {
|
|
2191
2191
|
width: 100%;
|
|
2192
2192
|
}
|
|
2193
2193
|
.basic-input-style[data-v-caf11f6c],
|
|
@@ -3162,6 +3162,40 @@ td[data-v-f5a130e8] {
|
|
|
3162
3162
|
td[data-v-f5a130e8]:first-child {
|
|
3163
3163
|
text-align: left;
|
|
3164
3164
|
}
|
|
3165
|
+
.basic-input-style[data-v-1476a328] {
|
|
3166
|
+
color: inherit;
|
|
3167
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3168
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3169
|
+
}
|
|
3170
|
+
.signature-container[data-v-1476a328] {
|
|
3171
|
+
position: relative;
|
|
3172
|
+
display: block;
|
|
3173
|
+
width: 100%;
|
|
3174
|
+
max-width: 500px;
|
|
3175
|
+
}
|
|
3176
|
+
.signature-canvas[data-v-1476a328] {
|
|
3177
|
+
width: 100%;
|
|
3178
|
+
height: auto;
|
|
3179
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3180
|
+
border-radius: 0.5em;
|
|
3181
|
+
background-color: var(--bg1, color-mix(in lab, currentColor 5%, transparent));
|
|
3182
|
+
color: inherit;
|
|
3183
|
+
cursor: crosshair;
|
|
3184
|
+
box-shadow: 0 0.1em 0.3em #0000001a;
|
|
3185
|
+
}
|
|
3186
|
+
.buttons[data-v-1476a328] {
|
|
3187
|
+
position: absolute;
|
|
3188
|
+
bottom: 1em;
|
|
3189
|
+
right: 0.5em;
|
|
3190
|
+
}
|
|
3191
|
+
.basic-input-style[data-v-d407e078] {
|
|
3192
|
+
color: inherit;
|
|
3193
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3194
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3195
|
+
}
|
|
3196
|
+
.ux-signature-row[data-v-d407e078] {
|
|
3197
|
+
margin-bottom: 0.5em;
|
|
3198
|
+
}
|
|
3165
3199
|
.basic-input-style[data-v-a9c5a05f] {
|
|
3166
3200
|
color: inherit;
|
|
3167
3201
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
@@ -3313,18 +3347,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3313
3347
|
border-color: var(--primary);
|
|
3314
3348
|
opacity: 0.5;
|
|
3315
3349
|
}
|
|
3316
|
-
.basic-input-style[data-v-
|
|
3350
|
+
.basic-input-style[data-v-bf1420b9] {
|
|
3317
3351
|
color: inherit;
|
|
3318
3352
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3319
3353
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3320
3354
|
}
|
|
3321
|
-
.ux-field[data-v-
|
|
3355
|
+
.ux-field[data-v-bf1420b9] {
|
|
3322
3356
|
margin-bottom: 1em;
|
|
3323
3357
|
}
|
|
3324
|
-
.ux-field.ux-layout-only[data-v-
|
|
3358
|
+
.ux-field.ux-layout-only[data-v-bf1420b9] {
|
|
3325
3359
|
margin-bottom: 0;
|
|
3326
3360
|
}
|
|
3327
|
-
.ux-field .ux-field-message[data-v-
|
|
3361
|
+
.ux-field .ux-field-message[data-v-bf1420b9] {
|
|
3328
3362
|
border: red;
|
|
3329
3363
|
background: rgba(255, 0, 0, 0.1);
|
|
3330
3364
|
color: red;
|
|
@@ -3334,23 +3368,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3334
3368
|
margin: 0.3em 0;
|
|
3335
3369
|
display: inline-block;
|
|
3336
3370
|
}
|
|
3337
|
-
[data-v-
|
|
3371
|
+
[data-v-bf1420b9] .ux-field-title {
|
|
3338
3372
|
margin-top: 0.5em;
|
|
3339
3373
|
display: block;
|
|
3340
3374
|
margin-bottom: 0.2em;
|
|
3341
3375
|
font-size: 0.9em;
|
|
3342
3376
|
font-weight: 700;
|
|
3343
3377
|
}
|
|
3344
|
-
.ux-field.ux-field-hide[data-v-
|
|
3378
|
+
.ux-field.ux-field-hide[data-v-bf1420b9] {
|
|
3345
3379
|
display: none !important;
|
|
3346
3380
|
margin: 0 !important;
|
|
3347
3381
|
}
|
|
3348
|
-
[data-v-
|
|
3382
|
+
[data-v-bf1420b9] .ux-field-description {
|
|
3349
3383
|
font-size: clamp(12px, 0.8em, 16px);
|
|
3350
3384
|
opacity: 0.5;
|
|
3351
3385
|
margin-bottom: 0.5em;
|
|
3352
3386
|
}
|
|
3353
|
-
.ux-field.ux-field-error[data-v-
|
|
3387
|
+
.ux-field.ux-field-error[data-v-bf1420b9] > .ux-field-title {
|
|
3354
3388
|
color: red;
|
|
3355
3389
|
}
|
|
3356
3390
|
.basic-input-style[data-v-f0b9d2cd] {
|
|
@@ -3501,28 +3535,28 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3501
3535
|
.ux-multi-group[data-v-cb997d0e] {
|
|
3502
3536
|
margin-bottom: 1em;
|
|
3503
3537
|
}
|
|
3504
|
-
.basic-input-style[data-v-
|
|
3538
|
+
.basic-input-style[data-v-dbcbddfd] {
|
|
3505
3539
|
color: inherit;
|
|
3506
3540
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3507
3541
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3508
3542
|
}
|
|
3509
|
-
.ux-empty[data-v-
|
|
3543
|
+
.ux-empty[data-v-dbcbddfd] {
|
|
3510
3544
|
display: none !important;
|
|
3511
3545
|
}
|
|
3512
|
-
.ux-field-render[data-v-
|
|
3546
|
+
.ux-field-render[data-v-dbcbddfd] {
|
|
3513
3547
|
margin-bottom: 1.5em;
|
|
3514
3548
|
}
|
|
3515
|
-
.ux-field-render.ux-layout-only[data-v-
|
|
3549
|
+
.ux-field-render.ux-layout-only[data-v-dbcbddfd] {
|
|
3516
3550
|
margin-bottom: 0;
|
|
3517
3551
|
}
|
|
3518
|
-
.ux-field-render.ux-layout-only > .ux-field-title[data-v-
|
|
3519
|
-
.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] {
|
|
3520
3554
|
display: none;
|
|
3521
3555
|
}
|
|
3522
|
-
[data-v-
|
|
3556
|
+
[data-v-dbcbddfd] table {
|
|
3523
3557
|
width: 100%;
|
|
3524
3558
|
}
|
|
3525
|
-
.ux-password-render input[data-v-
|
|
3559
|
+
.ux-password-render input[data-v-dbcbddfd] {
|
|
3526
3560
|
font-family: monospace;
|
|
3527
3561
|
width: 100%;
|
|
3528
3562
|
border-radius: 0.1em;
|
|
@@ -3536,24 +3570,35 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3536
3570
|
height: 2.5em;
|
|
3537
3571
|
color: inherit;
|
|
3538
3572
|
}
|
|
3539
|
-
.ux-password-render input[data-v-
|
|
3573
|
+
.ux-password-render input[data-v-dbcbddfd]:focus {
|
|
3540
3574
|
background: none;
|
|
3541
3575
|
border: 1px solid var(--primary);
|
|
3542
3576
|
outline: none;
|
|
3543
3577
|
}
|
|
3544
|
-
.
|
|
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] {
|
|
3545
3590
|
text-transform: uppercase;
|
|
3546
3591
|
opacity: 0.5;
|
|
3547
3592
|
font-size: 0.7em;
|
|
3548
3593
|
}
|
|
3549
|
-
[data-v-
|
|
3594
|
+
[data-v-dbcbddfd] .ux-field-title {
|
|
3550
3595
|
margin-top: 0.5em;
|
|
3551
3596
|
display: block;
|
|
3552
3597
|
margin-bottom: 0.2em;
|
|
3553
3598
|
font-weight: 400;
|
|
3554
3599
|
opacity: 0.5;
|
|
3555
3600
|
}
|
|
3556
|
-
[data-v-
|
|
3601
|
+
[data-v-dbcbddfd] .ux-field-description {
|
|
3557
3602
|
font-size: 0.7em;
|
|
3558
3603
|
opacity: 0.3;
|
|
3559
3604
|
font-style: italic;
|
|
@@ -3581,18 +3626,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3581
3626
|
opacity: 0.5;
|
|
3582
3627
|
font-size: 0.8em;
|
|
3583
3628
|
}
|
|
3584
|
-
.basic-input-style[data-v-
|
|
3629
|
+
.basic-input-style[data-v-9d9ab7a3] {
|
|
3585
3630
|
color: inherit;
|
|
3586
3631
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3587
3632
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3588
3633
|
}
|
|
3589
|
-
.content-browser[data-v-
|
|
3634
|
+
.content-browser[data-v-9d9ab7a3] {
|
|
3590
3635
|
position: relative;
|
|
3591
3636
|
}
|
|
3592
|
-
.loading[data-v-
|
|
3637
|
+
.loading[data-v-9d9ab7a3] {
|
|
3593
3638
|
opacity: 0.5;
|
|
3594
3639
|
}
|
|
3595
|
-
.filter-column[data-v-
|
|
3640
|
+
.filter-column[data-v-9d9ab7a3] {
|
|
3596
3641
|
padding: 1em;
|
|
3597
3642
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3598
3643
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3601,27 +3646,27 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3601
3646
|
flex: none;
|
|
3602
3647
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3603
3648
|
}
|
|
3604
|
-
.large-icon[data-v-
|
|
3649
|
+
.large-icon[data-v-9d9ab7a3] {
|
|
3605
3650
|
font-size: 6em;
|
|
3606
3651
|
margin-bottom: 1rem;
|
|
3607
3652
|
opacity: 0.5;
|
|
3608
3653
|
}
|
|
3609
|
-
.column-panel[data-v-
|
|
3654
|
+
.column-panel[data-v-9d9ab7a3] {
|
|
3610
3655
|
background: #fff;
|
|
3611
3656
|
font-size: 0.9em;
|
|
3612
3657
|
}
|
|
3613
|
-
.empty[data-v-
|
|
3658
|
+
.empty[data-v-9d9ab7a3] {
|
|
3614
3659
|
background: rgba(0, 0, 0, 0.05);
|
|
3615
3660
|
text-align: center;
|
|
3616
3661
|
white-space: pre-line;
|
|
3617
3662
|
align-items: center;
|
|
3618
3663
|
justify-content: center;
|
|
3619
3664
|
}
|
|
3620
|
-
.empty .panel[data-v-
|
|
3665
|
+
.empty .panel[data-v-9d9ab7a3] {
|
|
3621
3666
|
max-width: 400px;
|
|
3622
3667
|
background: var(--bg1, #fff);
|
|
3623
3668
|
}
|
|
3624
|
-
.footer[data-v-
|
|
3669
|
+
.footer[data-v-9d9ab7a3] {
|
|
3625
3670
|
padding: 0.5em 1em;
|
|
3626
3671
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3627
3672
|
}
|