@cloud-app-dev/vidc 2.0.0-alpha.9 → 2.1.0-alpha.10

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 (207) hide show
  1. package/.fatherrc.js +11 -4
  2. package/.umirc.ts +1 -1
  3. package/es/Api/index.js +7 -7
  4. package/es/AppRedirect/index.d.ts +1 -1
  5. package/es/AppRedirect/index.js +7 -12
  6. package/es/AppRouter/index.d.ts +8 -0
  7. package/es/AppRouter/index.js +17 -0
  8. package/es/Auth/index.js +1 -1
  9. package/es/AutoExit/index.js +12 -10
  10. package/es/{ContentBox → Box}/BetweenBox/index.css +0 -0
  11. package/es/{ContentBox → Box}/BetweenBox/index.d.ts +0 -0
  12. package/es/{ContentBox → Box}/BetweenBox/index.js +0 -0
  13. package/es/{ContentBox → Box}/InfoBox/index.css +0 -0
  14. package/es/{ContentBox → Box}/InfoBox/index.d.ts +0 -0
  15. package/es/{ContentBox → Box}/InfoBox/index.js +0 -0
  16. package/es/{ContentBox → Box}/TwoColumnBox/index.css +0 -0
  17. package/es/{ContentBox → Box}/TwoColumnBox/index.d.ts +0 -0
  18. package/es/{ContentBox → Box}/TwoColumnBox/index.js +0 -0
  19. package/es/{ContentBox → Box}/deps/content-grid.d.ts +0 -0
  20. package/es/{ContentBox → Box}/deps/content-grid.js +0 -0
  21. package/es/{ContentBox → Box}/deps/grid-factory.d.ts +0 -0
  22. package/es/{ContentBox → Box}/deps/grid-factory.js +0 -0
  23. package/es/{ContentBox → Box}/deps/simple-grid.d.ts +0 -0
  24. package/es/{ContentBox → Box}/deps/simple-grid.js +0 -0
  25. package/es/{ContentBox → Box}/index.css +0 -0
  26. package/es/{ContentBox → Box}/index.d.ts +3 -3
  27. package/es/{ContentBox → Box}/index.js +5 -5
  28. package/es/CheckGroupFixed/index.js +4 -2
  29. package/es/Config/index.js +12 -12
  30. package/es/Config/interface.d.ts +6 -4
  31. package/es/ConfigContext/index.d.ts +15 -2
  32. package/es/ConfigContext/index.js +25 -3
  33. package/es/DeviceSelect/TreeType.d.ts +6 -0
  34. package/es/DeviceSelect/TreeType.js +36 -0
  35. package/es/DeviceSelect/demo.js +2 -2
  36. package/es/DeviceSelect/index.css +6 -1
  37. package/es/DeviceSelect/index.d.ts +5 -0
  38. package/es/DeviceSelect/index.js +22 -54
  39. package/es/Dict/hook.d.ts +0 -1
  40. package/es/Dict/hook.js +5 -21
  41. package/es/Dict/index.d.ts +1 -5
  42. package/es/Dict/index.js +2 -6
  43. package/es/Dict/utils.d.ts +0 -1
  44. package/es/Dict/utils.js +2 -9
  45. package/es/HightLevel/index.js +1 -2
  46. package/es/IconFont/index.d.ts +0 -1
  47. package/es/IconFont/index.js +12 -13
  48. package/es/InitialConfig/index.js +7 -6
  49. package/es/InitialConfig/utils.d.ts +5 -0
  50. package/es/InitialConfig/utils.js +33 -6
  51. package/es/InitialRequest/index.d.ts +3 -1
  52. package/es/InitialRequest/index.js +20 -18
  53. package/es/InitialRequest/utils.d.ts +4 -3
  54. package/es/InitialRequest/utils.js +28 -29
  55. package/es/Input/index.js +3 -2
  56. package/es/InstanceHistory/index.d.ts +3 -0
  57. package/es/InstanceHistory/index.js +9 -0
  58. package/es/List/CheckExt.d.ts +3 -5
  59. package/es/List/CheckExt.js +21 -13
  60. package/es/{AppRoute → List/DeviceList}/index.css +0 -0
  61. package/es/List/DeviceList/index.d.ts +11 -0
  62. package/es/{DeviceList → List/DeviceList}/index.js +6 -18
  63. package/es/{DynamicDeviceList → List/DynamicDeviceList}/Demo.d.ts +0 -0
  64. package/es/{DynamicList/demo.js → List/DynamicDeviceList/Demo.js} +25 -42
  65. package/es/{DynamicDeviceList → List/DynamicDeviceList}/index.css +5 -17
  66. package/es/List/DynamicDeviceList/index.d.ts +11 -0
  67. package/es/List/DynamicDeviceList/index.js +205 -0
  68. package/es/List/DynamicDeviceList/interface.d.ts +37 -0
  69. package/es/List/DynamicDeviceList/utils.d.ts +16 -0
  70. package/es/List/DynamicDeviceList/utils.js +61 -0
  71. package/es/{DynamicList/demo.d.ts → List/DynamicGridList/Demo.d.ts} +0 -0
  72. package/es/List/DynamicGridList/Demo.js +70 -0
  73. package/es/List/DynamicGridList/index.d.ts +26 -0
  74. package/es/List/DynamicGridList/index.js +73 -0
  75. package/es/List/GridList/Demo.d.ts +2 -0
  76. package/es/List/GridList/Demo.js +91 -0
  77. package/es/List/GridList/hook.d.ts +13 -0
  78. package/es/List/GridList/hook.js +301 -0
  79. package/es/List/GridList/index.css +7 -0
  80. package/es/List/GridList/index.d.ts +15 -0
  81. package/es/List/GridList/index.js +47 -0
  82. package/es/List/GridList/interface.d.ts +59 -0
  83. package/es/List/GridList/utils.d.ts +9 -0
  84. package/es/List/GridList/utils.js +43 -0
  85. package/es/List/ListExt/index.css +3 -0
  86. package/es/{ListExt → List/ListExt}/index.d.ts +1 -1
  87. package/es/{ListExt → List/ListExt}/index.js +3 -3
  88. package/es/List/VList/index.css +6 -0
  89. package/es/List/VList/index.d.ts +18 -0
  90. package/es/List/VList/index.js +51 -0
  91. package/es/List/VList/utils.d.ts +14 -0
  92. package/es/{VList → List/VList}/utils.js +0 -0
  93. package/es/List/index.css +11 -12
  94. package/es/List/index.d.ts +5 -70
  95. package/es/List/index.js +32 -25
  96. package/es/List/interface.d.ts +87 -0
  97. package/es/List/renderItem.d.ts +1 -1
  98. package/es/List/renderItem.js +13 -10
  99. package/es/LoaderApp/index.d.ts +1 -1
  100. package/es/LoaderApp/index.js +39 -35
  101. package/es/LoaderApp/loader.js +2 -6
  102. package/es/LoaderApp/utils.d.ts +3 -1
  103. package/es/LoaderApp/utils.js +43 -3
  104. package/es/LoaderScript/index.js +7 -89
  105. package/es/LoaderScript/utils.d.ts +2 -0
  106. package/es/LoaderScript/utils.js +170 -33
  107. package/es/Picture/component/MoveContent/index.js +3 -3
  108. package/es/Picture/index.js +1 -1
  109. package/es/Picture/utils.js +1 -1
  110. package/es/RefDrawer/index.js +1 -1
  111. package/es/RefModal/index.js +1 -1
  112. package/es/Service/http.d.ts +6 -4
  113. package/es/Service/http.js +20 -22
  114. package/es/Service/index.d.ts +3 -3
  115. package/es/Service/index.js +7 -11
  116. package/es/Service/interface.d.ts +5 -11
  117. package/es/Service/middleware.d.ts +1 -1
  118. package/es/Service/middleware.js +1 -1
  119. package/es/TableLayout/index.d.ts +3 -0
  120. package/es/TableLayout/index.js +14 -45
  121. package/es/{TreeTitle → Title}/index.css +5 -5
  122. package/es/{TreeTitle → Title}/index.d.ts +2 -2
  123. package/es/{TreeTitle → Title}/index.js +7 -4
  124. package/es/{TreeMode → Tree/BaseTree}/demo.d.ts +0 -0
  125. package/es/Tree/BaseTree/demo.js +69 -0
  126. package/es/Tree/BaseTree/index.css +64 -0
  127. package/es/Tree/BaseTree/index.d.ts +24 -0
  128. package/es/Tree/BaseTree/index.js +83 -0
  129. package/es/Tree/demo.js +19 -56
  130. package/es/Tree/index.css +29 -55
  131. package/es/Tree/index.d.ts +19 -20
  132. package/es/Tree/index.js +185 -70
  133. package/es/UserSelect/index.js +7 -8
  134. package/es/WorkerFlow/Form/Condition.js +2 -4
  135. package/es/WorkerFlow/Form/EmptyUserSet.js +1 -1
  136. package/es/WorkerFlow/Form/FormAuth.js +3 -3
  137. package/es/WorkerFlow/Form/GroupList.js +2 -2
  138. package/es/WorkerFlow/Form/GroupSelect.js +1 -1
  139. package/es/WorkerFlow/Form/GroupSelectModalContent.js +2 -3
  140. package/es/WorkerFlow/Form/LevelGroupSelect.js +2 -2
  141. package/es/WorkerFlow/Form/UserAndGroupSelect.js +1 -1
  142. package/es/WorkerFlow/Form/UserSelect.js +1 -1
  143. package/es/WorkerFlow/Form/UserSelectModalContent.js +3 -6
  144. package/es/WorkerFlow/Form/UserSet.js +3 -3
  145. package/es/WorkerFlow/Nodes/TitleElement.js +71 -34
  146. package/es/WorkerFlow/index.css +9 -3
  147. package/es/WorkerFlow/index.js +14 -9
  148. package/es/WorkerFlow/utils.js +1 -1
  149. package/es/index.d.ts +4 -11
  150. package/es/index.js +4 -11
  151. package/es/useDrawer/index.d.ts +1 -1
  152. package/es/useDrawer/index.js +3 -2
  153. package/es/useHistory/index.d.ts +2 -2
  154. package/es/useHistory/index.js +3 -6
  155. package/es/useHttp/index.js +1 -1
  156. package/es/useModal/index.d.ts +1 -1
  157. package/es/useModal/index.js +3 -2
  158. package/es/utils.d.ts +9 -0
  159. package/es/utils.js +36 -1
  160. package/package.json +10 -12
  161. package/tsconfig.json +1 -1
  162. package/es/AppRoute/Render.d.ts +0 -23
  163. package/es/AppRoute/Render.js +0 -111
  164. package/es/AppRoute/Rendered.d.ts +0 -4
  165. package/es/AppRoute/Rendered.js +0 -11
  166. package/es/AppRoute/index.d.ts +0 -14
  167. package/es/AppRoute/index.js +0 -106
  168. package/es/AppRoute/interface.d.ts +0 -18
  169. package/es/AppRoute/utils.d.ts +0 -1
  170. package/es/AppRoute/utils.js +0 -28
  171. package/es/DeviceList/index.css +0 -32
  172. package/es/DeviceList/index.d.ts +0 -14
  173. package/es/Dict/desc.d.ts +0 -64
  174. package/es/Dict/desc.js +0 -162
  175. package/es/DynamicDeviceList/CheckExt.d.ts +0 -8
  176. package/es/DynamicDeviceList/CheckExt.js +0 -36
  177. package/es/DynamicDeviceList/Demo.js +0 -17
  178. package/es/DynamicDeviceList/index.d.ts +0 -35
  179. package/es/DynamicDeviceList/index.js +0 -224
  180. package/es/DynamicDeviceList/utils.d.ts +0 -2
  181. package/es/DynamicDeviceList/utils.js +0 -15
  182. package/es/DynamicList/index.css +0 -7
  183. package/es/DynamicList/index.d.ts +0 -31
  184. package/es/DynamicList/index.js +0 -132
  185. package/es/IconFont/index.css +0 -0
  186. package/es/List/utils.d.ts +0 -5
  187. package/es/List/utils.js +0 -18
  188. package/es/ListExt/index.css +0 -9
  189. package/es/ScrollList/index.css +0 -73
  190. package/es/ScrollList/index.d.ts +0 -24
  191. package/es/ScrollList/index.js +0 -262
  192. package/es/ScrollList/utils.js +0 -84
  193. package/es/Service/logger.d.ts +0 -3
  194. package/es/Service/logger.js +0 -13
  195. package/es/Service/utils.d.ts +0 -3
  196. package/es/Service/utils.js +0 -11
  197. package/es/TreeMode/demo.js +0 -32
  198. package/es/TreeMode/index.css +0 -38
  199. package/es/TreeMode/index.d.ts +0 -23
  200. package/es/TreeMode/index.js +0 -201
  201. package/es/VList/index.css +0 -4
  202. package/es/VList/index.d.ts +0 -16
  203. package/es/VList/index.js +0 -56
  204. package/es/VList/utils.d.ts +0 -10
  205. package/es/useChangeEffect/index.d.ts +0 -3
  206. package/es/useChangeEffect/index.js +0 -32
  207. package/es/useHistory/index.css +0 -0
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- interface SimpleListProps<T> {
4
- data?: Array<T>;
5
- rowHeight?: number;
6
- className?: string;
7
- rowRenderer?({ key, index, style }: {
8
- key: string;
9
- index: number;
10
- style: React.CSSProperties;
11
- }): JSX.Element;
12
- renderItem?(item: T, index: number): JSX.Element;
13
- forwardRef?: React.ForwardedRef<any>;
14
- }
15
- declare const ListView: React.ForwardRefExoticComponent<SimpleListProps<any> & React.RefAttributes<any>>;
16
- export default ListView;
package/es/VList/index.js DELETED
@@ -1,56 +0,0 @@
1
- import React, { useImperativeHandle, useMemo, useRef } from 'react';
2
- import List from 'react-virtualized/dist/es/List';
3
- import AutoSizer from 'react-virtualized/dist/es/AutoSizer';
4
- import { renderRowItem } from './utils';
5
- import "./index.css";
6
-
7
- function VList(_ref) {
8
- var className = _ref.className,
9
- rowRenderer = _ref.rowRenderer,
10
- rowHeight = _ref.rowHeight,
11
- data = _ref.data,
12
- renderItem = _ref.renderItem,
13
- forwardRef = _ref.forwardRef;
14
- var listRef = useRef(null);
15
-
16
- var forceUpdateGrid = function forceUpdateGrid() {
17
- var _a;
18
-
19
- (_a = listRef.current) === null || _a === void 0 ? void 0 : _a.forceUpdateGrid();
20
- };
21
-
22
- useImperativeHandle(forwardRef, function () {
23
- return {
24
- forceUpdateGrid: forceUpdateGrid
25
- };
26
- });
27
- var render = useMemo(function () {
28
- return renderRowItem(rowRenderer, renderItem, data);
29
- }, [rowRenderer, renderItem, data]);
30
- return /*#__PURE__*/React.createElement(AutoSizer, {
31
- className: "bc-simple-list-layout ".concat(className)
32
- }, function (_ref2) {
33
- var width = _ref2.width,
34
- height = _ref2.height;
35
- return /*#__PURE__*/React.createElement(List, {
36
- width: width,
37
- height: height,
38
- rowCount: data.length,
39
- rowHeight: rowHeight,
40
- rowRenderer: render,
41
- ref: listRef
42
- });
43
- });
44
- }
45
-
46
- VList.defaultProps = {
47
- className: '',
48
- rowHeight: 30,
49
- data: []
50
- };
51
- var ListView = /*#__PURE__*/React.forwardRef(function (props, ref) {
52
- return /*#__PURE__*/React.createElement(VList, Object.assign({}, props, {
53
- forwardRef: ref
54
- }));
55
- });
56
- export default ListView;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- export declare function renderRowItem(rowRenderer?: ({ key, index, style }: {
3
- key: string;
4
- index: number;
5
- style: React.CSSProperties;
6
- }) => JSX.Element, renderItem?: (item: any, index: number) => JSX.Element, data?: any[]): ({ key, index, style }: {
7
- key: string;
8
- index: number;
9
- style: React.CSSProperties;
10
- }) => JSX.Element;
@@ -1,3 +0,0 @@
1
- declare type HookFunctionHandle = () => (() => void) | undefined | null | void;
2
- declare function useChangeEffect(fn: HookFunctionHandle, deps: Array<any>): void;
3
- export default useChangeEffect;
@@ -1,32 +0,0 @@
1
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
2
-
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."); }
4
-
5
- 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); }
6
-
7
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
8
-
9
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
10
-
11
- 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; }
12
-
13
- import { useEffect, useRef } from 'react';
14
-
15
- function useChangeEffect(fn, deps) {
16
- var statusRef = useRef(false);
17
- useEffect(function () {
18
- if (!statusRef.current) {
19
- return null;
20
- }
21
-
22
- var destory = fn();
23
- return function () {
24
- destory && destory();
25
- };
26
- }, _toConsumableArray(deps));
27
- useEffect(function () {
28
- statusRef.current = true;
29
- }, []);
30
- }
31
-
32
- export default useChangeEffect;
File without changes