@zgfe/modules-settings 1.2.51-zhongyuan.1 → 1.2.51-zhongyuan.5

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.
Files changed (173) hide show
  1. package/README.md +33 -33
  2. package/es/components/card/demo/index.js +6 -6
  3. package/es/components/card/index.js +6 -6
  4. package/es/components/card/index.less +87 -87
  5. package/es/components/pageLoading/index.less +7 -7
  6. package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
  7. package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
  8. package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
  9. package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
  10. package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
  11. package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
  12. package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
  13. package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
  14. package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
  15. package/es/components/picCircleSelect/demo/index.js +5 -5
  16. package/es/components/picCircleSelect/index.js +7 -8
  17. package/es/components/picCircleSelect/index.less +37 -37
  18. package/es/components/processCanvas/customNode/node_point.js +4 -4
  19. package/es/components/processCanvas/demo/index.js +5 -6
  20. package/es/components/processCanvas/index.js +11 -11
  21. package/es/components/processCanvas/styles/customNode.less +149 -149
  22. package/es/components/processCanvas/styles/index.less +34 -34
  23. package/es/components/processCanvas/toolbar.js +5 -5
  24. package/es/components/selectAppWrapper/index.js +14 -15
  25. package/es/components/settingTabs/index.js +5 -5
  26. package/es/components/settingTabs/index.less +51 -51
  27. package/es/constants/api.d.ts +13 -0
  28. package/es/constants/api.js +18 -2
  29. package/es/constants/icons/demo.css +539 -539
  30. package/es/constants/icons/demo_index.html +9871 -9871
  31. package/es/constants/icons/iconfont.css +1699 -1699
  32. package/es/constants/icons/iconfont.json +2956 -2956
  33. package/es/global.d.ts +4 -4
  34. package/es/modules/appSettings/appInfo/index.js +7 -7
  35. package/es/modules/appSettings/dataAccessFilter/index.js +5 -5
  36. package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
  37. package/es/modules/appSettings/virtualSource/index.js +7 -7
  38. package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
  39. package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
  40. package/es/modules/companySetting/appList/index.js +12 -12
  41. package/es/modules/companySetting/appList/index.less +126 -126
  42. package/es/modules/companySetting/application/applicationForm.js +9 -9
  43. package/es/modules/companySetting/application/applicationSetting.js +5 -5
  44. package/es/modules/companySetting/application/index.js +28 -28
  45. package/es/modules/companySetting/application/index.less +126 -126
  46. package/es/modules/companySetting/business/businessForm.js +7 -7
  47. package/es/modules/companySetting/business/index.js +27 -27
  48. package/es/modules/companySetting/business/index.less +92 -92
  49. package/es/modules/companySetting/cost/index.js +20 -20
  50. package/es/modules/companySetting/cost/index.less +38 -38
  51. package/es/modules/companySetting/department/index.js +16 -16
  52. package/es/modules/companySetting/department/index.less +157 -157
  53. package/es/modules/companySetting/edit/authConfig.js +5 -5
  54. package/es/modules/companySetting/edit/authConfigCEP.js +11 -11
  55. package/es/modules/companySetting/edit/authGroup.js +13 -13
  56. package/es/modules/companySetting/edit/authModule.js +18 -18
  57. package/es/modules/companySetting/edit/multiAuthModule.js +13 -13
  58. package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
  59. package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
  60. package/es/modules/companySetting/edit/styles/authModule.less +82 -82
  61. package/es/modules/companySetting/edit/styles/user.less +54 -54
  62. package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
  63. package/es/modules/companySetting/edit/user.js +14 -14
  64. package/es/modules/companySetting/edit/userGroup.js +16 -16
  65. package/es/modules/companySetting/index.js +29 -29
  66. package/es/modules/companySetting/index.less +90 -90
  67. package/es/modules/companySetting/info/index.js +7 -7
  68. package/es/modules/companySetting/info/index.less +42 -42
  69. package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
  70. package/es/modules/companySetting/mainPart/index.js +28 -28
  71. package/es/modules/companySetting/mainPart/index.less +239 -239
  72. package/es/modules/companySetting/mainPart/mainPartForm.js +13 -13
  73. package/es/modules/companySetting/mainPart/mainPartSetting.js +5 -5
  74. package/es/modules/companySetting/mainPart/useColumns.js +16 -16
  75. package/es/modules/companySetting/operationLog/index.js +13 -13
  76. package/es/modules/companySetting/operationLog/index.less +33 -33
  77. package/es/modules/companySetting/role/index.js +23 -23
  78. package/es/modules/companySetting/role/index.less +296 -296
  79. package/es/modules/companySetting/role/setDataRangeDialog/index.js +2 -2
  80. package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
  81. package/es/modules/companySetting/style/common.less +79 -79
  82. package/es/modules/companySetting/style/reset.less +117 -117
  83. package/es/modules/companySetting/user/index.js +193 -24
  84. package/es/modules/companySetting/user/index.less +11 -0
  85. package/es/modules/companySetting/user/invite.js +14 -14
  86. package/es/modules/companySetting/virtualApp/config.js +8 -8
  87. package/es/modules/companySetting/virtualApp/index.js +12 -12
  88. package/es/modules/companySetting/virtualApp/panels/list.js +8 -9
  89. package/es/modules/companySetting/virtualApp/panels/sourceItem.js +7 -7
  90. package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
  91. package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
  92. package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
  93. package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
  94. package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
  95. package/es/modules/companySetting/wechatBinding/index.js +7 -7
  96. package/es/modules/companySetting/wechatBinding/index.less +58 -58
  97. package/es/modules/createDemand/collectionAttributeList.js +9 -9
  98. package/es/modules/createDemand/constants.js +17 -17
  99. package/es/modules/createDemand/demo/index.js +7 -7
  100. package/es/modules/createDemand/demo/selectPoint.js +13 -13
  101. package/es/modules/createDemand/index.js +39 -41
  102. package/es/modules/createDemand/styles/index.less +277 -277
  103. package/es/modules/createDemand_bf/collectionAttributeList.js +9 -9
  104. package/es/modules/createDemand_bf/constants.js +4 -4
  105. package/es/modules/createDemand_bf/index.js +35 -35
  106. package/es/modules/createDemand_bf/styles/index.less +222 -222
  107. package/es/modules/createProcess/components/index.less +52 -52
  108. package/es/modules/createProcess/components/processNode.js +11 -11
  109. package/es/modules/createProcess/index.js +17 -17
  110. package/es/modules/createProcess/index.less +114 -114
  111. package/es/modules/createProcess/title/index.js +11 -11
  112. package/es/modules/createProcess/title/index.less +53 -53
  113. package/es/modules/dealDemand/collectionAttributeList.js +9 -9
  114. package/es/modules/dealDemand/constants.js +7 -7
  115. package/es/modules/dealDemand/demo/index.js +7 -7
  116. package/es/modules/dealDemand/demo/selectPoint.js +13 -13
  117. package/es/modules/dealDemand/index.js +22 -24
  118. package/es/modules/dealDemand/styles/index.less +265 -265
  119. package/es/modules/demandManage/index.js +14 -15
  120. package/es/modules/demandManage/styles/index.less +210 -210
  121. package/es/modules/getPassword/index.js +10 -10
  122. package/es/modules/getPassword/index.less +122 -122
  123. package/es/modules/messageList/index.js +7 -8
  124. package/es/modules/messageList/index.less +81 -81
  125. package/es/modules/personalSetting/index.js +5 -5
  126. package/es/modules/personalSetting/info/index.js +5 -5
  127. package/es/modules/personalSetting/reset/index.js +5 -5
  128. package/es/modules/personalSetting/securityLog/index.js +14 -14
  129. package/es/modules/personalSetting/securityLog/index.less +11 -11
  130. package/es/modules/personalSetting/styles/unbinding.less +73 -73
  131. package/es/modules/personalSetting/unbinding/index.js +5 -5
  132. package/es/modules/pointMap/ImportModal/demo/index.js +5 -5
  133. package/es/modules/pointMap/ImportModal/index.js +14 -14
  134. package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
  135. package/es/modules/pointMap/demo/index.js +7 -7
  136. package/es/modules/pointMap/editTxt/index.js +11 -11
  137. package/es/modules/pointMap/editTxt/index.less +55 -55
  138. package/es/modules/pointMap/index.js +11 -11
  139. package/es/modules/pointMap/pageInfo.js +44 -46
  140. package/es/modules/pointMap/styles/index.less +38 -38
  141. package/es/modules/pointMap/styles/pageInfo.less +244 -244
  142. package/es/modules/pointMap/styles/tree.css +142 -0
  143. package/es/modules/pointMap/styles/tree.less +29 -0
  144. package/es/modules/pointMap/tree.js +75 -27
  145. package/es/modules/systemSetting/Dictionary.d.ts +3 -0
  146. package/es/modules/systemSetting/Dictionary.js +387 -0
  147. package/es/modules/systemSetting/DictionaryType.d.ts +14 -0
  148. package/es/modules/systemSetting/DictionaryType.js +203 -0
  149. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.js +14 -14
  150. package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
  151. package/es/modules/systemSetting/approvalmanage/index.js +5 -5
  152. package/es/modules/systemSetting/approvalmanage/index.less +5 -5
  153. package/es/modules/systemSetting/approvalmanage/processManage/index.js +13 -13
  154. package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
  155. package/es/modules/systemSetting/authUrl.js +15 -15
  156. package/es/modules/systemSetting/document-setting/index.d.ts +3 -0
  157. package/es/modules/systemSetting/document-setting/index.js +467 -0
  158. package/es/modules/systemSetting/img/empty-data.png +0 -0
  159. package/es/modules/systemSetting/index.css +111 -0
  160. package/es/modules/systemSetting/index.js +19 -8
  161. package/es/modules/systemSetting/index.less +117 -0
  162. package/es/modules/systemSetting/notice/configItem/index.less +21 -21
  163. package/es/modules/systemSetting/notice/edit/index.js +5 -5
  164. package/es/modules/systemSetting/notice/edit/index.less +26 -26
  165. package/es/modules/systemSetting/notice/index.js +11 -11
  166. package/es/requests/department.js +6 -6
  167. package/es/requests/role.js +6 -6
  168. package/es/types/companySetting.d.ts +1 -0
  169. package/es/utils/base64.js +0 -1
  170. package/es/utils/constants.js +0 -4
  171. package/es/utils/functionalPermissions.js +6 -8
  172. package/es/utils/util.js +16 -16
  173. package/package.json +5 -2
