@alicloud/console-base-rc-side-panel 1.1.27 → 1.1.29-beta.0
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/build/cjs/ui/rc/side-panel-item-button/index.js +4 -1
- package/build/cjs/ui/rc-container/item-collapse/collapse-with-aside-widget/index.js +1 -1
- package/build/esm/ui/rc/side-panel-item-button/index.js +4 -1
- package/build/esm/ui/rc-container/item-collapse/collapse-with-aside-widget/index.js +1 -1
- package/package.json +1 -1
|
@@ -33,6 +33,9 @@ function SidePanelItemButton(_ref) {
|
|
|
33
33
|
'aria-label': title,
|
|
34
34
|
label: (0, _consoleBaseRcEasyIcon.renderEasyIcon)(icon) || '',
|
|
35
35
|
$onlyShowIcon: onlyShowIcon || false,
|
|
36
|
-
$active: active || false
|
|
36
|
+
$active: active || false,
|
|
37
|
+
onMouseOver: function onMouseOver(event) {
|
|
38
|
+
return event.stopPropagation();
|
|
39
|
+
}
|
|
37
40
|
}, rest));
|
|
38
41
|
}
|
|
@@ -42,7 +42,7 @@ function CollapseWithAsideWidget() {
|
|
|
42
42
|
try {
|
|
43
43
|
var aplus = window.aplus;
|
|
44
44
|
var q = window.goldlog_queue || (window.goldlog_queue = []);
|
|
45
|
-
var logkey = "/aliyun.".concat(aplus.getPageSPM().join('.'), ".
|
|
45
|
+
var logkey = "/aliyun.".concat(aplus.getPageSPM().join('.'), ".console-base_sidebar.dcollapsed-aside");
|
|
46
46
|
q.push({
|
|
47
47
|
action: 'aplus.record',
|
|
48
48
|
arguments: [logkey, 'CLK']
|
|
@@ -27,6 +27,9 @@ export default function SidePanelItemButton(_ref) {
|
|
|
27
27
|
'aria-label': title,
|
|
28
28
|
label: renderEasyIcon(icon) || '',
|
|
29
29
|
$onlyShowIcon: onlyShowIcon || false,
|
|
30
|
-
$active: active || false
|
|
30
|
+
$active: active || false,
|
|
31
|
+
onMouseOver: function onMouseOver(event) {
|
|
32
|
+
return event.stopPropagation();
|
|
33
|
+
}
|
|
31
34
|
}, rest));
|
|
32
35
|
}
|
|
@@ -32,7 +32,7 @@ export default function CollapseWithAsideWidget() {
|
|
|
32
32
|
try {
|
|
33
33
|
var aplus = window.aplus;
|
|
34
34
|
var q = window.goldlog_queue || (window.goldlog_queue = []);
|
|
35
|
-
var logkey = "/aliyun.".concat(aplus.getPageSPM().join('.'), ".
|
|
35
|
+
var logkey = "/aliyun.".concat(aplus.getPageSPM().join('.'), ".console-base_sidebar.dcollapsed-aside");
|
|
36
36
|
q.push({
|
|
37
37
|
action: 'aplus.record',
|
|
38
38
|
arguments: [logkey, 'CLK']
|