@rsmax/toutiao 1.3.7 → 1.3.9
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/CHANGELOG.md +25 -0
- package/cjs/api/index.d.ts +1981 -1047
- package/cjs/api/index.js +313 -90
- package/cjs/hostComponents/Ad/index.d.ts +12 -0
- package/cjs/hostComponents/Ad/index.js +8 -0
- package/cjs/hostComponents/Ad/node.d.ts +10 -0
- package/cjs/hostComponents/Ad/node.js +13 -0
- package/cjs/hostComponents/Camera/index.d.ts +19 -0
- package/cjs/hostComponents/Camera/index.js +5 -0
- package/cjs/hostComponents/Camera/node.d.ts +17 -0
- package/cjs/hostComponents/Camera/node.js +20 -0
- package/cjs/hostComponents/LivePlayer/index.d.ts +28 -0
- package/cjs/hostComponents/LivePlayer/index.js +5 -0
- package/cjs/hostComponents/LivePlayer/node.d.ts +18 -0
- package/cjs/hostComponents/LivePlayer/node.js +21 -0
- package/cjs/hostComponents/LivePreview/index.d.ts +18 -0
- package/cjs/hostComponents/LivePreview/index.js +5 -0
- package/cjs/hostComponents/LivePreview/node.d.ts +16 -0
- package/cjs/hostComponents/LivePreview/node.js +19 -0
- package/cjs/hostComponents/Map/index.d.ts +115 -0
- package/cjs/hostComponents/Map/index.js +5 -0
- package/cjs/hostComponents/Map/node.d.ts +35 -0
- package/cjs/hostComponents/Map/node.js +38 -0
- package/cjs/hostComponents/Mask/index.d.ts +12 -0
- package/cjs/hostComponents/Mask/index.js +13 -0
- package/cjs/hostComponents/Mask/node.d.ts +7 -0
- package/cjs/hostComponents/Mask/node.js +10 -0
- package/cjs/hostComponents/MatchMedia/index.d.ts +18 -0
- package/cjs/hostComponents/MatchMedia/index.js +9 -0
- package/cjs/hostComponents/MatchMedia/node.d.ts +8 -0
- package/cjs/hostComponents/MatchMedia/node.js +11 -0
- package/cjs/hostComponents/MovableArea/index.d.ts +1 -1
- package/cjs/hostComponents/MovableView/index.d.ts +1 -1
- package/cjs/hostComponents/Progress/index.d.ts +1 -0
- package/cjs/hostComponents/Progress/node.d.ts +1 -0
- package/cjs/hostComponents/Progress/node.js +1 -0
- package/cjs/hostComponents/RichText/index.d.ts +1 -0
- package/cjs/hostComponents/RtcRoom/index.d.ts +10 -0
- package/cjs/hostComponents/RtcRoom/index.js +5 -0
- package/cjs/hostComponents/RtcRoom/node.d.ts +10 -0
- package/cjs/hostComponents/RtcRoom/node.js +13 -0
- package/cjs/hostComponents/index.d.ts +8 -0
- package/cjs/hostComponents/index.js +8 -0
- package/cjs/hostComponents/node.js +16 -0
- package/esm/api/index.d.ts +1981 -1047
- package/esm/api/index.js +308 -87
- package/esm/hostComponents/Ad/index.d.ts +12 -0
- package/esm/hostComponents/Ad/index.js +5 -0
- package/esm/hostComponents/Ad/node.d.ts +10 -0
- package/esm/hostComponents/Ad/node.js +10 -0
- package/esm/hostComponents/Camera/index.d.ts +19 -0
- package/esm/hostComponents/Camera/index.js +2 -0
- package/esm/hostComponents/Camera/node.d.ts +17 -0
- package/esm/hostComponents/Camera/node.js +17 -0
- package/esm/hostComponents/LivePlayer/index.d.ts +28 -0
- package/esm/hostComponents/LivePlayer/index.js +2 -0
- package/esm/hostComponents/LivePlayer/node.d.ts +18 -0
- package/esm/hostComponents/LivePlayer/node.js +18 -0
- package/esm/hostComponents/LivePreview/index.d.ts +18 -0
- package/esm/hostComponents/LivePreview/index.js +2 -0
- package/esm/hostComponents/LivePreview/node.d.ts +16 -0
- package/esm/hostComponents/LivePreview/node.js +16 -0
- package/esm/hostComponents/Map/index.d.ts +115 -0
- package/esm/hostComponents/Map/index.js +2 -0
- package/esm/hostComponents/Map/node.d.ts +35 -0
- package/esm/hostComponents/Map/node.js +35 -0
- package/esm/hostComponents/Mask/index.d.ts +12 -0
- package/esm/hostComponents/Mask/index.js +10 -0
- package/esm/hostComponents/Mask/node.d.ts +7 -0
- package/esm/hostComponents/Mask/node.js +7 -0
- package/esm/hostComponents/MatchMedia/index.d.ts +18 -0
- package/esm/hostComponents/MatchMedia/index.js +6 -0
- package/esm/hostComponents/MatchMedia/node.d.ts +8 -0
- package/esm/hostComponents/MatchMedia/node.js +8 -0
- package/esm/hostComponents/MovableArea/index.d.ts +1 -1
- package/esm/hostComponents/MovableView/index.d.ts +1 -1
- package/esm/hostComponents/Progress/index.d.ts +1 -0
- package/esm/hostComponents/Progress/node.d.ts +1 -0
- package/esm/hostComponents/Progress/node.js +1 -0
- package/esm/hostComponents/RichText/index.d.ts +1 -0
- package/esm/hostComponents/RtcRoom/index.d.ts +10 -0
- package/esm/hostComponents/RtcRoom/index.js +2 -0
- package/esm/hostComponents/RtcRoom/node.d.ts +10 -0
- package/esm/hostComponents/RtcRoom/node.js +10 -0
- package/esm/hostComponents/index.d.ts +8 -0
- package/esm/hostComponents/index.js +8 -0
- package/esm/hostComponents/node.js +16 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.3.9](https://github.com/remaxjs/remax/compare/v1.3.8...v1.3.9) (2025-06-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **toutiao:** 修复 arrowOption 为非必填 ([525206c](https://github.com/remaxjs/remax/commit/525206c8a03af12703db5d257c376cd1656b7ce0))
|
|
11
|
+
- **toutiao:** 修复 camera 文档问题 ([3849261](https://github.com/remaxjs/remax/commit/384926153153a010e53ac0451803f9f15afd243c))
|
|
12
|
+
- **toutiao:** 修复 objectFit 字段存在空格 ([9a70b70](https://github.com/remaxjs/remax/commit/9a70b70a6dd63e717a7e9a0278f25d3c26386986))
|
|
13
|
+
- **toutiao:** 修复 onUserScreenRecord 接口错误赋值 ([bf64edf](https://github.com/remaxjs/remax/commit/bf64edf39c601d40f6511bafc823135674496d9d))
|
|
14
|
+
- **toutiao:** 修复 重复导出 setPageInfo ([e54da71](https://github.com/remaxjs/remax/commit/e54da71c2607094c2b893360d2ac07a6079deaba))
|
|
15
|
+
- **toutiao:** 更新 MovableView 、MovableArea 文档地址 ([20a4863](https://github.com/remaxjs/remax/commit/20a48639a294f97678395912c845f72b685a972c))
|
|
16
|
+
- **toutiao:** 补充 Ad / Mask 组件 ([fdeadc6](https://github.com/remaxjs/remax/commit/fdeadc63cef2092ffab7461f27316adfbd96a5d3))
|
|
17
|
+
- **toutiao:** 补充 Camera 组件 ([50ae417](https://github.com/remaxjs/remax/commit/50ae4171de84a0f327b0542a8e8002cb35b5b50f))
|
|
18
|
+
- **toutiao:** 补充 LivePlayer 组件 ([41523f4](https://github.com/remaxjs/remax/commit/41523f40c8daf2fbc2c7174fbf725548f00a3bf7))
|
|
19
|
+
- **toutiao:** 补充 LivePreview 组件 ([62cddba](https://github.com/remaxjs/remax/commit/62cddba50f38b8d0959198733b9fe9b493f7c6db))
|
|
20
|
+
- **toutiao:** 补充 Map 组件 ([3cac5bb](https://github.com/remaxjs/remax/commit/3cac5bb292bdccb479ca38731514df70bc370646))
|
|
21
|
+
- **toutiao:** 补充 MatchMedia 组件 ([f8b7e12](https://github.com/remaxjs/remax/commit/f8b7e123fe36772c6aae6e555a8e3849a393bdcb))
|
|
22
|
+
- **toutiao:** 补充 Progress 组件 duration 属性 ([8064a9f](https://github.com/remaxjs/remax/commit/8064a9f5956392a0ab7a9f4216915df5121a64cd))
|
|
23
|
+
- **toutiao:** 补充 RichText 组件 space 属性 ([c957999](https://github.com/remaxjs/remax/commit/c957999d120551eb79377c7f13196684057f0d68))
|
|
24
|
+
- **toutiao:** 补充 RtcRoom 组件 ([813319c](https://github.com/remaxjs/remax/commit/813319ccbbaeecf7009b16aa78ebcdd04f3bcd57))
|
|
25
|
+
- **toutiao:** 补充 缺失的 api ([727425f](https://github.com/remaxjs/remax/commit/727425f20e98b6a2f909e89606ba71244fa8c0a3))
|
|
26
|
+
|
|
27
|
+
## [1.3.8](https://github.com/remaxjs/remax/compare/v1.3.7...v1.3.8) (2025-06-04)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @rsmax/toutiao
|
|
30
|
+
|
|
6
31
|
## [1.3.7](https://github.com/remaxjs/remax/compare/v1.3.6...v1.3.7) (2025-06-03)
|
|
7
32
|
|
|
8
33
|
**Note:** Version bump only for package @rsmax/toutiao
|