@newview/permission-service 1.2.51 → 1.2.53
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/README.md
CHANGED
|
@@ -1911,7 +1911,8 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
|
|
|
1911
1911
|
isButtonGroup: false
|
|
1912
1912
|
},
|
|
1913
1913
|
rowConfig: {
|
|
1914
|
-
isHover: true
|
|
1914
|
+
isHover: true,
|
|
1915
|
+
isCurrent: true
|
|
1915
1916
|
},
|
|
1916
1917
|
isPagination: true,
|
|
1917
1918
|
pageSize: 15
|
|
@@ -8509,6 +8510,7 @@ class RoleInstance2 extends BaseInstance {
|
|
|
8509
8510
|
isButtonGroup: false
|
|
8510
8511
|
},
|
|
8511
8512
|
rowConfig: {
|
|
8513
|
+
isCurrent: true,
|
|
8512
8514
|
isHover: true
|
|
8513
8515
|
},
|
|
8514
8516
|
isPagination: true,
|