|
|
|
|
@ -1680,7 +1680,7 @@ function AButton(_ref) {
|
|
|
|
|
extraUse = _ref2.extraUse;
|
|
|
|
|
var icons = [].concat(DEFAULTICONS, [{
|
|
|
|
|
title: "".concat(watch ? '关闭实时预览' : '开启实时预览'),
|
|
|
|
|
icon: "".concat(watch ? 'icon-eye-slash' : 'icon-eye'),
|
|
|
|
|
icon: "".concat(watch ? 'md-iconfont icon-eye-slash' : 'md-iconfont icon-eye'),
|
|
|
|
|
actionName: 'trigger-watch'
|
|
|
|
|
}]);
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("ul", {
|
|
|
|
|
@ -1695,7 +1695,7 @@ function AButton(_ref) {
|
|
|
|
|
}, index);
|
|
|
|
|
}), showNullButton ? /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(AButton, {
|
|
|
|
|
icon: "icon-edit insert-blank",
|
|
|
|
|
icon: "md-iconfont icon-edit insert-blank",
|
|
|
|
|
className: "btn-null",
|
|
|
|
|
title: "\u589E\u52A0\u586B\u7A7A",
|
|
|
|
|
actionName: "add-null-ch",
|
|
|
|
|
@ -1708,7 +1708,7 @@ function AButton(_ref) {
|
|
|
|
|
}) : null, showNullProgramButton ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(AButton, {
|
|
|
|
|
icon: "icon-edit insert-blank",
|
|
|
|
|
icon: "md-iconfont icon-edit insert-blank",
|
|
|
|
|
className: "btn-null",
|
|
|
|
|
title: "\u589E\u52A0\u586B\u7A7A",
|
|
|
|
|
actionName: "add-signal",
|
|
|
|
|
@ -1720,7 +1720,7 @@ function AButton(_ref) {
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(AButton, {
|
|
|
|
|
icon: "icon-uniE900 insert-blank",
|
|
|
|
|
icon: "md-iconfont icon-uniE900 insert-blank",
|
|
|
|
|
className: "btn-null",
|
|
|
|
|
title: "\u589E\u52A0\u586B\u7A7A",
|
|
|
|
|
actionName: "add-multiple",
|
|
|
|
|
@ -1733,7 +1733,7 @@ function AButton(_ref) {
|
|
|
|
|
})]
|
|
|
|
|
}) : null, insertTemp && /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(AButton, {
|
|
|
|
|
icon: "icon-edit",
|
|
|
|
|
icon: "md-iconfont icon-edit",
|
|
|
|
|
className: "btn-null",
|
|
|
|
|
title: "\u63D2\u5165\u6A21\u677F",
|
|
|
|
|
actionName: "inster-template-".concat(insertTemp),
|
|
|
|
|
@ -1748,7 +1748,7 @@ function AButton(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
|
|
|
|
className: "btn-full-screen",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(AButton, {
|
|
|
|
|
icon: "".concat(fullScreen ? 'icon-shrink' : 'icon-enlarge'),
|
|
|
|
|
icon: "".concat(fullScreen ? 'md-iconfont icon-shrink' : 'md-iconfont icon-enlarge'),
|
|
|
|
|
title: fullScreen ? '关闭全屏' : '开启全屏',
|
|
|
|
|
actionName: "trigger-full-screen",
|
|
|
|
|
onActionCallback: onActionCallback
|
|
|
|
|
|