@cc-component/cc-ex-component 1.4.4 → 1.4.5

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.
@@ -435,7 +435,7 @@ export class ${className} extends ViewModel(${this.baseWindowName}) {${sx.text}\
435
435
  'Sprite': 'SpriteFrame | { bundle: string, path: string }',
436
436
  'Button': 'boolean', // Button 通常绑定激活状态(true/false)
437
437
  'ProgressBar': 'number', // 进度条应为 number (0~1)
438
- 'Skeleton': 'sp.SkeletonData',
438
+ 'sp.Skeleton': 'sp.SkeletonData | { bundle: string, path: string }',
439
439
  'Slider': 'number',
440
440
  'Toggle': 'boolean',
441
441
  'EditBox': 'string',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-ex-component",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",