3h1-ui 2.14.66 → 2.14.67
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 +5 -7
- package/es/style.css +7 -7
- package/lib/index.js +5 -7
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -7727,13 +7727,11 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7727
7727
|
mode: column.mode,
|
|
7728
7728
|
"max-tag-count": column.maxTagCount,
|
|
7729
7729
|
"max-tag-text-length": column.maxTagTextLength
|
|
7730
|
-
}, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), {
|
|
7730
|
+
}, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (openBlock(), createBlock(unref(DatePicker), mergeProps({
|
|
7731
7731
|
key: 1,
|
|
7732
7732
|
value: record[column.dataIndex],
|
|
7733
|
-
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
7734
|
-
|
|
7735
|
-
showTime: true
|
|
7736
|
-
}, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (openBlock(), createBlock(unref(InputNumber), {
|
|
7733
|
+
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
7734
|
+
}, column), null, 16, ["value", "onUpdate:value"])) : column.type === "number" ? (openBlock(), createBlock(unref(InputNumber), {
|
|
7737
7735
|
key: 2,
|
|
7738
7736
|
value: record[column.dataIndex],
|
|
7739
7737
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -7767,8 +7765,8 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7767
7765
|
};
|
|
7768
7766
|
}
|
|
7769
7767
|
});
|
|
7770
|
-
const
|
|
7771
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-
|
|
7768
|
+
const Table_vue_vue_type_style_index_0_scoped_fae7a23a_lang = "";
|
|
7769
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-fae7a23a"]]);
|
|
7772
7770
|
const modal = "";
|
|
7773
7771
|
useI18n$1();
|
|
7774
7772
|
const modalProps = {
|
package/es/style.css
CHANGED
|
@@ -24871,7 +24871,7 @@ span.iconify {
|
|
|
24871
24871
|
.shy-tinymce-container textarea {
|
|
24872
24872
|
z-index: -1;
|
|
24873
24873
|
visibility: hidden;
|
|
24874
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
24874
|
+
}.shy-table-edit-icon-plus[data-v-fae7a23a] {
|
|
24875
24875
|
width: 30px;
|
|
24876
24876
|
height: 30px;
|
|
24877
24877
|
font-size: 30px;
|
|
@@ -24882,21 +24882,21 @@ span.iconify {
|
|
|
24882
24882
|
cursor: pointer;
|
|
24883
24883
|
text-align: center;
|
|
24884
24884
|
}
|
|
24885
|
-
.table-children[data-v-
|
|
24885
|
+
.table-children[data-v-fae7a23a] .ant-form-item {
|
|
24886
24886
|
margin-bottom: 0 !important;
|
|
24887
24887
|
}
|
|
24888
|
-
.delete-wrapper[data-v-
|
|
24888
|
+
.delete-wrapper[data-v-fae7a23a] {
|
|
24889
24889
|
height: 100%;
|
|
24890
24890
|
}
|
|
24891
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
24891
|
+
.delete-wrapper:hover .delete-item[data-v-fae7a23a] {
|
|
24892
24892
|
display: flex;
|
|
24893
24893
|
justify-content: center;
|
|
24894
24894
|
align-items: center;
|
|
24895
24895
|
}
|
|
24896
|
-
.delete-wrapper:hover .delete-index[data-v-
|
|
24896
|
+
.delete-wrapper:hover .delete-index[data-v-fae7a23a] {
|
|
24897
24897
|
display: none;
|
|
24898
24898
|
}
|
|
24899
|
-
.delete-wrapper .delete-item[data-v-
|
|
24899
|
+
.delete-wrapper .delete-item[data-v-fae7a23a] {
|
|
24900
24900
|
background-color: red;
|
|
24901
24901
|
border-radius: 50%;
|
|
24902
24902
|
width: 30px;
|
|
@@ -24905,7 +24905,7 @@ span.iconify {
|
|
|
24905
24905
|
display: none;
|
|
24906
24906
|
cursor: pointer;
|
|
24907
24907
|
}
|
|
24908
|
-
.delete-wrapper .delete-index[data-v-
|
|
24908
|
+
.delete-wrapper .delete-index[data-v-fae7a23a] {
|
|
24909
24909
|
display: inline-block;
|
|
24910
24910
|
}@media screen and (max-height: 600px) {
|
|
24911
24911
|
.ant-modal {
|
package/lib/index.js
CHANGED
|
@@ -7729,13 +7729,11 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7729
7729
|
mode: column.mode,
|
|
7730
7730
|
"max-tag-count": column.maxTagCount,
|
|
7731
7731
|
"max-tag-text-length": column.maxTagTextLength
|
|
7732
|
-
}, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), {
|
|
7732
|
+
}, null, 8, ["value", "onUpdate:value", "options", "mode", "max-tag-count", "max-tag-text-length"])) : column.type === "datePicker" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.DatePicker), vue.mergeProps({
|
|
7733
7733
|
key: 1,
|
|
7734
7734
|
value: record[column.dataIndex],
|
|
7735
|
-
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
7736
|
-
|
|
7737
|
-
showTime: true
|
|
7738
|
-
}, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.InputNumber), {
|
|
7735
|
+
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
7736
|
+
}, column), null, 16, ["value", "onUpdate:value"])) : column.type === "number" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.InputNumber), {
|
|
7739
7737
|
key: 2,
|
|
7740
7738
|
value: record[column.dataIndex],
|
|
7741
7739
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -7769,8 +7767,8 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7769
7767
|
};
|
|
7770
7768
|
}
|
|
7771
7769
|
});
|
|
7772
|
-
const
|
|
7773
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-
|
|
7770
|
+
const Table_vue_vue_type_style_index_0_scoped_fae7a23a_lang = "";
|
|
7771
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-fae7a23a"]]);
|
|
7774
7772
|
const modal = "";
|
|
7775
7773
|
use.useI18n();
|
|
7776
7774
|
const modalProps = {
|