vxe-pc-ui 4.18.5 → 4.18.6

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.
Files changed (35) hide show
  1. package/dist/all.esm.js +6 -3
  2. package/dist/style.css +1 -1
  3. package/dist/style.min.css +1 -1
  4. package/es/icon/style.css +1 -1
  5. package/es/modal/src/modal.js +4 -1
  6. package/es/style.css +1 -1
  7. package/es/style.min.css +1 -1
  8. package/es/ui/index.js +1 -1
  9. package/es/ui/src/log.js +1 -1
  10. package/lib/icon/style/style.css +1 -1
  11. package/lib/icon/style/style.min.css +1 -1
  12. package/lib/index.umd.js +6 -3
  13. package/lib/index.umd.min.js +1 -1
  14. package/lib/modal/src/modal.js +4 -1
  15. package/lib/modal/src/modal.min.js +1 -1
  16. package/lib/style.css +1 -1
  17. package/lib/style.min.css +1 -1
  18. package/lib/ui/index.js +1 -1
  19. package/lib/ui/index.min.js +1 -1
  20. package/lib/ui/src/log.js +1 -1
  21. package/lib/ui/src/log.min.js +1 -1
  22. package/package.json +1 -1
  23. package/packages/modal/src/modal.ts +4 -1
  24. /package/es/icon/{iconfont.1788857098184.ttf → iconfont.1788860378031.ttf} +0 -0
  25. /package/es/icon/{iconfont.1788857098184.woff → iconfont.1788860378031.woff} +0 -0
  26. /package/es/icon/{iconfont.1788857098184.woff2 → iconfont.1788860378031.woff2} +0 -0
  27. /package/es/{iconfont.1788857098184.ttf → iconfont.1788860378031.ttf} +0 -0
  28. /package/es/{iconfont.1788857098184.woff → iconfont.1788860378031.woff} +0 -0
  29. /package/es/{iconfont.1788857098184.woff2 → iconfont.1788860378031.woff2} +0 -0
  30. /package/lib/icon/style/{iconfont.1788857098184.ttf → iconfont.1788860378031.ttf} +0 -0
  31. /package/lib/icon/style/{iconfont.1788857098184.woff → iconfont.1788860378031.woff} +0 -0
  32. /package/lib/icon/style/{iconfont.1788857098184.woff2 → iconfont.1788860378031.woff2} +0 -0
  33. /package/lib/{iconfont.1788857098184.ttf → iconfont.1788860378031.ttf} +0 -0
  34. /package/lib/{iconfont.1788857098184.woff → iconfont.1788860378031.woff} +0 -0
  35. /package/lib/{iconfont.1788857098184.woff2 → iconfont.1788860378031.woff2} +0 -0
package/dist/all.esm.js CHANGED
@@ -101,7 +101,7 @@ function checkDynamic() {
101
101
  }
102
102
 
103
103
  const { log } = VxeUI;
104
- const uiVersion = `ui v${"4.18.5"}`;
104
+ const uiVersion = `ui v${"4.18.6"}`;
105
105
  function createComponentLog(name) {
106
106
  const tableVersion = VxeUI.tableVersion ? `table v${VxeUI.tableVersion}` : '';
107
107
  const ganttVersion = VxeUI.ganttVersion ? `gantt v${VxeUI.ganttVersion}` : '';
@@ -115,7 +115,7 @@ function createComponentLog(name) {
115
115
  const warnLog$i = log.create('warn', uiVersion);
116
116
  log.create('error', uiVersion);
117
117
 
118
- const version = "4.18.5";
118
+ const version = "4.18.6";
119
119
  VxeUI.uiVersion = version;
120
120
  VxeUI.dynamicApp = dynamicApp;
121
121
  function config(options) {
@@ -30134,7 +30134,10 @@ var VxeModalComponent = defineVxeComponent({
30134
30134
  type: [Number, String],
30135
30135
  default: () => getConfig$3().modal.marginSize
30136
30136
  },
30137
- fullscreen: Boolean,
30137
+ fullscreen: {
30138
+ type: Boolean,
30139
+ default: () => getConfig$3().modal.fullscreen
30140
+ },
30138
30141
  draggable: {
30139
30142
  type: Boolean,
30140
30143
  default: () => getConfig$3().modal.draggable