@vxe-ui/plugin-menu 3.3.0 → 3.3.1
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.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/es/index.esm.js +1462 -0
- package/es/index.js +1462 -0
- package/es/style.css +0 -0
- package/es/style.min.css +0 -0
- package/lib/index.common.js +2 -2
- package/lib/index.js +1696 -0
- package/lib/index.umd.js +1723 -0
- package/lib/index.umd.min.js +1 -0
- package/lib/style.css +0 -0
- package/lib/style.min.css +0 -0
- package/package.json +4 -3
- package/src/index.ts +1474 -0
package/es/style.css
ADDED
|
File without changes
|
package/es/style.min.css
ADDED
|
File without changes
|
package/lib/index.common.js
CHANGED
|
@@ -469,11 +469,11 @@ var VxeUIPluginMenu = exports.VxeUIPluginMenu = {
|
|
|
469
469
|
var pVersion = 3;
|
|
470
470
|
var sVersion = 13;
|
|
471
471
|
if (!VxeUI.checkVersion(VxeUI.tableVersion, pVersion, sVersion)) {
|
|
472
|
-
console.error("[@vxe-ui/plugin-menu 3.3.
|
|
472
|
+
console.error("[@vxe-ui/plugin-menu 3.3.1] ".concat(VxeUI.getI18n('vxe.error.errorVersion', ["vxe-table@".concat(VxeUI.tableVersion || '?'), "vxe-table v".concat(pVersion, ".").concat(sVersion, "+")])));
|
|
473
473
|
}
|
|
474
474
|
} else {
|
|
475
475
|
if (!/^(3)\./.test(VxeUI.uiVersion || VxeUI.tableVersion)) {
|
|
476
|
-
console.error('[@vxe-ui/plugin-menu 3.3.
|
|
476
|
+
console.error('[@vxe-ui/plugin-menu 3.3.1] Requires vxe-table 3.9.0+ version. https://vxeui.com/other3/#/plugin-menu/install');
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
pluginConfig(options);
|