@qikdev/vue-ui 0.2.313 → 0.2.314
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 +5284 -5195
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2501 -2404
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +29 -24
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -913,27 +913,28 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
913
913
|
background: #b14e4e;
|
|
914
914
|
color: #fff;
|
|
915
915
|
}
|
|
916
|
-
.basic-input-style[data-v-
|
|
916
|
+
.basic-input-style[data-v-0acb5372] {
|
|
917
917
|
color: inherit;
|
|
918
918
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
919
919
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
920
920
|
}
|
|
921
|
-
.avatar-image[data-v-
|
|
921
|
+
.avatar-image[data-v-0acb5372] {
|
|
922
922
|
width: 100%;
|
|
923
923
|
display: block;
|
|
924
924
|
border-radius: 100%;
|
|
925
925
|
overflow: hidden;
|
|
926
926
|
position: relative;
|
|
927
927
|
background-color: color-mix(in lab, currentColor 25%, transparent);
|
|
928
|
+
container-type: inline-size;
|
|
928
929
|
}
|
|
929
|
-
.avatar-image .avatar-img[data-v-
|
|
930
|
+
.avatar-image .avatar-img[data-v-0acb5372] {
|
|
930
931
|
background-size: cover;
|
|
931
932
|
background-position: center center;
|
|
932
933
|
height: 0;
|
|
933
934
|
padding-bottom: 100%;
|
|
934
935
|
position: relative;
|
|
935
936
|
}
|
|
936
|
-
.avatar-image .initials[data-v-
|
|
937
|
+
.avatar-image .initials[data-v-0acb5372] {
|
|
937
938
|
display: flex;
|
|
938
939
|
align-items: center;
|
|
939
940
|
justify-content: center;
|
|
@@ -946,38 +947,42 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
946
947
|
font-size: 0.9em;
|
|
947
948
|
font-weight: 500;
|
|
948
949
|
color: var(--bg1, currentColor);
|
|
950
|
+
font-size: 50cqw;
|
|
949
951
|
}
|
|
950
|
-
.basic-input-style[data-v-
|
|
952
|
+
.basic-input-style[data-v-740b543a] {
|
|
951
953
|
color: inherit;
|
|
952
954
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
953
955
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
954
956
|
}
|
|
955
|
-
.ux-spinner
|
|
957
|
+
.ux-spinner[data-v-740b543a] {
|
|
958
|
+
pointer-events: none;
|
|
959
|
+
}
|
|
960
|
+
.ux-spinner.large[data-v-740b543a] {
|
|
956
961
|
position: absolute;
|
|
957
962
|
left: 50%;
|
|
958
963
|
top: 50%;
|
|
959
964
|
transform: translate3d(-50%, -50%, 0);
|
|
960
965
|
font-size: clamp(50px, 10vw, 500px);
|
|
961
966
|
}
|
|
962
|
-
.ux-spinner svg[data-v-
|
|
967
|
+
.ux-spinner svg[data-v-740b543a] {
|
|
963
968
|
width: 1em !important;
|
|
964
969
|
height: 1em !important;
|
|
965
970
|
stroke: currentColor;
|
|
966
971
|
}
|
|
967
|
-
.ux-spinner .spinner_V8m1[data-v-
|
|
972
|
+
.ux-spinner .spinner_V8m1[data-v-740b543a] {
|
|
968
973
|
transform-origin: center;
|
|
969
|
-
animation: spinner_zKoa-
|
|
974
|
+
animation: spinner_zKoa-740b543a 2s linear infinite;
|
|
970
975
|
}
|
|
971
|
-
.ux-spinner .spinner_V8m1 circle[data-v-
|
|
976
|
+
.ux-spinner .spinner_V8m1 circle[data-v-740b543a] {
|
|
972
977
|
stroke-linecap: round;
|
|
973
|
-
animation: spinner_YpZS-
|
|
978
|
+
animation: spinner_YpZS-740b543a 1.5s ease-in-out infinite;
|
|
974
979
|
}
|
|
975
|
-
@keyframes spinner_zKoa-
|
|
980
|
+
@keyframes spinner_zKoa-740b543a {
|
|
976
981
|
to {
|
|
977
982
|
transform: rotate(360deg);
|
|
978
983
|
}
|
|
979
984
|
}
|
|
980
|
-
@keyframes spinner_YpZS-
|
|
985
|
+
@keyframes spinner_YpZS-740b543a {
|
|
981
986
|
0% {
|
|
982
987
|
stroke-dasharray: 0 150;
|
|
983
988
|
stroke-dashoffset: 0;
|
|
@@ -992,13 +997,13 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
992
997
|
stroke-dashoffset: -59;
|
|
993
998
|
}
|
|
994
999
|
}
|
|
995
|
-
.ux-spinner[lg][data-v-
|
|
1000
|
+
.ux-spinner[lg][data-v-740b543a] {
|
|
996
1001
|
font-size: 2em;
|
|
997
1002
|
}
|
|
998
|
-
.ux-spinner[xl][data-v-
|
|
1003
|
+
.ux-spinner[xl][data-v-740b543a] {
|
|
999
1004
|
font-size: 4em;
|
|
1000
1005
|
}
|
|
1001
|
-
.ux-spinner[xxl][data-v-
|
|
1006
|
+
.ux-spinner[xxl][data-v-740b543a] {
|
|
1002
1007
|
font-size: 6em;
|
|
1003
1008
|
}
|
|
1004
1009
|
.basic-input-style[data-v-ea56e98b] {
|
|
@@ -1256,27 +1261,27 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1256
1261
|
width: 1em;
|
|
1257
1262
|
text-align: center;
|
|
1258
1263
|
}
|
|
1259
|
-
.basic-input-style[data-v-
|
|
1264
|
+
.basic-input-style[data-v-7ef96353] {
|
|
1260
1265
|
color: inherit;
|
|
1261
1266
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1262
1267
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1263
1268
|
}
|
|
1264
|
-
.ux-menu-outer[data-v-
|
|
1269
|
+
.ux-menu-outer[data-v-7ef96353] {
|
|
1265
1270
|
position: absolute;
|
|
1266
1271
|
z-index: 10;
|
|
1267
1272
|
font-size: 12px;
|
|
1268
1273
|
}
|
|
1269
|
-
.ux-menu-panel[data-v-
|
|
1274
|
+
.ux-menu-panel[data-v-7ef96353] {
|
|
1270
1275
|
position: absolute;
|
|
1271
1276
|
max-height: 70vh;
|
|
1272
1277
|
overflow: auto;
|
|
1273
1278
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
1274
1279
|
box-shadow: 0 0.2em 1em #0000001a;
|
|
1275
1280
|
}
|
|
1276
|
-
.ux-menu-panel.flex[data-v-
|
|
1281
|
+
.ux-menu-panel.flex[data-v-7ef96353] {
|
|
1277
1282
|
display: flex;
|
|
1278
1283
|
}
|
|
1279
|
-
.ux-menu-panel[data-v-
|
|
1284
|
+
.ux-menu-panel[data-v-7ef96353] .ux-list-item {
|
|
1280
1285
|
white-space: nowrap;
|
|
1281
1286
|
text-overflow: ellipsis;
|
|
1282
1287
|
overflow: hidden;
|
|
@@ -2540,19 +2545,19 @@ textarea[data-v-a44b8610]:focus {
|
|
|
2540
2545
|
.ux-text-area-single[data-v-a44b8610] {
|
|
2541
2546
|
width: 100%;
|
|
2542
2547
|
}
|
|
2543
|
-
.basic-input-style[data-v-
|
|
2548
|
+
.basic-input-style[data-v-1b7b8bfb] {
|
|
2544
2549
|
color: inherit;
|
|
2545
2550
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2546
2551
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2547
2552
|
}
|
|
2548
|
-
.filter-condition[data-v-
|
|
2553
|
+
.filter-condition[data-v-1b7b8bfb] {
|
|
2549
2554
|
padding: 0.2em;
|
|
2550
2555
|
border-radius: 0.3em;
|
|
2551
2556
|
background: var(--bg1, #fff);
|
|
2552
2557
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2553
2558
|
margin: 0.2em 0.5em;
|
|
2554
2559
|
}
|
|
2555
|
-
label[data-v-
|
|
2560
|
+
label[data-v-1b7b8bfb] {
|
|
2556
2561
|
display: block;
|
|
2557
2562
|
text-transform: uppercase;
|
|
2558
2563
|
font-weight: 700;
|