@qikdev/vue-ui 0.2.265 → 0.2.268
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 +340 -291
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +274 -221
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +60 -43
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -283,18 +283,21 @@ td .image-wrapper[data-v-794b199f] {
|
|
|
283
283
|
td .ux-image[data-v-794b199f] {
|
|
284
284
|
border-radius: 0.1em;
|
|
285
285
|
}
|
|
286
|
-
.basic-input-style[data-v-
|
|
286
|
+
.basic-input-style[data-v-c62e82ec] {
|
|
287
287
|
color: inherit;
|
|
288
288
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
289
289
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
290
290
|
}
|
|
291
|
-
td[data-v-
|
|
291
|
+
td[data-v-c62e82ec] {
|
|
292
292
|
text-align: center;
|
|
293
293
|
}
|
|
294
|
-
td.
|
|
294
|
+
td.debit[data-v-c62e82ec] {
|
|
295
|
+
color: red;
|
|
296
|
+
}
|
|
297
|
+
td.empty[data-v-c62e82ec] {
|
|
295
298
|
opacity: 0.3;
|
|
296
299
|
}
|
|
297
|
-
td.invalid[data-v-
|
|
300
|
+
td.invalid[data-v-c62e82ec] {
|
|
298
301
|
text-decoration: line-through;
|
|
299
302
|
opacity: 0.3;
|
|
300
303
|
}
|
|
@@ -1330,16 +1333,18 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1330
1333
|
opacity: 1;
|
|
1331
1334
|
transition: all 0.2s;
|
|
1332
1335
|
}
|
|
1333
|
-
.basic-input-style[data-v-
|
|
1336
|
+
.basic-input-style[data-v-c85564d7] {
|
|
1334
1337
|
color: inherit;
|
|
1335
1338
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1336
1339
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1337
1340
|
}
|
|
1338
|
-
.ux-pill[data-v-
|
|
1341
|
+
.ux-pill[data-v-c85564d7] {
|
|
1339
1342
|
padding: 0.5em 1em;
|
|
1340
1343
|
margin: 0.1em;
|
|
1341
1344
|
background: color-mix(in lab, currentColor 8%, transparent);
|
|
1342
1345
|
color: color-mix(in lab, currentColor 70%, transparent);
|
|
1346
|
+
border: 1px solid transparent;
|
|
1347
|
+
box-sizing: border-box;
|
|
1343
1348
|
border-radius: 0.5em;
|
|
1344
1349
|
display: inline-block;
|
|
1345
1350
|
line-height: 1;
|
|
@@ -1349,8 +1354,9 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1349
1354
|
text-overflow: ellipsis;
|
|
1350
1355
|
overflow: hidden;
|
|
1351
1356
|
}
|
|
1352
|
-
.ux-pill.has-link[data-v-
|
|
1353
|
-
|
|
1357
|
+
.ux-pill.has-link[data-v-c85564d7]:hover {
|
|
1358
|
+
border: 1px solid color-mix(in lab, currentColor 50%, transparent);
|
|
1359
|
+
color: color-mix(in lab, currentColor 60%, transparent);
|
|
1354
1360
|
}
|
|
1355
1361
|
.basic-input-style[data-v-670de630] {
|
|
1356
1362
|
color: inherit;
|
|
@@ -1583,54 +1589,65 @@ input[data-v-4bea995b]:focus {
|
|
|
1583
1589
|
bottom: 0;
|
|
1584
1590
|
right: 0;
|
|
1585
1591
|
}
|
|
1586
|
-
.basic-input-style[data-v-
|
|
1592
|
+
.basic-input-style[data-v-cf0f8f29] {
|
|
1587
1593
|
color: inherit;
|
|
1588
1594
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1589
1595
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1590
1596
|
}
|
|
1591
|
-
.content-item[data-v-
|
|
1597
|
+
.content-item[data-v-cf0f8f29] {
|
|
1592
1598
|
padding: 0.5em 0.8em;
|
|
1593
1599
|
border-radius: 0.3em;
|
|
1594
1600
|
cursor: pointer;
|
|
1595
1601
|
margin-bottom: 1px;
|
|
1596
1602
|
}
|
|
1597
|
-
.content-item .item-summary[data-v-
|
|
1603
|
+
.content-item .item-summary[data-v-cf0f8f29] {
|
|
1598
1604
|
opacity: 0.5;
|
|
1599
1605
|
font-size: 0.9em;
|
|
1600
1606
|
}
|
|
1601
|
-
.content-item .item-title[data-v-
|
|
1607
|
+
.content-item .item-title[data-v-cf0f8f29] {
|
|
1602
1608
|
font-weight: 500;
|
|
1603
1609
|
}
|
|
1604
1610
|
@media (prefers-color-scheme: light) {
|
|
1605
|
-
.content-item[data-v-
|
|
1611
|
+
.content-item[data-v-cf0f8f29] {
|
|
1606
1612
|
background: var(--bg1, #fff);
|
|
1607
1613
|
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1608
1614
|
}
|
|
1609
1615
|
}
|
|
1610
1616
|
@media (prefers-color-scheme: dark) {
|
|
1611
|
-
.content-item[data-v-
|
|
1617
|
+
.content-item[data-v-cf0f8f29] {
|
|
1612
1618
|
background: color-mix(in lab, #000 1%, transparent);
|
|
1613
1619
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1614
1620
|
}
|
|
1615
1621
|
}
|
|
1616
|
-
.content-item[data-v-
|
|
1622
|
+
.content-item[data-v-cf0f8f29]:last-child {
|
|
1617
1623
|
margin-bottom: 0;
|
|
1618
1624
|
}
|
|
1619
|
-
.content-item .text[data-v-
|
|
1625
|
+
.content-item .text[data-v-cf0f8f29] {
|
|
1620
1626
|
overflow: hidden;
|
|
1621
1627
|
text-overflow: ellipsis;
|
|
1622
1628
|
white-space: pre-line;
|
|
1623
1629
|
}
|
|
1624
|
-
.content-item .
|
|
1630
|
+
.content-item .icon-wrapper[data-v-cf0f8f29] {
|
|
1631
|
+
width: 25px;
|
|
1632
|
+
font-size: 20px;
|
|
1633
|
+
text-align: center;
|
|
1634
|
+
}
|
|
1635
|
+
.content-item .icon-wrapper.complete[data-v-cf0f8f29] {
|
|
1636
|
+
color: var(--success, green);
|
|
1637
|
+
}
|
|
1638
|
+
.content-item .icon-wrapper.pending[data-v-cf0f8f29] {
|
|
1639
|
+
color: var(--warning, orange);
|
|
1640
|
+
}
|
|
1641
|
+
.content-item .image-wrapper[data-v-cf0f8f29] {
|
|
1625
1642
|
width: 50px;
|
|
1626
1643
|
}
|
|
1627
|
-
.content-item .image-wrapper.profile[data-v-
|
|
1644
|
+
.content-item .image-wrapper.profile[data-v-cf0f8f29] {
|
|
1628
1645
|
width: 40px;
|
|
1629
1646
|
height: 40px;
|
|
1630
1647
|
background: rgba(0, 0, 0, 0.1);
|
|
1631
1648
|
border-radius: 100%;
|
|
1632
1649
|
}
|
|
1633
|
-
.content-item[data-v-
|
|
1650
|
+
.content-item[data-v-cf0f8f29]:hover {
|
|
1634
1651
|
cursor: pointer;
|
|
1635
1652
|
background: color-mix(in lab, currentColor 2%, transparent);
|
|
1636
1653
|
}
|
|
@@ -3239,20 +3256,20 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3239
3256
|
flex: none;
|
|
3240
3257
|
width: 100%;
|
|
3241
3258
|
}
|
|
3242
|
-
.basic-input-style[data-v-
|
|
3259
|
+
.basic-input-style[data-v-091267f5] {
|
|
3243
3260
|
color: inherit;
|
|
3244
3261
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3245
3262
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3246
3263
|
}
|
|
3247
|
-
.intent-submit[data-v-
|
|
3264
|
+
.intent-submit[data-v-091267f5] {
|
|
3248
3265
|
margin-top: 1em;
|
|
3249
3266
|
}
|
|
3250
|
-
[tooltip][data-v-
|
|
3267
|
+
[tooltip][data-v-091267f5] {
|
|
3251
3268
|
position: relative;
|
|
3252
3269
|
cursor: help;
|
|
3253
3270
|
display: block;
|
|
3254
3271
|
}
|
|
3255
|
-
[tooltip][data-v-
|
|
3272
|
+
[tooltip][data-v-091267f5]:after {
|
|
3256
3273
|
position: absolute;
|
|
3257
3274
|
opacity: 0;
|
|
3258
3275
|
pointer-events: none;
|
|
@@ -3269,58 +3286,58 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3269
3286
|
transform: translateY(-20px);
|
|
3270
3287
|
transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3271
3288
|
}
|
|
3272
|
-
[tooltip][data-v-
|
|
3289
|
+
[tooltip][data-v-091267f5]:hover:after {
|
|
3273
3290
|
opacity: 1;
|
|
3274
3291
|
transform: translateY(0);
|
|
3275
3292
|
transition-duration: 0.3s;
|
|
3276
3293
|
}
|
|
3277
|
-
.multistep-form-wrapper[data-v-
|
|
3294
|
+
.multistep-form-wrapper[data-v-091267f5] {
|
|
3278
3295
|
display: grid;
|
|
3279
3296
|
position: relative;
|
|
3280
3297
|
}
|
|
3281
|
-
.multistep-form-section[data-v-
|
|
3298
|
+
.multistep-form-section[data-v-091267f5] {
|
|
3282
3299
|
transition:
|
|
3283
3300
|
opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3284
3301
|
translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3285
3302
|
opacity: 0;
|
|
3286
3303
|
grid-area: 1/1/2/2;
|
|
3287
3304
|
}
|
|
3288
|
-
.multistep-form-section[data-v-
|
|
3305
|
+
.multistep-form-section[data-v-091267f5] button {
|
|
3289
3306
|
transition:
|
|
3290
3307
|
opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3291
3308
|
translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3292
3309
|
}
|
|
3293
|
-
.multistep-form-section[data-v-
|
|
3310
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(1) {
|
|
3294
3311
|
transition-delay: 0.4s;
|
|
3295
3312
|
}
|
|
3296
|
-
.multistep-form-section[data-v-
|
|
3313
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(2) {
|
|
3297
3314
|
transition-delay: 0.6s;
|
|
3298
3315
|
}
|
|
3299
|
-
.multistep-form-section[data-v-
|
|
3316
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(3) {
|
|
3300
3317
|
transition-delay: 0.8s;
|
|
3301
3318
|
}
|
|
3302
|
-
.multistep-form-section[data-v-
|
|
3319
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(4) {
|
|
3303
3320
|
transition-delay: 1s;
|
|
3304
3321
|
}
|
|
3305
|
-
.multistep-form-section[data-v-
|
|
3322
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(5) {
|
|
3306
3323
|
transition-delay: 1.2s;
|
|
3307
3324
|
}
|
|
3308
|
-
.multistep-form-section[data-v-
|
|
3325
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(6) {
|
|
3309
3326
|
transition-delay: 1.4s;
|
|
3310
3327
|
}
|
|
3311
|
-
.multistep-form-section[data-v-
|
|
3328
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(7) {
|
|
3312
3329
|
transition-delay: 1.6s;
|
|
3313
3330
|
}
|
|
3314
|
-
.multistep-form-section[data-v-
|
|
3331
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(8) {
|
|
3315
3332
|
transition-delay: 1.8s;
|
|
3316
3333
|
}
|
|
3317
|
-
.multistep-form-section[data-v-
|
|
3334
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(9) {
|
|
3318
3335
|
transition-delay: 2s;
|
|
3319
3336
|
}
|
|
3320
|
-
.multistep-form-section[data-v-
|
|
3337
|
+
.multistep-form-section[data-v-091267f5] button:nth-child(10) {
|
|
3321
3338
|
transition-delay: 2.2s;
|
|
3322
3339
|
}
|
|
3323
|
-
.multistep-form-section.inactive[data-v-
|
|
3340
|
+
.multistep-form-section.inactive[data-v-091267f5] {
|
|
3324
3341
|
pointer-events: none;
|
|
3325
3342
|
opacity: 0;
|
|
3326
3343
|
position: absolute;
|
|
@@ -3328,23 +3345,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3328
3345
|
left: 0;
|
|
3329
3346
|
width: 100%;
|
|
3330
3347
|
}
|
|
3331
|
-
.multistep-form-section.inactive[data-v-
|
|
3348
|
+
.multistep-form-section.inactive[data-v-091267f5] button {
|
|
3332
3349
|
opacity: 0;
|
|
3333
3350
|
translate: 0 2em;
|
|
3334
3351
|
}
|
|
3335
|
-
.multistep-form-section.active[data-v-
|
|
3352
|
+
.multistep-form-section.active[data-v-091267f5] {
|
|
3336
3353
|
opacity: 1;
|
|
3337
3354
|
translate: 0 0;
|
|
3338
3355
|
position: relative;
|
|
3339
3356
|
}
|
|
3340
|
-
.multistep-form-section.active[data-v-
|
|
3357
|
+
.multistep-form-section.active[data-v-091267f5] button {
|
|
3341
3358
|
opacity: 1;
|
|
3342
3359
|
translate: 0 0;
|
|
3343
3360
|
}
|
|
3344
|
-
.multistep-form-section.past[data-v-
|
|
3361
|
+
.multistep-form-section.past[data-v-091267f5] {
|
|
3345
3362
|
translate: -3em 0;
|
|
3346
3363
|
}
|
|
3347
|
-
.multistep-form-section.future[data-v-
|
|
3364
|
+
.multistep-form-section.future[data-v-091267f5] {
|
|
3348
3365
|
translate: 3em 0;
|
|
3349
3366
|
}
|
|
3350
3367
|
.basic-input-style[data-v-0fd69158] {
|