vxe-table 4.17.47 → 4.17.49

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 (36) hide show
  1. package/es/index.css +1 -1
  2. package/es/index.min.css +1 -1
  3. package/es/style.css +1 -1
  4. package/es/style.min.css +1 -1
  5. package/es/table/src/table.js +1 -0
  6. package/es/table/style.css +3 -13
  7. package/es/table/style.min.css +1 -1
  8. package/es/ui/index.js +1 -1
  9. package/es/ui/src/log.js +1 -1
  10. package/es/vxe-table/style.css +3 -13
  11. package/es/vxe-table/style.min.css +1 -1
  12. package/lib/index.css +1 -1
  13. package/lib/index.min.css +1 -1
  14. package/lib/index.umd.js +3 -3
  15. package/lib/index.umd.min.js +1 -1
  16. package/lib/style.css +1 -1
  17. package/lib/style.min.css +1 -1
  18. package/lib/table/src/table.js +1 -1
  19. package/lib/table/src/table.min.js +1 -1
  20. package/lib/table/style/style.css +3 -13
  21. package/lib/table/style/style.min.css +1 -1
  22. package/lib/ui/index.js +1 -1
  23. package/lib/ui/index.min.js +1 -1
  24. package/lib/ui/src/log.js +1 -1
  25. package/lib/ui/src/log.min.js +1 -1
  26. package/lib/vxe-table/style/style.css +3 -13
  27. package/lib/vxe-table/style/style.min.css +1 -1
  28. package/package.json +2 -2
  29. package/packages/table/src/table.ts +1 -0
  30. package/styles/components/table-module/menu.scss +3 -8
  31. /package/es/{iconfont.1769767610354.ttf → iconfont.1772182532931.ttf} +0 -0
  32. /package/es/{iconfont.1769767610354.woff → iconfont.1772182532931.woff} +0 -0
  33. /package/es/{iconfont.1769767610354.woff2 → iconfont.1772182532931.woff2} +0 -0
  34. /package/lib/{iconfont.1769767610354.ttf → iconfont.1772182532931.ttf} +0 -0
  35. /package/lib/{iconfont.1769767610354.woff → iconfont.1772182532931.woff} +0 -0
  36. /package/lib/{iconfont.1769767610354.woff2 → iconfont.1772182532931.woff2} +0 -0
@@ -10557,6 +10557,7 @@ export default defineVxeComponent({
10557
10557
  // 移出源位置
10558
10558
  if (oldRest && newRest) {
10559
10559
  const fullList = XEUtils.toTreeArray(internalData.afterTreeFullData, {
10560
+ updated: false,
10560
10561
  key: rowField,
10561
10562
  parentKey: parentField,
10562
10563
  children: mapChildrenField
@@ -1663,7 +1663,7 @@
1663
1663
  user-select: none;
1664
1664
  color: var(--vxe-ui-font-color);
1665
1665
  font-family: var(--vxe-ui-font-family);
1666
- background-color: var(--vxe-ui-table-menu-background-color);
1666
+ background-color: var(--vxe-ui-layout-background-color);
1667
1667
  }
1668
1668
 
1669
1669
  .vxe-context-menu--link {
@@ -1709,12 +1709,8 @@
1709
1709
  }
1710
1710
  .vxe-context-menu--option-wrapper li.link--active,
1711
1711
  .vxe-table--context-menu-clild-wrapper li.link--active {
1712
- background-color: #C5C5C5;
1713
- border-color: #C5C5C5;
1714
- }
1715
- .vxe-context-menu--option-wrapper li.link--active > .vxe-context-menu--link,
1716
- .vxe-table--context-menu-clild-wrapper li.link--active > .vxe-context-menu--link {
1717
- color: #2B2B2B;
1712
+ background-color: var(--vxe-ui-base-hover-background-color);
1713
+ border-color: var(--vxe-ui-base-hover-background-color);
1718
1714
  }
1719
1715
  .vxe-context-menu--option-wrapper li.link--loading > .vxe-context-menu--link, .vxe-context-menu--option-wrapper li.link--disabled > .vxe-context-menu--link,
1720
1716
  .vxe-table--context-menu-clild-wrapper li.link--loading > .vxe-context-menu--link,
@@ -1722,12 +1718,6 @@
1722
1718
  color: var(--vxe-ui-font-disabled-color);
1723
1719
  cursor: no-drop;
1724
1720
  }
1725
- .vxe-context-menu--option-wrapper li.link--loading.link--active, .vxe-context-menu--option-wrapper li.link--disabled.link--active,
1726
- .vxe-table--context-menu-clild-wrapper li.link--loading.link--active,
1727
- .vxe-table--context-menu-clild-wrapper li.link--disabled.link--active {
1728
- border-color: #C0C1C2;
1729
- background-color: #EEEEEE;
1730
- }
1731
1721
  .vxe-context-menu--option-wrapper li.link--loading.link--active:hover, .vxe-context-menu--option-wrapper li.link--disabled.link--active:hover,
1732
1722
  .vxe-table--context-menu-clild-wrapper li.link--loading.link--active:hover,
1733
1723
  .vxe-table--context-menu-clild-wrapper li.link--disabled.link--active:hover {