@qikdev/vue-ui 0.2.328 → 0.2.330
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 +7 -4
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +7 -4
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +9 -9
- package/package.json +1 -1
package/dist/vue-ui.css
CHANGED
|
@@ -3871,18 +3871,18 @@ td[data-v-2eaaec20]:first-child {
|
|
|
3871
3871
|
.ux-render-flex .ux-field-render-flex[data-v-f2b5ec33] {
|
|
3872
3872
|
flex: 1;
|
|
3873
3873
|
}
|
|
3874
|
-
.basic-input-style[data-v-
|
|
3874
|
+
.basic-input-style[data-v-af54bfa4] {
|
|
3875
3875
|
color: inherit;
|
|
3876
3876
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3877
3877
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3878
3878
|
}
|
|
3879
|
-
.content-browser[data-v-
|
|
3879
|
+
.content-browser[data-v-af54bfa4] {
|
|
3880
3880
|
position: relative;
|
|
3881
3881
|
}
|
|
3882
|
-
.loading[data-v-
|
|
3882
|
+
.loading[data-v-af54bfa4] {
|
|
3883
3883
|
opacity: 0.5;
|
|
3884
3884
|
}
|
|
3885
|
-
.filter-column[data-v-
|
|
3885
|
+
.filter-column[data-v-af54bfa4] {
|
|
3886
3886
|
padding: 1em;
|
|
3887
3887
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3888
3888
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3891,28 +3891,28 @@ td[data-v-2eaaec20]:first-child {
|
|
|
3891
3891
|
flex: none;
|
|
3892
3892
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3893
3893
|
}
|
|
3894
|
-
.large-icon[data-v-
|
|
3894
|
+
.large-icon[data-v-af54bfa4] {
|
|
3895
3895
|
font-size: 6em;
|
|
3896
3896
|
margin-bottom: 1rem;
|
|
3897
3897
|
opacity: 0.5;
|
|
3898
3898
|
}
|
|
3899
|
-
.column-panel[data-v-
|
|
3899
|
+
.column-panel[data-v-af54bfa4] {
|
|
3900
3900
|
background: #fff;
|
|
3901
3901
|
font-size: 0.9em;
|
|
3902
3902
|
}
|
|
3903
|
-
.empty[data-v-
|
|
3903
|
+
.empty[data-v-af54bfa4] {
|
|
3904
3904
|
background: #0000000d;
|
|
3905
3905
|
text-align: center;
|
|
3906
3906
|
white-space: pre-line;
|
|
3907
3907
|
align-items: center;
|
|
3908
3908
|
justify-content: center;
|
|
3909
3909
|
}
|
|
3910
|
-
.empty .panel[data-v-
|
|
3910
|
+
.empty .panel[data-v-af54bfa4] {
|
|
3911
3911
|
margin-top: 1em;
|
|
3912
3912
|
max-width: 400px;
|
|
3913
3913
|
background: var(--bg1, #fff);
|
|
3914
3914
|
}
|
|
3915
|
-
.footer[data-v-
|
|
3915
|
+
.footer[data-v-af54bfa4] {
|
|
3916
3916
|
padding: 0.5em;
|
|
3917
3917
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3918
3918
|
}
|