vxe-pc-ui 4.16.22 → 4.16.23
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/all.esm.js +2 -2
- package/dist/style.css +1 -1
- package/dist/style.min.css +1 -1
- package/es/form/style.css +2 -2
- package/es/form/style.min.css +1 -1
- package/es/icon/style.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-form/style.css +2 -2
- package/es/vxe-form/style.min.css +1 -1
- package/lib/form/style/style.css +2 -2
- package/lib/form/style/style.min.css +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +2 -2
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +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/lib/vxe-form/style/style.css +2 -2
- package/lib/vxe-form/style/style.min.css +1 -1
- package/package.json +1 -1
- package/styles/components/form.scss +2 -2
- /package/es/icon/{iconfont.1784893283450.ttf → iconfont.1785242772217.ttf} +0 -0
- /package/es/icon/{iconfont.1784893283450.woff → iconfont.1785242772217.woff} +0 -0
- /package/es/icon/{iconfont.1784893283450.woff2 → iconfont.1785242772217.woff2} +0 -0
- /package/es/{iconfont.1784893283450.ttf → iconfont.1785242772217.ttf} +0 -0
- /package/es/{iconfont.1784893283450.woff → iconfont.1785242772217.woff} +0 -0
- /package/es/{iconfont.1784893283450.woff2 → iconfont.1785242772217.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1784893283450.ttf → iconfont.1785242772217.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1784893283450.woff → iconfont.1785242772217.woff} +0 -0
- /package/lib/icon/style/{iconfont.1784893283450.woff2 → iconfont.1785242772217.woff2} +0 -0
- /package/lib/{iconfont.1784893283450.ttf → iconfont.1785242772217.ttf} +0 -0
- /package/lib/{iconfont.1784893283450.woff → iconfont.1785242772217.woff} +0 -0
- /package/lib/{iconfont.1784893283450.woff2 → iconfont.1785242772217.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -4657,7 +4657,7 @@ function checkDynamic() {
|
|
|
4657
4657
|
const {
|
|
4658
4658
|
log: log_log
|
|
4659
4659
|
} = VxeUI;
|
|
4660
|
-
const uiVersion = `ui v${"4.16.
|
|
4660
|
+
const uiVersion = `ui v${"4.16.23"}`;
|
|
4661
4661
|
function createComponentLog(name) {
|
|
4662
4662
|
const tableVersion = VxeUI.tableVersion ? `table v${VxeUI.tableVersion}` : '';
|
|
4663
4663
|
const ganttVersion = VxeUI.ganttVersion ? `gantt v${VxeUI.ganttVersion}` : '';
|
|
@@ -4675,7 +4675,7 @@ const errLog = log_log.create('error', uiVersion);
|
|
|
4675
4675
|
|
|
4676
4676
|
|
|
4677
4677
|
|
|
4678
|
-
const ui_version = "4.16.
|
|
4678
|
+
const ui_version = "4.16.23";
|
|
4679
4679
|
VxeUI.uiVersion = ui_version;
|
|
4680
4680
|
VxeUI.dynamicApp = dynamicApp;
|
|
4681
4681
|
function config(options) {
|