3h1-ui 2.14.12 → 2.14.13
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 +1 -2
- package/lib/index.js +1 -2
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -7933,8 +7933,8 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
7933
7933
|
[valueField || (isCheck ? "checked" : "value")]: props2.formModel[field]
|
|
7934
7934
|
};
|
|
7935
7935
|
const compAttr = {
|
|
7936
|
-
...propsData,
|
|
7937
7936
|
...on2,
|
|
7937
|
+
...propsData,
|
|
7938
7938
|
...bindValue
|
|
7939
7939
|
};
|
|
7940
7940
|
const handleInput = (e) => {
|
|
@@ -22432,7 +22432,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
22432
22432
|
refreshColumn
|
|
22433
22433
|
} = useColumns(getProps, tableRef);
|
|
22434
22434
|
watchEffect(() => {
|
|
22435
|
-
console.log("getColumnsRef", getColumnsRef.value);
|
|
22436
22435
|
});
|
|
22437
22436
|
const tableAction = {
|
|
22438
22437
|
reload,
|
package/lib/index.js
CHANGED
|
@@ -7935,8 +7935,8 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
7935
7935
|
[valueField || (isCheck ? "checked" : "value")]: props2.formModel[field]
|
|
7936
7936
|
};
|
|
7937
7937
|
const compAttr = {
|
|
7938
|
-
...propsData,
|
|
7939
7938
|
...on,
|
|
7939
|
+
...propsData,
|
|
7940
7940
|
...bindValue
|
|
7941
7941
|
};
|
|
7942
7942
|
const handleInput = (e) => {
|
|
@@ -22434,7 +22434,6 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
22434
22434
|
refreshColumn
|
|
22435
22435
|
} = useColumns(getProps, tableRef);
|
|
22436
22436
|
vue.watchEffect(() => {
|
|
22437
|
-
console.log("getColumnsRef", getColumnsRef.value);
|
|
22438
22437
|
});
|
|
22439
22438
|
const tableAction = {
|
|
22440
22439
|
reload,
|