@newview/ui 1.2.4 → 1.2.7

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.4",
3
+ "version": "1.2.7",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
package/types/Grid.d.ts CHANGED
@@ -606,7 +606,7 @@ export interface GridColumn extends VxeColumnProps {
606
606
  /**
607
607
  * 列类型
608
608
  */
609
- colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile";
609
+ colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile" | 'textarea';
610
610
 
611
611
  /**
612
612
  * 行按钮
@@ -548,7 +548,7 @@ export interface GridColumnJava extends VxeColumnProps {
548
548
  /**
549
549
  * 列类型
550
550
  */
551
- colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile";
551
+ colType?: "ch" | "ed" | "password" | "auto" | "num" | "select" | "date" | "time" | "ro" | "seq" | "radio" | "checkbox" | "expand" | "treeSelect" | "switch" | "color" | "mile" |'textarea';
552
552
 
553
553
  /**
554
554
  * 行按钮