@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.
- package/es/{List/DynamicGridList → DynamicGridList}/Demo.d.ts +0 -0
- package/es/{List/DynamicGridList → DynamicGridList}/Demo.js +7 -2
- package/es/{List/DynamicGridList → DynamicGridList}/index.d.ts +3 -3
- package/es/{List/DynamicGridList → DynamicGridList}/index.js +5 -5
- package/es/DynamicList/demo.d.ts +2 -0
- package/es/DynamicList/demo.js +60 -0
- package/es/{List/DynamicList → DynamicList}/index.d.ts +18 -1
- package/es/{List/DynamicList → DynamicList}/index.js +8 -7
- package/es/{List/DynamicList → DynamicList}/index.less +0 -0
- package/es/{List/DynamicList → DynamicList}/interface.d.ts +0 -0
- package/es/{List/DynamicList → DynamicList}/utils.d.ts +0 -0
- package/es/{List/DynamicList → DynamicList}/utils.js +0 -0
- package/es/{List/GridList → GridList}/Demo.d.ts +0 -0
- package/es/{List/GridList → GridList}/Demo.js +4 -3
- package/es/GridList/data.d.ts +16 -0
- package/es/GridList/data.js +609 -0
- package/es/{List/GridList → GridList}/hook.d.ts +0 -0
- package/es/{List/GridList → GridList}/hook.js +0 -0
- package/es/{List/GridList → GridList}/index.d.ts +0 -0
- package/es/{List/GridList → GridList}/index.js +0 -0
- package/es/{List/GridList → GridList}/index.less +0 -0
- package/es/{List/GridList → GridList}/interface.d.ts +0 -0
- package/es/{List/GridList → GridList}/utils.d.ts +0 -0
- package/es/{List/GridList → GridList}/utils.js +0 -0
- package/es/List/index.d.ts +28 -5
- package/es/List/index.js +6 -5
- package/es/ListWithSizeAnimate/demo.d.ts +2 -0
- package/es/ListWithSizeAnimate/demo.js +140 -0
- package/es/ListWithSizeAnimate/index.d.ts +14 -0
- package/es/ListWithSizeAnimate/index.js +112 -0
- package/es/ListWithSizeAnimate/index.less +14 -0
- package/es/Picture/interface.d.ts +0 -6
- package/es/Player/contraller_bar/volume.d.ts +1 -1
- package/es/PlayerExt/index.d.ts +1 -1
- package/es/PlayerExt/index.js +4 -5
- package/es/ScreenPlayer/Live.d.ts +1 -1
- package/es/ScreenPlayer/Live.js +24 -17
- package/es/ScreenPlayer/LiveTools.d.ts +2 -2
- package/es/ScreenPlayer/LiveTools.js +9 -6
- package/es/ScreenPlayer/PlayerWithExt.d.ts +2 -2
- package/es/ScreenPlayer/PlayerWithExt.js +7 -5
- package/es/ScreenPlayer/Record.d.ts +1 -1
- package/es/ScreenPlayer/Record.js +30 -21
- package/es/ScreenPlayer/RecordTools.d.ts +2 -2
- package/es/ScreenPlayer/RecordTools.js +20 -12
- package/es/ScreenPlayer/ScreenSelect.js +5 -3
- package/es/ScreenPlayer/SegmentTimeLine.d.ts +1 -1
- package/es/ScreenPlayer/SegmentTimeLine.js +1 -1
- package/es/ScreenPlayer/TimeSelect.js +2 -2
- package/es/ScreenPlayer/demo2.js +1 -1
- package/es/ScreenPlayer/interface.d.ts +2 -2
- package/es/ScreenPlayer/useTimeSlider.d.ts +8 -8
- package/es/ScreenPlayer/useTimeSlider.js +23 -15
- package/es/ScreenPlayer/useVideoFit.d.ts +1 -1
- package/es/ScreenPlayer/utils.d.ts +1 -1
- package/es/ScreenPlayer/utils.js +4 -1
- package/es/ThemeAntd/style/button.less +1 -1
- package/es/ThemeAntd/style/pagination.less +1 -1
- package/es/{List/VList → VList}/index.d.ts +0 -0
- package/es/{List/VList → VList}/index.js +5 -4
- package/es/{List/VList → VList}/index.less +0 -0
- package/es/{List/VList → VList}/utils.d.ts +0 -0
- package/es/{List/VList → VList}/utils.js +0 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -0
- package/package.json +2 -7
- package/.dumi/tmp/core/EmptyRoute.tsx +0 -9
- package/.dumi/tmp/core/defineApp.ts +0 -16
- package/.dumi/tmp/core/history.ts +0 -61
- package/.dumi/tmp/core/plugin.ts +0 -42
- package/.dumi/tmp/core/pluginConfig.d.ts +0 -276
- package/.dumi/tmp/core/polyfill.ts +0 -202
- package/.dumi/tmp/core/route.tsx +0 -38
- package/.dumi/tmp/core/terminal.ts +0 -38
- package/.dumi/tmp/dumi/exports.ts +0 -5
- package/.dumi/tmp/dumi/locales/config.ts +0 -56
- package/.dumi/tmp/dumi/locales/runtime.tsx +0 -38
- package/.dumi/tmp/dumi/meta/atoms.ts +0 -4
- package/.dumi/tmp/dumi/meta/index.ts +0 -186
- package/.dumi/tmp/dumi/meta/runtime.ts +0 -18
- package/.dumi/tmp/dumi/meta/tabs.ts +0 -8
- package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +0 -41
- package/.dumi/tmp/dumi/theme/builtins/API.ts +0 -4
- package/.dumi/tmp/dumi/theme/builtins/Badge.ts +0 -4
- package/.dumi/tmp/dumi/theme/builtins/Container.ts +0 -4
- package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +0 -4
- package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +0 -4
- package/.dumi/tmp/dumi/theme/builtins/Table.ts +0 -4
- package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Content.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Features.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Footer.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Header.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Hero.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Logo.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Navbar.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/NotFound.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/Toc.ts +0 -4
- package/.dumi/tmp/exports.ts +0 -15
- package/.dumi/tmp/testBrowser.tsx +0 -82
- package/.dumi/tmp/tsconfig.json +0 -35
- package/.dumi/tmp/typings.d.ts +0 -136
- package/.dumi/tmp/umi.ts +0 -77
- package/.dumi/tmp-production/core/EmptyRoute.tsx +0 -9
- package/.dumi/tmp-production/core/defineApp.ts +0 -16
- package/.dumi/tmp-production/core/history.ts +0 -61
- package/.dumi/tmp-production/core/plugin.ts +0 -42
- package/.dumi/tmp-production/core/pluginConfig.d.ts +0 -276
- package/.dumi/tmp-production/core/polyfill.ts +0 -202
- package/.dumi/tmp-production/core/route.tsx +0 -38
- package/.dumi/tmp-production/core/terminal.ts +0 -38
- package/.dumi/tmp-production/dumi/exports.ts +0 -5
- package/.dumi/tmp-production/dumi/locales/config.ts +0 -56
- package/.dumi/tmp-production/dumi/locales/runtime.tsx +0 -38
- package/.dumi/tmp-production/dumi/meta/atoms.ts +0 -4
- package/.dumi/tmp-production/dumi/meta/index.ts +0 -178
- package/.dumi/tmp-production/dumi/meta/runtime.ts +0 -18
- package/.dumi/tmp-production/dumi/meta/tabs.ts +0 -5
- package/.dumi/tmp-production/dumi/theme/ContextWrapper.tsx +0 -41
- package/.dumi/tmp-production/dumi/theme/builtins/API.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/builtins/Badge.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/builtins/Container.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/builtins/Previewer.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/builtins/SourceCode.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/builtins/Table.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/layouts/DocLayout.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Content.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/ContentTabs.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Features.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Footer.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Header.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Hero.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/HeroTitle.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/LangSwitch.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Logo.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Navbar.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/NotFound.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/PreviewerActions.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/PreviewerActionsExtra.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/RtlSwitch.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/SearchBar.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/SearchResult.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Sidebar.ts +0 -4
- package/.dumi/tmp-production/dumi/theme/slots/Toc.ts +0 -4
- package/.dumi/tmp-production/exports.ts +0 -14
- package/.dumi/tmp-production/testBrowser.tsx +0 -82
- package/.dumi/tmp-production/tsconfig.json +0 -35
- package/.dumi/tmp-production/typings.d.ts +0 -136
- package/.dumi/tmp-production/umi.ts +0 -77
- package/.stylelintrc +0 -3
- package/clear-cache.sh +0 -4
- package/es/List/GridList/data.json +0 -710
- package/es/List/interface.d.ts +0 -29
package/es/List/interface.d.ts
DELETED
|
@@ -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
|
-
}
|