doway-coms 1.5.10 → 1.5.12

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "doway-coms",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "doway-coms.common.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC"
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.5.10",
3
+ "version": "1.5.12",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -448,9 +448,11 @@ export default {
448
448
  evt.clientY + evt.target.offsetHeight - evt.offsetY // (rowIndex + 1) * this.rowHeight
449
449
  this.ganttBarTooltip.item = ordInfo
450
450
  this.ganttBarTooltip.show = true
451
+ this.$emit('mouseEnter',ordInfo)
451
452
  },
452
453
  ganttBarMouseLeave(evt, ordInfo) {
453
454
  this.ganttBarTooltip.show = false
455
+ this.$emit('mouseLeave',ordInfo)
454
456
  },
455
457
  bodyScroll(scrollInfo) {
456
458
  if (scrollInfo.isX === true) {