3h1-ui 2.13.10 → 2.13.11
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 +3 -2
- package/lib/index.js +3 -2
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -22088,7 +22088,7 @@ const _hoisted_1 = { key: 0 };
|
|
|
22088
22088
|
const _hoisted_2 = { key: 1 };
|
|
22089
22089
|
const _hoisted_3 = { key: 2 };
|
|
22090
22090
|
const _hoisted_4 = { style: { "display": "flex", "justify-content": "space-between" } };
|
|
22091
|
-
const _hoisted_5 = { class: "flex items-center
|
|
22091
|
+
const _hoisted_5 = { class: "flex items-center" };
|
|
22092
22092
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
22093
22093
|
__name: "TablePlus",
|
|
22094
22094
|
props: {
|
|
@@ -22462,7 +22462,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
22462
22462
|
onUpdateStatusEdit: (isEdit) => {
|
|
22463
22463
|
config.row._isEdit = isEdit;
|
|
22464
22464
|
},
|
|
22465
|
-
onRowRemove: ($event) => handleRowRemove(config.row)
|
|
22465
|
+
onRowRemove: ($event) => handleRowRemove(config.row),
|
|
22466
|
+
style: { width: "100%" }
|
|
22466
22467
|
}, null, 8, ["row", "onEditEnsure", "onEditCancel", "onUpdateStatusEdit", "onRowRemove"])) : createCommentVNode("", true)
|
|
22467
22468
|
])
|
|
22468
22469
|
])
|
package/lib/index.js
CHANGED
|
@@ -22090,7 +22090,7 @@ const _hoisted_1 = { key: 0 };
|
|
|
22090
22090
|
const _hoisted_2 = { key: 1 };
|
|
22091
22091
|
const _hoisted_3 = { key: 2 };
|
|
22092
22092
|
const _hoisted_4 = { style: { "display": "flex", "justify-content": "space-between" } };
|
|
22093
|
-
const _hoisted_5 = { class: "flex items-center
|
|
22093
|
+
const _hoisted_5 = { class: "flex items-center" };
|
|
22094
22094
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
22095
22095
|
__name: "TablePlus",
|
|
22096
22096
|
props: {
|
|
@@ -22464,7 +22464,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
22464
22464
|
onUpdateStatusEdit: (isEdit) => {
|
|
22465
22465
|
config.row._isEdit = isEdit;
|
|
22466
22466
|
},
|
|
22467
|
-
onRowRemove: ($event) => handleRowRemove(config.row)
|
|
22467
|
+
onRowRemove: ($event) => handleRowRemove(config.row),
|
|
22468
|
+
style: { width: "100%" }
|
|
22468
22469
|
}, null, 8, ["row", "onEditEnsure", "onEditCancel", "onUpdateStatusEdit", "onRowRemove"])) : vue.createCommentVNode("", true)
|
|
22469
22470
|
])
|
|
22470
22471
|
])
|