@cloud-app-dev/vidc 3.2.13 → 3.2.15

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 (162) hide show
  1. package/es/{List/DynamicGridList → DynamicGridList}/Demo.d.ts +0 -0
  2. package/es/{List/DynamicGridList → DynamicGridList}/Demo.js +7 -2
  3. package/es/{List/DynamicGridList → DynamicGridList}/index.d.ts +3 -3
  4. package/es/{List/DynamicGridList → DynamicGridList}/index.js +5 -5
  5. package/es/DynamicList/demo.d.ts +2 -0
  6. package/es/DynamicList/demo.js +60 -0
  7. package/es/{List/DynamicList → DynamicList}/index.d.ts +18 -1
  8. package/es/{List/DynamicList → DynamicList}/index.js +8 -7
  9. package/es/{List/DynamicList → DynamicList}/index.less +0 -0
  10. package/es/{List/DynamicList → DynamicList}/interface.d.ts +0 -0
  11. package/es/{List/DynamicList → DynamicList}/utils.d.ts +0 -0
  12. package/es/{List/DynamicList → DynamicList}/utils.js +0 -0
  13. package/es/{List/GridList → GridList}/Demo.d.ts +0 -0
  14. package/es/{List/GridList → GridList}/Demo.js +4 -3
  15. package/es/GridList/data.d.ts +16 -0
  16. package/es/GridList/data.js +609 -0
  17. package/es/{List/GridList → GridList}/hook.d.ts +0 -0
  18. package/es/{List/GridList → GridList}/hook.js +0 -0
  19. package/es/{List/GridList → GridList}/index.d.ts +0 -0
  20. package/es/{List/GridList → GridList}/index.js +0 -0
  21. package/es/{List/GridList → GridList}/index.less +0 -0
  22. package/es/{List/GridList → GridList}/interface.d.ts +0 -0
  23. package/es/{List/GridList → GridList}/utils.d.ts +0 -0
  24. package/es/{List/GridList → GridList}/utils.js +0 -0
  25. package/es/List/index.d.ts +28 -5
  26. package/es/List/index.js +6 -5
  27. package/es/ListWithSizeAnimate/demo.d.ts +2 -0
  28. package/es/ListWithSizeAnimate/demo.js +140 -0
  29. package/es/ListWithSizeAnimate/index.d.ts +14 -0
  30. package/es/ListWithSizeAnimate/index.js +112 -0
  31. package/es/ListWithSizeAnimate/index.less +14 -0
  32. package/es/Picture/interface.d.ts +0 -6
  33. package/es/Player/contraller_bar/volume.d.ts +1 -1
  34. package/es/PlayerExt/index.d.ts +1 -1
  35. package/es/PlayerExt/index.js +4 -5
  36. package/es/ScreenPlayer/Live.d.ts +1 -1
  37. package/es/ScreenPlayer/Live.js +24 -17
  38. package/es/ScreenPlayer/LiveTools.d.ts +2 -2
  39. package/es/ScreenPlayer/LiveTools.js +9 -6
  40. package/es/ScreenPlayer/PlayerWithExt.d.ts +2 -2
  41. package/es/ScreenPlayer/PlayerWithExt.js +7 -5
  42. package/es/ScreenPlayer/Record.d.ts +1 -1
  43. package/es/ScreenPlayer/Record.js +30 -21
  44. package/es/ScreenPlayer/RecordTools.d.ts +2 -2
  45. package/es/ScreenPlayer/RecordTools.js +20 -12
  46. package/es/ScreenPlayer/ScreenSelect.js +5 -3
  47. package/es/ScreenPlayer/SegmentTimeLine.d.ts +1 -1
  48. package/es/ScreenPlayer/SegmentTimeLine.js +1 -1
  49. package/es/ScreenPlayer/TimeSelect.js +2 -2
  50. package/es/ScreenPlayer/demo2.js +1 -1
  51. package/es/ScreenPlayer/interface.d.ts +2 -2
  52. package/es/ScreenPlayer/useTimeSlider.d.ts +8 -8
  53. package/es/ScreenPlayer/useTimeSlider.js +23 -15
  54. package/es/ScreenPlayer/useVideoFit.d.ts +1 -1
  55. package/es/ScreenPlayer/utils.d.ts +1 -1
  56. package/es/ScreenPlayer/utils.js +4 -1
  57. package/es/ThemeAntd/style/button.less +1 -1
  58. package/es/ThemeAntd/style/pagination.less +1 -1
  59. package/es/{List/VList → VList}/index.d.ts +0 -0
  60. package/es/{List/VList → VList}/index.js +5 -4
  61. package/es/{List/VList → VList}/index.less +0 -0
  62. package/es/{List/VList → VList}/utils.d.ts +0 -0
  63. package/es/{List/VList → VList}/utils.js +0 -0
  64. package/es/index.d.ts +5 -0
  65. package/es/index.js +5 -0
  66. package/package.json +2 -7
  67. package/.dumi/tmp/core/EmptyRoute.tsx +0 -9
  68. package/.dumi/tmp/core/defineApp.ts +0 -16
  69. package/.dumi/tmp/core/history.ts +0 -61
  70. package/.dumi/tmp/core/plugin.ts +0 -42
  71. package/.dumi/tmp/core/pluginConfig.d.ts +0 -276
  72. package/.dumi/tmp/core/polyfill.ts +0 -202
  73. package/.dumi/tmp/core/route.tsx +0 -38
  74. package/.dumi/tmp/core/terminal.ts +0 -38
  75. package/.dumi/tmp/dumi/exports.ts +0 -5
  76. package/.dumi/tmp/dumi/locales/config.ts +0 -56
  77. package/.dumi/tmp/dumi/locales/runtime.tsx +0 -38
  78. package/.dumi/tmp/dumi/meta/atoms.ts +0 -4
  79. package/.dumi/tmp/dumi/meta/index.ts +0 -186
  80. package/.dumi/tmp/dumi/meta/runtime.ts +0 -18
  81. package/.dumi/tmp/dumi/meta/tabs.ts +0 -8
  82. package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +0 -41
  83. package/.dumi/tmp/dumi/theme/builtins/API.ts +0 -4
  84. package/.dumi/tmp/dumi/theme/builtins/Badge.ts +0 -4
  85. package/.dumi/tmp/dumi/theme/builtins/Container.ts +0 -4
  86. package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +0 -4
  87. package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +0 -4
  88. package/.dumi/tmp/dumi/theme/builtins/Table.ts +0 -4
  89. package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +0 -4
  90. package/.dumi/tmp/dumi/theme/slots/Content.ts +0 -4
  91. package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +0 -4
  92. package/.dumi/tmp/dumi/theme/slots/Features.ts +0 -4
  93. package/.dumi/tmp/dumi/theme/slots/Footer.ts +0 -4
  94. package/.dumi/tmp/dumi/theme/slots/Header.ts +0 -4
  95. package/.dumi/tmp/dumi/theme/slots/Hero.ts +0 -4
  96. package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +0 -4
  97. package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +0 -4
  98. package/.dumi/tmp/dumi/theme/slots/Logo.ts +0 -4
  99. package/.dumi/tmp/dumi/theme/slots/Navbar.ts +0 -4
  100. package/.dumi/tmp/dumi/theme/slots/NotFound.ts +0 -4
  101. package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +0 -4
  102. package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +0 -4
  103. package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +0 -4
  104. package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +0 -4
  105. package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +0 -4
  106. package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +0 -4
  107. package/.dumi/tmp/dumi/theme/slots/Toc.ts +0 -4
  108. package/.dumi/tmp/exports.ts +0 -15
  109. package/.dumi/tmp/testBrowser.tsx +0 -82
  110. package/.dumi/tmp/tsconfig.json +0 -35
  111. package/.dumi/tmp/typings.d.ts +0 -136
  112. package/.dumi/tmp/umi.ts +0 -77
  113. package/.dumi/tmp-production/core/EmptyRoute.tsx +0 -9
  114. package/.dumi/tmp-production/core/defineApp.ts +0 -16
  115. package/.dumi/tmp-production/core/history.ts +0 -61
  116. package/.dumi/tmp-production/core/plugin.ts +0 -42
  117. package/.dumi/tmp-production/core/pluginConfig.d.ts +0 -276
  118. package/.dumi/tmp-production/core/polyfill.ts +0 -202
  119. package/.dumi/tmp-production/core/route.tsx +0 -38
  120. package/.dumi/tmp-production/core/terminal.ts +0 -38
  121. package/.dumi/tmp-production/dumi/exports.ts +0 -5
  122. package/.dumi/tmp-production/dumi/locales/config.ts +0 -56
  123. package/.dumi/tmp-production/dumi/locales/runtime.tsx +0 -38
  124. package/.dumi/tmp-production/dumi/meta/atoms.ts +0 -4
  125. package/.dumi/tmp-production/dumi/meta/index.ts +0 -178
  126. package/.dumi/tmp-production/dumi/meta/runtime.ts +0 -18
  127. package/.dumi/tmp-production/dumi/meta/tabs.ts +0 -5
  128. package/.dumi/tmp-production/dumi/theme/ContextWrapper.tsx +0 -41
  129. package/.dumi/tmp-production/dumi/theme/builtins/API.ts +0 -4
  130. package/.dumi/tmp-production/dumi/theme/builtins/Badge.ts +0 -4
  131. package/.dumi/tmp-production/dumi/theme/builtins/Container.ts +0 -4
  132. package/.dumi/tmp-production/dumi/theme/builtins/Previewer.ts +0 -4
  133. package/.dumi/tmp-production/dumi/theme/builtins/SourceCode.ts +0 -4
  134. package/.dumi/tmp-production/dumi/theme/builtins/Table.ts +0 -4
  135. package/.dumi/tmp-production/dumi/theme/layouts/DocLayout.ts +0 -4
  136. package/.dumi/tmp-production/dumi/theme/slots/Content.ts +0 -4
  137. package/.dumi/tmp-production/dumi/theme/slots/ContentTabs.ts +0 -4
  138. package/.dumi/tmp-production/dumi/theme/slots/Features.ts +0 -4
  139. package/.dumi/tmp-production/dumi/theme/slots/Footer.ts +0 -4
  140. package/.dumi/tmp-production/dumi/theme/slots/Header.ts +0 -4
  141. package/.dumi/tmp-production/dumi/theme/slots/Hero.ts +0 -4
  142. package/.dumi/tmp-production/dumi/theme/slots/HeroTitle.ts +0 -4
  143. package/.dumi/tmp-production/dumi/theme/slots/LangSwitch.ts +0 -4
  144. package/.dumi/tmp-production/dumi/theme/slots/Logo.ts +0 -4
  145. package/.dumi/tmp-production/dumi/theme/slots/Navbar.ts +0 -4
  146. package/.dumi/tmp-production/dumi/theme/slots/NotFound.ts +0 -4
  147. package/.dumi/tmp-production/dumi/theme/slots/PreviewerActions.ts +0 -4
  148. package/.dumi/tmp-production/dumi/theme/slots/PreviewerActionsExtra.ts +0 -4
  149. package/.dumi/tmp-production/dumi/theme/slots/RtlSwitch.ts +0 -4
  150. package/.dumi/tmp-production/dumi/theme/slots/SearchBar.ts +0 -4
  151. package/.dumi/tmp-production/dumi/theme/slots/SearchResult.ts +0 -4
  152. package/.dumi/tmp-production/dumi/theme/slots/Sidebar.ts +0 -4
  153. package/.dumi/tmp-production/dumi/theme/slots/Toc.ts +0 -4
  154. package/.dumi/tmp-production/exports.ts +0 -14
  155. package/.dumi/tmp-production/testBrowser.tsx +0 -82
  156. package/.dumi/tmp-production/tsconfig.json +0 -35
  157. package/.dumi/tmp-production/typings.d.ts +0 -136
  158. package/.dumi/tmp-production/umi.ts +0 -77
  159. package/.stylelintrc +0 -3
  160. package/clear-cache.sh +0 -4
  161. package/es/List/GridList/data.json +0 -710
  162. package/es/List/interface.d.ts +0 -29
