@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
@@ -1,29 +0,0 @@
1
- export interface ListProps<T> {
2
- /**
3
- * @description 列表数据
4
- * @default []
5
- */
6
- list?: Array<T>;
7
-
8
- /**
9
- * @description 列表类名
10
- * @default ''
11
- */
12
- className?: string;
13
-
14
- /**
15
- * @description 列表样式
16
- * @default -
17
- */
18
- style?: React.CSSProperties;
19
-
20
- /**
21
- * @description 列表自定义渲染
22
- * @default -
23
- */
24
- renderItem: (item: T, index: number) => JSX.Element;
25
-
26
- rowHeight?: number;
27
-
28
- renderHeaderExt?: () => JSX.Element;
29
- }