xrk-components 2.0.0-beta.89 → 2.0.0-beta.90
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/lib/index.esm.js +4 -4
- package/lib/index.umd.js +4 -4
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -76752,13 +76752,13 @@ var script$8 = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$8
|
|
|
76752
76752
|
style: { "display": "inline-block" },
|
|
76753
76753
|
onClick: withModifiers(function ($event) { return (handleCheckboxClick(row)); }, ["prevent"])
|
|
76754
76754
|
}, [
|
|
76755
|
-
|
|
76755
|
+
createCommentVNode(" v-loading=\"row._selectionLoading\" "),
|
|
76756
|
+
createCommentVNode(" v-loading,导致整个table重绘,待优化先去掉 "),
|
|
76757
|
+
createVNode(unref(BaseCheckbox), {
|
|
76756
76758
|
class: "table-base-checkbox",
|
|
76757
76759
|
"model-value": unref(checked)(row),
|
|
76758
76760
|
disabled: _selectionDisabled(row)
|
|
76759
|
-
}, null, 8 /* PROPS */, ["model-value", "disabled"])
|
|
76760
|
-
[unref(vLoading$1), row._selectionLoading]
|
|
76761
|
-
])
|
|
76761
|
+
}, null, 8 /* PROPS */, ["model-value", "disabled"])
|
|
76762
76762
|
], 8 /* PROPS */, _hoisted_1$5))
|
|
76763
76763
|
: (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
76764
76764
|
createTextVNode(toDisplayString(getColumnValue(row, $index, column)), 1 /* TEXT */)
|
package/lib/index.umd.js
CHANGED
|
@@ -76755,13 +76755,13 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
76755
76755
|
style: { "display": "inline-block" },
|
|
76756
76756
|
onClick: vue.withModifiers(function ($event) { return (handleCheckboxClick(row)); }, ["prevent"])
|
|
76757
76757
|
}, [
|
|
76758
|
-
vue.
|
|
76758
|
+
vue.createCommentVNode(" v-loading=\"row._selectionLoading\" "),
|
|
76759
|
+
vue.createCommentVNode(" v-loading,导致整个table重绘,待优化先去掉 "),
|
|
76760
|
+
vue.createVNode(vue.unref(BaseCheckbox), {
|
|
76759
76761
|
class: "table-base-checkbox",
|
|
76760
76762
|
"model-value": vue.unref(checked)(row),
|
|
76761
76763
|
disabled: _selectionDisabled(row)
|
|
76762
|
-
}, null, 8 /* PROPS */, ["model-value", "disabled"])
|
|
76763
|
-
[vue.unref(vLoading$1), row._selectionLoading]
|
|
76764
|
-
])
|
|
76764
|
+
}, null, 8 /* PROPS */, ["model-value", "disabled"])
|
|
76765
76765
|
], 8 /* PROPS */, _hoisted_1$5))
|
|
76766
76766
|
: (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
76767
76767
|
vue.createTextVNode(vue.toDisplayString(getColumnValue(row, $index, column)), 1 /* TEXT */)
|