@gopowerteam/table-render 0.0.63 → 0.0.64

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.
@@ -12404,6 +12404,7 @@ export declare const TableRender: import("vue").DefineComponent<{
12404
12404
  updateFormField: (key: string, value: any) => void;
12405
12405
  updateFormSource: (value: DataRecord) => void;
12406
12406
  reset: () => void;
12407
+ validate: () => Promise<Record<string, import("@arco-design/web-vue").ValidatedError> | undefined> | undefined;
12407
12408
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "cancel" | "update:model-value")[], string, {
12408
12409
  footer: boolean;
12409
12410
  name: string;
@@ -12746,6 +12747,7 @@ export declare const TableRender: import("vue").DefineComponent<{
12746
12747
  updateFormField: (key: string, value: any) => void;
12747
12748
  updateFormSource: (value: DataRecord) => void;
12748
12749
  reset: () => void;
12750
+ validate: () => Promise<Record<string, import("@arco-design/web-vue").ValidatedError> | undefined> | undefined;
12749
12751
  }> & {} & import("vue").ComponentCustomProperties & {}) | undefined>;
12750
12752
  reload: (options?: TableReloadEventOptions) => void;
12751
12753
  preview: (options?: TablePreviewEventOptions) => any;
@@ -12404,6 +12404,7 @@ export declare const TableRender: import("vue").DefineComponent<{
12404
12404
  updateFormField: (key: string, value: any) => void;
12405
12405
  updateFormSource: (value: DataRecord) => void;
12406
12406
  reset: () => void;
12407
+ validate: () => Promise<Record<string, import("@arco-design/web-vue").ValidatedError> | undefined> | undefined;
12407
12408
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "cancel" | "update:model-value")[], string, {
12408
12409
  footer: boolean;
12409
12410
  name: string;
@@ -12746,6 +12747,7 @@ export declare const TableRender: import("vue").DefineComponent<{
12746
12747
  updateFormField: (key: string, value: any) => void;
12747
12748
  updateFormSource: (value: DataRecord) => void;
12748
12749
  reset: () => void;
12750
+ validate: () => Promise<Record<string, import("@arco-design/web-vue").ValidatedError> | undefined> | undefined;
12749
12751
  }> & {} & import("vue").ComponentCustomProperties & {}) | undefined>;
12750
12752
  reload: (options?: TableReloadEventOptions) => void;
12751
12753
  preview: (options?: TablePreviewEventOptions) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gopowerteam/table-render",
3
3
  "type": "module",
4
- "version": "0.0.63",
4
+ "version": "0.0.64",
5
5
  "author": {
6
6
  "name": "zhuchentong",
7
7
  "email": "2037630@gmail.com"
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@arco-design/web-vue": "^2.52.1",
57
- "@gopowerteam/form-render": "^0.0.36",
57
+ "@gopowerteam/form-render": "^0.0.37",
58
58
  "@gopowerteam/modal-render": "^0.0.19",
59
59
  "vue": "^3.0.0"
60
60
  },