@cloud-app-dev/vidc 2.0.0-alpha.1 → 2.0.0-alpha.13
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/.umirc.ts +2 -3
- package/es/Api/index.d.ts +3 -4
- package/es/Api/index.js +7 -8
- package/es/AppRedirect/index.css +0 -0
- package/es/AppRedirect/index.d.ts +16 -0
- package/es/AppRedirect/index.js +34 -0
- package/es/AppRoute/index.d.ts +10 -0
- package/es/AppRoute/index.js +115 -0
- package/es/AppRoute/interface.d.ts +8 -0
- package/es/Auth/index.d.ts +8 -0
- package/es/Auth/index.js +17 -0
- package/es/AutoExit/index.js +15 -10
- package/es/Box/BetweenBox/index.css +5 -0
- package/es/Box/BetweenBox/index.d.ts +12 -0
- package/es/Box/BetweenBox/index.js +24 -0
- package/es/Box/InfoBox/index.css +23 -0
- package/es/Box/InfoBox/index.d.ts +12 -0
- package/es/Box/InfoBox/index.js +26 -0
- package/es/Box/TwoColumnBox/index.css +77 -0
- package/es/Box/TwoColumnBox/index.d.ts +10 -0
- package/es/Box/TwoColumnBox/index.js +50 -0
- package/es/Box/deps/content-grid.d.ts +9 -0
- package/es/Box/deps/content-grid.js +9 -0
- package/es/Box/deps/grid-factory.d.ts +10 -0
- package/es/Box/deps/grid-factory.js +72 -0
- package/es/Box/deps/simple-grid.d.ts +9 -0
- package/es/Box/deps/simple-grid.js +8 -0
- package/es/Box/index.css +9 -0
- package/es/Box/index.d.ts +14 -0
- package/es/Box/index.js +28 -0
- package/es/CheckGroupFixed/index.css +49 -0
- package/es/CheckGroupFixed/index.d.ts +17 -0
- package/es/CheckGroupFixed/index.js +148 -0
- package/es/Config/index.js +63 -6
- package/es/Config/interface.d.ts +30 -5
- package/es/Config/utils.d.ts +2 -11
- package/es/Config/utils.js +1 -12
- package/es/ConfigContext/index.d.ts +3 -0
- package/es/DeviceIcon/icon.js +5 -5
- package/es/DeviceIcon/index.js +2 -2
- package/es/DeviceSelect/TreeType.d.ts +6 -0
- package/es/DeviceSelect/TreeType.js +36 -0
- package/es/DeviceSelect/demo.js +2 -2
- package/es/DeviceSelect/index.css +6 -1
- package/es/DeviceSelect/index.d.ts +5 -0
- package/es/DeviceSelect/index.js +22 -53
- package/es/Dict/cache.d.ts +3 -0
- package/es/Dict/cache.js +21 -0
- package/es/Dict/desc.d.ts +64 -0
- package/es/Dict/desc.js +162 -0
- package/es/Dict/device.d.ts +28 -0
- package/es/Dict/device.js +117 -0
- package/es/Dict/hook.d.ts +4 -0
- package/es/Dict/hook.js +114 -0
- package/es/Dict/index.d.ts +13 -0
- package/es/Dict/index.js +14 -0
- package/es/Dict/interface.d.ts +16 -0
- package/es/Dict/utils.d.ts +11 -0
- package/es/Dict/utils.js +51 -0
- package/es/Drag/DragAndDropItem.d.ts +4 -0
- package/es/Drag/DragAndDropItem.js +145 -0
- package/es/Drag/DropItem.d.ts +4 -0
- package/es/Drag/DropItem.js +54 -0
- package/es/Drag/index.css +0 -0
- package/es/Drag/index.d.ts +7 -0
- package/es/Drag/index.js +7 -0
- package/es/Drag/interface.d.ts +16 -0
- package/es/Drawer/Demo.d.ts +3 -0
- package/es/Drawer/Demo.js +52 -0
- package/es/Drawer/Footer.d.ts +4 -0
- package/es/Drawer/Footer.js +26 -0
- package/es/Drawer/index.css +39 -0
- package/es/Drawer/index.d.ts +12 -0
- package/es/Drawer/index.js +41 -0
- package/es/Drawer/interface.d.ts +191 -0
- package/es/FullScreen/index.css +16 -0
- package/es/FullScreen/index.d.ts +10 -0
- package/es/FullScreen/index.js +68 -0
- package/es/HightLevel/index.css +3 -0
- package/es/HightLevel/index.d.ts +9 -0
- package/es/HightLevel/index.js +23 -0
- package/es/IconFont/index.d.ts +12 -0
- package/es/IconFont/index.js +57 -0
- package/es/ImageView/index.css +6 -0
- package/es/ImageView/index.d.ts +17 -0
- package/es/ImageView/index.js +58 -0
- package/es/InitialConfig/index.js +7 -11
- package/es/InitialConfig/utils.d.ts +1 -1
- package/es/InitialConfig/utils.js +8 -31
- package/es/InitialRequest/index.d.ts +1 -1
- package/es/InitialRequest/index.js +19 -11
- package/es/InitialRequest/utils.d.ts +5 -4
- package/es/InitialRequest/utils.js +58 -94
- package/es/Input/index.css +8 -0
- package/es/Input/index.d.ts +18 -0
- package/es/Input/index.js +76 -0
- package/es/LabelValue/index.css +18 -0
- package/es/LabelValue/index.d.ts +23 -0
- package/es/LabelValue/index.js +32 -0
- package/es/{DynamicDeviceList → List}/CheckExt.d.ts +0 -0
- package/es/{DynamicDeviceList → List}/CheckExt.js +4 -4
- package/es/List/DeviceList/index.css +0 -0
- package/es/List/DeviceList/index.d.ts +11 -0
- package/es/{DeviceList → List/DeviceList}/index.js +8 -20
- package/es/{DynamicDeviceList → List/DynamicDeviceList}/Demo.d.ts +0 -0
- package/es/List/DynamicDeviceList/Demo.js +54 -0
- package/es/{DynamicDeviceList → List/DynamicDeviceList}/index.css +5 -17
- package/es/List/DynamicDeviceList/index.d.ts +11 -0
- package/es/List/DynamicDeviceList/index.js +205 -0
- package/es/List/DynamicDeviceList/interface.d.ts +37 -0
- package/es/List/DynamicDeviceList/utils.d.ts +16 -0
- package/es/List/DynamicDeviceList/utils.js +61 -0
- package/es/List/DynamicGridList/Demo.d.ts +2 -0
- package/es/List/DynamicGridList/Demo.js +70 -0
- package/es/List/DynamicGridList/index.d.ts +26 -0
- package/es/List/DynamicGridList/index.js +73 -0
- package/es/List/GridList/Demo.d.ts +2 -0
- package/es/List/GridList/Demo.js +91 -0
- package/es/List/GridList/hook.d.ts +13 -0
- package/es/List/GridList/hook.js +301 -0
- package/es/List/GridList/index.css +7 -0
- package/es/List/GridList/index.d.ts +15 -0
- package/es/List/GridList/index.js +47 -0
- package/es/List/GridList/interface.d.ts +59 -0
- package/es/List/GridList/utils.d.ts +9 -0
- package/es/List/GridList/utils.js +43 -0
- package/es/List/ListExt/index.css +3 -0
- package/es/List/ListExt/index.d.ts +19 -0
- package/es/List/ListExt/index.js +44 -0
- package/es/List/VList/index.css +6 -0
- package/es/List/VList/index.d.ts +18 -0
- package/es/List/VList/index.js +51 -0
- package/es/List/VList/utils.d.ts +14 -0
- package/es/List/VList/utils.js +17 -0
- package/es/List/index.css +60 -5
- package/es/List/index.d.ts +10 -13
- package/es/List/index.js +170 -36
- package/es/List/interface.d.ts +87 -0
- package/es/List/renderItem.d.ts +20 -0
- package/es/List/renderItem.js +71 -0
- package/es/LoaderApp/index.css +3 -0
- package/es/LoaderApp/index.d.ts +31 -0
- package/es/LoaderApp/index.js +135 -0
- package/es/LoaderApp/interface.d.ts +6 -0
- package/es/LoaderApp/loader.d.ts +20 -0
- package/es/LoaderApp/loader.js +86 -0
- package/es/LoaderApp/utils.d.ts +13 -0
- package/es/LoaderApp/utils.js +121 -0
- package/es/LoaderScript/index.d.ts +26 -0
- package/es/LoaderScript/index.js +127 -0
- package/es/LoaderScript/interface.d.ts +26 -0
- package/es/LoaderScript/utils.d.ts +12 -0
- package/es/LoaderScript/utils.js +133 -0
- package/es/Modal/index.css +43 -0
- package/es/Modal/index.d.ts +17 -0
- package/es/Modal/index.js +34 -0
- package/es/Modal/interface.d.ts +339 -0
- package/es/Picture/component/DefaultRects/RectInfo.d.ts +7 -0
- package/es/Picture/component/DefaultRects/RectInfo.js +94 -0
- package/es/Picture/component/DefaultRects/index.css +247 -0
- package/es/Picture/component/DefaultRects/index.d.ts +12 -0
- package/es/Picture/component/DefaultRects/index.js +47 -0
- package/es/Picture/component/DefaultRects/utils.d.ts +2 -0
- package/es/Picture/component/DefaultRects/utils.js +11 -0
- package/es/Picture/component/DrawRect/index.css +8 -0
- package/es/Picture/component/DrawRect/index.d.ts +14 -0
- package/es/Picture/component/DrawRect/index.js +41 -0
- package/es/Picture/component/MoveContent/index.css +0 -0
- package/es/Picture/component/MoveContent/index.d.ts +39 -0
- package/es/Picture/component/MoveContent/index.js +240 -0
- package/es/Picture/component/MoveContent/utils.d.ts +4 -0
- package/es/Picture/component/MoveContent/utils.js +19 -0
- package/es/Picture/component/RectMenu/index.css +31 -0
- package/es/Picture/component/RectMenu/index.d.ts +13 -0
- package/es/Picture/component/RectMenu/index.js +81 -0
- package/es/Picture/component/RectMenu/utils.d.ts +12 -0
- package/es/Picture/component/RectMenu/utils.js +22 -0
- package/es/Picture/component/Tools/index.css +42 -0
- package/es/Picture/component/Tools/index.d.ts +13 -0
- package/es/Picture/component/Tools/index.js +83 -0
- package/es/Picture/component/WheelScale/index.d.ts +6 -0
- package/es/Picture/component/WheelScale/index.js +29 -0
- package/es/Picture/dragBound.d.ts +5 -0
- package/es/Picture/dragBound.js +77 -0
- package/es/Picture/index.css +12 -0
- package/es/Picture/index.d.ts +16 -0
- package/es/Picture/index.js +344 -0
- package/es/Picture/interface.d.ts +67 -0
- package/es/Picture/loadCaptureRectImage.d.ts +8 -0
- package/es/Picture/loadCaptureRectImage.js +119 -0
- package/es/Picture/useDraw.d.ts +1 -0
- package/es/Picture/useDraw.js +136 -0
- package/es/Picture/utils.d.ts +22 -0
- package/es/Picture/utils.js +90 -0
- package/es/Progress/index.css +20 -0
- package/es/Progress/index.d.ts +11 -0
- package/es/Progress/index.js +68 -0
- package/es/RefDrawer/index.js +4 -5
- package/es/RefModal/index.js +4 -5
- package/es/Service/http.d.ts +1 -1
- package/es/Service/http.js +2 -25
- package/es/TableLayout/index.css +4 -0
- package/es/TableLayout/index.d.ts +13 -0
- package/es/TableLayout/index.js +33 -0
- package/es/ThemeAntd/index.css +501 -0
- package/es/ThemeAntd/index.d.ts +7 -0
- package/es/ThemeAntd/index.js +6 -0
- package/es/ThemeAntd/style/button.css +46 -0
- package/es/ThemeAntd/style/checkbox.css +64 -0
- package/es/ThemeAntd/style/form.css +10 -0
- package/es/ThemeAntd/style/input.css +58 -0
- package/es/ThemeAntd/style/pagination.css +44 -0
- package/es/ThemeAntd/style/picker.css +86 -0
- package/es/ThemeAntd/style/popover.css +3 -0
- package/es/ThemeAntd/style/radio.css +71 -0
- package/es/ThemeAntd/style/scrollbar.css +19 -0
- package/es/ThemeAntd/style/select.css +57 -0
- package/es/ThemeAntd/style/table.css +36 -0
- package/es/ThemeAntd/style/tree.css +4 -0
- package/es/{TreeTitle → Title}/index.css +5 -5
- package/es/{TreeTitle → Title}/index.d.ts +2 -2
- package/es/{TreeTitle → Title}/index.js +9 -6
- package/es/{TreeMode → Tree/BaseTree}/demo.d.ts +0 -0
- package/es/Tree/BaseTree/demo.js +69 -0
- package/es/Tree/BaseTree/index.css +64 -0
- package/es/Tree/BaseTree/index.d.ts +24 -0
- package/es/Tree/BaseTree/index.js +83 -0
- package/es/Tree/demo.d.ts +2 -0
- package/es/{TreeMode → Tree}/demo.js +0 -0
- package/es/{TreeMode → Tree}/index.css +1 -1
- package/es/{TreeMode → Tree}/index.d.ts +1 -1
- package/es/{TreeMode → Tree}/index.js +9 -12
- package/es/UserSelect/index.d.ts +3 -3
- package/es/UserSelect/index.js +18 -15
- package/es/WorkerFlow/Form/Condition.js +6 -8
- package/es/WorkerFlow/Form/EmptyUserSet.js +4 -6
- package/es/WorkerFlow/Form/FormAuth.js +3 -3
- package/es/WorkerFlow/Form/GroupList.js +2 -2
- package/es/WorkerFlow/Form/GroupSelect.js +4 -6
- package/es/WorkerFlow/Form/GroupSelectModalContent.js +8 -7
- package/es/WorkerFlow/Form/LevelGroupSelect.js +5 -7
- package/es/WorkerFlow/Form/UserAndGroupSelect.js +4 -6
- package/es/WorkerFlow/Form/UserSelect.js +4 -6
- package/es/WorkerFlow/Form/UserSelectModalContent.js +8 -6
- package/es/WorkerFlow/Form/UserSet.js +3 -3
- package/es/WorkerFlow/Nodes/Add.js +2 -3
- package/es/WorkerFlow/Nodes/AddOption.js +2 -2
- package/es/WorkerFlow/Nodes/Approver.js +2 -2
- package/es/WorkerFlow/Nodes/Condition.js +2 -2
- package/es/WorkerFlow/Nodes/Handle.js +2 -2
- package/es/WorkerFlow/Nodes/Notifier.js +2 -2
- package/es/WorkerFlow/Nodes/TitleElement.js +70 -36
- package/es/WorkerFlow/index.css +9 -3
- package/es/WorkerFlow/index.js +3 -3
- package/es/WorkerFlow/utils.js +2 -2
- package/es/core.d.ts +27 -0
- package/es/index.d.ts +27 -4
- package/es/index.js +27 -4
- package/es/useDrawer/index.d.ts +14 -0
- package/es/useDrawer/index.js +91 -0
- package/es/useHttp/index.d.ts +8 -0
- package/es/useHttp/index.js +78 -0
- package/es/useModal/index.d.ts +14 -0
- package/es/useModal/index.js +93 -0
- package/es/useNavigate/index.css +0 -0
- package/es/useNavigate/index.d.ts +4 -0
- package/es/useNavigate/index.js +14 -0
- package/es/utils.d.ts +11 -0
- package/es/utils.js +68 -1
- package/package.json +10 -8
- package/es/DeviceList/index.css +0 -32
- package/es/DeviceList/index.d.ts +0 -14
- package/es/DynamicDeviceList/Demo.js +0 -17
- package/es/DynamicDeviceList/index.d.ts +0 -35
- package/es/DynamicDeviceList/index.js +0 -224
- package/es/DynamicDeviceList/utils.d.ts +0 -2
- package/es/DynamicDeviceList/utils.js +0 -15
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
2
|
-
import _Tree from "@cloud-app-dev/basic-components/es/Tree";
|
|
3
1
|
import _treeHelper from "@cloud-app-dev/utils/es/treeHelper";
|
|
4
|
-
import _useHttp2 from "@cloud-app-dev/basic-components/es/useHttp";
|
|
5
2
|
|
|
6
3
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
7
4
|
|
|
@@ -26,8 +23,11 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
26
23
|
import { __rest } from "tslib";
|
|
27
24
|
import React, { useEffect, useMemo, useState } from 'react';
|
|
28
25
|
import api from '../Api';
|
|
29
|
-
import
|
|
26
|
+
import Title from '../Title';
|
|
30
27
|
import { getParentListById, getPlaceCodesWithParent } from '../utils';
|
|
28
|
+
import IconFont from '../IconFont';
|
|
29
|
+
import useHttp from '../useHttp';
|
|
30
|
+
import Tree from './BaseTree';
|
|
31
31
|
import "./index.css";
|
|
32
32
|
var defaultList = [];
|
|
33
33
|
|
|
@@ -55,7 +55,7 @@ function TreeMode(_a) {
|
|
|
55
55
|
*/
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
var _useHttp =
|
|
58
|
+
var _useHttp = useHttp(['TreeMode', mode], function (_ref) {
|
|
59
59
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
60
60
|
_ = _ref2[0],
|
|
61
61
|
mode = _ref2[1];
|
|
@@ -147,14 +147,11 @@ function TreeMode(_a) {
|
|
|
147
147
|
|
|
148
148
|
useEffect(function () {
|
|
149
149
|
var id = treeData[0] ? treeData[0][treeKey] : undefined;
|
|
150
|
-
|
|
151
|
-
if (id && onDefailtSelect) {
|
|
152
|
-
onDefailtSelect(id);
|
|
153
|
-
}
|
|
150
|
+
id && onDefailtSelect && onDefailtSelect(id);
|
|
154
151
|
}, [treeData, treeKey]);
|
|
155
152
|
return /*#__PURE__*/React.createElement("div", {
|
|
156
153
|
className: "bc-type-tree-layout ".concat(className)
|
|
157
|
-
}, /*#__PURE__*/React.createElement(
|
|
154
|
+
}, /*#__PURE__*/React.createElement(Title, {
|
|
158
155
|
title: title,
|
|
159
156
|
value: state.keyword,
|
|
160
157
|
inputPlaceholder: inputPlaceholder,
|
|
@@ -165,7 +162,7 @@ function TreeMode(_a) {
|
|
|
165
162
|
});
|
|
166
163
|
});
|
|
167
164
|
}
|
|
168
|
-
}), renderHeader && renderHeader(), list.length > 0 && /*#__PURE__*/React.createElement(
|
|
165
|
+
}), renderHeader && renderHeader(), list.length > 0 && /*#__PURE__*/React.createElement(Tree, Object.assign({}, props, {
|
|
169
166
|
treeData: treeData,
|
|
170
167
|
key: state.focusKey,
|
|
171
168
|
showIcon: showIcon,
|
|
@@ -185,7 +182,7 @@ function TreeMode(_a) {
|
|
|
185
182
|
key: treeKey
|
|
186
183
|
},
|
|
187
184
|
icon: function icon(node) {
|
|
188
|
-
return /*#__PURE__*/React.createElement(
|
|
185
|
+
return /*#__PURE__*/React.createElement(IconFont, {
|
|
189
186
|
type: "".concat(treeData.length === 1 && node.id === treeData[0].id ? 'icon-S_Bar_Home' : mode === 'Place' ? node.level > 4 ? 'icon-S_Place_Place' : 'icon-S_Bar_Add' : 'icon-S_Photo_ListTree')
|
|
190
187
|
});
|
|
191
188
|
}
|
package/es/UserSelect/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { UserInfoType } from '../AppContext/interface';
|
|
3
3
|
import './index.less';
|
|
4
4
|
interface IUserSelectProps {
|
|
5
|
-
selectUsers:
|
|
6
|
-
onChange?: (users:
|
|
5
|
+
selectUsers: UserInfoType[];
|
|
6
|
+
onChange?: (users: UserInfoType[]) => void;
|
|
7
7
|
className?: string;
|
|
8
8
|
/**
|
|
9
9
|
* @description 过滤不需要的用户
|
package/es/UserSelect/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _useChangeEffect from "@cloud-app-dev/basic-components/es/useChangeEffect";
|
|
1
|
+
import _useUpdateEffect from "ahooks/es/useUpdateEffect";
|
|
3
2
|
import _treeHelper from "@cloud-app-dev/utils/es/treeHelper";
|
|
4
|
-
import _useHttp2 from "@cloud-app-dev/basic-components/es/useHttp";
|
|
5
3
|
|
|
6
4
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
7
5
|
|
|
@@ -25,9 +23,14 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
25
23
|
|
|
26
24
|
import React, { useCallback, useMemo, useState, useImperativeHandle } from 'react';
|
|
27
25
|
import api from '../Api';
|
|
28
|
-
import TreeMode from '../
|
|
29
|
-
import
|
|
30
|
-
import
|
|
26
|
+
import TreeMode from '../Tree';
|
|
27
|
+
import uniq from 'lodash-es/uniq';
|
|
28
|
+
import intersectionWith from 'lodash-es/intersectionWith';
|
|
29
|
+
import uniqBy from 'lodash-es/uniqBy';
|
|
30
|
+
import differenceWith from 'lodash-es/differenceWith';
|
|
31
|
+
import IconFont from '../IconFont';
|
|
32
|
+
import useHttp from '../useHttp';
|
|
33
|
+
import ListExt from '../List/ListExt';
|
|
31
34
|
import "./index.css";
|
|
32
35
|
|
|
33
36
|
function UserSelect(_ref, ref) {
|
|
@@ -51,7 +54,7 @@ function UserSelect(_ref, ref) {
|
|
|
51
54
|
state = _useState2[0],
|
|
52
55
|
setState = _useState2[1];
|
|
53
56
|
|
|
54
|
-
var _useHttp =
|
|
57
|
+
var _useHttp = useHttp('QueryOrgList', function () {
|
|
55
58
|
return api.getOrgs();
|
|
56
59
|
}),
|
|
57
60
|
_useHttp$data = _useHttp.data,
|
|
@@ -64,15 +67,15 @@ function UserSelect(_ref, ref) {
|
|
|
64
67
|
return state.orgId ? state.orgId : treeData[0] ? treeData[0].id : undefined;
|
|
65
68
|
}, [treeData, state.orgId]);
|
|
66
69
|
|
|
67
|
-
var
|
|
70
|
+
var _useHttp2 = useHttp(['QueryUserList', selectId, userParams], function (_ref2) {
|
|
68
71
|
var _ref3 = _slicedToArray(_ref2, 2),
|
|
69
72
|
_ = _ref3[0],
|
|
70
73
|
id = _ref3[1];
|
|
71
74
|
|
|
72
75
|
return id ? api.getUsers(id, userParams, filterUserIds) : Promise.resolve();
|
|
73
76
|
}),
|
|
74
|
-
|
|
75
|
-
userList =
|
|
77
|
+
_useHttp2$data = _useHttp2.data,
|
|
78
|
+
userList = _useHttp2$data === void 0 ? [] : _useHttp2$data;
|
|
76
79
|
|
|
77
80
|
var onUserChecked1 = useCallback(function (ids) {
|
|
78
81
|
var items = userList.filter(function (v) {
|
|
@@ -115,7 +118,7 @@ function UserSelect(_ref, ref) {
|
|
|
115
118
|
};
|
|
116
119
|
}, [state.selectUsers, state.selectIds]);
|
|
117
120
|
|
|
118
|
-
|
|
121
|
+
_useUpdateEffect(function () {
|
|
119
122
|
return onChange && onChange(state.selectUsers.filter(function (v) {
|
|
120
123
|
return state.selectIds.includes(v.id);
|
|
121
124
|
}));
|
|
@@ -145,7 +148,7 @@ function UserSelect(_ref, ref) {
|
|
|
145
148
|
});
|
|
146
149
|
},
|
|
147
150
|
selectedKeys: [selectId]
|
|
148
|
-
}), /*#__PURE__*/React.createElement(
|
|
151
|
+
}), /*#__PURE__*/React.createElement(ListExt, {
|
|
149
152
|
onChecked: onUserChecked1,
|
|
150
153
|
list: renderList1,
|
|
151
154
|
key: userList.length,
|
|
@@ -163,11 +166,11 @@ function UserSelect(_ref, ref) {
|
|
|
163
166
|
},
|
|
164
167
|
keywords: state.keyword1,
|
|
165
168
|
whatIcon: function whatIcon() {
|
|
166
|
-
return /*#__PURE__*/React.createElement(
|
|
169
|
+
return /*#__PURE__*/React.createElement(IconFont, {
|
|
167
170
|
type: "icon-S_AID_username"
|
|
168
171
|
});
|
|
169
172
|
}
|
|
170
|
-
}), /*#__PURE__*/React.createElement(
|
|
173
|
+
}), /*#__PURE__*/React.createElement(ListExt, {
|
|
171
174
|
list: renderList2,
|
|
172
175
|
itemKey: "id",
|
|
173
176
|
itemNameKey: "realName",
|
|
@@ -184,7 +187,7 @@ function UserSelect(_ref, ref) {
|
|
|
184
187
|
keywords: state.keyword2,
|
|
185
188
|
onChecked: onUserChecked2,
|
|
186
189
|
whatIcon: function whatIcon() {
|
|
187
|
-
return /*#__PURE__*/React.createElement(
|
|
190
|
+
return /*#__PURE__*/React.createElement(IconFont, {
|
|
188
191
|
type: "icon-S_AID_username"
|
|
189
192
|
});
|
|
190
193
|
}
|
|
@@ -2,8 +2,6 @@ import "antd/lib/radio/style";
|
|
|
2
2
|
import _Radio from "antd/lib/radio";
|
|
3
3
|
import "antd/lib/button/style";
|
|
4
4
|
import _Button from "antd/lib/button";
|
|
5
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
6
|
-
import _ContentBox from "@cloud-app-dev/basic-components/es/ContentBox";
|
|
7
5
|
|
|
8
6
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
9
7
|
|
|
@@ -18,6 +16,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
18
16
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
19
17
|
|
|
20
18
|
import React, { useCallback, useEffect, useImperativeHandle, useMemo, useRef, useState } from 'react';
|
|
19
|
+
import Box from '../../Box';
|
|
20
|
+
import IconFont from '../../IconFont';
|
|
21
21
|
import RefModal from '../../RefModal';
|
|
22
22
|
|
|
23
23
|
function ConditionForm(_ref) {
|
|
@@ -29,8 +29,6 @@ function ConditionForm(_ref) {
|
|
|
29
29
|
|
|
30
30
|
var _a, _b;
|
|
31
31
|
|
|
32
|
-
console.log(item, useConditionFields);
|
|
33
|
-
|
|
34
32
|
var _useState = useState({
|
|
35
33
|
field: (item === null || item === void 0 ? void 0 : item.conditionList) ? (_a = item.conditionList[0]) === null || _a === void 0 ? void 0 : _a.field : '',
|
|
36
34
|
value: (item === null || item === void 0 ? void 0 : item.conditionList) ? (_b = item === null || item === void 0 ? void 0 : item.conditionList[0]) === null || _b === void 0 ? void 0 : _b.value : ''
|
|
@@ -129,7 +127,7 @@ function ConditionForm(_ref) {
|
|
|
129
127
|
});
|
|
130
128
|
}
|
|
131
129
|
}, [state.field, state.value, formItem, options]);
|
|
132
|
-
return /*#__PURE__*/React.createElement(
|
|
130
|
+
return /*#__PURE__*/React.createElement(Box.InfoBox, {
|
|
133
131
|
title: "\u8BBE\u7F6E\u6761\u4EF6",
|
|
134
132
|
contentStyle: {
|
|
135
133
|
padding: 20
|
|
@@ -140,7 +138,7 @@ function ConditionForm(_ref) {
|
|
|
140
138
|
color: 'var(--icon)',
|
|
141
139
|
cursor: 'pointer'
|
|
142
140
|
}
|
|
143
|
-
}, /*#__PURE__*/React.createElement(
|
|
141
|
+
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
144
142
|
type: "icon-S_Edit_Draw",
|
|
145
143
|
style: {
|
|
146
144
|
paddingRight: 4
|
|
@@ -148,7 +146,7 @@ function ConditionForm(_ref) {
|
|
|
148
146
|
}), "\u4FEE\u6539")
|
|
149
147
|
}, !state.field ? /*#__PURE__*/React.createElement(_Button, {
|
|
150
148
|
type: "primary",
|
|
151
|
-
icon: /*#__PURE__*/React.createElement(
|
|
149
|
+
icon: /*#__PURE__*/React.createElement(IconFont, {
|
|
152
150
|
type: "icon-S_Edit_PlusLine"
|
|
153
151
|
}),
|
|
154
152
|
onClick: addCondition
|
|
@@ -156,7 +154,7 @@ function ConditionForm(_ref) {
|
|
|
156
154
|
style: {
|
|
157
155
|
fontWeight: 600
|
|
158
156
|
}
|
|
159
|
-
}, formItem.label, " ", /*#__PURE__*/React.createElement(
|
|
157
|
+
}, formItem.label, " ", /*#__PURE__*/React.createElement(IconFont, {
|
|
160
158
|
style: {
|
|
161
159
|
paddingLeft: 10,
|
|
162
160
|
cursor: 'pointer'
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import "antd/lib/tag/style";
|
|
2
2
|
import _Tag from "antd/lib/tag";
|
|
3
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
4
3
|
import "antd/lib/button/style";
|
|
5
4
|
import _Button from "antd/lib/button";
|
|
6
5
|
import "antd/lib/message/style";
|
|
@@ -20,10 +19,11 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
20
19
|
|
|
21
20
|
import { __awaiter } from "tslib";
|
|
22
21
|
import React, { useCallback, useMemo, useRef, useState, useEffect } from 'react';
|
|
23
|
-
import
|
|
22
|
+
import replace from 'lodash-es/replace';
|
|
24
23
|
import chroma from 'chroma-js';
|
|
25
24
|
import UserSelectModalContent from './UserSelectModalContent';
|
|
26
25
|
import RefModal from '../../RefModal';
|
|
26
|
+
import IconFont from '../../IconFont';
|
|
27
27
|
|
|
28
28
|
function EmptyUserSet(_ref) {
|
|
29
29
|
var _this = this;
|
|
@@ -43,9 +43,7 @@ function EmptyUserSet(_ref) {
|
|
|
43
43
|
var cRef = useRef(null);
|
|
44
44
|
var color = useMemo(function () {
|
|
45
45
|
var c = getComputedStyle(document.querySelector(':root')).getPropertyValue('--primary');
|
|
46
|
-
|
|
47
|
-
var col = _.replace(c, ' ', '');
|
|
48
|
-
|
|
46
|
+
var col = replace(c, ' ', '');
|
|
49
47
|
return chroma(col).alpha(0.5).hex('rgba');
|
|
50
48
|
}, []);
|
|
51
49
|
var userModify = useCallback(function () {
|
|
@@ -108,7 +106,7 @@ function EmptyUserSet(_ref) {
|
|
|
108
106
|
}, "\u5BA1\u6279\u4EBA\u4E3A\u7A7A\u65F6"), /*#__PURE__*/React.createElement("div", {
|
|
109
107
|
className: "user-select-tools"
|
|
110
108
|
}, /*#__PURE__*/React.createElement("span", null, "\u81EA\u52A8\u8F6C\u4EA4\u7ED9"), /*#__PURE__*/React.createElement(_Button, {
|
|
111
|
-
icon: /*#__PURE__*/React.createElement(
|
|
109
|
+
icon: /*#__PURE__*/React.createElement(IconFont, {
|
|
112
110
|
type: "icon-S_Edit_Draw"
|
|
113
111
|
}),
|
|
114
112
|
type: "primary",
|
|
@@ -2,7 +2,6 @@ import "antd/lib/radio/style";
|
|
|
2
2
|
import _Radio from "antd/lib/radio";
|
|
3
3
|
import "antd/lib/table/style";
|
|
4
4
|
import _Table from "antd/lib/table";
|
|
5
|
-
import _ContentBox from "@cloud-app-dev/basic-components/es/ContentBox";
|
|
6
5
|
|
|
7
6
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
8
7
|
|
|
@@ -25,7 +24,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
25
24
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
26
25
|
|
|
27
26
|
import React, { useCallback, useEffect, useState } from 'react';
|
|
28
|
-
import
|
|
27
|
+
import Box from '../../Box';
|
|
28
|
+
import cloneDeep from 'lodash-es/cloneDeep';
|
|
29
29
|
|
|
30
30
|
function FormAuth(_ref) {
|
|
31
31
|
var form = _ref.form,
|
|
@@ -56,7 +56,7 @@ function FormAuth(_ref) {
|
|
|
56
56
|
form: state.form
|
|
57
57
|
});
|
|
58
58
|
}, [state.form]);
|
|
59
|
-
return /*#__PURE__*/React.createElement(
|
|
59
|
+
return /*#__PURE__*/React.createElement(Box.InfoBox, {
|
|
60
60
|
className: "user-form-auth-layout",
|
|
61
61
|
title: "\u8868\u5355\u64CD\u4F5C\u6743\u9650"
|
|
62
62
|
}, /*#__PURE__*/React.createElement(_Table, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "antd/lib/checkbox/style";
|
|
2
2
|
import _Checkbox from "antd/lib/checkbox";
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
4
|
+
import Title from '../../Title';
|
|
5
5
|
|
|
6
6
|
function GroupList(_ref) {
|
|
7
7
|
var list = _ref.list,
|
|
@@ -11,7 +11,7 @@ function GroupList(_ref) {
|
|
|
11
11
|
title = _ref.title;
|
|
12
12
|
return /*#__PURE__*/React.createElement("div", {
|
|
13
13
|
className: "lm-c-check-list-wrapper vidc-list-component post-group-list"
|
|
14
|
-
}, /*#__PURE__*/React.createElement(
|
|
14
|
+
}, /*#__PURE__*/React.createElement(Title, {
|
|
15
15
|
titleExt: false,
|
|
16
16
|
title: title,
|
|
17
17
|
inputPlaceholder: "\u8BF7\u8F93\u5165\u5C97\u4F4D\u540D\u79F0",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import "antd/lib/tag/style";
|
|
2
2
|
import _Tag from "antd/lib/tag";
|
|
3
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
4
3
|
import "antd/lib/button/style";
|
|
5
4
|
import _Button from "antd/lib/button";
|
|
6
5
|
import "antd/lib/message/style";
|
|
@@ -20,9 +19,10 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
20
19
|
|
|
21
20
|
import { __awaiter } from "tslib";
|
|
22
21
|
import React, { useCallback, useMemo, useRef, useState, useEffect } from 'react';
|
|
23
|
-
import
|
|
22
|
+
import replace from 'lodash-es/replace';
|
|
24
23
|
import chroma from 'chroma-js';
|
|
25
24
|
import GroupSelectModalContent from './GroupSelectModalContent';
|
|
25
|
+
import IconFont from '../../IconFont';
|
|
26
26
|
import { formatRenderGroup } from './utils';
|
|
27
27
|
import RefModal from '../../RefModal';
|
|
28
28
|
|
|
@@ -44,9 +44,7 @@ function GroupSelect(_ref) {
|
|
|
44
44
|
var cRef = useRef(null);
|
|
45
45
|
var color = useMemo(function () {
|
|
46
46
|
var c = getComputedStyle(document.querySelector(':root')).getPropertyValue('--primary');
|
|
47
|
-
|
|
48
|
-
var col = _.replace(c, ' ', '');
|
|
49
|
-
|
|
47
|
+
var col = replace(c, ' ', '');
|
|
50
48
|
return chroma(col).alpha(0.5).hex('rgba');
|
|
51
49
|
}, []);
|
|
52
50
|
var userModify = useCallback(function () {
|
|
@@ -113,7 +111,7 @@ function GroupSelect(_ref) {
|
|
|
113
111
|
justifyContent: 'space-between'
|
|
114
112
|
}
|
|
115
113
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_Button, {
|
|
116
|
-
icon: /*#__PURE__*/React.createElement(
|
|
114
|
+
icon: /*#__PURE__*/React.createElement(IconFont, {
|
|
117
115
|
type: "icon-S_Edit_Draw"
|
|
118
116
|
}),
|
|
119
117
|
type: "primary",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import _treeHelper from "@cloud-app-dev/utils/es/treeHelper";
|
|
2
|
-
import _useHttp2 from "@cloud-app-dev/basic-components/es/useHttp";
|
|
3
2
|
|
|
4
3
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
5
4
|
|
|
@@ -23,8 +22,10 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
23
22
|
|
|
24
23
|
import React, { useCallback, useMemo, useState, useImperativeHandle } from 'react';
|
|
25
24
|
import api from '../../Api';
|
|
26
|
-
import TreeMode from '../../
|
|
27
|
-
import
|
|
25
|
+
import TreeMode from '../../Tree';
|
|
26
|
+
import uniq from 'lodash-es/uniq';
|
|
27
|
+
import intersectionWith from 'lodash-es/intersectionWith';
|
|
28
|
+
import useHttp from '../../useHttp';
|
|
28
29
|
import { formatRenderGroup } from './utils';
|
|
29
30
|
import GroupList from './GroupList';
|
|
30
31
|
|
|
@@ -44,7 +45,7 @@ function GroupSelectModalContent(_ref, ref) {
|
|
|
44
45
|
state = _useState2[0],
|
|
45
46
|
setState = _useState2[1];
|
|
46
47
|
|
|
47
|
-
var _useHttp =
|
|
48
|
+
var _useHttp = useHttp('QueryOrgList', function () {
|
|
48
49
|
return api.getOrgs();
|
|
49
50
|
}),
|
|
50
51
|
_useHttp$data = _useHttp.data,
|
|
@@ -57,15 +58,15 @@ function GroupSelectModalContent(_ref, ref) {
|
|
|
57
58
|
return state.orgId ? state.orgId : treeData[0] ? treeData[0].id : undefined;
|
|
58
59
|
}, [treeData, state.orgId]);
|
|
59
60
|
|
|
60
|
-
var
|
|
61
|
+
var _useHttp2 = useHttp(['GetPosts', selectId], function (_ref2) {
|
|
61
62
|
var _ref3 = _slicedToArray(_ref2, 2),
|
|
62
63
|
_ = _ref3[0],
|
|
63
64
|
id = _ref3[1];
|
|
64
65
|
|
|
65
66
|
return id ? api.getPosts(id) : Promise.resolve();
|
|
66
67
|
}),
|
|
67
|
-
|
|
68
|
-
groupList =
|
|
68
|
+
_useHttp2$data = _useHttp2.data,
|
|
69
|
+
groupList = _useHttp2$data === void 0 ? [] : _useHttp2$data;
|
|
69
70
|
|
|
70
71
|
var onUserChecked1 = useCallback(function (ids) {
|
|
71
72
|
var items = groupList.filter(function (v) {
|
|
@@ -4,7 +4,6 @@ import "antd/lib/tag/style";
|
|
|
4
4
|
import _Tag from "antd/lib/tag";
|
|
5
5
|
import "antd/lib/button/style";
|
|
6
6
|
import _Button from "antd/lib/button";
|
|
7
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
8
7
|
import "antd/lib/message/style";
|
|
9
8
|
import _message from "antd/lib/message";
|
|
10
9
|
|
|
@@ -22,11 +21,12 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
22
21
|
|
|
23
22
|
import { __awaiter } from "tslib";
|
|
24
23
|
import React, { useCallback, useMemo, useRef, useState, useEffect } from 'react';
|
|
25
|
-
import
|
|
24
|
+
import replace from 'lodash-es/replace';
|
|
26
25
|
import chroma from 'chroma-js';
|
|
27
26
|
import GroupSelectModalContent from './GroupSelectModalContent';
|
|
28
27
|
import { formatRenderGroup, ToUpperNumberString } from './utils';
|
|
29
28
|
import RefModal from '../../RefModal';
|
|
29
|
+
import IconFont from '../../IconFont';
|
|
30
30
|
var levelDict = Array.from(new Array(30)).map(function (_, i) {
|
|
31
31
|
return i + 1;
|
|
32
32
|
});
|
|
@@ -51,9 +51,7 @@ function LevelGroupSelect(_ref) {
|
|
|
51
51
|
var cRef = useRef(null);
|
|
52
52
|
var color = useMemo(function () {
|
|
53
53
|
var c = getComputedStyle(document.querySelector(':root')).getPropertyValue('--primary');
|
|
54
|
-
|
|
55
|
-
var col = _.replace(c, ' ', '');
|
|
56
|
-
|
|
54
|
+
var col = replace(c, ' ', '');
|
|
57
55
|
return chroma(col).alpha(0.5).hex('rgba');
|
|
58
56
|
}, []);
|
|
59
57
|
var userModify = useCallback(function () {
|
|
@@ -126,10 +124,10 @@ function LevelGroupSelect(_ref) {
|
|
|
126
124
|
style: {
|
|
127
125
|
paddingRight: 10
|
|
128
126
|
}
|
|
129
|
-
}, "\u6307\u5B9A\u5C97\u4F4D\uFF08\u540C\u65F6\u662F\u4E3B\u7BA1\uFF09", /*#__PURE__*/React.createElement(
|
|
127
|
+
}, "\u6307\u5B9A\u5C97\u4F4D\uFF08\u540C\u65F6\u662F\u4E3B\u7BA1\uFF09", /*#__PURE__*/React.createElement(IconFont, {
|
|
130
128
|
type: "icon-Warning"
|
|
131
129
|
})), /*#__PURE__*/React.createElement(_Button, {
|
|
132
|
-
icon: /*#__PURE__*/React.createElement(
|
|
130
|
+
icon: /*#__PURE__*/React.createElement(IconFont, {
|
|
133
131
|
type: "icon-S_Edit_Draw"
|
|
134
132
|
}),
|
|
135
133
|
type: "primary",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import "antd/lib/tag/style";
|
|
2
2
|
import _Tag from "antd/lib/tag";
|
|
3
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
4
3
|
import "antd/lib/button/style";
|
|
5
4
|
import _Button from "antd/lib/button";
|
|
6
5
|
import "antd/lib/select/style";
|
|
@@ -22,12 +21,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
22
21
|
|
|
23
22
|
import { __awaiter } from "tslib";
|
|
24
23
|
import React, { useCallback, useMemo, useRef, useState, useEffect } from 'react';
|
|
25
|
-
import
|
|
24
|
+
import replace from 'lodash-es/replace';
|
|
26
25
|
import chroma from 'chroma-js';
|
|
27
26
|
import UserSelectModalContent from './UserSelectModalContent';
|
|
28
27
|
import GroupSelectModalContent from './GroupSelectModalContent';
|
|
29
28
|
import RefModal from '../../RefModal';
|
|
30
29
|
import { formatRenderGroup } from './utils';
|
|
30
|
+
import IconFont from '../../IconFont';
|
|
31
31
|
|
|
32
32
|
function UserAndGroupSelect(_ref) {
|
|
33
33
|
var _this = this;
|
|
@@ -52,9 +52,7 @@ function UserAndGroupSelect(_ref) {
|
|
|
52
52
|
var cRef = useRef(null);
|
|
53
53
|
var color = useMemo(function () {
|
|
54
54
|
var c = getComputedStyle(document.querySelector(':root')).getPropertyValue('--primary');
|
|
55
|
-
|
|
56
|
-
var col = _.replace(c, ' ', '');
|
|
57
|
-
|
|
55
|
+
var col = replace(c, ' ', '');
|
|
58
56
|
return chroma(col).alpha(0.5).hex('rgba');
|
|
59
57
|
}, []);
|
|
60
58
|
var userModify = useCallback(function () {
|
|
@@ -140,7 +138,7 @@ function UserAndGroupSelect(_ref) {
|
|
|
140
138
|
}, "\u4EBA\u5458"), /*#__PURE__*/React.createElement(_Select.Option, {
|
|
141
139
|
value: "groupId"
|
|
142
140
|
}, "\u5C97\u4F4D")), /*#__PURE__*/React.createElement(_Button, {
|
|
143
|
-
icon: /*#__PURE__*/React.createElement(
|
|
141
|
+
icon: /*#__PURE__*/React.createElement(IconFont, {
|
|
144
142
|
type: "icon-S_Edit_Draw"
|
|
145
143
|
}),
|
|
146
144
|
type: "primary",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import "antd/lib/tag/style";
|
|
2
2
|
import _Tag from "antd/lib/tag";
|
|
3
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
4
3
|
import "antd/lib/button/style";
|
|
5
4
|
import _Button from "antd/lib/button";
|
|
6
5
|
import "antd/lib/message/style";
|
|
@@ -20,10 +19,11 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
20
19
|
|
|
21
20
|
import { __awaiter } from "tslib";
|
|
22
21
|
import React, { useCallback, useMemo, useRef, useState, useEffect } from 'react';
|
|
23
|
-
import
|
|
22
|
+
import replace from 'lodash-es/replace';
|
|
24
23
|
import chroma from 'chroma-js';
|
|
25
24
|
import UserSelectModalContent from './UserSelectModalContent';
|
|
26
25
|
import RefModal from '../../RefModal';
|
|
26
|
+
import IconFont from '../../IconFont';
|
|
27
27
|
|
|
28
28
|
function UserSelect(_ref) {
|
|
29
29
|
var _this = this;
|
|
@@ -43,9 +43,7 @@ function UserSelect(_ref) {
|
|
|
43
43
|
var cRef = useRef(null);
|
|
44
44
|
var color = useMemo(function () {
|
|
45
45
|
var c = getComputedStyle(document.querySelector(':root')).getPropertyValue('--primary');
|
|
46
|
-
|
|
47
|
-
var col = _.replace(c, ' ', '');
|
|
48
|
-
|
|
46
|
+
var col = replace(c, ' ', '');
|
|
49
47
|
return chroma(col).alpha(0.5).hex('rgba');
|
|
50
48
|
}, []);
|
|
51
49
|
var userModify = useCallback(function () {
|
|
@@ -109,7 +107,7 @@ function UserSelect(_ref) {
|
|
|
109
107
|
justifyContent: 'space-between'
|
|
110
108
|
}
|
|
111
109
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_Button, {
|
|
112
|
-
icon: /*#__PURE__*/React.createElement(
|
|
110
|
+
icon: /*#__PURE__*/React.createElement(IconFont, {
|
|
113
111
|
type: "icon-S_Edit_Draw"
|
|
114
112
|
}),
|
|
115
113
|
type: "primary",
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import _useHttp2 from "@cloud-app-dev/basic-components/es/useHttp";
|
|
2
|
-
|
|
3
1
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
2
|
|
|
5
3
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -22,9 +20,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
22
20
|
|
|
23
21
|
import React, { useCallback, useMemo, useState, forwardRef, useImperativeHandle } from 'react';
|
|
24
22
|
import api from '../../Api';
|
|
25
|
-
import TreeMode from '../../
|
|
26
|
-
import List from '../../List';
|
|
27
|
-
import
|
|
23
|
+
import TreeMode from '../../Tree';
|
|
24
|
+
import List from '../../List/ListExt';
|
|
25
|
+
import uniq from 'lodash-es/uniq';
|
|
26
|
+
import intersectionWith from 'lodash-es/intersectionWith';
|
|
27
|
+
import uniqBy from 'lodash-es/uniqBy';
|
|
28
|
+
import differenceWith from 'lodash-es/differenceWith';
|
|
29
|
+
import useHttp from '../../useHttp';
|
|
28
30
|
var UserSelectModalContent = /*#__PURE__*/forwardRef(function UserSelectModalContent(_ref, ref) {
|
|
29
31
|
var selectUsers = _ref.selectUsers;
|
|
30
32
|
|
|
@@ -44,7 +46,7 @@ var UserSelectModalContent = /*#__PURE__*/forwardRef(function UserSelectModalCon
|
|
|
44
46
|
state = _useState2[0],
|
|
45
47
|
setState = _useState2[1];
|
|
46
48
|
|
|
47
|
-
var _useHttp =
|
|
49
|
+
var _useHttp = useHttp(['QueryUserList', state.orgId], function (_ref2) {
|
|
48
50
|
var _ref3 = _slicedToArray(_ref2, 2),
|
|
49
51
|
_ = _ref3[0],
|
|
50
52
|
id = _ref3[1];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import "antd/lib/radio/style";
|
|
2
2
|
import _Radio from "antd/lib/radio";
|
|
3
|
-
import _ContentBox from "@cloud-app-dev/basic-components/es/ContentBox";
|
|
4
3
|
|
|
5
4
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
5
|
|
|
@@ -18,13 +17,14 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
18
17
|
|
|
19
18
|
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
20
19
|
import { UserSetOptions } from '../Nodes/Constants';
|
|
21
|
-
import
|
|
20
|
+
import cloneDeep from 'lodash-es/cloneDeep';
|
|
22
21
|
import UsersHandleType from './UsersHandleType';
|
|
23
22
|
import UserSelect from './UserSelect';
|
|
24
23
|
import UserAndGroupSelect from './UserAndGroupSelect';
|
|
25
24
|
import GroupSelect from './GroupSelect';
|
|
26
25
|
import EmptyUserSet from './EmptyUserSet';
|
|
27
26
|
import LevelGroupSelect from './LevelGroupSelect';
|
|
27
|
+
import Box from '../../Box';
|
|
28
28
|
var contentMap = {
|
|
29
29
|
1: UserSelectType1,
|
|
30
30
|
2: UserSelectType2,
|
|
@@ -89,7 +89,7 @@ function UserSet(_ref) {
|
|
|
89
89
|
useEffect(function () {
|
|
90
90
|
return onChange(data);
|
|
91
91
|
}, [data]);
|
|
92
|
-
return /*#__PURE__*/React.createElement(
|
|
92
|
+
return /*#__PURE__*/React.createElement(Box.InfoBox, {
|
|
93
93
|
title: "\u8BBE\u7F6E\u4EBA\u5458"
|
|
94
94
|
}, /*#__PURE__*/React.createElement("div", {
|
|
95
95
|
className: "user-select-type-wrapper"
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
2
|
-
|
|
3
1
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
2
|
|
|
5
3
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -16,6 +14,7 @@ import React, { useState, useContext, useEffect, useRef, useCallback } from 'rea
|
|
|
16
14
|
import AddNodeList from './AddOptionList';
|
|
17
15
|
import WFC from '../OperatorContext';
|
|
18
16
|
import QueueAnim from 'rc-queue-anim';
|
|
17
|
+
import IconFont from '../../IconFont';
|
|
19
18
|
|
|
20
19
|
function AddNode(_ref) {
|
|
21
20
|
var node = _ref.node;
|
|
@@ -88,7 +87,7 @@ function AddNode(_ref) {
|
|
|
88
87
|
onClick: function onClick() {
|
|
89
88
|
return setShowPop(!showPop);
|
|
90
89
|
}
|
|
91
|
-
}, /*#__PURE__*/React.createElement(
|
|
90
|
+
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
92
91
|
type: "icon-S_Edit_PlusLine"
|
|
93
92
|
})))) : /*#__PURE__*/React.createElement("div", {
|
|
94
93
|
className: "add-node-btn"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
2
1
|
import React from 'react';
|
|
2
|
+
import IconFont from '../../IconFont';
|
|
3
3
|
|
|
4
4
|
function AddNodeOption(_ref) {
|
|
5
5
|
var type = _ref.type,
|
|
@@ -12,7 +12,7 @@ function AddNodeOption(_ref) {
|
|
|
12
12
|
onClick: onClick
|
|
13
13
|
}, /*#__PURE__*/React.createElement("span", {
|
|
14
14
|
className: "item-wrapper"
|
|
15
|
-
}, /*#__PURE__*/React.createElement(
|
|
15
|
+
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
16
16
|
type: icon,
|
|
17
17
|
style: {
|
|
18
18
|
color: color
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import _IconFont from "@cloud-app-dev/basic-components/es/IconFont";
|
|
2
1
|
import React, { useContext } from 'react';
|
|
3
2
|
import NodeWrap from './Wrap';
|
|
4
3
|
import TitleElement from './TitleElement';
|
|
5
4
|
import WFC from '../OperatorContext';
|
|
5
|
+
import IconFont from '../../IconFont';
|
|
6
6
|
|
|
7
7
|
function ApproverNode(_ref) {
|
|
8
8
|
var parentNode = _ref.parentNode,
|
|
@@ -45,7 +45,7 @@ function ApproverNode(_ref) {
|
|
|
45
45
|
title: owner
|
|
46
46
|
}, owner) : /*#__PURE__*/React.createElement("span", {
|
|
47
47
|
className: "placeholder"
|
|
48
|
-
}, "\u8BF7\u9009\u62E9\u5BA1\u6838\u4EBA"), /*#__PURE__*/React.createElement(
|
|
48
|
+
}, "\u8BF7\u9009\u62E9\u5BA1\u6838\u4EBA"), /*#__PURE__*/React.createElement(IconFont, {
|
|
49
49
|
type: "icon-S_Arrow_SmallRight"
|
|
50
50
|
})));
|
|
51
51
|
}
|