@@ -1,52 +1,52 @@
1
- .system-setting-approval-process-create-node {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- height: 100%;
6
- &-header {
7
- display: flex;
8
- align-items: center;
9
- justify-content: space-between;
10
- height: 56px;
11
- padding: 16px 24px;
12
- color: var(--io-N-, #021429);
13
- font-weight: 500;
14
- font-size: 16px;
15
- border-bottom: 1px solid var(--io-N1-, #e6e7ea);
16
- .qingchu {
17
- font-size: 24px !important;
18
- cursor: pointer;
19
- }
20
- }
21
- &-content {
22
- display: flex;
23
- flex: 1;
24
- flex-direction: column;
25
- padding: 16px !important;
26
- overflow-y: auto;
27
- &-red {
28
- margin-right: 4px;
29
- color: var(--io-Error-E-, #fb5547);
30
- }
31
- &-txt {
32
- margin-bottom: 12px;
33
- color: var(----3, #5f6085);
34
- }
35
- &-input-num {
36
- position: absolute;
37
- right: 12px;
38
- bottom: 6px;
39
- color: var(--io-N4-, #9aa1a9);
40
- font-weight: 400;
41
- font-size: 14px;
42
- }
43
- }
44
- &-footer {
45
- display: flex;
46
- gap: 16px;
47
- align-items: center;
48
- justify-content: flex-end;
49
- padding: 16px 24px;
50
- border-top: 1px solid var(--io-N1-, #e6e7ea);
51
- }
52
- }
1
+ .system-setting-approval-process-create-node {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ height: 100%;
6
+ &-header {
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: space-between;
10
+ height: 56px;
11
+ padding: 16px 24px;
12
+ color: var(--io-N-, #021429);
13
+ font-weight: 500;
14
+ font-size: 16px;
15
+ border-bottom: 1px solid var(--io-N1-, #e6e7ea);
16
+ .qingchu {
17
+ font-size: 24px !important;
18
+ cursor: pointer;
19
+ }
20
+ }
21
+ &-content {
22
+ display: flex;
23
+ flex: 1;
24
+ flex-direction: column;
25
+ padding: 16px !important;
26
+ overflow-y: auto;
27
+ &-red {
28
+ margin-right: 4px;
29
+ color: var(--io-Error-E-, #fb5547);
30
+ }
31
+ &-txt {
32
+ margin-bottom: 12px;
33
+ color: var(----3, #5f6085);
34
+ }
35
+ &-input-num {
36
+ position: absolute;
37
+ right: 12px;
38
+ bottom: 6px;
39
+ color: var(--io-N4-, #9aa1a9);
40
+ font-weight: 400;
41
+ font-size: 14px;
42
+ }
43
+ }
44
+ &-footer {
45
+ display: flex;
46
+ gap: 16px;
47
+ align-items: center;
48
+ justify-content: flex-end;
49
+ padding: 16px 24px;
50
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
51
+ }
52
+ }
@@ -1,15 +1,15 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
8
8
  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."); }
9
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
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
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
10
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
11
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
13
13
  import { BizSelect, IconFont } from '@zgfe/business-lib';
14
14
  import { Button, Form, Input } from 'antd';
15
15
  import React, { useEffect, useState } from 'react';
@@ -1,15 +1,15 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
8
8
  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."); }
9
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
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
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
10
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
11
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
13
13
  import { BizLoading, IconFont } from '@zgfe/business-lib';
14
14
  import { Button, message } from 'antd';
15
15
  import React, { useContext, useEffect, useState } from 'react';
@@ -238,14 +238,14 @@ var CreateProcess = function CreateProcess(props) {
238
238
  setIsEdit(true);
239
239
  setFlowName(v);
240
240
  }
241
- })), !props.isRead && /*#__PURE__*/React.createElement("div", {
241
+ })), !props.isRead && (/*#__PURE__*/React.createElement("div", {
242
242
  className: "".concat(classPrefix, "-header-right")
243
243
  }, /*#__PURE__*/React.createElement(Button, {
244
244
  onClick: onBack
245
245
  }, "\u53D6\u6D88"), /*#__PURE__*/React.createElement(Button, {
246
246
  type: 'primary',
247
247
  onClick: create
248
- }, "\u4FDD\u5B58"))), /*#__PURE__*/React.createElement("div", {
248
+ }, "\u4FDD\u5B58")))), /*#__PURE__*/React.createElement("div", {
249
249
  className: "".concat(classPrefix, "-info")
250
250
  }, /*#__PURE__*/React.createElement("span", {
251
251
  className: "".concat(classPrefix, "-info-red")
@@ -265,7 +265,7 @@ var CreateProcess = function CreateProcess(props) {
265
265
  addNode: function addNode() {
266
266
  // console.log('data', data);
267
267
  }
268
- }), isShowPop ? /*#__PURE__*/React.createElement("div", {
268
+ }), isShowPop ? (/*#__PURE__*/React.createElement("div", {
269
269
  className: "".concat(classPrefix, "-canvas-pop")
270
270
  }, /*#__PURE__*/React.createElement(ProcessNode, {
271
271
  data: currentNode,
@@ -273,20 +273,20 @@ var CreateProcess = function CreateProcess(props) {
273
273
  setIsShowPop(false);
274
274
  },
275
275
  onOk: saveNode
276
- })) : null)), isShowBackConfirm ? /*#__PURE__*/React.createElement(BackConfirm, {
276
+ }))) : null)), isShowBackConfirm ? (/*#__PURE__*/React.createElement(BackConfirm, {
277
277
  onOk: function onOk() {
278
278
  props.onBack && props.onBack();
279
279
  },
280
280
  onCancel: function onCancel() {
281
281
  setIsShowBackConfirm(false);
282
282
  }
283
- }) : null, isShowdelConfirm ? /*#__PURE__*/React.createElement(DeleteConfirm, {
283
+ })) : null, isShowdelConfirm ? (/*#__PURE__*/React.createElement(DeleteConfirm, {
284
284
  onOk: function onOk() {
285
285
  delNode();
286
286
  },
287
287
  onCancel: function onCancel() {
288
288
  setIsShowDelConfirm(false);
289
289
  }
290
- }) : null);
290
+ })) : null);
291
291
  };
