@qikdev/vue-ui 0.2.293 → 0.2.297
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 +3083 -2616
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2545 -2113
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +81 -47
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -301,22 +301,22 @@ td.invalid[data-v-c62e82ec] {
|
|
|
301
301
|
text-decoration: line-through;
|
|
302
302
|
opacity: 0.3;
|
|
303
303
|
}
|
|
304
|
-
.basic-input-style[data-v-
|
|
304
|
+
.basic-input-style[data-v-3f8012f2] {
|
|
305
305
|
color: inherit;
|
|
306
306
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
307
307
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
308
308
|
}
|
|
309
|
-
td[data-v-
|
|
309
|
+
td[data-v-3f8012f2] {
|
|
310
310
|
width: 60px;
|
|
311
311
|
padding: 0.3em !important;
|
|
312
312
|
}
|
|
313
|
-
td .ux-btn[data-v-
|
|
313
|
+
td .ux-btn[data-v-3f8012f2] {
|
|
314
314
|
white-space: nowrap;
|
|
315
315
|
}
|
|
316
|
-
td .ux-image[data-v-
|
|
316
|
+
td .ux-image[data-v-3f8012f2] {
|
|
317
317
|
border-radius: 0.1em;
|
|
318
318
|
}
|
|
319
|
-
td[data-v-
|
|
319
|
+
td[data-v-3f8012f2] .ux-btn-text {
|
|
320
320
|
display: block;
|
|
321
321
|
white-space: nowrap;
|
|
322
322
|
}
|
|
@@ -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] {
|
|
@@ -3581,18 +3615,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3581
3615
|
opacity: 0.5;
|
|
3582
3616
|
font-size: 0.8em;
|
|
3583
3617
|
}
|
|
3584
|
-
.basic-input-style[data-v-
|
|
3618
|
+
.basic-input-style[data-v-9d9ab7a3] {
|
|
3585
3619
|
color: inherit;
|
|
3586
3620
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3587
3621
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3588
3622
|
}
|
|
3589
|
-
.content-browser[data-v-
|
|
3623
|
+
.content-browser[data-v-9d9ab7a3] {
|
|
3590
3624
|
position: relative;
|
|
3591
3625
|
}
|
|
3592
|
-
.loading[data-v-
|
|
3626
|
+
.loading[data-v-9d9ab7a3] {
|
|
3593
3627
|
opacity: 0.5;
|
|
3594
3628
|
}
|
|
3595
|
-
.filter-column[data-v-
|
|
3629
|
+
.filter-column[data-v-9d9ab7a3] {
|
|
3596
3630
|
padding: 1em;
|
|
3597
3631
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3598
3632
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3601,27 +3635,27 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3601
3635
|
flex: none;
|
|
3602
3636
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3603
3637
|
}
|
|
3604
|
-
.large-icon[data-v-
|
|
3638
|
+
.large-icon[data-v-9d9ab7a3] {
|
|
3605
3639
|
font-size: 6em;
|
|
3606
3640
|
margin-bottom: 1rem;
|
|
3607
3641
|
opacity: 0.5;
|
|
3608
3642
|
}
|
|
3609
|
-
.column-panel[data-v-
|
|
3643
|
+
.column-panel[data-v-9d9ab7a3] {
|
|
3610
3644
|
background: #fff;
|
|
3611
3645
|
font-size: 0.9em;
|
|
3612
3646
|
}
|
|
3613
|
-
.empty[data-v-
|
|
3647
|
+
.empty[data-v-9d9ab7a3] {
|
|
3614
3648
|
background: rgba(0, 0, 0, 0.05);
|
|
3615
3649
|
text-align: center;
|
|
3616
3650
|
white-space: pre-line;
|
|
3617
3651
|
align-items: center;
|
|
3618
3652
|
justify-content: center;
|
|
3619
3653
|
}
|
|
3620
|
-
.empty .panel[data-v-
|
|
3654
|
+
.empty .panel[data-v-9d9ab7a3] {
|
|
3621
3655
|
max-width: 400px;
|
|
3622
3656
|
background: var(--bg1, #fff);
|
|
3623
3657
|
}
|
|
3624
|
-
.footer[data-v-
|
|
3658
|
+
.footer[data-v-9d9ab7a3] {
|
|
3625
3659
|
padding: 0.5em 1em;
|
|
3626
3660
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3627
3661
|
}
|