@newview/ui 1.2.6 → 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 +1 -1
- package/types/ComForm.d.ts +1 -1
- package/types/Grid.d.ts +1 -1
- package/types/GridJava.d.ts +1 -1
package/package.json
CHANGED
package/types/ComForm.d.ts
CHANGED
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
|
* 行按钮
|
package/types/GridJava.d.ts
CHANGED
|
@@ -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
|
* 行按钮
|