@qikdev/vue-ui 0.2.272 → 0.2.276
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 +497 -433
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +587 -533
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +139 -74
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -173,23 +173,23 @@
|
|
|
173
173
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
|
-
.basic-input-style[data-v-
|
|
176
|
+
.basic-input-style[data-v-1d7eba43] {
|
|
177
177
|
color: inherit;
|
|
178
178
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
179
179
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
180
180
|
}
|
|
181
|
-
.ux-tabset[data-v-
|
|
181
|
+
.ux-tabset[data-v-1d7eba43] {
|
|
182
182
|
flex: 1;
|
|
183
183
|
overflow: hidden;
|
|
184
184
|
}
|
|
185
|
-
.ux-tabset.horizontal[data-v-
|
|
185
|
+
.ux-tabset.horizontal[data-v-1d7eba43] {
|
|
186
186
|
display: flex;
|
|
187
187
|
flex-direction: column;
|
|
188
188
|
}
|
|
189
|
-
.ux-tabset.horizontal.block > .tabset-menu[data-v-
|
|
189
|
+
.ux-tabset.horizontal.block > .tabset-menu[data-v-1d7eba43] {
|
|
190
190
|
background: color-mix(in lab, currentColor 7%, transparent);
|
|
191
191
|
}
|
|
192
|
-
.ux-tabset.horizontal.block > .tabset-menu a[data-v-
|
|
192
|
+
.ux-tabset.horizontal.block > .tabset-menu a[data-v-1d7eba43] {
|
|
193
193
|
display: block;
|
|
194
194
|
padding: 1em;
|
|
195
195
|
cursor: pointer;
|
|
@@ -200,18 +200,18 @@
|
|
|
200
200
|
flex: 1;
|
|
201
201
|
align-items: center;
|
|
202
202
|
}
|
|
203
|
-
.ux-tabset.horizontal.block > .tabset-menu a[data-v-
|
|
203
|
+
.ux-tabset.horizontal.block > .tabset-menu a[data-v-1d7eba43]:hover {
|
|
204
204
|
color: color-mix(in lab, currentColor 60%, transparent);
|
|
205
205
|
}
|
|
206
|
-
.ux-tabset.horizontal.block > .tabset-menu a.active[data-v-
|
|
206
|
+
.ux-tabset.horizontal.block > .tabset-menu a.active[data-v-1d7eba43] {
|
|
207
207
|
background: var(--bg1, #fff);
|
|
208
208
|
color: var(--primary);
|
|
209
209
|
border-top: 3px solid var(--primary);
|
|
210
210
|
}
|
|
211
|
-
.ux-tabset.horizontal.inline > .tabset-menu[data-v-
|
|
211
|
+
.ux-tabset.horizontal.inline > .tabset-menu[data-v-1d7eba43] {
|
|
212
212
|
overflow-x: auto;
|
|
213
213
|
}
|
|
214
|
-
.ux-tabset.horizontal.inline > .tabset-menu a[data-v-
|
|
214
|
+
.ux-tabset.horizontal.inline > .tabset-menu a[data-v-1d7eba43] {
|
|
215
215
|
display: block;
|
|
216
216
|
padding: 1em 0;
|
|
217
217
|
margin: 0 1.5em 0 0;
|
|
@@ -224,20 +224,20 @@
|
|
|
224
224
|
white-space: nowrap;
|
|
225
225
|
text-overflow: ellipsis;
|
|
226
226
|
}
|
|
227
|
-
.ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-
|
|
227
|
+
.ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-1d7eba43] {
|
|
228
228
|
opacity: 1;
|
|
229
229
|
border-bottom: 3px solid var(--primary);
|
|
230
230
|
}
|
|
231
|
-
.ux-tabset.vertical[data-v-
|
|
231
|
+
.ux-tabset.vertical[data-v-1d7eba43] {
|
|
232
232
|
display: flex;
|
|
233
233
|
flex-direction: row;
|
|
234
234
|
}
|
|
235
|
-
.ux-tabset.vertical > .tabset-menu[data-v-
|
|
236
|
-
max-width:
|
|
235
|
+
.ux-tabset.vertical > .tabset-menu[data-v-1d7eba43] {
|
|
236
|
+
max-width: 150px;
|
|
237
237
|
min-width: 100px;
|
|
238
238
|
background: color-mix(in lab, currentColor 7%, transparent);
|
|
239
239
|
}
|
|
240
|
-
.ux-tabset.vertical > .tabset-menu a[data-v-
|
|
240
|
+
.ux-tabset.vertical > .tabset-menu a[data-v-1d7eba43] {
|
|
241
241
|
display: block;
|
|
242
242
|
padding: 1em;
|
|
243
243
|
cursor: pointer;
|
|
@@ -245,10 +245,10 @@
|
|
|
245
245
|
font-weight: 700;
|
|
246
246
|
border-left: 3px solid transparent;
|
|
247
247
|
}
|
|
248
|
-
.ux-tabset.vertical > .tabset-menu a[data-v-
|
|
248
|
+
.ux-tabset.vertical > .tabset-menu a[data-v-1d7eba43]:hover {
|
|
249
249
|
color: color-mix(in lab, currentColor 60%, transparent);
|
|
250
250
|
}
|
|
251
|
-
.ux-tabset.vertical > .tabset-menu a.active[data-v-
|
|
251
|
+
.ux-tabset.vertical > .tabset-menu a.active[data-v-1d7eba43] {
|
|
252
252
|
background: var(--bg1, #fff);
|
|
253
253
|
color: var(--primary);
|
|
254
254
|
border-left: 3px solid var(--primary);
|
|
@@ -578,22 +578,22 @@ td.failed .pill[data-v-bec5c4d1] {
|
|
|
578
578
|
background: none;
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
.basic-input-style[data-v-
|
|
581
|
+
.basic-input-style[data-v-206fbd94] {
|
|
582
582
|
color: inherit;
|
|
583
583
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
584
584
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
585
585
|
}
|
|
586
|
-
td[data-v-
|
|
586
|
+
td[data-v-206fbd94] {
|
|
587
587
|
line-height: 1.4em !important;
|
|
588
588
|
}
|
|
589
|
-
.title[data-v-
|
|
589
|
+
.title[data-v-206fbd94] {
|
|
590
590
|
font-weight: 700;
|
|
591
591
|
font-size: 1.1em;
|
|
592
592
|
white-space: nowrap;
|
|
593
593
|
text-overflow: ellipsis;
|
|
594
594
|
overflow: hidden;
|
|
595
595
|
}
|
|
596
|
-
.subtitle[data-v-
|
|
596
|
+
.subtitle[data-v-206fbd94] {
|
|
597
597
|
font-size: 0.9em;
|
|
598
598
|
opacity: 0.5;
|
|
599
599
|
}
|
|
@@ -1640,68 +1640,130 @@ input[data-v-4bea995b]:focus {
|
|
|
1640
1640
|
bottom: 0;
|
|
1641
1641
|
right: 0;
|
|
1642
1642
|
}
|
|
1643
|
-
.basic-input-style[data-v-
|
|
1643
|
+
.basic-input-style[data-v-df4b8b3a] {
|
|
1644
1644
|
color: inherit;
|
|
1645
1645
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1646
1646
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1647
1647
|
}
|
|
1648
|
-
.content-item[data-v-
|
|
1648
|
+
.content-item[data-v-df4b8b3a] {
|
|
1649
1649
|
padding: 0.5em 0.8em;
|
|
1650
1650
|
border-radius: 0.3em;
|
|
1651
1651
|
cursor: pointer;
|
|
1652
1652
|
margin-bottom: 1px;
|
|
1653
1653
|
}
|
|
1654
|
-
.content-item .item-summary[data-v-
|
|
1654
|
+
.content-item .item-summary[data-v-df4b8b3a] {
|
|
1655
1655
|
opacity: 0.5;
|
|
1656
1656
|
font-size: 0.9em;
|
|
1657
1657
|
}
|
|
1658
|
-
.content-item .item-title[data-v-
|
|
1658
|
+
.content-item .item-title[data-v-df4b8b3a] {
|
|
1659
1659
|
font-weight: 500;
|
|
1660
1660
|
}
|
|
1661
1661
|
@media (prefers-color-scheme: light) {
|
|
1662
|
-
.content-item[data-v-
|
|
1662
|
+
.content-item[data-v-df4b8b3a] {
|
|
1663
1663
|
background: var(--bg1, #fff);
|
|
1664
1664
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1665
1665
|
}
|
|
1666
1666
|
}
|
|
1667
1667
|
@media (prefers-color-scheme: dark) {
|
|
1668
|
-
.content-item[data-v-
|
|
1668
|
+
.content-item[data-v-df4b8b3a] {
|
|
1669
1669
|
background: color-mix(in lab, #000 1%, transparent);
|
|
1670
1670
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
|
-
.content-item[data-v-
|
|
1673
|
+
.content-item[data-v-df4b8b3a]:last-child {
|
|
1674
1674
|
margin-bottom: 0;
|
|
1675
1675
|
}
|
|
1676
|
-
.content-item .text[data-v-
|
|
1676
|
+
.content-item.deleted .text[data-v-df4b8b3a] {
|
|
1677
|
+
color: var(--error, red);
|
|
1678
|
+
text-decoration: line-through;
|
|
1679
|
+
}
|
|
1680
|
+
.content-item.inactive .text[data-v-df4b8b3a] {
|
|
1681
|
+
opacity: 0.5;
|
|
1682
|
+
}
|
|
1683
|
+
.content-item .text[data-v-df4b8b3a] {
|
|
1677
1684
|
overflow: hidden;
|
|
1678
1685
|
text-overflow: ellipsis;
|
|
1679
1686
|
white-space: pre-line;
|
|
1680
1687
|
}
|
|
1681
|
-
.content-item .icon-wrapper[data-v-
|
|
1688
|
+
.content-item .icon-wrapper[data-v-df4b8b3a] {
|
|
1682
1689
|
width: 25px;
|
|
1683
1690
|
font-size: 20px;
|
|
1684
1691
|
text-align: center;
|
|
1685
1692
|
}
|
|
1686
|
-
.content-item .icon-wrapper.complete[data-v-
|
|
1693
|
+
.content-item .icon-wrapper.complete[data-v-df4b8b3a] {
|
|
1687
1694
|
color: var(--success, green);
|
|
1688
1695
|
}
|
|
1689
|
-
.content-item .icon-wrapper.pending[data-v-
|
|
1696
|
+
.content-item .icon-wrapper.pending[data-v-df4b8b3a] {
|
|
1690
1697
|
color: var(--warning, orange);
|
|
1691
1698
|
}
|
|
1692
|
-
.content-item .image-wrapper[data-v-
|
|
1699
|
+
.content-item .image-wrapper[data-v-df4b8b3a] {
|
|
1693
1700
|
width: 50px;
|
|
1694
1701
|
}
|
|
1695
|
-
.content-item .image-wrapper.profile[data-v-
|
|
1702
|
+
.content-item .image-wrapper.profile[data-v-df4b8b3a] {
|
|
1696
1703
|
width: 40px;
|
|
1697
1704
|
height: 40px;
|
|
1698
1705
|
background: rgba(0, 0, 0, 0.1);
|
|
1699
1706
|
border-radius: 100%;
|
|
1700
1707
|
}
|
|
1701
|
-
.content-item[data-v-
|
|
1708
|
+
.content-item[data-v-df4b8b3a]:hover {
|
|
1702
1709
|
cursor: pointer;
|
|
1703
1710
|
background: color-mix(in lab, currentColor 2%, transparent);
|
|
1704
1711
|
}
|
|
1712
|
+
.content-item .pill[data-v-df4b8b3a] {
|
|
1713
|
+
border-radius: 3em;
|
|
1714
|
+
padding: 0.3em 0.6em;
|
|
1715
|
+
display: block;
|
|
1716
|
+
text-transform: uppercase;
|
|
1717
|
+
font-weight: 700;
|
|
1718
|
+
letter-spacing: 0.05em;
|
|
1719
|
+
font-size: 0.7em;
|
|
1720
|
+
background: color-mix(in lab, currentColor 10%, transparent);
|
|
1721
|
+
color: color-mix(in lab, currentColor, transparent);
|
|
1722
|
+
border: 1px solid;
|
|
1723
|
+
}
|
|
1724
|
+
.content-item .pill.live[data-v-df4b8b3a],
|
|
1725
|
+
.content-item .pill.success[data-v-df4b8b3a],
|
|
1726
|
+
.content-item .pill.paid[data-v-df4b8b3a],
|
|
1727
|
+
.content-item .pill.active[data-v-df4b8b3a] {
|
|
1728
|
+
background: #e0f3bf;
|
|
1729
|
+
color: #569e2f;
|
|
1730
|
+
}
|
|
1731
|
+
@media (prefers-color-scheme: dark) {
|
|
1732
|
+
.content-item .pill.live[data-v-df4b8b3a],
|
|
1733
|
+
.content-item .pill.success[data-v-df4b8b3a],
|
|
1734
|
+
.content-item .pill.paid[data-v-df4b8b3a],
|
|
1735
|
+
.content-item .pill.active[data-v-df4b8b3a] {
|
|
1736
|
+
background: none;
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
.content-item .pill.sandbox[data-v-df4b8b3a],
|
|
1740
|
+
.content-item .pill.pending[data-v-df4b8b3a],
|
|
1741
|
+
.content-item .pill.cancelling[data-v-df4b8b3a] {
|
|
1742
|
+
background: #fbecbb;
|
|
1743
|
+
color: #d17a0e;
|
|
1744
|
+
}
|
|
1745
|
+
@media (prefers-color-scheme: dark) {
|
|
1746
|
+
.content-item .pill.sandbox[data-v-df4b8b3a],
|
|
1747
|
+
.content-item .pill.pending[data-v-df4b8b3a],
|
|
1748
|
+
.content-item .pill.cancelling[data-v-df4b8b3a] {
|
|
1749
|
+
background: none;
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
.content-item .pill.error[data-v-df4b8b3a],
|
|
1753
|
+
.content-item .pill.unpaid[data-v-df4b8b3a],
|
|
1754
|
+
.content-item .pill.deleted[data-v-df4b8b3a],
|
|
1755
|
+
.content-item .pill.failed[data-v-df4b8b3a] {
|
|
1756
|
+
background: #ffdddd;
|
|
1757
|
+
color: #b14e4e;
|
|
1758
|
+
}
|
|
1759
|
+
@media (prefers-color-scheme: dark) {
|
|
1760
|
+
.content-item .pill.error[data-v-df4b8b3a],
|
|
1761
|
+
.content-item .pill.unpaid[data-v-df4b8b3a],
|
|
1762
|
+
.content-item .pill.deleted[data-v-df4b8b3a],
|
|
1763
|
+
.content-item .pill.failed[data-v-df4b8b3a] {
|
|
1764
|
+
background: none;
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1705
1767
|
.basic-input-style[data-v-38242855],
|
|
1706
1768
|
input[data-v-38242855] {
|
|
1707
1769
|
color: inherit;
|
|
@@ -1893,32 +1955,35 @@ input[data-v-38242855]:focus {
|
|
|
1893
1955
|
.empty-text[data-v-70c07a8e] {
|
|
1894
1956
|
opacity: 0.5;
|
|
1895
1957
|
}
|
|
1896
|
-
.basic-input-style[data-v-
|
|
1958
|
+
.basic-input-style[data-v-13dbe8a6] {
|
|
1897
1959
|
color: inherit;
|
|
1898
1960
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1899
1961
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1900
1962
|
}
|
|
1901
|
-
.
|
|
1963
|
+
.invisible[data-v-13dbe8a6] {
|
|
1964
|
+
display: none;
|
|
1965
|
+
}
|
|
1966
|
+
.circles[data-v-13dbe8a6] {
|
|
1902
1967
|
display: inline-block;
|
|
1903
1968
|
margin-right: 0.5em;
|
|
1904
1969
|
}
|
|
1905
|
-
.circles[data-v-
|
|
1970
|
+
.circles[data-v-13dbe8a6]:empty {
|
|
1906
1971
|
display: none;
|
|
1907
1972
|
}
|
|
1908
|
-
.circles[data-v-
|
|
1973
|
+
.circles[data-v-13dbe8a6] .ux-circle {
|
|
1909
1974
|
margin-left: -0.35em;
|
|
1910
1975
|
}
|
|
1911
|
-
.circles[data-v-
|
|
1976
|
+
.circles[data-v-13dbe8a6] .ux-circle:first-child {
|
|
1912
1977
|
margin-left: 0;
|
|
1913
1978
|
}
|
|
1914
|
-
[data-v-
|
|
1979
|
+
[data-v-13dbe8a6] .ux-btn-text {
|
|
1915
1980
|
white-space: nowrap;
|
|
1916
1981
|
text-overflow: ellipsis;
|
|
1917
1982
|
overflow: hidden;
|
|
1918
1983
|
max-width: 150px;
|
|
1919
1984
|
display: block;
|
|
1920
1985
|
}
|
|
1921
|
-
.empty-text[data-v-
|
|
1986
|
+
.empty-text[data-v-13dbe8a6] {
|
|
1922
1987
|
opacity: 0.5;
|
|
1923
1988
|
}
|
|
1924
1989
|
.basic-input-style[data-v-6361df61] {
|
|
@@ -3307,20 +3372,20 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3307
3372
|
flex: none;
|
|
3308
3373
|
width: 100%;
|
|
3309
3374
|
}
|
|
3310
|
-
.basic-input-style[data-v-
|
|
3375
|
+
.basic-input-style[data-v-478e89d4] {
|
|
3311
3376
|
color: inherit;
|
|
3312
3377
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3313
3378
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3314
3379
|
}
|
|
3315
|
-
.intent-submit[data-v-
|
|
3380
|
+
.intent-submit[data-v-478e89d4] {
|
|
3316
3381
|
margin-top: 1em;
|
|
3317
3382
|
}
|
|
3318
|
-
[tooltip][data-v-
|
|
3383
|
+
[tooltip][data-v-478e89d4] {
|
|
3319
3384
|
position: relative;
|
|
3320
3385
|
cursor: help;
|
|
3321
3386
|
display: block;
|
|
3322
3387
|
}
|
|
3323
|
-
[tooltip][data-v-
|
|
3388
|
+
[tooltip][data-v-478e89d4]:after {
|
|
3324
3389
|
position: absolute;
|
|
3325
3390
|
opacity: 0;
|
|
3326
3391
|
pointer-events: none;
|
|
@@ -3337,58 +3402,58 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3337
3402
|
transform: translateY(-20px);
|
|
3338
3403
|
transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3339
3404
|
}
|
|
3340
|
-
[tooltip][data-v-
|
|
3405
|
+
[tooltip][data-v-478e89d4]:hover:after {
|
|
3341
3406
|
opacity: 1;
|
|
3342
3407
|
transform: translateY(0);
|
|
3343
3408
|
transition-duration: 0.3s;
|
|
3344
3409
|
}
|
|
3345
|
-
.multistep-form-wrapper[data-v-
|
|
3410
|
+
.multistep-form-wrapper[data-v-478e89d4] {
|
|
3346
3411
|
display: grid;
|
|
3347
3412
|
position: relative;
|
|
3348
3413
|
}
|
|
3349
|
-
.multistep-form-section[data-v-
|
|
3414
|
+
.multistep-form-section[data-v-478e89d4] {
|
|
3350
3415
|
transition:
|
|
3351
3416
|
opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3352
3417
|
translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3353
3418
|
opacity: 0;
|
|
3354
3419
|
grid-area: 1/1/2/2;
|
|
3355
3420
|
}
|
|
3356
|
-
.multistep-form-section[data-v-
|
|
3421
|
+
.multistep-form-section[data-v-478e89d4] button {
|
|
3357
3422
|
transition:
|
|
3358
3423
|
opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3359
3424
|
translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3360
3425
|
}
|
|
3361
|
-
.multistep-form-section[data-v-
|
|
3426
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(1) {
|
|
3362
3427
|
transition-delay: 0.4s;
|
|
3363
3428
|
}
|
|
3364
|
-
.multistep-form-section[data-v-
|
|
3429
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(2) {
|
|
3365
3430
|
transition-delay: 0.6s;
|
|
3366
3431
|
}
|
|
3367
|
-
.multistep-form-section[data-v-
|
|
3432
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(3) {
|
|
3368
3433
|
transition-delay: 0.8s;
|
|
3369
3434
|
}
|
|
3370
|
-
.multistep-form-section[data-v-
|
|
3435
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(4) {
|
|
3371
3436
|
transition-delay: 1s;
|
|
3372
3437
|
}
|
|
3373
|
-
.multistep-form-section[data-v-
|
|
3438
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(5) {
|
|
3374
3439
|
transition-delay: 1.2s;
|
|
3375
3440
|
}
|
|
3376
|
-
.multistep-form-section[data-v-
|
|
3441
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(6) {
|
|
3377
3442
|
transition-delay: 1.4s;
|
|
3378
3443
|
}
|
|
3379
|
-
.multistep-form-section[data-v-
|
|
3444
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(7) {
|
|
3380
3445
|
transition-delay: 1.6s;
|
|
3381
3446
|
}
|
|
3382
|
-
.multistep-form-section[data-v-
|
|
3447
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(8) {
|
|
3383
3448
|
transition-delay: 1.8s;
|
|
3384
3449
|
}
|
|
3385
|
-
.multistep-form-section[data-v-
|
|
3450
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(9) {
|
|
3386
3451
|
transition-delay: 2s;
|
|
3387
3452
|
}
|
|
3388
|
-
.multistep-form-section[data-v-
|
|
3453
|
+
.multistep-form-section[data-v-478e89d4] button:nth-child(10) {
|
|
3389
3454
|
transition-delay: 2.2s;
|
|
3390
3455
|
}
|
|
3391
|
-
.multistep-form-section.inactive[data-v-
|
|
3456
|
+
.multistep-form-section.inactive[data-v-478e89d4] {
|
|
3392
3457
|
pointer-events: none;
|
|
3393
3458
|
opacity: 0;
|
|
3394
3459
|
position: absolute;
|
|
@@ -3396,23 +3461,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3396
3461
|
left: 0;
|
|
3397
3462
|
width: 100%;
|
|
3398
3463
|
}
|
|
3399
|
-
.multistep-form-section.inactive[data-v-
|
|
3464
|
+
.multistep-form-section.inactive[data-v-478e89d4] button {
|
|
3400
3465
|
opacity: 0;
|
|
3401
3466
|
translate: 0 2em;
|
|
3402
3467
|
}
|
|
3403
|
-
.multistep-form-section.active[data-v-
|
|
3468
|
+
.multistep-form-section.active[data-v-478e89d4] {
|
|
3404
3469
|
opacity: 1;
|
|
3405
3470
|
translate: 0 0;
|
|
3406
3471
|
position: relative;
|
|
3407
3472
|
}
|
|
3408
|
-
.multistep-form-section.active[data-v-
|
|
3473
|
+
.multistep-form-section.active[data-v-478e89d4] button {
|
|
3409
3474
|
opacity: 1;
|
|
3410
3475
|
translate: 0 0;
|
|
3411
3476
|
}
|
|
3412
|
-
.multistep-form-section.past[data-v-
|
|
3477
|
+
.multistep-form-section.past[data-v-478e89d4] {
|
|
3413
3478
|
translate: -3em 0;
|
|
3414
3479
|
}
|
|
3415
|
-
.multistep-form-section.future[data-v-
|
|
3480
|
+
.multistep-form-section.future[data-v-478e89d4] {
|
|
3416
3481
|
translate: 3em 0;
|
|
3417
3482
|
}
|
|
3418
3483
|
.basic-input-style[data-v-0fd69158] {
|
|
@@ -3514,18 +3579,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3514
3579
|
opacity: 0.5;
|
|
3515
3580
|
font-size: 0.8em;
|
|
3516
3581
|
}
|
|
3517
|
-
.basic-input-style[data-v-
|
|
3582
|
+
.basic-input-style[data-v-665d3903] {
|
|
3518
3583
|
color: inherit;
|
|
3519
3584
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3520
3585
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3521
3586
|
}
|
|
3522
|
-
.content-browser[data-v-
|
|
3587
|
+
.content-browser[data-v-665d3903] {
|
|
3523
3588
|
position: relative;
|
|
3524
3589
|
}
|
|
3525
|
-
.loading[data-v-
|
|
3590
|
+
.loading[data-v-665d3903] {
|
|
3526
3591
|
opacity: 0.5;
|
|
3527
3592
|
}
|
|
3528
|
-
.filter-column[data-v-
|
|
3593
|
+
.filter-column[data-v-665d3903] {
|
|
3529
3594
|
padding: 1em;
|
|
3530
3595
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3531
3596
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3534,27 +3599,27 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3534
3599
|
flex: none;
|
|
3535
3600
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3536
3601
|
}
|
|
3537
|
-
.large-icon[data-v-
|
|
3602
|
+
.large-icon[data-v-665d3903] {
|
|
3538
3603
|
font-size: 6em;
|
|
3539
3604
|
margin-bottom: 1rem;
|
|
3540
3605
|
opacity: 0.5;
|
|
3541
3606
|
}
|
|
3542
|
-
.column-panel[data-v-
|
|
3607
|
+
.column-panel[data-v-665d3903] {
|
|
3543
3608
|
background: #fff;
|
|
3544
3609
|
font-size: 0.9em;
|
|
3545
3610
|
}
|
|
3546
|
-
.empty[data-v-
|
|
3611
|
+
.empty[data-v-665d3903] {
|
|
3547
3612
|
background: rgba(0, 0, 0, 0.05);
|
|
3548
3613
|
text-align: center;
|
|
3549
3614
|
white-space: pre-line;
|
|
3550
3615
|
align-items: center;
|
|
3551
3616
|
justify-content: center;
|
|
3552
3617
|
}
|
|
3553
|
-
.empty .panel[data-v-
|
|
3618
|
+
.empty .panel[data-v-665d3903] {
|
|
3554
3619
|
max-width: 400px;
|
|
3555
3620
|
background: var(--bg1, #fff);
|
|
3556
3621
|
}
|
|
3557
|
-
.footer[data-v-
|
|
3622
|
+
.footer[data-v-665d3903] {
|
|
3558
3623
|
padding: 0.5em 1em;
|
|
3559
3624
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3560
3625
|
}
|