@zgfe/modules-interval 1.0.3-alpha.22 → 1.0.3-alpha.23
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.
|
@@ -11,7 +11,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
|
|
11
11
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
12
12
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
13
|
import React, { useContext, useEffect, useState } from 'react';
|
|
14
|
-
import { Form, Button, Radio, Space, Switch
|
|
14
|
+
import { Form, Button, Radio, Space, Switch } from 'antd';
|
|
15
15
|
import { BizAttributeSelector, BizSelect, BizUserGroupHeader, useSubject } from '@zgfe/business-lib';
|
|
16
16
|
import EventFilter from "../../components/eventFilter";
|
|
17
17
|
import "./styles/index.less";
|
|
@@ -207,10 +207,9 @@ var TopPanel = function TopPanel(props) {
|
|
|
207
207
|
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
208
208
|
label: "\u5F00\u59CB\u4E8B\u4EF6",
|
|
209
209
|
style: {
|
|
210
|
-
marginBottom: '8px'
|
|
210
|
+
marginBottom: '8px',
|
|
211
|
+
position: 'relative'
|
|
211
212
|
}
|
|
212
|
-
}, /*#__PURE__*/React.createElement(Space, {
|
|
213
|
-
align: "baseline"
|
|
214
213
|
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
215
214
|
name: "start",
|
|
216
215
|
style: {
|
|
@@ -240,14 +239,19 @@ var TopPanel = function TopPanel(props) {
|
|
|
240
239
|
key: "".concat(currentSubject === null || currentSubject === void 0 ? void 0 : currentSubject.subjectName, "-start"),
|
|
241
240
|
analysisType: analysisType,
|
|
242
241
|
onChange: setStartEvent
|
|
243
|
-
})), /*#__PURE__*/React.createElement(
|
|
244
|
-
align: "baseline"
|
|
242
|
+
})), /*#__PURE__*/React.createElement(Space, {
|
|
243
|
+
align: "baseline",
|
|
244
|
+
style: {
|
|
245
|
+
position: 'absolute',
|
|
246
|
+
top: '9px',
|
|
247
|
+
left: '295px'
|
|
248
|
+
}
|
|
245
249
|
}, /*#__PURE__*/React.createElement(Switch, {
|
|
246
250
|
checked: relevancy,
|
|
247
251
|
onChange: setRelevancy
|
|
248
252
|
}), /*#__PURE__*/React.createElement("span", {
|
|
249
253
|
className: "switch-title"
|
|
250
|
-
}, "\u8BBE\u7F6E\u5173\u8054\u5C5E\u6027")))
|
|
254
|
+
}, "\u8BBE\u7F6E\u5173\u8054\u5C5E\u6027"))), relevancy && /*#__PURE__*/React.createElement(Form.Item, {
|
|
251
255
|
className: "associated"
|
|
252
256
|
}, /*#__PURE__*/React.createElement(Space, {
|
|
253
257
|
align: "baseline"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-interval",
|
|
3
|
-
"version": "1.0.3-alpha.
|
|
3
|
+
"version": "1.0.3-alpha.23",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"umi-request": "^1.4.0",
|
|
63
63
|
"yorkie": "^2.0.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "dfb9bfb4e6f4672dc2f8633b785d87fb05eafd40"
|
|
66
66
|
}
|