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.
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/table.js +1 -0
- package/es/table/style.css +3 -13
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +3 -13
- package/es/vxe-table/style.min.css +1 -1
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +3 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/table.js +1 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/style.css +3 -13
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-table/style/style.css +3 -13
- package/lib/vxe-table/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/table/src/table.ts +1 -0
- package/styles/components/table-module/menu.scss +3 -8
- /package/es/{iconfont.1769767610354.ttf → iconfont.1772182532931.ttf} +0 -0
- /package/es/{iconfont.1769767610354.woff → iconfont.1772182532931.woff} +0 -0
- /package/es/{iconfont.1769767610354.woff2 → iconfont.1772182532931.woff2} +0 -0
- /package/lib/{iconfont.1769767610354.ttf → iconfont.1772182532931.ttf} +0 -0
- /package/lib/{iconfont.1769767610354.woff → iconfont.1772182532931.woff} +0 -0
- /package/lib/{iconfont.1769767610354.woff2 → iconfont.1772182532931.woff2} +0 -0
package/es/table/src/table.js
CHANGED
|
@@ -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
|
package/es/table/style.css
CHANGED
|
@@ -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-
|
|
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:
|
|
1713
|
-
border-color:
|
|
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 {
|