@qikdev/vue-ui 0.2.249 → 0.2.251
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 +1120 -1030
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +360 -283
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +35 -35
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1158,26 +1158,26 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1158
1158
|
width: 1em;
|
|
1159
1159
|
text-align: center;
|
|
1160
1160
|
}
|
|
1161
|
-
.basic-input-style[data-v-
|
|
1161
|
+
.basic-input-style[data-v-df62da5c] {
|
|
1162
1162
|
color: inherit;
|
|
1163
1163
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1164
1164
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1165
1165
|
}
|
|
1166
|
-
.ux-menu-outer[data-v-
|
|
1166
|
+
.ux-menu-outer[data-v-df62da5c] {
|
|
1167
1167
|
position: absolute;
|
|
1168
1168
|
z-index: 10;
|
|
1169
1169
|
}
|
|
1170
|
-
.ux-menu-panel[data-v-
|
|
1170
|
+
.ux-menu-panel[data-v-df62da5c] {
|
|
1171
1171
|
position: absolute;
|
|
1172
1172
|
max-height: 70vh;
|
|
1173
1173
|
overflow: auto;
|
|
1174
1174
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
1175
1175
|
box-shadow: 0 0.2em 1em #0000001a;
|
|
1176
1176
|
}
|
|
1177
|
-
.ux-menu-panel.flex[data-v-
|
|
1177
|
+
.ux-menu-panel.flex[data-v-df62da5c] {
|
|
1178
1178
|
display: flex;
|
|
1179
1179
|
}
|
|
1180
|
-
.ux-menu-panel[data-v-
|
|
1180
|
+
.ux-menu-panel[data-v-df62da5c] .ux-list-item {
|
|
1181
1181
|
white-space: nowrap;
|
|
1182
1182
|
text-overflow: ellipsis;
|
|
1183
1183
|
overflow: hidden;
|
|
@@ -2618,32 +2618,32 @@ input.ux-color-input[data-v-91624210] {
|
|
|
2618
2618
|
.files .file-item[data-v-d29a9855]:last-child {
|
|
2619
2619
|
border-bottom: none;
|
|
2620
2620
|
}
|
|
2621
|
-
.basic-input-style[data-v-
|
|
2621
|
+
.basic-input-style[data-v-1aa4716a] {
|
|
2622
2622
|
color: inherit;
|
|
2623
2623
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2624
2624
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2625
2625
|
}
|
|
2626
|
-
.ux-multi-group[data-v-
|
|
2627
|
-
.ux-single-group[data-v-
|
|
2626
|
+
.ux-multi-group[data-v-1aa4716a],
|
|
2627
|
+
.ux-single-group[data-v-1aa4716a] {
|
|
2628
2628
|
margin: 2.5em 0;
|
|
2629
2629
|
}
|
|
2630
|
-
.ux-multi-group[data-v-
|
|
2631
|
-
.ux-single-group[data-v-
|
|
2630
|
+
.ux-multi-group[data-v-1aa4716a]:first-child,
|
|
2631
|
+
.ux-single-group[data-v-1aa4716a]:first-child {
|
|
2632
2632
|
margin-top: 0;
|
|
2633
2633
|
}
|
|
2634
|
-
.ux-multi-group[data-v-
|
|
2635
|
-
.ux-single-group[data-v-
|
|
2634
|
+
.ux-multi-group[data-v-1aa4716a]:last-child,
|
|
2635
|
+
.ux-single-group[data-v-1aa4716a]:last-child {
|
|
2636
2636
|
margin-bottom: 0;
|
|
2637
2637
|
}
|
|
2638
|
-
.ux-group-title[data-v-
|
|
2638
|
+
.ux-group-title[data-v-1aa4716a] {
|
|
2639
2639
|
font-size: 1.2em;
|
|
2640
2640
|
margin-bottom: 1em;
|
|
2641
2641
|
margin-top: 1em;
|
|
2642
2642
|
}
|
|
2643
|
-
.arrows .ux-icon[data-v-
|
|
2643
|
+
.arrows .ux-icon[data-v-1aa4716a] {
|
|
2644
2644
|
opacity: 0.3;
|
|
2645
2645
|
}
|
|
2646
|
-
[data-v-
|
|
2646
|
+
[data-v-1aa4716a] .panel {
|
|
2647
2647
|
margin-bottom: 0.5em;
|
|
2648
2648
|
}
|
|
2649
2649
|
.basic-input-style[data-v-4f57f0c4] {
|
|
@@ -3163,18 +3163,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3163
3163
|
border-color: var(--primary);
|
|
3164
3164
|
opacity: 0.5;
|
|
3165
3165
|
}
|
|
3166
|
-
.basic-input-style[data-v-
|
|
3166
|
+
.basic-input-style[data-v-17f3c6e4] {
|
|
3167
3167
|
color: inherit;
|
|
3168
3168
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3169
3169
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3170
3170
|
}
|
|
3171
|
-
.ux-field[data-v-
|
|
3171
|
+
.ux-field[data-v-17f3c6e4] {
|
|
3172
3172
|
margin-bottom: 1em;
|
|
3173
3173
|
}
|
|
3174
|
-
.ux-field.ux-layout-only[data-v-
|
|
3174
|
+
.ux-field.ux-layout-only[data-v-17f3c6e4] {
|
|
3175
3175
|
margin-bottom: 0;
|
|
3176
3176
|
}
|
|
3177
|
-
.ux-field .ux-field-message[data-v-
|
|
3177
|
+
.ux-field .ux-field-message[data-v-17f3c6e4] {
|
|
3178
3178
|
border: red;
|
|
3179
3179
|
background: rgba(255, 0, 0, 0.1);
|
|
3180
3180
|
color: red;
|
|
@@ -3184,23 +3184,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3184
3184
|
margin: 0.3em 0;
|
|
3185
3185
|
display: inline-block;
|
|
3186
3186
|
}
|
|
3187
|
-
[data-v-
|
|
3187
|
+
[data-v-17f3c6e4] .ux-field-title {
|
|
3188
3188
|
margin-top: 0.5em;
|
|
3189
3189
|
display: block;
|
|
3190
3190
|
margin-bottom: 0.2em;
|
|
3191
3191
|
font-size: 0.9em;
|
|
3192
3192
|
font-weight: 700;
|
|
3193
3193
|
}
|
|
3194
|
-
.ux-field.ux-field-hide[data-v-
|
|
3194
|
+
.ux-field.ux-field-hide[data-v-17f3c6e4] {
|
|
3195
3195
|
display: none !important;
|
|
3196
3196
|
margin: 0 !important;
|
|
3197
3197
|
}
|
|
3198
|
-
[data-v-
|
|
3198
|
+
[data-v-17f3c6e4] .ux-field-description {
|
|
3199
3199
|
font-size: clamp(12px, 0.8em, 16px);
|
|
3200
3200
|
opacity: 0.5;
|
|
3201
3201
|
margin-bottom: 0.5em;
|
|
3202
3202
|
}
|
|
3203
|
-
.ux-field.ux-field-error[data-v-
|
|
3203
|
+
.ux-field.ux-field-error[data-v-17f3c6e4] > .ux-field-title {
|
|
3204
3204
|
color: red;
|
|
3205
3205
|
}
|
|
3206
3206
|
.basic-input-style[data-v-0dd36fb5] {
|
|
@@ -3276,28 +3276,28 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3276
3276
|
.ux-multi-group[data-v-cb997d0e] {
|
|
3277
3277
|
margin-bottom: 1em;
|
|
3278
3278
|
}
|
|
3279
|
-
.basic-input-style[data-v-
|
|
3279
|
+
.basic-input-style[data-v-932f5321] {
|
|
3280
3280
|
color: inherit;
|
|
3281
3281
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3282
3282
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3283
3283
|
}
|
|
3284
|
-
.ux-empty[data-v-
|
|
3284
|
+
.ux-empty[data-v-932f5321] {
|
|
3285
3285
|
display: none !important;
|
|
3286
3286
|
}
|
|
3287
|
-
.ux-field-render[data-v-
|
|
3287
|
+
.ux-field-render[data-v-932f5321] {
|
|
3288
3288
|
margin-bottom: 1.5em;
|
|
3289
3289
|
}
|
|
3290
|
-
.ux-field-render.ux-layout-only[data-v-
|
|
3290
|
+
.ux-field-render.ux-layout-only[data-v-932f5321] {
|
|
3291
3291
|
margin-bottom: 0;
|
|
3292
3292
|
}
|
|
3293
|
-
.ux-field-render.ux-layout-only > .ux-field-title[data-v-
|
|
3294
|
-
.ux-field-render.ux-layout-only > .ux-field-description[data-v-
|
|
3293
|
+
.ux-field-render.ux-layout-only > .ux-field-title[data-v-932f5321],
|
|
3294
|
+
.ux-field-render.ux-layout-only > .ux-field-description[data-v-932f5321] {
|
|
3295
3295
|
display: none;
|
|
3296
3296
|
}
|
|
3297
|
-
[data-v-
|
|
3297
|
+
[data-v-932f5321] table {
|
|
3298
3298
|
width: 100%;
|
|
3299
3299
|
}
|
|
3300
|
-
.ux-password-render input[data-v-
|
|
3300
|
+
.ux-password-render input[data-v-932f5321] {
|
|
3301
3301
|
font-family: monospace;
|
|
3302
3302
|
width: 100%;
|
|
3303
3303
|
border-radius: 0.1em;
|
|
@@ -3311,24 +3311,24 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3311
3311
|
height: 2.5em;
|
|
3312
3312
|
color: inherit;
|
|
3313
3313
|
}
|
|
3314
|
-
.ux-password-render input[data-v-
|
|
3314
|
+
.ux-password-render input[data-v-932f5321]:focus {
|
|
3315
3315
|
background: none;
|
|
3316
3316
|
border: 1px solid var(--primary);
|
|
3317
3317
|
outline: none;
|
|
3318
3318
|
}
|
|
3319
|
-
.currency[data-v-
|
|
3319
|
+
.currency[data-v-932f5321] {
|
|
3320
3320
|
text-transform: uppercase;
|
|
3321
3321
|
opacity: 0.5;
|
|
3322
3322
|
font-size: 0.7em;
|
|
3323
3323
|
}
|
|
3324
|
-
[data-v-
|
|
3324
|
+
[data-v-932f5321] .ux-field-title {
|
|
3325
3325
|
margin-top: 0.5em;
|
|
3326
3326
|
display: block;
|
|
3327
3327
|
margin-bottom: 0.2em;
|
|
3328
3328
|
font-weight: 400;
|
|
3329
3329
|
opacity: 0.5;
|
|
3330
3330
|
}
|
|
3331
|
-
[data-v-
|
|
3331
|
+
[data-v-932f5321] .ux-field-description {
|
|
3332
3332
|
font-size: 0.7em;
|
|
3333
3333
|
opacity: 0.3;
|
|
3334
3334
|
font-style: italic;
|