@cc-component/cc-ex-component 1.3.7 → 1.3.8

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.
@@ -348,7 +348,7 @@ ${sx_this}
348
348
  let importStr = `
349
349
  import { Label, RichText, ProgressBar, Sprite, EditBox, Toggle, Slider, ToggleContainer, Button, math, SpriteFrame, _decorator , Node} from 'cc';
350
350
  import { ViewModel, BindViewModel, BindTable, BindCollect, Bind, Ref, BaseViewModelData, YXCollectionView, YXFlowLayout, TableView, BaseWindow } from 'db://assets/pkg-export/@cc-component/cc-ex-component';
351
- import { ${this.baseWindowName}} } from 'db://assets/start/Interface/custom/${this.baseWindowName}';
351
+ import { ${this.baseWindowName} } from 'db://assets/start/Interface/custom/${this.baseWindowName}';
352
352
  const { ccclass, property } = _decorator;`
353
353
 
354
354
  if (this.isComDebug) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-ex-component",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",