next-element-vue 0.6.16 → 0.7.0
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/dist/index.js +3 -3
- package/dist/packages/components/crud-table/index.d.ts +2 -2
- package/dist/packages/components/crud-table/src/index.d.ts +2 -2
- package/dist/packages/components/crud-table/src/props.d.ts +1 -1
- package/dist/packages/components/crud-table-virtualized/index.d.ts +2 -2
- package/dist/packages/components/crud-table-virtualized/src/index-demo.d.ts +3 -3
- package/dist/packages/components/crud-table-virtualized/src/index.d.ts +2 -2
- package/dist/packages/components/crud-table-virtualized/src/props-config.d.ts +1 -1
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ export declare const NextCrudTable: import("../../utils/install").SFCWithInstall
|
|
|
23
23
|
page: {
|
|
24
24
|
type: ObjectConstructor;
|
|
25
25
|
default: () => {
|
|
26
|
-
|
|
26
|
+
pageNo: number;
|
|
27
27
|
pageSize: number;
|
|
28
28
|
total: number;
|
|
29
29
|
};
|
|
@@ -88,7 +88,7 @@ export declare const NextCrudTable: import("../../utils/install").SFCWithInstall
|
|
|
88
88
|
page: {
|
|
89
89
|
type: ObjectConstructor;
|
|
90
90
|
default: () => {
|
|
91
|
-
|
|
91
|
+
pageNo: number;
|
|
92
92
|
pageSize: number;
|
|
93
93
|
total: number;
|
|
94
94
|
};
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
page: {
|
|
23
23
|
type: ObjectConstructor;
|
|
24
24
|
default: () => {
|
|
25
|
-
|
|
25
|
+
pageNo: number;
|
|
26
26
|
pageSize: number;
|
|
27
27
|
total: number;
|
|
28
28
|
};
|
|
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
page: {
|
|
88
88
|
type: ObjectConstructor;
|
|
89
89
|
default: () => {
|
|
90
|
-
|
|
90
|
+
pageNo: number;
|
|
91
91
|
pageSize: number;
|
|
92
92
|
total: number;
|
|
93
93
|
};
|
|
@@ -23,7 +23,7 @@ export declare const NextCrudTableVirtualized: import("../../utils/install").SFC
|
|
|
23
23
|
page: {
|
|
24
24
|
type: ObjectConstructor;
|
|
25
25
|
default: () => {
|
|
26
|
-
|
|
26
|
+
pageNo: number;
|
|
27
27
|
pageSize: number;
|
|
28
28
|
total: number;
|
|
29
29
|
};
|
|
@@ -52,7 +52,7 @@ export declare const NextCrudTableVirtualized: import("../../utils/install").SFC
|
|
|
52
52
|
page: {
|
|
53
53
|
type: ObjectConstructor;
|
|
54
54
|
default: () => {
|
|
55
|
-
|
|
55
|
+
pageNo: number;
|
|
56
56
|
pageSize: number;
|
|
57
57
|
total: number;
|
|
58
58
|
};
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
page: {
|
|
23
23
|
type: ObjectConstructor;
|
|
24
24
|
default: () => {
|
|
25
|
-
|
|
25
|
+
pageNo: number;
|
|
26
26
|
pageSize: number;
|
|
27
27
|
total: number;
|
|
28
28
|
};
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
page: {
|
|
52
52
|
type: ObjectConstructor;
|
|
53
53
|
default: () => {
|
|
54
|
-
|
|
54
|
+
pageNo: number;
|
|
55
55
|
pageSize: number;
|
|
56
56
|
total: number;
|
|
57
57
|
};
|
|
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
60
|
[x: `on${Capitalize<any>}`]: (...args: any[]) => any;
|
|
61
61
|
}>, {
|
|
62
62
|
data: unknown[];
|
|
63
|
-
className: string;
|
|
64
63
|
style: import("vue").CSSProperties;
|
|
64
|
+
className: string;
|
|
65
65
|
options: Record<string, any>;
|
|
66
66
|
loading: boolean;
|
|
67
67
|
page: Record<string, any>;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
page: {
|
|
23
23
|
type: ObjectConstructor;
|
|
24
24
|
default: () => {
|
|
25
|
-
|
|
25
|
+
pageNo: number;
|
|
26
26
|
pageSize: number;
|
|
27
27
|
total: number;
|
|
28
28
|
};
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
page: {
|
|
52
52
|
type: ObjectConstructor;
|
|
53
53
|
default: () => {
|
|
54
|
-
|
|
54
|
+
pageNo: number;
|
|
55
55
|
pageSize: number;
|
|
56
56
|
total: number;
|
|
57
57
|
};
|