bkui-vue 2.0.2-beta.46 → 2.0.2-beta.47
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 +7 -3
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/tab/index.d.ts +12 -0
- package/lib/tab/index.js +11 -5
- package/lib/tab/props.d.ts +3 -0
- package/lib/tab/tab.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -28698,7 +28698,10 @@ const g4 = Oe("sortType", {}).def(
|
|
28698
28698
|
extCls: m.string.def(""),
|
28699
28699
|
validateActive: m.bool.def(!0),
|
28700
28700
|
activeBarSize: m.number.def(2),
|
28701
|
-
activeBarColor: m.string.def("#3a84ff")
|
28701
|
+
activeBarColor: m.string.def("#3a84ff"),
|
28702
|
+
beforeChange: {
|
28703
|
+
type: Function
|
28704
|
+
}
|
28702
28705
|
}, PL = {
|
28703
28706
|
active: m.oneOfType([m.number, m.string]).def(""),
|
28704
28707
|
type: Oe("type", {}).def(
|
@@ -28994,7 +28997,8 @@ const g4 = Oe("sortType", {}).def(
|
|
28994
28997
|
});
|
28995
28998
|
},
|
28996
28999
|
tabChange(f) {
|
28997
|
-
|
29000
|
+
var c;
|
29001
|
+
(((c = e.beforeChange) == null ? void 0 : c.call(e, f)) ?? !0) && (n("change", f), n("tab-change", f), n("update:active", f));
|
28998
29002
|
},
|
28999
29003
|
tabRemove(f, c) {
|
29000
29004
|
n("remove", f, c), n("remove-panel", f, c);
|
@@ -35146,7 +35150,7 @@ const Kk = (e, t) => {
|
|
35146
35150
|
}, iD = {
|
35147
35151
|
createInstall: mm,
|
35148
35152
|
install: mm()
|
35149
|
-
}, Jk = "2.0.2-beta.
|
35153
|
+
}, Jk = "2.0.2-beta.47";
|
35150
35154
|
window.__bkui_vue_version__ = Jk;
|
35151
35155
|
export {
|
35152
35156
|
Mg as $bkPopover,
|