@newview/ui 1.2.7 → 1.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -1660,7 +1660,7 @@ export interface structureTypeProp {
1660
1660
  /**
1661
1661
  * 构件选择类别 1:单位工程 2:构件
1662
1662
  */
1663
- type StructureInstanceSelType = 1 | 2
1663
+ type StructureInstanceSelType = 1 | 2 | 3
1664
1664
  /**
1665
1665
  * 构件选择参数
1666
1666
  */