3h1-ui 2.14.94 → 2.14.95
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/es/index.js +2 -17
- package/es/style.css +10 -10
- package/lib/index.js +2 -17
- package/lib/style.css +10 -10
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -7699,21 +7699,6 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7699
7699
|
{
|
|
7700
7700
|
deep: true
|
|
7701
7701
|
}
|
|
7702
|
-
// { immediate: true }
|
|
7703
|
-
);
|
|
7704
|
-
watch(
|
|
7705
|
-
() => props2.value,
|
|
7706
|
-
(v) => {
|
|
7707
|
-
if (v.length) {
|
|
7708
|
-
state.value = v.map((ele) => ({
|
|
7709
|
-
...ele,
|
|
7710
|
-
[props2.rowKey]: buildUUID()
|
|
7711
|
-
}));
|
|
7712
|
-
}
|
|
7713
|
-
},
|
|
7714
|
-
{
|
|
7715
|
-
immediate: true
|
|
7716
|
-
}
|
|
7717
7702
|
);
|
|
7718
7703
|
const validate = async () => {
|
|
7719
7704
|
try {
|
|
@@ -7819,8 +7804,8 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7819
7804
|
};
|
|
7820
7805
|
}
|
|
7821
7806
|
});
|
|
7822
|
-
const
|
|
7823
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-
|
|
7807
|
+
const Table_vue_vue_type_style_index_0_scoped_9c0270cf_lang = "";
|
|
7808
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-9c0270cf"]]);
|
|
7824
7809
|
const modal = "";
|
|
7825
7810
|
useI18n$1();
|
|
7826
7811
|
const modalProps = {
|
package/es/style.css
CHANGED
|
@@ -24875,40 +24875,40 @@ span.iconify {
|
|
|
24875
24875
|
.shy-tinymce-container textarea {
|
|
24876
24876
|
z-index: -1;
|
|
24877
24877
|
visibility: hidden;
|
|
24878
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
24878
|
+
}.shy-table-edit-icon-plus[data-v-9c0270cf] {
|
|
24879
24879
|
width: 30px;
|
|
24880
24880
|
height: 30px;
|
|
24881
24881
|
font-size: 30px;
|
|
24882
24882
|
cursor: pointer;
|
|
24883
24883
|
display: flex;
|
|
24884
24884
|
}
|
|
24885
|
-
.table-children[data-v-
|
|
24885
|
+
.table-children[data-v-9c0270cf] .ant-form-item {
|
|
24886
24886
|
margin-bottom: 0 !important;
|
|
24887
24887
|
}
|
|
24888
|
-
.table-children-required[data-v-
|
|
24888
|
+
.table-children-required[data-v-9c0270cf] {
|
|
24889
24889
|
color: #ff4d4f;
|
|
24890
24890
|
margin-right: 4px;
|
|
24891
24891
|
}
|
|
24892
|
-
.table-children[data-v-
|
|
24892
|
+
.table-children[data-v-9c0270cf] .ant-table-cell {
|
|
24893
24893
|
padding: 8px !important;
|
|
24894
24894
|
}
|
|
24895
|
-
.table-children[data-v-
|
|
24895
|
+
.table-children[data-v-9c0270cf] .ant-table-cell .ant-form-item-explain {
|
|
24896
24896
|
display: none;
|
|
24897
24897
|
}
|
|
24898
|
-
.table-children-delete-wrapper[data-v-
|
|
24898
|
+
.table-children-delete-wrapper[data-v-9c0270cf] {
|
|
24899
24899
|
display: flex;
|
|
24900
24900
|
height: 100%;
|
|
24901
24901
|
justify-content: center;
|
|
24902
24902
|
}
|
|
24903
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
24903
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9c0270cf] {
|
|
24904
24904
|
display: flex;
|
|
24905
24905
|
justify-content: center;
|
|
24906
24906
|
align-items: center;
|
|
24907
24907
|
}
|
|
24908
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
24908
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9c0270cf] {
|
|
24909
24909
|
display: none;
|
|
24910
24910
|
}
|
|
24911
|
-
.table-children-delete-item[data-v-
|
|
24911
|
+
.table-children-delete-item[data-v-9c0270cf] {
|
|
24912
24912
|
background-color: red;
|
|
24913
24913
|
border-radius: 50%;
|
|
24914
24914
|
width: 30px;
|
|
@@ -24917,7 +24917,7 @@ span.iconify {
|
|
|
24917
24917
|
display: none;
|
|
24918
24918
|
cursor: pointer;
|
|
24919
24919
|
}
|
|
24920
|
-
.table-children-delete-index[data-v-
|
|
24920
|
+
.table-children-delete-index[data-v-9c0270cf] {
|
|
24921
24921
|
user-select: none;
|
|
24922
24922
|
display: inline-block;
|
|
24923
24923
|
}@media screen and (max-height: 600px) {
|
package/lib/index.js
CHANGED
|
@@ -7723,21 +7723,6 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7723
7723
|
{
|
|
7724
7724
|
deep: true
|
|
7725
7725
|
}
|
|
7726
|
-
// { immediate: true }
|
|
7727
|
-
);
|
|
7728
|
-
vue.watch(
|
|
7729
|
-
() => props2.value,
|
|
7730
|
-
(v) => {
|
|
7731
|
-
if (v.length) {
|
|
7732
|
-
state.value = v.map((ele) => ({
|
|
7733
|
-
...ele,
|
|
7734
|
-
[props2.rowKey]: utils.buildUUID()
|
|
7735
|
-
}));
|
|
7736
|
-
}
|
|
7737
|
-
},
|
|
7738
|
-
{
|
|
7739
|
-
immediate: true
|
|
7740
|
-
}
|
|
7741
7726
|
);
|
|
7742
7727
|
const validate = async () => {
|
|
7743
7728
|
try {
|
|
@@ -7843,8 +7828,8 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7843
7828
|
};
|
|
7844
7829
|
}
|
|
7845
7830
|
});
|
|
7846
|
-
const
|
|
7847
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-
|
|
7831
|
+
const Table_vue_vue_type_style_index_0_scoped_9c0270cf_lang = "";
|
|
7832
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-9c0270cf"]]);
|
|
7848
7833
|
const modal = "";
|
|
7849
7834
|
use.useI18n();
|
|
7850
7835
|
const modalProps = {
|
package/lib/style.css
CHANGED
|
@@ -24875,40 +24875,40 @@ span.iconify {
|
|
|
24875
24875
|
.shy-tinymce-container textarea {
|
|
24876
24876
|
z-index: -1;
|
|
24877
24877
|
visibility: hidden;
|
|
24878
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
24878
|
+
}.shy-table-edit-icon-plus[data-v-9c0270cf] {
|
|
24879
24879
|
width: 30px;
|
|
24880
24880
|
height: 30px;
|
|
24881
24881
|
font-size: 30px;
|
|
24882
24882
|
cursor: pointer;
|
|
24883
24883
|
display: flex;
|
|
24884
24884
|
}
|
|
24885
|
-
.table-children[data-v-
|
|
24885
|
+
.table-children[data-v-9c0270cf] .ant-form-item {
|
|
24886
24886
|
margin-bottom: 0 !important;
|
|
24887
24887
|
}
|
|
24888
|
-
.table-children-required[data-v-
|
|
24888
|
+
.table-children-required[data-v-9c0270cf] {
|
|
24889
24889
|
color: #ff4d4f;
|
|
24890
24890
|
margin-right: 4px;
|
|
24891
24891
|
}
|
|
24892
|
-
.table-children[data-v-
|
|
24892
|
+
.table-children[data-v-9c0270cf] .ant-table-cell {
|
|
24893
24893
|
padding: 8px !important;
|
|
24894
24894
|
}
|
|
24895
|
-
.table-children[data-v-
|
|
24895
|
+
.table-children[data-v-9c0270cf] .ant-table-cell .ant-form-item-explain {
|
|
24896
24896
|
display: none;
|
|
24897
24897
|
}
|
|
24898
|
-
.table-children-delete-wrapper[data-v-
|
|
24898
|
+
.table-children-delete-wrapper[data-v-9c0270cf] {
|
|
24899
24899
|
display: flex;
|
|
24900
24900
|
height: 100%;
|
|
24901
24901
|
justify-content: center;
|
|
24902
24902
|
}
|
|
24903
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
24903
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9c0270cf] {
|
|
24904
24904
|
display: flex;
|
|
24905
24905
|
justify-content: center;
|
|
24906
24906
|
align-items: center;
|
|
24907
24907
|
}
|
|
24908
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
24908
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9c0270cf] {
|
|
24909
24909
|
display: none;
|
|
24910
24910
|
}
|
|
24911
|
-
.table-children-delete-item[data-v-
|
|
24911
|
+
.table-children-delete-item[data-v-9c0270cf] {
|
|
24912
24912
|
background-color: red;
|
|
24913
24913
|
border-radius: 50%;
|
|
24914
24914
|
width: 30px;
|
|
@@ -24917,7 +24917,7 @@ span.iconify {
|
|
|
24917
24917
|
display: none;
|
|
24918
24918
|
cursor: pointer;
|
|
24919
24919
|
}
|
|
24920
|
-
.table-children-delete-index[data-v-
|
|
24920
|
+
.table-children-delete-index[data-v-9c0270cf] {
|
|
24921
24921
|
user-select: none;
|
|
24922
24922
|
display: inline-block;
|
|
24923
24923
|
}@media screen and (max-height: 600px) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.95",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/use": "1.0.9",
|
|
33
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
+
"@shy-plugins/use": "1.0.9",
|
|
34
34
|
"@shy-plugins/utils": "1.1.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|