@qikdev/vue-ui 0.2.324 → 0.2.326
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 +17 -10
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +17 -10
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +22 -22
- package/package.json +1 -1
package/dist/vue-ui.css
CHANGED
|
@@ -628,12 +628,12 @@ td[data-v-7029d50e] {
|
|
|
628
628
|
font-size: 0.9em;
|
|
629
629
|
opacity: 0.5;
|
|
630
630
|
}
|
|
631
|
-
.basic-input-style[data-v-
|
|
631
|
+
.basic-input-style[data-v-6f2d4cea] {
|
|
632
632
|
color: inherit;
|
|
633
633
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
634
634
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
635
635
|
}
|
|
636
|
-
.ux-circle[data-v-
|
|
636
|
+
.ux-circle[data-v-6f2d4cea] {
|
|
637
637
|
width: 0.8em;
|
|
638
638
|
height: 0.8em;
|
|
639
639
|
display: inline-block;
|
|
@@ -3032,35 +3032,35 @@ input.ux-color-input[data-v-91624210] {
|
|
|
3032
3032
|
.files .file-item[data-v-d29a9855]:last-child {
|
|
3033
3033
|
border-bottom: none;
|
|
3034
3034
|
}
|
|
3035
|
-
.basic-input-style[data-v-
|
|
3035
|
+
.basic-input-style[data-v-56e030b2] {
|
|
3036
3036
|
color: inherit;
|
|
3037
3037
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3038
3038
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3039
3039
|
}
|
|
3040
|
-
.ux-multi-group[data-v-
|
|
3041
|
-
.ux-single-group[data-v-
|
|
3040
|
+
.ux-multi-group[data-v-56e030b2],
|
|
3041
|
+
.ux-single-group[data-v-56e030b2] {
|
|
3042
3042
|
margin: 2.5em 0;
|
|
3043
3043
|
}
|
|
3044
|
-
.ux-multi-group[data-v-
|
|
3045
|
-
.ux-single-group[data-v-
|
|
3044
|
+
.ux-multi-group[data-v-56e030b2]:first-child,
|
|
3045
|
+
.ux-single-group[data-v-56e030b2]:first-child {
|
|
3046
3046
|
margin-top: 0;
|
|
3047
3047
|
}
|
|
3048
|
-
.ux-multi-group[data-v-
|
|
3049
|
-
.ux-single-group[data-v-
|
|
3048
|
+
.ux-multi-group[data-v-56e030b2]:last-child,
|
|
3049
|
+
.ux-single-group[data-v-56e030b2]:last-child {
|
|
3050
3050
|
margin-bottom: 0;
|
|
3051
3051
|
}
|
|
3052
|
-
.ux-group-title[data-v-
|
|
3052
|
+
.ux-group-title[data-v-56e030b2] {
|
|
3053
3053
|
font-size: 1.2em;
|
|
3054
3054
|
margin-bottom: 1em;
|
|
3055
3055
|
margin-top: 1em;
|
|
3056
3056
|
}
|
|
3057
|
-
.arrows[data-v-
|
|
3057
|
+
.arrows[data-v-56e030b2] {
|
|
3058
3058
|
cursor: pointer;
|
|
3059
3059
|
}
|
|
3060
|
-
.arrows .ux-icon[data-v-
|
|
3060
|
+
.arrows .ux-icon[data-v-56e030b2] {
|
|
3061
3061
|
opacity: 0.3;
|
|
3062
3062
|
}
|
|
3063
|
-
[data-v-
|
|
3063
|
+
[data-v-56e030b2] .panel {
|
|
3064
3064
|
margin-bottom: 0.5em;
|
|
3065
3065
|
}
|
|
3066
3066
|
.basic-input-style[data-v-491bd3a3] {
|
|
@@ -3862,18 +3862,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3862
3862
|
.ux-render-flex .ux-field-render-flex[data-v-f2b5ec33] {
|
|
3863
3863
|
flex: 1;
|
|
3864
3864
|
}
|
|
3865
|
-
.basic-input-style[data-v-
|
|
3865
|
+
.basic-input-style[data-v-5371b6d6] {
|
|
3866
3866
|
color: inherit;
|
|
3867
3867
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3868
3868
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3869
3869
|
}
|
|
3870
|
-
.content-browser[data-v-
|
|
3870
|
+
.content-browser[data-v-5371b6d6] {
|
|
3871
3871
|
position: relative;
|
|
3872
3872
|
}
|
|
3873
|
-
.loading[data-v-
|
|
3873
|
+
.loading[data-v-5371b6d6] {
|
|
3874
3874
|
opacity: 0.5;
|
|
3875
3875
|
}
|
|
3876
|
-
.filter-column[data-v-
|
|
3876
|
+
.filter-column[data-v-5371b6d6] {
|
|
3877
3877
|
padding: 1em;
|
|
3878
3878
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3879
3879
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3882,28 +3882,28 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3882
3882
|
flex: none;
|
|
3883
3883
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3884
3884
|
}
|
|
3885
|
-
.large-icon[data-v-
|
|
3885
|
+
.large-icon[data-v-5371b6d6] {
|
|
3886
3886
|
font-size: 6em;
|
|
3887
3887
|
margin-bottom: 1rem;
|
|
3888
3888
|
opacity: 0.5;
|
|
3889
3889
|
}
|
|
3890
|
-
.column-panel[data-v-
|
|
3890
|
+
.column-panel[data-v-5371b6d6] {
|
|
3891
3891
|
background: #fff;
|
|
3892
3892
|
font-size: 0.9em;
|
|
3893
3893
|
}
|
|
3894
|
-
.empty[data-v-
|
|
3894
|
+
.empty[data-v-5371b6d6] {
|
|
3895
3895
|
background: #0000000d;
|
|
3896
3896
|
text-align: center;
|
|
3897
3897
|
white-space: pre-line;
|
|
3898
3898
|
align-items: center;
|
|
3899
3899
|
justify-content: center;
|
|
3900
3900
|
}
|
|
3901
|
-
.empty .panel[data-v-
|
|
3901
|
+
.empty .panel[data-v-5371b6d6] {
|
|
3902
3902
|
margin-top: 1em;
|
|
3903
3903
|
max-width: 400px;
|
|
3904
3904
|
background: var(--bg1, #fff);
|
|
3905
3905
|
}
|
|
3906
|
-
.footer[data-v-
|
|
3906
|
+
.footer[data-v-5371b6d6] {
|
|
3907
3907
|
padding: 0.5em;
|
|
3908
3908
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3909
3909
|
}
|