@qikdev/vue-ui 0.2.325 → 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 +12 -7
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +12 -7
- 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
|
@@ -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
|
}
|