vxe-pc-ui 4.14.14 → 4.14.15
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/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +2 -2
- package/lib/index.umd.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +1 -1
- package/types/components/table-plugins/extend-cell-area.d.ts +1 -1
- /package/es/icon/{iconfont.1779085277243.ttf → iconfont.1779096914608.ttf} +0 -0
- /package/es/icon/{iconfont.1779085277243.woff → iconfont.1779096914608.woff} +0 -0
- /package/es/icon/{iconfont.1779085277243.woff2 → iconfont.1779096914608.woff2} +0 -0
- /package/es/{iconfont.1779085277243.ttf → iconfont.1779096914608.ttf} +0 -0
- /package/es/{iconfont.1779085277243.woff → iconfont.1779096914608.woff} +0 -0
- /package/es/{iconfont.1779085277243.woff2 → iconfont.1779096914608.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1779085277243.ttf → iconfont.1779096914608.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1779085277243.woff → iconfont.1779096914608.woff} +0 -0
- /package/lib/icon/style/{iconfont.1779085277243.woff2 → iconfont.1779096914608.woff2} +0 -0
- /package/lib/{iconfont.1779085277243.ttf → iconfont.1779096914608.ttf} +0 -0
- /package/lib/{iconfont.1779085277243.woff → iconfont.1779096914608.woff} +0 -0
- /package/lib/{iconfont.1779085277243.woff2 → iconfont.1779096914608.woff2} +0 -0
package/es/ui/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VxeUI, setConfig, setIcon } from '@vxe-ui/core';
|
|
2
2
|
import { dynamicApp } from '../dynamics';
|
|
3
3
|
import { warnLog } from './src/log';
|
|
4
|
-
export const version = "4.14.
|
|
4
|
+
export const version = "4.14.15";
|
|
5
5
|
VxeUI.uiVersion = version;
|
|
6
6
|
VxeUI.dynamicApp = dynamicApp;
|
|
7
7
|
export function config(options) {
|
package/es/ui/src/log.js
CHANGED
package/lib/index.umd.js
CHANGED
|
@@ -4646,7 +4646,7 @@ function checkDynamic() {
|
|
|
4646
4646
|
}
|
|
4647
4647
|
;// ./packages/ui/src/log.ts
|
|
4648
4648
|
|
|
4649
|
-
const log_version = `ui v${"4.14.
|
|
4649
|
+
const log_version = `ui v${"4.14.15"}`;
|
|
4650
4650
|
const warnLog = log.create('warn', log_version);
|
|
4651
4651
|
const errLog = log.create('error', log_version);
|
|
4652
4652
|
;// ./packages/ui/index.ts
|
|
@@ -4654,7 +4654,7 @@ const errLog = log.create('error', log_version);
|
|
|
4654
4654
|
|
|
4655
4655
|
|
|
4656
4656
|
|
|
4657
|
-
const ui_version = "4.14.
|
|
4657
|
+
const ui_version = "4.14.15";
|
|
4658
4658
|
VxeUI.uiVersion = ui_version;
|
|
4659
4659
|
VxeUI.dynamicApp = dynamicApp;
|
|
4660
4660
|
function config(options) {
|