|
|
|
|
@ -1958,7 +1958,7 @@ function AButton(_ref) {
|
|
|
|
|
hidetoolBar = _ref2.hidetoolBar;
|
|
|
|
|
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", {
|
|
|
|
|
@ -1986,32 +1986,32 @@ 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",
|
|
|
|
|
onActionCallback: onActionCallback,
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: "fill-tip",
|
|
|
|
|
children: "\u6DFB\u52A0\u5355\u884C\u586B\u7A7A\u9879"
|
|
|
|
|
children: "+\u5355\u884C\u586B\u7A7A\u9879"
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}), /*#__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",
|
|
|
|
|
onActionCallback: onActionCallback,
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: "fill-tip",
|
|
|
|
|
children: "\u6DFB\u52A0\u591A\u884C\u586B\u7A7A\u9879"
|
|
|
|
|
children: "+\u591A\u884C\u586B\u7A7A\u9879"
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
})]
|
|
|
|
|
}) : 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),
|
|
|
|
|
@ -2024,7 +2024,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
|