292
292
  export default CreateProcess;
@@ -1,114 +1,114 @@
1
- // @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .system-setting-approval-process-create-content-dataManage {
3
- .data-manage {
4
- height: calc(100vh - 144px);
5
- overflow: hidden;
6
- background: #fff;
7
- > .ant-tabs > :nth-child(1) {
8
- background: #fff;
9
- }
10
- > .ant-tabs > :nth-child(2) {
11
- margin: 0 !important;
12
- background: #fff;
13
- }
14
- }
15
- }
16
- .system-setting-approval-process-create-content {
17
- width: 100%;
18
- height: 100%;
19
- &-header {
20
- display: flex;
21
- flex-direction: row;
22
- flex-shrink: 0;
23
- align-items: center;
24
- justify-content: space-between;
25
- width: 100%;
26
- height: 64px;
27
- padding-right: 32px;
28
- padding-left: 16px;
29
- background: #fff;
30
- border-bottom: 1px solid var(--io-n-05, #f2f3f4);
31
- &-left {
32
- display: flex;
33
- flex-direction: row;
34
- align-items: center;
35
- }
36
- &-back {
37
- margin-right: 16px;
38
- color: var(----3, #5f6085);
39
- font-weight: 400;
40
- font-size: 14px;
41
- font-family: 'PingFang SC';
42
- font-style: normal;
43
- line-height: normal;
44
- text-align: center;
45
- cursor: pointer;
46
- }
47
- &-input {
48
- display: inline-block;
49
- margin-right: 8px;
50
- color: var(--io-N-, #021429);
51
- font-weight: 500;
52
- font-size: 16px;
53
- font-family: 'PingFang SC';
54
- font-style: normal;
55
- line-height: 24px; /* 150% */
56
- background-color: transparent !important;
57
- border: 0;
58
- }
59
- &-right {
60
- display: flex;
61
- gap: 16px;
62
- align-items: flex-start;
63
- padding: 0 0 0 32px;
64
- border-left: 1px solid var(--io-N1-, #e6e7ea);
65
- }
66
- }
67
- &-info {
68
- display: flex;
69
- flex-direction: column;
70
- height: calc(100% - 96px);
71
- margin: 16px;
72
- padding: 24px;
73
- background: #fff;
74
- border-radius: 8px;
75
- &-red {
76
- margin-bottom: 12px;
77
- color: var(--io-Error-E-, #fb5547);
78
- font-weight: 400;
79
- font-size: 14px;
80
- font-family: 'PingFang SC';
81
- font-style: normal;
82
- line-height: normal;
83
- }
84
- &-txt {
85
- margin-left: 4px;
86
- color: var(----3, #5f6085);
87
- font-weight: 400;
88
- font-size: 14px;
89
- font-family: 'PingFang SC';
90
- font-style: normal;
91
- line-height: 22px; /* 157.143% */
92
- text-align: right;
93
- }
94
- }
95
- &-canvas {
96
- position: 'relative';
97
- flex: 1;
98
- overflow: hidden;
99
- background: var(--io-n-02, #fafafb);
100
- border: 1px solid var(---gray-6, #ecedf0);
101
- border-radius: 8px;
102
- &-pop {
103
- position: absolute;
104
- top: 0;
105
- right: 0;
106
- bottom: 0;
107
- width: 320px;
108
- background: #fff;
109
- border-left: 1px solid var(--io-N1-, #e6e7ea);
110
- /* 投影/一级下拉菜单 */
111
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
112
- }
113
- }
114
- }
1
+ // @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .system-setting-approval-process-create-content-dataManage {
3
+ .data-manage {
4
+ height: calc(100vh - 144px);
5
+ overflow: hidden;
6
+ background: #fff;
7
+ > .ant-tabs > :nth-child(1) {
8
+ background: #fff;
9
+ }
10
+ > .ant-tabs > :nth-child(2) {
11
+ margin: 0 !important;
12
+ background: #fff;
13
+ }
14
+ }
15
+ }
16
+ .system-setting-approval-process-create-content {
17
+ width: 100%;
18
+ height: 100%;
19
+ &-header {
20
+ display: flex;
21
+ flex-direction: row;
22
+ flex-shrink: 0;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ width: 100%;
26
+ height: 64px;
27
+ padding-right: 32px;
28
+ padding-left: 16px;
29
+ background: #fff;
30
+ border-bottom: 1px solid var(--io-n-05, #f2f3f4);
31
+ &-left {
32
+ display: flex;
33
+ flex-direction: row;
34
+ align-items: center;
35
+ }
36
+ &-back {
37
+ margin-right: 16px;
38
+ color: var(----3, #5f6085);
39
+ font-weight: 400;
40
+ font-size: 14px;
41
+ font-family: 'PingFang SC';
42
+ font-style: normal;
43
+ line-height: normal;
44
+ text-align: center;
45
+ cursor: pointer;
46
+ }
47
+ &-input {
48
+ display: inline-block;
49
+ margin-right: 8px;
50
+ color: var(--io-N-, #021429);
51
+ font-weight: 500;
52
+ font-size: 16px;
53
+ font-family: 'PingFang SC';
54
+ font-style: normal;
55
+ line-height: 24px; /* 150% */
56
+ background-color: transparent !important;
57
+ border: 0;
58
+ }
59
+ &-right {
60
+ display: flex;
61
+ gap: 16px;
62
+ align-items: flex-start;
63
+ padding: 0 0 0 32px;
64
+ border-left: 1px solid var(--io-N1-, #e6e7ea);
65
+ }
66
+ }
67
+ &-info {
68
+ display: flex;
69
+ flex-direction: column;
70
+ height: calc(100% - 96px);
71
+ margin: 16px;
72
+ padding: 24px;
73
+ background: #fff;
74
+ border-radius: 8px;
75
+ &-red {
76
+ margin-bottom: 12px;
77
+ color: var(--io-Error-E-, #fb5547);
78
+ font-weight: 400;
79
+ font-size: 14px;
80
+ font-family: 'PingFang SC';
81
+ font-style: normal;
82
+ line-height: normal;
83
+ }
84
+ &-txt {
85
+ margin-left: 4px;
86
+ color: var(----3, #5f6085);
87
+ font-weight: 400;
88
+ font-size: 14px;
89
+ font-family: 'PingFang SC';
90
+ font-style: normal;
91
+ line-height: 22px; /* 157.143% */
92
+ text-align: right;
93
+ }
94
+ }
95
+ &-canvas {
96
+ position: 'relative';
97
+ flex: 1;
98
+ overflow: hidden;
99
+ background: var(--io-n-02, #fafafb);
100
+ border: 1px solid var(---gray-6, #ecedf0);
101
+ border-radius: 8px;
102
+ &-pop {
103
+ position: absolute;
104
+ top: 0;
105
+ right: 0;
106
+ bottom: 0;
107
+ width: 320px;
108
+ background: #fff;
109
+ border-left: 1px solid var(--io-N1-, #e6e7ea);
110
+ /* 投影/一级下拉菜单 */
111
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
112
+ }
113
+ }
114
+ }
@@ -1,9 +1,9 @@
1
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
2
  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."); }
3
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- 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; } }
6
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
3
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import { Input, message, Tooltip } from 'antd';
8
8
  import React, { useImperativeHandle, useRef, useState } from 'react';
9
9
  import './index.less';
@@ -84,7 +84,7 @@ var BizEditText = /*#__PURE__*/React.forwardRef(function (props, ref) {
84
84
  };
85
85
  return /*#__PURE__*/React.createElement("div", {
86
86
  className: classPrefix
87
- }, isEdit || props.isInput ? /*#__PURE__*/React.createElement("div", {
87
+ }, isEdit || props.isInput ? (/*#__PURE__*/React.createElement("div", {
88
88
  className: "".concat(classPrefix, "-input")
89
89
  }, /*#__PURE__*/React.createElement(Input, {
90
90
  ref: inputRef,
@@ -98,15 +98,15 @@ var BizEditText = /*#__PURE__*/React.forwardRef(function (props, ref) {
98
98
  placeholder: "\u8BF7\u8F93\u5165".concat(props.name || ''),
99
99
  onBlur: onBlur,
100
100
  onChange: onChange
101
- }), props.max && /*#__PURE__*/React.createElement("div", {
101
+ }), props.max && (/*#__PURE__*/React.createElement("div", {
102
102
  className: "".concat(classPrefix, "-input-num")
103
103
  }, /*#__PURE__*/React.createElement("span", {
104
104
  style: {
105
105
  color: '#021429'
106
106
  }
107
- }, (curTitle || '').length), /*#__PURE__*/React.createElement("span", null, "/", props.max)), errorText ? /*#__PURE__*/React.createElement("span", {
107
+ }, (curTitle || '').length), /*#__PURE__*/React.createElement("span", null, "/", props.max))), errorText ? /*#__PURE__*/React.createElement("span", {
108
108
  className: "".concat(classPrefix, "-error-tip")
109
- }, errorText) : null) : /*#__PURE__*/React.createElement(Tooltip, {
109
+ }, errorText) : null)) : (/*#__PURE__*/React.createElement(Tooltip, {
110
110
  placement: "bottom",
111
111
  title: props.canEdit ? '单击此处重命名' : ''
112
112
  }, /*#__PURE__*/React.createElement("span", {
@@ -122,13 +122,13 @@ var BizEditText = /*#__PURE__*/React.forwardRef(function (props, ref) {
122
122
  inputRef && inputRef.current && inputRef.current.focus();
123
123
  }, 0);
124
124
  }
125
- }, props.value), props.canEdit ? /*#__PURE__*/React.createElement(IconFont, {
125
+ }, props.value), props.canEdit ? (/*#__PURE__*/React.createElement(IconFont, {
126
126
  className: "".concat(classPrefix, "-icon"),
127
127
  type: "bianji1",
128
128
  onClick: function onClick() {
129
129
  setIsEdit(true);
130
130
  }
131
- }) : null)));
131
+ })) : null))));
132
132
  });
133
133
  BizEditText.defaultProps = {
134
134
  required: true,
@@ -1,53 +1,53 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .system-setting-approval-process-edit-text {
3
- display: flex;
4
- align-items: center;
5
- &-input {
6
- position: relative;
7
- width: 350px;
8
- height: 100%;
9
- .ant-input {
10
- background-color: #fff !important;
11
- border-color: #fff;
12
- &:not(.ant-input-status-error):hover {
13
- border-color: @primary-color!important;
14
- }
15
- &:not(.ant-input-status-error):focus {
16
- border-color: @primary-color!important;
17
- }
18
- }
19
- &-num {
20
- position: absolute;
21
- right: 12px;
22
- bottom: 6px;
23
- color: var(--io-N4-, #9aa1a9);
24
- font-weight: 400;
25
- font-size: 14px;
26
- }
27
- }
28
- &-error-tip {
29
- position: absolute;
30
- top: 100%;
31
- left: 0;
32
- color: @error-color;
33
- line-height: 1.2;
34
- }
35
-
36
- &-content {
37
- display: inline-block;
38
- max-width: 330px;
39
- height: @height-sm;
40
- color: @text-color;
41
- font-weight: bold;
42
- font-size: 16px;
43
- line-height: @height-sm;
44
- cursor: pointer;
45
- .__default-overflow();
46
- }
47
- &-icon {
48
- margin-left: @margin-xs;
49
- color: #9aa1a9;
50
- font-size: 16px !important;
51
- cursor: pointer;
52
- }
53
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .system-setting-approval-process-edit-text {
3
+ display: flex;
4
+ align-items: center;
5
+ &-input {
6
+ position: relative;
7
+ width: 350px;
8
+ height: 100%;
9
+ .ant-input {
10
+ background-color: #fff !important;
11
+ border-color: #fff;
12
+ &:not(.ant-input-status-error):hover {
13
+ border-color: @primary-color!important;
14
+ }
15
+ &:not(.ant-input-status-error):focus {
16
+ border-color: @primary-color!important;
17
+ }
18
+ }
19
+ &-num {
20
+ position: absolute;
21
+ right: 12px;
22
+ bottom: 6px;
23
+ color: var(--io-N4-, #9aa1a9);
24
+ font-weight: 400;
25
+ font-size: 14px;
26
+ }
27
+ }
28
+ &-error-tip {
29
+ position: absolute;
30
+ top: 100%;
31
+ left: 0;
32
+ color: @error-color;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ &-content {
37
+ display: inline-block;
38
+ max-width: 330px;
39
+ height: @height-sm;
40
+ color: @text-color;
41
+ font-weight: bold;
42
+ font-size: 16px;
43
+ line-height: @height-sm;
44
+ cursor: pointer;
45
+ .__default-overflow();
46
+ }
47
+ &-icon {
48
+ margin-left: @margin-xs;
49
+ color: #9aa1a9;
50
+ font-size: 16px !important;
51
+ cursor: pointer;
52
+ }
53
+ }