3h1-ui 2.14.67 → 2.14.69
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 +6 -5
- package/es/style.css +7 -7
- package/lib/index.js +6 -5
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -7727,11 +7727,12 @@ 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), {
|
|
7731
7731
|
key: 1,
|
|
7732
7732
|
value: record[column.dataIndex],
|
|
7733
|
-
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
7734
|
-
|
|
7733
|
+
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
7734
|
+
valueFormat: "YYYY-MM-DD HH:mm:ss"
|
|
7735
|
+
}, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (openBlock(), createBlock(unref(InputNumber), {
|
|
7735
7736
|
key: 2,
|
|
7736
7737
|
value: record[column.dataIndex],
|
|
7737
7738
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -7765,8 +7766,8 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7765
7766
|
};
|
|
7766
7767
|
}
|
|
7767
7768
|
});
|
|
7768
|
-
const
|
|
7769
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-
|
|
7769
|
+
const Table_vue_vue_type_style_index_0_scoped_c8e852c2_lang = "";
|
|
7770
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-c8e852c2"]]);
|
|
7770
7771
|
const modal = "";
|
|
7771
7772
|
useI18n$1();
|
|
7772
7773
|
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-c8e852c2] {
|
|
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-c8e852c2] .ant-form-item {
|
|
24886
24886
|
margin-bottom: 0 !important;
|
|
24887
24887
|
}
|
|
24888
|
-
.delete-wrapper[data-v-
|
|
24888
|
+
.delete-wrapper[data-v-c8e852c2] {
|
|
24889
24889
|
height: 100%;
|
|
24890
24890
|
}
|
|
24891
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
24891
|
+
.delete-wrapper:hover .delete-item[data-v-c8e852c2] {
|
|
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-c8e852c2] {
|
|
24897
24897
|
display: none;
|
|
24898
24898
|
}
|
|
24899
|
-
.delete-wrapper .delete-item[data-v-
|
|
24899
|
+
.delete-wrapper .delete-item[data-v-c8e852c2] {
|
|
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-c8e852c2] {
|
|
24909
24909
|
display: inline-block;
|
|
24910
24910
|
}@media screen and (max-height: 600px) {
|
|
24911
24911
|
.ant-modal {
|
package/lib/index.js
CHANGED
|
@@ -7729,11 +7729,12 @@ 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), {
|
|
7733
7733
|
key: 1,
|
|
7734
7734
|
value: record[column.dataIndex],
|
|
7735
|
-
"onUpdate:value": ($event) => record[column.dataIndex] = $event
|
|
7736
|
-
|
|
7735
|
+
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
7736
|
+
valueFormat: "YYYY-MM-DD HH:mm:ss"
|
|
7737
|
+
}, null, 8, ["value", "onUpdate:value"])) : column.type === "number" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.InputNumber), {
|
|
7737
7738
|
key: 2,
|
|
7738
7739
|
value: record[column.dataIndex],
|
|
7739
7740
|
"onUpdate:value": ($event) => record[column.dataIndex] = $event,
|
|
@@ -7767,8 +7768,8 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7767
7768
|
};
|
|
7768
7769
|
}
|
|
7769
7770
|
});
|
|
7770
|
-
const
|
|
7771
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-
|
|
7771
|
+
const Table_vue_vue_type_style_index_0_scoped_c8e852c2_lang = "";
|
|
7772
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-c8e852c2"]]);
|
|
7772
7773
|
const modal = "";
|
|
7773
7774
|
use.useI18n();
|
|
7774
7775
|
const modalProps = {
|