vxe-pc-ui 4.3.89 → 4.3.91

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 (48) hide show
  1. package/es/date-picker/src/date-picker.js +0 -5
  2. package/es/icon/style.css +1 -1
  3. package/es/language/zh-CHT.js +1 -1
  4. package/es/language/zh-CN.js +1 -1
  5. package/es/style.css +1 -1
  6. package/es/style.min.css +1 -1
  7. package/es/ui/index.js +1 -1
  8. package/es/ui/src/log.js +1 -1
  9. package/es/upload/src/upload.js +1 -1
  10. package/lib/date-picker/src/date-picker.js +1 -5
  11. package/lib/date-picker/src/date-picker.min.js +1 -1
  12. package/lib/icon/style/style.css +1 -1
  13. package/lib/icon/style/style.min.css +1 -1
  14. package/lib/index.umd.js +10 -11
  15. package/lib/index.umd.min.js +1 -1
  16. package/lib/language/zh-CHT.js +1 -1
  17. package/lib/language/zh-CHT.min.js +1 -1
  18. package/lib/language/zh-CN.js +1 -1
  19. package/lib/language/zh-CN.min.js +1 -1
  20. package/lib/language/zh-CN.umd.js +1 -1
  21. package/lib/style.css +1 -1
  22. package/lib/style.min.css +1 -1
  23. package/lib/ui/index.js +1 -1
  24. package/lib/ui/index.min.js +1 -1
  25. package/lib/ui/src/log.js +1 -1
  26. package/lib/ui/src/log.min.js +1 -1
  27. package/lib/upload/src/upload.js +1 -1
  28. package/lib/upload/src/upload.min.js +1 -1
  29. package/package.json +3 -3
  30. package/packages/date-picker/src/date-picker.ts +1 -10
  31. package/packages/input/src/input.ts +2 -5
  32. package/packages/language/zh-CHT.ts +1 -1
  33. package/packages/language/zh-CN.ts +1 -1
  34. package/packages/upload/src/upload.ts +1 -1
  35. package/types/components/column.d.ts +10 -0
  36. package/types/components/date-picker.d.ts +0 -1
  37. /package/es/icon/{iconfont.1739781754199.ttf → iconfont.1740013710959.ttf} +0 -0
  38. /package/es/icon/{iconfont.1739781754199.woff → iconfont.1740013710959.woff} +0 -0
  39. /package/es/icon/{iconfont.1739781754199.woff2 → iconfont.1740013710959.woff2} +0 -0
  40. /package/es/{iconfont.1739781754199.ttf → iconfont.1740013710959.ttf} +0 -0
  41. /package/es/{iconfont.1739781754199.woff → iconfont.1740013710959.woff} +0 -0
  42. /package/es/{iconfont.1739781754199.woff2 → iconfont.1740013710959.woff2} +0 -0
  43. /package/lib/icon/style/{iconfont.1739781754199.ttf → iconfont.1740013710959.ttf} +0 -0
  44. /package/lib/icon/style/{iconfont.1739781754199.woff → iconfont.1740013710959.woff} +0 -0
  45. /package/lib/icon/style/{iconfont.1739781754199.woff2 → iconfont.1740013710959.woff2} +0 -0
  46. /package/lib/{iconfont.1739781754199.ttf → iconfont.1740013710959.ttf} +0 -0
  47. /package/lib/{iconfont.1739781754199.woff → iconfont.1740013710959.woff} +0 -0
  48. /package/lib/{iconfont.1739781754199.woff2 → iconfont.1740013710959.woff2} +0 -0
