@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.
Files changed (88) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/cjs/api/index.d.ts +1981 -1047
  3. package/cjs/api/index.js +313 -90
  4. package/cjs/hostComponents/Ad/index.d.ts +12 -0
  5. package/cjs/hostComponents/Ad/index.js +8 -0
  6. package/cjs/hostComponents/Ad/node.d.ts +10 -0
  7. package/cjs/hostComponents/Ad/node.js +13 -0
  8. package/cjs/hostComponents/Camera/index.d.ts +19 -0
  9. package/cjs/hostComponents/Camera/index.js +5 -0
  10. package/cjs/hostComponents/Camera/node.d.ts +17 -0
  11. package/cjs/hostComponents/Camera/node.js +20 -0
  12. package/cjs/hostComponents/LivePlayer/index.d.ts +28 -0
  13. package/cjs/hostComponents/LivePlayer/index.js +5 -0
  14. package/cjs/hostComponents/LivePlayer/node.d.ts +18 -0
  15. package/cjs/hostComponents/LivePlayer/node.js +21 -0
  16. package/cjs/hostComponents/LivePreview/index.d.ts +18 -0
  17. package/cjs/hostComponents/LivePreview/index.js +5 -0
  18. package/cjs/hostComponents/LivePreview/node.d.ts +16 -0
  19. package/cjs/hostComponents/LivePreview/node.js +19 -0
  20. package/cjs/hostComponents/Map/index.d.ts +115 -0
  21. package/cjs/hostComponents/Map/index.js +5 -0
  22. package/cjs/hostComponents/Map/node.d.ts +35 -0
  23. package/cjs/hostComponents/Map/node.js +38 -0
  24. package/cjs/hostComponents/Mask/index.d.ts +12 -0
  25. package/cjs/hostComponents/Mask/index.js +13 -0
  26. package/cjs/hostComponents/Mask/node.d.ts +7 -0
  27. package/cjs/hostComponents/Mask/node.js +10 -0
  28. package/cjs/hostComponents/MatchMedia/index.d.ts +18 -0
  29. package/cjs/hostComponents/MatchMedia/index.js +9 -0
  30. package/cjs/hostComponents/MatchMedia/node.d.ts +8 -0
  31. package/cjs/hostComponents/MatchMedia/node.js +11 -0
  32. package/cjs/hostComponents/MovableArea/index.d.ts +1 -1
  33. package/cjs/hostComponents/MovableView/index.d.ts +1 -1
  34. package/cjs/hostComponents/Progress/index.d.ts +1 -0
  35. package/cjs/hostComponents/Progress/node.d.ts +1 -0
  36. package/cjs/hostComponents/Progress/node.js +1 -0
  37. package/cjs/hostComponents/RichText/index.d.ts +1 -0
  38. package/cjs/hostComponents/RtcRoom/index.d.ts +10 -0
  39. package/cjs/hostComponents/RtcRoom/index.js +5 -0
  40. package/cjs/hostComponents/RtcRoom/node.d.ts +10 -0
  41. package/cjs/hostComponents/RtcRoom/node.js +13 -0
  42. package/cjs/hostComponents/index.d.ts +8 -0
  43. package/cjs/hostComponents/index.js +8 -0
  44. package/cjs/hostComponents/node.js +16 -0
  45. package/esm/api/index.d.ts +1981 -1047
  46. package/esm/api/index.js +308 -87
  47. package/esm/hostComponents/Ad/index.d.ts +12 -0
  48. package/esm/hostComponents/Ad/index.js +5 -0
  49. package/esm/hostComponents/Ad/node.d.ts +10 -0
  50. package/esm/hostComponents/Ad/node.js +10 -0
  51. package/esm/hostComponents/Camera/index.d.ts +19 -0
  52. package/esm/hostComponents/Camera/index.js +2 -0
  53. package/esm/hostComponents/Camera/node.d.ts +17 -0
  54. package/esm/hostComponents/Camera/node.js +17 -0
  55. package/esm/hostComponents/LivePlayer/index.d.ts +28 -0
  56. package/esm/hostComponents/LivePlayer/index.js +2 -0
  57. package/esm/hostComponents/LivePlayer/node.d.ts +18 -0
  58. package/esm/hostComponents/LivePlayer/node.js +18 -0
  59. package/esm/hostComponents/LivePreview/index.d.ts +18 -0
  60. package/esm/hostComponents/LivePreview/index.js +2 -0
  61. package/esm/hostComponents/LivePreview/node.d.ts +16 -0
  62. package/esm/hostComponents/LivePreview/node.js +16 -0
  63. package/esm/hostComponents/Map/index.d.ts +115 -0
  64. package/esm/hostComponents/Map/index.js +2 -0
  65. package/esm/hostComponents/Map/node.d.ts +35 -0
  66. package/esm/hostComponents/Map/node.js +35 -0
  67. package/esm/hostComponents/Mask/index.d.ts +12 -0
  68. package/esm/hostComponents/Mask/index.js +10 -0
  69. package/esm/hostComponents/Mask/node.d.ts +7 -0
  70. package/esm/hostComponents/Mask/node.js +7 -0
  71. package/esm/hostComponents/MatchMedia/index.d.ts +18 -0
  72. package/esm/hostComponents/MatchMedia/index.js +6 -0
  73. package/esm/hostComponents/MatchMedia/node.d.ts +8 -0
  74. package/esm/hostComponents/MatchMedia/node.js +8 -0
  75. package/esm/hostComponents/MovableArea/index.d.ts +1 -1
  76. package/esm/hostComponents/MovableView/index.d.ts +1 -1
  77. package/esm/hostComponents/Progress/index.d.ts +1 -0
  78. package/esm/hostComponents/Progress/node.d.ts +1 -0
  79. package/esm/hostComponents/Progress/node.js +1 -0
  80. package/esm/hostComponents/RichText/index.d.ts +1 -0
  81. package/esm/hostComponents/RtcRoom/index.d.ts +10 -0
  82. package/esm/hostComponents/RtcRoom/index.js +2 -0
  83. package/esm/hostComponents/RtcRoom/node.d.ts +10 -0
  84. package/esm/hostComponents/RtcRoom/node.js +10 -0
  85. package/esm/hostComponents/index.d.ts +8 -0
  86. package/esm/hostComponents/index.js +8 -0
  87. package/esm/hostComponents/node.js +16 -0
  88. 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