bkui-vue 2.0.1-beta.65 → 2.0.1-beta.66
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.js +1 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -33784,6 +33784,7 @@ const PX = (e, t, n, r) => {
|
|
33784
33784
|
toggleAllSelection: r.toggleAllSelection,
|
33785
33785
|
toggleRowSelection: r.toggleRowSelection,
|
33786
33786
|
getSelection: r.getRowSelection,
|
33787
|
+
setRowSelection: r.setRowSelection,
|
33787
33788
|
clearSort: n.clearColumnSort,
|
33788
33789
|
scrollTo: S,
|
33789
33790
|
getRoot: () => O.value
|
@@ -37017,7 +37018,7 @@ const wq = (e, t) => {
|
|
37017
37018
|
}, Dq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37018
37019
|
__proto__: null,
|
37019
37020
|
$bkPopover: Mh
|
37020
|
-
}, Symbol.toStringTag, { value: "Module" })), _q = "2.0.1-beta.
|
37021
|
+
}, Symbol.toStringTag, { value: "Module" })), _q = "2.0.1-beta.66";
|
37021
37022
|
window.__bkui_vue_version__ = _q;
|
37022
37023
|
export {
|
37023
37024
|
Mh as $bkPopover,
|