package/lib/index.umd.js CHANGED
@@ -2338,7 +2338,7 @@ if (typeof window !== 'undefined') {
2338
2338
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
2339
2339
  var es_array_push = __webpack_require__(4114);
2340
2340
  ;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/core.js
2341
- const coreVersion = "4.0.32";
2341
+ const coreVersion = "4.0.33";
2342
2342
  const VxeCore = {
2343
2343
  coreVersion,
2344
2344
  uiVersion: '',
@@ -2876,7 +2876,7 @@ function createLog(type, name) {
2876
2876
  return msg;
2877
2877
  };
2878
2878
  }
2879
- const version = "4.0.32";
2879
+ const version = "4.0.33";
2880
2880
  const log = {
2881
2881
  create: createLog,
2882
2882
  warn: createLog('warn', `v${version}`),
@@ -3699,7 +3699,7 @@ setTheme();
3699
3699
  }
3700
3700
  },
3701
3701
  numberInput: {
3702
- currencySymbol: ''
3702
+ currencySymbol: '¥'
3703
3703
  },
3704
3704
  imagePreview: {
3705
3705
  popupTitle: '预览',
@@ -4146,14 +4146,14 @@ function checkDynamic() {
4146
4146
  }
4147
4147
  ;// CONCATENATED MODULE: ./packages/ui/src/log.ts
4148
4148
 
4149
- const log_version = `ui v${"4.3.89"}`;
4149
+ const log_version = `ui v${"4.3.91"}`;
4150
4150
  const warnLog = log.create('warn', log_version);
4151
4151
  const errLog = log.create('error', log_version);
4152
4152
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
4153
4153
 
4154
4154
 
4155
4155
 
4156
- const ui_version = "4.3.89";
4156
+ const ui_version = "4.3.91";
4157
4157
  index_esm_VxeUI.uiVersion = ui_version;
4158
4158
  index_esm_VxeUI.dynamicApp = dynamicApp;
4159
4159
  function config(options) {
@@ -14307,7 +14307,7 @@ const Countdown = VxeCountdown;
14307
14307
  // 已废弃
14308
14308
  autocomplete: String
14309
14309
  },
14310
- emits: ['update:modelValue', 'input', 'change', 'keydown', 'keyup', 'wheel', 'click', 'focus', 'blur', 'clear', 'prefix-click', 'suffix-click', 'date-prev', 'date-today', 'date-next', 'shortcut-click'],
14310
+ emits: ['update:modelValue', 'input', 'change', 'keydown', 'keyup', 'click', 'focus', 'blur', 'clear', 'prefix-click', 'suffix-click', 'date-prev', 'date-today', 'date-next', 'shortcut-click'],
14311
14311
  setup(props, context) {
14312
14312
  const {
14313
14313
  slots,
@@ -15182,9 +15182,6 @@ const Countdown = VxeCountdown;
15182
15182
  const keyupEvent = evnt => {
15183
15183
  triggerEvent(evnt);
15184
15184
  };
15185
- const wheelEvent = evnt => {
15186
- triggerEvent(evnt);
15187
- };
15188
15185
  // 日期
15189
15186
  const dateMonthHandle = (date, offsetMonth) => {
15190
15187
  const firstDayOfWeek = computeFirstDayOfWeek.value;
@@ -16522,7 +16519,6 @@ const Countdown = VxeCountdown;
16522
16519
  autocomplete: autoComplete || autocomplete,
16523
16520
  onKeydown: keydownEvent,
16524
16521
  onKeyup: keyupEvent,
16525
- onWheel: wheelEvent,
16526
16522
  onClick: clickEvent,
16527
16523
  onInput: inputEvent,
16528
16524
  onChange: changeEvent,
@@ -34003,6 +33999,9 @@ const saveLocalFile = options => {
34003
33999
 
34004
34000
 
34005
34001
 
34002
+
34003
+
34004
+
34006
34005
  /* harmony default export */ var upload = ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.defineComponent)({
34007
34006
  name: 'VxeUpload',
34008
34007
  props: {
@@ -34663,7 +34662,7 @@ const saveLocalFile = options => {
34663
34662
  [nameProp]: name,
34664
34663
  [typeProp]: parseFileType(name),
34665
34664
  [sizeProp]: file.size,
34666
- [urlProp]: '',
34665
+ [urlProp]: URL.createObjectURL(file),
34667
34666
  [keyField]: fileKey
34668
34667
  };
34669
34668
  if (uploadFn) {