@qikdev/vue-ui 0.2.259 → 0.2.260
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 +1365 -1288
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +793 -713
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +80 -27
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2650,30 +2650,30 @@ input.ux-color-input[data-v-91624210] {
|
|
|
2650
2650
|
[data-v-1aa4716a] .panel {
|
|
2651
2651
|
margin-bottom: 0.5em;
|
|
2652
2652
|
}
|
|
2653
|
-
.basic-input-style[data-v-
|
|
2653
|
+
.basic-input-style[data-v-491bd3a3] {
|
|
2654
2654
|
color: inherit;
|
|
2655
2655
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2656
2656
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2657
2657
|
}
|
|
2658
|
-
.buttons[data-v-
|
|
2658
|
+
.buttons[data-v-491bd3a3] {
|
|
2659
2659
|
display: flex;
|
|
2660
2660
|
gap: 0.2em;
|
|
2661
2661
|
flex-wrap: wrap;
|
|
2662
2662
|
}
|
|
2663
|
-
.buttons .ux-btn[data-v-
|
|
2663
|
+
.buttons .ux-btn[data-v-491bd3a3] {
|
|
2664
2664
|
margin: 0;
|
|
2665
2665
|
}
|
|
2666
|
-
.buttons .ux-btn .ux-icon[data-v-
|
|
2666
|
+
.buttons .ux-btn .ux-icon[data-v-491bd3a3] {
|
|
2667
2667
|
opacity: 0;
|
|
2668
2668
|
}
|
|
2669
|
-
.buttons .ux-btn:hover .ux-icon[data-v-
|
|
2669
|
+
.buttons .ux-btn:hover .ux-icon[data-v-491bd3a3] {
|
|
2670
2670
|
opacity: 0.5;
|
|
2671
2671
|
}
|
|
2672
|
-
.buttons .ux-btn.active[data-v-
|
|
2672
|
+
.buttons .ux-btn.active[data-v-491bd3a3] {
|
|
2673
2673
|
background: var(--primary);
|
|
2674
2674
|
color: #fff;
|
|
2675
2675
|
}
|
|
2676
|
-
.buttons .ux-btn.active .ux-icon[data-v-
|
|
2676
|
+
.buttons .ux-btn.active .ux-icon[data-v-491bd3a3] {
|
|
2677
2677
|
opacity: 1;
|
|
2678
2678
|
}
|
|
2679
2679
|
.basic-input-style[data-v-aae5394a] {
|
|
@@ -3207,41 +3207,41 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3207
3207
|
.ux-field.ux-field-error[data-v-17f3c6e4] > .ux-field-title {
|
|
3208
3208
|
color: red;
|
|
3209
3209
|
}
|
|
3210
|
-
.basic-input-style[data-v-
|
|
3210
|
+
.basic-input-style[data-v-f0b9d2cd] {
|
|
3211
3211
|
color: inherit;
|
|
3212
3212
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3213
3213
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3214
3214
|
}
|
|
3215
|
-
.ux-form-flex[data-v-
|
|
3215
|
+
.ux-form-flex[data-v-f0b9d2cd] {
|
|
3216
3216
|
display: flex;
|
|
3217
3217
|
flex-wrap: wrap;
|
|
3218
3218
|
flex: 1;
|
|
3219
3219
|
gap: 2em;
|
|
3220
3220
|
}
|
|
3221
|
-
.ux-form-flex .ux-field-flex[data-v-
|
|
3221
|
+
.ux-form-flex .ux-field-flex[data-v-f0b9d2cd] {
|
|
3222
3222
|
flex: 1;
|
|
3223
3223
|
}
|
|
3224
|
-
.ux-form-flex .ux-field-flex.ux-field-widget-value[data-v-
|
|
3224
|
+
.ux-form-flex .ux-field-flex.ux-field-widget-value[data-v-f0b9d2cd] {
|
|
3225
3225
|
display: none;
|
|
3226
3226
|
}
|
|
3227
|
-
.ux-form-flex .ux-field-clear[data-v-
|
|
3227
|
+
.ux-form-flex .ux-field-clear[data-v-f0b9d2cd] {
|
|
3228
3228
|
flex: none;
|
|
3229
3229
|
width: 100%;
|
|
3230
3230
|
}
|
|
3231
|
-
.basic-input-style[data-v-
|
|
3231
|
+
.basic-input-style[data-v-75856e6b] {
|
|
3232
3232
|
color: inherit;
|
|
3233
3233
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3234
3234
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3235
3235
|
}
|
|
3236
|
-
.intent-submit[data-v-
|
|
3236
|
+
.intent-submit[data-v-75856e6b] {
|
|
3237
3237
|
margin-top: 1em;
|
|
3238
3238
|
}
|
|
3239
|
-
[tooltip][data-v-
|
|
3239
|
+
[tooltip][data-v-75856e6b] {
|
|
3240
3240
|
position: relative;
|
|
3241
3241
|
cursor: help;
|
|
3242
3242
|
display: block;
|
|
3243
3243
|
}
|
|
3244
|
-
[tooltip][data-v-
|
|
3244
|
+
[tooltip][data-v-75856e6b]:after {
|
|
3245
3245
|
position: absolute;
|
|
3246
3246
|
opacity: 0;
|
|
3247
3247
|
pointer-events: none;
|
|
@@ -3258,30 +3258,83 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3258
3258
|
transform: translateY(-20px);
|
|
3259
3259
|
transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3260
3260
|
}
|
|
3261
|
-
[tooltip][data-v-
|
|
3261
|
+
[tooltip][data-v-75856e6b]:hover:after {
|
|
3262
3262
|
opacity: 1;
|
|
3263
3263
|
transform: translateY(0);
|
|
3264
3264
|
transition-duration: 0.3s;
|
|
3265
3265
|
}
|
|
3266
|
-
.multistep-form-
|
|
3267
|
-
|
|
3266
|
+
.multistep-form-wrapper[data-v-75856e6b] {
|
|
3267
|
+
display: grid;
|
|
3268
|
+
position: relative;
|
|
3269
|
+
}
|
|
3270
|
+
.multistep-form-section[data-v-75856e6b] {
|
|
3271
|
+
transition:
|
|
3272
|
+
opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3273
|
+
translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3268
3274
|
opacity: 0;
|
|
3275
|
+
grid-area: 1/1/2/2;
|
|
3269
3276
|
}
|
|
3270
|
-
.multistep-form-section
|
|
3271
|
-
|
|
3272
|
-
|
|
3277
|
+
.multistep-form-section[data-v-75856e6b] button {
|
|
3278
|
+
transition:
|
|
3279
|
+
opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
|
|
3280
|
+
translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
3281
|
+
}
|
|
3282
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(1) {
|
|
3283
|
+
transition-delay: 0.4s;
|
|
3284
|
+
}
|
|
3285
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(2) {
|
|
3286
|
+
transition-delay: 0.6s;
|
|
3287
|
+
}
|
|
3288
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(3) {
|
|
3289
|
+
transition-delay: 0.8s;
|
|
3290
|
+
}
|
|
3291
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(4) {
|
|
3292
|
+
transition-delay: 1s;
|
|
3293
|
+
}
|
|
3294
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(5) {
|
|
3295
|
+
transition-delay: 1.2s;
|
|
3296
|
+
}
|
|
3297
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(6) {
|
|
3298
|
+
transition-delay: 1.4s;
|
|
3299
|
+
}
|
|
3300
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(7) {
|
|
3301
|
+
transition-delay: 1.6s;
|
|
3302
|
+
}
|
|
3303
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(8) {
|
|
3304
|
+
transition-delay: 1.8s;
|
|
3273
3305
|
}
|
|
3274
|
-
.multistep-form-section
|
|
3306
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(9) {
|
|
3307
|
+
transition-delay: 2s;
|
|
3308
|
+
}
|
|
3309
|
+
.multistep-form-section[data-v-75856e6b] button:nth-child(10) {
|
|
3310
|
+
transition-delay: 2.2s;
|
|
3311
|
+
}
|
|
3312
|
+
.multistep-form-section.inactive[data-v-75856e6b] {
|
|
3275
3313
|
pointer-events: none;
|
|
3276
3314
|
opacity: 0;
|
|
3277
3315
|
position: absolute;
|
|
3316
|
+
top: 0;
|
|
3317
|
+
left: 0;
|
|
3278
3318
|
width: 100%;
|
|
3279
3319
|
}
|
|
3280
|
-
.multistep-form-section.inactive
|
|
3281
|
-
|
|
3320
|
+
.multistep-form-section.inactive[data-v-75856e6b] button {
|
|
3321
|
+
opacity: 0;
|
|
3322
|
+
translate: 0 2em;
|
|
3323
|
+
}
|
|
3324
|
+
.multistep-form-section.active[data-v-75856e6b] {
|
|
3325
|
+
opacity: 1;
|
|
3326
|
+
translate: 0 0;
|
|
3327
|
+
position: relative;
|
|
3328
|
+
}
|
|
3329
|
+
.multistep-form-section.active[data-v-75856e6b] button {
|
|
3330
|
+
opacity: 1;
|
|
3331
|
+
translate: 0 0;
|
|
3332
|
+
}
|
|
3333
|
+
.multistep-form-section.past[data-v-75856e6b] {
|
|
3334
|
+
translate: -3em 0;
|
|
3282
3335
|
}
|
|
3283
|
-
.multistep-form-section.
|
|
3284
|
-
translate: 0
|
|
3336
|
+
.multistep-form-section.future[data-v-75856e6b] {
|
|
3337
|
+
translate: 3em 0;
|
|
3285
3338
|
}
|
|
3286
3339
|
.basic-input-style[data-v-0fd69158] {
|
|
3287
3340
|
color: inherit;
|