bkui-vue 2.0.2-beta.43 → 2.0.2-beta.44
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 +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/locale/ja-jp.esm.js +2 -0
- package/dist/locale/ja-jp.esm.js.map +1 -0
- package/dist/locale/ja-jp.umd.js +2 -0
- package/dist/locale/ja-jp.umd.js.map +1 -0
- package/lib/index.js +1 -1
- package/lib/locale/index.d.ts +1 -0
- package/lib/locale/index.js +169 -1
- package/lib/locale/lang/ja-jp.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -34956,7 +34956,7 @@ const Sk = (e, t) => {
|
|
34956
34956
|
}, Mk = {
|
34957
34957
|
createInstall: nm,
|
34958
34958
|
install: nm()
|
34959
|
-
}, Ok = "2.0.2-beta.
|
34959
|
+
}, Ok = "2.0.2-beta.44";
|
34960
34960
|
window.__bkui_vue_version__ = Ok;
|
34961
34961
|
export {
|
34962
34962
|
Sg as $bkPopover,
|