@@ -10,6 +10,7 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
10
10
 
11
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
12
 
13
+ /* eslint-disable @typescript-eslint/no-unused-expressions */
13
14
  import React from 'react';
14
15
  import GridList from "./index";
15
16
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -33,8 +34,12 @@ var IMAGES = function IMAGES() {
33
34
  });
34
35
  };
35
36
 
36
- function loadPage() {
37
- var d = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
37
+ function loadPage(d) {
38
+ if (!d) {
39
+ // eslint-disable-next-line no-param-reassign
40
+ d = {};
41
+ }
42
+
38
43
  var resultData = IMAGES();
39
44
  d.page ? d.page++ : d.page = 1;
40
45
  d.list ? d.list = [].concat(_toConsumableArray(d.list), _toConsumableArray(resultData)) : d.list = resultData;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
+ import { TData } from '../useInfiniteScroll';
2
3
  import { GridListCell } from '../GridList/interface';
3
- import { TData } from '../../useInfiniteScroll';
4
4
  export interface IDynamicGridListProps<T> {
5
5
  itemHeight?: number;
6
6
  className?: string;
@@ -13,11 +13,11 @@ export interface IDynamicGridListProps<T> {
13
13
  * @param options
14
14
  */
15
15
  renderItem: (item: T, cell: GridListCell<T>) => React.ReactNode;
16
- loadPage(d: TData<T>): Promise<TData<T>>;
16
+ loadPage(d?: TData<T>): Promise<TData<T>>;
17
17
  itemWidth?: number;
18
18
  itemKey: string;
19
19
  getGridGap?: (...args: any) => number;
20
- isNoMore?: (data: TData<T>) => boolean;
20
+ isNoMore?: (data?: TData<T>) => boolean;
21
21
  threshold?: number;
22
22
  }
23
23
  declare function DynamicGridList<T>({ renderItem, itemHeight, itemKey, itemWidth, reloadDeps, getGridGap, loadPage, isNoMore, threshold, ...props }: IDynamicGridListProps<T>): JSX.Element;
@@ -1,5 +1,3 @@
1
- import "antd/lib/message/style";
2
- import _message from "antd/lib/message";
3
1
  import _useUpdateEffect from "ahooks/es/useUpdateEffect";
4
2
  var _excluded = ["renderItem", "itemHeight", "itemKey", "itemWidth", "reloadDeps", "getGridGap", "loadPage", "isNoMore", "threshold"];
5
3
 
@@ -8,8 +6,8 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
8
6
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
9
7
 
10
8
  import React, { useMemo, useRef } from 'react';
9
+ import useInfiniteScroll from "../useInfiniteScroll";
11
10
  import GridList from "../GridList";
12
- import useInfiniteScroll from "../../useInfiniteScroll";
13
11
  import { jsx as _jsx } from "react/jsx-runtime";
14
12
 
15
13
  function DynamicGridList(_ref) {
@@ -36,7 +34,9 @@ function DynamicGridList(_ref) {
36
34
  noMore = _useInfiniteScroll.noMore;
37
35
 
38
36
  _useUpdateEffect(function () {
39
- noMore && _message.success('数据已全部加载完成!');
37
+ if (noMore) {
38
+ console.warn('数据已全部加载完成');
39
+ }
40
40
  }, [noMore]);
41
41
 
42
42
  function getItemData(data) {
@@ -48,7 +48,7 @@ function DynamicGridList(_ref) {
48
48
  }
49
49
 
50
50
  function getColumnCount(elementWidth, gridGap) {
51
- return Math.floor((elementWidth + gridGap) / (itemWidth + gridGap));
51
+ return Math.floor((elementWidth + gridGap) / ((itemWidth !== null && itemWidth !== void 0 ? itemWidth : 0) + gridGap));
52
52
  }
53
53
 
54
54
  function getWindowMargin(windowHeight) {
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function (): JSX.Element;
@@ -0,0 +1,60 @@
1
+ import "antd/lib/config-provider/style";
2
+ import _ConfigProvider from "antd/lib/config-provider";
3
+
4
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
5
+
6
+ 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."); }
7
+
8
+ 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); }
9
+
10
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
11
+
12
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
13
+
14
+ 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; }
15
+
16
+ import React from 'react';
17
+ import DynamicList from "./index";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var resultData = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13'];
20
+
21
+ function loadPage(d) {
22
+ if (!d) {
23
+ // eslint-disable-next-line no-param-reassign
24
+ d = {};
25
+ }
26
+
27
+ d.page ? d.page++ : d.page = 1;
28
+ d.list ? d.list = [].concat(_toConsumableArray(d.list), resultData) : d.list = resultData;
29
+ return new Promise(function (resolve) {
30
+ setTimeout(function () {
31
+ resolve(d);
32
+ }, 2000);
33
+ });
34
+ }
35
+
36
+ export default function () {
37
+ return /*#__PURE__*/_jsx(_ConfigProvider, {
38
+ prefixCls: "cloudapp",
39
+ children: /*#__PURE__*/_jsx("div", {
40
+ style: {
41
+ display: 'flex'
42
+ },
43
+ children: /*#__PURE__*/_jsx("div", {
44
+ style: {
45
+ height: 400,
46
+ width: 300
47
+ },
48
+ children: /*#__PURE__*/_jsx(DynamicList, {
49
+ loadPage: loadPage,
50
+ itemHeight: 40,
51
+ renderItem: function renderItem(item) {
52
+ return /*#__PURE__*/_jsx("div", {
53
+ children: item.data
54
+ });
55
+ }
56
+ })
57
+ })
58
+ })
59
+ });
60
+ }
@@ -1,6 +1,23 @@
1
1
  /// <reference types="react" />
2
- import type { IDynamicListProps } from './interface';
2
+ import type { TData } from '../useInfiniteScroll';
3
3
  import './index.less';
4
+ export interface IDynamicListProps<T> {
5
+ itemHeight?: number;
6
+ itemClassName?: string;
7
+ /**
8
+ * 重载条件
9
+ */
10
+ reloadDeps?: any[];
11
+ /**
12
+ * render列表
13
+ * @param options
14
+ */
15
+ renderItem(options: {
16
+ index: number;
17
+ data: T;
18
+ }): JSX.Element;
19
+ loadPage(d?: TData<T>): Promise<TData<T>>;
20
+ }
4
21
  declare function DynamicList<T>({ renderItem, itemHeight, itemClassName, reloadDeps, loadPage }: IDynamicListProps<T>): JSX.Element;
5
22
  declare namespace DynamicList {
6
23
  var defaultProps: {
@@ -15,9 +15,10 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
15
15
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
16
 
17
17
  import React, { useMemo, useRef } from 'react';
18
- import useVirtualList from "../../useVirtualList";
19
- import { LIMIT, skeletonList } from "./utils";
20
- import useInfiniteScroll from "../../useInfiniteScroll";
18
+ import useInfiniteScroll from "../useInfiniteScroll";
19
+ import useVirtualList from "../useVirtualList";
20
+ import { LIMIT, skeletonList } from "./utils"; //style
21
+
21
22
  import "./index.less";
22
23
  import { jsx as _jsx } from "react/jsx-runtime";
23
24
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -28,16 +29,16 @@ function DynamicList(_ref) {
28
29
  itemClassName = _ref.itemClassName,
29
30
  reloadDeps = _ref.reloadDeps,
30
31
  loadPage = _ref.loadPage;
31
- var containerRef = useRef();
32
- var wrapperRef = useRef();
32
+ var containerRef = useRef(null);
33
+ var wrapperRef = useRef(null);
33
34
 
34
35
  var _useInfiniteScroll = useInfiniteScroll(loadPage, {
35
36
  target: containerRef,
36
37
  threshold: 50,
37
38
  isNoMore: function isNoMore(d) {
38
- var _d$list;
39
+ var _d$list$length, _d$list;
39
40
 
40
- return (d === null || d === void 0 ? void 0 : (_d$list = d.list) === null || _d$list === void 0 ? void 0 : _d$list.length) >= (d === null || d === void 0 ? void 0 : d.count);
41
+ return ((_d$list$length = d === null || d === void 0 ? void 0 : (_d$list = d.list) === null || _d$list === void 0 ? void 0 : _d$list.length) !== null && _d$list$length !== void 0 ? _d$list$length : 0) >= (d === null || d === void 0 ? void 0 : d.count);
41
42
  },
42
43
  reloadDeps: reloadDeps
43
44
  }),
File without changes
File without changes
File without changes
File without changes
@@ -11,8 +11,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
11
11
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
12
12
 
13
13
  import React, { useEffect, useState } from 'react';
14
+ import data from "./data";
14
15
  import GridList from "./index";
15
- import data from "./data.json";
16
16
  import { jsx as _jsx } from "react/jsx-runtime";
17
17
  import { jsxs as _jsxs } from "react/jsx-runtime";
18
18
  var ITEM_WIDTH = 300;
@@ -38,7 +38,8 @@ function getItemData(image, columnWidth) {
38
38
  key: image.index,
39
39
  height: 400,
40
40
  width: ITEM_WIDTH,
41
- url: image.url
41
+ url: image.url,
42
+ columnWidth: columnWidth
42
43
  };
43
44
  }
44
45
 
@@ -64,7 +65,7 @@ var App = function App() {
64
65
  getColumnCount: getColumnCount,
65
66
  getWindowMargin: getWindowMargin,
66
67
  getItemData: getItemData,
67
- renderItem: function renderItem(image, cell) {
68
+ renderItem: function renderItem(image) {
68
69
  return /*#__PURE__*/_jsxs("div", {
69
70
  style: {
70
71
  border: '1px solid gray',
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ code: number;
3
+ codeRemark: string;
4
+ data: {
5
+ list: {
6
+ id: string;
7
+ cid: number;
8
+ deviceName: string;
9
+ captureTime: number;
10
+ url: string;
11
+ }[];
12
+ totalCount: number;
13
+ totalPage: number;
14
+ };
15
+ };
16
+ export default _default;