bk-magic-vue 2.4.15-beta.13 → 2.4.15-beta.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.
@@ -7683,6 +7683,9 @@
7683
7683
  if (shouldEmitInput) {
7684
7684
  this.$emit('input', now);
7685
7685
  }
7686
+ },
7687
+ visualValue: function visualValue(val) {
7688
+ this.focusedTime.time = this.internalValue.map(extractTime);
7686
7689
  }
7687
7690
  },
7688
7691
  mounted: function mounted() {
@@ -28342,7 +28345,7 @@
28342
28345
  interactive: true,
28343
28346
  boundary: 'window',
28344
28347
  content: '',
28345
- allowHTML: false,
28348
+ allowHTML: true,
28346
28349
  extCls: ''
28347
28350
  };
28348
28351
  var validPlacements$2 = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];